@import url('https://fonts.googleapis.com/css2?family=Lugrasimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gajraj+One&family=Lugrasimo&family=Rubik+80s+Fade&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Foldit:wght@100..900&family=Gajraj+One&family=Lugrasimo&family=Rubik+80s+Fade&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sixtyfour+Convergence&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Londrina+Sketch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sixtyfour+Convergence&family=Zen+Tokyo+Zoo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

section[id]{
  scroll-margin-top: 80px;
}

header.main-header {
    background-image: url(fotos/portadanueva.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 100vh;
  }

  @media (max-width: 1024px){
    header.main-header{
      background-image: url(fotos/lostres.jpg);
    }
  }

  nav.nav-bar {
    background-color: rgba(255, 255, 255, 0.093);
    backdrop-filter: blur(10px);
    background-clip: padding-box;
    box-shadow: 0px 2px 3px 0px #00000061;  
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  /****************************************** MEDIA QUERY NAV ******************************************/

  @media (max-width: 768px){
    nav.nav-bar{
      display: none;
    }
  }

  ul.container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  ul.container li {
    list-style-type: none;
    color: aliceblue;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
.container a{
  color: rgb(255, 255, 255);
  font-family: "Rajdhani", sans-serif;
  text-decoration: none;
  transition: all 0.4s;
  letter-spacing: 2px;
  font-size: 20px;
  position: relative;
  top: 10px;
  text-shadow: 1px 2px 2px #000000d4;
}
.container a:hover{
  color: #DF013A;
  text-shadow: 1px 2px 3px #000000;
}
  li.logo img {
    max-width: 130px;
    position: relative;
    top: -10px;
    filter: drop-shadow(2px 1px 1px #0000009b);
  }

  .logo img:hover{
    transform: none;
    box-shadow: none;
  }

.icon .fab{
  position: relative;
  left: 8px;
  top: 5px;
  font-size: 35px;
}

/********************************** INICIO NOMBRE BANDA *********************************************/

.nombre-banda h1{
  position: relative;
  top: 500px;
  color: rgb(255, 255, 255);
  font-size: 6rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000000;
  text-align: center;
  font-family: "Zen Tokyo Zoo", system-ui;
}

@media (max-width: 768px){
  .nombre-banda h1{
    font-size: 100px;
    position: relative;
    top: 60px;
  }
}

/************************************* FIN NOMBRE BANDA *********************************************/

/********************************** INICIO VIDEOS ENLACE *******************************************/

.video-presentacion{  
  background-image: url(fotos/LUZ4.jpg);
  background-size: cover;
  background-position: center;
  height: auto;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:50px;

}

.videoyou1{
  margin: 50px;
  border-radius: 15px;  
}

.videoyou2{
  margin: 50px;
  border-radius: 15px;
}
/********************************** FIN VIDEOS ENLACE *******************************************/

/************************************ INICIO VIDEO ANGOSTO ***************************************/

#hero{
  height: 30vh;
  position: relative;
}
.promo{
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.loguito{
  position: relative;
  bottom: 60px;
  width: 250px; 
  opacity: 0.30; 
}
.vidmed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.capa{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  mix-blend-mode: overlay; 
}

@media (max-width: 500px){
  .promo h1{
    width: 80%;
    font-size: 50px;
  }
}

@media (max-width: 768px){
  .promo h1{
    width: 70%;
  }

}

@media (max-width: 1024px){
  .promo h1{
    font-size: 60px;
  }
}

/***************************************** FIN VIDEO ANGOSTO ***************************************/

/*************************************** INICIO SLIDER INFINITO ************************************/

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  height: 120px;
}

.scroller__inner img{
  filter: drop-shadow(2px 1px 1px #000000);
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* general styles */

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}

html {
  color-scheme: dark;
}


.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

/* for testing purposed to ensure the animation lined up correctly */
.test {
  background: red !important;
}

/*************************************** FIN SLIDER INFINITO ************************************/


/**************************************** INICIO REDES LATERAL *********************************************/
  .wrapper{
    border-radius: 0px 200px 200px 0px;
    background-color: rgba(81, 81, 81, 0.12);
    backdrop-filter: blur(5px);
    background-clip: padding-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 350px;
    width: fit-content;
    position: relative;
    top: 380px;
    box-shadow: 2px 0px 2px 0px #00000050;
    position: fixed;
    z-index: 999;
}

.wrapper .icon{
    position: relative;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #000000;
    text-decoration: none;
  }

  a .fa-instagram{
    color: #ffffff;
    filter: drop-shadow(1px 1px 1px #0000005b);
    transition: 0.5s;
  }

  a .fa-instagram:hover{
    color: #DF013A;
    transform: scale(1.2);
  }

  a .fa-youtube{
    color: #ffffff;
    filter: drop-shadow(1px 1px 1px #0000005b);
    transition: 0.5s;
  }
  a .fa-youtube:hover{
    color: #DF013A;
    transform: scale(1.2);
  }

   a .fa-facebook {
    color: #ffffff;
    filter: drop-shadow(1px 1px 1px #0000005b);
    transition: 0.5s;
  }

  a .fa-facebook:hover{
    color: #DF013A;
    transform: scale(1.2);
  }

  .wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip::before {
    background-color: #8b30e1;
    color: #ffffff;
  }
  
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip::before {
    background-color: #286ed1;
    color: #ffffff;
  }

  .wrapper .youtube:hover .tooltip,
  .wrapper .youtube:hover .tooltip::before {
    background-color: #d2281c;
    color: #ffffff;
  }
  /********************************** FIN REDES LATERAL *********************************************/



  @media (max-width: 1024px){
    .nombre-banda h1{
      font-size: 120px;
      position: relative;
      top: 100px;
    }
  }

  @media (max-width: 500px){
    .wrapper {
     position: absolute;
     top: 450px;
     width: 0px;
    }
    .wrapper .icon{
      width: 40px;
      height: 40px;
      position: relative;
      right: 20%;
    }

    .icon .fab {
      position: relative;
      right: 20%;
      width: 20px;
      height: 20px;
    }
    .nombre-banda h1{
      font-size: 70px;
    }

  }
  

/******************************************** INICIO BANDA ******************************************/

#wrapper-banda{
  padding: 170px;
  height: 100vh auto;
  background-image: url(fotos/gris.jpg);
  background-attachment: fixed; 
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:10px;
  box-shadow: 0px -2px 5px 0px #0000009f;
}
.tarjeta{
  height: 350px;
  width: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  transition: 300ms;
  box-shadow: 5px 5px 10px 1px #000000;
}
.tarjeta:hover{
  transform: scale(1);
}
.tarjeta:hover img{
 transform: scale(1.1);
 filter: grayscale(100%);
 box-shadow: 16px 15px 17px -11px rgba(0, 0, 0, 1);
}
.tarjeta img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 300ms;
}
.card_content{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.card_content h3{
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #000000d4;
  z-index: 99;
}

/****************************************** MEDIA QUERY ******************************************/

@media (max-width: 500px) {
  #wrapper-banda{
    padding: 60px;
  }
}

@media (max-width: 768px){
  .tarjeta{
     width: 250px;
     height: 350px;    
  }
}

@media (max-width: 1024px){
  #wrapper-banda{
    padding: 70px;
 }
}

/****************************************** FIN BANDA ***************************************/


/******************************************INICIO FECHAS**********************************/

#fechas{
  text-transform: uppercase;
  position: relative;
  height: auto;
  font-family: "Rajdhani", sans-serif;
  background-image: url(fotos/wesley.jpg);
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}
.data-principal{
  font-size: 80px;
  padding-top: 50px;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
}

.lugar{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
}
.linea{
  border-top: 1px solid rgb(255, 255, 255);
  height: 1px;
  text-shadow: 1px 1px 2px #000000;
  width: 70%;
  margin: 20px auto 0 auto;
}
.caja-lugares{
  width: 70%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px #000000;
  color: #ffffff;
}
.dir{
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 100;
}
.banda{
  font-size: 70px;
  letter-spacing: 3px;
  padding-bottom: 50px;
  font-family: "Zen Tokyo Zoo", system-ui;
}

.vitico{
  color: #ff0000;
  font-size: 40px;
}


@media (max-width: 500px){
  .banda{
    font-size: 30px;
  }

  .lugar{
    font-size: 50px;
  }

  .dir{
    font-size: 20px;
  }

  .caja-lugares{
    width: 90%;
  }

}

@media (max-width: 768px){
  .banda{
    font-size: 40px;
  }
}

/********************************************* FIN FECHAS *************************************/


/***************************************** INICIO GALERIA DE FOTOS ****************************************/

#child-page-listing{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-image: url(fotos/smoke\ purple.jpg);
  background-size: cover;
  background-attachment: fixed;
  object-fit: cover;
}

#child-page-listing h1{
  font-size: 50px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 2px 2px #000000d4;
  font-family: "Zen Tokyo Zoo", system-ui;
  background-image: url(fotos/gris.jpg);
  background-size: cover; 
  background-attachment: fixed; 
}
img {
  width: 100%; 
  height: auto;
  transition: 1.3s;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 0.3em;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}

.location-listing {
  position: relative;
}
.location-image {
  line-height: 0;
  overflow: hidden;
  border-radius: 10px; 
}

.location-title {
  font-size: 1.4em;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 2px #000000;
  transition: 1.3s;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
}
.location-listing:hover .location-title {
  opacity: 1;
  border-radius: 4px;
}
.location-listing:hover .location-image img {
  filter: blur(3px);
  border-radius: 4px;
}

/****************************************** MEDIA QUERY GALERIA FOTOS ******************************************/
@media (hover: none) { 
  .location-title {
    opacity: 1;
  }
}

/***************************************** FIN GALERIA DE FOTOS ****************************************/

body{
  margin:0;
  padding:0;
  position:0;
  background-image: url(fotosgallery/humo\ 22.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;

}

.containergallery{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  height: auto;
  width: 90%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  align-items:center;
  justify-content: center;
}

.item1{
  height:360px;
  width: 430px;
  padding:20px;
  margin: 3px;
  border-radius: 5px;
  background-image: url(fotosgallery/luis.jpg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition: 0.3s;
  
}
.item1:hover{
  z-index: 9;
  transform: scale(1.05);
  filter: drop-shadow(5px 5px 7px #000000);
}

.item2{
  height:360px;
  width: 430px;
  padding:20px;
  margin: 3px;
  border-radius: 5px;
  background-image: url(fotosgallery/astro.JPG);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.item2:hover{
  z-index: 9;
  transform: scale(1.05);
  filter: drop-shadow(5px 5px 7px #000000);
}
.item3{
  height:360px;
  width: 430px;
  padding:20px;
  margin: 3px;
  border-radius: 5px;
  background-image: url(fotosgallery/cuervo.jpg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.item3:hover{
  z-index: 9;
  transform: scale(1.05);
  filter: drop-shadow(5px 5px 7px #000000);
}
.item4{
  height:360px;
  width: 430px;
  padding:20px;
  margin: 3px;
  border-radius: 5px;
  background-image: url(fotosgallery/fede.jpg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.item4:hover{
  z-index: 9;
  transform: scale(1.05);
  filter: drop-shadow(5px 5px 7px #000000);
}
.item5{
  height:360px;
  width: 430px;
  padding:20px;
  margin: 3px;
  border-radius: 5px;
  background-image: url(fotosgallery/show.jpg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.item5:hover{
  z-index: 9;
  transform: scale(1.05);
  filter: drop-shadow(5px 5px 7px #000000);
}
.item6{
  height:360px;
  width: 430px;
  padding:20px;
  margin: 3px;
  border-radius: 5px;
  background-image: url(fotosgallery/show.jpg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.item6:hover{
  z-index: 9;
  transform: scale(1.05);
  filter: drop-shadow(5px 5px 7px #000000);
}

/********************************************** INICIO FOOTER ****************************************/

footer{
  background-image: url(fotos/gris.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; 
}
.footerContainer{
  width: 100%;
  padding: 70px 30px 20px;
}
.socialIcons{
  display: flex;
  justify-content: center;
}
.socialIcons a{
  text-decoration: none;
  padding:  10px;
  margin: 10px;
  border-radius: 50%;
}
.socialIcons a i{
  font-size: 2em;
  color: rgb(255, 255, 255);
  opacity: 0,9;
  transition: 0.9s;
  filter: drop-shadow(2px 2px 1px #000000ce);
}
.socialIcons a:hover i{
  color: #DF013A;
  
}
.footerNav{
  margin: 30px 0;
}
.footerNav ul{
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.toxica-footer{
  color: #ffffff;
  text-align: center;
  font-family: "Zen Tokyo Zoo", system-ui;
  font-size: 55px;
  position: relative;
  bottom: 30px;
  text-shadow: 1px 2px 2px #000000d4;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.mail-banda a{
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.mail-banda {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  text-shadow: 1px 2px 2px #000000d4;
  letter-spacing: 3px;
}
.footerNav ul li a{
  color: #ffffff;
  margin: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Rajdhani", sans-serif;
  text-shadow: 1px 2px 2px #000000d4;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 20px;
  transition: 0.5s;
}
.footerNav ul li a:hover{
  color: #DF013A;
  text-shadow: 1px 3px 3px #000000;
}
.footerBottom{
  background-color: rgba(50, 50, 50, 0.364);
  backdrop-filter: blur(10px);
  background-clip: padding-box;
  border: 1px solid transparent;
  padding: 3px;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
}

.cajanuevologo{
  display: grid;
  align-content: center;
  justify-content: center;
  position: relative;
  bottom: 50px;
}

.logonuevo{
  filter: drop-shadow(2px 1px 1px #0000009b);
  width: 300px;
  object-fit: cover;  
}

.footerBottom p{
  font-size: 15px;
  padding: 5px;
  position: relative;
  top: 5px;
  color: white;
}
.footerBottom a{
  text-decoration: none;
  letter-spacing: 2px;
  color: #ff0000;
}
.designer{
  opacity: 0.7;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}

.manager{
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}

.num-manager {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px #000000;
  text-decoration: none;
  width:40%;
  margin: auto;    
  display: flex;
  justify-content:center;
  align-items:center;
  transition: 1s;
  font-weight: 600;
}

.num-manager:hover{
  color: #25d366;
}


/****************************************** MEDIA QUERY FOOTER******************************************/

@media (max-width: 700px){
  .footerNav ul{
      flex-direction: column;
  } 
  .footerNav ul li{
      width:80%;
      text-align: center;
      position: relative;
      left: 18px;
  }
  .socialIcons a{
      padding: 8px;
      margin: 4px;
  }

  @media (max-width: 500px){
    .num-manager{
      width: 100%;
    }
  }

  @media (max-width: 768px){
    .num-manager{
      width: 100%;
    }
  }

}

/******************************************** FIN FOOTER ***************************************/






































































