@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800&amp;subset=latin-ext');
@import 'header.css';
@import 'interno.css';

body {
    font-size: 14pt;
    font-family: 'Open Sans', sans-serif !important;
}

::-moz-selection {
    background: #000;
    color: #fff !important;
}

::-webkit-selection {
    background: #000;
    color: #fff !important;
}

::selection {
    background: #000;
    color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    /*background-color: #fff;*/
    background-color: #cacaca;
    width: 33px;
    height: 5px;
    margin: 7px auto;
}

.content {
    margin-top: 0px;
}

.content {
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.paises {
    height: 100%;
    float: right;
    padding-right: 0px;
    padding-bottom: 0;
    padding-top: 7px;
}

@media only screen and (max-width: 580px) {
    .top-bar-content {
        display: none;
    }

    .paises {
        float: left;
        padding-left: 10px;
    }
}

.titulo-home h1 {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25px;
}

.titulo-home hr {
    border: 2px solid;
    width: 200px;
    margin-top: -5px;
}

.titulo-preto h1 {
    color: #3a5795;
}

.titulo-preto hr {
    border-color: #3a5795;
}

.titulo-branco h1 {
    color: #fff;
}

.titulo-branco hr {
    border-color: #fff;
}

.home-sobre {
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-sobre p {
    color: #3c3c3b;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: justify;
}

.sobre-box-conteudo {
    margin: 10px auto;
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 1090px) {
    .sobre-box-conteudo {
        flex-wrap: wrap;
    }
}

.sobre-box {
    justify-content: space-around;
}

.sobre-cliente {
    justify-content: center;
}

.sobre-box,
.sobre-cliente {
    display: flex;
    flex-direction: column;
    min-height: 266px;
    align-items: center;
    margin: 30px auto;
    border: 5px solid #ccc;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 15px 23px -14px #b3b3b3;
    transition: all .5s ease;
}

.sobre-box:hover,
.sobre-cliente:hover {
    box-shadow: 0px 15px 3px -14px #b3b3b3;
    transition: all .5s ease;
}

.sobre-box h2,
.sobre-cliente h2 {
    color: #083656;
    font-weight: 800;
    font-size: 20px;
}

.sobre-box p {
    color: #3c3c3b;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}

.sobre-box a {
    color: #8e9091;
    /*position: relative;
	left: 80px;*/
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    align-self: flex-end;
}

.sobre-box img {
    width: 130px;
    height: auto;
}

.box-btn i {
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    background-color: #8e9091;
    font-size: 14px;
}

.sobre-cliente a {
    border: none;
    padding: 14px 50px;
    background-color: #083656;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    align-self: center;
    transition: all .3s ease;
}

.sobre-cliente a:hover {
    background-color: #3c3c3b;
    color: #fff;
    transition: all .3s ease;
}

.solucoes {
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #3ba7cb;
}

.area-box {
    display: flex;
    justify-content: space-between;
    margin: 25px auto;
}

.area-box-item {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
}

.area-box-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
    text-align: center;
}

.area-box-item:hover a {
    color: #90b3ff;
}

.area-box-item img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.area-box-item:hover img svg path {
    fill: #3a5795 !important;
}

.blog {
    padding-top: 60px;
    padding-bottom: 40px;
}

.post-blog {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    min-height: 500px;
}

.post-blog h2 {
    font-weight: bold;
    font-size: 22px;
    color: #3c3c3b;
    height: 50px;
}

.post-blog p {
    font-size: 14px;
    color: #8C8C8C;
    margin-top: 15px;
}

.post-blog>a img {
    width: 100%;
    height: auto;
}

.blog-acao {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-top: 15px;
}

.post-blog a {
    color: #8c8c8c;
}

.blog-acao p {
    margin-top: 0px;
}

.blog-acao a>i {
    color: #fff;
    padding: 3px 6px 3px 6px;
    border-radius: 50%;
    background-color: #8e9091;
    font-size: 12px;
}

.newsletter {
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #083657;
}

.certificado-digital-interno {
    margin-top: 35px;
    padding-top: 75px;
    padding-bottom: 75px;
    background: linear-gradient(70deg, #3c3c3b 65%, #385e86 2%);
}

.certificado-digital-interno p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.7em;
    margin-bottom: 0px;
}

.cdi-box {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cdi-conteudo .l2 {
    margin-left: 40px;
}

.cdi-conteudo .l3 {
    margin-left: 90px;
}

.cdi-btn a {
    background-color: #fff700;
    color: #3c3c3b;
    border: 2px solid #fff700;
    box-shadow: 0px 15px 11px -10px rgba(0, 0, 0, 0.4392156862745098);
    transition: all .2s ease;
    padding: 10px 30px;
    font-weight: 800;
    font-size: 20px;
    transition: all .3s ease;
}

.cdi-btn a:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0px 15px 11px -10px transparent;
    transition: all .3s ease;
}

@media only screen and (max-width: 580px) {
    .cdi-box {
        width: 80%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .certificado-digital-interno {
        background: linear-gradient(75deg, #3c3c3b 55%, #385e86 2%);
    }

    .cdi-conteudo {
        text-align: center;
        margin-bottom: 30px;
    }

    .cdi-conteudo .l2 {
        margin-left: 0px;
    }

    .cdi-conteudo .l3 {
        margin-left: 0px;
    }
}


/*
.certificado-iso {
	margin-top: 35px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: radial-gradient( #fff 65%, #f2f2f2);
}

.certificado-iso img {
	margin: 0 auto;
}
*/

.form {
    margin-top: 40px;
}

.form input {
    border: none;
    padding: 11px;
    margin: 15px auto;
    width: 100%;
    color: #fff;
    font-weight: lighter;
    color: #023856;
    font-size: 15px;
}

.form button {
    border: none;
    padding: 11px 50px;
    margin: 15px auto;
    background-color: #00A19A;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.clientes {
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.rodape {
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #3c3c3b;
}

.rodape p,
.rodape a {
    color: #fff;
    font-size: 13px;
    font-weight: lighter;
    line-height: 10px;
}

.direitos {
    background-color: #191919;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

.direitos p {
    color: #eee;
    font-weight: lighter;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin: 0 auto;
}

.direitos a {
    color: #959595;
}

.direitos a:hover {
    color: #16b3ad;
}

.whats img {
    width: 50px;
}