html, body, .container {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}
.fadePages {
        animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    background: #08242d
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.text-contruccion {
    display: inline-block;
    padding: 30px 70px;
    color: #fff;
    border-radius: 7px;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'FFDINStdRegular';
}
@media (min-width: 300px) and (max-width: 1023px) {
  body {
    font-size: 16px !important;
  }
.text-contruccion {
  font-size: 23px;
      width: 100%;
}
.box-position-text img {
      width: 70%;
}
#warning-message .box-position-text img:first-child {
  width: 100%;
  margin-bottom: 60px;
}
#warning-message .box-position-text img:last-child {
  width: 35%;
}
.overflow-oeste {
  overflow: visible !important;
}

    
  
}
/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

@font-face {
  font-family: 'FFDINStdRegular';
  src:  url('../font/din/372E27_0_0.eot');
  src:  url('../font/din/372E27_0_0.eot?#iefix') format('embedded-opentype'),
        url('../font/din/372E27_0_0.woff') format('woff'),
        url('../font/din/372E27_0_0.ttf') format('truetype');
}
 
  
@font-face {
  font-family: 'FFDINStdBold';
  src:  url('../font/din/372E27_1_0.eot');
  src:  url('../font/din/372E27_1_0.eot?#iefix') format('embedded-opentype'),
        url('../font/din/372E27_1_0.woff') format('woff'),
        url('../font/din/372E27_1_0.ttf') format('truetype');
}
 
  
@font-face {
  font-family: 'FFDINStdCondensedBold';
  src:  url('../font/din/372E27_2_0.eot');
  src:  url('../font/din/372E27_2_0.eot?#iefix') format('embedded-opentype'),
        url('../font/din/372E27_2_0.woff') format('woff'),
        url('../font/din/372E27_2_0.ttf') format('truetype');
}

@font-face {
  font-family: 'LuckyFellasNarrow';
  src:  url('../font/LuckyFella/LuckyFellasNarrow.eot');
  src:  url('../font/LuckyFella/LuckyFellasNarrow.eot?#iefix') format('embedded-opentype'),
        url('../font/LuckyFella/LuckyFellasNarrow.woff') format('woff'),
        url('../font/LuckyFella/LuckyFellasNarrow.ttf') format('truetype');
}


@font-face {
  font-family: 'Roboto';
  src:  url('../font/roboto/Roboto-Regular.eot');
  src:  url('../font/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/roboto/Roboto-Regular.woff') format('woff'),
        url('../font/roboto/Roboto-Regular.ttf') format('truetype');
}

/* header */
header {
  font-family: 'Roboto', sans-serif; 
  font-size: 20px; 
  z-index: 9; 
  position: absolute; 
  color: white; 
  top: 0;  
  height: 120px;
  background: linear-gradient(to bottom, #0a1a1f91, rgba(0, 11, 15, 0));    
  width:100%;
}
.container-header {
  padding: 20px 40px;
}
.logo-header {
  width: 49%;
  display: inline-block;
}

/* Menú */
nav {
  text-align: right;
  display: inline-block;
  vertical-align: 
  text-bottom; 
  float: right;
}
nav ul {
  list-style-type: none;
  padding: 0;
}
nav ul li {
  display: inline-block; 
  padding:0 15PX; 
  font-family: 'FFDINStdBold'; 
  -webkit-font-smoothing: antialiased;
}
nav ul li:last-child {
padding-right: 0px !important;
}
nav ul li a{
  display: inline;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
nav ul li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 23%;
  right: 100%;
  bottom: -5px;
  background-image: url(../images/raya-3.png) !important;
      background-repeat: no-repeat;
  height: 4px;
  transition-property: left right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
nav ul li:first-child a:after {
  left: 0%;
} 
nav ul li a:hover:after,
nav ul li a:focus:after,
nav ul li a.active:after {
  right: 0;
  color: #7B8385;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li a.active {
  color: #fff;
  opacity: 0.5;
}
nav ul li a {
    color: white;
    text-decoration: none;
}

/* footer */
footer {
    height: 100px;
    background: linear-gradient(to top, #0a1a1f91, rgba(0, 11, 15, 0));  
    z-index: 9;
    position: absolute;
    bottom: 0;
    width: 100%; 
    font-family: 'Roboto', sans-serif; 
    color: #858c8e;  
    font-size: 14px;
}
.container-footer {
    padding: 37px 40px;
}
.container-footer nav ul li a, .footer-mobile li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}
.container-footer nav ul li a:after {
  left: 0px !important;
}
.container-footer nav {
    text-align: left;
    display: inline-block;     
    vertical-align: text-bottom;
    float: left;
}
.container-footer nav ul {
    list-style-type: none; 
    padding: 0;
        margin: 15px 0px;
}
.container-footer nav ul li {
    display: inline-block;
    padding: 0px !important;
}

.container-footer nav ul .separate {
    padding: 0 5px;
}
.logo-footer-telecincoes {
    width: 94px; 
    margin-left: 7px; 
    opacity: 0.5;
        vertical-align: baseline;
}
.container-rrss {
    display: inline-block; 
    float: right;     
    z-index: 9999999;
}
.container-rrss.box-section {
  position: fixed;
    bottom: 23px;
    right: 40px;
}
.container-rrss img {
  cursor: pointer;
}
.position-rrss {
  position: fixed; 
  width: 40px; 
  bottom: 7%;
}
.position-rrss img {
  margin-bottom:10px;
}

/* Background olas */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index:-1;
}
.body-zoom #myVideo {
    z-index:1;  
}

/* Estilos para la pagina de movil que solo se pueda ver portrait */
#block_land {
  position:absolute; 
  top:0; 
  left:0; 
  text-align:center; 
  background:white; 
  width:100%; 
  height:100%; 
  display:none;
}

/* Estilo para mostrar las rrss */
.hide {
display: none;
}

.masT5 {
  vertical-align: middle;
}
section {
height: 100%;
}

/* ---------------------------------------------------------------------------------------- pagina voltear ------------------------------------------------------------------ */
    @media only screen and (orientation:portrait){

   

        #warning-message { background-image: url(../images/background-mobile/bg-intro-portrait-mobile2x.jpg);
    z-index: 99999999999;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;     
    background-size: cover;}
    #warning-message .box-position-text {
      position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    height: 145px;
    margin-top: -80px;
    padding: 5px;
    }
        #warning-message .box-position-text img{
  display: block; margin-left: auto; margin-right: auto;
    }
            #warning-message .box-position-text img:last-child{
  margin-top: 20px;
    }

    }

    @media only screen and (orientation:landscape){

        #warning-message { display:none; }

    }




/* ---------------------------------------------------------------------------------------- HOME ------------------------------------------------------------------ */
/* Responsive Full Background Image Using CSS
 * Tutorial URL: http://sixrevisions.com/css/responsive-background-image/
*/
div.container-bg-home {
  background-image: url(../images/bg2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:transparent;
  opacity: 0.8;
}
/* For mobile devices */
@media only screen and (max-width: 767px) {
  div.container-bg-home {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(../images/background-photo-mobile-devices.jpg);
  }
}
.container-bg-home {
  display: table;
  padding-top: 0px;
  width: 100%;
}
.content-bg-home {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.content-bg-home img {
  width: auto;
}
.button {
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'FFDINStdRegular';
    letter-spacing: 1.3px;
    margin-top: 40px;
        transition: all 150ms linear;
        -webkit-transition:all 150ms linear;
}
.button:hover {
    opacity: 0.6;
}
/* Media Queries */
@media only screen and (max-width: 340px) {
  .container-bg-home {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  html, body, .container-bg-home {
    height: auto;
  }
}


/* ---------------------------------------------------------------------------------------- MAP ------------------------------------------------------------------ */





/* Hover de cada ubicacion */
img.img-ubicacion {
  opacity: 0; 
  cursor: pointer;
     transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
  
}
img.img-ubicacion:hover {
  opacity:1
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
        position: absolute;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}




/* ---------------------------------------------------------------------------------------- section scroll one page ------------------------------------------------------------------ */
.page-anchor-left {
    left: -30px;
    top: 50%;
    list-style: none; 
    position: fixed; 
    z-index: 1; 
    transform: rotate(90deg);
      height: 50px;
        width: 155px;
    text-align: center;
}
.box-link-anchor {
    text-transform: uppercase; 
    text-decoration: none; 
    font-family: 'FFDINStdRegular'; 
    font-size: 18px;
    font-weight: bold; 
    font-style: normal;  
    font-stretch: condensed; 
    line-height: normal; 
    letter-spacing: 1.5px; 
    color: #ffffff;
}
.text-link-anchor {
    display: block;
     text-shadow: 2px 1px 3px rgb(90, 90, 90);
}
.img-anchor {
    display: block; 
    margin-right: auto; 
    margin-left: auto; 
    margin-top: 6px;
}
.page-anchor-right {
    right: -30px;
    top: 50%;
    list-style: none;
    position: fixed;
    z-index: 1;
    transform: rotate(-90deg);
    height: 50px;
    width: 155px;
    text-align: center;
}

.scroll-one-page .onepage-pagination {
position: absolute;
    left: 36px;
    bottom: 10%;
    z-index: 3;
    list-style: none;
    margin: 0;
    padding: 0;
}
.scroll-one-page .onepage-pagination li a:before {
      content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.scroll-one-page .onepage-pagination li a.active:before {
    width: 8px;
    height: 8px;
    background: none;
    border: 2px solid black;
    margin-top: -4px;
    left: 5px;
    background: white;
    box-shadow: 0px 0px 0px 2px #fff;
}
.scroll-one-page section {
  opacity: 1;
}


/* ---------------------------------------------------------------------------------------- diferent sections ------------------------------------------------------------------ */
.box-position-img {
  width: 100%; 
  position: relative; 
  height: 100%; 
  text-align: center;
}
.box-position-img img {
  top: 55%; 
  position: absolute; 
  margin-top: -24%; 
  width: 90%; 
  left: 5%; 
  margin-left: auto;
}

/* ---------------------------------------------------------------------------------------- diferent sections ------------------------------------------------------------------ */

.img-full-width-colum-lef .container-img-background-left, 
.img-full-width-colum-right .container-img-background-right, 
.img-full-width-middle-bottom .container-img-middle-bottom,
.video-center .container-video-center,
.img-colum-right .container-img-colum-right,
.img-colum-left .container-img-colum-left {
  display: flex; 
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .img-full-width-colum-lef .container-img-background-left,  {
  flex-direction: column;
  }
}








.img-full-width-colum-lef .img-background {
  width: 100%;
  height: -webkit-fill-available; 
  overflow: hidden;  
  position: relative; 
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center right;
}
.img-full-width-colum-lef .container-text {
  width: 100%;
  position: relative;  
  float: right; 
  background: #08242d; 
  padding-top: 10%;
}
.img-full-width-colum-lef .title-actor {
  font-family: FFDINStdCondensedBold;
  font-size: 8vmin;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 11px;
  color: #ffffff; 
  margin: 0px 15vmin;
}
.img-full-width-colum-lef .sub-title {
  font-family: FFDINStdCondensedBold; 
  font-size: 2.5vmin; 
  font-weight: normal; 
  font-style: normal; 
  font-stretch: condensed; 
  line-height: normal; 
  letter-spacing: 2px; 
  color: #ffffff;
  margin: 0px 15vmin;
}
.img-full-width-colum-lef .text {
    opacity: 0.55;
    font-family: FFDINStdREGULAR;
    font-size: 3vmin;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    margin: 30px 15vmin;
}
.img-full-width-colum-right {
  background: #445e67; 
  background-repeat: no-repeat; 
  background-size: contain; 
  background-position: right center;
}

.img-full-width-colum-right .vertical-align-animal {
  display: table; 
  height: 430px !important;
}
.img-full-width-colum-right .vertical-align-animal .middle-animal {
  vertical-align: middle; 
  display: table-cell;
}

.img-full-width-colum-right .container-text {
  width: 50%;
      height: -webkit-fill-available;
  position: relative; 
  float: right; 
  padding-top: 12%;
}
.img-full-width-colum-right .title-animal {
  font-family: 'LuckyFellasNarrow'; 
  font-size: 80px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.95;
  letter-spacing: 2.9px; 
  color: #ffffff; 
  margin: 0px 100px;
}
.img-full-width-colum-right .text {
  opacity: 0.55; 
  font-family: FFDINStdREGULAR; 
  font-size: 22px; 
  font-weight: normal; 
  font-style: normal; 
  font-stretch: normal; 
    line-height: 1.5;
  letter-spacing: normal; 
  color: #ffffff;
  margin: 30px 100px;
}
.claim .img-background {
  
}
.container-claim {
  position: absolute; 
  bottom: 2%; 
  width: 100%; 
  text-align: center;
}
.img-full-width-middle-bottom {
  background: #08242d; 
  background-repeat: no-repeat; 
  background-size: contain; 
  background-position: center bottom;
}
.img-full-width-middle-bottom .container-text {
  width: 100%;
  height: -webkit-fill-available;
  position: relative; 
  float: right; 
  padding-top: 11%;
}
.img-full-width-middle-bottom  .title-panoramica {
  font-family: 'LuckyFellasNarrow'; 
  font-size: 92px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: 2.9px;
  text-align: center;
  color: #ffffff; 
  margin: 0px 100px;
}
.video-center {
  background: #08242d;
  background-size: cover;
}
.video-center video {
  width: 100%;
}
.video-center .title-video {
  font-family: 'FFDINStdREGULAR';
  font-size: 24px;
  color: #d8d8d8;
  line-height: normal;
  font-weight: normal;
  margin: 15px 16px 0 16px;
}
.video-center .container-video {
  width: 100%;  
  height: -webkit-fill-available;
  position: relative; 
  float: right; 
  text-align: center;
  padding-top: 10%;
}
.video-center .container-video .video2 {
    width: 38%;
    height: 54vh;
    display: inline-block;
    margin: 30px;
        vertical-align: top;
}

.video-center .container-video .video1 {
        vertical-align: top;

        height: 80vh;
        width: 57%; 
        margin: 0px auto;
}
.video-center .container-video .video3 {
        vertical-align: top;
            margin: 0px 20px;
        height: 255px;    
        width: 25%;
        display: inline-block;
}
.video-center .container-video .box-iframe-video {
  overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-center .container-video iframe {
left: 0;
    top: -1px;
    height: 101%;
    width: 101%;
    position: absolute;
}
.img-colum-right {
  background: #08242d;
}
.img-colum-right .container-text {
  width: 50%;
  position: relative;  
  float: right; 
  background: #08242d; 
  padding-top: 11%;
}
.img-colum-right .title-left {
  font-family: 'LuckyFellasNarrow'; 
  font-size: 80px; 
  font-weight: normal; 
  font-style: normal; 
  font-stretch: normal; 
  line-height: 0.95; 
  letter-spacing: 2.9px; 
  color: #ffffff; 
  margin: 0px 30px 0px 100px;
}
.img-colum-right .text {
  opacity: 0.55; 
  font-family: FFDINStdREGULAR; 
  font-size: 22px; 
  font-weight: normal; 
  font-style: normal; 
  font-stretch: normal; 
  line-height: 1.5; 
  letter-spacing: normal; 
  color: #ffffff;
  margin: 0px 30px 0px 100px;
}
.img-colum-right .container-img {
  width: 50%;
  height: -webkit-fill-available; 
  overflow: hidden;  
  position: relative; 
  background-repeat: no-repeat; 
  background-size: auto; 
  background-position: center center;
}
.img-full-width {
  background-repeat: no-repeat; 
  background-size: cover;
}
.img-full-width .container-text {
  width: 100%;
  height: 100%;  
  padding-top: 8%;
}
.img-full-width h2 {
  font-family: FFDINStdCondensedBold; 
  font-size: 68px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 11px; 
  color: #ffffff; 
  text-align: center; 
      position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 100%;
    margin: 0% 0 0 -50%;
}
.position-top-left {
  background-color: #08242d;
}
.position-top-left .img-background {
  width: 100%;
  height: 100%; 
  overflow: hidden;  
  position: relative; 
  background-repeat: no-repeat;     
  background-size: contain; 
  background-position: center 28%;
}
.position-top-left .container-text-fullwidth {
      position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
}
.position-top-left .container-text-fullwidth h2, .position-top-left .container-text-fullwidth .title-h2{
    font-family: 'LuckyFellasNarrow';
    font-size: 80px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.95;
    letter-spacing: 2.9px;
    color: #fff;
}
.background-light, .background-light .container-text {
  background: #445e67;
}
.img-colum-left {
  background-repeat: no-repeat; 
  background-size: cover;
}
.img-colum-left .container-img {
  width: 50%;
  height: 100%; 
  overflow: hidden;  
  position: relative; 
  background-repeat: no-repeat; 
  background-size: auto; 
  background-position: center center;
}
.img-colum-right .container-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.img-colum-left .container-text {
  width: 50%;
  height: 100%;  
  position: relative;  
  float: right; 
  padding-top: 8%;
}
.img-colum-left h2, .img-colum-right h2, .img-colum-left .title-h2, .img-colum-right .title-h2   {
  font-family: 'LuckyFellasNarrow'; 
  font-size: 80px; 
  font-weight: normal; 
  font-style: normal; 
  font-stretch: normal; 
  line-height: 0.95; 
  letter-spacing: 2.9px; 
  color: #ffffff; 
  margin: 0px 100px;
}
.img-colum-left .text {
   opacity: 0.55; 
   font-family: 'FFDINStdREGULAR'; 
   font-size: 22px; 
   font-weight: normal; 
   font-style: normal; 
   font-stretch: normal; 
   line-height: 1.5; 
   letter-spacing: normal; 
   color: #ffffff;
   margin: 0px 100px;
}


/* ---------------------------------------------------------------------------------------- menu movil y descktop ------------------------------------------------------------------ */
aside {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 2;
}
aside .toggle-overlay img {
  margin-right: 40px;
  margin-top: 10px;
}
aside .logo-footer-telecincoes {
    vertical-align: baseline;
}
.open {
  opacity: 1;
  visibility: visible;
}
.open .logo-header img {
      padding-top: 7px;
      width: 263px;
}
.height-menu-mobile {
    position: absolute;
    top: 50%;
    left: 42%;
    width: 500px;
    margin-left: -200px;
    height: 252px;
    margin-top: -80px;
    padding: 5px;
}
nav.mobile {
  text-align: center;
  width: 100%;
}
nav.mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.mobile ul li {
  align-items: center;
  flex: 1;
  line-height: 1.9;
  display: block;
}
nav.mobile ul li a {
  font-size: 1.2em;
  transition: all 0.5s ease;
  display: block;
  text-decoration: none;
  color: rgba(255,255,255,0.5);
}
nav.mobile ul li a:after {
    background-image: none !important;
}
ul.rrss-mobile, ul.footer-mobile {
  padding: 0;
  margin:20px 0 45px 0;;
  text-align: center;
  color: #858c8e;
}
ul.footer-mobile {
  margin-bottom: 0 !important;
}
ul.rrss-mobile li, ul.footer-mobile li{
  padding: 0;
  margin:0;
  list-style-type: none;
  display: inline-block;
      font-size: 13px;
}
ul.rrss-mobile li {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}
.z-index0 {
  z-index: 0;
}
button {
  padding: 15px 40px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  border-radius: 8px;
  transition: all 0.5s ease;
}

.close {
  position: fixed;
  top: 40px;
  right: 60px;
  color: #fff;
  z-index: 3;
  cursor: pointer;
  font-family: sans-serif;
}
.close span,
.close span:before,
.close span:after {
  border-radius: 4px;
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}
.close span {
  background: transparent;
}
.close span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.outer-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 85px;
  cursor: pointer;
}







/* ---------------------------------------------------------------------------------------- slider personajes ------------------------------------------------------------------ */

.dg-container{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height:600px;
    margin: auto;
}
.dg-wrapper{
  width: 481px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.dg-wrapper a{
  width: 482px;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.dg-wrapper a.dg-center {
}

.dg-wrapper a.dg-transition{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
  display: block;
  padding: 41px 0px 0px 1px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.dg-wrapper a div{
    text-align: center;
    font-size: 16px;
    width: 80%;
    bottom: -75px;
    display: none;
    position: absolute;
    font-family: 'FFDINStdREGULAR';
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    text-align: center;
    color: #7d9fa5;
    left: 10%;
}
.dg-wrapper a div span {
    color: #74787A;
    display: block;
    font-size: 14px;
        margin-top: 10px;
}
.dg-wrapper a.dg-center div{
  display: block;
}
.dg-container nav{
width: 92%;
    position: absolute;
    z-index: 1;
    bottom: 190px;
    left: 4%;
    margin-left: 0px;
}
.dg-container nav span{
  text-indent: -9000px;
  float: left;
  cursor:pointer;
      height: 55px;
      width: 55px;
  opacity: 0.8;

}
.dg-container nav span.dg-prev {
  background: transparent url(../images/slider/flecha-l.png) no-repeat top left;
}
.dg-container nav span.dg-next {
    background: transparent url(../images/slider/flecha-r.png) no-repeat top left;
    float: right;
}
.dg-container nav span:hover{
  opacity: 1;
}
.dg-container nav span.dg-next{
  background-position: top right;
  margin-left: 10px;
}


.toggle-overlay {
  display: none;
}

/* ---------------------------------------------------------------------------------------- barra cookies ------------------------------------------------------------------ */

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:90px;
    background-color: rgba(0, 0, 0, 1);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family: 'FFDINStdREGULAR';
    font-size:14px;
    top:40%;
}
 
.inner button.ok {
    padding:4px;
    color:#fff;
    text-decoration:none;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 6px 12px;
    margin-left: 20px;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#4dc6c7;
}

/* ---------------------------------------------------------------------------------------- videos ------------------------------------------------------------------ */


.container-video-1 {
  padding-top: 6%;
}
.container-video-1 .video1 {
  height: 80vh;
  width: 57%; 
  margin-top:0px;
  display: inline-block;
  vertical-align: top;
}




@media (min-width: 300px) and (orientation: landscape) { 
  .img-colum-right .container-img {
    background-size: contain;
  }
}
@media (min-width: 300px) and (max-width: 1024px) {
  video {
    display: none;
  }
    .box-position-img, .body-zoom {
    background-image: url(../images/fondo-arbol-tiny-2.jpg);
    background-size: cover;
  }
}
@media (min-width: 300px) and (max-width: 1023px) {
  .dg-container {
    height: 400px;
}
    .video3 {
    padding-top:10%;
  }
  .video-center .container-video {
    padding-top: 50px;
}
.video-center .container-video .video1 {
    height: 70vh;
}
.video-center .container-video .video2 {
    height: 47vh;
}
  .position-top-left .container-text-fullwidth h2,   .position-top-left .container-text-fullwidth .title-h2 {
    font-size: 50px;
}
  .container-video-1 .video1 {
    height: 65vh;
}
    .img-colum-left .container-img-colum-left .text {
        font-size: 16px !important;
    line-height: 1.4;
        margin: 10px 100px 0px 50px;
}
    .img-colum-left .container-text {
    padding-top: 70px !important;
}
  .img-colum-right .title-left {
    font-size: 9vmin !important;
}
  .img-colum-right .text {
        font-size: 16px !important;
    margin: 5px 50px 0px 100px !important;
}
    .img-full-width-colum-lef .text  {
          font-size: 16px !important;
      margin: 15px 19vmin 30px 10vmin !important;
      line-height: 1.4;
  }
  .img-full-width-colum-lef .title-actor {
    font-size: 7vmin;
}
.img-full-width-colum-right .title-animal, .img-colum-left h2 {
    font-size: 8vmin;
}
  .content-bg-home h1 {
        margin-top: -70px;
  }
  .dg-container nav {
    bottom: 30%;
}
  .img-full-width-colum-lef .container-text {
    padding-top: 5% !important;
}
.img-full-width-colum-right .container-text {
        padding-top: 30px;
}
.img-full-width-colum-lef .container-text {
    padding-top: 4%;
}
.img-full-width-middle-bottom {
    background-position: center 200px;
}
.img-full-width-middle-bottom .container-text {
    padding-top: 9% !important;
}
.img-colum-right .container-text {
    padding-top: 100px !important;
}
.container-claim {

        bottom: 5px !important;
}
  html {
    overflow: hidden;
  }
  #wrapper footer {
    display: block;
  }
  #wrapper .container-footer {
    padding: 56px 40px;
}
  .onepage-pagination {
    display: none;
  }
  .dg-wrapper a img {
        width: 50%;
}
  .page-anchor-right, .page-anchor-left {
    top: 45%;
  }
  .descktop {
    display: none;
  }
  .container-header .logo-header img {
      padding-top: 7px;
      width: 263px;
}
.open .logo-header {
  margin-top: 20px;
  margin-left: 40px;
}

  .toggle-overlay {
      display: inline-block;
    float: right;
    padding-top: 11px;
}
footer, .container-rrss  {display: none;}
}
.hamburger-menu {display: inline-block !important;}

  
}
.pagination {
    left: 36px;
    top: 68%;
    list-style: none;
    position: fixed;
    z-index: 1;
}

  .img-full-width-colum-lef .text  {
      font-size: 21px;
    margin: 15px 15vmin 30px 10vmin;
  }
  .img-full-width-colum-lef .sub-title {
        margin: 0px 15vmin 0px 10vmin;
  }
  .img-full-width-colum-lef .title-actor {
    margin: 0px 15vmin 0px 10vmin;
  }
  .img-full-width-colum-lef .container-text {
    padding-top: 9%;
  }


  .img-full-width-colum-right {
    background-position: right bottom;
    background-size: 55%;
  }
  .img-full-width-colum-right .title-animal, .img-colum-left h2 {
          font-size: 11vmin;
      margin: 0px 0px 0px 100px;
  }
    .img-full-width-colum-right .text{
        font-size: 2.9vmin !important;
    margin: 30px 0px 30px 100px;
  }


.img-colum-left .text {
        font-size: 2.9vmin !important;
    margin: 30px 0px 30px 100px;
  }



  .container-claim {
    bottom: 0;
  }


  .img-full-width-middle-bottom .container-text {
    padding-top: 11%;
  }
  .img-full-width-middle-bottom .title-panoramica, .img-colum-left h2 {
    font-size: 10vmin;
  }


  .img-colum-right .title-left {
    font-size: 10vmin;
    margin: 0px 50px 0px 100px;
  }
.img-colum-left h2, .img-colum-left .title-h2 {
    font-size: 11vmin;
    margin: 0px 88px 0px 50px;
  }
  .img-colum-right h2, .img-colum-right .title-h2  {
    font-size: 11vmin;
    margin: 0px 88px 0px 100px;
  }
  .img-colum-right .text {
    font-size: 21px;
    margin: 30px 50px 0px 100px;
  }
.img-colum-left .text {
    font-size: 21px;
    margin: 30px 100px 0px 50px;
  }
  .img-colum-right .container-text {
    padding-top: 11%;
  }

  .position-rrss {
    bottom: 65px;
  }
  .position-top-left .container-text-fullwidth {
    padding: 0 20px;
}
.img-colum-left .container-text {
    padding-top: 10%;
}
}

@media (min-width: 1024px) and (max-width: 1200px) {



  .img-full-width-colum-lef .text, .img-colum-left .text  {
      font-size: 2.5vmin;
    margin: 30px 9vmin;
  }
  .img-colum-right .text  {
      font-size: 2.5vmin;
    }
  .img-full-width-colum-lef .sub-title {
        margin: 0px 9vmin;
  }
  .img-full-width-colum-lef .title-actor, .img-colum-left h2 {
    margin: 0px 9vmin;
  }
  .img-full-width-colum-lef .container-text {
    padding-top: 15%;
  }

    .img-full-width-colum-right {
    background-position: right center;
    background-size: 62%;
  }
  .img-full-width-colum-right .title-animal, .img-colum-left h2 {
      font-size: 9vmin;
      margin: 0px 0px 0px 100px;
  }
  .img-full-width-colum-right .text, .img-colum-left .text {
    font-size: 3vmin;
    margin: 30px 0px 30px 100px;
  }
  .img-full-width-colum-right .container-text {
      padding-top: 24%;
  }


  .container-claim {
    bottom: 8%;
  }
  .claim .img-background {
    background-position: right center;
  }


  .img-full-width-middle-bottom {
    background-size: 132%;
  }
  .img-full-width-middle-bottom .container-text {
    padding-top: 15%;
  }


    .img-colum-right .title-left {
    font-size: 7vmin;
    margin: 0px 50px 0px 100px;
  }
   .img-colum-left h2 {
    font-size: 7vmin;
    margin: 0px 100px 0px 50px;
  }
  .img-colum-right .text,  {
    font-size: 2.5vmin
    margin: 0px 50px 0px 100px;
  }
  .img-colum-left .text {
        font-size: 2.5vmin;
    margin: 0px 100px 0px 50px;
  }
  .img-colum-right .container-text {
    padding-top: 15%;
  }
  .img-colum-left .container-text {
    padding-top: 19%;
  }
}

@media (min-width: 200px) and (max-width: 1024px) {


  .height-menu-mobile {
    top: 36%;
}
  .height-menu-mobile nav ul li {
        font-size: 35px;
}
ul.rrss-mobile li, ul.footer-mobile li {
    font-size: 16px;
    margin-top: 40px;
}

  .img-full-width-colum-right .title-animal, .img-colum-left h2, .img-colum-left .title-h2  {
        font-size: 9vmin;
}
.img-full-width-colum-right .text {
    font-size: 3.3vmin;
        margin: 10px 82px 0px 100px;
}
.img-full-width-colum-right .text {
    font-size: 3.3vmin;
        margin: 10px 82px 0px 100px;
}
.img-full-width-colum-right .title-animal .text {
    font-size: 2.9vmin;
        margin: 10px 82px 0px 0px;
}
.video-center .title-video {  
    font-size: 16px;
  }
  .box-link-anchor {
    font-size: 15px;
}

.img-full-width h2 {  
    top: 41%;
        left: 49%;
    }

  }


@media (min-width: 1024px) and (max-width: 1200px) {
  .video3 {
    padding-top:15%;
  }
  .img-full-width-colum-lef .text  {
      font-size: 2.5vmin !important;
  }
  .img-full-width-colum-right .title-animal, .img-colum-left h2 {
    font-size: 8vmin;
}
.img-full-width-colum-right .text, .img-colum-left .text {
    font-size: 3.3vmin;
}
.img-full-width-middle-bottom .container-text {
    padding-top: 19%;
}
.img-colum-right .text {
    font-size: 2.7vmin;
    margin: 20px 50px 0px 100px;
}
  }
@media (min-width: 1025px) and (max-width: 2000px) {   
  .video3 {
    padding-top:5%;
  }
}
