@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background-color: #FFF;
}

/* h1, h2, h3, h4, h5, h6 {
    
} */

a, a:hover {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

b {
    font-weight: 700;
}

header {
    padding: 20px 0;
}

section {
    padding: 100px 0;
}

.bgHeader {
    background-image: url('../img/estaiada.jpg');
    background-size: cover;
    background-position: center center;
    height: 80vh;
    border-radius: 70px;
}

.bgLaranja {
    background-color: #ff6528;
}

.bgCinza {
    background-color: #e2e2e2;
}

.bgSobre {
    background-image: url('../img/bgSobre.jpg');
    background-size: cover;
    background-position: center center;
}

.logo img {
    background-color: #FFF;
    text-align: center;
    width: 100%;
}

.temTalento h2 {
    font-size: 3rem;
    font-weight: 700;
}

.temTalento h4 {
    font-size: 2rem;
    font-weight: 500;
}

.bgCampanha {
    background-image: url('../img/bgCampanha.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size: contain;
    height: 50vh;
}

.planejamentoEstrategico h2 {
    font-size: 3rem;
    font-weight: 700;
}

.clientes {
    background-color: #666;
}

.clientes h2 {
    font-size: 3rem;
    font-weight: 700;
}

.logoClientes {
    border-radius: 20px;
    padding: 25px;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    align-items: center;
}

.logoClientes:hover {
    filter: none;
    -webkit-filter: none;
}

.contato h2 {
    font-weight: 700;
    font-size: 3rem;
}

.contato a {
    font-size: 1.8rem;
}

.form-control {
    border-radius: 25px;
    border: none;
    padding: 10px 20px;
    margin-bottom: 15px;
    resize: none;
}

textarea {
    height: 100px;
}

@media only screen and (max-width: 575px) {

    .bgHeader {
        background-image: none;
    }

    .bgHeaderMobile {
        background-image: url('../img/estaiada.jpg');
        background-size: cover;
        background-position: center center;
    }

    .temTalento h2 {
        font-size: 2rem;
        font-weight: 700;
    }
    
    .temTalento h4 {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .clientes h2 {
        font-size: 2rem;
        font-weight: 700;
    }

    .contato h2 {
        font-weight: 700;
        font-size: 3rem;
    }

    .planejamentoEstrategico h2 {
        font-size: 2rem;
        font-weight: 700;
    }

}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 1024px) {

}
    
@media only screen and (max-width: 1200px) {

}
    
@media only screen and (min-width: 1201px) and (max-width: 1400px) {

}