#bloque1 {
  position: relative;
  
  background-color: black;
  overflow: hidden;
  z-index: 1;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/gloves-box-costa-rica-16.jpg);
  background-position: -312px -102px;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  filter: brightness(100%) contrast(194%) saturate(100%) blur(0px) hue-rotate(0deg);
  z-index: 1;
  opacity: 0.15;
}

.bloque1Elementos {
  position: relative;
  z-index: 2; 
  height: 100%; 
 
}

.imagenMujer {
  width: 100%;
   height: 90vh;
    background-image: url(../images/12-semanas-1024x945.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}


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

.logo{
  width: 350px;
  margin-top: 40px;
  margin-bottom: 20px;
}


.cardLocalizacion{
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 5px;
}

.ubicaccion{
  width: 35px;
}
.textoUbicaccion2{
 font-family: "Bebas Neue", Sans-serif;
    font-size: 1.8rem;
    margin: 0px;
    letter-spacing: 4.5px;
    line-height: 1;
    font-weight: 300;
    color: white;
  
}

.textoUbicaccion{
 font-family: "Bebas Neue", Sans-serif;
    font-size: 1.8rem;
    margin: 0px;
    letter-spacing: 4.5px;
    line-height: 1.3;
    font-weight: 300;
    color: #B69B82;
    margin-bottom: 10px;
}



.textoClaim{
  font-family: "Montserrat", Sans-serif;
    font-size: 1.6rem;
    margin: 0px;
    line-height: 1.2;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.textoClaim2{
  font-family: "Montserrat", Sans-serif;
    font-size: 1.2rem;
    margin: 0px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 30px;
}


.buttonProbar{
  background-color: #B69B82;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 2.8px;
    color: white;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.1rem;
    padding: 20px 40px;
    margin-bottom: 10px;
    opacity: 0;
  animation: aparecer 1s forwards ease-out;
  animation-delay: 0.2s;
}
/* Keyframes solo para opacidad */
@keyframes aparecer {
  to {
    opacity: 1;
  }
}

.buttonProbar:hover{
  background-color: white;
    color: #B69B82;
}


.textoQuedan{
  font-family: "Montserrat", Sans-serif;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 30px;
}




@media (max-width: 1500px) {

  .imagenMujer {

   height: 105vh;
  }

.logo{
  width: 280px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.textoUbicaccion2{
    font-size: 1.6rem;
}
.textoUbicaccion{
    font-size: 1.6rem;
}
.textoClaim{
    font-size: 1.5rem;
}

}


@media (max-width: 1200px) {
  .textoUbicaccion{
   text-align: center;
}
  .textoUbicaccion2{
   text-align: center;
   margin-bottom: 5px;
}
  .imagenMujer {
        height: 30vh;
    }

.background-overlay {

  background-position: bottom;

}

.ubicaccion{
  width: 25px;
}

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

}

.logo{
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.textoUbicaccion{
    font-size: 2rem;
}
.textoUbicaccion2{
    font-size: 2rem;
}
.textoClaim{
  font-size: 1.8rem;
  text-align: center;
}
.textoClaim2{
  font-size: 1.1rem;
  text-align: center;
}

}



@media (max-width: 765px) {

  .imagenMujer {
        height: 50vh;
    }

.background-overlay {
  background-size: 300%;

}


}

@media (max-width: 600px) {
  .imagenMujer {
        height: 40vh;
    }

.textoUbicaccion{
  text-align: center;
  font-size: 1.8rem;
 

}
.textoUbicaccion2{
  text-align: center;
  font-size: 1.8rem;
 

}
.textoClaim{
 font-size: 1.6rem;
 margin-bottom: 20px;
}

.textoClaim2{
  font-size: 1.2rem;
}

}

@media (max-width: 340px) {

  .imagenMujer {
        height: 50vh;
    }
.textoUbicaccion{
  font-size: 1.6rem;
 

}
.textoUbicaccion2{
  font-size: 1.6rem;
 

}
.textoClaim{
 font-size: 1.8rem;

}

}