@import 'variables.css';

* {
    scroll-behavior: smooth;
    margin: 0;
    font-family: 'Circular Std', sans-serif;
}

p {
    color: var(--primary);
}

.container {
    margin: 2rem 7rem 7rem 7rem;
}

.banner {
    background-image: url('../img/banner/banner.png');
    height: 62vh;
    display: flex;
    align-items: center;
    margin-top: 4%;
    background-size: cover;
    background-position: center;
}

.texts {
    margin: 0 7rem 0 7rem;
    padding-left: 8%;
}

.title {
    width: 100%;
    color: var(--white);
    font-size: 2.8rem;
    font-weight: var(--bolder);
    line-height: 68px;
    max-width: 692px;
}

.subtitle {
    color: var(--white);
    width: 100%;
    max-width: 698px;
    line-height: 150%;
}


.quemsomos_container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#quemsomos {
    width: 40%;
}

.description_quemsomos {
    font-family: 'Archivo';
    color: var(--text-secondary);
    line-height: 155%;
    text-align: justify;
}



#depoimento_container {
    display: flex;
    justify-content: center;
}

#depoimentos_header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 3%;
}

#title_depoimentos {
    font-weight: var(--bold);
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.15em;
    color: var(--text-primary);
    padding-left: 7%;
    margin-top: 100px;
    margin-bottom: 25px;
}

.depoimentos_texto1 {
    width: 100%;
    font-weight: var(--bold);
    font-size: 36px;
    line-height: 150%;
}

.depoimentos_texto2 {
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 150%;
    color: var(--text-gray);
    width: 462px;
}

.depoimentos {
    border: 1px solid var(--border);
    width: 380px;
    height: 332px;
    margin: 8px;
    padding: 24px;
}

.depoimentos p {
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 150%;
    margin-top: 30px;
    color: var(--text-gray);
    height: 70%;
}

.cliente1 {
    display: flex;
}

.cliente2 {
    display: flex;
}

.cliente3 {
    display: flex;
}

label {
    flex: 1;
    align-self: flex-end;
}


#atendimento {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;

}

.atendimentoPresencial {
    background-color: var(--background-primary);
    padding: 4%;
    color: var(--white);
}

.atendimentoOnline {
    padding: 4%;
}

.atendimentoPresencial h3,
.atendimentoOnline h3 {
    font-weight: var(--bold);
    font-size: 2rem;
    line-height: 150%;
}

.atendimentoPresencial p {
    color: var(--primary);
    margin-top: 25px;
    margin-bottom: 25px;
    color: #ECECEC;
    font-size: 1rem;
}

.atendimentoPresencial button {
    box-sizing: border-box;
    width: 45%;
    height: 66px;
    background: var(--white);
    border: 1px solid var(--white);
    transition: 0.3s;
}

.atendimentoPresencial button:hover {
    opacity: 0.8;
}

.atendimentoOnline p {
    color: var(--text-gray);
    margin-top: 25px;
    margin-bottom: 25px;
    color: var(--text-gray);
    font-size: 1rem;
}

.atendimentoOnline button {
    box-sizing: border-box;
    width: 45%;
    height: 66px;
    background: var(--background-primary);
    border: 1px solid var(--white);
    color: var(--white);
    transition: 0.3s;
}

.atendimentoOnline button:hover {
    opacity: 0.8;
}



@media (min-width: 861px) and (max-width: 1024px) {
    .depoimentos {
        height: 70vh;
    }

    .depoimentos p {
        height: 52vh;
    }

    #title_depoimentos {
        padding-left: unset
    }

    .quemsomos_container {
        flex-direction: column;
    }

    #quemsomos {
        width: 100%;
    }

    .navbar .nav-container a {
        padding: unset;
        margin-left: unset;
    }

}

@media only screen and (max-width: 425px) {
    .texts {
        margin: unset;
    }
}

@media screen and (max-height: 600px) {
    .banner {
        height: 80vh;
    }
}

@media (min-width: 249px) and (max-width: 860px) {


    .texts {
        margin: 0 1rem 0 1rem;
    }

    .container {
        margin: 2rem 1rem 0 1rem;
    }

    .title {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.2;
        font-weight: var(--bolder);
    }


    #quemsomos {
        width: 100%;
    }

    .quemsomos_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .title_section {
        font-weight: var(--bold);
        font-size: 1rem;
        letter-spacing: 0.15em;
    }

    .subtitle_section {
        font-weight: var(--bold);
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .description_quemsomos {
        font-family: 'Archivo';
        font-weight: var(--regular);
        font-size: 16px;
        color: var(--text-secondary);
        margin-bottom: 2rem;
    }




    #depoimentos_header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        padding-left: 7%;
        margin-bottom: 3%;
    }

    #title_depoimentos {
        font-weight: var(--bold);
        font-size: 1rem;
        padding-left: 7%;
        margin-top: 100px;
        margin-bottom: 25px;
    }

    .depoimentos_texto1 {
        font-size: 2rem;
        width: 100%;
    }

    .depoimentos_texto2 {
        font-size: 1rem;
        width: 100%;
    }

    #depoimento_container {
        flex-direction: column;
    }

    .depoimentos {
        border: 1px solid var(--border);
        width: 100%;
        height: 100%;
        margin: 8px;
        padding: 24px;
    }

    #atendimento {
        flex-direction: column;
    }

    .atendimentoPresencial,
    .atendimentoOnline {
        padding: 10%;
    }

    .atendimentoPresencial h3,
    .atendimentoOnline h3 {
        font-size: 2rem;
    }

    .atendimentoPresencial button,
    .atendimentoOnline button {
        width: 100%;
    }

    .banner {
        height: 35rem;
        margin-top: unset;
    }

}



@media (min-width: 1920px) {

    #depoimentos_header {
        padding-left: 6%;
        padding-right: 6%;
    }

    #title_depoimentos {
        padding-left: 15%;
    }
}