@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
body {
    margin: 0;
    font-family: "Titillium Web";
    overflow-x: hidden;
}

p {
    margin: 0;
}

.container {
    position: relative;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 30px 50px 30px;
    z-index: 200;
}


/*header*/

.areaHeaderMenuFixed {
    height: 130px;
}

.color-menu {
    background: #0000CD;
}

.areaHeader {
    width: 100%;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}

.areaHeaderContainer {
    position: relative;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px 20px 30px;
    z-index: 200;
}

.areaHeaderRight {
    width: calc(25% - 50px);
    margin: 0 25px 0 25px;
    display: inline-block;
    vertical-align: top;
}

.areaHeaderLeft {
    width: calc(75% - 50px);
    display: inline-block;
    vertical-align: top;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.areaHeaderLogo {
    position: relative;
    width: 100%;
    margin-bottom: -25px;
}

a.areaHeaderLinks {
    color: #355e62;
    text-decoration: none;
    margin: 0 5px 0 5px;
    font-size: 18px !important;
    border-radius: 30px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a.areaHeaderLinks:hover {
    color: #fff;
    border-radius: 30px;
    background: #0000CD;
    /*background-image: url('../img/fundo.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
    a.areaHeaderLinks {
        color: #355e62;
        text-decoration: none;
        margin: 0 5px 0 5px;
        font-size: 16px !important;
        padding: 5px 5px;
    }
}

@media screen and (max-width: 1036px) {
    a.areaHeaderLinks {
        color: #355e62;
        text-decoration: none;
        margin: 0;
        font-size: 16px !important;
        padding: 5px 5px;
    }
}

@media screen and (max-width: 929px) {
    a.areaHeaderLinks {
        color: #355e62;
        text-decoration: none;
        margin: 0;
        font-size: 16px !important;
        padding: 5px 3px;
    }
}

@media screen and (max-width: 885px) {
    a.areaHeaderLinks {
        color: #355e62;
        text-decoration: none;
        margin: 0;
        font-size: 14px !important;
        padding: 5px 3px;
    }
}

@media screen and (max-width: 799px) {
    a.areaHeaderLinks {
        color: #355e62;
        text-decoration: none;
        margin: 0;
        font-size: 13px !important;
        padding: 5px 2px;
    }
}

@media screen and (max-width: 750px) {
    .areaHeaderLeft {
        display: none;
    }
    .areaHeaderMenuFixed {
        height: auto;
    }
    .areaHeader {
        position: relative;
    }
    .areaHeaderRight {
        text-align: center;
        width: calc(100% - 50px);
        margin: 0 25px 0 25px;
        display: inline-block;
        vertical-align: top;
    }
    .areaHeaderLogo {
        width: auto;
        height: 95px;
    }
}

@media screen and (max-width: 400px) {
    .areaHeaderLogo {
        width: 100%;
        height: auto;
    }
}


/*Fheader*/


/*menuMobile*/

.menuMobile {
    cursor: pointer;
    display: none;
    position: fixed;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    background: #0000CD;
    /* background-image: url('../img/fundo.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 45px;
    right: 20px;
    padding: 15px;
    border-radius: 15px;
    z-index: 30000001;
    color: #fff;
}

#menuLinks {
    top: 80px;
    display: none;
    width: 400px;
    right: 50px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: fixed;
    z-index: 30000000;
}

a.linksMenu:link,
a.linksMenu:visited,
a.linksMenu:active {
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 8px;
    border: 3px solid #fff;
}

a.linksMenu:hover {
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #0000CD;
    /*background-image: url('../img/fundo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}

@media screen and (min-width: 750px) {
    #menuLinks {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .menuMobile {
        display: block;
    }
    a.linksMenu:link,
    a.linksMenu:visited,
    a.linksMenu:active {
        display: block;
        text-align: center;
        max-width: 100%;
    }
    #menuLinks {
        display: block;
    }
}

@media screen and (max-width: 460px) {
    #menuLinks {
        width: 100%;
        left: 0;
        right: 0;
    }
}


/*fmenuMobile*/


/*Banner*/

.areaBanner {
    width: 100%;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.areaBannerLeft {
    width: calc(50% - 50px);
    margin: 0 25px 0 25px;
    display: inline-block;
    vertical-align: top;
}

.areaBannerRight {
    width: calc(50% - 50px);
    margin: 0 25px 0 25px;
    display: inline-block;
    vertical-align: top;
}

.areaBannerContainer {
    position: relative;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
    z-index: 200;
}

.areaBannerImgMed {
    width: 500px;
    margin-bottom: -6px;
}

.areaBannerText {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
}

.areaBannerSaiba {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    padding: 10px 15px;
    color: #1b738b;
    background: #e6e7e9;
    border-radius: 25px;
    font-size: 22px;
    margin-bottom: -18px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.areaBannerSaiba:hover {
    background: #d2d3d6;
}

.tamanhoDoSlide {
    width: 100%;
    z-index: 2;
}

.sliderFood {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    background: #ccc;
    height: 450px !important;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
}

.backgroundSlider {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: -100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #212121;
    display: table;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.areaSliderPositionTex {
    position: absolute;
    top: 35%;
    width: 55%;
    left: 0;
    padding-left: 30px;
}

.areaSliderTexto {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    position: relative;
    width: calc(100% - 55px);
    margin-left: 55px;
}

.avancarSlide,
.voltarSlide {
    position: absolute;
    padding: 25px;
    background: rgba(0, 0, 0, 0);
    z-index: 2000;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 20px;
    left: 0px;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 17px;
}

.voltarSlide {
    right: 0px;
    left: auto;
}

.avancarSlide:hover,
.avancarSlide:visited,
.voltarSlide:hover,
.voltarSlide:visited {
    background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1058px) {
    .areaBannerText {
        width: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
    }
}

@media screen and (max-width: 899px) {
    .areaSliderPositionTex {
        position: absolute;
        top: 25%;
        text-align: center;
        width: 100%;
        left: 0;
        padding-left: 30px;
    }
    .areaSliderTexto {
        text-shadow: 1px 1px 2px black;
    }
}

@media screen and (max-width: 500px) {
    .areaSliderPositionTex {
        position: absolute;
        top: 25%;
        width: 100%;
        left: 0;
        padding-left: 30px;
    }
    .areaSliderTexto {
        font-size: 45px;
        margin: 0;
    }
}

@media screen and (max-width: 470px) {
    .areaBannerText {
        width: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 35px;
        line-height: 35px;
        font-weight: 400;
    }
}


/*FBanner*/


/*Sobre*/

#sobre {
    padding-top: 60px;
}

.areaSobre {
    width: 100%;
    background-color: #fff;
}

.areaSobre50 {
    width: calc(50% - 50px);
    margin: 25px;
    display: inline-block;
    vertical-align: top;
}

.areaSobreImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 95px;
}

.areaSobreText {
    font-size: 18px;
    margin-top: 30px;
    font-family: inherit;
}

.areaSobreText2 {
    font-size: 18px;
    font-family: inherit;
}

.areaSobreMinTit {
    font-size: 18px;
    font-family: inherit;
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .areaSobreMinTit {
        font-size: 16px;
    }
    .areaSobreText2 {
        font-size: 16px;
    }
    .areaSobreText {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .areaSobre50 {
        width: calc(100% - 50px);
    }
    .areaSobreMinTit {
        text-align: center;
    }
    .areaSobreText2 {
        text-align: center;
    }
    .areaSobreText {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .areaSobreImg {
        width: 100%;
        height: auto;
    }
}


/*FSobre*/


/*vantagens*/

.areaVantagens {
    width: 100%;
    background-color: #e6e7e9;
}

.areaVantagens20 {
    width: calc(20% - 50px);
    margin: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.areaVantagensImgs {
    width: auto;
    height: 80px;
}

.areaVantagensText {
    font-size: 18px;
    margin-top: 10px;
    font-family: inherit;
}

@media screen and (max-width: 960px) {
    .areaVantagensText {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .areaVantagens20 {
        width: calc(33% - 50px);
    }
}

@media screen and (max-width: 680px) {
    .areaVantagens20 {
        width: calc(50% - 50px);
    }
}

@media screen and (max-width: 450px) {
    .areaVantagens20 {
        width: calc(100% - 50px);
    }
}


/*Fvantagens*/


/*Exames*/

.areaExames {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.areaExames70 {
    width: calc(70% - 50px);
    margin: 25px;
    display: inline-block;
    vertical-align: top;
}

.areaExamesInterna50 {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.areaExamesTit {
    color: #1b738b;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    padding-top: 60px;
    margin-bottom: 30px;
}

.areaExamesMinTit {
    color: #1b738b;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.areaExamesText {
    color: #1b738b;
    font-size: 18px;
}

.areaExamesImgMed {
    width: 49%;
    background-image: url('../img/medicos.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    vertical-align: top;
}

.areaExamescontainer {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 10px 30px 10px;
    z-index: 200;
}

@media screen and (max-width: 960px) {
    .areaExamesMinTit {
        font-size: 16px;
    }
    .areaExamesText {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .areaExamesImgMed {
        width: 100%;
        background-image: url('../img/medicosCel.jpg');
        background-position: center;
        background-size: cover;
        position: absolute;
        background-repeat: no-repeat;
        display: inline-block;
        top: 0;
        right: 0;
        bottom: 0;
        vertical-align: top;
        z-index: 1;
    }
    .areaExames70 {
        width: calc(100% - 50px);
        margin: 25px;
        position: relative;
        text-align: center;
        z-index: 200;
    }
}

@media screen and (max-width: 550px) {
    .areaExamesTit {
        font-size: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 540px) {
    .areaExamesInterna50 {
        width: 100%;
        margin-bottom: 25px;
    }
}


/*FExames*/


/*Servicos*/

.areaServicos {
    width: 100%;
    background-image: url('../img/fundo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.areaServicosTit {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 30px;
}

.areaServicosSubTit {
    color: #fff;
    font-size: 35px;
    font-weight: 200;
}

.areaServicosTitulos {
    padding: 60px 0 0 0;
    width: calc(100% - 50px);
    margin: 25px;
}

.areaServicosConteudo {
    width: calc(100% - 50px);
    margin: 25px;
    height: 200px;
    overflow-y: scroll;
}

.areaServicosText {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.areaServicosBox {
    text-align: center;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.areaServicosCircle {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.areaServicosCircle:hover {
    background: #372d2e !important;
}

.areaServicosConteudo::-webkit-scrollbar {
    width: 10px;
}

.areaServicosConteudo::-webkit-scrollbar-track {
    display: none;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.areaServicosConteudo::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

@media screen and (max-width: 960px) {
    .areaServicosText {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .areaServicosTit {
        text-align: center;
    }
    .areaServicosText {
        text-align: center;
    }
    .areaServicosSubTit {
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .areaServicosTit {
        font-size: 45px;
        line-height: 45px;
    }
    .areaServicosSubTit {
        font-size: 25px;
        line-height: 25px;
    }
}


/*FServiços*/


/*ServicosLoop*/

.areaServicosBloco {
    width: calc(24% - 50px) !important;
    margin: 25px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}

.areaServicosBlocoImg {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.areaServicosBloco:hover .areaServicosBlocoImg {
    filter: grayscale(100%);
}

.areaServicosBlocoName {
    width: 100%;
    text-align: center;
    color: #1b738b;
    padding: 10px 0;
    background-image: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.areaServicosBloco:hover .areaServicosBlocoName {
    color: #fff;
    background-image: url(../img/fundo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1058px) {
    .areaServicosBloco {
        width: calc(33% - 50px) !important;
        margin: 25px;
    }
}

@media (max-width: 820px) {
    .areaServicosBloco {
        width: calc(49% - 50px) !important;
        margin: 25px;
    }
}

@media (max-width: 555px) {
    .areaServicosBloco {
        width: calc(100% - 50px) !important;
        margin: 25px;
    }
}


/*fServicosLoop*/


/*Clientes&Parceiros*/

.areaCliParceiros {
    width: 100%;
    background-color: #fff;
}

.areaCliParceirosTotal {
    text-align: center;
    width: calc(100% - 50px);
    margin: 25px;
}

.areaCliParceirosTit {
    color: #1c7293;
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    padding-top: 60px;
    font-weight: 400;
    margin-bottom: 30px;
}

.areaCliParceiros16 {
    text-align: center;
    overflow-x: hidden;
    width: calc(16% - 10px);
    margin: 5px;
    display: inline-block;
    vertical-align: top;
}

.areaCliParceirosImgs {
    position: relative;
    width: auto;
    height: 75px;
}

.areaCliParceirosImgs2 {
    position: relative;
    width: auto;
    height: 50px;
}

@media screen and (max-width: 1100px) {
    .areaCliParceiros16 {
        width: calc(20% - 10px);
    }
}

@media screen and (max-width: 1036px) {
    .areaCliParceiros16 {
        width: calc(33% - 10px);
    }
}

@media screen and (max-width: 720px) {
    .areaCliParceiros16 {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 550px) {
    .areaCliParceirosTit {
        font-size: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 520px) {
    .areaCliParceiros16 {
        width: calc(100% - 10px);
    }
}


/*FClientes&Parceiros*/


/*footer&Contato*/

.areaFContato {
    width: 100%;
    background-image: url('../img/fundo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.areaFContatoTit {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
}

.areaFContato50 {
    width: calc(50% - 50px);
    margin: 25px;
    display: inline-block;
    vertical-align: top;
}

.areaFContatoText {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.areaFContatoInput {
    width: calc(100% - 30px);
    font-size: 18px;
    border-radius: 10px;
    padding: 15px;
    color: #d6d6d6;
    margin-top: 30px;
}

.areaFContatoTextarea {
    width: calc(100% - 30px);
    font-size: 18px;
    border-radius: 10px;
    padding: 15px;
    color: #d6d6d6;
    margin-top: 30px;
}

.areaFContatoSubmit {
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    background: #1c7293;
    border-color: #1c7293;
    color: #fff;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.areaFContatoSubmit:hover {
    background: #115975;
}

::-webkit-input-placeholder {
    color: #d6d6d6;
}

:-moz-placeholder {
    color: #d6d6d6;
}

@media screen and (max-width: 960px) {
    .areaFContatoText {
        font-size: 16px;
    }
    .areaFContatoInput {
        font-size: 16px;
    }
    .areaFContatoTextarea {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .areaFContato50 {
        text-align: center;
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 550px) {
    .areaFContatoTit {
        font-size: 45px;
        line-height: 45px;
    }
}


/*Ffooter&Contato*/


/*Blog*/

.areaBlog {
    width: 100%;
    background-color: #fff;
}

.areaBlogPost {
    width: calc(100% - 30%);
    margin: 25px auto 50px auto;
    position: relative;
}

.areaBlogImg {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-bottom: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/medicosCel.jpg');
}

.areaBlogText {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 0 15px 0;
    background: #e6e7e9;
    color: #000;
    font-family: inherit;
    font-size: 18px;
}

.areaBlogTextTit {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.areaBlogTextMin {
    width: calc(100% - 50px);
    color: #000;
    text-align: center;
    font-family: inherit;
    font-size: 18px;
    margin: 25px
}

.areaBlogButton {
    margin-left: auto;
    cursor: pointer;
    margin-right: auto;
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff;
    padding: 15px;
    border-radius: 30px;
    background: url('../img/fundo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.areaBlogButton:hover {
    background: #fff;
    color: #1b738b;
}

.areaBlogTit {
    color: #1c7293;
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 30px;
}

.areaIconsRedesSociais {
    font-size: 25px;
    color: #fff !important;
    margin-right: 10px;
}

@media screen and (max-width: 960px) {
    .areaBlogTextMin {
        font-size: 16px;
    }
    .areaBlogButton {
        font-size: 16px;
    }
    .areaBlogTextTitc {
        font-size: 25px;
    }
}

@media screen and (max-width: 800px) {
    .areaBlogPost {
        width: calc(100% - 20%);
        margin: 25px auto 50px auto;
        position: relative;
    }
}

@media screen and (max-width: 600px) {
    .areaBlogPost {
        width: calc(100% - 10%);
        margin: 25px auto 50px auto;
        position: relative;
    }
    .areaBlogImg {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
        width: 100%;
        padding-bottom: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url('../img/medicosCel.jpg');
    }
}

@media screen and (max-width: 550px) {
    .areaBlogTit {
        font-size: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 500px) {
    .areaBlogPost {
        width: calc(100% - 5%);
        margin: 25px auto 50px auto;
        position: relative;
    }
}

@media screen and (max-width: 450px) {
    .areaBlogImg {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
        width: 100%;
        padding-bottom: 225px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url('../img/medicosCel.jpg');
    }
}


/*FBlog*/


/*pageServicos*/

.alteracoesBanner {
    position: relative;
    height: 250px;
}

.alteracoesBannerText {
    width: 100% !important;
    text-align: center;
}

.areaPageInternaSize100 {
    width: 100%;
    background-color: #fff;
}

.areaPageInternaSize70 {
    width: calc(70% - 50px);
    margin: 25px;
    display: inline-block;
    vertical-align: top;
}

.areaPageInternaSize100margin {
    width: calc(100% - 50px);
    margin: 25px;
    display: inline-block;
    vertical-align: top;
}

.areaPageInternaText {
    text-align: justify;
}


/*fṔageServicos*/