body {
    color: #001a49;
    /*color: #2e4a79;
    color: #284679;*/
}

.inner {
    padding-top: 40px;
}

h1, h2, h3, h4, h5, h6 {
    color: #001a49;
    /* color: #2e4a79;
    color: #284679;*/
}

.area-logos {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.area-logos img {
    
}


.area-rubis-gas {
    background: #0066500f;
    padding: 20px 0px 6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -12px;
    margin-bottom: 4px;
}


.navbar.light .top-bar {
    background: rgba(243, 243, 243, 0.31);
    color: #B0b0b0;

}

.top-bar .info {
    font-size: 14px;
    font-weight: 300;
}


.top-bar .container {
    min-height: 44px;
}
.top-bar ul#top-header-left-preencher li {
    /* padding-bottom: 8px; */
}
.top-bar span.chamada-frase-2 {
    font-size: 10px;
    /* display: block;
    text-align: center; */
}

span.chamada-frase-1 {
    font-size: 10px;
}


.branco-wrapper{
    background-color: #FFF;
}




.navbar.light .social li a i {
    color: #B0B0B0;
}
.navbar.light .social li a:hover i {
    color: #677fb5;
}

.navbar.light .top-bar, 
.navbar.light .top-bar ul, 
.navbar.light .top-bar ul li {
    border-color: #EAEAEA;
}


.navbar .navbar-brand {
    /*margin: 32px 0 !important;*/
    /*margin-top: 24px !important;*/
    margin: 24px 0 !important;
}
/*
.navbar .navbar-nav > li > a {
    padding: 20px 0px;
    margin-top: 42px;
}*/

.navbar .navbar-nav > li > a {
    padding: 10px 0px
}



.navbar-nav {
    /*margin-top: 12px;*/
    margin-top: 60px;
}


.navbar .btn.responsive-menu {
    margin: 52px 0 10px;
    float: right;
    background: #001A49;
}

.navbar .navbar-nav > li {
    margin: 0 0 0 34px;
}
.navbar .navbar-nav > li:first-child {
    margin-left: 0px;
}




.offset9 {
    padding-top: 175px;
}
.branco2-wrapper {
    background-color: #FDFDFE;
}
.page-title {
    margin-bottom: 1px;
    /*box-shadow: 0 1px 0 rgba(0,0,0,0.1) !important;*/
    box-shadow: 0 1px 0 rgba(0,0,0,0.2) !important;
}
.page-title .inner {
    padding-top: 16px;
    padding-bottom: 16px;
}
.page-title h3 {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.page-title h3:hover {
    opacity: 1;
}
.page-title span.breadcrumb-secundario {
    font-size: 12px;
}
.page-title span.breadcrumb-principal {
    font-size: 14px;
    font-weight: 500;
    cursor: default;
}
.page-title i.icon-right-dir-1 {
    font-size: 12px;
    opacity: 0.6;
    margin-left: 8px;
    margin-right: 8px;
}

.offset2 {
    padding-top: 175px;
}


.entrada-produto:nth-child(even) {
    background-color: #F0F0F0;
}
.entrada-produto:nth-child(even) .foto-produto-esquerda {
    display: none;
}

.entrada-produto:nth-child(odd) {
    background-color: #FFFFFF;
}
.entrada-produto:nth-child(odd) .foto-produto-direita {
    display: none;
}






.swiper {
    /* width: 600px;
    height: 300px; */
    position:relative;
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
}
.swiper img {
    width: 100%;
    position:absolute;
}


#slide-home-fixo {
    position:relative;
    width: 100%;
    overflow: hidden;
}
#slide-home-fixo img {
    width: 100%;
    position:absolute;
}

#slideshow-novo {
    position:relative;
    width: 100%;
    /*max-height: 700px;*/
    overflow: hidden;
}

#slideshow-novo img {
    width: 100%;
    position:absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}


/*
@keyframes esconderFoto {
    0% {
        opacity:0;
    }
    45% {
        opacity:0;
    }
    55% {
        opacity:1;
    }
    100% {
        opacity:1;
    }
}
#slideshow-novo img.foto-escondida {
    animation-name: esconderFoto;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
}

#slideshow-novo img.invisivel {
    opacity: 0;
    display: none;
}
*/


#slide-particulares .inner {
    padding-top: 28px;
}

#particulares .container.inner.conteudos {
    padding-top: 50px;
    padding-bottom: 50px;
}

#particulares .lead {
    margin-bottom: 0px;
}

.anuncio-novidade-area {
    margin-top: -8px;
    margin-bottom: 12px;
}

.anuncio-novidade-area h4.linha-novidade {
    display: inline-block;
    background-color: #cee0f5;
    padding: 6px 12px;
}
/*
.anuncio-novidade-area.novidade-bg-claro h4.linha-novidade {
    background-color: #FFF;
}
.anuncio-novidade-area.novidade-bg-escuro h4.linha-novidade {
    background-color: #F0F0F0;
}
*/
.anuncio-novidade-area .novidadeTitulo {
    text-transform: uppercase;
    color: #ad2489;
    margin-right: 4px;
}
.anuncio-novidade-area .novidadeFrase {
    font-weight: normal;
    font-size: 15px;
    font-weight: 500;
    margin-right: 4px;
}
.anuncio-novidade-area .novidadeConsulta {
    font-weight: 800;
    text-transform: uppercase;
}


.anuncio-particulares-area {
    margin-top: -8px;
    margin-bottom: 12px;
}
.anuncio-particulares-area h4.linha-anuncio {
    display: inline-block;
    background-color: #cee0f5;
    padding: 6px 12px;
}
.anuncio-particulares-area .anuncio-texto {
    text-transform: uppercase;
    color: #ad2489;
    margin-right: 4px;
}
.anuncio-particulares-area .anuncio-valor {
    font-weight: normal;
    font-size: 18px;
    font-weight: 800;
    margin-right: 4px;
}



.main-title.text-center:after {
    display: none;
}

.sub-main-title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: none;
}

#area-home-box-fotos {
    margin-top: 60px;
}


.box-foto {
    max-width: 270px;
    height: 340px;
    max-height: 340px;
    /*background-color: red;*/
}

/*PARA O RESPONSIVE:
.box-foto {
    margin-left: auto;
    margin-right: auto;
}
    */

/*.box-foto:hover .box-particulares {
    opacity: 0.5;
}*/

.box-foto:hover h2 {
    font-size: 38px;
    opacity: 1;
}


.box-foto h2 {
    color: #FFF;
    font-size: 34px;
    text-shadow: 1px 1px 2px #000;
    -webkit-transition: all 0.1s; /* Safari */
    transition: all 0.1s;
    /*background-color: rgba(13, 59, 95, 0.17);
    display: inline-block;
    padding: 10px;*/
}

.box-particulares {
    padding-top: 140px;
    background-image: url(imagens/fotos/box-particulares.jpg);
    background-position: center;
}
.box-empresas {
    padding-top: 140px;
    background-image: url(imagens/fotos/box-empresas.jpg);
    background-position: center;
}
.box-testemunhos {
    padding-top: 140px;
    background-image: url(imagens/fotos/box-testemunhos.jpg);
    background-position: center;
}
.box-quemsomos {
    padding-top: 140px;
    background-image: url(imagens/fotos/box-quemsomos.jpg);
    background-position: center;
}

.box-area-principal {
    max-width: 300px;
}


.inner-seguro-de-saude-extra {
    padding-top: 50px;
}
.foto-conteudos-big {
    margin-top: 50px;
    margin-bottom: 40px;
    max-width: 100%;
}
.foto-conteudos-big-vazio-top {
    margin-top: 16px;
    margin-bottom: 40px;
    max-width: 100%;
}
h1.super-post-title, h2.super-post-title {
    font-size: 30px;
    line-height: 36px;
}
img#imagem-quadro:hover {
    cursor: zoom-in;
    opacity: 0.70;
}
img#imagem-quadro {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    transition: opacity 0.5s;
}
button#saude-extra-simular-button {
    padding: 15px 36px 12px;
}


.area-triangulos {
    margin-top: 20px;
    margin-bottom: 40px;
}
.area-triangulos p.lead {
    line-height: 36px;
}
.logos-quem-somos {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.sub-footer {
    background: #0D3B5F;
}

.sub-footer .info-legal {
    padding-top: 50px;
    padding-top: 4px;
    font-size: 12px;
    line-height: 24px;
}

.sub-footer .legal-sub-title {
    margin-top: 14px;
    font-weight: bold;
}

.sub-footer a:focus {
    color: #FFFFFF;
}





#footer-preencher {
    background: #ffffff;
    background: #222c54;
    background: #0d3b5f;    
    /* color: #b1b1b1; */
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 16px 0;
    position: relative;
    text-align: left;
}
#footer-preencher .inner {
    padding: 24px 20px;
    padding: 30px 20px 2px;
}
#footer-preencher p {
    font-size: 16px;
    color: #FFFFFF !important;
    font-weight: 500;
}
#footer-preencher .social {
    position: absolute;
    top: 16px;
    right: 0px;
}
.social li {
    margin-left: 2px;
    /* border: solid 2px #DDD;
    border-radius: 20px; */
    transition: all 300ms;
}
.social li:hover {
    /* border: solid 2px #AAA; */
}
/* .social a i {
    padding-top: 6px;
} */


#footer-preencher .social .icon-s-facebook {
    /* border-color: #677fb5; */
    /* color: #677fb5; */
    /* background: none; */
}
.social .icon-s-linkedin {
    /* background: none; */
}

#footer-preencher .info-legal {
    margin-top: 20px;
}
#footer-preencher .info-legal p.legal-sub-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
#footer-preencher .info-legal p {
    font-size: 12px;
    color: #5b5b5b;
    line-height: 22px;
}

#footer-preencher a.livro-reclamacoes {
    margin-top: 16px;
    display: inline-block;
}
#footer-preencher a.livro-reclamacoes:hover {
    opacity: 0.70;
}
#footer-preencher .livro-reclamacoes img{
    margin-left: 0;
}

ul.menu-footer {
    display: flex;
    justify-content: space-between;
    /* margin-top: 40px; */
    margin-top: 34px;
    padding-left: 0;
    list-style-type: none !important;
    /* width: 800px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
ul.menu-footer li {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 700;
}
ul.menu-footer li a {
    color: #FFF;
}
ul.menu-footer li a:hover {
    /* opacity: 0.75; */
    color: #5daed5;
}
ul.menu-footer li:before {
    display: none;
}



#footer-preencher p {
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}










.vanilla-form .notification-box {
    display: none;
}

form .form-field i {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#campoEscondido {
    display: none;
}




#area-logo-seguradora {
    display: none;
    padding: 6px 20px;
    border: solid 1px #dedede;
    background-color: #FFF;
    text-align: center;
    margin-top: 17px;
}






img.foto-formularios {
    /* -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; */
}
img.foto-formularios:hover {
    /* -webkit-filter: grayscale(0%);
    filter: grayscale(0%);   */
}



.azul1-wrapper {
    background-color: #D0D6DD;
}
.azul2-wrapper {
    background-color: #dfe5ec;
}


.cinza1-wrapper {
/*    padding-top: 30px;
    padding-bottom: 30px;*/
    background-color: #F0F0F0;
}
.cinza2-wrapper {
/*    padding-top: 30px;
    padding-bottom: 30px;*/
    background-color: #F0F0F0;
}
.cinza3-wrapper {
    background-color: #E0E0E0;
}
.cinza4-wrapper {
    background-color: #e5e7ea;
}

.borderzinho-bottom-1 {
    border-bottom: 1px solid #d6d6d6;
}
.borderzinho-bottom-2 {
    border-bottom: 1px solid #d0d0d0;
}


.moldura {
    border: solid 4px #6F8A9D;
    padding: 30px 20px;
    background-color: white;
    margin-bottom: 56px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;

}
.moldura:last-child {
    margin-bottom: 0px;
}
.moldura:hover {
    background-color: #E6E8EA;
}


.btn-azul {
    background-color: #0D3B5F;
    background: none;
}
.btn-azul {
    color: #6F8A9D;
    border: 3px solid #6F8A9D;
    background: none;
    box-shadow: none;
}
.btn.btn-azul:hover,
.btn.btn-azul:focus {
    background: #6F8A9D;
}
a.btn-azul {
    color: #6F8A9D !important;
    /*letter-spacing: 1px;*/
}
a.btn-azul:hover,
a.btn-azul:focus {
    color: #FFF !important;
}
.proibido-hover {
    opacity: 0.60;
    cursor: not-allowed;
}


.btn-branco {
    color: #6F8A9D;
    border: 3px solid #6F8A9D;
    background-color: #FFF;
    box-shadow: none;
}
.btn.btn-branco:hover,
.btn.btn-branco:focus {
    background: #6F8A9D;
}
a.btn-branco {
    color: #6F8A9D !important;
    /*letter-spacing: 1px;*/
}
a.btn-branco:hover,
a.btn-branco:focus {
    color: #FFF !important;
}



.botao-azul-ver-mais a  {
    padding: 15px 20px;
    display: block;
    color: #404040;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    background: #FFF;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.btn.botao-margem-direita {
    margin-right: 10px;
}

.particulares-servicos-foto img {
    width: 100%;
    max-width: 550px;
}


img.fotos-sede {
    width: 100%;
    margin-top: 5px;
/*    width: 300px;
    display: inline;
    margin-top: 5px;*/
}
/*
img#fotos-sede-1{
    float: left;
    margin-right: 20px;
}
img#fotos-sede-2{
    float: right;
    margin-right: 20px;
}
*/
.texto-quem-somos p {
    /*text-align: justify;*/
    font-size: 18px;
    /*line-height: 34px;*/
}


p.titulo-campo {
    margin-top: -10px;
    /* margin-bottom: 4px; */
    margin-bottom: 0px;
    color: #AAA;
    font-size: 12px;
}

.fantasma {
    opacity: 0.50;
}
.fantasma75 {
    opacity: 0.75;
}
.fantasma60 {
    opacity: 0.60;
}
.proibido:hover {
    cursor: not-allowed;
}

.escondido {
    display: none;
}



.intermedio-wrapper {
    background: #f7f7f7
}

.titulo-escritorios {
    /* color: #28729a; */
    font-size: 26px;
}
.titulo-escritorios strong {
    font-weight: 600;
}
.escritorios-mapa h2 {
    color: #28729a;
}


.agencias-mapa h2 {
    color: #28729a;
}
.agentes-mapa h2 {
    color: #28729a;
    font-size: 18px;
}
span.endereco-email {
    font-size: 12px;
    word-break: break-all;
}



div.entrada-particulares-segs-saude:nth-child(odd){
    background-color: #F0F0F0;
}
div.entrada-particulares-segs-saude:nth-child(even){
    background-color: #FFF;
}


div.entrada-empresas:nth-child(even){
    background-color: #F0F0F0;
}
div.entrada-empresas:nth-child(odd){
    background-color: #FFF;
}

#empresas-responsabilidadecivil .inner.titulo {
    padding-top: 50px;
    padding-bottom: 90px;
}
#empresas-responsabilidadecivil .row-same-height.ultimo-quadrado {
    margin-top: -24px;

}
#empresas-responsabilidadecivil .ultimo-quadro .content  {
    padding-bottom: 20px;
}

#empresas-responsabilidadecivil .ultimo-quadro li  {
    padding-bottom: 10px;
}


.testimonials .quote .icon {
    min-height: 140px;
}

.testimonials .frase-testemunho {
    min-width: 140px;
}

.testimonials blockquote p:last-child {
    line-height: 30px;
}
.testimonials blockquote.frase-testemunho p.nomeTestemunho {
    font-weight: 600;
}

.testimonials blockquote.frase-testemunho p.nomeTestemunho:before{
    display: none;
}

.testimonials .quote img {
    width: 120px;
    border-radius: 20px;
}


h4.sub-post-title {
    margin-top: 30px;
}



.empresas-header-aux.container.inner {
    padding-top: 50px;
    padding-bottom: 30px;
}

.empresas-header-aux.container.inner p.lead {
    font-size: 17px;
    line-height: 27px;
}



.promocao-area {
    margin-top: 44px;
    text-align: center;
}
.lista-promocao-area {
    padding-bottom: 15px;
    position: relative;
    left: 200px;
    margin-bottom: -90px;
}
.lista-promocao-area img {
    /*height: 100px;*/
    width: 364px;
}


.inner-form-saude-portinsurance {
    padding-top: 0px;
    /*padding-bottom: 0px;*/
}

.box-passos {
    margin-top: 22px;
    margin-bottom: 10px;
    padding: 30px;
    text-align: center;
}
.box-passos p {
    margin: 0px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    line-height: 26px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;

}
.box-cor-1 {
    background: #00dde7; 
    background: -moz-linear-gradient(top, #00dde7 0%, #0387ba 100%); 
    background: -webkit-linear-gradient(top, #00dde7 0%,#0387ba 100%);
    background: linear-gradient(to bottom, #00dde7 0%,#0387ba 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dde7', endColorstr='#0387ba',GradientType=0 );
}
.box-cor-2 {
/*     background: #99d1ff; 
    background: -moz-linear-gradient(top, #99d1ff 0%, #4aa2d1 100%); 
    background: -webkit-linear-gradient(top, #99d1ff 0%,#4aa2d1 100%);
    background: linear-gradient(to bottom, #99d1ff 0%,#4aa2d1 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d1ff', endColorstr='#4aa2d1',GradientType=0 );  */
    background: #fb485c;
    background: -moz-linear-gradient(top, #fb485c 0%, #b1005e 100%);
    background: -webkit-linear-gradient(top, #fb485c 0%,#b1005e 100%);
    background: linear-gradient(to bottom, #fb485c 0%,#b1005e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb485c', endColorstr='#b1005e',GradientType=0 );
}
.box-cor-3 {
/*     background: #8ebfd9;
    background: -moz-linear-gradient(top, #8ebfd9 0%, #6f8a9d 100%);
    background: -webkit-linear-gradient(top, #8ebfd9 0%,#6f8a9d 100%);
    background: linear-gradient(to bottom, #8ebfd9 0%,#6f8a9d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ebfd9', endColorstr='#6f8a9d',GradientType=0 ); */
    background: #f70000;
    background: -moz-linear-gradient(top, #f70000 1%, #810101 100%);
    background: -webkit-linear-gradient(top, #f70000 1%,#810101 100%);
    background: linear-gradient(to bottom, #f70000 1%,#810101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70000', endColorstr='#810101',GradientType=0 );
}
.box-cor-4 {
/*     background: #fff800;
    background: -moz-linear-gradient(top, #fff800 1%, #ff7f00 100%);
    background: -webkit-linear-gradient(top, #fff800 1%,#ff7f00 100%);
    background: linear-gradient(to bottom, #fff800 1%,#ff7f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff800', endColorstr='#ff7f00',GradientType=0 ); */
    background: #00c145;
    background: -moz-linear-gradient(top, #00c145 1%, #007f00 100%);
    background: -webkit-linear-gradient(top, #00c145 1%,#007f00 100%);
    background: linear-gradient(to bottom, #00c145 1%,#007f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c145', endColorstr='#007f00',GradientType=0 );
}
.box-cor-5 {
    background: #a5007e;
    background: -moz-linear-gradient(top, #a5007e 1%, #67106b 100%);
    background: -webkit-linear-gradient(top, #a5007e 1%,#67106b 100%);
    background: linear-gradient(to bottom, #a5007e 1%,#67106b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5007e', endColorstr='#67106b',GradientType=0 );
}


.linha-icons-saude-portinsurance {
    margin-bottom: 30px;
}
img.icons-saude-portinsurance {
    width: 100%;
    max-width: 95px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    display: block;
}


.inner-dos-docs {
    padding-top: 22px;
    padding-bottom: 34px;
    text-align: center;
}
#documentos .panel.pricing .panel-title {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #4aa2d19c;
}
#documentos .price-value {
    font-size: 30px;
    font-weight: 400;
}
#documentos img {
    margin-left: 6px;
}

#documentos .table a {
    color: #555555;
}
#documentos .table a:hover {
    color: #4aa2d1;
}
#documentos .table tr:last-child td {
    padding-top: 0;
}

#map hr {
    border-bottom: 1px solid #eaeaea;
    padding-top: 6px;
    margin-bottom: 6px;
}

.moveit-texto-color {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.moveit-verde-1 {
    color:#09b690;
}
.moveit-verde-2 {
    color:#008c71;
}
.moveit-verde-3 {
    color:#738443;
}
.moveit-verde-4 {
    color:#8dc63f;
}
.moveit-verde-5 {
    color:#74a534;
}
.moveit-verde-6 {
    color:#00a88e;
}

#esquema-seguro-desportistas {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
#esquema-seguro-desportistas img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 700px;
}
#table-seguro-desportistas {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
#table-seguro-desportistas img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
}

.area-colorida-seguro-desportistas {
    text-align: center;
    background-color: #dce5ec;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}
.area-colorida-seguro-desportistas .moveit-texto-color {
    font-size: 36px;
}
.area-colorida-seguro-desportistas h3 {
    font-size: 30px;
    margin-bottom: 24px;
}
.area-colorida-seguro-desportistas h2 {
    font-size: 44px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

hr.separador-novo {
    border: 0;
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #c5c5c5;
    background-image: linear-gradient(to right, #eee, #c5c5c5, #eee);
}

.zona-botoes-documentacao a.btn {
    margin-bottom: 10px;
}



img.imagem-codigo-seguranca {
    border: solid 1px #e1eaf0;
}
a#reload {
    cursor: pointer;
    padding: 4px;
    background: white;
    border: solid 1px #e1eaf0;
    margin-left: 0px;
}



#painel-final-sucesso {
    display: none;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding: 48px;
    margin-top: 8px;
    font-size: 20px;
    text-align: center;
}
#mensagem-final-sucesso {
    padding: 0;
    margin: 0;
    line-height: 30px;
}


.rgpd {
    cursor: pointer;
    /* color: #858585; */
    color: #001a49;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 14px;
    transition: color 300ms;
}
.rgpd.error {
    color: #e8554e;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #a3a3a3 !important;
    background-color: #eee;
    margin-right: 4px;
}

.vanilla-form input[type="radio"].error + span, 
.vanilla-form input[type="checkbox"].error + span {
    border-color: #de4747 !important;
}



body .body-agentes-formulario .inner {
    padding-top: 20px;
}
.body-agentes-formulario h2.main-title {
    color: #FFF;
}





div#quadrado-azul {
    /* background-color: #051328F0; */
    background-color: rgba(5, 19, 40, 0.80);
    color: #FFF !important;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -260px;
    margin-left: 36px;
    width: 70%;
    /* border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2); */
}
div#quadrado-azul h2.main-title {
    font-weight: 500;
    font-size: 30px;
}
div#quadrado-azul p.lead {
    font-weight: 600;
    font-size: 18px;
}

.sub-titulo-form-agentes {
    margin-bottom: 16px;
}
form.formulario-agentes .campo-extra {
    margin-top: -12px;
}
p.radio-title {
    margin-top: 0;
    /* margin-bottom: 10px; */
    margin-bottom: 0;
    background-color: #e4e4e4;
    padding: 8px 14px;
}
p.radio-title.error {
    background-color: #ff8181;
}
div.radio-area {
    background-color: #ededed;
    /* padding: 16px 14px; */
    padding: 12px 14px 10px;
    margin-bottom: 22px;
    transition: background-color 300ms;
}
div.radio-area.error {
    /* background-color: #ffcaca; */
    background-color: #ff9e9e;
}
div.radio-area span {
    margin-right: 6px;
}
div#comoconheceu label {
    display: inline-block;
    /* margin-left: 6px; */
}

p.upload-title {
    margin-top: 0;
    /* margin-bottom: 10px; */
    margin-bottom: 0;
    background-color: #e4e4e4;
    padding: 8px 14px;
}
div.upload-area {
    background-color: #f4f4f4;
    /* padding: 16px 14px; */
    padding: 14px 14px 8px;
    margin-bottom: 22px;
    transition: background-color 300ms;
}
div.upload-area.error {
    background-color: #ff9e9e;
}
span.nota-upload {
    margin-top: 4px;
    font-size: 10px;
    display: block;
}




a#botao-agentes {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 220px;
    text-align: center;
    background-color: #0e2841;
    color: #FFF;
    padding: 10px 24px;
    line-height: 20px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    transition: background-color 300ms;
    cursor: pointer;
}
a#botao-agentes:hover {
    background-color: #366081;
}
.popup-agentes {
    background-color: #FFF;
    padding: 40px 50px;
    border-radius: 20px;
    width: 700px;
    line-height: 28px;
}



form#formPrincipal input::-webkit-input-placeholder,
form#formPrincipal textarea::-webkit-input-placeholder,
form#formPrincipal select:-webkit-input-placeholder {
    opacity: 0.8;
}
form#formPrincipal input:-moz-placeholder,
form#formPrincipal textarea:-moz-placeholder,
form#formPrincipal select:-webkit-input-placeholder {
    opacity: 0.8;
}
form#formPrincipal input::-moz-placeholder,
form#formPrincipal textarea::-moz-placeholder,
form#formPrincipal select:-webkit-input-placeholder {
    opacity: 0.8;
}
form#formPrincipal input:-ms-input-placeholder,
form#formPrincipal textarea:-ms-input-placeholder,
form#formPrincipal select:-webkit-input-placeholder {
    opacity: 0.8;
}


.lh-60 {
    line-height: 60px;
}
.lh-50 {
    line-height: 50px;
}
.lh-40 {
    line-height: 40px;
}
.lh-30 {
    line-height: 30px;
}
.lh-20 {
    line-height: 20px;
}
.lh-10 {
    line-height: 10px;
}



#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.80); /* Black background with opacity */
    z-index: 200; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#overlayText {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



::selection {
    background: #C8DBE8;
    color: #2f2f2f;
}

