.hover-scale {
    transition: transform 0.6s ease;
}

.hover-scale:hover {
    transform: scale(1.03);
}

header a {
    color: #FFF !important;
    text-align: center;

    /* H5 */
    font-family: Eina03-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.main {
    /* background-color: #FFDBA7; */

    background-image: url("../images/background-main2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main h2,
.main h1 {
    color: #676F5B;
    font-family: Gotham;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.92px;
}

.main h2 {
    color: #EDAB4C;
}

.main p {
    color: #3D3D3D;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.feedbacks,
.experience {
    background-color: #FFDBA7;

    background-image: url("../images/background-about.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.experience h2 {
    color: #676F5B;

    font-family: Gotham;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.experience p {
    color: #454545;

    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

header .btn-secondary,
.main .btn-primary,
.treatments .btn-secondary,
.experience .btn-primary,
.about .btn-secondary {
    display: flex;
    width: 271.051px;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;

    border-radius: 200px;
    background: #676F5B;

    font-family: Eina03-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

header .btn-secondary {
    background: #EDAB4C;
}

.about {
    background-image: url("../images/background-treatment.png");
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: right top;
}

.treatments .btn-secondary,
.about .btn-secondary {
    display: inline-flex;
    padding: 10px 24px;
    gap: 12px;

    border-radius: 40px;
    background: linear-gradient(0deg, #EDAB4C 0%, #EDAB4C 100%), #B1EFE9;
}

.dentists .card {
    background: none;
    width: 16.18rem;
    /* height: 21.5rem; */
}

.dentists {
    background-image: url("../images/background-dentists.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.dentists h2 {
    color: #FFD598 !important;
    text-align: center;

    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.dentists p {
    text-align: center;
    font-family: "Leroy Merlin Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.dentists .card-body {
    border-radius: 0 0 25px 0;
    background: #F1F1F1;
    box-shadow: 0 7px 7.3px 0 rgba(0, 0, 0, 0.16);
}

.dentists .card-title {
    color: #676F5B !important;
    text-align: center;

    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.dentists .card-subtitle {
    color: #EDAB4C !important;
    text-align: center;

    font-family: Eina03-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.dentists .card-text {
    color: #5E5E5E !important;
    text-align: center;

    font-family: Gotham;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.dentists .main-card .card-title {
    font-size: 24px;
}

.treatments {
    background-image:
        url("../images/background-treatments-1.png"),
        /* 1ª imagem */
        url("../images/background-treatments-2.png");
    /* 2ª imagem */

    background-repeat: no-repeat, no-repeat;

    background-position: left center, right top;

    background-size: auto, auto;
}


.treatments h1,
.treatments h2 {
    color: #676F5B !important;

    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.treatments h2 {
    color: #EDAB4C !important;
}

.treatments p {
    color: #454545;

    font-family: Eina03-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.treatments .card {
    border-radius: 60px 0 55px 0;
    background: #EDAB4C;
}

.treatments .green-card {
    border-radius: 60px 0 55px 0;
    background: #676F5B;
}


.treatments .card-title {
    font-family: Eina03-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
}

.treatments .more-treatments {
    /* border-radius: 81px 0; */
    background: #F1F1F1;
    box-shadow: 0 7px 14.1px 0 rgba(0, 0, 0, 0.25);
}

.treatments .more-treatments h3 {
    color: #5E5E5E;
    text-align: center;
    font-family: "Leroy Merlin Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}


.feedbacks {
    background-color: #676F5B;
}

.feedbacks h3 {
    margin-top: 150px;
}

.feedbacks .card {
    border-color: #F1F1F1 !important;
    border-radius: 55px 0;
    background: #F1F1F1;
}

.info {
    background-color: #676F5B;
    ;
}

footer h5 {
    color: #676F5B;
    font-family: Eina03-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

footer p {
    color: #5E5E5E;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* @media (max-width: 768px) {
    .feedbacks .card {
        width: 21rem !important;
        height: 32rem !important;
    }
} */

@media (min-width: 768px) {
    .w-md-75 {
        width: 75%;
    }

    .w-md-50 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75%;
    }

    .w-lg-40 {
        width: 40%;
    }
}

.introductory-video {
    background-color: transparent;
}

.btn-reset {
    all: unset !important;
}

.video-button {
    background-color: transparent;
    border-color: transparent;
    border: none;
    border-radius: 50%;
}

@media (max-width: 710px) {
    .video-image {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }
}