@import url('https://fonts.googleapis.com/css2?family=Water+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
*{
    background-color: #212121;
    color: #ae00ff;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin:0%;
}
.cabecera{
    color:rgb(0, 0, 0);
    text-align:center;
    font-family: 'Amatic SC', cursive ;
    font-size: 13vmin;
    background-color: #950ed3;
    /* margin: 2%; */
    top: 0%;
    width: 100%;
    position: sticky;
    z-index: 100;
    
}
.name{
    font-size: 10vmax;
}
.other_name{
    color:#950ed3;
    text-align:center;
    font-family:'Playfair Display', serif ;
    height: 80vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.other_name{
    /* Centramos el contenido de la sección y determinamos el color de fondo */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color:#212121;
}

.light{
    /* Establecemos las características del texto */
    font-size: 10vmax;
    text-align: center;
    color: #950ed3;
    font-weight: bold;
    
}

.light::before{
    /* Establecemos una sombra utilizando un pseudoelemento con un texto idéntico superpuesto */
    content: attr(data-text);
    position: absolute;
    font-size: 10vmax;
    text-shadow: 0 0 20px  #950ed3;
    filter: blur(10px) brightness(0);
    /* Determianmos la animación */
    animation: parpadeo 2s linear infinite;
    animation-delay: 1s;
}

@keyframes parpadeo {
    /* Establecemos el paso a paso de la animación que queremos realizar */
    0%{
         filter: blur(5px) brightness(1);
    }
    3%{
         filter: blur(5px) brightness(0);
    }
    6%{
         filter: blur(5px) brightness(0);
    }
    7%{
         filter: blur(5px) brightness(1);
    }
    8%{
         filter: blur(5px) brightness(0);
    }
    9%{
         filter: blur(5px) brightness(1);
    }
    10%{
         filter: blur(5px) brightness(0);
    }
    20%{
         filter: blur(5px) brightness(1);
    }
}


.subtitulo{
    justify-content: center;
}
.botones{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.contenido{
    width: 60;
    margin: auto;
    padding-top: 0;
    display:flex;
    flex-direction: column;
}

.seccion{
    width: 100%;
    height: auto;
    padding: 0;
}
.presentacion{
    background-color:#212121;
}


.preguntas{
    font-family:'Courier New', Courier, monospace;
    font-size:medium;
     background-image: url("../img/fnd.3.jpeg"); 
    background-size: cover;

}

.D, .Z{
    color: white;
    background-color: transparent;
    text-align:center;
    margin: 1%;
    font-size:1.4max;
}
.respuesta{
    background-color: transparent;
    color: thistle;
    font-size:1.4vmax;
}

.Z::before{
    content: "🌘";  
}
.Z::after{
    content: "🌒";
}

.D::before{
    content: "🌘";  
}
.D::after{
    content: "🌒";
}

.collage_v, .collage_h {
    display: none;
    width: 90%;
    margin: auto;
}
.collage_v img{
    width: 100%;
}
.collage_h img{
    width: 100%;
}
@media (orientation: landscape){
    .collage_h{
        display: block;
    }
}

@media(orientation: portrait){
    .collage_v {
        display: block;
    }
    }

#Gallery {
    margin-top: 30px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-item { 
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 14%;
  }
  .gallery-item a {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
  }
  .gallery-item a img {
    width: 100%;
  }
  
  @media only screen and (max-width:480px) { 
      /* Smartphone view: 1 tile */
      .gallery-item {
          width: 100%;
          padding-bottom: 100%;
      }
  }
  @media only screen and (max-width:650px) and (min-width:481px) { 
      /* Tablet view: 2 tiles */
      .gallery-item {
          width: 50%;
          padding-bottom: 33.3%;
      }
  }
  @media only screen and (max-width:1050px) and (min-width:651px) { 
      /* Small desktop / ipad view: 3 tiles */
      .gallery-item {
          width: 33.3%;
          padding-bottom: 23%;
      }
  }
  @media only screen and (max-width:1290px) and (min-width:1051px) { 
      /* Medium desktop: 4 tiles */
      .gallery-item {
          width: 25%;
          padding-bottom: 17%;
      }
  }
  
  
  
  /* Directly from:
  http://photoswipe.com/latest/photoswipe.css
  */
  body.ps-active 
  {
      -webkit-text-size-adjust: none;
  }
  body.ps-active * 
  { 
      -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
  }
  body.ps-active *:focus 
  { 
      outline: 0; 
  }
  
  
  /* Document overlay */
  div.ps-document-overlay 
  {
      background: #000;
  }
  
  
  /* Viewport */
  div.ps-viewport 
  {
      background: #000;
      cursor: pointer;
  }
  
  
  /* Zoom/pan/rotate layer */
  div.ps-zoom-pan-rotate{
      background: #000;
  }
  
  
  /* Slider */
  div.ps-slider-item-loading 
  { 
      background: url(http://abvichico.com/images/photoswipe/photoswipe-loader.gif) no-repeat center center; 
  }
  
  
  /* Caption */
  div.ps-caption
  { 
      background: #000000;
      background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
      border-bottom: 1px solid #42403f;
      color: #ffffff;
      font-size: 13px;
      font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
      text-align: center;
  }
  
  div.ps-caption-bottom
  { 
      border-top: 1px solid #42403f;
      border-bottom: none;
  }
  
  div.ps-caption-content
  {
      padding: 13px;
  }
  
  
  /* Toolbar */
  div.ps-toolbar
  { 
      background: #000000;
      background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
      border-top: 1px solid #42403f;
      color: #ffffff;
      font-size: 13px;
      font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
      text-align: center;
      height: 44px;
      display: table;
      table-layout: fixed;
  }
  
  div.ps-toolbar-top 
  {
      border-bottom: 1px solid #42403f;
      border-top: none;
  }
  
  div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
  {
      cursor: pointer;
      display: table-cell;
  }
  
  div.ps-toolbar div div.ps-toolbar-content
  {
      width: 44px;
      height: 44px;
      margin: 0 auto 0;
      background-image: url(http://abvichico.com/images/photoswipe/photoswipe-icons.png);
      background-repeat: no-repeat;
  }
  
  div.ps-toolbar-close div.ps-toolbar-content
  {
      background-position: 0 0;
  }
  
  div.ps-toolbar-previous div.ps-toolbar-content
  {
      background-position: -44px 0;
  }
  
  div.ps-toolbar-previous-disabled div.ps-toolbar-content
  {
      background-position: -44px -44px;
  }
  
  div.ps-toolbar-next div.ps-toolbar-content
  {
      background-position: -132px 0;
  }
  
  div.ps-toolbar-next-disabled div.ps-toolbar-content
  {
      background-position: -132px -44px;
  }
  
  div.ps-toolbar-play div.ps-toolbar-content
  {
      background-position: -88px 0;
  }
  
  /* Hi-res retina display */
  @media only screen and (-webkit-min-device-pixel-ratio: 2)
  {
      div.ps-toolbar div div.ps-toolbar-content{
          background-image: url(http://abvichico.com/images/photoswipe/photoswipe-icons@2x.png);
      }
  }

  /* Preferencias */

  .preferencias {
    background-color:#950ed3 ;
  }
  
  .contenedor{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items:center;
    height: 100vh;
  }
  .contenedor figure{
   position:relative;
    height: 220px;
    cursor: pointer;
    width: 350px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 15px 25px rgba(0,0,0,0.50);
  }
  .contenedor figure img{
    width: 100%;
    height: 100%;
    transition: all 400ms ease-out;
    will-change: transform;
  }
  .contenedor figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(88, 0, 123, 0.7);
    transition: all 400ms ease-out;
    opacity: 0;
    visibility: hidden;
   text-align: center;
  }
  .contenedor figure:hover > .capa {
    opacity: 1;
    visibility: visible;
  }
  .contenedor figure:hover > .capa h3{
    margin-top: 70px;
    margin-bottom: 15px;
  }
  .contenedor figure:hover > img{
    transform: scale(1.3);
  }
  .contenedor figure .capa h3{
    color: #fff;
    font-weight: 400;
    margin-bottom: 120px;
    transition: all 400ms ease-out;
     margin-top: 30px;
  }
  .contenedor figure .capa p{
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    max-width: 220px;
    margin: auto;
  }
 
 .pie {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 15px;
      position:sticky;
    bottom: 0%;
        height: 4vw;
  }

  .pie p{
      vertical-align: center;
  }
  
