
.banner{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;  
    position: relative;
    z-index: 1;
    margin-top: 89px;
}

.banner .img-banner{
    width: 100%;
    height: 85vh;
}

.descr-banner{
    position: absolute;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    margin-left: 10%;
    margin-top: 10%;
    font-family: 'ms300';
    font-size: 2.4rem;
    color: #fff;
}

.descr-banner p:nth-child(4){
    margin-top: 40px;
}

.text-weigth{
    font-family: 'b-medium';
}

.form-banner{
    position: absolute;
    height: 403px;
    width: 323px;

    background-color: rgba(8, 68, 17, 0.9); 
    left: 60%;
    top: 15%;
    display: grid;
    grid-template-columns: 85%;
    grid-template-rows: auto;
    justify-content: center;
    font-size: 0.9rem;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 0px;
    z-index: 2;
    letter-spacing: 1px;
}

.form-banner form input{
    height: 40px;
    margin-bottom: 18px;
    width: 100%;
    border: 0;
    background-color: #ced7d4;
}


.form-banner input, textarea{
    padding: 10px;
}

.texto-campo-obrigatorio{
    font-size: 0.8rem;
}

.form-banner button{
    background: var(--cor-verde);
    color: #ffff;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 10px;
    border: 0;
    width: 100%;


}


.texto-cadastre-se{
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 2rem;
    letter-spacing: 3px;
}

.title-form-banner{
    text-align: center;
}

.title-form-banner p:nth-child(1){
    color:  white;
}

.text_rec_agora{
    font-size: 1.6rem;
    text-transform: uppercase;
}

.title-form-banner hr{
    border-color: #e6e1db;
}

.title-form-banner p{
    font-size: 1.1rem;
}

.texto-campo-obrigatorio{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'ms300';
}

.social-icons {
    position: fixed;
    top: 90%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2;
    
}


.icon {
    margin-bottom: 5px;
    transition: opacity 0.3s ease;
    font-size: 2rem;
    z-index: 99;
    width: 100%;
    height: 100%;

}

.icon:hover {
    opacity: 0.7;
}

.custom-opacity {
    opacity: 1;
}

.social-icons img{
    width: 45px;
    height: 45px;
}




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

    .form-banner{
        display: none;
    }

.banner .img-banner{
    width: 100%;
    height: auto;
}

    .banner{
        margin-top: 0px;
    }

    .descr-banner {
        position: absolute;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        margin-left: 10%;
        margin-top: 16px;
        font-family: 'ms300';
        font-size: 1.1rem;
        color: #fff;
    }

    .logo-menu {
        width: 110px;
        height: auto;
        left: 0;
        padding-left: 8%;
        margin-top: 5px;
    }

    .form-cad {
       font-family: 'ms300';
    }

    .container p{
          font-family: 'ms300';
    }

    .social-icons {
        position: fixed;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    

}