:root {
    --green-color: #AECA9E;
    --purple-color: #9877C0;
    --black-color: #322C34;
    --gray-color: #828282;
}

body {
    font-family: "Jost", sans-serif;
    color: var(--black-color);
    background-color: #FFF7ED;
}

.btn {
    display: inline-block;
}

.btn-main {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 10px 30px;
    color: var(--green-color);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-default {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    color: var(--purple-color);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-purple {
    font-size: 18;
    font-weight: 500;
    padding: 10px 40px;
    color: white;
    background-color: var(--purple-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.btn-main:hover, .btn-default:hover, .btn-purple:hover {
    color: white;
    background-color: var(--green-color);
}

.initial-content {
    background-image: url("../images/background-initial.png");
    background-size: cover;
    background-position: center;
}

.content-text {
    display: flex;
    align-items: center;
}

.content-text h4 {
    font-size: 29px;
    letter-spacing: -2px;
    font-weight: 500;
    color: var(--purple-color);
}

.content-text h2 {
    font-size: 46px;
    letter-spacing: -1px;
    font-weight: 800;
    line-height: 100%;
}

.content-text h1 {
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 800;
    line-height: 100%;
    color: var(--purple-color);
}

.content-text p {
    color: var(--gray-color);
    font-size: 20px;
    font-weight: 400;
}

.box-infos {
    background-color: var(--purple-color);
    border-radius: 15px;
    width: 100%;
    padding: 35px;
    position: relative;
    top: -5px;
}

.box-infos i {
    color: white;
    font-size: 20px;
}

.box-infos h4 {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 400;
    margin-bottom: 4px;
    color: white;
}

.box-infos p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    color: rgba(255, 255, 255, 0.44);
    word-break: break-word;
    line-height: 90%
}

.servicos {
    padding: 4rem 0 2rem;
    background-image: url("../images/patinhasservicos.png");
    background-size: cover;
    background-position: top;
}

.card-service {
    background-image: url("../images/bgservicos.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 75px;
    margin: 20px 0;
    width: 383px;
    height: 463px;
}

.card-service h3 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

.card-service p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.778);
    text-align: center;
    line-height: 150%;
}

.title-main {
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 100%;
}

.subtitle-main {
    font-size: 22px;
    font-weight: 400;
    color: var(--gray-color);
    letter-spacing: -2px;
}

.title-main span {
    color: var(--purple-color);
}

.content-service-text h2 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 0;
}

.content-service-text h2 span {
    font-weight: 700;
    font-style: italic;
}

.content-service-text h1 {
    font-size: 58px;
    letter-spacing: -2px;
    line-height: 104%;
    font-weight: 800;
    color: var(--purple-color);
}

.clinica {
    padding: 6rem 0 4rem;
    background: white;
    box-shadow: 2px 2px 27px -6px rgba(0, 0, 0, 0.11);
}

.clinica .box-content-text h1 {
    font-size: 54px;
    letter-spacing: -2px;
    font-weight: 500;
    line-height: 90%;
    color: var(--green-color);
}

.clinica .box-content-text h5  {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--gray-color);
    margin-bottom: 2rem;
}

.clinica .box-content-text i {
    color: var(--green-color);
    font-size: 30px;
}

.clinica .box-content-text h3 {
    color: var(--green-color);
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.clinica .box-content-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--gray-color);
}

.equipe {
    padding: 6rem 0;
}

.card-team h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -2px;
    color: var(--purple-color);
    text-align: center;
}

.card-team p {
    font-size: 20px;
    text-align: center;
    color: var(--gray-color);
}

.local {
    padding: 60px 40px;
    background-image: url("../images/bglocal.png");
    background-size: cover;
    background-position: center;
    max-width: 1350px;
    margin: 2rem auto 5rem;
    border-radius: 20px;
}

.local h1 {
    color: var(--purple-color);
    font-size: 64px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0;
}

.local h2 {
    font-size: 54px;
    font-weight: 400;
    color: var(--black-color);
    letter-spacing: -2px;
}

.local p {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: var(--gray-color);
}

.local h3 {
    color: var(--black-color);
    font-weight: 800;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 2rem;
}

.depoimentos {
    padding: 6rem 0 4rem;
    background-color: white;
}

.depoimentos h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--green-color);
    text-align: center;
    font-weight: 400;
    margin-bottom: 2rem;
}

.depoimentos h4 span {
    font-weight: 700;
}

.depoimentos h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin-bottom: 2rem;
}

.depoimentos h3 {
    font-size: 28px;
    font-style: italic;
    margin: 0;
}

.bannercta {
    background-image: url("../images/bannercta.png");
    background-size: 105%;
    background-position: center;
    padding: 7rem 0;
    max-width: 1350px;
    box-shadow: 5px 4px 13px rgba(1, 1, 1, 0.43);
    border-radius: 10px;
    margin: 4rem auto 7rem;
}

.bannercta .box-content h1 {
    font-size: 67px;
    text-align: center;
    font-weight: 400;
    color: white;
    line-height: 60px;
}

.bannercta .box-content h1 span {
    font-weight: 700;
}

.box-cards-services {
    display: flex;
    gap: 10px;
    max-width: 100%;
    overflow: auto;
    justify-content: space-around;
}

footer h5 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 27px;
    font-weight: 800;
    color: var(--gray-color);
    height: 54px;
}

footer p {
    font-size: 16px;
    color: var(--gray-color);
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    word-break: break-word;
}

footer p span {
    font-weight: 800;
}

.social-icon {
    color: white;
    padding: 3px 7px;
    margin: 2px;
    font-size: 18px;
    background: var(--gray-color);
    border-radius: 40px;
}

.social-icon:hover {
    background: var(--purple-color);
    color: white;
}

.logoheader {
    max-width: 320px;
    height: auto;
}

.box-infos-contact {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: #fff;
}
 
@media (max-width:991px) {
    .logoheader {
        max-width: 170px;
    }
    
    .bannercta .box-content h1 {
        font-size: 27px;
        line-height: 26px;
    }
    .bannercta {
        background-size: cover;
        padding: 3rem 1rem;
    }

    .local {
        padding: 30px;
    }

    .local h1 {
        font-size: 46px;
        padding-top: 1rem;
    }

    .local h2 {
        font-size: 30px;
    }

    .depoimentos h1 {
        line-height: 40px;
    }

    .card-team {
        padding: 30px;
    }

    .clinica {
        padding: 4rem 1rem 2rem;
    }

    .clinica .box-content-text h1 {
        padding-top: 2rem;
    }

    .content-service-text h2 {
        font-size: 32px;
    }

    .content-service-text h1 {
        font-size: 42px;
    }

    .title-main {
        font-size: 40px;
    }

    .content-text h4 {
        font-size: 25px;
    }
    .content-text h2, .content-text h1 {
        font-size: 36px;
    }

    .card-service {
        width: 320px;
        height: 405px;
        padding: 30px 40px;
        flex-shrink: 0;
    }

    .card-service h3 {
        font-size: 18px;
    }

    .card-service p {
        font-size: 17px;
    }
}