@font-face {
    font-family: "InterFace Trial";
    font-display: swap;
    font-weight: 800;
    src: url(../fonts/InterFace_Trial_XBd.ttf) format("truetype");
}

@font-face {
    font-family: "InterFace Trial";
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/InterFace_Trial_Rg.ttf) format("truetype");
}


@font-face {
    font-family: "InterFace Trial";
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/InterFace_Trial_Bd.ttf) format("truetype");
}

@font-face {
    font-family: Poppins;
    font-display: swap;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBold.ttf) format("truetype");
}

.principal {
    margin-top: 100px;
}


body {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

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

/* Contact Form */
/* SITE */

.topo {
    padding: 34px 0px;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: 0.3s ease all;
    top: 0px;
    left: 0px;
}

.topo img {
    transition: 0.3s ease all;
}

.topo.scrolled {
  background-color: #F5F3F5;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.topo #logo-scroll {
    display: none;
}

.topo.scrolled #logo-scroll {
    display: inline-block;
}

.topo.scrolled #logo-branco {
    display: none;
}

.hero {
    background-position: top center;
    background-size: cover;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    padding-bottom: 45px;
    position: relative;
}

.hero-interna {
    background-position:center top;
    background-size: cover;
    
    overflow: hidden;
    padding-bottom: 45px;
    position: relative;
    height: 70vh;
}

.hero::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40vh;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, rgba(55, 71, 79, 0.00) 0%, #37474F 46.3%);
}

.hero .row {
    min-height: 80vh;
}

.content-texto-hero {
    position: relative;
    z-index: 1;
}

.content-texto-hero h2 {
    color: #F5F3F5;
    font-family: "InterFace Trial";
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 15px;
}

.content-texto-hero p {
    color: #F5F3F5;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 125% */
}

.content-texto-hero .btn-laranja {
    margin-top: 32px;
}

.btn-laranja {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    border-radius: 10px;
    background: #F57C00;
    display: inline-block;
    padding: 14px 13px;
    border: none;
}

.btn-laranja:hover {
    background-color: #37474F;
    color: #fff;
}

.tit-laranja {
    display: block;
    color: #F57C00;
    font-family: "InterFace Trial";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.tit-preto {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.sec-clinica-home {
    margin-top: 30px;
}

.sec-clinica-home h1 {
    display: block;
    color: #F57C00;
    font-family: "InterFace Trial";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.sec-clinica-home h2 {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.sec-clinica-home p {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-clinica-home .btn-laranja {
    margin-top: 18px;
}

.sec-entrega-home {
    margin-top: 30px;
}

.sec-entrega-home .accordion {
    margin-top: 18px;
}

.sec-entrega-home .accordion-item {
    border-radius: 10px;
    border: 1px solid #93A8AC;
    margin-bottom: 30px;
    background-color: transparent !important;
    
}

.sec-entrega-home .accordion-button.collapsed .vermenos {
    display: none;
}

.sec-entrega-home .accordion-button:not(.collapsed) .vermais {
    display: none;
}

.sec-entrega-home .accordion-button {
    color: #37474F;
    text-align: center;
    font-family: "InterFace Trial";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    box-shadow:none ;
    background-color: transparent !important;
    padding-bottom: 45px;
}

.sec-entrega-home .accordion-button span {
    display: inline-block;
    color: #F57C00;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    margin: 18px 0px 0px 0px;
    
}

.sec-entrega-home .accordion-button span.vermenos {
    background-image: url(../images/icon-accordion-home.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
}

.sec-entrega-home .accordion-button span.vermais {
    background-image: url(../images/icon-accordion-vermais.svg);
    
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
}

.sec-entrega-home .accordion-button.collapsed span {
   margin: 18px 0px 25px  0px; 
}

.sec-entrega-home .accordion-button:not(.collapsed) {
    color: #37474F;
    background-color: transparent !important;
}

.sec-entrega-home .accordion {
    background-color: transparent !important;
}

.sec-entrega-home .accordion-button:focus {
    box-shadow: none;
}

.sec-entrega-home .accordion-item {
    position: relative;
}

.sec-entrega-home .accordion-item .btn-laranja {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.sec-entrega-home .accordion-body {
    padding-bottom: 40px;
    padding-top: 0px;
}

.accordion-body p {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-especialidades-home {
    margin-top: 18px;
}

.cada-especialidade-home {
    text-align: center;
    margin-bottom: 52px;
}

.cada-especialidade-home p {
    color: #34434B;
    text-align: center;
    font-family: "InterFace Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 100% */
}

.cada-especialidade-home h3 {
    display: block;
    color: #F57C00;
    font-family: "InterFace Trial";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 55.556% */
}

.img-especialidade-home {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
    border-radius: 20px;
    margin: 18px 0px;
}

.linha-especialidades {
    margin-top: 52px;
}

.sec-diferenciais-home ul li {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.sec-diferenciais-home iframe {
    width: 100%;
    margin-top: 22px;
}

.sec-sessao-home {
    border-radius: 20px;
    background: #D9D9D9;
    padding: 54px 0px;
    margin-top: 22px;
}

.sec-sessao-home h3 {
    display: block;
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 187.5% */
}

.sec-sessao-home p {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.carousel-galeria img {
    border-radius: 20px;
    overflow: hidden;

}

.sec-sessao-home .slick-slide {
  margin: 0 7.5px; 
}

.sec-sessao-home .slick-list {
  margin: 0 -7.5px; 
}

.carousel-galeria .slick-dots, .carousel-jeito .slick-dots {
    display: block;
    text-align: center;
    list-style: none;
    padding-left: 0px;
}

.carousel-galeria .slick-dots li, .carousel-jeito .slick-dots li {
    display: inline-block;
}

.carousel-galeria .slick-dots button, .carousel-jeito .slick-dots button {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    overflow: hidden;
    background: #2C2C2C !important;
    border: none;
    text-indent: -999px;
    display: inline-block;
    margin: 0px 5px;
}

.carousel-galeria .slick-dots .slick-active button, .carousel-jeito .slick-dots .slick-active button {
    background: #F57C00 !important;
    width: 30px;
    border-radius: 50px;
}

.carousel-galeria {
    margin-top: 20px;
}

.sec h2 {
    color: #F57C00;
    font-family: "InterFace Trial";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.sec h3 {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sec p {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-equipe-home {
    margin-top: 24px;
}

.img-equipe-home {
    background-position: top center;
    background-size: cover;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.cada-equipe-home {
    border-radius: 20px;
    overflow: hidden;
}

.content-tit-equipe-home {
    border-radius: 0 0 20px 20px;
    background: #2C2C2C;
    padding: 22px 27px;
    text-align: center;
    overflow: hidden;
}

.content-tit-equipe-home h4 {
    display: block;
    color: #F5F3F5;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
}

.content-tit-equipe-home span {
    display: block;
    color: #F57C00;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.carousel-equipe {
    margin-top: 24px;
}

.sec-equipe-home .slick-slide {
  margin: 0 7.5px; 
}

.sec-equipe-home .slick-list {
  margin: 0 -7.5px; 
}

.carousel-equipe .slick-prev {
    background-image: url(../images/arrow-carousel.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -999px;
    border: none;
    background-color: transparent;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -11px;
    z-index: 2;
}

.carousel-equipe .slick-next {
    background-image: url(../images/arrow-carousel.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -999px;
    border: none;
    background-color: transparent;
    rotate: 180deg;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -11px;
}

.sec-blog-home {
    margin-top: 20px;
}

.cada-post-carousel {
    border-radius: 10px;
    background: #FEB05B;
    margin: 0px 15px;
}

.img-cada-post {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.post-data {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 10px;
    padding-left: 20px;
    color: #F7EFE6;
    color: #F7EFE6;
    text-shadow: 2px 10px 30px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.cada-post-carousel h3 {
    line-height: 20px; /* 125% */
    padding: 15px 20px;
}

.cada-post-carousel h3 a {
    color: #2C2C2C;
    
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;   
}

.carousel-posts {
    margin-top: 20px;
    margin-bottom: 20px;
}

.carousel-posts .slick-prev {
    background-image: url(../images/arrow-carousel-posts.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -999px;
    border: none;
    background-color: transparent;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -11px;
    z-index: 2;
}

.carousel-posts .slick-next {
    background-image: url(../images/arrow-carousel-posts.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -999px;
    border: none;
    background-color: transparent;
    rotate: 180deg;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -11px;
}

.sec-depoimentos-home {
    margin-top: 22px;
}

.cada-depoimento {
    border-radius: 20px;
    background: #2C2C2C;
    padding: 15px;
    position: relative;
}

.carousel-depoimentos {
    margin-top: 70px;
}

.carousel-depoimentos::before {
    content: " ";
    position: absolute;
    top: -30px;
    left: 15px;
    width: 106px;
    height: 65px;
    background-image: url(../images/icon-aspas.svg);
    background-repeat: no-repeat;
     z-index: 2;
}

.cada-depoimento h4 {
    display: block;
    color: #F57C00;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
    margin-top: 27px;
}

.cada-depoimento p {
    color: #F5F3F5;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
   
}

.cada-depoimento img {
    display: inline-block;
}

.carousel-depoimentos .slick-dots {
    display: block;
    text-align: center;
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}

.carousel-depoimentos .slick-dots li {
    display: inline-block;
}

.carousel-depoimentos .slick-dots button {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    overflow: hidden;
    background: #37474F;
    border: none;
    text-indent: -999px;
    display: inline-block;
    margin: 0px 5px;
}

.carousel-depoimentos .slick-dots .slick-active button {
    background: #F57C00 !important;
    width: 30px;
    border-radius: 50px;
}

.sec-cta-home {
    border-radius: 20px;
    
    margin-top: 30px;
}

.content-cta-home {
    background: #D9D9D9;
    border-radius: 0px 0px 20px 20px;
    padding: 15px;
}

.content-texto-cta {
    padding: 0px;
}

.content-cta-home .btn-laranja {
    margin: 15px 0px;
}

.content-cta-home h2 {
    margin-bottom: 15px;
}

.sec-cta-home h3 strong {
    color: #F57C00;
    font-weight: 700;
}

.img-cta-home {
    height: 312px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    background-size: cover;
    background-position: center;
}

.sec-mapa-home {
    margin-top: 34px;
}

.sec-mapa-home iframe {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.sec-mapa-home p a {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rodape {
    background: #37474F;
    padding: 33px 0px;
    margin-top: 55px;
}

.rodape h5 {
    display: block;
    color: #F7EFE6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    margin-bottom: 15px;
}

.rodape strong {
    color: #F7EFE6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    margin-top: 20px;
    display: block;
    margin-bottom: 5px;
}

.rodape p {
    font-family: "InterFace Trial";
    color: #F7EFE6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
}

.rodape a {
    display: block;
    font-family: "InterFace Trial";
    color: #F7EFE6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
}

.links-rodape {
    padding: 20px 0px 0px 0px;
    
}

.links-rodape a {
    margin-bottom: 10px;
}

.linha-rodape {
    margin-top: 50px;
}

.social a {
    display: inline-block;
    margin-right: 10px;
}

.linha-assinatura {
    margin-top: 30px;
}

.sec-1-clinica {
    margin-top: 30px;
}

.sec-1-clinica h1 {
    display: block;
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

.img-clinica {
    background-size: cover;
    background-position: center;
    height: 40vh;
    width: 100%;
    border-radius: 0 0 20px 20px;
    margin-bottom: 30px;
}

.internas {
    position: relative;
    margin-top: 100px;
}

.cada-faq-clinica {
    border-radius: 10px;
    border: 1px solid #F57C00;
    background: #EDEDED;
    padding: 37px;
}

.cada-faq-clinica h2 {
    color: #37474F;
    text-align: center;
    font-family: "InterFace Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}

.carousel-faq-clinicas .slick-prev {
    background-image: url(../images/arrow-carousel.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    overflow: hidden;
    text-indent: -999px;
    border: none;
    background-color: transparent;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
}

.carousel-faq-clinicas .slick-next {
    background-image: url(../images/arrow-carousel.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    overflow: hidden;
    text-indent: -999px;
    border: none;
    background-color: transparent;
    rotate: 180deg;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -28px;
}

.carousel-faq-clinicas .slick-dots {
    display: block;
    text-align: center;
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}

.carousel-faq-clinicas .slick-dots li {
    display: inline-block;
}

.carousel-faq-clinicas .slick-dots button {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    overflow: hidden;
    background: #37474F;
    border: none;
    text-indent: -999px;
    display: inline-block;
    margin: 0px 5px;
}

.carousel-faq-clinicas .slick-dots .slick-active button {
    background: #F57C00 !important;
    width: 30px;
    border-radius: 50px;
}

.sec-imagem-texto {
    margin-top: 30px;
}

.sec-imagem-texto img {
    border-radius: 10px;
    margin-bottom: 25px;
}

.tabela-container {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #C1C1C1;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 18px;

}

.sec-imagem-texto table img {
    margin-bottom: 0px;
}

.sec-imagem-texto table p {
    font-size: 12px;
}

thead {
    border: none;
}

thead tr {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    font-size: 14px;
}

thead th {
  background-color: #ff7900;
  color: white;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  font-size: 17px;
  
}

table tbody td:nth-child(even) {
  background-color: #D9D9D9; /* Altere a cor como quiser */
}


th, td {
  border-bottom: 1px solid #ccc;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

td {
  background-color: #EDEDED;
}

.sec-depoimento-clinica {
    background: #EDEDED;
    padding: 33px 0px;
    margin-top: 24px;
    position: relative;
}

.sec-depoimento-clinica::before {
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    transform: scaleX(-50%);
    background: #FEB05B;
    height: 2px;
    top: 0px;
}

.sec-depoimento-clinica::after {
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    transform: scaleX(-50%);
    background: #FEB05B;
    height: 2px;
    bottom: 0px;
}

.sec-depoimento-clinica iframe {
    margin-bottom: 24px;
}

.internas {
    position: relative;
    top: 40px;
}

.sec-quemsomos-1 h1 {
    color: #F57C00;
    font-family: "InterFace Trial";
    font-size: 32px !important;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: normal;
}

.sec-quemsomos-1 h2 {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.text-format ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
}

.text-format ul li {
    background-image: url(../images/icon-list.svg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 33px;
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    min-height: 25px;
}

.text-format blockquote {
    border-radius: 10px;
    border: 1px solid #F57C00;
    background: #EDEDED;
    color: #37474F;
    text-align: center;
    font-family: "InterFace Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 17px;
    position: relative;
    margin-top: 15px;
    display: block;
}

.text-format blockquote span, .sec-imagem-texto h3 span {
    color: #F57C00;
}

.text-format blockquote::before {
    content: " ";
    position: absolute;
    top:-12px;
    left: -10px;
    background-image: url(../images/icon-list.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
}

.sec-quemsomos-1 img {
    margin-top: 30px;
}

.sec-accordion-sobre {
    margin-top: 30px;
   
}

.sec-accordion-sobre .col-lg-8 {
    border-top: 2px solid #FEB05B;
     padding-top: 30px;
}

.sec-accordion-sobre h2 {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sec-accordion-sobre .accordion {
    margin-bottom: 30px;
}

.sec-accordion-sobre .accordion-button {
    background-color: transparent;
    box-shadow: none;
     border-bottom: 2px solid #FEB05B;
     color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

.sec-accordion-sobre .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.sec-accordion-sobre .accordion-item {
    background-color: transparent;
    border: none;
}

.sec-accordion-sobre .accordion-body {
    background: #EDEDED;
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-accordion-sobre .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0px;
}

.sec-imagem-texto .slick-slide {
  margin: 0 7.5px; 
}

.sec-imagem-texto .slick-list {
  margin: 0 -7.5px; 
}

.cada-dif-jeito {
    border-radius: 0 0 10px 10px;
    background: #EDEDED;
    overflow: hidden;
    margin-bottom: 15px;
}

.cada-dif-jeito h4 {
    display: block;
    border-radius: 10px 10px 0 0;
    background: #F57C00;
    text-align: center;
    padding: 11px;
    color: #fff;
    text-align: center;
    font-family: "InterFace Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cada-dif-jeito p {
    padding: 11px;
    color: #2C2C2C;
    text-align: center;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-slider-jeito {
    margin-top: 30px;
}

.sec-slider-jeito .borda-laranja {
    border-top: 2px solid #FEB05B;
    padding-top: 30px;
}

.content-carousel-jeito {
    border-radius: 10px;
    background: #EDEDED;
    padding: 40px 0px 40px 0px;
}

.sec-faq-jeito {
    margin-top: 24px;
}

.sec-faq-jeito .col-lg-8 {
    border: none !important;
}

.sec-faq-jeito h2 {
    color: #F57C00;
    leading-trim: both;
    text-edge: cap;
    font-family: "InterFace Trial";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 32px */
}

.sec h1 {
    color: #F57C00;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 24px */
}

.cada-procedimento {
    padding: 15px;
    background: #EDEDED;
    margin-bottom: 30px;
}

.cada-procedimento h2 {
    display: block;
    text-align: center;
}

.cada-procedimento img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.sec-single-especialidade h1 {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.sec-single-especialidade {
    margin-top: 39px;
}

.cada-equipe {
    position: relative;
    width: 90%;
    margin-bottom: 30px;
}

.img-equipe {
    height: 233px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 3;
}

.content-equipe {
    border-radius: 0 0 15px 15px;
    background: #F5F3F5;
    padding: 15px;
    position: relative;
    z-index: 3;
}

.cada-equipe::before {
    content: " ";
    width: 110%;
    height: 100%;
    border-radius: 0 0 15px 15px;
    background: #F57C00;
    top: 3%;
    position: absolute;
    left: -5%;
}

.content-equipe h3 {
    text-align: center;
}

.content-equipe h4 {
    display: block;
    text-align: center;
    color: #F57C00;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.content-texto-equipe {
    margin-top: 24px;
}

.sec-texto-equipe {
    margin-top: 60px;
}

.content-categorias a {
    color: #F57C00;
    font-family: "InterFace Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    margin-right: 10px;
}

.cada-post-blog {
    border-radius: 10px;
    background: #EDEDED;
    overflow: hidden;
    margin-bottom: 30px;
}

.img-blog {
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.cada-post-blog h2 {
    line-height: 25px;
    margin-bottom: 0px;
}

.cada-post-blog span {
    display: block;
    color: #37474F;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    margin-bottom: 15px;
}

.tag-laranja {
    color: #F57C00;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 18.338px;
    border: 1px solid #F57C00;
    padding: 2px 10px;
    margin: 15px 0px;
    display: inline-block;
}

.cada-post-blog h2 a {
    color: #F57C00;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; /* 133.333% */
}

.content-blog {
    padding: 24px;
}

.sec-blog-lista {
    margin-top: 38px;
}

.sec-formulario {
    margin-top: 30px;
}

.input-form {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #37474F;
    background: #FFF;
    margin-bottom: 12px;
    padding-left: 15px;
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}

.input-text {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    border: 1px solid #37474F;
    background: #FFF;
    margin-bottom: 12px;
    padding: 15px;
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}

.cada-plano {
    overflow: hidden;
    border-radius: 10px;
    background: #EDEDED;
}

.img-plano {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 174px;
}

.content-plano {
    padding: 25px;
}

.content-plano h3 {
    color: #F5F3F5;
    text-align: center;
    font-family: "InterFace Trial";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 32px */
}

.content-plano h3 {
    display: inline-block;
    color: #F5F3F5;
    text-align: center;
    font-family: "InterFace Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 32px */
    border-radius: 10px;
    background: #F57C00;
    padding: 15px;
    margin-bottom: 15px;
}

.sec-accordion-contato .col-lg-8 {
    border-top: 0px;
}

.sec-accordion-faq .col-lg-8 {
    border-top: 0px;
}


.menu ul {
    list-style: none;
    padding: 0px;
}

.topo .dropdown-menu {
    background: #37474F;
    padding: 45px;
}

.topo .dropdown-menu a {
    color: #FEB05B;
    font-family: "InterFace Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 91.667% */
    display: block;
    text-align: center;
    border-bottom: 1px solid #FEB05B;
    padding-bottom: 18px;
    margin-top: 18px;
}

.topo .dropdown-menu a:hover {
    color: #fff;
}

.topo .dropdown-menu a.btn-laranja {
    color: #F5F3F5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    border-bottom: 0px;
}

.linha-menu-mobile {
    display: none;
}

.sec-accordion-faq button {
    border-bottom: 1px solid #37474F !important;
}

.sec-lista-categorias h3 {
    font-size: 16px;
}

.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-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    border-radius: 3px;
    background: #F57C00;
    padding-top: 4px;
    margin: 0px 10px;
}

.pagination a {
    width: 29px;
    height: 29px;
    text-align: center;
    color: #F57C00;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    border-radius: 3px;
    padding-top: 4px;
    margin: 0px 10px;
}

.pagination a.prev  {
    width: 63px;
}

.sec-quemsomos-1 {
    margin-top: 60px;
}

.sec-clareza-2026 ul li {
    background-image: url(../images/icon-check-2026.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    list-style: none;
    line-height: 16px;
    margin-bottom: 15px;
}

.sec-clareza-2026 {
    padding: 45px 0px;
}

.sec-sessao-oque-2026 b {
    color: #F57C00;
}

.sec-sessao-oque-2026 {
    border-radius: 20px;
    background: #D9D9D9;
    padding: 25px 0px 9px 0px;
    margin: 35px 0px;
}

.cada-acontece-2026 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.icon-acontece-2026 {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    fill: #FFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.info-acontece-2026 {
    width: 85%;
    margin-left: auto;
}

.info-acontece-2026 h3 {
    color: #34434B;
    font-family: "InterFace Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 100% */
}

.info-acontece-2026 h3 strong {
    color: #F57C00;
}

.info-acontece-2026 p {
    color: #2C2C2C;
    font-family: "InterFace Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1399.98px) { }

@media (max-width: 1199.98px) {
    .sec-clareza-2026 ul {
        margin-top: 30px;
    }
 }

@media (max-width: 991.98px) {  }

@media (max-width: 767.98px) { }

@media (max-width: 575.98px) {
    .content-cta-home {
        padding: 0px;
    }
    .content-texto-cta {
        padding: 15px;
    }
    .tabela-container {
        overflow-x: auto;
        width: 100%;
    }

    .tabela-container table {
        min-width: 800px; 
        border-collapse: collapse;
    }
    .sec-sessao-home .slick-slide, .sec-imagem-texto .slick-slide   {
        margin: 0; 
    }

    .sec-sessao-home .slick-list, .sec-imagem-texto .slick-list  {
        margin: 0; 
    }
    .carousel-equipe .slick-next {
        right: 16px;
    }
    .carousel-equipe .slick-prev {
        left: 16px;
        z-index: 2;
    }
    .img-equipe-home {
        height: 280px;
    }
    .carousel-posts .slick-next {
        right: 25px;
    }
    .carousel-posts .slick-prev {
        left: 25px;
    }
    .img-cada-post {
        height: 185px;
    }
    .sec-mapa-home iframe {
        height: 213px;
    }
    .links-rodape {
        padding-left: 12px;
    }
    .sec-entrega-home .accordion-item .btn-laranja {
        width: 90%;
    }
    .topo .dropdown-menu {
        width: 100%;
    }
    .topo .dropdown {
        position: unset;
    }
    .topo .dropdown-menu {
        transform:none !important;
    }
    .topo .dropdown-menu {
        background: #37474F;
        padding: 16px;
    }
    .linha-menu-mobile {
        display: flex;
        padding: 34px 0px;
    }
    .sec-clinica-home h2 {
        line-height: 30px;
    }
    .cada-especialidade-home h3 {
        font-size: 30px;
    }
    .sec-sessao-home p {
        line-height: 22px;
    }
    .carousel-faq-clinicas .slick-prev {
        left: 9px;
    }
    .carousel-faq-clinicas .slick-next {
        right: 9px;
    }
    .sec-depoimento-clinica iframe {
        width: 100%;
        height: auto;
    }
    .cada-equipe {
        margin: 0px auto 64px auto;
    }
    .hero-interna {
        height: 30vh;
    }
    .principal {
        margin-top: 100px;
    }
    .home .principal {
        margin-top: 100px;
    }
    .content-texto-hero h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .content-texto-hero p {
        font-size: 18px;
        line-height: 22px; /* 125% */
    }
}