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

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

.text-banner {
    position: absolute;
    z-index: 2;
    margin-top: 10%;
    margin-left: 10%;
    font-size: 2.3rem;
    color: white;
    font-family: 'CamptonExtraLight';
}

.text-banner span{
    font-family: 'CamptonExtraBold';
    letter-spacing: 2px;

}

.text-loc-banner {
    position: absolute;
    margin-top: 40%;
    margin-left: 10%;
    font-size: 2.5rem;
    font-family: 'CamptonExtraBold';
    letter-spacing: 2px;
    color: #daa367;
 
}



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

.text-weigth{
    font-family: 'CamptonSemiBold';
}

.form-banner{
    position: absolute;
    height: 524px;
    width: 450px;
    /* background-color: #2e4159; */
    right: 10%;
    top: 20%;
    display: grid;
    grid-template-columns: 85%;
    grid-template-rows: auto;
    justify-content: center;
    font-size: 0.9rem;
    color: #c3cbdc;
    padding-top: 10px;
    padding-bottom: 0px;
    z-index: 2;

    letter-spacing: 1px;
    background-image: url('../image/banner/background-form.png');
    background-size: 100%;
}

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

.title-form-banner {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #2e4159;
    font-family: 'CamptonMedium';
}

.formulario-cadastro{
    padding: 20px;
    padding-top: 0px;
}
.texto-campo-obrigatorio{
   color: #4c5d37;
   font-family: 'CamptonMedium';
   font-weight: bold;
   padding-top: 5px;
   font-size: 1.2rem;
}

.formulario-cadastro ::placeholder{
    color: #4c5d37;
    font-family: 'CamptonMedium';

    
}

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

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




  .form-banner button {
    background: #b4c39d;
    color: #ffff;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 18px;
    border: 0;
    width: 100%;
    transition: background-color 0.3s;
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    --background-color: #b4c39d;
    --border-size: 2px;
    margin-left: 0px;
  }

  .form-banner button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: var(--border-size) solid var(--background-color);
    transition: top, left, right, bottom, 200ms ease-in-out;
  }
  .form-banner button:hover::before,
  .form-banner button:focus::before {
    top: calc(var(--border-size) * -2);
    left: calc(var(--border-size) * -2);
    right: calc(var(--border-size) * -2);
    bottom: calc(var(--border-size) * -2);
  }
  
  




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



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

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

}

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

.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{
        margin-top: 0px;
    }

    .text-banner {
        position: absolute;
        z-index: 2;
        margin-top: 10%;
        margin-left: 10%;
        font-size: 1rem;
        color: white;
        font-family: 'CamptonExtraLight';
    }

    body {
        font-family: 'm-pro';
        font-size: 1.2rem;
        color: #4c5d37;
        background-image: none;
        background-size: 100% 108%; /* Aumenta a altura em 10% */
    }
    
    .text-loc-banner {
        position: absolute;
        margin-top: 40%;
        margin-left: 10%;
        font-size: 1rem;
        font-family: 'CamptonExtraBold';
        letter-spacing: 2px;
        color: #daa367;
     
    }

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

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

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

}