@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&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');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
  scroll-behavior: smooth;
}
:root {
    --primary-color: #333;
    --secundarry-color: #444;
    --alt-color: #ab2424;
    --overlay: rgba(0,0,0,0.8);
    --container-width: 90vw;   
}
body{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 1.6;
    font-size: 1.1rem;
}
audio{
  position: relative;
  left: 30px;
  width: 14%;
  top: 50px;
  filter: drop-shadow(2px 2px 2px #0000007a);
}
.nav{
    background: none;
    box-shadow: none;
    padding-top: 2em;  
}

/***************************************** inicio galeria de fotos *****************************************/

#container-gallery{
    margin: auto;
    overflow: hidden;
    padding: 0 2rem;
    width: 80%;
}
.container .brand{
   color: var(--alt-color) ;
   font-weight: lighter;
}
.hide-on-med-and-down a{
  font-family: "Aboreto", system-ui;
  font-weight: bold;
  color: var(--primary-color);
}
.hide-on-med-and-down a:hover{
    background-color: var(--alt-color);
    color: #fff;
    border-radius: 5px;
    box-shadow: 4px 7px 11px 0px #0000009a;
    text-shadow: 1px 1px 2px #000000;
}
.main-info .container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
    width: var(--container-width);
    align-items: center;
}
.absolute-title{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Aboreto", system-ui;
    font-weight: bold;
}
.letrar{
  color: rgb(0, 0, 0);
}
.absolute-title h3{
    font-size: 6em;
    font-weight: bold;
    color: rgba(138, 138, 138, 0.63);
}
.main-info img{
    max-width: 100%;
    position: relative;
    top: 10px;
}
.main-info span{
    color: var(--alt-color);
    font-weight: bold;
}
.main-info p{
    margin-bottom: 25em;
}
.overlay-section{
    background-image: url(baterias/drum\ remo.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.overlay{
    height: 67vh;
    background-color: var(--overlay);
}
.overlay .container{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.overlay .container p{
    text-align: center;
    font-weight: lighter;
    font-size: 1.2rem;
}
.overlay .container h2{
    font-size: 4rem;
    text-align: center;
}
.overlay .container h3{
    font-weight: lighter;
}
.products{
    height: 80vh;
    width: 100vw;
}
.product-title{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1em;
    padding-top: 2em;
}
#sectionvideo{
  display: flex;
  margin: auto;
  background-image: url(baterias/Como-ecualizar-DeNoiseAI.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;  
  width: 100%;
  height: 750px;
  position: relative; 
}
.contenido{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 500px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 9pt;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.videogrid{
  height: 60%;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 1px #000000d3;
}
.divider{
    width: 300px;
    margin: 0 auto;
}
.titulo {
  font-size: 55px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.galeria img {
  box-shadow: 0 8px 10px -4px rgba(0,0,0,.6);
  border-radius: 15px;
}
.materialbox-caption {
  bottom: 30px;
  right: 0;
  width: 40%;
  height: auto;
  padding: 10px;
  margin: auto;
  background: #000;
  box-shadow: 5px 5px #fff;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}
#footer{
  text-shadow: 1px 3px 3px #000000;
}
.info h6{
  font-size: 2em;
}
.galeria .col {
  margin-bottom: 20px;
}



@media screen and (max-width: 1024px){

  .contenido{
    width: 100%;
  }

  .container img{
    position: absolute;
    top: 25%;
    width:90%;
  }

.container div {
   position: relative;
   left: 45%;
   width: 120%;
}

  .container h1{
    position: relative;
    top: 200px;
    font-size: 90px;
  }

  .container p{
    position: absolute;
    top: 100px;
    font-size: 30px;
    
  }

} 

/******************************************* fin galeria de fotos ******************************************/


                  /********************************** MEDIAS ***********************************/

@media screen and (max-width: 600px){
  .materialbox-caption {
       width: 90%;
  }
}

@media screen and (max-width: 992px){
  .materialbox-caption {
       width: 70%;
  }
}

  #footer {
    background-image: url(baterias/redo.jpg);
    background-size: cover;
    background-position: right;
    color: #fff;
    padding: 4rem 0;
    position: relative;
    top: 80px;
  }  
  #footer h3 {
    position: relative;
    top: -30px;
    text-align: center;
  }
  #footer h6{
    position: relative;
    bottom: 30px;
  }
  #footer .containermedia {
    display: flex;
    position: relative;
    top: 30px;
    left: 50px;
    justify-content: space-between;
    width: 85%;
  }
  .social-media .fab {
    margin-right: 20px;
    position: relative;
    bottom: 30px;
    font-size: 2em;
    color: rgb(255, 255, 255);
  }
  .diseño a{
    color: #fff;


}
  .diseño{
    position: relative;
    top: 55px;
    text-align: center;
  }

  .social-media .fa-facebook-f:hover {
    color: #3b5998;
  }

  .social-media .fa-instagram:hover {
    color: #dd3dc2;
  }
  
  .social-media .fa-youtube:hover {
    color: #c4302b;
  }
  
  @media screen and (max-width: 1020px) {
    h1 {
      font-size: 3rem;
    }
    
    .absolute-title h3 {
      font-size: 8rem;
    }
  
    .overlay-section .overlay h2 {
      font-size: 2.5rem;
    }
     
    .containermedia .social-media{
      position: relative;
      top: 35px;
    }

    .social-media .fa-instagram{
      position: relative;
    }

    .info{
      position: relative;
      top: 30px;
    }

    .info h3{
      font-size: 70px;
    }

    .info h6{
      font-size: 30px;
    }

  }
  
/******************* MEDIA QUERY *********************/

  @media screen and (max-width: 920px) {
  
    .absolute-title h3 {
      font-size: 50px;
    }
  
    .main-info .container {
      grid-template-columns: repeat(1, 1fr);
      height: auto;
      padding-bottom: 3em;
      margin-top: 3em;
    }
    .container h1{
      text-align: center;
      position: relative;
      top: -40px;
    }

    .container p{
      text-align: center;
      position: relative;
      top: -15px;
    }

    .container div{
      position: relative;
      left: -10%;
      width: 900px;
    }

    .contenido{
      height: 350px;
    }

    .container img{
      position: relative;
      top: -550px;
    }
  
  }
/*********************************** MEDIA QUERY ************************************/

  @media screen and (max-width: 768px) {
    .main-info .container {
      display: flex;
      flex-direction: column-reverse;
    }

    #footer h3,.info h3{
      font-size: 2.5em;
    }
    .main-info{
      height: 100vh;
    }

    .container img{
      position: relative;
      top: -20px;
    }
    #footer{
      height: 25vh;

    }
}

  @media screen and (max-width: 600px) {

    .drummers .gallery {
      display: flex;
      flex-direction: column;
    }
    .info h6{
      font-size: 27px;
    }

    .info h3{
      font-size: 3.5rem;
    }
    .absolute-title h3{
      text-align: center;
    }
  
    .social-media {
      width: 300px;
    }

    .social-media h3{
      font-size: 2em;
    }

    .contenido{
      height: 680px;
      flex-direction: column;
      flex-wrap: wrap;
    }
    .videogrid{
      height: 180px;
      margin: 6px;
    }
    .main-info{
      height: 100vh;
    }
    .diseño{
      background-color: #586a90;
    }

    .diseño a{
      
      font-size:12px;
      color: aliceblue;
    }

    .diseño p{
      color: #ff0000;
    }

    #footer{
      height: 30vh;
    }
    
    .container  div {
      position: relative;
      left: 100px;
      width: 50%;
      height: 100px;
    }

    .container h1 {
      position: relative;
      right: 200px;
      width: 400px;
    }

    .container p{
      position: relative;
      right: 150px;
      width: 300px;
      font-size: 25px;
    }

    audio{
      position: absolute;
      display: none;
      width: 100px;
      left: 300px;
      
    }
  
  }



  








