
@media (max-width: 768px) {
    
   
.contenedor {
  width: 100%;
  height: 100vh; /* Ajusta la altura al 100% del viewport */
  background-image: url(../imagenes//index-bg-768.jpg); /* URL de tu imagen de fondo */
  background-position: center; /* Centra la imagen */
  background-size: cover; /* Ajusta la imagen para cubrir el contenedor */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
}
 
.boton {
  margin-top: 121%;
  margin-left: 20%;
  width: 54%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 3.8vw; /* Ajusta el tamaño de fuente según tus preferencias */
  text-align: center;
  font-family:'nexaheavy';;
  cursor: pointer;
  background-color: #9499ed; /* Color de fondo */
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}


.boton a {

  padding: 12%;

}


}




  





