/*body fade in effect*/

.js body{
  opacity: 0;
  transition: opacity 0.5s linear;
}

.js body.render{
  opacity: 1;
}



.container-landingPage {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background-color: #c5dddd;
  position: relative; }
  @media (min-width: 0) and (max-width: 599px) {
    .container-landingPage {
      height: 100vh;
      min-height: 450px; } }
  @media (min-width: 600px) and (max-width: 999px) {
    .container-landingPage {
      height: auto; } }
  .container-landingPage .header {
    width: 50%;
    height: 100vh;
    background-color: #c5dddd;
    overflow: hidden;
    position: relative;
    float: left; }
    @media (min-width: 1000px) {
      .container-landingPage .header {
        min-height: 500px; } }
    @media (min-width: 600px) and (max-width: 999px) {
      .container-landingPage .header {
        width: 100%;
        float: none;
        display: block;
        min-height: 300px; } }
    @media (min-width: 0) and (max-width: 599px) {
      .container-landingPage .header {
        width: 100%;
        height: 40%;
        float: none;
        display: block;
        margin-bottom: 0px; } }
    .container-landingPage .header nav {
      display: inline-block;
      margin: 0; }
      .container-landingPage .header nav .logo {
        width: 80px;
        position: absolute;
        top: 40px;
        left: 6%; }
      .container-landingPage .header nav .social-media {
        position: absolute;
        bottom: 10%;
        left: 6%;
        margin: 0;
        padding: 0;
        }
        @media (min-width: 0) and (max-width: 599px) {
          .container-landingPage .header nav .social-media {
            left: auto;
            right: 6%;
            top: 40px; } }
        .container-landingPage .header nav .social-media .social-icon {
          margin-right: 10px;
        }
          .container-landingPage .header nav .social-media .social-icon img {
            width: 25px;
            height: 25px;
            object-fit: contain; }
            @media (min-width: 0) and (max-width: 599px) {
              .container-landingPage .header nav .social-media .social-icon img {
                width: 17px;
                height: 17px; } }
    .container-landingPage .header .subtitle {
      font-family: benton sans, sans-serif;
      margin: 0;
      margin-top: 10px;
      text-align: right;
      font-weight: lighter; }
      @media (min-width: 0) and (max-width: 599px) {
        .container-landingPage .header .subtitle {
          font-size: 0.9rem;
          line-height: 0.9rem; } }
      @media (min-width: 600px) and (max-width: 768px) {
        .container-landingPage .header .subtitle {
          font-size: 0.8rem; } }
      @media (min-width: 769px) and (max-width: 999px) {
        .container-landingPage .header .subtitle {
          font-size: 0.9rem; } }
      @media (min-width: 1000px) {
        .container-landingPage .header .subtitle {
          font-size: 1rem; } }
    .container-landingPage .header .title {
      position: absolute;
      width: 45%;
      top: 30%;
      left: 6%; }
      @media (min-width: 0) and (max-width: 599px) {
        .container-landingPage .header .title {
          top: auto;
          bottom: 22px; } }
      .container-landingPage .header .title .subtitle-desktop {
        display: block; }
        @media (min-width: 0) and (max-width: 599px) {
          .container-landingPage .header .title .subtitle-desktop {
            display: none; } }
      .container-landingPage .header .title .jarl {
        width: 100%; }
    .container-landingPage .header .subtitle-mobile {
      display: none; }
      @media (min-width: 0) and (max-width: 599px) {
        .container-landingPage .header .subtitle-mobile {
          display: block;
          position: absolute;
          bottom: 0;
          right: 6%;
          margin: 0; } }
    .container-landingPage .header .chiquito {
      margin: 0;
      padding: 0;
      width: 80%;
      height: 80%;
      max-height: 80%;
      max-width: 688px;
      position: absolute;
      bottom: 0px;
      right: 0px; }
      @media (min-width: 0) and (max-width: 599px) {
        .container-landingPage .header .chiquito {
          top: auto;
          bottom: 22px;
          right: 6%;
          width: 45%;
          height: calc(45vw / 1.7); } }
      .container-landingPage .header .chiquito img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: 100% 100%; }
  .container-landingPage .menu {
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box; }
    @media (min-width: 1000px) {
      .container-landingPage .menu {
        min-height: 500px; } }
    @media (min-width: 600px) and (max-width: 999px) {
      .container-landingPage .menu {
        width: 100%;
        min-height: 300px; } }
    @media (min-width: 0) and (max-width: 599px) {
      .container-landingPage .menu {
        width: 100%;
        height: 48%;
        background: #c5dddd;
        padding: 0 6%;
        padding-bottom: 0px; } }
    .container-landingPage .menu figure {
      padding: 0;
      margin: 0;
      flex: 50%;
      height: 25%;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      transition: background-color 0.5s ease-out;
      cursor: pointer; }
      .container-landingPage .menu figure:first-of-type {
        flex: 100%;
        display: none; }
        @media (min-width: 0) and (max-width: 599px) {
          .container-landingPage .menu figure:first-of-type {
            display: inline-block; } }
      .container-landingPage .menu figure:hover {
        background: #adc9c9; }
        .container-landingPage .menu figure:hover img {
          transform: scale(1.1); }
      @media (min-width: 0) and (max-width: 599px) {
        .container-landingPage .menu figure {
          flex: 45%;
          height: 15%;
          border: 1px solid rgba(173, 201, 201, 0.8);
          border-radius: 25px;
          margin: 0 3px; } }
      .container-landingPage .menu figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        transition: transform 0.5s ease-in; }
        @media (min-width: 0) and (max-width: 599px) {
          .container-landingPage .menu figure img {
            display: none; } }
      .container-landingPage .menu figure h3 {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        text-align: center;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        display: inline-block;
        text-transform: uppercase;
        font-family: benton sans, sans-serif;
        font-weight: bold;
        z-index: 2; }
        @media (min-width: 0) and (max-width: 599px) {
          .container-landingPage .menu figure h3 {
            font-size: 0.68rem;
            line-height: 0.8rem; } }
        @media (min-width: 600px) and (max-width: 768px) {
          .container-landingPage .menu figure h3 {
            font-size: 0.8rem; } }
        @media (min-width: 769px) and (max-width: 999px) {
          .container-landingPage .menu figure h3 {
            font-size: 0.9rem; } }
        @media (min-width: 1000px) {
          .container-landingPage .menu figure h3 {
            font-size: 1rem; } }
        @media (min-width: 0) and (max-width: 599px) {
          .container-landingPage .menu figure h3 {
            color: #000;
            width: 100%;
            height: 100%;
            padding: 5px 12px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; } }
  .container-landingPage .flecha {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    display: none; }
    @media (min-width: 0) and (max-width: 599px) {
      .container-landingPage .flecha {
        display: block; } }
  .container-landingPage .highlight {
    background-color: #adc9c9; }

.container-timelinePage {
  max-width: 998px;
  margin: 0 auto;
  padding: 80px 6% 20px 6%; }
  @media (min-width: 0) and (max-width: 599px) {
    .container-timelinePage {
      padding-top: 30px; } }
  .container-timelinePage .header {
    width: 80%;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 0) and (max-width: 599px) {
      .container-timelinePage .header {
        width: 100%;
        text-align: left; } }
    .container-timelinePage .header .smile {
      margin: 0;
      padding: 0;
      height: 60px;
    opacity: 0;
    transform: translateY(20px);
    transition:transform 0.5s ease-out,opacity 0.5s ease-out;}
      @media (min-width: 0) and (max-width: 599px) {
        .container-timelinePage .header .smile {
          height: 50px;
          margin: 15px 0; } }
      .container-timelinePage .header .smile img {
        height: 100%;
        object-fit: contain;
        display: block;
        margin: 0 auto; }
        @media (min-width: 0) and (max-width: 599px) {
          .container-timelinePage .header .smile img {
            display: inline-block; } }
    .container-timelinePage .header h1 {
      font-family: benton sans, sans-serif;
      font-weight: bold;
      opacity: 0;
      transform: translateY(20px);
      transition:transform 0.5s ease-out,opacity 0.5s ease-out;}
      @media (min-width: 0) and (max-width: 599px) {
        .container-timelinePage .header h1 {
          font-size: 1.8rem; } }
      @media (min-width: 600px) and (max-width: 768px) {
        .container-timelinePage .header h1 {
          font-size: 2.2rem; } }
      @media (min-width: 769px) and (max-width: 999px) {
        .container-timelinePage .header h1 {
          font-size: 2.5rem; } }
      @media (min-width: 1000px) {
        .container-timelinePage .header h1 {
          font-size: 2.75rem; } }
    .container-timelinePage .header p {
      font-family: benton sans, sans-serif;
      font-weight: lighter;
	  line-height: 140%;
      opacity: 0;
      transform: translateY(20px);
      transition:transform 0.5s ease-out,opacity 0.5s ease-out;}
      @media (min-width: 0) and (max-width: 599px) {
        .container-timelinePage .header p {
          font-size: 0.975rem;
          line-height: 1.5rem; } }
      @media (min-width: 600px) and (max-width: 768px) {
        .container-timelinePage .header p {
          font-size: 1.12rem; } }
      @media (min-width: 769px) and (max-width: 999px) {
        .container-timelinePage .header p {
          font-size: 1.12rem; } }
      @media (min-width: 1000px) {
        .container-timelinePage .header p {
          font-size: 1.12rem; } }

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

figure {
  margin: 0;
  padding: 0;
  display: inline-block;
width: 100%;
height:100%;}

li {
  list-style: none;
  display: inline-block; }
a{
  color:#000;
  font-weight: bold;
}
.show { visibility: visible; opacity: 1 !important; transform: translateX(0) !important;}
/* TIMELINE*/
.timeline{ max-width:980px; margin:0 auto; clear:both; position:relative; padding:20px; overflow:hidden;}
.timeline:before{ height:100%; content:''; border-left:1px dotted #AAA; position:absolute; top:0; left:50%; z-index:-1}

.timeline li{ z-index:9; width:50%; position:relative; margin:30px 0;}
.timeline li h2{ font-family: "benton sans", sans-serif;font-size:19px;}
.timeline li p{ font-family: "benton sans", sans-serif;font-size:15px; padding-bottom:10px; line-height: 140%; font-weight: lighter;}
.timeline li.item_dato.right{padding-left: 50px;}
.timeline li.item_dato.left{padding-right: 50px;}
.timeline .item_dato img{width: 100%; height:100%;object-fit: contain;}

.timeline li .dot { position: absolute; background: #c5dddd; height: 1px; width: calc(100% + 50px);; bottom: -5px; left:0px; z-index:-1}
.timeline li .dot:before { content: ''; border-radius: 50%;width: 15px; height: 15px; background: #c5dddd; display: block; position: absolute; top: -7px; right: -8px; z-index: 1;}
.timeline li .dot:after { content: ""; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; width: 5px; height: 5px; background: #7e9c9c; display: block; position: absolute; top: -2px; right: -3px; z-index: 2; }
.timeline li.right .dot {background: #c5dddd; bottom: -5px; top: auto; left: -50px; width: calc(100% + 50px); }
.timeline li.right .dot:before { background: #c5dddd; right:auto; left:-7px;}
.timeline li.right .dot:after{ right:auto; left:-2px;}

.timeline li.left{ transform: translateX(-120%); text-align:left; margin-top:0px;}


.timeline li.right{ margin-left:50%; transform: translateX(120%); text-align:right; padding-left:50px; }
.timeline li.item_dato h2 { position: relative; }
.timeline li.item_dato h2 span.hide { display: block; text-indent: -9999px; overflow: hidden; text-align: left; }

.timeline li.item_dato h2{  margin-bottom:15px;line-height: 130%;}
.timeline li.item_dato h2 a{ color:#000;}
/*.timeline li.item_dato h2 a:after { content: "\00BB"; margin-left: 5px; }*/
.timeline li.item_dato h2 a:hover{ color:#ED1B24;}
/*.timeline li.item_dato img { max-height: 250px; }*/
.timeline li.item_dato p{ font-size:15px;}
.timeline li.item_dato figure{ margin-bottom:10px;}
.timeline li.item_dato .pie-foto{ font-size:12px; color:#999; border-bottom:1px dotted #999; width:100%; padding:5px 0; line-height:135%; padding-left: 5%; }
.timeline li.item_dato .pie-foto.peq { margin-left: 35%; width: auto; display: block; }
.foto_dere{ float:right; z-index:5; margin-top:-13px; }
.embed-container { position: relative; padding-bottom: 56.25%; height: 100%; overflow: hidden; width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.embed-container iframe { border: none; }

.timeline .item_anho{ font-family: "benton sans", sans-serif; font-size:22px; background:#FFF; line-height:50px;  display:block; z-index:9; width:100%; clear: both; font-weight:normal;text-align: center;font-weight: bold }

.timeline li { transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); visibility: hidden; opacity: 0;}
.timeline li.show-it { visibility: visible; opacity: 1; transform: translateX(0);}


@media(max-width:767px){

  .timeline:before{}
  .timeline li{ width:100%; background:#FFF; padding-top:20px; }
  .timeline li.item_dato{ margin-left:0; padding-left: 0;}
  .timeline li.item_dato.right,.timeline li.item_dato.left{
    padding-left: 0;
    padding-right: 0;
  }

  .timeline li .dot,
  .timeline li.item_dato .dot{ top:0;}
  .timeline li.item_dato .dot { top: -10px; }
  .timeline li .dot:before,
  .timeline li.item_dato .dot:before { right:50%;margin-right: -8px; left:auto; }
  .timeline li .dot:after,
  .timeline li.item_dato .dot:after {right:50%;margin-right: -3px; left:auto; }
  .timeline li.item_dato .dot { left: 0; width: 100%; }
  .timeline li.item_disco{ margin-top:20px;}
  
  .timeline li h2 { font-size: 17px; padding-top: 15px;}
  .timeline li.right { text-align: left; }

}

 @media(max-width: 599px) {
   .timeline li h2 { font-size: 16px;}
}

/*-------------------footer style------------------*/
.footer{
  width: 100%;
  padding: 120px 0;
  background:#c5dddd;
  font-family: "benton sans", sans-serif;
  margin-top: 0;
}

.footer .footer-wrapper{
  width: 620px;
  margin:0 auto;
}
.footer .footer-header{
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  font-size: 30px;
}
.footer .credit{
  text-align: center;
  margin-bottom: 35px;
  font-size:15px;
}
.footer .credit h3{
  font-weight: bold;
  margin: 0px;
  line-height: 140%;
}
.footer .credit p{
  font-weight: lighter;
  margin: 0px;
  line-height:140%;
}

@media (max-width:768px){
  .footer{
    padding: 70px 0;
  }
  .footer .footer-wrapper{
    width: 80%;
    margin:0 auto;
  }
  .footer .footer-header{
    margin-bottom: 60px;
  }
  .footer .credit{
    margin-bottom: 30px;

  }
}
@media (max-width:599px){
  .footer{
    padding: 60px 0;
  }
  .footer .footer-wrapper{
    width: 90%;
    margin:0 auto;
  }
  .footer .footer-header{
    margin-bottom: 50px;
    text-align: left;
    font-size: 25px;
  }
  .footer .credit{
    margin-bottom: 20px;
    text-align: left;
    font-size:13px;
  }

}

.container-landingPage .header nav .social-media{
  z-index: 100;
}

.desktop{
  display: inline-block;
}
.mobile{
display: none;
}

@media (max-width: 599px) {
  .desktop{
    display: none;
  }
  .mobile{
    display: inline-block;
  }
}