
h1, h2, h3, h4, h5, h6 {
    color: #FFF;
}

.texto-golo-laranja {
    color: #ee7d04 !important;
    font-weight: 800 !important;
}
.texto-golo-azul {
    color: #00aaa7 !important;
    font-weight: 800 !important;
}

body {
    /* background: #e2f7ff;
    background: #f0ffe9; */
    background: #fcfcfc;
        display: none;
}

.box-layout .body-wrapper {
    width: 1050px;
        background-color: #FFFFFF;
}
.box-layout header {
    width: 960px;
}



#logotipos .inner {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px 30px 0px;
}
#logos-left {
    display: flex;
    justify-content: left;
    align-items: center;
}
/* img#logos-separador {
    margin: 0 26px;
} */
#logos-separador {
    width: 1px;
    height: 60px;
    vertical-align:middle;
    border-left: 1px solid #122e5c;
    /* margin: 0 26px; */
    margin: 0 12px;
    opacity: 0.50;
}
#logotipos img#logo-linha-apoio {
    /* margin-top: 4px; */
        margin-top: 8px;
    margin-left: auto;
}


.logos-right {
    display: flex;
    flex-direction: column;
}

div.novo-menu-area {
    margin-top: -4px;
}

ul#novo-menu {
    margin-top: 12px;
    list-style: none;
    list-style-type: none;
    padding-bottom: 0;
        text-align: right;
}
ul#novo-menu li::before {
    display: none;
}
ul#novo-menu li {
    display: inline-block;
    margin-left: 20px;
    font-weight: 600;
}
ul#novo-menu li:first-child {
    margin-left: 0;
}
ul#novo-menu li a {
    /* color: #102d5b; */
    color: #030304;
}
ul#novo-menu li a:hover {
    /* color: #009fe3; */
    color: #1591a5;
}


#slidePrincipal .inner {
    padding: 0px;
    width: 1050px;
}
#slide-mobile {
    display: none;
}


section#nova-area-branca {
    background-color: #FFF;
}
section#nova-area-branca .inner {
    padding-top: 40px;
    padding-bottom: 44px;
}
section#nova-area-branca h2 {
    /* color: #122e5c; */
    color: #030304;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-left: 110px;
    padding-right: 110px;
    margin-bottom: 0;
}
section#nova-area-branca h2 span {
    /* color: #009fe3; */
    color: #377cb7;
    font-weight: 600;
}



#intervalo-pos-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* min-height: 150px; */
}
.quadradosA {
    color: #FFF;
    padding-top: 40px;
    /* padding-bottom: 34px; */
    padding-bottom: 40px;
    display: flex;
    width: 33.33%;
}
.quadradosA img {
    margin-left: 58px;
    margin-right: 10px;
    margin-top: 2px;
}
.quadradosA:nth-child(2) img {
    margin-left: 10px;
}
.quadradosA .area-frase p {
    text-align: left;
    line-height: 26px;
    padding-bottom: 0;
}
#intervalo-pos-slide #quadradoA-1,
#intervalo-pos-slide #quadradoA-2 {
    /* background-color: #313132; */
    /* background-color: #122e5c; */
    /* background-color: #377cb7; */
    background-color: #0093a7;
    background-color: #00aaa7;
    font-size: 28px;
    flex-grow: 1;
    width: 32%;
}
#intervalo-pos-slide #quadradoA-3 {
    /* background-color: #009fe3; */
    /* background-color: #122e5c; */
    /* background-color: #ee7d03; */
    background-color: #00aaa7;
    flex-grow: 1;
    width: 36%;
}
#quadradoA-3 {
    display: flex;
    justify-content: center;
}
#quadradoA-3 .area-preco {
    /* padding-left: 10px; */
    padding-right: 20px;
    text-align: center;
    font-weight: 900;
}
#quadradoA-3 p {
    padding-bottom: 0;
    margin-bottom: 0;
}
#quadradoA-3 .valor {
    margin-top: 4px;
}
#quadradoA-3 .area-preco p.euros {
    display: inline-block;
    font-size: 70px;
    padding-top: 9px;
}
#quadradoA-3 .area-preco p.centimos {
    display: inline-block;
    font-size: 40px;
    vertical-align: top;
}
#quadradoA-3 .area-preco p.mensal {
    font-size: 28px;
    text-align: left;
    font-weight: 600;
        text-align: center;
}
#quadradoA-3 a {
    cursor: pointer;
}

.botao-gradient-branco {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(214,214,214) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgb(214,214,214) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(214,214,214) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7def2', GradientType=0 );
}
.botao-gradient-branco:hover {
    opacity: 0.8;
}
a.botao-subscrever-big {
    display: block;
    /* color: #122e5c; */
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    /* box-shadow: 0px 1px 4px #828282; */
    /* padding: 30px 18px; */
    padding: 18px 80px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 1px;
        margin-top: 8px;
}




section#vantagens .inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

section#vantagens.dark-wrapper {
    border-bottom: none;
}

.titulo-vantagens {
    color: #555555;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 16px;
    line-height: 32px;
}
ul.lista-vantagens {
    text-align: left; 
    padding-bottom: 0px;
    margin-top: 10px;
    list-style: none;
}
ul.lista-vantagens li {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
ul.lista-vantagens li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    /* color: #009fe3; Change the color */
    color: #398c94; /* Change the color */
    font-size: 18px;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    margin-left: 0; /* Also needed for space (tweak if needed) */
    margin-right: 2px;
}

h2.frase-promocao {
    margin-top: 30px;
    margin-bottom: 4px;
    font-size: 19px;
    color: #313132;
    text-align: center;
    font-weight: 700;
}
h2.frase-promocao span {
    /* color: #009fe3; */
    color: #398c94;
}


section#area-videos {
    background-color: #FFF;
}
section#area-videos .inner {
    padding-top: 40px;
    padding-bottom: 56px;
}


h2.frase-video1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #595959;
    text-align: center;
    font-weight: 700;
}
h2.frase-video2 {
    margin-top: 34px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #595959;
    text-align: center;
    font-weight: 700;
}
h2.frase-video1 a,
h2.frase-video2 a {
    color: #398c94;
    font-weight: 800;
}
h2.frase-video1 a:hover,
h2.frase-video2 a:hover {
    color: #0b545b;
    font-weight: 800;
}

#area-videos iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 560px;
    height: 315px;
    
}






div#areaDosBotoes a {
    cursor: pointer;
}

a.botao-pdf-2 {
    display: block;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 9px;
    padding: 4px 20px;
    border-radius: 8px;
    /* margin-left: 16px;
    margin-right: 16px; */
    opacity: 1;
    min-width: 200px;
}
a.botao-pdf-2:first-child {
    margin-top: 0;
}
a.botao-pdf-2:last-child {
    margin-bottom: 0;
}
a.botao-pdf-2:hover{
    opacity: 0.75;
}
a.botao-pdf-2 h5 {
    /* color: #2f001c; */
    color: #404040;
    margin-bottom: 0;
    line-height: 17px;
    font-weight: 700;
    font-size: 13px;
}

.quadrado-falamos-consigo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-top: 24px;
}
.quadrado-falamos-consigo h4 {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 500;
}
.area-icons-de-contacto {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}
.area-icons-de-contacto img {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}
.area-icons-de-contacto a:hover {
    opacity: 0.75;
}


#separadorLinhaBranca {
    /* position: absolute; */
    position: relative;
    /* top: 20px; */
    top: 42px;
    /* left: -8px; */
    left: -50px;
    height: 150px;
    border-left: solid 1px #FFF;
    opacity: 0.50;
}
h3.preco-pequeno {
    /* margin-top: 50px; */
    margin-top: 70px;
    margin-bottom: 12px;
    font-size: 28px;
    /* font-size: 32px; */
}
.area-novo-botao-subscrever-pequeno {
    margin-top: 74px;
    text-align: center;
}
a.botao-subscrever-pequeno {
    display: inline-block;
    /* color: #122e5c; */
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    /* margin-bottom: 5px; */
    /* box-shadow: 0px 1px 4px #828282; */
    /* padding: 10px 10px; */
    padding: 28px 12px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 1px;
    width: 140px;
}


section#outras-vantagens .inner {
    padding-top: 34px;
    padding-bottom: 34px;
}

.quad-vantagens h3,
.quad-vantagens h4,
.quad-vantagens h5,
.quad-vantagens p {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: 600;
}

.quad-vantagens h3.linha-1 {
    color: #555555;
    font-size: 26px;
}
.quad-vantagens h4.linha-2 {
    /* color: #009fe3; */
    /* color: #377cb7; */
    color: #0093a7;
    font-size: 38px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 0;
}
.quad-vantagens h4.linha-3 {
    color: #313132;
    font-size: 30px;
    margin-bottom: 30px;

}
.quad-vantagens h5.linha-4 {
    font-size: 20px;
    margin-bottom: 2px;
}
.quad-vantagens h5.linha-5 {
    color: #009fe3;
    font-size: 20px;
    font-weight: 800;
}
.quad-vantagens h5.linha-5 span {
    font-weight: 600;
}
.quad-vantagens h5.linha-5 span.ponto {
    font-weight: 600;
    color: #555555;
}
.quad-vantagens h5.linha-unica-4-5 {
    line-height: 22px;
}
.quad-vantagens h5.linha-unica-4-5 span {
    /* color: #377cb7; */
    color: #0093a7;
}
.quad-vantagens h5.linha-unica-4-5 span strong {
    font-weight: 800;
}


.area-triangulos {
    margin-top: 50px;
    margin-bottom: 20px;
}
.area-triangulos img {
    display: inline-block;
    margin-right: 5px;
}
p.triangulos-frase-1 {
    color: #7F7F7F;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
}
p.triangulos-frase-1 span {
    /* color: #009fe3; */
    /* color: #377cb7; */
    color: #030304;
    font-weight: 600;
}
p.triangulos-frase-2 {
    color: #7F7F7F;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
p.triangulos-frase-2 span {
    font-weight: 600;
    /* color: #009fe3; */
    /* color: #377cb7; */
    color: #030304;

}

.quad-marketplace h3 {
    /* color: #009fe3; */
    color: #122e5c;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-left: 4px;
}
.area-miniaturas a {
    display: inline-block;
}
.area-miniaturas a:nth-child(odd) {
    margin-right: 10px;
}
.area-miniaturas a:hover {
    opacity: 0.75;
}
.area-miniaturas a p {
    color: #555555;
    font-weight: 600;
    margin-top: 2px;
}


section#tira-azul .inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
#tira-azul h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}
#tira-azul h3 {
    display: inline-block;
    font-size: 22px;
    margin-left: 34px;
    font-weight: 500;
    margin-bottom: 0;
}


#section-tabela .inner {
    padding: 40px 0px;
}


section#tira-final .inner {
    padding-top: 16px;
    padding-bottom: 16px;
}

#tira-final {
    text-align: right;
}
#tira-final h2 {
    display: inline-block;
    margin-bottom: 0;
}
#tira-final a {
    display: inline-block;
    margin-left: 20px;
    margin-right: 48px;
}



footer {
    background: #ffffff;
    /* color: #b1b1b1; */
    /* color: #122e5c; */
    color: #000000;
    text-align: center;
    font-size: 12px;
    padding: 16px 0;
}

footer .inner {
    padding: 8px 0;
}
.footer-conteudo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.footer-area-3 {
    flex-grow: 3;
}
.area-redes-sociais {
    margin-top: 8px;
    margin-left: 20px;
}
.area-redes-sociais a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}
.area-redes-sociais a:hover {
    opacity: 0.75;
}

footer p {
    padding-bottom: 0;
}















.dark-wrapper .inner {
    /*width: 1020px;*/
    /*padding: 30px 0px;*/
    padding: 60px 0px;
}
.intervalo .inner {
    /*padding: 30px 0px;*/
    padding: 30px 0px 36px;
}
.intervalo img {
    display: inline-block;
}



section#area-quadrupla {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #00aaa7;
}

#quadruplo-1 {
    width: 25%;
    /* background-color: #ee7d03; */
    background-color: #008c8a;
    padding-top: 26px;
    padding-bottom: 26px;
    text-align: center;
}
#quadruplo-1 img {
    margin-left: auto;
    margin-right: auto;
}
#quadruplo-2 {
    width: 25%;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: center;
}
#quadruplo-3 {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-top: 8px;
    text-align: center;
}
#quadruplo-4 {
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding-top: 8px;
    text-align: center;
}
#quadruplo-4 a {
    cursor: pointer;
}





.intervalo-azul-wrapper {
    /* background-color: #009fe3; */
    /* background-color: #122e5c; */
    background-color: #0093a7;
    color: #FFF;
}
#intervalo-azul .inner {
    padding-top: 26px;
    padding-bottom: 26px;
}


.dark-wrapper {
    /* background-color: #29ace3;
    background-color: #75a55e;
    color: #FFF; */
    background-color: #f5f5f5;
    color: #868686;
    border-top: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
}

.dark-wrapper h3 {
    color: #FFF;
}

ul li:before {
    color: #FFFFFF;
    color: #868686;
}

li {
    /*line-height: 20px;*/
    line-height: 19px;
}

.centrado {
    text-align: center;
}

a.button.branco {
    background-color: #CDF2FF;    
    color: #ec008c;
    font-size: 18px;
    margin-bottom: 0px;
}
a.button.branco:hover {
    background-color: #fff;
    color: #ec008c;    
}




/*
.intervalo h3 {
    color: #2babe2;
}

.intervalo span.escuro {
    color: #121f48;    
}

.intervalo h3 span.font-grande {
    font-size: 20px;
}
.intervalo h3 span.font-media {
    font-size: 17px;
}
.intervalo h3 span.font-pequena {
    font-size: 13px;
}
.intervalo .linha1-1 {
    margin-top: 6px; 
    margin-bottom: 0px;    
}
.intervalo .linha2-1 {
    margin-bottom: 3px;    
}
.intervalo .linha3-1 {
    margin-bottom: 0px;    
}

.intervalo .linha1-2 {
    margin-top: 6px; 
    margin-bottom: 0px;
}
.intervalo .linha2-2 {
}

.intervalo .linha1-3 {
    margin-top: 4px; 
    margin-bottom: 1px;
}
.intervalo .linha2-3 {
    margin-bottom: 0px;    
}
.intervalo .linha3-3 {
    margin-bottom: 0px;    
}
*/
#intervalo1 img,
#intervalo3 img {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.intervalo h3 {
    color: #2babe2;
    color: #5b5b5b;
    font-weight: normal;
}

.intervalo span.escuro {
    color: #121f48; 
    color: #5b5b5b;   
}

.intervalo h3 span.font-grande {
    font-size: 20px;
}
.intervalo h3 span.font-media {
    font-size: 17px;
}
.intervalo h3 span.font-pequena {
    font-size: 13px;
}
.intervalo .linha1-1 {
    margin-top: 6px; 
    margin-bottom: 0px;    
}
.intervalo .linha2-1 {
    margin-bottom: 3px;    
}
.intervalo .linha3-1 {
    margin-bottom: 0px;    
}

.intervalo .linha1-2 {
    margin-top: 6px; 
    margin-bottom: 0px;
}
/* .intervalo .linha2-2 {
} */

.intervalo .linha1-3 {
    margin-top: 4px; 
    margin-bottom: 1px;
}
.intervalo .linha2-3 {
    margin-bottom: 0px;    
}
.intervalo .linha3-3 {
    margin-bottom: 0px;    
}


.intervalo2 .botao-facebook-imagem {
    margin-top: -5px;
}



#azul1-coluna2 {
    padding-left: 10px;
}
#azul1-coluna3 h1.preco {
    margin-bottom: 8px;
}


.linha-de-apoio {
    margin-top: 15px;
    text-align: left;
    margin-left: 116px;
}
.linha-apoio-1 {
    font-size: 14px;
    padding-bottom: 0;
}
.linha-apoio-2-telefone {
    padding-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 2px;
}
.linha-apoio-3 {
    font-size: 12px;
}







img#imagem-cartao-gold {
    margin-top: 8px;
    margin-top: 2px;
    margin-bottom: 24px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(50,50,50,0.5);
}

/* .titulo-vantagensGold {
    color: #121f48; 
    font-size: 20px; 
    padding-bottom: 18px;   
} */
.titulo-vantagensGold {
    /* color: #164b71;
    color: #121f48;  */
    color: #5a5a5a;
    font-size: 24px;
    /* padding-bottom: 18px; */
    padding-bottom: 10px;
    /* font-weight: bold; */
    line-height: 32px;
    text-align: center;
}

.lista-vantagensGold {
    text-align: left; 
    padding-bottom: 0px;
    margin-top: 10px;
}
ul.lista-vantagensGold li {
    /*line-height: 17px;*/
    /* line-height: 20px; */
    line-height: 19px;
}

#nota-gold {
    margin-top: -4px;
    margin-bottom: 12px;
    margin-left: 14px;
    margin-right: 14px;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
}


#novidadeGoldArea h4#linha1Novidade {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ca0078;
    margin-bottom: 8px;
}
#novidadeGoldArea p#linha2Novidade {
    letter-spacing: 0.6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: -8px;
}
#novidadeGoldArea h3#linha3Novidade {
    color: #001c49;
    color: #0e3471;
    font-size: 16px;
    text-transform: uppercase;
}

#botaoGoldArea {
    text-align: center;
    margin-top: 32px;
}





.iconPDF {
    margin-left: 10px;
    margin-right: 10px;
}

.linkTabelaActosMedicos {
    text-align: left;
    margin-top: 38px;
    line-height: 18px;
    margin-bottom: 28px;
}


#area-azul-2 h2 {
    letter-spacing: 1px;
    line-height: 33px;
}


img#imagem-cartao-prestige {
    margin-top: 2px;
    margin-bottom: 24px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(50,50,50,0.5);
}


#vantagensPrestige1 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}
#vantagensPrestige1 h2 {
    font-weight: 700;
}
#vantagensPrestige1 h2 {
    font-weight: 700;
    color: #868686;
}

#vantagensPrestige2 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0px;
}
#vantagensPrestige2 p {
    line-height: 28px;
}
#vantagensPrestige2 p:last-child {
    padding-bottom: 0;
}

.linkTabelaActosMedicosMedicina {
    text-align: left; 
    margin-top: 6px; 
    line-height: 18px;
    margin-bottom: 0px;
}
/* .titulo-vantagensPrestige {
    color: #121f48; 
    font-size: 20px; 
    padding-bottom: 18px;
    margin-bottom: 12px;
} */
.titulo-vantagensPrestige {
    /* color: #121f48; */
    color: #5a5a5a;
    font-size: 24px;
    padding-bottom: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}


#nota-prestige {
    margin-top: -4px;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 6px;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
}

#novidadePrestigeArea {
    text-align: center;
    margin-bottom: 34px;
}
#novidadePrestigeArea h4#linha1Novidade {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ca0078;
    margin-bottom: 8px;
}
#novidadePrestigeArea p#linha2Novidade {
    letter-spacing: 0.6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: -8px;
}
#novidadePrestigeArea h3#linha3Novidade {
    color: #001c49;
    color: #0e3471;
    font-size: 16px;
    text-transform: uppercase;
}
#botaoPrestigeArea {
    text-align: center;
    margin-top: 32px;
    margin-top: 24px;
}
.area-tabela-prestige-pdfs .titulo-tabelas-download {
    text-align: center;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 16px;
}





.vantagensLeft {
    float: left;
    width: 294px;
    margin-right: 38px;
}
.vantagensRight {
    float: left;
    width: 290px;
    margin-top: 42px;
}
.azul2-left {
    float: left;
    width: 294px;
    margin-right: 38px;
    margin-top: 58px;
    margin-bottom: -50px;
}
.azul2-right {
    float: left;
    width: 290px;
    text-align: center;
    margin-top: 16px;
}
#azul2-coluna2 {
    padding-left: 10px;
}
#azul2-coluna3 h1.preco {
    margin-bottom: 8px;
}

#intervalo3-alternativo {
    display: none;
    margin-bottom: 40px;
}





.roxo {
    color: #ec008c;
    color: #0096c5;
}

a.link-pdf h5 {
    color: #121f48;
    opacity: 0.65;    
}
a.link-pdf h5:hover {
    opacity: 1;
}

.area-tabela-gold-pdfs {
    margin-top: 10px;
    /*margin-bottom: 38px;*/
    margin-bottom: 50px;
}

.area-tabela-prestige-pdfs {
    /*margin-bottom: 44px;*/
    /* margin-bottom: 30px; */
    margin-top: -8px;
    margin-bottom: 24px;
}




#area-azul-2b h2 {
    letter-spacing: 1px;
    line-height: 33px;
}
img#imagem-cartao-dental {
    margin-top: 2px;
    margin-bottom: 24px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(50,50,50,0.5);
}
.titulo-vantagensDental {
    /* color: #121f48;  */
    color: #5a5a5a;
    font-size: 24px;
    padding-bottom: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.lista-vantagensDental {
    text-align: left; 
    padding-bottom: 0px;
    margin-top: 4px;
}
ul.lista-vantagensDental li {
    /* line-height: 20px; */
    line-height: 22px;
}
.area-tabela-dental-pdfs {
    margin-bottom: 36px;
}


#nota-dental {
    margin-top: -4px;
    /* margin-bottom: 20px; */
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 17px;
    text-align: center;
    /* line-height: 30px; */
    line-height: 24px;
}
#azul2b-coluna3 h1.preco {
    margin-bottom: 8px;
}
#botaoDentalArea {
    text-align: center;
    margin-top: 32px;
}

.area-tabela-dental-pdfs .titulo-tabelas-download {
    text-align: center;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 16px;
}




h1.preco {
    /* color: #d3e9f3;
    color: #FFF;
    text-shadow: 1px 1px 5px #222; */
    color: #656565;
    text-shadow: 1px 1px 5px #a9a9a9;
}
span.valor {
    font-size: 48px;
    font-weight: 600;
}
span.euro {
    font-weight: 500;
    font-size: 24px;
}
span.mensal {
    margin-left: 6px;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}





#cartao-branco {
    /*margin-top: 120px;*/
    /* margin-top: 60px; */
    /* margin-top: 61px; */
    padding: 10px;
    background-color: #FFF;
    border-radius: 10px;
    max-width: 300px;
    display: inline-block;
}

img#imagem-cartaobranco-logo {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 18px;
}
.linha-de-apoio-cartao-branco {
    color: #121f48;
    margin-top: -4px;    
    margin-left: 20px; 
    margin-bottom: 24px;
    /* margin-bottom: 38px; */
}
.linha-apoio-1-cartao-branco {
    font-size: 14px;
    padding-bottom: 0;
}
.linha-apoio-2-telefone-cartao-branco {
    padding-bottom: 0;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 2px;
}
.linha-apoio-3-cartao-branco {
    font-size: 12px;
    padding-bottom: 10px;
}

#cartao-branco h3 {
    color: #2babe2;
}

#cartao-branco #clique-aqui-vantagens {
    margin-top: 18px; 
    margin-bottom: 10px; 
    font-size: 18px;
}
#cartao-branco #clique-aqui-descarregar-manual {
    margin-top: 20px; 
    margin-bottom: 16px; 
    font-size: 18px;
}

#cartao-branco .escuro {
    color: #121f48;
}


#cartao-branco #precoAreaCartaoBranco {
    /* margin-top: 42px;
    margin-bottom: 24px; */
    margin-top: 30px;
    margin-bottom: 10px;
}



.titulo-como-poupar {
    color: #5a5a5a;
    font-size: 20px; 
    padding-bottom: 10px;
}

.titulo-perguntas-frequentes {
    color: #5a5a5a; 
    font-size: 20px; 
    padding-bottom: 30px;

    text-align: left;
    font-size: 24px;
}


#perguntas {
    text-align: left;
    /* line-height: 21px; */
    line-height: 23px;

    line-height: 20px;
}
#perguntas .pergunta {
    /* padding-bottom: 10px; */
    padding-bottom: 13px;


    padding-bottom: 5px;
    font-size: 16px;
    color: #505050;

}
#perguntas .resposta {
    color: #121f48;
    color: #656565;
}


.tabela-precos-area {
    margin-top: 70px;
}
.titulo-tabela-precos {
    color: #5a5a5a; 
    font-size: 20px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 24px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 24px;
    line-height: 34px;
}
.tabela-precos-area img {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
}





.nova-table-area {

    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 10%) !important;
    color: #707070;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    /*border: 1px solid #ddd;*/
    border: none;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
}
tr.info, tr.sub-table-titulo{
    /* background-color: #d9d9d9 !important;
    color: #525252 !important; */
    /* background-color: #15b4f8 !important; */
    /* background-color: #559ad5 !important; */
    background-color: #0092a6 !important;
    color: #ffffff !important;
    text-align: left;
    text-transform: uppercase;
}
td.coluna2,
th.coluna2 {
    text-align: center;
}
td.linha-unica {
    font-weight: bold;
}
.table-striped > tbody > tr:nth-of-type(odd)/*, .table-hover > tbody > tr:hover*/ {
    background-color: rgba(0, 0, 0, 0.03);
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
.table-striped > tbody > tr:nth-of-type(even)/*, .table-hover > tbody > tr:hover*/ {
    background-color: rgba(0, 0, 0, 0.03);
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f2f2f2;
}
.table-hover > tbody > tr:nth-of-type(odd):hover {
    background-color: rgba(0, 0, 0, 0.10);
}
.table-hover > tbody > tr:nth-of-type(even):hover {
    background-color: rgba(0, 0, 0, 0.13);
}







/* 
footer {
    background: #ffffff;
    color: #b1b1b1;
    color: #122e5c;
    text-align: center;
    font-size: 12px;
    padding: 16px 0;
}
footer p {
    padding-bottom: 0;
}
 */





#contacto-telefonico {
    width: 420px;
    padding: 40px;
    border-radius: 15px;
}
#contacto-telefonico h3 {
    color: #6C6C6C;
}
#contacto-email {
    width: 420px;
    padding: 40px;
    border-radius: 15px;
}
#contacto-email h3 {
    color: #6C6C6C;
}



.forms fieldset .text-input, .forms fieldset .text-area, .searchform input {
    background-color: #DFDFDF;
    color: #424242; 
}
.forms fieldset .text-area {
    min-height: 120px;
}
.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus,
.searchform input:focus {
    background-color: #CFCFCF;
}
.button-row {
    margin-top: 26px;
    text-align: right;
}
a.button, .forms fieldset .btn-submit, .filter li a {
    background-color: #5B7AB5;
}
.forms fieldset .text-input-row {
    margin-bottom: 7px;
}
.forms label {
    width: 300px;
    padding-top: 0px;
}
.transparente {
    opacity: 0.70;
}

input#promotorFormEmail,
input#promotorFormTel {
    opacity: 0.75;
    background-color: #e8e8e8;
}

div#respostaFormTelefonico {
    margin-top: 22px;
}
div#respostaFormEmail {
    margin-top: 22px;
}

.intervalo a:hover {
    opacity: 0.65;
}
.intervalo a.botao-facebook:hover {
    opacity: 0.85;    
}

#pesquisa {
    width: 920px;
    height: 800px;
    padding: 10px;
}

.mouseoverTransparente:hover {
    opacity: 0.85;
}









    .inner {
        width: 960px
    }
    .items.col4 {
        margin-right: -8px
    }
    .items.col4 li {
        margin: 0 8px 8px 0;
        width: 234px;
    }
    .category-wrapper .carousel-wrapper,
    .touch-carousel {
        width: 680px
    }
    .portfolio-detail-content-container .content {
        width: 660px
    }
    .item-details {
        width: 260px
    }
    #first.parallax .inner {
        padding-top: 110px;
    }
    #second.parallax .inner {
        padding-top: 110px;
    }
    #third.parallax .inner {
        padding-top: 110px;
    }
    #fourth.parallax .inner {
        padding-top: 110px;
    }
    .box-layout {
        padding: 0;
    }
/*    .box-layout .body-wrapper {
        width: 100%;
    }
    .box-layout header {
        width: 100%;
    }
*/
    .box-layout .portfolio-detail-view,
    .box-layout .portfolio-detail-view-remove   {   
        width:100%;
    }