/*
Theme Name: Allia Clinic
Author: Joiss / Dev Anderson Leite
*/

* {
    font-family: Manrope, sans-serif;
    text-rendering: geometricPrecision;
}

body,
html {
    overflow-x: hidden;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.hero-content {
    width: 500px;
}


@media screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #hero.hero-home {
        background-image: url(./assets/images/allia-banner-home-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;
        display: flex;
        height: 844px;
    }

    #hero h1 {
        font-size: 1.6875rem !important;
        width: 274px;
        line-height: initial !important;
        margin-bottom: 1rem !important;
    }

    #hero h3 {
        font-size: 0.8125rem !important;
    }

    .hero-content {
        width: 100%;
    }

    .section-four.tratamento .button-container{
        display: none;
    }
    
}

.color-white {
    color: #ffffff !important;
}

img {
    max-width: 100%;
}

.drop-shadow {
    filter: drop-shadow(-20px 30px 30px rgba(0, 0, 0, 0.2));
}

.radius-border {
    border-radius: 20px;
}

.dr-picture {
    margin: 0 auto 3rem;
}

.home h5.small-title {
    font-weight: 600;
}

.small-title-especialidades {
    margin-bottom: 13px !important;
    margin-top: 30px !important;
}

.home .img-sobre {
    height: 409px;
    object-fit: cover;
}

h3.title {
    color: #2F2F2F;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 1rem;
    font-weight: 400;
}

h4.title {
    color: #A6826E;
    font-size: 2rem;
    font-weight: lighter;
    line-height: 3rem;
    letter-spacing: 0;
    margin: 0 0 1rem;
}

h5.small-title {
    color: #302C2C;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
}

.description {
    color: #413C3A;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0.5px;
}

.box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 85%;
    margin: 1rem auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1rem;
    gap: 1rem;
}

@media (max-width: 996px) {
    .home h3.title {
        font-size: 1.6875rem;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 18px;
        width: 100%;
        color: #A6826E;
    }

    .home h4.title {
        font-size: 1.6875rem;
        width: 100%;
        text-align: center;
    }

    .home h5.small-title {
        width: 100%;
        margin: 0;
        font-weight: 500;
    }
}

hr.vertical {
    width: 1px;
    height: 70px;
    background: #fff;
    margin: 20px auto;
    opacity: 1;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn {
    font-size: 15px;
    line-height: 36px;
    font-weight: 500;
    min-height: 50px;
    padding: 6px 30px;
    transition: 0.4s all;
    border: 2px solid transparent;
}

.btn:hover {
    background: #FFF;
    color: #454545;
    border: 2px solid #C4B8A4;
}

.btn-bd-primary {
    --bd-bwgw-bg: #dbcbb2;
    --bd-bwgw-rgb: 112.520718, 44.062154, 249.437846;
    --bd-color-font: #454545;

    --bs-btn-font-weight: 500;
    --bs-btn-color: var(--bd-color-font);
    --bs-btn-bg: var(--bd-bwgw-bg);
    --bs-btn-border-color: var(--bd-bwgw-bg);
    --bs-btn-hover-color: var(--bd-color-font);
    --bs-btn-hover-bg: #dbcbb2;
    --bs-btn-hover-border-color: #dbcbb2;
    --bs-btn-focus-shadow-rgb: var(--bd-bwgw-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #dbcbb2;
    --bs-btn-active-border-color: #dbcbb2;
}

.btn-bd-primary-light {
    --bd-bege-bg: #E4E1DF;
    --bd-bege-rgb: 112.520718, 44.062154, 249.437846;
    --bd-color-font: #454545;

    --bs-btn-font-weight: 500;
    --bs-btn-color: var(--bd-color-font);
    --bs-btn-bg: var(--bd-bege-bg);
    --bs-btn-border-color: var(--bd-bege-bg);
    --bs-btn-hover-color: var(--bd-color-font);
    --bs-btn-hover-bg: #E4E1DF;
    --bs-btn-hover-border-color: #E4E1DF;
    --bs-btn-focus-shadow-rgb: var(--bd-bege-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #E4E1DF;
    --bs-btn-active-border-color: #E4E1DF;
}

.btn-outline-primary {
    border-color: #ffffff;
    color: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
}

.btn-bd-secondary {
    --bd-bg-secondary: #9E7D6A;
    --bd-brown-rgb: 158, 125, 106;
    --bd-color-font: #ffffff;

    --bs-btn-font-weight: 500;
    --bs-btn-color: var(--bd-color-font);
    --bs-btn-bg: var(--bd-bg-secondary);
    --bs-btn-border-color: var(--bd-bg-secondary);
    --bs-btn-hover-color: var(--bd-color-font);
    --bs-btn-hover-bg: #9E7D6A;
    --bs-btn-hover-border-color: #9E7D6A;
    --bs-btn-focus-shadow-rgb: var(--bd-brown-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #9E7D6A;
    --bs-btn-active-border-color: #9E7D6A;
}


.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.icon-link>.bi {
    width: .75em;
    height: .75em;
}

/*
 * Custom translucent site header
 */



.offcanvas {
    background-color: rgba(196, 184, 164, 0.7);
}

main {
    margin-top: -80px;
}

.logo,
.btn-agende-consulta {
    min-width: 200px;
    font-weight: 600;
}

.site-header {
    background-color: rgba(255, 255, 255, .3);
    /* -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); */
    height: 80px;
    transition: all 0.3s ease;
}

.site-header.scroll {
    background: rgba(166, 130, 110, 0.63);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.6px);
    -webkit-backdrop-filter: blur(9.6px);
    position: fixed;
    transition: all 0.3s ease;
    width: 100%;
}

.site-header.remove-bg {
    backdrop-filter: unset;
}

.site-header li a {
    color: #ffffff;
    transition: color .15s ease-in-out;
}

.site-header a:hover,
.site-header a:focus {
    color: #dbcbb2;
    text-decoration: none;
}

.header-container{
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 0 6rem;
}


.button-mobile{
    position: absolute;
    right: 10px;
}

nav ul {
    gap: 1.5rem;
}

nav ul li a {
    font-size: 15px !important;
    letter-spacing: 0.5px;
    font-weight: 300;
}

/*
 * hero
 */

.home #hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 900px;
    align-items: center;
    display: flex;
}

/* hero-banner.png */
/* allia-banner-home-mobile */

#hero h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    line-height: 4rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

#hero h3 {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5rem;
    font-weight: 500;
    margin-bottom: 109px;
}

#hero .btn {
    font-family: Lexend, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    #hero.hero-home {
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;
        display: flex;
        height: 844px;
    }

    #hero h1 {
        font-size: 1.6875rem !important;
        width: 274px;
        line-height: initial !important;
        margin-bottom: 1rem !important;
    }

    #hero h3 {
        font-size: 0.8125rem !important;
    }

    .hero-content {
        width: 100%;
    }

    .section-four.tratamento .button-container{
        display: none;
    }
}

@media (max-width: 996px) {
    .hero-container {
        height: 100%;
    }

    .section-two h5.small-title {
        font-size: 14px;
        font-weight: 600;
    }

    #corpo dt {
        font-size: 16px !important;
    }

    #corpo dd {
        font-size: 14px !important;
    }

    .section-seven h2 {
        font-weight: 300 !important;
    }

    .hero-content {
        margin-top: 90px;

    }

    #hero .lead {
        justify-content: center !important;
        position: absolute;
        bottom: 150px;
        right: 0;
        left: 0;
    }

    #hero .btn {
        font-size: 14px;
        font-weight: 500;
    }

    .home #hero h1 {
        width: 100%;
        text-align: center;
        margin-top: 76px !important;
    }

    .hero-home h1 {
        text-align: start !important;
    }
}

.home .section-two {
    background-color: #E9E9E9;
    padding: 8rem 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .section-two * {
    z-index: 4;
}

.home .section-two h3.title {
    color: #A6826E;
}

.home .section-two h3.title {
    margin-bottom: 0px;
}

.instagram .slick-dots button {
    width: 40px;
}

.instagram .slick-dots {
    margin-top: 20px;
}


.section-two img {
    border-radius: 20px;
}

.section-seven .card-header {
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
    margin-bottom: 33px;
}

.section-seven h2 {
    text-align: center;
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 130px;
}

.slick-prev,
.slick-next {
    z-index: 1000;
}

.section-seven .card-header h5 {
    font-size: 15px;
}

@media (min-width: 769px) {
    .section-two::after {
        background-image: url(./assets/images/allia-clinic-big-logo.png);
        background-repeat: no-repeat;
        background-position: 85% bottom;
        background-size: 894px 371px;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }
}

@media (max-width: 996px) {
    .sobre-allia-container {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section-two .allia-clinic-big {
        width: 100%;
        display: flex;
        justify-content: center;
    }

}

.home .section-three {
    background-color: #A6826E;
    padding: 2rem 1rem;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-three .btn-outline-primary:hover {
    background-color: #ffffff;
    color: #A6826E;
    border: 0;
}

@media (max-width: 996px) {
    .lideres {
        margin-bottom: 1rem;
        position: relative;
    }

    .lideres::after {
        content: '';
        display: block;
        width: 92%;
        height: 1px;
        background-color: #806659;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .list-doutores {
        margin-bottom: 0px;
    }
}

.list-doutores {
    margin-bottom: 72px;
    align-items: flex-start;
}

.doutores {
    padding-bottom: 84px;
    padding-top: 63px;
}

.lideres img {
    object-position: top;
}


.section-four {
    background-color: #fff;
}

.tratamento.section-four h3.title {
    font-weight: 300;
    font-size: 32px;
    color: #A6826E;
}

.home .section-four .tab-selector {
    text-align: center;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tab-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

.tab-navigation li a {
    color: #A6826E;
    text-decoration: none;
    font-size: 18px;
}

.tab-selector li button{
    color: #A6826E;
    text-decoration: none;
    font-size: 18px;
}


.section-four .tab-content{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 643px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-four .tab-panel {
    background-image: url(./assets/images/bg-corpo.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: calc(100vh - 186px);
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-four .controls button {
    background: transparent;
    border: none;
    color: #A6826E;
    font-weight: 400;
    font-size: 18px;
}

.section-four .controls button.active {
    position: relative;
    border-bottom: 0px #A6826E solid;
}

.section-four .controls button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 82%;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #A6826E;
}

.section-four .know-more {
    font-size: 15px;
    width: 200px;
    border-radius: 7px;
    border: 1px solid white;
    background: transparent;
    height: 50px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all;
}

.section-four .know-more:hover {
    background: white;
    color: #A6826E;
}

.tab-panel .container {
    max-width: 1024px;
}

.tab-panel dd {
    margin-bottom: 3rem;
}

.home .section-four .slick-slide {
   width: 400px!important;
}

.section-four .slick-slide dl {
    width: 300px;
    margin-left: calc(100% - 300px);
}

.section-four .know-more-container {
    display: flex;
    width: 100%;
    /* margin-left: calc(100% - 300px); */
    justify-content: center;
    margin-top: 4rem;
}


.know-more-container a {
    font-family: Lexend, sans-serif;
    font-weight: 500 !important;
}


.doctor-name {
    margin-top: 2rem;
    font-weight: 300;
    margin-bottom: 15px;
}

.short-description {
    font-weight: 300;
    letter-spacing: 4%;
}

.section-five .btn {
    font-family: Lexend, sans-serif;
    font-weight: 500 !important;
}

.section-six h4.title {
    font-size: 30px;
    font-weight: 400;
    width: 75%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .section-four .button-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .doutores .short-description {
        font-size: 13px;
        margin-bottom: 35px;
    }

    .description {
        font-size: 13px;
    }

    .section-four .button-container a {
        border: 2px solid #A6826E;
        color: #A6826E;
        background: transparent;
        margin: 3rem 0;
        font-size: 15px;
        border-radius: 6px;
        text-decoration: 0;
        font-family: Lexend, sans-serif;
        font-weight: 500;
        padding: 1rem 2.25rem;
    }

    .section-four h3.title {
        font-size: 24px;
    }

    .tratamento.section-four h3.title {
        font-size: 24px;
        margin-bottom: 47px;
    }

    .tab-navigation {
        padding-left: 0;
        margin-bottom: 16px !important;
        gap: 3rem;
    }

    .section-four .tab-selector {
        padding-bottom: 0;
        background-color: #E4E1DF;
        padding-top: 38px;
    }

    .section-four .know-more-container {
        display: none;
    }

    .button-container {
        background-color: #E3e1df;
    }

    .section-six h4.title {
        font-weight: 300;
        font-size: 27px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 37px !important;
    }

    .section-six .description span {
        line-height: 20px !important;
    }

    .section-six .description span {
        font-size: 13px;
        font-weight: 500;
    }
}

.section-six .description span {
    font-size: 13px;
    font-weight: 500;
    line-height: 35px;
}

@media(max-width:512px) {
    .section-four .tab-panel {
        background-image: url(./assets/images/bg-corpo-mobile.png);
        height: 403px;
        min-height: auto;
    }

    .section-four .slick-slide dl {
        margin-left: 0;
        margin: 0 auto;
    }

}

.section-five {
    background-color: #E3e1df;
    padding: 2rem 1rem;
    min-height: 650px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-five .text-before-after {
    width: 100%;
    font-size: 22px;
    color: #A6826E;
    display: block;
    margin-top: 1rem;
    font-weight: 400;
}

.section-five .slick-track {
    display: flex;
    gap: 2rem;
}

.section-five .btn.desktop {
    width: 210px;
    font-size: 14px;
}

.section-four .tab-navigation {
    padding: 0;
}

@media (max-width: 996px) {

    .section-five {
        padding-top: 2rem;
        text-align: center;
    }

    .home .section-six {
        padding-bottom: 60px !important;
    }

    .home .section-five h3.title {
        color: #2F2F2F;
    }

    .home .section-six .box .copy {
        font-size: 18px;
        font-weight: 700;
    }

    .home .section-six .box {
        margin: 0;
    }

    .home .section-six .box a {
        font-family: Lexend, sans-serif;
        font-weight: 500 !important;
    }

    .section-seven {
        background-image: url(./assets/images/bg-testimonials-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-seven h2 {
        font-size: 27px;
        margin-bottom: 36px;
    }

    .section-seven ul.slick-dots {
        margin-bottom: 0 !important;
    }

    .doutores {
        padding-top: 35px;
        padding-bottom: 39px;
    }

    .list-doutores {
        margin-bottom: 0;
    }
}

.section-six .box a {
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.section-six .box .copy {
    font-size: 20px;
    font-weight: 700;
}


.slideshow-before-after img {
    height: 350px;
    object-fit: cover;
}

.section-six {
    background-color: #A6826E;
    padding: 2rem 1rem;
    min-height: 812px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.section-six .first {
    display: flex;
    flex-direction: column-reverse;
}

@media (max-width: 996px) {
    .section-six .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-six .description {
        margin-top: 2rem;
        width: 267px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-six .box {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.section-seven {
    background-color: #E3e1df;
    padding: 0;
    min-height: fit-content;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section-seven .title {
    color: #fff;
    margin-bottom: 5rem;
}

.section-seven .container {
    position: absolute;
    z-index: 2;
}

.section-seven .cards {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: stretch;
}

.section-seven .card {
    background-color: rgba(166, 130, 110, 0.8);
    border: none;
    border-radius: 1.5rem;
    color: #ffffff;
    padding: 2.5rem;
    width: 362px;
    height: 300px;
}

.section-seven .cards .card .card-header {
    border: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-seven .cards .card .card-header h5 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 1rem;
}

.card-header img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.card-content p {
    font-size: 14px;
    font-weight: 500;
}

.section-seven .slideshow {
    height: 100%;
    width: 100%;
}

.section-seven .slideshow .slick-slide img {
    height: 800px;
    object-fit: cover
}

@media (max-width: 996px) {
    .section-seven .slick-slide {
        display: grid;
        justify-content: center;
    }

    .section-seven .container {
        position: initial;
        z-index: 2;
        margin: 2rem 0;
    }

    .section-seven .slideshow {
        display: none;
    }

    .section-seven .title {
        color: #1C1411;
    }

}

.section-blog {
    background-color: #ffffff;
    padding: 2rem 1rem;
}

.section-blog .title {
    font-weight: 400;
}

.blog-posts {
    margin-top: 70px;
}

.blog-posts .post .img img {
    border-radius: 25px;
    width: 100%;
}

.blog-posts .post .content {
    padding: 1rem 0;
}

.blog-posts .post h5.small {
    font-size: 12px;
    color: rgba(6, 28, 61, 0.5);
}

.blog-posts .post h5.small a {
    text-decoration: none;
    font-size: 12px;
    color: rgba(6, 28, 61, 0.5);
}

.blog-posts .post h4.title {
    color: #061C3D;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}


@media screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}

.color-white {
    color: #ffffff !important;
}

img {
    max-width: 100%;
}

.drop-shadow {
    filter: drop-shadow(-20px 30px 30px rgba(0, 0, 0, 0.2));
}

.radius-border {
    border-radius: 20px;
}

.dr-picture {
    margin: 0 auto 3rem;
}


@media (max-width: 996px) {
    .home h3.title {
        font-size: 1.6875rem;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 18px;
        width: 100%;
        color: #A6826E;
    }

    .home h4.title {
        font-size: 1.6875rem;
        width: 100%;
        text-align: center;
    }

    .home h5.small-title {
        width: 100%;
        margin: 0;
        font-weight: 500;
    }
}

hr.vertical {
    width: 1px;
    height: 70px;
    background: #fff;
    margin: 20px auto;
    opacity: 1;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn {
    font-size: 15px;
    line-height: 36px;
    font-weight: 500;
    min-height: 50px;
    padding: 6px 30px;
    transition: 0.4s all;
    border: 2px solid transparent;
}

.btn:hover {
    background: #FFF;
    color: #454545;
    border: 2px solid #C4B8A4;
}

.btn-bd-primary {
    --bd-bwgw-bg: #dbcbb2;
    --bd-bwgw-rgb: 112.520718, 44.062154, 249.437846;
    --bd-color-font: #454545;

    --bs-btn-font-weight: 500;
    --bs-btn-color: var(--bd-color-font);
    --bs-btn-bg: var(--bd-bwgw-bg);
    --bs-btn-border-color: var(--bd-bwgw-bg);
    --bs-btn-hover-color: var(--bd-color-font);
    --bs-btn-hover-bg: #dbcbb2;
    --bs-btn-hover-border-color: #dbcbb2;
    --bs-btn-focus-shadow-rgb: var(--bd-bwgw-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #dbcbb2;
    --bs-btn-active-border-color: #dbcbb2;
}

.btn-bd-primary-light {
    --bd-bege-bg: #E4E1DF;
    --bd-bege-rgb: 112.520718, 44.062154, 249.437846;
    --bd-color-font: #454545;

    --bs-btn-font-weight: 500;
    --bs-btn-color: var(--bd-color-font);
    --bs-btn-bg: var(--bd-bege-bg);
    --bs-btn-border-color: var(--bd-bege-bg);
    --bs-btn-hover-color: var(--bd-color-font);
    --bs-btn-hover-bg: #E4E1DF;
    --bs-btn-hover-border-color: #E4E1DF;
    --bs-btn-focus-shadow-rgb: var(--bd-bege-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #E4E1DF;
    --bs-btn-active-border-color: #E4E1DF;
}

.btn-outline-primary {
    border-color: #ffffff;
    color: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
}

.btn-bd-secondary {
    --bd-bg-secondary: #9E7D6A;
    --bd-brown-rgb: 158, 125, 106;
    --bd-color-font: #ffffff;

    --bs-btn-font-weight: 500;
    --bs-btn-color: var(--bd-color-font);
    --bs-btn-bg: var(--bd-bg-secondary);
    --bs-btn-border-color: var(--bd-bg-secondary);
    --bs-btn-hover-color: var(--bd-color-font);
    --bs-btn-hover-bg: #9E7D6A;
    --bs-btn-hover-border-color: #9E7D6A;
    --bs-btn-focus-shadow-rgb: var(--bd-brown-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #9E7D6A;
    --bs-btn-active-border-color: #9E7D6A;
}


.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.icon-link>.bi {
    width: .75em;
    height: .75em;
}

/*
 * Custom translucent site header
 */

.offcanvas {
    background-color: rgba(196, 184, 164, 0.7);
}

main {
    margin-top: -80px;
}

.logo,
.btn-agende-consulta {
    min-width: 200px;
    font-weight: 600;
}

.site-header {
    background-color: rgba(255, 255, 255, .3);
    /* -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); */
    height: 80px;
    transition: all 0.3s ease;
}

.site-header.scroll {
    background: rgba(166, 130, 110, 0.63);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.6px);
    -webkit-backdrop-filter: blur(9.6px);
    position: fixed;
    transition: all 0.3s ease;
    width: 100%;
}

.site-header.remove-bg {
    backdrop-filter: unset;
}

.site-header li a {
    color: #ffffff;
    transition: color .15s ease-in-out;
}

.site-header a:hover,
.site-header a:focus {
    color: #dbcbb2;
    text-decoration: none;
}

nav ul {
    gap: 1.5rem;
}

nav ul li a {
    font-size: 15px !important;
    letter-spacing: 0.5px;
    font-weight: 300;
}

/*
 * hero
 */









footer {
    background-color: #272727;
    color: #ffffff;
    padding: 0 0 2rem;
}

footer .contato {
    background-color: #C4B8A4;
    padding: 6.5rem 0;
}


footer .contato h3.title {
    color: #ffffff;
    line-height: 2.5rem;
    font-size: 30px !important;
    font-weight: 400;
}

footer .contato p {
    color: #1C1411;
    font-size: 23px !important;
    line-height: 2.5rem;
    font-weight: 400;

}

footer .contato .canal {
    display: flex;
    gap: 1rem;
    margin-bottom: 30px;
}

footer .contato .canal .icon {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}


footer .contato .canal .text h4 {
    font-size: 0.75rem;
    color: #1C1411;
    margin: 0;
    letter-spacing: 3px;
}

footer a.link-canal {
    color: #1C1411;
    text-decoration: none;
    font-size: 1.5rem;
}

footer .instagram {
    padding: 2rem 1rem;
}

footer .instagram h3.title {
    color: #ffffff;
}

footer .instagram a.siga {
    color: #C4B8A4;
    text-decoration: none;
}

footer .instagram .item {
    padding: 0 0.75rem;
}

footer .instagram .item img {
    border-radius: 30px;
}

.footer-bottom p {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}

.contato .btn {
    font-weight: 700;
}

@media (max-width: 768px) {
    footer .contato {
        background-color: #C4B8A4;
        padding: 2rem 0;
        padding-bottom: 60px;
    }

    .footer-bottom .row {
        display: flex;
        gap: 30px;
        padding: 2rem;
        padding-top: 70px;
    }

    /*
    .footer-bottom .row .col-12 {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
        */

    footer .copyright {
        padding: 1rem;
    }

    footer .copyright .col-12 {
        flex-direction: column;
        align-items: center;
    }

    footer .footer-content {
        width: 100%;
        text-align: center;
    }

    .footer-bottom p {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex-direction: column;
    }

    .blog-posts .post h4.title {
        text-align: start;
    }

    .blog-posts {
        margin-top: 30px;
    }

    .section-blog .title {
        text-align: center;
        font-weight: 300;
        font-size: 27px;
    }

    .blog-posts .post h5.small a {
        font-size: 15px;

    }

    .blog-posts .post h4.title {
        font-weight: 300;
    }

    .blog-posts p {
        font-size: 13px;
    }

    footer .contato h3.title {
        color: #ffffff;
        line-height: 2.5rem;
        margin: 0 0 2rem;
        font-size: 27px !important;
        font-weight: 300;
    }

    footer .contato p {
        color: #1C1411;
        font-size: 0.875rem;
        line-height: 2.5rem;
        font-size: 14px !important;
        font-weight: 500;
        margin: 0;
    }

    footer .contato a {
        width: 258px;
        font-size: 14px;
        font-weight: 700;
    }

    footer .contato a svg {
        display: none;
    }

    footer .contato .canal {
        flex-direction: column;
        align-items: center;
        padding-top: 61px;
        margin-bottom: 0;
    }

    footer .contato .canal .text {
        text-align: center;
    }

    footer .contato .canal .text h4 {
        font-size: 15px;
        font-weight: 300;
    }

    footer a.link-canal {
        font-size: 20px;
        font-weight: 400;
    }

    footer .contato .canal .icon {
        width: 56px;
        height: 56px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    footer a.link-canal {
        color: #1C1411;
        text-decoration: none;
        font-size: 1.2rem;
    }
}

/* Blog */
.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.section-blog .btn {
    font-family: Lexend, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.hero-blog {
    height: 584px;
    display: flex;
}

.hero-blog h1 {
    margin-bottom: 0 !important;
}

.blog {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-main #hero .blog-title-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.slick-dots {
    list-style: none;
    display: flex;
    margin: 2rem auto;
    padding: 0;
    align-items: center;
    justify-content: center;
}

ul.slick-dots {
    list-style: none;
    display: flex;
    margin: 2rem auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slick-dots button {
    background-color: #838E9E;
    text-indent: -200vw;
    font-size: 0px;
    border: none;
    width: 5rem;
    height: 1px;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #C4B8A4;
    height: 3px;
}

.slick-prev::before,
.slick-next::before {
    color: rgb(200, 199, 198);
}

.slick-prev,
.slick-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}

.slick-prev {
    position: absolute;
    bottom: 7%;
    left: 25%;
    transform: translateX(-50%);
    color: transparent;
    border-width: initial;
    border-style: none;
    border-color: initial;
    outline-color: initial;
    background-image: initial;
    background-color: transparent;
}

.slick-next {
    position: absolute;
    bottom: 7%;
    left: 74%;
    transform: translateX(-50%);
    color: transparent;
    border-width: initial;
    border-style: none;
    border-color: initial;
    outline-color: initial;
    background-image: initial;
    background-color: transparent;
}

.slick-prev:before {
    content: url(./assets/images/chevron_left.png);
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.slick-next:before {
    content: url(./assets/images/chveron_right.png);
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
}

footer .footer-bottom .container {
    padding: 74px 0 39px;
    border: 1px solid #838E9E;
    border-left: 0;
    border-right: 0;
}

footer .footer-bottom h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.footer-bottom p,
.footer-bottom p a {
    color: #838E9E;
    text-decoration: none;
    line-height: 1.25;
}

.footer-bottom .social-icons {
    display: flex;
    gap: 1rem;
}

.footer-bottom .social-icons li a {
    background-color: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.25rem;
}

footer .copyright {
    padding: 1rem 0;
}

footer .copyright .container {
    padding: 0;
}

footer .copyright p,
footer .copyright p a {
    color: #838E9E;
    text-decoration: none;
    font-size: 0.75rem;
}

.pagination {
    gap: 10px;
}

.pagination .current {
    color: #A6826E;
    font-weight: bold;
}

.pagination .inactive {
    color: #061C3D;
}

.dots-alternativo .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background: white;
    margin-right: 10px;
}

.dots-alternativo .slick-dots li button {
    display: none;
}

.dots-alternativo .slick-dots li:last-child {
    margin-right: 0;
}

.dots-alternativo .slick-dots .slick-active {
    background: #A6826E !important;
}

.dots-alternativo.dots-alternativo--blog .slick-dots li {
    background: #e4e1df;
}


@media(max-width:768px) {
    .hero-blog {
        height: 284px;
        display: flex;
    }

    .blog-main #hero .title-container h1{
        font-size: 20px !important;
    }

    .blog-main #hero .blog-title-container{

        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer {
        padding-bottom: 1rem;
    }

    footer .footer-bottom .container {
        border: none;
        padding-bottom: 0;
    }

    .footer-bottom .row {
        padding-bottom: 0;
    }

    .footer-bottom .row {
        text-align: center;
    }

    .footer-bottom .social-icons {
        justify-content: center;
    }

    footer .footer-bottom h5 {
        margin-bottom: 13px;
        font-size: 16px;
    }

    .footer-bottom p {
        font-size: 15px !important;
    }

    .footer-bottom .navbar-brand img {
        width: 104px;
        padding-bottom: 40px;
    }

    footer .copyright p,
    footer .copyright p a {
        font-size: 14px;
    }

    footer .footer-bottom .container {
        padding-top: 0;
    }
}

/*
 * Extra utilities
 */

.flex-equal>* {
    flex: 1;
}

nav.site-header.navbar.navbar-expand-md.sticky-top::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    pointer-events: none;
    z-index: -1;
}

.drop-shadow-custom {
    box-shadow: -19px 11px 29px -3px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop-shadow-custom img{
    width: 100%;
}

@media (min-width: 769px) {
    .flex-md-equal>* {
        flex: 1;
    }
}

.navbar-toggler:focus {
    box-shadow: unset;
}

@media (max-width: 1024px) {

    /*Menu */
    .navbar-brand img {
        width: 59px;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .offcanvas.offcanvas-end {
        width: 100%;
        height: 100vh;
    }

    .offcanvas.show .offcanvas-header{
        position: absolute;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .offcanvas-header button{
        position: absolute;
        right: 10px;
    }

    /* .offcanvas-header {
        background: #e1e1e194;
    } */

    .offcanvas-header .btn-close {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    }

    .offcanvas-body {
        background-image: url(./assets/images/allia-banner-header-mobile.png);
        padding: 41px 34px;
        background-position-x: right;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-size: 120% auto;
    }

    .offcanvas-title img {
        width: 59px;
    }

    .offcanvas .btn-close {
        width: 26px;
        padding-right: 20px;
        outline: none;
    }

    .navbar-nav {
        line-height: 40px;
    }

    .site-header {
        height: 55px;
        width: 100%;
        z-index: 1000;
        transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
    }

    .site-header li a {
        font-size: 39px !important;
        font-weight: 200 !important;
    }

    .offcanvas .socials {
        margin-top: 77px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .offcanvas.show .offcanvas-header{
        position: absolute;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .offcanvas-header button{
        position: absolute;
        right: 10px;
    }

    .btn-agende-consulta{
        display: none;
    }

    .home #hero {
        background-image: url(./assets/images/hero-banner.png);
        background-repeat: no-repeat;
        background-position: -600px center;
    }

    #hero .hero-container {
        display: flex;
        flex-direction: column;
        align-items: self-start;
    }

    #hero .hero-container .hero-content h3{
        margin-bottom: 50px;
    }

    #hero .lead {
        justify-content: center !important;
        position: initial;
        bottom: 150px;
        right: 0;
        left: 0;
    }

    .home .section-two .container-image-about-allia {
        width: 579px;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .logo {
        display: none;
    }

    .section-four .tab-panel {
        background-image: url(./assets/images/bg-corpo.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        min-height: initial;

        padding: 3rem 0;
    }

    .home .section-four .container-tratamentos{
        display: none;
    }

    .home .section-four .container-tratamentos-mobile{
        display: block ;
    }

    .home .slick-slider-treatment{
        height: 100%;
    }


    .section-seven .card {
        background-color: rgba(166, 130, 110, 0.8);
        border: none;
        border-radius: 1.5rem;
        color: #ffffff;
        padding: 2.5rem;
        width: 300px;
    }

    .slideshow-before-after img{
        height: 400px;
    }


    .show-all-gallery-button{
        display: none;
    }

    .show-all-gallery-button-mobile a{
        display: block;
        margin-top: 50px;
    }

    .section-six .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-blog {
        height: 500px;
        display: flex;
    }

    .blog-main #hero .title-container h1{
        font-size: 30px;
    }

    .treatment-column {
        max-width: calc(100% / 2); 
    }

    .home .section-four .tab-content{
        height: 400px;
        min-height: 0;
    }

    .blog-main #hero .blog-title-container{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

}

@media (min-width: 1024px)  {
    .logo-desktop {
        display: none;
    }
    
}



@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
    .offcanvas.show .offcanvas-header{
        position: absolute;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .offcanvas-header button{
        position: absolute;
        right: 10px;
    }

    .offcanvas-body{
        margin-top: 60px;
    }

    .btn-agende-consulta{
        display: none;
    }

    .logo.desktop{
        display: none;
    }

    .logo-desktop {
        display: block;
    }
    
}

#corpo ul.slick-dots {
    margin: unset !important;
}

#corpo dt {
    font-weight: 700;
    font-size: 15px;
}

#corpo dd {
    font-weight: 500;
    font-size: 15px;
}

.section-blog ul.slick-dots {
    margin-top: 0 !important;
}

.treatment-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.treatment-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    min-width: 250px;
    max-width: calc(100% / 3);
}

.home .treatment-item {
    text-align: left;
    font-size: 15px;
}

.home .treatment-item p{
    font-weight: 500;
}

@media (max-width: 480px) {
    .treatment-column {
        max-width: 100%; 
    }
}

/* Estilos para o carrossel de tratamentos */
.section-four .tratamentos-carousel {
    margin: 30px 0;
    /* padding: 0 60px; */
    width: 100%;
    max-width: 100%;
}

.section-four .tratamento-slide {
    padding: 15px;
    width: 100% !important;
}

.section-four .treatment-item {
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}

.section-four .treatment-item:last-child {
    border-bottom: none;
}

.section-four .title-treatment {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
    width: 100%;
    font-weight: 800;
}

.section-four .description-treatment {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.section-four .slick-slide {
    width: 100% !important;
    min-width: 100% !important;
}

.section-four .slick-track {
    width: 100% !important;
    display: flex !important;
}

.section-four .slick-prev,
.section-four .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.section-four .slick-prev:hover,
.section-four .slick-next:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #333;
}

.section-four .slick-prev {
    left: 20px;
}

.section-four .slick-next {
    right: 20px;
}

.section-four .slick-dots {
    bottom: -30px;
}

.section-four .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
}

.section-four .slick-dots li.slick-active button:before {
    color: #fff;
}

.section-four .know-more {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.section-four .sem-tratamentos {
    text-align: center;
    padding: 30px;
    color: #fff;
}

.section-four .slick-next:before {
    content: '';
}

.section-four .slick-prev:before {
    content: '';
}

@media (max-width: 768px) {
    .tratamentos-carousel {
        padding: 20px 30px;
    }
    
    .tratamentos-carousel .slick-prev {
        left: 5px;
    }
    
    .tratamentos-carousel .slick-next {
        right: 5px;
    }

    
}
.tratamentos-carousel .slick-dots li button {
    background-color: white;
    opacity: 0.5;
    font-size: 10px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
}

.tratamentos-carousel .slick-dots li.slick-active button {
    background-color: white;
    opacity: 1;
}

.tratamentos-carousel .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.section-four.tratamento .nav-link{
    background-color: transparent!important;
    color: #A6826E!important;
    border: none!important;
    border-bottom: 2px solid transparent!important;
}

.section-four.tratamento .nav-link.active {
    background-color: transparent!important;
    color: #A6826E!important;
    border: none!important;
    border-bottom: 2px solid#A6826E!important;
}

