body {
    background-color: #93E2D5;
    margin:0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    overflow-x: hidden;

}

.meses {
    margin:  0 auto;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.grafico {
    overflow-x: hidden;
}

.graficodata {
    padding: 20px;
}

    /** NAVEGADOR **/

    /**--Adaptación de https://programadorwebvalencia.com/menu-responsive-design-con-boton-hamburguesa/--------**/
.logo {
    margin:20px;
    font-family: 'Prata', serif;
    font-size: 28px;
    font-weight: 900;
    color: #dafff9;
    padding-top: 8px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    padding: 25px;
    font-family: 'Lato', sans-serif;
    font-size:40px;
    z-index: 2000;
}


    /* Oculta el nav en la parte izquierda */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255,255,255,0.5872942927170868) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 100%);
    transform: translateX(-200vw);
    transition: 0.5s;
}

    /* Muestra el nav */
.nav--show {
    transform: translateX(0);
}

.nav__button {
    text-align: right;
    margin: 15px;
    font-size: 25px;
}

.nav__button, 
    .header__button-nav--open {
    opacity: 50%;
    color: #fff;
    border-width: 0px;
    background-color: rgba(0, 0, 0, 0.0);
    font-size: 25px;
    cursor: pointer;

}
.nav__button,
    .header__button-nav--open:hover {
    opacity: 1.0;
}

.nav__button,
  .header__button-nav--close {
  opacity: 50%;
  color: #333333;
  border-width: 0px;
  background-color: rgba(0, 0, 0, 0.0);
  transition: 0.5s;
  cursor: pointer;
}

.nav__button,
  .header__button-nav--close:hover {
      opacity: 1.0;
      font-size: 45px;
}

.nav__ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav__link {
    font-family: 'Lato', sans-serif;
    font-size:30px;
    font-weight: 100;
    color: #333333;
    display: block;
    padding: 20px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
  }

.nav__link:hover {
    color: #ffffff;
    background-color: #F2583E;
  }


.explicacion {
    display: flex;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    padding: 20px 40px 20px 40px;
    color: #202020;
    text-align: center;
    flex-wrap: wrap;
}




    /* FONDOS */

.previo {
    position: static;
    margin: auto;
    height: auto; /** Para que se adapte siempre a la pantalla inicial **/
    min-height: 650px;

  }

.parrafo2 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    margin: auto;
    max-width: 270px;
    box-sizing: border-box;
    padding: 20% 0px 0px 0px;
    text-align: left;

}
.ulprevio{
    list-style: none;
    font-size: 18px;    
    line-height: 1.5;
    background-color: #ffffff;
    padding: 20px;
    max-width: 270px;
    margin-top: 0px;

}

.liprevio {
        padding-bottom: 5px;
}

.liprevio a {
    color: #202020;
    text-decoration: underline #93E2D5;

}

.bloqueprevio {
margin-top: -100px;
}

.fechaprevio {
    max-width: 270px;
    text-align: right;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}


.inicio {
    position: static;
    margin: auto;
    height: 100vh; /** Para que se adapte siempre a la pantalla inicial **/
    min-height: 650px;
  }

.historia {
    background-color: #F2583E;
    position: static;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom:30px;
    min-height: 100vh; /* Para que tenga el tamaño de de la pantalla */

}

  .digital {
    position: static;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 35px;
    height: auto;
    background: rgb(147,226,213);
    background: linear-gradient(180deg, rgba(147,226,213,1) 73%, rgba(255,255,255,1) 100%);
}


  .papel {
    background-color: #FFF;
    position: static;
    box-sizing: border-box;
    padding-top: 55px;
    min-height: 700px;
    width: 100%;
}


.cronologia {
    background-color: #ffffff;
    position: static;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 35px;
    min-height: 100vh; /* Para que tenga al menos el tamaño de de la pantalla */
}

.contacto {
    background-color: #F2583E;
    position: static;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 90px;
    height: auto;
  min-height: 100vh;
}

.logos {
    overflow: hidden;
}

.izquierda {
    display: block;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    float: left;
    background: rgba(0, 0, 0, 0);
    width: 33.3%;
}

.final {
    background-color: #93E2D5;
    position:static;
    box-sizing: border-box;
    padding-top: 0px;
    height: auto;
  }

    /* CAJAS PARA PIEZAS VISUALES */

.trabajos {
    display: block;
    text-align: center;
    list-style: none;
    margin: auto;
    box-sizing: border-box;
    padding: 0px;
    overflow: visible;
    max-width: 1300px;
    height: auto;
    margin-bottom: 40px;

}

.trabajos .trabajo {
    width: 260px;
    height: auto;
    display: inline-grid;
    vertical-align: top;
    margin-bottom:  4px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}

.trabajos .trabajo a {
    text-decoration: none
}

   /*Caja negra*/

.trabajo:nth-of-type(1) {
    background-color: #ffffff;
    border-color: #ffffff;

}

    /**Hago dos rectángulos para compensar el espacio 'blanco' del gif de Marte / adaptado de https://www.lawebdelprogramador.com/foros/HTML/944146-Insertar-una-figura-rectangulos-cuadrado-e.html**/

.polig50{
    width:230px;
    height:45px;
    background:#333333;
}

.polig55{
    width:230px;
    height:45px;
    background:#333333;
}

.poli1 {
    width: 40px;
    heigh: 230px;
    background: #c6b19a;
    float: left;
}


.poli2 {
    width: 40px;
    heigh: 230px;
    background: #c6b19a;
    float: right;
}



    /* BREAKPOINT GALERÍA */

.galeriapapel {
    display: block;
    margin-top: 40px;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    margin: auto;
    width: 100%;
    text-align: center;
    max-width: 1300px;
}

.galeriapapel1 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}


.breakpoint  {
    max-width: 100%;
    margin: -2px;
}

@media (min-width: 700px) {
.breakpoint  {
    max-width: 50%;
    margin: -2px;
}
}

@media (min-width: 1200px) {
.breakpoint  {
    max-width: 25%;
     margin: -2px;
}
}

    /* FUENTES */
 
h1 {
    display: inline-block;
    font-family: 'Prata', serif;
    font-size:63px;
    font-weight: 900;
    color: #333333;
    margin:20% 15% 0% 15%;
}

.pre {
        font-family: 'Lato', sans-serif;
font-size:16px; 
color:#202020;
    font-weight: 100;
    line-height: 155%;
    text-align: center;
    margin: 15% 30% 15% 30%;

}
h3 {
    font-family: 'Lato', sans-serif;
    font-size:27px;
    font-weight: 100;
    color: #333333;
    margin: 3% 15% 15px 15%;
        text-align: left;
}

.historia .parrafo {
    font-family: 'Prata', serif;
    font-size:32px;
    color: #FFFFFF;
    margin: auto;
    max-width: 624px;
    box-sizing: border-box;
    padding: 0px 20px 35px 20px;
    text-align: center !important;
}

.digital .parrafo {
    font-family: 'Prata', serif;
    font-size:32px;
    font-weight: 400;
    color: #333333;
    margin: auto;
    max-width: 624px;
    box-sizing: border-box;
    padding: 0px 20px 35px 20px;
    text-align: center !important;
}

.trabajos .trabajo .titular {
    font-family: 'Lato', sans-serif;
    font-size:16px;
    font-weight: 700;
    color: #333333;
    margin-left:5%;
    margin-right:5%;
    text-align: center !important;
}

.trabajos .trabajo .fecha {
    font-family: 'Lato', sans-serif;
    font-size:12px;
    font-weight: 300;
    color: #333333;
    margin-left:5%;
    margin-right:5%;
    text-align: center !important;
}

.trabajos .trabajo .antetitulo {
    font-family: 'Lato', sans-serif;
    font-size:12px;
    font-weight: 700;
    color: #333333;
    margin: 10px;
    text-align: center !important;
    text-transform: uppercase;
}

.trabajo .imagen {
    width: 100%; 
    height: 230px; 
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    overflow: hidden; 
}

.trabajo .imagencont {
  width: 100%; 
  height: auto; 
  text-align: center;
}

.trabajo .imagen img {
    margin-bottom: 10px;
    max-width: 100%; 
    max-height: 100%; 
    object-fit: cover;
}

.trabajo .imagen2 {
    margin-bottom: 10px;
    background-color: #333333;
    max-width: 230px;
   max-height: 230px;
    margin: auto;
}

.papel .parrafo {
    font-family: 'Prata', serif;
    font-size:32px;
    line-height: 48px;
    font-weight: 400;
    color: #333333;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px 35px 20px;
    margin: auto;
    max-width: 624px;
    text-align: center !important;
}

.cronologia .parrafo {
    font-family: 'Prata', serif;
    font-size:32px;
        line-height: 48px;
    font-weight: 400;
    color: #333333;
    margin: auto;
    max-width: 624px;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    text-align: center !important;
}

.contacto .parrafo {
    font-family: 'Prata', serif;
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 10%;
    max-width: 624px;
    margin: auto;
    text-align: center !important;
}

.creditos {
    font-family: 'Lato', sans-serif;
    font-size:12px;
    font-weight: 700;
    color: #333333;
    margin-left:5%;
    margin-right:5%;
    text-align: center !important;
}



    /* Destacado */

.mark {
    color: #333333;
    background-color: #FFDE00;
        padding-left: 6px;
    padding-right: 6px;
}


.mark2 {
    color: #f2f2f2;
    background-color: #f05945;
    padding-left: 6px;
    padding-right: 6px;
}



    /* FLECHA */
    /* Adaptación de https://www.lawebdelprogramador.com/codigo/CSS/3221-Dibujar-una-flecha-con-html-y-css.html */
  
.triangulo {
    border-style: transparent;
    border-width: 18px;
    width: 0;
    height: 0;
    margin-left: 50%;
    margin-right: 50%;
    background-color: #93E2D5;
}


.triangulo>div {
    border-style: solid;
    border-width: 18px;
    width: 0;
    height: 0;
    position:relative;
    margin-left: 50%;
    margin-right: 50%;
}


@keyframes animainicio {
  from {top: -100px;}
  to {top: 40px;}
}
}

.triangulo.previo{
    border-color: #93E2D5 transparent transparent transparent;
}

.triangulo.previo>div {
    border-color: white transparent transparent transparent;
    top:-19px;
    left:-10px;
}


.triangulo.arriba{
    border-color: #93E2D5 transparent transparent transparent;
}


.triangulo.arriba>div {
    border-color: white transparent transparent transparent;
    top:-19px;
    left:-10px;
    animation-name: animainicio;
    animation-duration: 3s;  
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

    /* CAJA MAIL */

.cajamail a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none;
    color: #FFDE00;
}

.cajamail a:hover {
    color: #ffffff;
}

    /* REDES SOCIALES CON FLOAT */

.sticky-container {
    margin:0px;
    position: relative;
    float: left;
    padding-top: 20px;
    clear: both;
}

.sticky li {
    list-style:none;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    cursor:pointer;
}

.sticky li:hover {
    opacity: 60%;
}

.sticky li img {
    margin:5px 4px;
    margin-right:5px;
}

.premio {
    max-width: 260px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    margin-top: 20px;

}

.premiotar {
    position: absolute;
    margin-top: 8px;
    margin-left: 10px;
}
