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

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


img#logo-principal {
    display: block;
    margin-top: -50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}


.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;
}


.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;
}







#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;
}


.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;
    font-size: 12px;
    line-height: 24px;
}

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

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






.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-bottom: 4px;
    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;
}


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


#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;
}


p.tituloRGPD {
    margin-bottom: 4px;
}
p.fraseRGPD {
    font-size: 12px;
    margin-bottom: 6px;
    color: #999;
}
label.linha-autorizacaoRGPD {
    cursor: pointer;
    font-size: 14px;
}



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;
}



#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;
}

