#bloque7{
    position: relative;
    background-image: url(../images/gloves-box-costa-rica-23.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

#bloque7::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6); /* ajusta la opacidad */
    z-index: 1;
}

/* Para que el contenido quede encima del filtro */
#bloque7 > *{
    position: relative;
    z-index: 2;
}

#seccionTextoBloque7{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardBloque7Text{
width: 100%;
margin-bottom: 30px;
}

.titleBloque7{
   font-family: "Bebas Neue", Sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 6px;
    color:white 
}
.textBloque7{
   font-family: "Montserrat", Sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFFFFF; 
}






/* FORMULARIO................................................... */


.cardBloque7Form{
    width: 100%;
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}

#tapaForm {
    padding: 20px;
    display: none;
}
.formulario {
    width: 100%;
    height: auto;
    background-color: white;
      border-radius: 3px;
    padding: 40px;
}

#oForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
   
}

input{
    width: 100%;
        background-color: #FFFFFFFF ;
    color: #2c3345FF;
    border:none ;
    border-bottom: 1px solid #ACACACFF;
    border-radius: 0px ;
    padding: 8px 15px 8px 0px;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 300;
    background-clip: inherit ;
    margin-bottom: 20px;
}

.control-checkbox{
    display: flex;
    align-items: start;
   gap:15px;
}

.control-checkbox p{
    font-size: 0.9rem;

}
/* .control-checkbox p a{
    font-size: 0.9rem;
    white-space: nowrap;
    display: inline-block;
} */


.botonEnviar{
    background-color: #B69B82FF;
    border: 0px none #FFFFFF;
    border-radius: 30px;
    padding: 11px 11px 11px 11px;
    white-space: normal;
    width: 100%;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    color: white;
}
#tapaForm img{
 width: 50px;
}

@media (max-width: 1200px) {
#bloque7{
    padding: 60px 0px;
}
.cardBloque7Text{
width: 70%;
margin-bottom: 30px;
}

}
@media (max-width: 990px) {
#bloque7{
    padding: 40px 0px;
}
.cardBloque7Text{
width: 90%;
margin-bottom: 30px;
}

}

@media (max-width: 765px) {
#bloque7{
    padding: 20px 0px;
}
.cardBloque7Text{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}

.titleBloque7{
    font-size: 2rem;
    text-align: center;
}
.textBloque7{
font-size: 1rem;
text-align: center;
}


}

