.bg-laranja {
    background-color: var(--laranja);
}

.container-banner {
    position: relative;
    z-index: 1;
}

.fs-titulo {
    font-size: 72px;
    line-height: 66px;
    font-weight: 400;
}

.fs-texto,
.fs-texto-form {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.fs-texto-depo {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.fs-texto-20 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.fs-texto-16 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.fs-h2 {
    font-size: 55px;
    line-height: 48px;
    font-weight: 400;
}

.fs-texto-17 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

.p-6 {
    padding: 6rem;
}

.mt-120 {
    margin-top: 120px;
}

.my-50 {
    margin-top: 100px;
    margin-bottom: 50px;
}

.my-60 {
    margin-top: 100px;
    margin-bottom: 130px;
}

.mx-55 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.img-fundo {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 30%;
    height: 90%;
    background-image: url("/assets/img/Ativo-17-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.btn-mais {
    padding: 0.7rem 2.5rem;
}

.btn-green:hover {
    background-color: var(--verde);
}

.btn-laranja:hover {
    color: white;
    background-color: var(--laranja);
}


.icon-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/assets/img/check.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.icon-item-green {
    display: inline-block;
    width: 34px;
    height: 44px;
    background-image: url("/assets/img/Gepeta_02-02-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 0.5rem;
}

.icon-item-laranja {
    display: inline-block;
    width: 34px;
    height: 44px;
    background-image: url("/assets/img/Gepeta_02-01-7.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 0.5rem;
}

.card {
    height: 15rem;
}

.img-alunos {
    width: 90%;
}

.item {
    padding-left: 0.8rem;
    width: 70%;
    border-top: 1px solid #ccc;
}

.container-form {
    background-color: var(--azul-claro);
    position: relative;
    z-index: 1;
}

.img-fundo-form {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 55%;
    height: 100%;
    background-image: url("/assets/img/Ativo-10-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.fs-titulo-form {
    font-size: 35px;
    line-height: 24px;
    font-weight: 400;
}

.btn-blue {
    width: 236px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    background-color: var(--azul-claro);
    border-radius: 30px;
}

.fs-input::placeholder {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.img-circle {
    width: 216px;
    height: 215px;
    border-radius: 100%;
}

.slick-slide {
    height: auto!important;
} 

.img-parceiros {
    width: 150px;
    height: 62px;
    filter: grayscale(1);
}

.img-parceiros:hover {
    cursor: pointer;
    filter: grayscale(0);
}

.img-depoimentos {
    width: 57px;
    height: 57px;
}

.card-depo {
    width: 380px!important;
}

.img-pais-filhos {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/gepeta-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    margin: 0rem 5rem;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {

    .container-banner {
        height: 65vh;
    }

    .hide-mobile {
        display: none!important;
    } 

    .mx-55 {
        margin-left: 0rem;
        margin-right: 0rem;
    }

    .img-fundo {
        width: 50%;
        height: 30%;
        bottom: 0px;
        background-image: url("/assets/img/Ativo-17-3.png");
    }
    .p-6 {
        padding: 1rem;
    }

    .px-55 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .fs-titulo {
        font-size: 50px;
        line-height: 35px;
    }

    .fs-texto {
        font-size: 14px;
        line-height: 14px;
    }
    .fs-texto-mobile {
        font-size: 14px;
        line-height: 23px;
    }

    .fs-texto-banner {
        font-size: 14px;
        line-height: 21px;
    }

    .btn-green,
    .btn-laranja {
        width: 140px;
        font-size: 13px;
        padding: 0.5rem 1rem!important;
    }

    .btn-green_banner {
        height: 40px;
        font-size: 14px;
    }

    .fs-h2 {
        font-size: 48px;
    }

    .img-alunos {
        width: 350px!important;
        height: 350px!important;
    }

    .item {
        width: 90%;
    }

    .line-height {
        line-height: 24px;
    }
    
    .mt-120 {
        margin-top: 70px;
    }

    .reverso-mobile {
        flex-direction: column-reverse;
    }

    .container-ajust {
        padding-left: 0;
        padding-right: 0;
    }

    .img-fundo-form {
       display: none;
    }

    .box-form {
        position: relative;
        z-index: 1;
    }

    .img-fundo-form-inferior {
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 100%;
        height: 54%;
        background-image: url("/assets/img/Ativo-10-2.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

    .fs-titulo-form {
        font-size: 40px;
        text-align: center;
        line-height: 33px;
        
    }

    .fs-texto-form {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }

    .slick-next-ajust {
        top: 110px!important;
    }

    .img-parceiros {
        width: 89px;
        height: 36px;
        filter: grayscale(1);
    }

    .card-depo {
        width: 275px!important;
        height: 250px!important;
    }

    .fs-texto-depo {
        font-size: 14px;
        line-height: 24px;
    }

    .slick-next-depo-ajust {
        right: 60px!important;
    }

    
    .img-pais-filhos {
        display: inline-block;
        width: 100%;
        height: 350px;
        background-image: url("/assets/img/gepeta-1.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 12px;
        margin: 0rem 0.5rem;
    }

}
