* { 
    margin: 0%;
    padding:0%;
    
}
body {
  height: 100%;
  margin: 0;
  background-color: rgba(104, 116, 126, 0.333);
  position: relative;
  width: 100%;
} 
header{
  margin: 0;
  margin-bottom: auto;
  height: 100%;
  width: 100%;
  
}

nav{
display: flex;
  width: 100%;
  padding: 0px;
  background-color: rgb(92, 175, 243);
  height:140px;
 border-style: solid;color: #fcf8f8;
  
}
.logo img{
  border-style: solid;color: aliceblue;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
}
.logo{
  width: 50%;
  margin-left: 70PX;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}



.menu-desplegable {
  width: 25%;
    position: relative; /* Para que la lista se posicione con respecto a este contenedor */
    display: inline-block; /* Para que el ancho se ajuste al contenido */
}

.btn-menu {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 180px;
    background-color: #696565;
    color: rgb(250, 239, 239);
    padding: 26px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    border-style: solid;color: #fcf8f8;
}

.lista-items {
    display: none; /* Esta línea es la que oculta el menú por defecto */
    position: absolute;
    background-color: #554f4f;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgb(240, 239, 239);
    z-index: 1;
    list-style-type: none; /* Quita los puntos de la lista */
    padding: 0;
    margin: 0;
    margin-left: 275px;
    font-size: 20px;
}

.lista-items a {
    color: rgb(236, 230, 230);
    padding: 12px 16px;
    text-decoration: none;
    display: block; /* Para que cada ítem ocupe todo el ancho del menú */
}

.lista-items a:hover {
    background-color: #0429f8;
    color: #000000;
}

/* La clase .mostrar se agregará con JavaScript para hacer visible la lista */
.lista-items.mostrar {
    display: block;
}
.lista-items img{
  width: 80px;
  border-radius: 10px;
}



#videoFondo {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Coloca el video detrás del contenido */
  background-color: #0429f8;
}

 h1{
 font-family: 'Oswald', sans-serif;
  font-optical-sizing: auto;
  text-align: center;
 font-size: 105px;
 
 margin-top: 60px;
 text-shadow: 5px 5px 5px #ffffff;
  padding: 5px;
  color: #4b4a49;
}
a{
  text-decoration: none;
}
.red img{
  border-radius: 25%;
  width: 70px;
  height: 70px;
  margin-left: 50px;
  margin-top: 0;
  margin-bottom: 50px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
.ventas{
    border-style: solid;color: black;
    display: flex;
    margin-top: 10PX;
    margin: 0 auto;
    font-size: 50px;
    width: auto;
    justify-content: center;
  }
 .ventas h3{
  display: flex;
  background-color: aliceblue;
  padding: 0;
  width: 100%;
  font-size: 50px;
  color: rgb(43, 42, 41);
  margin: 0 auto;
  justify-content: center;
 }
 .ofrecidos{
  width: 99%;
  margin-left: 0%;
  height: 150px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
 }
 .rubro{
  width: 20%;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 35px;
  border-radius: 15px;
  background-color: rgba(255, 254, 253, 0.7);
  border-style: solid;
  color: rgb(0, 0, 0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.rubro h6{
  width: 99%;
  font-size: 20px;
  color: rgb(1, 1, 1);
  padding: 0px;
  text-align: center;
}
.rubro:hover {
   transform: scale(1.1 );
  -webkit-transform: scale(1.1 );
  -moz-transform: scale(1.1 );
  -ms-transform: scale(1.1 );
  -o-transform: scale(1.1 );
}

.targeta{
  width: 100%;
}
.galeria {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  width: 100%;
}
.contenedor{
  width: 32%;
  height: 600px;
 
  padding: 0px;
  margin-top: 20px;
  background-color: rgba(244, 247, 248, 0.8);
  border-style: solid;color: rgb(56, 55, 55);
 }
  h4{
  margin: 0;
  width: 98%;
  margin-top: 0px;
  text-align: center;
  font-size: 35px;
  color: black;
  background-color: rgb(137, 208, 241);
  border-style: solid;
  color: rgb(1, 0, 2);
  border-radius: 15PX;
  -webkit-border-radius: 15PX;
  -moz-border-radius: 15PX;
  -ms-border-radius: 15PX;
  -o-border-radius: 15PX;
}
 h3:hover{
  transform: scale(1.1 );
  -webkit-transform: scale(1.1 );
  -moz-transform: scale(1.1 );
  -ms-transform: scale(1.1 );
  -o-transform: scale(1.1 );
}
h3{
  width: 97%;
    
    color: black;
    background-color: rgb(189, 235, 227);
    font-size: 25px;
    padding: 5px;
  }
  .contenedor h5{
    color: rgb(241, 10, 10);
    font-size: 30px;
    background-color: rgb(255, 238, 0);
    border-style: solid;color: rgb(241, 3, 51);
    height: 35px;
  } 
.caja-img{
        margin: 0 auto;
        width: 98%;
        height: 300px;
        border-style: solid;color: rgb(0, 4, 8);
       
      }
      .caja-img img{
        margin: 0px;
        width: 95%;
        height: 80%;
        padding: 5px;
       border-style: solid;color: aliceblue;
       
      }
      .caja-p{
        margin-top: 0px;
        margin-left: 5%;
        width: 90%;
        height: auto;
       
      }
    .caja-p p{
      margin-top: 0px;
      margin-bottom: 10px;
      padding: 10px;
      width: 95%;
      height: 100%;
      color: black;
      font-size: 25px;
      background-color: rgba(244, 247, 248, 0.8);
        border-style: solid;color: rgb(0, 6, 10);
}
.contacto{
  display: flex;
  width: 90%;
  height: 200px;
  margin-bottom: 0px;
margin-left: 5%;
margin-top: 10px;
}

    .googlemap{
      width: 50%;
      height: 80px;
      margin-top: 0px;
      margin-right: 0px;
      margin-left: 10%;
      
    }
    .googlemap img{
      width: 80px;
      height: 80px;
      border-radius: 20px;
      border-style: solid;color: black;
      padding: 5px;
    }
  
.iconos{
  display: flex  ;
  justify-content: center;
  background-color: black;
  }
  .redes{
    margin-top: 0px;
    height: 90px;
  }
  
  footer img{
    border-radius: 25%;
    background-color: none;
    padding: 0 auto;
    padding: 5px;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
}
 
h5{
  background-color: aliceblue;
    text-align: center;
    margin-bottom: 0%;
   color: black;
   font-size: 20px;
   height: 40px;
}
  footer{
    border-style: solid;color: aliceblue;
    margin-top: 0px;
    margin-bottom: 0PX;
    background-color: rgb(0, 8, 14);
    padding: 1em 0 ;
    text-align: center;
    position: absolute;
    width: 99%;
    height: 100PX;
    
  }  
  @keyframes show {
    from {
      opacity: 0;
      scale: 25%;
    }
    to {
      opacity: 1;
      scale: 100%;
    }
  }
   