@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --bs-blue: #0d6efd;
}

.img-res img{
  max-width: 100%;
}


body{
  background-color: #32412c;
  /* height: 100vh; */
  background-image: url("../img/backgroung2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text-verde{
  color:#24545b;
}

.text-rojo{
  color:#f22823;
}

.logo_header{
  width: 200px;
  margin: 0 auto;
  margin-top: 90px;

}

.header{
  position: fixed;
  top:0px;
  width: 100%;
  height: 100px;
  background-image: url('../img/header_img.png');
}
.footer{ 
  width: 100%;
  height: 100px;
  background-image: url('../img/footer_img.png');
  bottom: 0px;
}

.titulo_m{
  padding: 0px 0px 45px 0px;
  width: 100%; 
}
/* .titulo_m img{
  min-width: 100%;
} */

.textos{
  padding: 20px 90px 90px 90px;
}

.marco{
  position: relative;
  width: 250px;
  height: 250px;
  background-color:#efc3d5;
  border:6px solid #da0101;
  border-radius: 50%;
  margin: 0 auto; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7em;
  background-image: url('../img/bt_circle.jpg');
  background-size: cover;
  --animate-duration: 2s;
  cursor:pointer;
}

.marco::before, 
.marco::after {
  content: "";
  width: 300px; /* Ancho de las imágenes */
  height: 211px;
  background-size: contain; /* Ajusta el tamaño de la imagen */
  background-repeat: no-repeat; /* No repite la imagen */
  position: absolute;
  top: 50%; /* Centra verticalmente */
  transform: translateY(-50%); /* Ajusta para centrar perfectamente */
}

.marco::before {
  left: -100%; 
  background-image: url('../img/flecha_izquierda.png'); 
}
.marco::after {
  left: 90%; 
  background-image: url('../img/flecha_derecha.png'); 
}





@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Ajusta la distancia para más o menos movimiento */
  }
  100% {
    transform: translateY(0);
  }
}


#scene {
  top:0;
  width: 100%;
  height:100vh;
  position: fixed;   
}

#scene img {
  display: block;
  min-width: 100px; /* Ajusta según sea necesario */
  animation: float 5s ease-in-out infinite; /* Ajusta la duración para hacer el movimiento más o menos rápido */
} 



.guitarra{
  position: absolute; 
  width: 260px;    
  left:80%!important;
  top:500px!important;
}
.maraca_4{
  position: absolute; 
  width: 180px;    
  left:74%!important; 
  top:500px!important;
}

.chile1{
  position: absolute; 
  width: 120px;    
  left:84%!important;   
  top:400px!important;
}

.maraca_1{
  top:950px!important;
  left:18%!important;  
  width: 150px;  
}
.maraca_2{
  top:750px!important;
  left:10%!important; 
  width: 150px;   
}
.maraca_3{
  top:400px!important;
  left:10%!important;  
  width: 180px;  
}
.taco{
  top:600px!important;
  width: 250px;
  left:16%!important;   
}

.audio{
  position: absolute;
  background-color: #24545b;
  top:0px;
  left:0px;
}

.text-bandera{
  color: #2be54d!important;
}

.cent{
  padding: 0px 100px 0px 100px;
}

.redes{
  width: 100%;
  display: flex;
  justify-content: center;

}

.ct{
  margin-right: 15px;
  width: 40px;
  cursor: pointer;
}

@media (max-width: 767.98px) { 
  .titulo_m{
    width: 100%;
  }

  .cent{
    padding: 0px;
  }

  .marco{
    position: relative;
    width: 120px;
    height: 120px;
    background-color:#efc3d5;
    border:6px solid #da018d;
    border-radius: 50%;
    margin: 0 auto; 
  }

  .marco::before, .marco::after {
    content: "";
    width: 112px;
    height: 211px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 120%;
    transform: translateY(-50%);
  }
  .marco::before {
    left: -86%; 
    background-image: url('../img/flecha_izquierda.png'); 
  }
  .textos{
    padding: 30px;
  }



  .menu-wrap .hamburger {
    width: 50px;
    height: 50px;
    padding: 1rem;
  }


/* 
  .guitarra{
    position: absolute; 
    width: 210px;    
    left:75%!important;
    top:600px!important;
  }
  .maraca_4{
    position: absolute; 
    width: 130px;    
    left:69%!important; 
    top:500px!important;
  }
  
  .chile1{
    position: absolute; 
    width: 70px;    
    left:79%!important;   
    top:350px!important;
  }
  
  .maraca_1{
    top:950px!important;
    left:10%!important;  
    width: 100px;  
  }
  .maraca_2{
    top:750px!important;
    left:2%!important; 
    width: 100px;   
  }
  .maraca_3{
    top:400px!important;
    left:0%!important;  
    width: 130px;  
  }
  .taco{
    top:600px!important;
    width: 200px;
    left:-3%!important;   
  }   */



}
