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

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


body .navbar-header .navbar-brand img#logo-left.retina {
        width: 250px;
        /*width: 212px;*/
        /* width: 380px; */
        /* width: 400px; */
        /* width: 300px; */
    height: 82px;
}
body .navbar-header .navbar-brand img#logo-right.retina {
    width: 150px;
    height: 82px;
}
img#logo-left {
    /* margin-right: 30px; */
    margin-right: 20px;
}


img#slide-imagem {
    width: 100%;
}

#area-texto-slide {
    position: absolute;
    bottom: 28px;
    left: 36px;
    text-align: left;

    animation: textoAnim 1s ease 0s 1 normal forwards;
}
@keyframes textoAnim {
	0% {
		opacity: 0;
		transform: translateX(250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}



#area-texto-slide h5 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
}
#area-texto-slide h5 span {
    font-size: 48px;
}

#area-texto-na-imagem-mix {
    display: flex;
}
div#barra-colorida-no-slide {
    border-radius: 8px;
    width: 12px;
    height: 90px;
    margin-top: -10px;
    margin-right: 14px;

    background: rgb(220,28,44);
    background: -moz-linear-gradient(180deg, rgba(220,28,44,1) 0%, rgba(249,100,36,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(220,28,44,1) 0%, rgba(249,100,36,1) 100%);
    background: linear-gradient(180deg, rgba(220,28,44,1) 0%, rgba(249,100,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc1c2c",endColorstr="#f96424",GradientType=1);
}









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

.texto-sombra-1 {
    /*text-shadow: 1px 1px 4px rgba(0,0,0,0.2);*/
    /* text-shadow: 2px 2px 2px #f9f1dc; */
    text-shadow: 1px 1px 4px rgb(0,0,0,0.9);
}


.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; */
    /* margin-top: 50px; */
    margin-top: 4px;
}


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

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



#topo-over-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 24px;
}
img#apoio-ao-cliente-secundario {
    display: none;
}



.offset9 {
    padding-top: 175px;
}
.offset10 {
    padding-top: 134px;
}
.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; */
    box-shadow: 0 1px 0 rgba(0,0,0,0.10) !important;
}
.page-title-farmacias {
    margin-bottom: 1px;
    box-shadow: none !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;
}
.main-title strong {
    font-weight: 700;
}

.single-main-title {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: none;
}

h1.super-post-title, h2.super-post-title {
    font-size: 30px;
    line-height: 36px;
}



.offset2 {
    padding-top: 175px;
}




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

.entrada-produto:nth-child(odd) {
    background-color: #F0F0F0;
}
.entrada-produto:nth-child(odd) .foto-produto-direita {
    /* display: none; */
}
.main-title {
    line-height: 50px;
}


img#logo-porthouse-new-pequeno {
    display: block;
    margin-top: -12px;
    margin-bottom: 14px;
}
img#logo-porthouse-new-big {
    display: block;
    margin-top: -6px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    
}


.conteudo-normal {
    border-top: solid 1px #e2e2e2;
}
div.titulo-header-mix {
    display: flex;
    align-items: flex-end;
    margin-top: -12px;
}
div.titulo-header-mix h2 {
    margin-left: 10px;
    margin-bottom: 0;
}
div#barra-colorida-main {
    border-radius: 8px;
    width: 10px;
    height: 48px;

    background: rgb(220,28,44);
    background: -moz-linear-gradient(180deg, rgba(220,28,44,1) 0%, rgba(249,100,36,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(220,28,44,1) 0%, rgba(249,100,36,1) 100%);
    background: linear-gradient(180deg, rgba(220,28,44,1) 0%, rgba(249,100,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc1c2c",endColorstr="#f96424",GradientType=1);
}

p.texto-home {
    margin-top: 26px;
    font-size: 16px;
    line-height: 28px;
}



div.produtos-header-mix {
    display: flex;
    align-items: flex-end;
    margin-top: 0px;
    margin-bottom: 18px;
}
div.produtos-header-mix h2 {
    margin-left: 10px;
    margin-bottom: 0;
}
div.barra-colorida-produtos {
    border-radius: 8px;
    width: 10px;
    height: 28px;

    background: rgb(220,28,44);
    background: -moz-linear-gradient(180deg, rgba(220,28,44,1) 0%, rgba(249,100,36,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(220,28,44,1) 0%, rgba(249,100,36,1) 100%);
    background: linear-gradient(180deg, rgba(220,28,44,1) 0%, rgba(249,100,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc1c2c",endColorstr="#f96424",GradientType=1);
}
img#tabela-hospitalizacao {
    width: 100%;
    margin-bottom: 28px;
}
#botao-1 {
    margin-bottom: 0;
}
img#tabela-parto {
    width: 100%;
    margin-bottom: 28px;
}
#botao-2 {
    margin-bottom: 0;
}

#botao-subscrever-1,
#botao-subscrever-2 {
    margin-left: 10px;
    margin-bottom: 0;
    width: 180px;
}



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

#particulares .container.inner.conteudos-slide {
    padding-top: 50px;
    padding-bottom: 19px;
    position: relative;
    text-align: center;
}

#particulares .container.inner.conteudos {
    /* padding-top: 50px;
    padding-bottom: 50px; */
    padding-top: 70px;
    padding-bottom: 70px;
}
#particulares .container.inner.conteudos.farmacias-header {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
#particulares .container.inner.conteudos.farmacias-header img {
    max-width: 460px;
}

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


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



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

img#logo-my-credit-home {
    margin-bottom: 20px;
}
img#logo-porthouse-home {
    max-height: 78px;
    margin-bottom: 16px;
}






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


.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; */
    background-color: #e1e1e1;
    color: #272727;
}
.sub-footer.footer-pagina-inicial {
    background-color: #0D3B5F;
    background-color: #e1e1e1;
    /* background-color: #a8c6e8; */
    /* background-color: #e7e6e6;
    color: #000; */
    /* background-color: #b11d48; */
    /* background-color: #ce1249; */
    color: #FFF;
    color: #272727;
}

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

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




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

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

#campoEscondido {
    display: none;
}

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

img.foto-seguros-tira {
    width: 100%;
}
img.foto-seguros-quadro {
    /*width: 100%;*/
    opacity: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
img.foto-seguros-quadro:hover {
    cursor: zoom-in;
    opacity: 70%;
}




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

}
.amarelo-wrapper {
    /* background-color: rgba(255, 197, 0, 0.12); */
    /*background-color: #ddfbfc78;*/
}
.azul-gradient-wrapper {
    background: #eefcfd; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #eefcfd 0%, #b8c7d4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #eefcfd 0%,#b8c7d4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #eefcfd 0%,#b8c7d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eefcfd', endColorstr='#b8c7d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */    
}
/*#a9b8c4*/

.verde-wrapper {
    /* background-color: rgba(255, 197, 0, 0.12); */
    background-color: #76bd21;
}
.predios-back {
    /* background-color: rgba(255, 197, 0, 0.12); */
    /* background-color: #E7E6E6; */
    /* background-color: #992b31; */
    background-color:#275ea9;
    /*background: url(imagens/fotos/predio-back-20.jpg);*/
    /*background: url(imagens/fotos/predio-back-blue-10b.jpg);*/
    background: url(imagens/fotos/back5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.predios-back h3, 
.predios-back p {
    color: #FFF;
    /* color: #f5f5f5; */
    /* color: #1d1d1d; */
    font-weight: 500;
}


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



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

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


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

.btn-amarelo {
    background-color: #0D3B5F;
    background: none;
    color: #6F8A9D;
    border: 3px solid #efb000;
    background: none;
    box-shadow: none;
}
.btn.btn-amarelo:hover,
.btn.btn-amarelo:focus {
    background: #efb000;
    color: #FFF !important;
}
a.btn-amarelo {
    color: #d49800 !important;
}
a.btn-amarelo:hover,
a.btn-amarelo:focus {
    color: #FFF !important;
}


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

.texto-quem-somos p {
    /*text-align: justify;*/
    font-size: 18px;
    /*line-height: 34px;*/
}


p.titulo-campo {
    margin-bottom: 4px;
    color: #AAA;
    font-size: 12px;
}
p.nota-inclusao-titulares {
    margin-bottom: 14px;
    color: #999;
    font-size: 14px;
}


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

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


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


.modal-content button.btn {
    display: inline-block;
}
.modal-content .main-title {
    font-size: 32px;
}
.modal-content .lead {
    font-size: 18px;
    line-height: 28px;
}

a#seguro-saude-redirect-button {
    display: none;
}
a#botao-seguro-saude-modal-avancar {
    display: none;
}

a#plano-prestige-redirect-button,
a#plano-gold-redirect-button,
a#plano-dentalvip-redirect-button
{
    display: none;
}
a#botao-planos-saude-modal-avancar {
    display: none;
}


div.bootstrap-select>button.btn.dropdown-toggle.btn-default {
    /*background-color: #ededed;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #666;
    font-weight: 500;
    color: rgb(0, 26, 73);
    text-transform: none;
    font-size: 14px;
}
div.bootstrap-select>button.btn.dropdown-toggle.btn-default.error {
background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}



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


button#listagem-farmacias-button {
    margin-top: 20px;
    padding: 12px 36px;
}
button#listagem-farmacias-button i {
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
}
button#listagem-farmacias-button.btn.btn-lime {
    background: #67a71b
}
hr.risca-farmacias {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 50px;
    margin-bottom: 30px;
}


button#pesquisar-directorio-button {
    margin-top: -6px; 
    padding: 15px 36px 12px;
}
button#pesquisar-directorio-button i {
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
}

button#saude-extra-simular-button {
    padding: 15px 36px 12px;
}
button#saude-extra-simular-button i {
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
}

#img-teclado-reforma {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.area-colorida-ppr {
    background-color: #dce5ec;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}
.area-colorida-poupanca {
    background-color: #dce5ec;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}
.area-colorida-seguro-dentario {
    background-color: #dce5ec;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 12px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.telefone-colorido-seguro-dentario {
    padding: 10px 16px;
    background-color: aliceblue;
    display: inline-block;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: sans-serif;
    color: #0f87e4;
    margin-top: 6px;
    margin-bottom: 14px;
}



.inner-seguro-saude h2.post-title {
    margin-bottom: 20px;
}

button#seguro-saude-aceder-button {
    padding: 15px 36px 12px;
    margin-top: -8px;
    margin-bottom: 12px;
}
button#seguro-saude-aceder-button i {
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
}

img.seguro-saude-app-buttons {
    max-height: 38px;
    margin-right: 10px;
    opacity: 1;
}
img.seguro-saude-app-buttons:hover {
    opacity: 0.80;
}
img.seguro-saude-app-red {
    width: 100%;
    margin-top: -38px;
    margin-bottom: -28px;
}
img.seguro-saude-app-medicina {
    display: block;
    margin-bottom: 30px;
}
hr.seguros-separador {
    border: 0;
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #c5c5c5;
    background-image: linear-gradient(to right, #eee, #c5c5c5, #eee);
}


img.foto-seguro-corporate-quadro {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 648px;
}
img.foto-seguro-corporate-quadro {
    opacity: 1;
    transition: opacity 0.5s;
}
img.foto-seguro-corporate-quadro:hover {
    cursor: zoom-in;
    opacity: 0.70;
}
.seguros-telefone {
    font-weight: bold;
    background: #ddf3ff;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
}
img#seguro-corporate-cartao {
    width: 100%;
    max-width: 460px;
    opacity: 1;
    transition: opacity 0.5s;
}
img#seguro-corporate-cartao:hover {
    cursor: zoom-in;
    opacity: 0.70;
}

button#seguro-dentario-aceder-button {
    padding: 15px 36px 12px;
    margin-top: 26px;
    margin-bottom: 26px;
}
button#seguro-dentario-aceder-button i {
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
}

.lista-vantagensGold li {
    line-height: 30px;
    font-size: 16px;
}
button#seguro-dentario-subscrever-button {
    padding: 15px 36px 12px;
}
button#seguro-dentario-subscrever-button i {
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
}


ul.seguro-vida-lista-coberturas {
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}
ul.seguro-vida-lista-coberturas li {
    line-height: 28px;
    margin-bottom: 8px;
}
.seguro-vida-email {
    font-weight: normal;
    color: #FFF;
    background: #68a0ca;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
}


.solucoes-habitacao-page .inner-habitacao {
    padding-top: 50px;
}
.solucoes-automovel-page .inner-automovel {
    padding-top: 50px;
}
.solucoes-habitacao-page .inner-outras-solucoes {
    padding-top: 50px;
}
.solucoes-habitacao-page .inner-quer-vender-casa {
    padding-top: 50px;
}
.bupa-viagem-page .inner-bupa-viagem {
    padding-top: 50px;
}
.erasmus-page .inner-erasmus {
    padding-top: 50px;
}
.poupanca-page .inner-poupanca {
    padding-top: 50px;
}

.inner-seguro-saude {
    padding-top: 60px;
}

.cartao-bp-page .inner-cartao-bp {
    padding-top: 50px;
}
.cartao-bp-page .foto-formularios {
    border: solid 1px #ececec;
    border-radius: 2px;
}


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


.inner-seguro-de-saude {
    padding-top: 50px;
}
.inner-gestao-seguro-de-saude {
    padding-top: 50px;
}


img#imagem-quadro {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    transition: opacity 0.5s;
}
img#imagem-quadro:hover {
    cursor: zoom-in;
    opacity: 0.70;
}
img.imagens-valores {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    -webkit-transition: opacityh 0.5s; /* Safari */
    transition: opacity 0.5s;
}
img.imagens-valores:hover {
    opacity: 0.70;
}



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




div.background-seguros {
    background-image: url("imagens/fotos/background_seguros.jpg");
    background-color: #ebcab6;
    /* height: 600px; */
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}

.area-seguros {
    /* margin-top: -16px; */
    display: flex;
    flex-direction: row;
}
.area-seguros #coluna-dos-botoes {
    display: flex;
    flex-direction: column;
    width: 400px;
}
.area-seguros a.botao-laranja {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 36px 20px;
    max-width: 350px;
    background-color: #fc4d03;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    transition: all 500ms;
    cursor: pointer;
}
.area-seguros a.botao-laranja:hover {
    background-color: #b33600;
}
a.botao-laranja#botao-advancecare {
    padding-top: 20px;
    padding-bottom: 20px;
}
a.botao-laranja#botao-advancecare img {
    display: block;
    margin: 4px auto 4px;
    margin-left: auto;
    margin-right: auto;
    height: 76px;
}
a.botao-laranja#botao-advancecare span {
    font-size: 16px;
}

.area-seguros .coluna-da-frase {
    width: 500px;
    margin-left: 60px;

}
.area-seguros .coluna-da-frase h3 {
    color: #767171;
    margin-top: 12px;
    font-size: 44px;
    line-height: 54px;
} 




.seguros-badge {
    background-color: #F0F0F0;
    padding: 30px 50px;
}
.area-interna-badge-seguros {
    background-color: #FFF;
    padding: 26px;
    min-height: 330px;
    text-align: center;
    border-radius: 8px;
    /*border: solid 1px #CCC;*/
    box-shadow: 2px 2px 5px rgba(100,100,100,0.2);
}
.badge-baixo .area-interna-badge-seguros {
    min-height: 270px;
}
.logos-seguros-badge {
    /* margin-top: 10px;
    margin-bottom: 20px;
    padding: 8px;
    height: 40px;
    border-radius: 8px; */
    /*background-color: #f5f5f5;*/

    margin-top: 20px;
    margin-bottom: 30px;
}
.logos-seguros-badge-maior {
    margin-top: 14px;
    margin-bottom: 24px;
}




div#area-logo-e-apolice {
    margin-top: 10px;
    margin-bottom: 30px;
}
div#area-logo-e-apolice img {
    display: inline-block;
    margin-bottom: 5px;
}
div#area-logo-e-apolice #separador-logo {
    display: inline-block;
    width: 30px;
}
div#apolice-box {
    padding: 12px 34px;
    display: inline-block;
    color: #254061;
    border: 4px solid #385d8a;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}
div#apolice-box span {
    white-space: nowrap;
}

.ul-avanco-10 {
    margin-left: 10px;
}
.ul-avanco-20 {
    margin-left: 20px;
}

.ul-topo--10 {
    margin-top: -10px;
}
.ul-topo--20 {
    margin-top: -20px;
}



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


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

.proibido-hover {
    opacity: 0.60;
    cursor: not-allowed;
}

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


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

span.espaco-mobile-only {
    display: none;
}



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


::-webkit-input-placeholder {
    color: #888888 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #888888 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #888888 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #888888 !important;
}

