@font-face {
    font-family: "Montserrat";
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
}


@font-face {
    font-family: "Montserrat";
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
}


body {
    color: #ffffff;;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fff;
}

a {
    transition: all 0.3s ease-out;
    text-decoration: none;
}
a:hover {
    color: inherit;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.block {
    display: block;
}

.fade-in-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}

.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}
  
.img-fluida img {
    width: 100%;
    height: auto;
}

p {
    font-size: 16px;
}

.img-100 {
    width: 100%;
    height: auto;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; 
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; 
     margin: 0 -15px;
}
.slick-list:focus {
    outline: none; 
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; 
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table; 
}
.slick-track:after {
    clear: both; 
}
.slick-loading .slick-track {
    visibility: hidden; 
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; 
    margin: 0 15px;
}
[dir="rtl"] .slick-slide {
    float: right; 
}
.slick-slide img {
    display: block; 
}
.slick-slide.slick-loading img {
    display: none; 
}
.slick-slide.dragging img {
    pointer-events: none; 
}
.slick-initialized .slick-slide {
    display: block; 
}
.slick-loading .slick-slide {
    visibility: hidden; 
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; 
}

.slick-arrow.slick-hidden {
    display: none; 
}

.topo-mobile {
    display: none;
}

/* SITE */

.topo {
    padding: 20px 0px 0px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.btns-destaque {
    display: block;
    background: #19508B;
    margin-top: 20px;
    text-align: center;
}

.btn-agendamento-online-topo {
    width: 100%;
    display: block;
    padding: 12px 0px 12px 40px;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-topo-1 {
    display: inline-block;
    background-image: url(../images/icon-agendamento.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.btn-topo-2 {
    display: inline-block;
    background-image: url(../images/icon-btn-resultados.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.btn-agendamento-online-topo:hover  {
    background-color: #121A22;
}

.border-right {
    border-right: 1px solid #fff;
}

.principal {
    margin-top: 182px;
}

.banner-hero {
    height: 62vh;
    background-position: top center;
    background-size: cover;
}

.content-hero {
    background: #0F2A45;
    padding: 46px;
    position: relative;
}

.content-hero::after {
    background-image: url(../images/detalhe-esquerda.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.content-hero::before {
    background-image: url(../images/detalhe-direita.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.content-hero h1 {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-hero h2 {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-hero h3 {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.content-hero p {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-azul-escuro {
    border-radius: 5px;
    background: #19508B;
    display: inline-block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 46px;
    text-align: center;
}

.btn-azul-escuro:hover {
    background-color: #fff;
    color: #19508B;
}

.sec h2 {
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.sec h1 {
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sec-radiologia {
    padding: 60px 0px;
}

.sec-radiologia p {
    color: #19508B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-rad {
    display: block;
    border-radius: 5px;
    background: #19508B;
    padding: 13px 20px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
}

.btn-rad:hover {
    background: #0F2A45;
}

.btn-rad-left {
    float: left;
    width: 60px;
    border-right: 1px solid #fff;
}

.btn-rad-right {
    float: left;
    margin-left: 20px;
}

.btn-rad-right strong {
    display: block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-rad-right p {
    color: #D5ECF5;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0px;
}

.sec-diagnosticos {
    background: #19508B;
    padding: 60px 0px;
}

.sec-diagnosticos h2 {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    display: block;
}

.cada-exame-home {
    background-color: #fff;
    padding: 1px;
    display: block;
    border-radius: 5px;
    padding-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cada-exame-home:hover {
    background: #0F2A45;
    
}

.cada-exame-home:hover h3 {
    color: #fff;
}

.cada-exame-home h3 {
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.content-exames {
    margin-top: 30px;
}

.btn-azul-marinho {
    border-radius: 5px;
    background: #0F2A45;
    display: inline-block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 46px;
    text-align: center;
}

.btn-azul-marinho:hover {
    color: #0F2A45;
    background-color: #fff;
}

.sec-cta-home .container {
    position: relative;
}


.img-cta-home-2 {
    width: 100%;
    position: relative;
}

.img-cta-home-2::after {
    background-image: url(../images/detalhe-azul-direita.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.img-cta-home-2::before {
    background-image: url(../images/detalhe-azul-esquerda.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.img-cta-home {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.img-cta-home::after {
    background-image: url(../images/detalhe-azul-direita.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.img-cta-home::before {
    background-image: url(../images/detalhe-azul-esquerda.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.content-cta-home {
    background: #0F2A45;
    padding: 26px;
    text-align: left;
   
    height: 100%;
}

.content-cta-home h2 {
    display: block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-cta-home .btn-azul-escuro {
    margin-top: 20px;
}

.sec-blog {
    padding: 60px 0px;
}

.img-post-blog {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.cada-post-blog h3 {
    margin-bottom: 10px;
    line-height: 17px;
}

.cada-post-blog h3 a {
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-cat {
    color: #0F2A45;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    display: inline-block;
    padding: 5px 15px;
    border-radius: 18.338px;
    border: 1px solid #0F2A45;
    margin-bottom: 10px;
}

.cada-post-blog p {
    color: #19508B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-posts {
    margin-top: 30px;
}

.sec-blog .btn-azul-escuro {
    margin-top: 20px;
}

.cada-depoimento {
    border-radius: 5px;
    background: #0F2A45;
    padding: 30px 20px;
    margin-top: 20px;
    position: relative;
}

.cada-depoimento::before {
    content: " ";
    background-image: url(../images/icon-aspas.svg);
    background-repeat: no-repeat;
    width: 51px;
    height: 37px;
    left: -10px;
    position: absolute;
    top: -20px;
}

.cada-depoimento img {
    display: inline-block;
}

.cada-depoimento p {
    color: #F8F8F8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.cada-depoimento h3 {
    display: block;
    border-top: 1px solid #F8F8F8;
    padding-top: 20px;
    text-align: center;
    color: #D5ECF5;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sec-depoimentos {
    padding-bottom: 60px;
}

.carousel-depoimentos {
    margin-top: 30px;
}

.img-unidade {
    width: 100%;
    height: 207px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.img-unidade::after {
    background-image: url(../images/detalhe-azul-direita.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.img-unidade::before {
    background-image: url(../images/detalhe-azul-esquerda.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.content-unidade {
    background: #0F2A45;
    padding: 24px 31px;
    min-height: 418px;
}

.carousel-unidades {
    margin-top: 30px;
}

.content-unidade h3 {
    display: block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.unidade-tel {
    background-image: url(../images/unidade-tel.svg);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding: 10px 0px 10px 34px;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.unidade-whats {
    background-image: url(../images/unidade-whats.svg);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding: 10px 0px 10px 34px;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 5px 0px;
}

.unidade-pin {
    background-image: url(../images/unidade-location.svg);
    background-position: left 10px;
    background-repeat: no-repeat;
    display: block;
    padding: 10px 0px 10px 34px;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cada-unidade .btn-azul-escuro {
    margin-top: 30px;
}

.rodape {
    margin-top: 60px;
}

.btn-trabalhe-conosco {
    background: #0F2A45;
    padding: 15px 0px;
    text-align: center;
}

.btn-trabalhe-conosco a {
    display: inline-block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-image: url(../images/icon-trabalhe.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.rodape-azul {
    background: #19508B;
    padding: 30px 0px;
}

.menu-rodape {
    text-align: center;
    margin-top: 20px;
}

.menu-rodape a {
    display: inline-block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
    text-decoration: underline;
    margin: 0px 15px;
}

.content-btn-rodape {
    padding: 30px 0px;
}

.btn-rodape {
    display: inline-block;
    width: 200px;
    text-align: left;
    padding: 10px 0px;
    border-right: 1px solid #fff;
}

.btn-rodape span {
    background-image: url(../images/icon-atendimentocliente.svg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 45px;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    display: block;
}

.btn-rodape strong {
    display: block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    padding-left: 25px;
    padding-top: 9px;
}

.btn-rodape-2 {
    display: inline-block;
    width: 200px;
    text-align: left;
    padding: 10px 0px;
    border-right: 1px solid #fff;
    padding-left: 46px;
}

.btn-rodape-2 span {
    background-image: url(../images/icon-agendamentorodape.svg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 45px;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    display: block;
}

.btn-rodape-2 strong {
    display: block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    padding-left: 25px;
    padding-top: 9px;
}

.cada-endereco-rodape h3 {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.cada-endereco-rodape p {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.enderecos-rodape {
    margin-top: 30px;
}

.assinatura p {
    margin-bottom: 0px;
    color: #F7EFE6;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 133.333% */
}

.assinatura-kos {
    text-align: center;
    margin-top: 40px;
}

.assinatura-kos p {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 133.333% */
}

.sec-sobre-video {
    background: #0F2A45;
    padding: 30px 0px;
    position: relative;
}

.sec-sobre-video iframe {
    width: 100%;
    height: 400px;
}

.sec-sobre-video::after {
    background-image: url(../images/detalhe-esquerda.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.sec-sobre-video::before {
    background-image: url(../images/detalhe-direita.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.slick-dots {
    text-align: center;
    display: block;
    list-style: none;
    margin: 0px;
    margin-top: 20px;
    padding-left: 0px;
}

.slick-dots li {
    display: inline-block;
    margin: 0px 3px;
}

.slick-dots li.slick-active button {
    background-color: #19508B;
}

.slick-dots li button {
    background-color: #0F2A45;
    width: 40px;
    height: 3px;
    text-indent: -9999px;
    border: none;
}

.sec-carousel-missao {
    padding: 50px 0px;
}

.cada-missao {
    position: relative;
    background: #19508B;
    padding: 25px;
    margin-top: 50px;
    min-height: 326px;
}

.cada-missao::after {
    background-image: url(../images/detalhe-esquerda.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.cada-missao::before {
    background-image: url(../images/detalhe-direita.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.img-missao::before {
    content: " ";
    width: 114%;
    left: -25px;
    top: 68px;
    background-color: #fff;
    height: 8px;
    position: absolute;
    z-index: 1;
}


.cada-missao h3 {
    display: block;
    text-align: center;
    color: #F8F8F8;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}

.cada-missao p {
    color: #F8F8F8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.img-missao {
    text-align: center;
    display: block;
    margin-top: -59px;
    position: relative;
    z-index: 2;
}

.img-missao img {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.missao-azul {
    background: #0F2A45 !important;
}

.sec-conheca h2 {
    display: block;
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.sec-conheca p, .sec-conheca ul li {
    color: #19508B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-conheca ul li {
    margin-bottom: 10px;
}

.img-unico {
    width: 100%;
    height: 207px;
    overflow: hidden;
    background-size: cover;
}

.content-unico {
    background: #0F2A45;
    padding: 25px;
    margin-bottom: 30px;
}

.content-unico h3 {
    display: block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-unico p {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.lista-unicos {
    margin-top: 30px;
}

.lista-exames {
    padding: 30px 0px;
}

.cada-exame-lista {
    border-radius: 5px;
    background: #0F2A45;
    overflow: hidden;
    margin-bottom: 30px;
}

.cada-exame-lista h2 {
    padding: 20px;
    margin-bottom: 0px;
    min-height: 86px;
    display: grid;
    justify-items: center;
    text-align: center;
    align-items: center;
}

.cada-exame-lista h2 a {
    display: block;
    color: #F8F8F8;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-saibamais-exames {
    display: block;
    text-align: center;
    color: #F7EFE6;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    background: #19508B;
    padding: 5px 0px;
}

.outros-servicos {
    background: #19508B;
    padding: 35px;
    position: relative;
}

.outros-servicos::after {
    background-image: url(../images/detalhe-esquerda.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.outros-servicos::before {
    background-image: url(../images/detalhe-direita.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10%;
    top: 0px;
}

.outros-servicos h3 {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.outros-servicos p, .outros-servicos ul li {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.outros-servicos ul li {
    margin-bottom: 5px;
}

.sec-lista-unidades-interna .cada-unidade {
    margin-bottom: 30px;
}

.sec-lista-profissionais h2 {
    display: block;
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 15px;
}

.sec-profissionais-texto p {
    color: #19508B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-profissionais-texto p:last-child {
    margin-bottom: 0px;
}

.sec-profissionais-texto h2 {
    display: block;
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}

.cada-profissional {
    border-radius: 5px;
    background: #0F2A45;
    padding: 5px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.img-profissional {
    width: 120px;
    height: 120px;
    float: left;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.content-texto-lista-profissional {
    float: left;
    display: block;
    width: 280px;
    padding-left: 15px;
}

.content-texto-lista-profissional p:last-child {
    margin-bottom: 0px;
}

.content-texto-lista-profissional h4 {
    display: block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

.content-texto-lista-profissional span {
    display: block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-texto-lista-profissional p {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-meio {
    margin-bottom: 30px;
}

.tit-unidades {
    background: #19508B;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 20px;
}

.content-hero-2 {
    padding: 30px 0px;
}

.content-hero-2 h1 {
    display: block;
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-hero-2 p {
    color: #19508B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lista-convenios .col-3 {
    margin-bottom: 30px;
}

.sec-blog-texto-tit {
    padding: 30px 0px;
}

.sec-blog-texto-tit h1 {
    display: block;
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sec-blog-texto-tit p {
    color: #19508B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu-categorias {
    display: block;
    text-align: center;
}

.menu-categorias a {
    display: inline-block;
    color: #0F2A45;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0px 4px;
    line-height: normal;
}

.content-busca {
    display: block;
    overflow: hidden;
    margin: 30px 0px;
}

.input-busca {
    width: 77%;
    border: none;
    border-bottom: 1px solid #19508B;
    height: 35px;
    float: left;
    margin-right: 10px;
}

.btn-busca {
    width: 15%;
    border-radius: 5px;
    background: #19508B;
    height: 35px;
    float: left;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}

.cada-post-blog .btn-azul-escuro {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.sec-lista-posts .cada-post-blog {
    margin-bottom: 30px;
    min-height: 460px;
    position: relative;
}

.content-autor {
    border-radius: 10px;
    background: #19508B;
    padding: 24px 35px;
}

.img-autor {
    width: 89px;
    height: 89px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.content-autor span {
    display: block;
}

.content-autor strong {
    display: block;
    color: #F5F5F5;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.content-autor p {
    color: #F5F5F5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    margin-top: 20px;
    margin-bottom: 0px;
}

.content-canaldentista {
    background: #0F2A45;
    padding: 25px;
    color: #fff;
}

.content-canaldentista h2 {
    display: block;
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-canaldentista p {
    color: #F8F8F8;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.img-canal {
    width: 55px;
    border-right: 1px solid #fff;
    text-align: center;
    display: inline-block;
    padding-right: 20px;
}

.img-canal img {
    display: inline-block;
}

.p-canal {
    display: inline-block;
    padding-left: 20px;
}

.sec-canaldentista .row {
    margin-top: 30px;
}

.sec-canaldentista .row .col-xl-6 {
    margin-bottom: 30px;
}

.sec-depoimentos-interna {
    margin-top: 30px;
    padding-bottom: 0px;
}

.sec-depoimentos-interna p {
    color: #19508B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cada-depoimento p {
    color: #fff;
}

.select-exames {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #19508B;
    background: #F6F2E3;
    padding-left: 15px;
    color: #19508B;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.input-form {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #19508B;
    background: #F6F2E3;
    padding-left: 15px;
    color: #19508B;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.input-form::placeholder {
    color: #19508B;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-form {
    width: 100%;
    height: 110px;
    border-radius: 5px;
    border: 1px solid #19508B;
    background: #F6F2E3;
    padding: 15px;
    color: #19508B;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.text-form::placeholder {
    color: #19508B;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-form-endereco .btn-azul-escuro {
    border: none;
    width: 100%;
}

.sec-form-endereco h2 {
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}

.sec-form-endereco .content-btn-rodape {
    color: #19508B;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

.sec-form-endereco .btn-rodape-2 span, .sec-form-endereco .btn-rodape-2 strong, .sec-form-endereco .btn-rodape span, .sec-form-endereco .btn-rodape strong {
    color: #19508B;
}

.sec-form-endereco .btn-rodape span {
    background-image: url(../images/icon-atendimentoclienteazul.svg);
}

.sec-form-endereco .btn-rodape-2 span {
    background-image: url(../images/iccn-agendamentorodapeazul.svg);
}

.sec-form-endereco .cada-endereco-rodape h3 {
    color: #19508B;
}

.sec-form-endereco .cada-endereco-rodape p {
    color: #19508B;
}

.mapa iframe {
    width: 100%;
}

.page-template-contato .rodape {
    margin-top: 0px;
}

.radio-form {
    color: #19508B;
    display: block;
    margin-bottom: 10px;
}

.radio-form label {
    color: #fff;
    background-color: #19508B;
    display: block;
    padding: 10px 8px;
    color: #F7EFE6;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
line-height: normal;
    
}

.wpcf7-list-item  {
    margin-left: 0px;
    width: 33.3%;
}



.sec-trabalheconosco {
    width: 100%;
    height: 100%;
    margin: 0px;
    
}

.sec-trabalheconosco .container {
    position: relative;
}

.sec-trabalheconosco iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.menu-mobile .container {
    position: relative;
}

.menu-mobile .menu {
   background-color: #0F2A45;
    top: 152px;
    position: fixed;
    width: 26%;
    right: 0px;
    z-index: 9;
    padding: 15px 66px 0px 66px;
    height: 100%;
    
}

.menu-mobile {
    position: relative;
    display: none;
}

.menu-mobile .menu a {
    display: block;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 91.667% */
    border-bottom: 1px solid #fff;
    padding: 15px 15px;
}

#fecha-menu {
    display: none;
}

.text-format h2 {
    display: block;
    color: #0F2A45;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-format ul li {
    color: #19508B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-format p {
    font-size: 16px;
}

.img-cada-exame {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.whatsapp_plug_icon {
    position: fixed;
    z-index: 2000;
    bottom: 28px;
    right: 40px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-whatsapp.png);
    background-size: 50% auto;
}

.pagination {
    text-align: center;
    display: block;
    padding: 30px 0px;
}

.pagination span {
    width: 29px;
    height: 29px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    border-radius: 3px;
    background: #19508B;
    padding-top: 4px;
    margin: 0px 10px;
}

.pagination a {
    width: 29px;
    height: 29px;
    text-align: center;
    color: #19508B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    border-radius: 3px;
    padding-top: 4px;
    margin: 0px 10px;
}

.btn-menu-topo {
    display: none;
}

.menu-desktop a {
    color: #19508B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 91.667% */
    display: inline-block;
    margin: 0px 10px;
}

.menu-desktop a:hover {
    color: #000;
}

.menu-desktop a:last-child {
    margin-right: 0px;
}

.tracados-compu {
    background: #0F2A45;
    padding: 26px;
    text-align: left;
    color: #fff;
}

.tracados-compu h2, .tracados-compu p {
    color: #fff;
}

@media (max-width: 1399.98px) {
    .menu-mobile .menu a {
        font-size: 16px;
        padding: 13px 15px;
    }
    .menu-desktop a {
        color: #19508B;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        display: inline-block;
        margin: 0px 5px;
    }

}

@media (max-width: 1199.98px) { 
     .btn-menu-topo {
        display: inline-block;
    }
    .menu-desktop {
        display: none;
    }
    .icones-agendamento-home {
        margin-top: 20px;
    }
    .outros-servicos {
        margin-top: 20px;
    }
    .menu-mobile .menu a {
        font-size: 16px;
        padding: 8px 15px;
    }
    .menu-mobile .menu {
        padding: 15px 33px 0px 33px;
    }
}

@media (max-width: 991.98px) { }

@media (max-width: 767.98px) { 
    .content-hero {
        padding: 25px;
    }
    .content-hero .btn-azul-escuro, .sec-radiologia .btn-azul-escuro, .content-cta-home .btn-azul-escuro, .sec-blog .btn-azul-escuro, .outros-servicos .btn-azul-marinho {
        width: 100%;
    }
    .btn-agendamento-online-topo {
        padding: 12px 0px 12px 0px;
        font-size: 11px;
    }
    .content-hero p, .sec-radiologia p, .content-cta-home p {
        font-size: 14px;
    }
    .btn-rad-right {
        width: 227px;
    }
    .sec-diagnosticos .btn-azul-marinho {
        width: 100%;
    }
    .menu-rodape a {
        font-size: 10px;
        margin: 0px 5px;
    }
    .btn-rodape, .btn-rodape-2 {
        width: 50%;
    }
    .btn-rodape {
        border-right: 0px;
        margin-bottom: 20px;
    }
    .btn-rodape-2 {
        padding-left: 0px;
    }
    .menu-mobile .menu {
        width: 100%;
    }
    .sec-sobre-video iframe {
        height: 199px;
    }
    .cada-exame-lista h2 a {
        font-size: 14px;
    }
    .lista-exames {
        padding: 30px 0px 0px 0px;
    }
    .img-cta-home {
        height: 207px;
    }
    .banner-hero {
        height: 28vh;
    }
    .slick-slide, .slick-list {
        margin: 0px;
    }
    .sec-cta-home {
        overflow: hidden;
    }
    .content-hero-2 p, .text-format ul li {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) { 
    .content-cta-home h2 {
        font-size: 22px;
    }
    .banner-hero {
        height: 24vh;
    }
    .btn-topo-1, .btn-topo-2 {
        padding-left: 27px;
    }
    .sec-radiologia {
        padding: 40px 0px;
    }
    .sec-cta-home .container {
        padding: 0px;    
    }
    .img-profissional {
        width: 103px;
        height: 113px;
    }
    .page-template-unidades .content-hero .btn-azul-escuro {
        font-size: 11px;
        font-weight: bold;
    }
    .input-busca {
        width: 65%;
    }
    .btn-busca {
        width: 30%;
    }
 }




















