/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }
  
  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  /*
   * A better looking default horizontal rule
   */
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */

/* ##################################################

  ####################################################

  Principal

  ###################################################
  
##################################################### */

  /* ==================================================
  
    Cabecera
    
  ===================================================== */

/* ====================================================
    Variables
  ===================================================== */

.inicio {
  --color-portada-texto: #fff;
  --foto-portada: url("../img/obras/vas/IMG_8717.webp");

  --footer-fondo: #fff;
  --footer-color: #000;
}
.inicio-pages {
  --color-portada-texto: #000;
  --foto-portada: url("../img/Inicio/space-8571725_1920.webp");

  --footer-fondo: #fff;
  --footer-color: #000;
}
.vas {
  --color-portada-texto: #fff;
  --foto-portada: url("../img/obras/vas/IMG_8280.webp");

  --footer-fondo: #fff;
  --footer-color: #000;
}
.miedo {
  --color-portada-texto: #fff;
  --foto-portada: url("../img/obras/miedo/apocalypse-2273069_1280 2.webp");

  --footer-fondo: #000;
  --footer-color: #fff;
}
.sombras {
  --color-portada-texto: #000;
  --foto-portada: url("../img/obras/sombras/74336957249__985C0D44-0A30-435F-8208-1FF88535BBD1 2.webp");

  --footer-fondo: #000;
  --footer-color: #fff;
}

/* ====================================================
    Body
  ===================================================== */

  html {
    overflow-x: hidden !important;
  }
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden !important;
}
  body.inicio, body.vas, body.inicio-pages {
    background-color: #fff;
  }
  body.miedo, body.sombras {
    background-color: #000;
    color: #fff;
  }

.cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;

  background-color: #000;
  color: #fff;

  padding: 20px 20px;

  z-index: 998;

  width: 400px;
}

.banner {
  position: fixed;
  bottom: 10px;
  left: 10px;

  background-color: #000;
  color: #fff;

  /*box-shadow: 0px 0px 3px black;*/
  width: 400px;
  margin: 0 auto;
  /*display: flex;
  gap: 1rem;
  justify-content: center;*/
  padding: 20px;
  z-index: 100;
  /*align-items: center;*/

  text-align: justify;
}

.banner p {
  text-align: justify;
  /*margin: 0 0.4rem;*/
}

.banner button {
  /* display: block; */
  border: none;
  background-color: white;
  color: black;
  padding: 1rem 2.5rem;
  cursor: pointer;
  /* width: 20px; */
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  /*margin: 0 2rem;*/
}

@media (max-width: 850px) {
  .banner {
      left: 0%;
      bottom: 0%;
      width: auto;
      margin: 10px;
  }
}
@media (max-width: 650px) {
  .banner p {
      font-size: 0.9rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /*-webkit-line-clamp: 2;
      overflow: hidden;*/
  }
}

.caja-buscar-mayor {
  min-height: 60vh;
}

.lunr-form {
  width: 100%;
  text-align: center;
}
input[type=search]#lunrsearch {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 50px;
  /*width: 200px;*/
  background: #e5e5e5;
  color: #000;

  padding: 0 20px;
  padding-right: 100px;

  font-size: 1em;

  border: 0;

  width: calc(100%);

  border-radius: 5px;
  outline: none;

  &:focus {
    border: none;
    color: red;
  }

  &:active {
      border: none;
  }
}
input[type=search]#lunrsearch::placeholder {
  color: #000;
}
.form-control-button {
  width: 80px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #9f9f9f;
  color: #000;
  padding: 0 10px;
  height: 40px;
  border-radius: 5px;
  font-size: 1em;
  border: 0;

  position: absolute;
  left: auto;
  top: auto;
  margin-left: -90px;
  margin-top: 5px;
}
.input-icon {
  /*color: #191919;*/
width: 20px;
height: 20px;

/*transform: translateY(-50%);*/
}
#lunrsearchresults {padding-top: 0.2rem;}
    .lunrsearchresult {padding-bottom: 1rem;}
    .lunrsearchresult .title {color: #000;}
    .lunrsearchresult .url {color: silver;}
    .lunrsearchresult a {display: block; color: #777;}
    .lunrsearchresult a:hover, .lunrsearchresult a:focus {text-decoration: none;}
    .lunrsearchresult a:hover .title {text-decoration: underline;}
/* ====================================================
    Loader, pantallas
  ===================================================== */

.loader, .recarga {
  position: fixed;
  top: 0;
  left: 0;

  z-index: 999;

  width: 100%;
  height: 100%;

  background-color: #111c !important;
  backdrop-filter: blur(50px);
  color: #fff;

  text-align: center;
}
  .recarga {
    display: none;
  }
.loader h1, .recarga h1 {
  margin-bottom: 0;
}
.loader h3, .recarga h3 {
  margin-top: -40px;
  font-weight: 100;
}

/* ==================================================
  
    Header
    
  ===================================================== */

/* ====================================================
    Menu
  ===================================================== */

.menu {
    position: fixed;
    top: 0;
    left: 0;
  
    z-index: 998;
  
    width: 90%;
    margin: 0 5%;
    height: auto;

    box-shadow: 0 0 1px #999;

    border-radius: 10px;
  
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(20px);
    color: #000;
    font-size: 1em;
  }
  .black-page .menu {
    filter: invert(1) !important;
    background-color: #eee !important;
  }
  .stopscrolling {
    overflow: hidden;
  }
  .menu .menu-caja {
    padding: 50px 10%;
  }
    .menu .menu-caja .caja-texto {
      border-right: 1px solid #f3f3f3;
      padding: 0 20px;
    }
    .menu .menu-caja .caja-menu {
      border-right: 1px solid #f3f3f3;
      padding: 0 20px;
    }
  .menu .menu-caja ul, header .menu .menu-caja li {
    margin: 0;
    padding: 0;
  }
  .menu .menu-caja li {
    display: block;

    margin: 10px 0;
  }
  .menu .menu-caja li p {
    opacity: 50%;
    
  
    margin-top: 0;
    margin-left: 20px;
  
    transition: .2s ease-out all;
  }
    .menu .menu-caja li:hover p {
      opacity: 90%;
  
      transform: scale(110%);
  
      transition: .2s ease-out all;
    }
  
  .menu .menu-caja .redes {
    margin-left: auto;
    text-align: right;
    padding: 0 20px;
  }
  
  .menu .menu-caja .redes li {
    
  }

/* ====================================================
    Nav
  ===================================================== */

/*.scroll-down * {
  animation-duration: 2s;
    animation-name: page-scroll-1;
}
.scroll-up * {
  animation-duration: 2s;
    animation-name: page-scroll-1;
}*/
header {
  position: absolute;

  top: 0;
  left: 0;

  height: auto;
  width: 90%;

  margin: 0;
  padding: 10px 5%;

  z-index: 999;

  /*border-top: 1px solid #000;*/

  /*background-color: #000;*/
}
/*.inicio header {
  margin: 10px 5%;
  width: 80%;
  border-radius: 10px;
  border: .4px solid #333;
  box-shadow: 0 0 1px #999;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);

}*/
.header-scroll {
  position: fixed;
  margin: 10px 5%;
  width: 80%;
  border-radius: 10px;
  border: .4px solid #f3f3f3;
  box-shadow: 0 0 1px #999;
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.black-page .header-scroll {
  filter: invert(1) !important;
  background-color: #eee;
}

.scroll-down .header-scroll {
  /*top: -100px;*/
  padding: 8px 5%;
  /*opacity: 50%;*/
  transition: .5s ease-out all;
  /*transform: translate(0, -100px);*/
  /*transform: scale(90%);*/
  /*filter: invert(0.4) sepia(1) hue-rotate(20deg) saturate(1000%);*/
}
.scroll-up .header-scroll {
  transition: .5s ease-out all;
}
  .scroll-down .header-scroll a, .scroll-up .header-scroll a{
    color: #000 !important;
  }
  .scroll-down .header-scroll .nav .titulo span.titulo-otro {
    display: none;
  }

  .buscar-i {
    color: var(--color-portada-texto);
    transition: .2s ease-out all;
  }
  .header-scroll .buscar-i {
    color: #000 !important;
    transition: .2s ease-out all;
  }
  /*.scroll-down header .nav nav {
    display: none;
  }*/

header .nav {
  height: auto;
  width: auto;

  padding: 0;

  margin: auto 0;

  display: flex;
  justify-content: center;
  align-items: center;
}
  header .nav .titulo {
    font-size: 1.5em;

    min-width: 150px;

    color: var(--color-portada-texto);

    margin: 0;
    padding: 0;
  }
    header .nav .titulo a {
      text-decoration: none;
    }
  header .nav .sub-titulo {
    font-size: 1em;

    min-width: 150px;

    color: var(--color-portada-texto);

    margin: 0 10px;
    padding: 0;
  }
  header .nav nav {
    display: flex;
    width: auto;

    font-size: 1em;

    margin-left: auto;
    padding: 0;
  }
    header .nav nav ul.links-page {
      margin: 0;
      padding: 0;
      display: flex;
      width: auto;
      flex-flow:row-reverse;
    }
    header .nav nav ul.ul-menu {
      margin: 0;
      padding: 0;
      width: auto;
    }
      header .nav nav ul li {
        display: inline-block;
        margin: 0 10px;
        padding: 0;
      }
      .link-visto {
        opacity: 100% !important;
        /*color: inherit !important;*/
        /*border-bottom: 2px solid inherit;*/
      }
        header .nav nav ul li a {
          text-decoration: none;
          color: var(--color-portada-texto);
          opacity: 60%;
          transition: .2s ease-out all;
        }
        header .nav nav ul li.h-btn {
          opacity: 100%;
        }
        header .nav nav ul li.h-btn a {
          opacity: 100%;
        }
          header .nav nav ul li:hover a {
            /*text-decoration: underline;*/
            opacity: 100%;
            transition: .2s ease-out all;
          }

          header img {
            border-radius: 0;
          }
          header .h-btn {
            transform: translateY(-1px) scale(200%);
          }
          header .h-btn a {
            cursor: pointer;
            /*border: .5px solid #fff;
            padding: 5px 10px;
            transition: .2s ease-out all;*/
          }
          header .h-btn a:hover {
            /*text-decoration: none;
            transition: .2s ease-out all;
            border-bottom: 2px solid #fff;*/
          }
          header .h-btn a:active {
            /*text-decoration: none;
            transition: .2s ease-out all;
            border-bottom: 10px solid #fff;
            border-right: 5px solid #fff;*/
          }

/* ==================================================
  
    Documento - cabecera
    
  ===================================================== */

/* ====================================================
    Portada
  ===================================================== */

.portada {
  height: 100vh;
  width: auto;

  padding-top: 0;

  background-color: #000;

  color: #fff;

  margin-bottom: 50px;
}
.inicio .portada {
  /*padding: 0 5%;*/
}
  .miedo .portada .centro {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100vh;
    width: 100%;

    background-image: var(--foto-portada);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
  }
  .sombras .portada .centro {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
    width: 100%;

    background-image: var(--foto-portada);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
  }
  .inicio .portada .centro {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
    width: auto;

    background-image: var(--foto-portada);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;

    background-color: #ebe2d1;
    transition: .2s ease-out all;

    /*border-radius: 10px;*/
    color: #fff;
  }
  /*body .portada .centro {
    filter: grayscale(.9);
    transition: .2s ease-out all;
  }
  body .portada .centro:hover {
    filter: grayscale(0);
    transition: .2s ease-out all;
  }*/
  .vas .portada .centro {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
    width: auto;

    background-image: var(--foto-portada);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
  }
  .inicio .portada .centro .caja {
    transform: translate(40%, 100px);
  }
  .inicio .portada .centro .caja .titulo {
    width: auto;
  }
  .miedo .portada .centro .caja .titulo {
    width: 100%;
  }
    .miedo .portada .centro .caja, .vas .portada .centro .caja {
      text-align: center;
      margin-top: auto;
      margin-bottom: 20px;
    }
    .sombras .portada .centro .caja, .vas .portada .centro .caja {
      text-align: center;
      margin-top: auto;
      margin-bottom: 20px;

      /*filter: grayscale(100%);*/
    }
    .inicio .portada .centro .caja .titulo-pag {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }
      .inicio .portada .centro .caja .titulo-1 {
        font-size: 1em;
        writing-mode:vertical-lr;
        text-orientation:upright;
      }
      .miedo .portada .centro .caja .titulo-1, .vas .portada .centro .caja .titulo-1 {
        font-size: 1em;
      }
      .sombras .portada .centro .caja .titulo-1, .vas .portada .centro .caja .titulo-1 {
        font-size: 1em;
      }
      .inicio .portada .centro .caja .titulo-2 {
        font-size: 1.5em;
        writing-mode:vertical-lr;
        text-orientation:upright;
      }
      .miedo.portada .centro .caja .titulo-2, .vas .portada .centro .caja .titulo-2 {
        font-size: 1.5em;
      }
      .sombras .portada .centro .caja .titulo-2, .vas .portada .centro .caja .titulo-2 {
        font-size: 1.5em;
      }
      .inicio .portada .centro .caja .titulo-3 {
        font-size: 6em;
        writing-mode:vertical-lr;
        text-orientation:upright;
      }
      .miedo .portada .centro .caja .titulo-3, .vas .portada .centro .caja .titulo-3 {
        font-size: 3.5em;
      }
      .sombras .portada .centro .caja .titulo-3, .vas .portada .centro .caja .titulo-3 {
        font-size: 3.5em;
      }

      .inicio .portada .centro .caja {
        text-align: center;
      }
  .portada .centro .datos-background {
    position: absolute;
    bottom: 5px;
    left: 10px;

    font-weight: 100 !important;
  }


/* ==================================================
  
    Documento - contenido
    
  ===================================================== */

/* ====================================================
    Home
  ===================================================== */

/* ##################################################
  Seccion - Presentacion
##################################################### */

.inicio .inicio-s-1 {
  padding: 50px 10%;
  height: auto;

  /*background-color: #000;*/
  color: #000;
}
.inicio .inicio-s-1 .caja {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}
.inicio .inicio-s-1 .caja .interior {
  width: 50%;

  writing-mode:vertical-rl;
  text-orientation:upright;
  background-color: #000;
  color: #fff;
  padding: 20px 10px;

  margin: 0 auto;
}
.inicio .inicio-s-1 .caja .espanol {
  margin-left: 20px;
}
  .inicio .inicio-s-1 .caja .interior h1 {
    font-size: 2.5em;
  }
  .inicio .inicio-s-1 .caja .caja-center {
    margin-top: auto;
  }

/* ##################################################
  titulo de areas (colecciones, etc)
##################################################### */

.invitacion {
  /*background-color: #f3f3f3;*/
}
/* ##################################################
  titulo de areas (colecciones, etc)
##################################################### */

.titulo-col {
  height: 100vh;
  width: 90%;

  padding: 50px 5%;

  display: flex;
  justify-content: center;
  align-items: center;

  writing-mode:vertical-lr;
  text-orientation:upright;
}
.titulo-col .chino {
  font-size: 5.5em;
  margin-right: 1px;
  margin-left: 0;
}
.titulo-col p {
  margin-left: 1px;
  margin-right: 0;
  font-size: 1.4em;
}

/* ##################################################
  Paginadores
##################################################### */

/*
  Paginador - post - pages -articulos - todos
##################################################### */

.lista-post {
  padding: 0 4.5%;
  margin: 0;
  background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    backdrop-filter: blur(20px);
    background-image: url("../img/portafolio-fondo-2.png");
}

.lista-post .centro-grib {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.lista-post .centro-grib-2 {
  display: grid;
  grid-template-columns: 1fr !important;
}

.lista-post .lista-post-cont {
  padding: 0;
  margin: 0;
}

.lista-post .pc-cajas {
  background-color: #fff !important;
    background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    backdrop-filter: blur(20px);
  
  margin: 10px 10px;

  border-radius: 10px;

  color: #000;
  transition: .5s ease-out all;

  height: 400px;

  cursor: pointer;
}
  .lista-post .pc-cajas .centro {
    /*background-color: #00000080;*/
    /*backdrop-filter: blur(20px);*/
    border-radius: 10px;
    transition: .5s ease-out all;
  }
    /*.lista-post .pc-cajas .centro:hover {
      background-color: transparent;
      transition: .5s ease-out all;
    }
      .lista-post .pc-cajas .centro:hover * {
        opacity: 10%;
      }*/
  .lista-post .pc-cajas .caja-auto {
    margin: 0 5%;
    margin-top: auto;

    margin-right: 5px;
    transition: .5s ease-out all;
  }

/*
  Generador articulos colecciones
##################################################### */

.seccion-f {
  padding: 50px 5%;
  text-align: right;
  font-size: 1.5em;
}
.lista-post-colecciones {
  padding: 0 4.5%;
  margin: 0;
  background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    backdrop-filter: blur(20px);
    background-image: url("../img/portafolio-fondo-2.png");
}

.lista-post-colecciones .centro-grib {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.lista-post-colecciones .lista-post-cont {
  padding: 0;
  margin: 0;
}

.lista-post-colecciones .pc-cajas {
  background-color: #f3f3f3 !important;
    background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    backdrop-filter: blur(20px);

  border-radius: 10px;

  color: #fff;
  transition: .5s ease-out all;

  height: 450px;

  cursor: pointer;
}
  .lista-post-colecciones .pc-cajas .centro {
    /*background-color: #00000080;*/
    /*backdrop-filter: blur(20px);*/
    border-radius: 10px;
    transition: .5s ease-out all;
    backdrop-filter: grayscale(80%);
  }
    .lista-post-colecciones .pc-cajas .centro:hover {
      transition: .5s ease-out all;
      backdrop-filter: grayscale(0%);
    }
      /*.lista-post .pc-cajas .centro:hover * {
        opacity: 10%;
      }*/
  .lista-post-colecciones .pc-cajas .caja-auto {
    margin: 0 5%;
    text-align: center;
    transition: .5s ease-out all;
  }

/*
  Generador articulos blog
##################################################### */

.seccion-t {
  padding: 50px 5%;
  text-align: left;
  font-size: 2.5em;
}
.seccion-f {
  padding: 50px 5%;
  text-align: right;
  font-size: 1.5em;
}
.lista-post-home {
  padding: 0 4.5%;
  margin: 0;
  background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    backdrop-filter: blur(20px);
    background-image: url("../img/portafolio-fondo-2.png");
}

.lista-post-home .centro-grib {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.lista-post-home .lista-post-cont {
  padding: 0;
  margin: 0;
}

.lista-post-home .pc-cajas {
  background-color: #f3f3f3 !important;
    background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    backdrop-filter: blur(20px);

  border-radius: 10px;

  color: #000;
  transition: .5s ease-out all;

  height: 450px;

  cursor: pointer;
}
  .lista-post-home .pc-cajas .centro {
    /*background-color: #00000080;*/
    /*backdrop-filter: blur(20px);*/
    border-radius: 10px;
    transition: .5s ease-out all;
  }
    /*.lista-post .pc-cajas .centro:hover {
      background-color: transparent;
      transition: .5s ease-out all;
    }
      .lista-post .pc-cajas .centro:hover * {
        opacity: 10%;
      }*/
  .lista-post-home .pc-cajas .caja-auto {
    margin: 0 5%;
    margin-right: auto;
    transition: .5s ease-out all;
  }
.lista-post-home .pc-cajas.ngosoufei-com {
  background-image: url("../img/trabajos-independientes/ngosoufei-com.jpeg");
}


/* ====================================================
    Viaje
  ===================================================== */

/* ##################################################
  Exhibidores
##################################################### */

.exhibidor-d .caja-3 {
  text-align: right;
}

/* ====================================================
    Miedo
  ===================================================== */

.miedo .color-2, .sombras .color-2 {
  background-color: #111;
}

/* ##################################################
  Footer
##################################################### */
.creditos-data-info-content {
  overflow: hidden;
}
.creditos-data-info {
  color: #000;
  font-size: .8em;
  overflow: visible !important;
  z-index: 995;
}
.creditos ul {
  margin: 0;
  padding: 0;
}
.creditos ul li {
  display: block;
  margin: 10px 0;
  padding: 0;
}
  .creditos ul li.titulo {
    font-weight: bold;
  }
.footer-2 {
  padding: 50px 10% 10px 10%;
  font-weight: 100 !important;
}

.footer-2 .footer {
  padding: 0 10%;
}
.footer-2 {
  background-color: var(--footer-fondo);

  color: var(--footer-color);

}
.footer-2 p {
  /*opacity: 30%;*/
  transition: .2s ease-out all;
  color: #999;
}
.footer-2 p:hover {
  /*opacity: 100%;*/
  transition: .2s ease-out all;
  color: #000;
}
.black-page .footer-2 p:hover {
  color: #fff;
}
footer .copy {
  text-align: center;
}

.error {
  font-weight: 100;
  background-color: yellow;
  color: #000;
  width: auto;
  margin: 0 auto;
  border-radius: 10px;
}

/* ##################################################

  Medias
  
##################################################### */


@media only screen and (max-width: 1250px) {
  /*.inicio-s-1 .centro {
    display: block !important;
  }*/
  /*.inicio .inicio-s-1 .caja .interior {
    width: 50%;
  }*/
}
  @media only screen and (max-width: 1050px) {
    header .nav .titulo {
      width: auto;
      max-width: auto;
      min-width: auto;
    }
    .inicio .portada .centro .caja {
      transform: translate(35%, 100px);
    }
    .lista-post .centro-grib {
      display: grid;
      grid-template-columns: 1fr 1fr;
  }
}
  
  @media only screen and (max-width: 850px) {
    .menu .menu-caja .caja-texto {
      width: 100%;
    }
    /*.menu {
      z-index: 998;
    
      width: 100%;
      height: 100%;
    }*/
    header .nav nav .links-page {
      display: none  !important;
    }
    
      header .nav nav li.no {
        display: none !important;
      }

.vas .exhibidor {
  text-align: center !important;
}
.vas .exhibidor-d .caja-3 {
  text-align: center !important;
}
.vas .exhibidor p, .vas .exhibidor-d p {
  text-align: center !important;
}

.lista-post-home .centro-grib {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

    footer * {
        text-align: center;
    }
}

  @media only screen and (max-width: 560px) {
    .menu .menu-caja .caja-texto {
      display: none;
    }
  
    .menu-lateral span {
      display: none;
    }
    .seccion-aviso {
      display: none;
    }
  
    .inicio .portada .centro .caja {
      transform: translate(25%, 100px);
    }
    header {
      /*width: auto;
    width: 90%;
  
    margin: 0;
    padding: 10px 5%;*/
    }
    header .nav {
    }
    header .nav .titulo {
    }
    header .nav .sub-titulo {
    }
    header .nav nav {
    }
  
    header .menu .menu-caja li p {
      display: none;
    }

    .lista-post-colecciones .centro-grib {
      display: grid;
      grid-template-columns: 1fr;
    }
    .lista-post-home .centro-grib {
      display: grid;
      grid-template-columns: 1fr;
    }
    .lista-post .centro-grib {
      display: grid;
      grid-template-columns: 1fr;
  }

    .inicio .inicio-s-1 .caja .interior h1 {
      font-size: 1.5em !important;
    }
    .inicio .inicio-s-1 .caja .caja-auto {
      padding: 0 5%;
    }
}
@media only screen and (max-width: 450px) {

}
@media only screen and (max-width: 350px) {

  }


.post-c {
    text-align: justify !important;
    color: #000;
}

.sombras .creditos {
  background-color: #000;
  color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

