@font-face {
    font-family: 'Giliran';
    font-style: normal;
    font-weight: normal;
    src: local('Giliran'), url('./fonts/Giliran-Regular.woff') format('woff');
}

.limit-width {
    max-width: 1400px;
}

.bg-off-white {
    background-color: #EAECEF;
}

.text-green {
    color: #0C413F;
}

nav {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #0C413F;
    background-color: #fff;
    border-bottom: 1px solid #D3B8B1;
    height: 80px;
    font-weight: 500;
}

.nav-link {
    color: #0C413F !important;
}

#button_agendar_consulta {
    border: none;
    background-color: #D3B8B1;
    color: #0C413F;
    padding: 5px 24px;
}

#button_agendar_consulta>i {
    padding-right: 8px;
}

h1 {
    font-family: 'Giliran', sans-serif;
    font-size: 60px;
}

p {
    font-family: 'Raleway', sans-serif;
}

.links-primary {
    text-decoration: none;
    color: #0C413F;
}

.links-primary:hover {
    color: #0C413F;
}

#text_intro {
    max-width: 450px;
}

#title_name {
    color: #0C413F;
}

#divIntro {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.navbar-collapse {
    text-align: center;
}

#button_saiba_mais {
    border: none;
    width: 254px;
    font-size: 20px;
    padding: 6px 15px;
    background-color: #0C413F;
    color: #D3B8B1;
    font-family: 'Raleway', sans-serif;
}

.line {
    margin: 5px 0;
    height: 20px;
    background:
        repeating-linear-gradient(90deg, #D3B8B1 0 5px, #0000 0 7px) top;
    background-size: 100% 2px;
    background-repeat: no-repeat;
}

h2 {
    font-family: 'Giliran', sans-serif;
    font-size: 60px;
    color: #0C413F;
}

h3 {
    font-family: 'Giliran', sans-serif;
    font-size: 1.3rem;
    color: #0C413F;
}

#divSobreMim {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.card-procedimentos {
    border: none;
    padding: 5px;
}

.card-procedimentos>.card-body {
    background-color: #EAECEF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-procedimentos-p {
    margin: 0;
}

.accordion {
    --bs-accordion-btn-icon: none;
    --bs-accordion-btn-active-icon: none;
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #0C413F;
    background-color: #0c413f3b;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #DEE2E6;
}

.procedimentos-animation {
    background: linear-gradient(currentColor, currentColor) bottom / 0 1em no-repeat;
    background-position: left;
    transition: 0.5s background-size;
}

.procedimentos-animation:hover {
    background-size: 40% 1em;
}

#alerta_procedimentos {
    border: #D3B8B1 dashed 1px;
    padding: 5px;
    text-align: center;
    font-size: 0.9rem;
}

footer {
    font-family: 'Raleway', sans-serif;
}

.h-footer {
    font-family: 'Giliran', sans-serif;
    color: #0C413F;
}

#divFooter>div>div>span>a {
    color: #0C413F;
    text-decoration: none;
}

/* #divFooter {
    padding: 40px 120px;
} */

@media only screen and (min-width: 960px) {
    .navbar-brand {
        padding: 0 30px;
    }

    .navbar-collapse {
        width: 100%;
        justify-content: space-around;
    }

    .navbar-nav {
        width: 60%;
        justify-content: space-around;
    }

}

@media screen and (max-width: 960px) {
    #title_contato {
        width: 100%;
    }

    #navbarNavAltMarkup {
        padding-bottom: 20px;
        border-bottom: 1px solid #D3B8B1;
    }

    #div_image_main {
        padding-top: 2rem;
    }

    .h-footer { 
        padding-top: 20px;
    }
}

.custom-accordion-button {
    background-color: #fff;
    color: #000;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: background-color 0.3s ease;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #DEE2E6;
}

.custom-accordion-button.active {
    color: #0C413F;
    background-color: #0c413f3b;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #DEE2E6;
}

.custom-accordion-content {
    display: none;
    padding: 10px;
    /* background-color: #f9f9f9; */
    /* border: 1px solid #ccc; */
}

/* DEPOIMENTOS */

.title-depoimentos {
    font-family: 'Giliran', sans-serif;
    font-size: 60px;
    font-weight: 100;
    color: #0C413F;
}

#carouselDepoimentos {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

#carouselDepoimentos .carousel-item img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#carouselDepoimentos .carousel-indicators {
    bottom: 0;
}

#carouselDepoimentos .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #666;
    margin: 0 5px;
}

#carouselDepoimentos .carousel-indicators button.active {
    background-color: #333;
}