* { 
    margin: 0%;
    padding:0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
  }
  body {
  height: auto;
  margin: 0;
  background-color: rgb(199, 196, 196);
  
  
  } 
  header{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
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: #8d8d91;
    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;
}

 
.imagen-muestra{
  margin-top: 10px;
  width: 90%;
  height: auto;
  margin-left: 5%;
  border-style: solid;color: black;
}


  .video-muestra{
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 10px;


  }
   .video-muestra video{
    width: 100%;
    height: 100%;
   }
  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%;
  }
  
  
  
  h1{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 20px;
  font-family:'Langosta', cursiva;
  font-size: 70px;
  width: 100%;
  height: auto;
  color:rgb(7, 0, 0);
  text-align: center;
 background-color: rgba(90, 89, 90, 0.7);
  border-style: solid;color: rgb(0, 3, 2);
   text-shadow: 5px 5px 5px #ffffff;
  }
  
  h2{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
    
    font-family:'Langosta', cursiva;
    font-size: 70px;
    width: 100%;
    height: 110px;
    color:rgb(246, 246, 245);
    text-align: center;
    
    }
  
  
  
  
  
  
  p{
    font-size: 30PX;
    margin-top: 10px;

    padding: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 247, 248, 0.8);
    border-style: solid;color: rgb(0, 6, 10);
  }
  
.galeria img{
    width: 50%;
    height: 400px;
    padding: 5px;
margin-right: 15px;
margin-left: 0%;
    margin: 0 auto;
    outline: 5px solid rgb(239, 241, 243);
    outline-offset: -20px;
    }
    .galeria{
    display: flex;
    width: 97%;
    
    }


  
  .google{
    width: 200px;
    margin: 0;
    margin-right: 5%;
   margin-left: 70%;
    padding: 10px;
   justify-content: center;
   border-style: solid;color: black;
   border-radius: 10px;
    background-color: #696565;
  }
  .google img{
  width: 100%;
  height: 180px;
 background-color: #696565;
  border-radius: 15px;
  border-style: solid;color: black;
  
  }
  .enlace{
  display: flex;
    width: 75%;
   margin-top: 20px;
  
}
.fotos h3{
  font-size: 30px;
  padding: 15px;
 

  margin-left: 170px;
  background-color: #747474;
  text-align: center;
  border-radius:15px ;
  -webkit-border-radius:15px ;
  -moz-border-radius:15px ;
  -ms-border-radius:15px ;
  -o-border-radius:15px ;
  border-style: solid;color: black;
}

.fotos h3:hover {
   background-color: #d3491f;
}
  footer img{
  border-radius: 25%;
  margin-top: 4px;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
  }
  h4{
    text-align: left;
    margin-left: 0%;
    margin-top: 30px;
    margin-bottom: 0px; 
    font-size: 20px;
  }
  h5{
  background-color: rgb(138, 192, 240);
    text-align: center;
    margin-bottom: 0%;
   color: black;
   font-size: 20px;
  }
  footer{
    border-style: solid;color: rgb(147, 149, 151);
    margin-top: 40px;
    background-color: rgb(78, 79, 80);
    padding: 1em 0 ;
    text-align: center;
    
    width: 100%;
    
  }  
  