@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
  min-height: 100vh;
    width: 100vw;
    height: 100vh;
    position: relative;
    background-image: url(/images/IMG_4939.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
  }
  
  
  body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5); /* Cambia el valor de opacidad según lo necesites */
  z-index: -1; /* Colocar el pseudo-elemento detrás del contenido del body */
  }

  h1{
    color: white;
    padding-right: 20%;
    font-family: stencil;
    letter-spacing: 10px;    
}
span{
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-family: stencil;
}
/*[--menu superior--]*/
header {
    height: 10vh;
    /* 10% de la altura de la ventana gráfica */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #202020;
    /* Color de fondo del menú */
    padding: 0 20px;
    /* Espacio interno alrededor del contenido */
}

.logo {
    flex: 1;
    /* El logo ocupa todo el espacio posible */
}

.logo img {
    padding-top: 1%;
    height: 5rem;
    /* El logo se ajusta a la altura del menú */

}

 ul {
    list-style: none;
    display: flex;
}

 ul li {
    margin-left: 10px;
    /* Espacio entre los enlaces */
}

 ul li a {
    text-decoration: none;
    color: #ffffff;
    /* Color del texto de los enlaces */
}
.container{
  display: flex;
  justify-content: space-between;
  

}
.enlaces{
  margin-right: 30%;
  margin-top: 9%;
}



.links{         /*GALERIA*/
  color: rgb(255, 255, 255);
  margin-left: 0px;
  font-size: 25px;
  }
  .videos{
    color: rgb(255, 255, 255);
  margin-left: 0px;
  font-size: 25px;
  }
  .videos:hover{
    color: blue;
  }
  .func{        /*FUNC.PASADAS*/
  color: rgb(255, 255, 255);
  font-size: 25px;
  }
  .func:hover{
  color: blue;
  }
  .links:hover{
  color: blue;
  }
  .desplegar-link{    /*DOSSIER*/
  color: rgb(255, 255, 255);
  font-size: 25px;
  
  position: absolute; /* Añadimos posición absoluta para superponerlo al iframe */
  z-index: 2; /* Colocamos el botón por encima del iframe */
  }
  .desplegar-link:hover{
  color: blue;
  }
  /*[--CONTENIDO--]*/
  h2{
  margin-top: 0.5%;
  margin-left: 1%;
  padding-left: 1.5%;
  font-size: 35px;
  width: 39%;
  display: flex;
  color: #ffffff;
  font-style: italic;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  p{
  margin: 0% 3%;
  color: white;
  border-radius: 1rem;
  border: solid 1px rgb(0, 0, 0);
  background-color: rgb(192, 192, 192, 0.3);
  padding: 1%;
  font-size: 15px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  .espacio{
  height: 12px;
  }
  
  a{
  display: flex;
  }
  
  iframe{
  margin: 1% 0% 2% 15%;
  
  }
  
  .opciones {
  display: none;
  position: absolute; /* Añadimos posición absoluta para superponerlo al iframe */
  padding-top: 25px;
  padding-left: 0.5%;
  width: 82px;
  background-color: #ffffff;
  z-index: 1; /* Colocamos el menú desplegable por encima del contenido inferior */
  }
  
  .opcionesDesplegables{
    display: none;
    
    position: absolute; /* Añadimos posición absoluta para superponerlo al iframe */
    background-color: #ffffff;
    z-index: 1;
  }
  #opcionesDesplegables{
    margin-left: 37%;
    padding-left: 0.5%;
  }
  
  .des{
  color: #000000;
  }
  .des:hover{
  color: blue;
  }
  
  .opciones.mostrar {
  display: block;
  }

/*[--Footer--]*/

footer {
    background-color: #202020;
    color: #ffffff;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  
  .redes-sociales a {
    display: inline-block;
    margin: 0 10px;
  }
  
  .redes-sociales img {
    width: 30px;
    height: 30px;
  }
  
  .derechos-reservados {
    display: flex;
    align-items: center;
  }
  
  .derechos-reservados span {
    margin-right: 9px;
    font-size: 14px;
  }
  
  .derechos-reservados span:last-child {
    font-size: 12px;
  }
  
/* Estilos para hacerlo responsivo */
@media (max-width: 768px) {
    /*[--Menu superior--]*/

    header {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding-top: 3%;
    }
    h1{
        margin-left: 5%;
        margin-bottom: 5%;
    }
    body{
        background-image: url(/images/DONDON\ BANNER.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    }

    .logo {
        padding-top: 4%;
        margin-bottom: 10px;
        margin-left: 42%;
    }

    nav {
        order: -1;
        /* Colocar la navegación arriba en dispositivos pequeños */
    }

    
/*[--Footer--]*/
.redes-sociales img {
    width: 30px;
    height: auto;
  }
  .derechos-reservados span {
    margin-right: 9px;
    font-size: 11px;
  }

}
@media (max-width: 415px) {

  body {
    max-width: 390vw;
    position: relative;
    background: url(/images/DONDON\ BANNER.jpg);
    backdrop-filter: blur(3px);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
  }

/*[--Footer--]*/
.redes-sociales img {
width: 21px;
height: auto;
}
.logo {
padding-top: 4%;
margin-left: 42%;
}
h1 {
margin-left: 16%;
margin-bottom: 1%;
font-size: 25px;
}

h2{
  font-size: 20px;
  width: 200px;
  margin-left: 23%;
  margin-top: 5%;

}
iframe{
  height: auto;
  width: auto;
  margin: 5% 0% 1% 10%;
  border: black;
}

p{
  margin-top: 10%;
  font-size: 7px;
}

.links{           /*GALERIA*/
  margin-left: 60%;
  font-size: 15px;
}
.func{            /*FUNC.PASADAS*/
  font-size: 15px;
}

.desplegar-link{   /*DOSSIER*/

  font-size: 15px;
}
.videos{
  font-size: 15px;
  margin-left: 60%;
}


div nav ul{
  margin-top: 2%;
  margin-left: 13%;
}
div nav ul li a{
  padding: 2px;
}
#opcionesDesplegables{
  margin-left: 0.5%;
}
.container {
  display:inline;
  justify-content: initial;
}
}