
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Fuentes*/
.strato-light{
  font-family:"stratos-lights";
}

.strato, h1 {
  font-family:"stratos";
}

.ivy {
  font-family:"ivypresto-display";
}

.fw600 {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

h2 {
  font-family:"ivypresto-display";
  font-weight: 100;
}

h2 span {
  font-style:italic;
  font-weight: 300;
}

h3 {
  font-size: 2.8vw;
  font-family: "ivypresto-display";
  font-weight: 100!important;
  color: #fff3e5;
  line-height: .85em;
}

h3 span {
  font-weight: 300;
  font-style: italic;
}

/*Generales*/
body {
  width: 100vw;
  background: #0e1728;
  overflow-x:hidden;
  transition: background .3s ease;
}

body.bg-color {
  background:#fff3e5;
  transition: background .3s ease;
}

.container {
  width: 950%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

p {
  font-weight: 300;
  font-size: 15px;
  font-family: "stratos";
  text-align: left;
  text-transform: uppercase;
  line-height: 1.6em;
  text-align: justify;
 /* letter-spacing: -0.54px;*/
}

h2 {
  text-align: left;
  font-size: 5.4vw;
  line-height: .89em;
  letter-spacing : -2.6px;
}



.blanco {
  color:#fff3e5;
  transition: color .3s ease
}

body.bg-color .lila {
  color:#0e1728;
  transition: color .3s ease
}

.lila {
  color: #fff3e5;
  transition: color .3s ease;
}

body.bg-color .blanco {
  color:#0e1728;
  transition: color .3s ease
}

#masthead a, #masthead {
  /*color:#fff;*/
  color:#fff3e5;
  /*transition: color .3s ease, top .5s ease;*/
}

.menu-responsive {
  display:none;
  width: 29px;
  height: 23px;
}

.menu-responsive svg {
  width:100%;
  height:100%;
}

.m-responsive {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0e1728;
  right:-100%;
  transition: right .5s ease .2s;
  display:none;
}

.m-responsive ul {
    margin-top: -50px;
}

.open-menu .m-responsive {
    right: 0px;
}

.bg-color .menu-responsive line{
  stroke:#0e1728!important;
}


.m-responsive ul li {
  overflow: hidden;
}

.m-responsive ul li a{
  transform: translateY(100%);
  transition: all .5s ease!important;
}

.open-menu ul li:first-child a {
  transform:translateY(0px);
  transition: all .3s ease .4s!important; 
}

.open-menu ul li:nth-child(2) a {
  transform:translateY(0px);
  transition: all .3s ease .6s!important; 
}

.open-menu ul li:nth-child(3) a {
  transform:translateY(0px);
  transition: all .3s ease .7s!important; 
}

.open-menu ul li:nth-child(4) a {
  transform:translateY(0px);
  transition: all .3s ease 1s!important; 
}


.m-responsive div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.m-responsive a {
  font-size: 24px;
  line-height: 65.54px;
  letter-spacing: 3.12px;
  text-transform: uppercase;
  color: #fff3e5!important;
  font-family: "stratos";
  font-weight: 300;
}

.m-responsive p {
  font-size : 9px;
  line-height : 14.4px;
  letter-spacing : -0.27px;
  color : #FFF3E5;
  color : rgb(255, 243, 229);
  position: absolute;
  /*bottom:30px;*/
  top: calc(100vh - 100px);
  left: 50%;
  transform: translateX(-50%);
  max-width: 220px;
  width:100%;
  font-family: "stratos";
  font-weight: 300;
  opacity:0;
  transition: all .3s ease;
}

.open-menu .m-responsive p {
  opacity:1;
  transition: all .3s ease 1.2s;
}

.close {
  position: absolute!important;
  width: 29px!important;
  right: 30px!important;
  top: 40px!important;
  opacity: 0;
  transform: translateY(5px);
  transition: all .3s ease;
}

.open-menu .close {
  transition: all .3s ease .7s;
  opacity:1;
  transform: translateY(0px);
}

nav.anchor-nav a {
  font-family: "stratos";
  font-weight: 300;
  text-align: right;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing : 2.08px;
}

body.bg-color #masthead a, body.bg-color #masthead {
  color:#0e1728;
  /*transition: color .3s ease;*/
}

body.difference #masthead a, body.difference #masthead {
    color: #fff;
    transition: color .3s ease;
    /*mix-blend-mode: difference;*/
}

#masthead {
  position: fixed;
  width: calc(100% - 60px);
  left: 0px;
  top:0px;
  height: 50px;
  z-index: 99;
  padding: 30px;
  display: flex;
  align-items: center;
  transition: top 1s ease;
}


.logo,  .anchor-nav {
  transform: translateY(-150px);
}

.claim {
  margin-top:-200px;

}


.show-header .logo {
  transform:translateY(0px);
  transition: transform .5s ease;
}

.show-header .claim {
 margin-top:0px;
  transition: margin .5s ease .2s;
}

.show-header .anchor-nav {
  transform:translateY(0px);
  transition: transform .5s ease .4s;
}


.anchor-nav {
  transition:transform .5s ease;
}

.claim {
  transition: margin .5s ease .2s;
}

.logo {
  transition: transform .5s ease .4s;
}


#masthead .inner_masthead {
  width: 100%;
  display: flex;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}

#masthead .logo {
  justify-content: flex-start;
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;
  align-items: flex-end;
}

#masthead .vg {
    width: 63px;
}

.vg svg path {
  fill: #fff3e5!important;
}

.bg-color .vg svg path {
  fill: #0e1728!important;
}

/*
.logo .texto {
  margin-left: 20px;
  font-family: "stratos";
  font-weight: 300;
  font-size: 14px;
  transition: opacity .3s ease;
}*/

.logo .texto {
  margin-left: 20px;
  font-family: "stratos";
  font-weight: 300;
  font-size: 14px;
  transition: opacity .3s ease;
  letter-spacing: -0.18px;
  line-height: 15px;
  transform: translateY(4px);
  text-transform: uppercase;
}

.logo .texto span {
  font-weight: 900;
}

.remove-header .texto {
  opacity: 0;
  transition: opacity .3s ease;
}


#masthead .claim {
  justify-content: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 13px));
  font-size: 35px;
  font-weight: bold;
  font-family: "ivypresto-display";
  font-weight: 100;
  letter-spacing: -0.43px;
  cursor: pointer;
  top:-5px;
}

#masthead .claim span {
  font-style:italic;
  font-weight: 300;
}

.claim em.left {
    transform: translateX(1px);
}

.claim em.right {
    transform: translateX(-3px);
}

em.right-p {
    margin-left: 2px;
}

#masthead .anchor-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0px;
  top: 2px;
}

#masthead a {
  text-decoration: none;
  display: block;
  transition: padding .3s ease;
}

.anchor-nav a:after {
  width: 19px;
  height: 8px;
  content: "";
  background-image: url(/assets/img/flecha.svg);
  float: right;
  margin-top: 2px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0px;
  opacity: 0;
  transform:translateX(10px);
  transition: all .3s ease;
}

.bg-color .anchor-nav a:after {
  background-image: url(/assets/img/flecha-azul.svg);
}

.anchor-nav a:hover {
  padding-right:28px;
  transition: all .3s ease;
}

.anchor-nav a:hover:after {
  transform:translateX(0px);
  opacity:1;
  transition: all .3s ease;
}


.activo-que-es .anchor-nav a:first-child, .activo-panel-3 .anchor-nav a:first-child, .activo-panel-4 .anchor-nav a:first-child, .activo-panel-5 .anchor-nav a:first-child {
  padding-right:28px;
  transition: all .3s ease;
}

.activo-que-es .anchor-nav a:first-child:after, .activo-panel-3 .anchor-nav a:first-child:after, .activo-panel-4 .anchor-nav a:first-child:after, .activo-panel-5 .anchor-nav a:first-child:after{
  transform:translateX(0px);
  opacity:1;
  transition: all .3s ease;
}

.activo-audioguias .anchor-nav a:nth-child(2) {
  padding-right:28px;
  transition: all .3s ease;
}

.activo-audioguias .anchor-nav a:nth-child(2):after {
  transform:translateX(0px);
  opacity:1;
  transition: all .3s ease;
}

.activo-foto .anchor-nav a:nth-child(3), .activo-cultura .anchor-nav a:nth-child(3) {
  padding-right:28px;
  transition: all .3s ease
}

.activo-foto .anchor-nav a:nth-child(3):after, .activo-cultura .anchor-nav a:nth-child(3):after {
  transform:translateX(0px);
  opacity:1;
  transition: all .3s ease;
}

.activo-contenidos .anchor-nav a:nth-child(4) {
  padding-right:28px;
  transition: all .3s ease
}

.activo-contenidos .anchor-nav a:nth-child(4):after {
  transform:translateX(0px);
  opacity:1;
  transition: all .3s ease;
}

.panel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
  justify-content: flex-start;
}

.panel .inner_panel {
  width: calc(100vw - 60px);
  display: flex;
  justify-content: center;
  height: calc(100% - 145px);
  padding: 120px 30px 25px 30px;
}


#cultura .inner_panel {
  height: calc(100% - 291px);
  padding: 260px 30px 25px 30px;
}


/* Panel #1*/
#panel-1 {
  width:200%;
}

#panel-1 .inner_panel {
    width: calc(200vw - 60px);
}

.panel#panel-1 .inner_panel {
  align-items: center;
  justify-content: flex-start;
}

#panel-1 svg {
    height: 100%;
}

.v-gira {
    display: flex;
    width: 22.3vw;
}

.panel#panel-1 .uernica {
  transform:translateX(1500px);
}

#panel-1 h1 {
  font-size: 24vw;
  display:flex;
  font-weight: 600;
  color:#fff3e5;
  align-items: baseline;
  letter-spacing: -13px;
}

/* Panel #2*/
#que-es .inner_panel {
    flex-direction: column;
    justify-content: space-between;
    width:150vw;
}

#que-es .inner_panel .text-up {
  max-width: 450px;
  text-align: left;
  padding-left: 70%;
  padding-top: 15vh;
  opacity:0;
  /*transform: translateY(50px);*/
}


/* Panel #3 */
#panel-3 {
    background: #0e1728;
}
#panel-3 {
  /*width: 50%;*/
  width:40%;
}
#panel-3 .inner_panel {
  /*width: calc(50vw - 60px);*/
  width: calc(20vw - 60px);
  min-width: 500px;
}
#panel-3 .inner_panel {
    justify-content: center;
    align-items: center;
}


#panel-3 div h3 {
  padding: 0px 5.208vw;
  text-align: left;
}

/*Panel #4*/
#panel-4 {
  width: 120%;
}

#panel-4 .inner_panel {
  width: calc(180vw - 180px);
  padding-left: 150px!important;
}


#panel-4 .inner_panel {
  justify-content: flex-start;
  align-items: center;
  height: calc(100% - 63vh);
  padding: 180px 30px 259px 30px;

}

.fotos {
  display: flex;
  height: 100%;
  color: #000;
  width: 100%;
  max-width: 1800px;
  max-height: 400px;
}

.foto {
  background-size:cover;
  background-position: center center;
  max-height: 400px;
}

.foto.foto-1 {
  /*width: calc(40% - 10px);*/
  width:650px;
  margin-right:10px;
  background-image:url(../img/foto1.jpg);
}

.foto.foto-2 {
  width: calc(60% - 110px);
  margin-left:10px;
  background-image:url(../img/foto2.jpg);
}

span.caption {
  width: 100%;
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  margin-left: 10px;
  margin-top: 0px;
  font-family: "stratos";
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: -0.3px;
  transform: translateY(-10px);
}


/* Panel #5*/
#panel-5 .inner_panel {
  justify-content: flex-start;
  align-items: center;
  height: calc(100% - 470px);
  padding: 180px 30px 259px 30px;
}

#panel-5 h2 {
  max-width: 30%;
}

.fotos img {
    max-height: 100%;
}


.fotos div {
  position: relative;
}

.fotos .mascara {
  position: absolute!important;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff3e5;
}

.foto1 {
  transform: translateY(50px) rotate(7deg);
}

.foto2 {
    transform: translateY(-10px) rotate(-1deg);
}

.foto3 {
    transform: translateY(40px) rotate(-2deg);
}

.foto4 {
    transform: translateY(54px) rotate(-3deg);
}

.foto5 {
    transform: translateY(-50px) translateX(22px) rotate(-8deg);
}

/*Panel #6*/
#audioguias {
    width: 100%;
}

#audioguias .inner_panel {
    width: calc(250vw - 60px);
}

#audioguias .inner_panel {
    min-width: 4800px;
}


#audioguias .inner_panel {
  flex-direction: column;
}

/*
#audioguias .text-up {
  display: flex;
  height: 78%;
  align-items: center;
  max-width: 77%;
}*/


#audioguias .text-up {
  display: flex;
  height: 100%;
  margin-top: 0px;
  max-width: 100%;
  align-items: center;
}

#audioguias .text-bot {
  height: 22%;
  display: flex;
  align-items: end;
}

#que-es h2 {
    max-width: 50%;
}

#audioguias h2 {
  /*max-width: 40%;*/
  max-width: 85vw;
}
.guias {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  width:100%;
  height: 100%;
  align-items: center;
  max-width: 88%;
}

.inner_guia {
  /*background:#fff3e5;*/
  /*min-height:350px;*/
  max-width: 446px;
  position: relative;
  background-size: cover;
  background-position: center center;
  border: 2px solid #fff3e5;
  min-width: 446px;
}

.inner_guia {
  border-top-left-radius: 194px;
  border-bottom-right-radius: 197px;
  max-height: 320px;
  min-height: 320px;
}

.front {
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
  bottom: -2px;
  left: -2px;
  background: #fff3e5;
  border-top-left-radius: 194px;
  border-bottom-right-radius: 197px;
  display: flex;
}

.front img {
  max-width: 100%;
  float: left;
  position: absolute;
  bottom:0px;
  left: 0px;
}

 .responsive {
  display:none;
}



.back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0e1728;
  border-top-left-radius: 194px;
  border-bottom-right-radius: 197px;
  opacity: 0;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  text-align: left;
  overflow:hidden;
}


.inner_guia.enable .contenido-in .back div {
  transform:translate(0%);
  transition: transform .7s ease;
}


.back div {
  padding: 39px 26% 40px 40px;
  transform: translateY(100%);
   transition: transform .7s ease;
}

/*
.back p {
  font-size: 18px;
  font-weight: 400;
  font-family: "stratos";
  color:#fff3e5;
  line-height: 1.5em;
}
*/

.inner_guia .contenido-in {
    height: 100%;
    width: 100%;
}

.front {
  transition: all .3s ease;
}

.back {
  transition:all .3s ease .3s;
}

.guia {
    transform: translateY(30px);
}

.guia .front-in {
  position: absolute;
  width: 100%;
  bottom: 0px;
  /*height: calc(100% + 50px);*/
  height:100%;
  display: flex;
}


/*
.guia-5 .front-in {
  display: flex;
  justify-content: flex-end;
}



.guia-1 .front img {
  position: initial;
  border-top-left-radius: 260px;
}



/*
.guia-2 .front-in {
  height: calc(100% + 41px);
}

.guia-2 .front img {
    position: initial;
    border-top-left-radius: 272px;
    border-bottom-right-radius: 147px;
}



.guia-5 .front img {
  position: initial;
  border-bottom-right-radius: 200px;
}


.guia-6 .front-in {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left:-2px;
  display: flex;
  justify-content: flex-start;
}

.guia-7 .front-in {
  height: calc(100% + 67px);
  right: -2px;
  display: flex;
  justify-content: flex-end;
}

.guia-7 .front img {
  position: initial;
  border-bottom-right-radius: 200px;
}

.guia-6 .front img {
  position: initial;
  border-top-left-radius: 200px;
}

*/


.inner_guia.enable .contenido-in .front, .inner_guia.enable .contenido-in .front img{
  opacity:0;
  transition: all .5s ease;
}

.inner_guia .contenido-in .front img {
  transition: all .3s ease .3s;
}


.inner_guia.enable .contenido-in .back{
  opacity:1;
  transition: all .3s ease;
}



.botonera {
    position: absolute;
    right: -50px;
    top: 15px;
    width: 95px;
    z-index: 12;
}

.botonera .btn {
  width: 91px;
  height: 91px;
  border-radius: 100%;
  border: 2px solid #fff3e5;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0e1728;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
}

.btn .curved {
  position: absolute;
  right: -19px;
  transition: all .3s ease;
}

.btn.play .curved {
  right:-18px;
}

.btn .curved svg {
  margin-right:0px!important;
}

.btn .curved svg {
  width:20px!important;
}

.botonera .btn:hover {
  background:#fff3e5;
  border: 2px solid #0e1728;
  transition: all .3s ease;
}

.botonera .btn svg path, .botonera .btn svg line {
  transition: all .3s ease;
}

.botonera .btn:hover svg.iplay path {
  stroke: #fff3e5!important;
  transition: all .3s ease;
}


.botonera .btn:hover svg line {
  stroke:#0e1728!important;
}

.botonera .btn.info:hover svg.plus path {
  stroke:#0e1728!important;
  fill:transparent!important;
}

.botonera .btn.play {
  background: #fff3e5;
  transform: translateX(-10px)!important;
}


.botonera .btn.play:hover, .botonera .btn.play.active {
    background: #0e1728;
    border-color:#fff3e5;
}


.info.btn {
  margin-bottom: 20px;
  z-index: 99;
}

.play.btn {
  transform: translateY(-97px);
  opacity: 0;
  pointer-events: none;
}

.play .cerrar, .play .vermas {
    transform: translateX(-10px);
}

.enable .play.btn {
  pointer-events: initial;
}


.hover.ver {
  width: 20px;
  position: absolute;
  right: 0px;
  transition: all .3s ease;
}

.hover.ver {
  width: 20px;
  position: absolute;
  right: 0px;
  transition: all .3s ease;
}

.botonera .info.btn:hover .hover.ver {
  right:-25px;
  transition: all .3s ease .2s;
}

.hover.ver svg {
    width: 12px!important;
}

.hover.close-c svg {
    width: 12px!important;
}

.hover.close-c {
    width: 20px;
    position: absolute;
    right: 0px;
    transition: all .3s ease;
}

.enable .hover.ver {
  right:0px!important;
  transition: all .3s ease;
}

.enable .info.btn:hover .hover.close-c {
  right:-24px;
  transition: all .3s ease .5s;
}

.play .vermas svg, .play .cerrar svg {
  right: -5px;
}

.play .vermas svg {
  width: 19px!important;
  right:-5px;
}

.play.btn svg {
  width: 26px;
  margin-right: -10px;
}

.info.btn svg {
  width: 31px;
  transition: all .3s ease;
}

.botonera .text, .botonera .text2 {
  width:100%;
  height:100%;
  position: absolute;
  transition: all .3s ease;
  animation-direction: alternate;
  transition: transform .3s ease;
  opacity:0;
  animation:rot 10s linear infinite;
}

.circle .text span, .circle .text2 span {
    position: absolute;
    left: 50%;
    transform-origin: 0 60px;
    top: -19PX;
    text-transform: initial;
}

.circle .text p, .circle .text2 p {
  font-size: 10px;
  letter-spacing: 1.3px;
  font-weight: 400;
  font-family: "stratos";
}

.circle .inner-circle {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e1728;
  border-radius: 100%;
  transition: all .3s ease;
}

.circle.play .inner-circle {
    background: #fff3e5;
}



.botonera .btn:hover .inner-circle {
  background: #fff3e5;
  transition: all .3s ease;
}

.botonera .btn.play:hover .inner-circle {
  background:#0e1728;
  transition: all .3s ease;
}

.enable .circle.play.active .inner-circle {
    background:#0e1728;
}

.hover.escuchar svg {
  width: 15px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.play:hover .hover.escuchar svg {
  right: -11px;
  transition: all .3s ease .2s;
}

.active.play .hover.escuchar svg {
  right: 16px;
  transition: all .3s ease;
}

.hover.parar svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  transition: all .3s ease;
}

.active.play:hover .hover.parar svg {
  right: -11px;
  transition: all .3s ease .2s;
}





.enable .info:hover .text2 {
  opacity:1;
}

.enable .info:hover .text {
  opacity:0;
}

.info:hover .text {
  opacity:1;
}

.enable .play .vermas.text {
    opacity: 1;
}

.vermas, .cerrar {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
}

.vermas svg {
  width: 12px!important;
  position: absolute;
  right: -15px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

.cerrar svg {
  width: 12px!important;
  position: absolute;
  right: -15px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}


@keyframes rot {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}

.enable .info.btn .plus {
  transform: rotate(45deg);
  transition: all .3s ease;
}

.enable .play.btn {
  transform: translateY(0);
  opacity: 1;
  transition: all .3s ease;
}

.enable .btn.info .curved {
  opacity:0;
  transition: all .3s ease;
}

.btn .iplay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 4px), -50%);
}

.btn .iplay path {
  stroke:#0e1728;
  transition: all .3s ease;
} 



audio {
  z-index: 99999;
  position: absolute;
  display:none;
}

svg.ipause {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:20px!important;
    opacity: 0;
}


.active .ipause {
  opacity:1;
}

.active .iplay {
  opacity:0;
}


h4 {
  color: #fff3e5;
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
  font-family: "ivypresto-display";
  text-align: left;
  z-index: 2;
  position: relative;
  transform: translateX(30%);
  opacity: 0;
  z-index: 2;
}

.bg-color h4 {
  color:#0e1728;

}


/*Panel foto*/


#foto {
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-image:url("../img/arbol.jpg");
}

#foto .inner_panel {
    width: calc(50vw - 60px);
    padding:0px;
}

#foto .mask {
  width: calc(100% + 2px);
  height: 100%;
  background: #0e1728;
  position: absolute;
  top: 0px;
}




/*Panel #7*/
#cultura .inner_panel {
  justify-content: flex-start;
  align-items: center;
  padding-left:150px;
}

#cultura .col.col-40 {
  width: 40%;
  margin-right: 10%;
}

#cultura .col.col-20 {
  width: calc(20% - 30px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

#cultura .col.col-20:nth-child(3) {
  margin-left: 30px;
}

#cultura .col.col-20:nth-child(2) {
  margin-right:30px;
}

#cultura p {
  font-size: 15px;
  text-transform: uppercase;
  max-width: 660px;
  text-align: justify;
  float:right;
  margin-top: 0px;
  margin-right: 50px;
}

#cultura .row {
  max-width:85%;
  display:flex;
}

#cultura .row:nth-child(2) {
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  /*transform: translateY(50px);*/
}

#cultura .row:nth-child(2) div {
  max-width: 660px;
  width: 100%;
  display: flex;
  margin-top:80px;
  justify-content: space-between;
  margin-right: 50px;
}

#cultura svg {
  width: 120px;
  opacity:0;
  transition: opacity .3s ease
}

#cultura .show-logo svg {
  opacity:1;
  transition: opacity .3s ease
}

#cultura a, .back a {
  color:#fff3e5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "stratos";
  position: relative;
  transition: all .3s ease;
}


#cultura a:before, .back a:before  {
    width: 19px;
    height: 8px;
    content: "";
    background-image: url(/assets/img/flecha.svg);
    float: left;
    margin-top: 4px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0px;
    opacity: 0;
    transform:translateX(-10px) rotate(180deg);
    transition: all .3s ease;
}

#cultura a:hover, .back a:hover  {
  padding-left:28px;
  transition: all .3s ease;
}

#cultura a:hover:before, .back a:hover:before  {
  transform:translateX(-10px) rotate(180deg);
  opacity:1;
  transition: all .3s ease;
}


.back a {
  margin-bottom:30px;
  display: block;
}

.bg-color #cultura a {
  color:#0e1728;  
}


/*Panel #8*/

#contenidos .inner_panel {
  flex-direction: column;
  justify-content: space-between;
}

#contenidos .inner_panel .text-up {
  max-width: 650px;
  text-align: left;
  /*padding-left: 50%;*/
  margin-left:auto;
  padding-right:80px;
  padding-top: 18vh;
  opacity: 0;
  /*transform: translateY(50px);*/
}

#contenidos .text-bot h2:nth-child(2) {
    max-width: 100vw;
}

#contenidos p {
  margin-bottom: 15px;
}

#contenidos p:last-child {
  margin-bottom: 0px;
}

#contenidos p a {
  color:#0e1728!important;
}

.scroll {
    transform: translateX(50%);
}


/*Panel 9*/

#panel-9 {
  background: #0e1728;
}
#panel-9 {
  width: 25%;
}
#panel-9 .inner_panel {
  width: calc(25vw - 105px);
}

#panel-9 .rrss {
  /*padding-left: 30px;
  padding-right: 40px;*/
  text-align: left;
  margin-top: 90px;
  font-size: 18px;
  text-decoration: none!important;
  color: #fff3e5;
  line-height: 1em;
  font-family: "stratos";
  font-weight: 400;
}

#panel-9 .rrss a {
  font-size: 18px;
  text-decoration: none!important;
  color:#fff3e5;
  line-height: 1em;
  font-family:"stratos";
  font-weight: 400;
  position: relative;
}

#panel-9 .rrss a:after, #panel-9 .submenu a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background: #fff3e5;
  left: 0px;
  transition: all .3s ease;
}

#panel-9 .submenu a:after {
  bottom:6px!important;
  height:2px!important;
}

#panel-9 .rrss a:hover:after, #panel-9 .submenu a:hover:after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: #fff3e5;
  left: 0px;
  transition: all .3s ease;
}

/*
#panel-9 .submenu a:first-child:hover:after {
  height: 2px!important;
  bottom: 5px!important;
}*/


#panel-9 .inner_panel {
  justify-content: center;
  align-items: center;
  padding-top:70px!important;
  padding-left: 60px!important;
  padding-right: 60px!important;
  max-width: calc(100% - 120px)!important;
  min-width: calc(100% - 120px)!important;
  flex-direction: column;
  /*height: calc(100% - 95px);*/
  height: calc(100% - 120px);
  padding-bottom: 50px;
}

#panel-9 .bot {
  /*position: absolute;*/
  bottom: 30px;
  display: flex;
  align-items: baseline;
  /*width: calc(100% - 130px);*/
  /*width: calc(100% - 7.771vw);*/
  width:100%;
  justify-content: space-between;
  /*padding-right: 30px;
  padding-left: 24px;*/
  margin-top:auto;
}

#panel-9 .bot div {
    align-self: flex-end;
}

#panel-9 .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

#panel-9 .bot p {
  font-size: 10px;
  color:#fff3e5;
  line-height: 1.2em;
  text-transform: initial;
}

/*
#panel-9 .bot svg {
  width:70px;
}
*/

#panel-9 .bot svg {
  width:100%;
}

.bot p {
    transform: translateY(2px);
}

#panel-9 h4 {
  font-size: 25px;
  font-family: "stratos";
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify;
  color: #fff3e5;
  transform: none;
  opacity: 1;
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 40px;
  margin-top:-100px;
  text-transform: uppercase;
  font-style: normal;
}

 #panel-9 .submenu {
  /*padding-left: 30px;
  padding-right: 40px;*/
  /*margin-top:-100px;*/
  margin-top: -30px;
  /*display: flex;
  flex-direction: column;*/
 }

  #panel-9 .submenu a {
    font-size: 1.771vw;
    font-family: "stratos";
    font-weight: 400;
    line-height: 1.5em;
    display: block;
    float: left;
    width: auto;
    clear: both;
    color:#fff3e5;
    position: relative;
    cursor: pointer;
  }


#panel-9 h4 a {
  color:#fff3e5;
}

/*
#contenidos .col:first-child {
  display: flex;
  align-items: self-end;
  height: 100%;
}

#contenidos .col:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#contenidos .bot {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: baseline;
  width: calc(100% - 20px);
  justify-content: space-between;
}

#contenidos .bot p {
  font-size: 13px;
}

#contenidos .bot svg {
  width:90px;
}*/





/* Responsive */
@media (max-width:1100px) {
  
  body {
    overflow-x:hidden!important;
  }

  .container {
    width: 100%;
    flex-direction: column;
    height:initial!important;
    overflow-x: hidden;
  }

  #masthead {
    width: calc(100vw - 40px);
    padding: 20px;
    top:0px!important;
    height:63px;
  }

  .menu-responsive,
  .m-responsive {
    display:flex;
  }

  .open-menu .menu-responsive {
    opacity: 0;
    transform: translateY(5px);
    transition: all .3s ease;
  }

  .menu-responsive {
    transition: all .3s ease .5s;
  }

  #masthead .anchor-nav {
    display:none;
  }

  #masthead .inner_masthead {
    justify-content: end;
  }

  #masthead .logo, #masthead .anchor-nav {
    transform:translateY(0px);
  }

  .logo .texto {
    display:none!important;
  }

  #masthead .claim {
    display:none!important;
  }

  #panel-1, #panel-1 h1 {
    display:none!important;
  }

  .anchor-nav a:after {
    display:none!important;
  }
  .anchor-nav a:hover {
    padding-right: 0px!important;
  }

  #panel-1 {
    order:1;
  }

  #que-es {
    padding-top: 100px;
    order:2;
  }

  #panel-3 {
    order:3;
  }

  #panel-4 {
    order:5
  }

  #panel-5 {
    order:4
  }

  #audioguias {
    order:6;
  }

  #foto {
    order:7;
  }

  #cultura {
    order:8;
  }

  #contenidos {
    order:9;
  }

  #panel-9 {
    order:10;
  }

  #panel-1, #que-es, #panel-3, #panel-4, #panel-5, #audioguias, #cultura, #contenidos {
    width: 100%!important;
    min-width: 100%!important;
    max-width:100%!important;
  }

  #panel-3 {
    display:none;
  }

  .inner_panel {
    min-width: calc(100% - 40px)!important;
    max-width: calc(100% - 40px)!important;
    height: initial!important;
    width:100%!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    flex-direction: column!important;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }

   #contenidos .inner_panel {
    padding-top: 150px!important;
  }


  h2 {
    font-size: 64px;
    max-width: 100%;
    word-wrap: break-word;
    line-height: .85em;
    letter-spacing: -2.8px;
  }

  #panel-9 .inner_panel {
    padding-left:30px!important;
    padding-right:30px!important;
    max-width: 100%!important;
  }



  #panel-5 h2 {
    max-width: 75%;
    text-align: right;
    /*transform:translateX(120%);*/
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    opacity:1;
    /*transform:initial!important;*/
  }

  p, #cultura p {
    font-size: 16px;
  }

  #panel-3 {
    display:none;
  }

  #panel-1 .uernica {
    transform: none!important;
  }
  
  #que-es h2 {
    max-width: 88%;
  }

  #que-es .inner_panel .text-up {
    max-width: 100%;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
    transform: none;
  }

  #que-es .text-up {
    order: 2;
  }

  #que-es .text-bot {
    order: 1;
    margin-bottom:70px;
    height: calc(100vh - 280px);
    display: flex;
    align-items: flex-end;
  }

  #foto {
    width:100%;
    height:500px;
  }

  span.caption {
    margin-top: 0px;
    transform: translateY(5px);
  }

  /*
  #panel-4 {
    background: #fff3e5;
  }
  */
  #foto .mask {
    /*display:none!important;*/
    width: 100%;
    left: 0px;
  }

  .bg-color .mask {
    background:#fff3e5;
  }

  .fotos img {
    max-height: initial;
    max-width: 100%;
  }

  /*
  .foto1, .foto2, .foto3, .foto4, .foto5 {
    transform: initial!important;
  }
  */

  .foto1 {
    transform: translateX(50px) rotate(5deg);
  }

  .foto2 {
    transform: translateX(-30px) rotate(-10deg);
  }

  .foto3 {
    transform: translateX(40px) rotate(-6deg);
  }

  .foto4 {
    transform: translateX(-54px) rotate(9deg);
  }

  .foto5 {
    transform: translateY(50px) translateX(22px) rotate(-8deg);
  }


  #audioguias .text-up {
    height: auto;
    order: 2;
  }

  #audioguias .text-bot {
    height: auto;
    order: 1;
    margin-bottom:150px;
  }


  .guias {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .guia {
    padding-bottom: 100px;
    width:100%;
  }

  .inner_guia {
    /*max-width: 100%;
    min-width: 100%;*/
    /*min-height: 300px;*/
    max-width: calc(100% - 30px)!important;
    min-width: calc(100% - 30px)!important;
    min-height: 240px;
    margin-top: 0px;
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
    z-index: 1;
    transform: translateY(30px);
  }

  h4 {
    font-size: 42px;
  }

  .hover {
    display: none!important;
  }

  .back p {
    font-size: 14px;
  }

  .back {
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
  }
 
  .botonera .btn {
    width: 65px;
    height: 65px;
  }


 .front img {
    /*border-bottom-right-radius: 197px;*/
    filter: blur(0px);
    max-height:100%;
  }

  .front .desktop {
    display:none;
  }

  .responsive {
    width: auto;
    max-height: 190px;
    display: block;
    transform: rotate(15deg);
  }

  .sfoto {
    
    display: block;
    margin: 0 auto;
    float: initial;
    position: absolute;
    top: -85px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
  }

  .inner_guia .contenido-in .back {
    opacity:1;
  }


  .bg-color .inner_guia .contenido-in .back .lila {
    color:#fff3e5;
  }

  .bg-color .botonera .btn.play {
    border-color:#0e1728;
  }

  .back div {
    transform:none!important;
  }

  .info.btn {
    display:none;
  }

  .play.btn {
    transform: none;
    opacity: 1;
    pointer-events: initial;
  }

  .bg-color .caption {color:#0e1728;}
  .caption {color:#fff3e5;}


  #audioguias .text-up {
    height:auto;
  }

  #audioguias h2 {
    max-width: 100%;
  }


  .back div {
    padding: 30px 60px 30px 30px;
  }

  .botonera {
    right: -33px!important;
    top: 20px!important;
    width: 67px!important;
    bottom: -40px!important;
    display: flex!important;
    height: 67px!important;
  }

  .botonera .play.btn {
    margin-bottom: 0px;
    margin-right: 15px;
  }

  .botonera .btn .curved {
    display:none!important;
  }

  .botonera .btn.play {
    transform: translateX(0px)!important;
  }

  #panel-3 div h3 {
    padding: 0px;
  }

  #panel-4 .inner_panel {
    padding-left:20px!important;
    padding-top:80px!important;
    padding-bottom: 100px!important;
  }

  .fotos {
    flex-direction: column;
  }

  .fotos img {
    margin-bottom: 20px;
  }

  .fotos div:last-child img {
    margin-bottom: 0px;
  }

  .fotos {
    max-height: 100%;
  }

  #panel-5 .inner_panel {
    padding-bottom: 0px!important;
    align-items: flex-end;

  }
  
  #cultura p {
    margin-top:70px;
    margin-right: 0px;
  }

  #cultura svg {
    /*opacity:1;*/
    display:none;
  }

  #cultura .row:nth-child(2) div {
    margin-top:30px;
    margin-right: 0px;
  }

  #cultura .row {
    max-width: 100%;
    opacity: 1!important;
    transform: none!important;
  }

  #contenidos .inner_panel .text-up {
    max-width: 100%;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    order:2;
    opacity:1!important;
    transform: none!important;
    padding-right: 0px;
  }

  #contenidos .inner_panel .text-bot {
    order: 1;
  }

  #cultura .inner_panel {
    flex-direction: column!important;
    padding-top: 150px!important;
    padding-bottom: 120px!important;
  }

  #cultura .inner_panel .col-100 {
    max-width:100%;
  }

  .scroll {
    transform: none;
  }

  #contenidos .text-bot h2:nth-child(2) {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .col-40, .col-20, .extra-row .col.col-60 {
    width:100%!important;
  }

  #cultura .col.col-20:nth-child(3) {
    margin-left: 0px!important;
  }

  #cultura .col.col-40 {
    margin-right: 0px!important;
  }

  #cultura .col.col-20:nth-child(2) {
    margin-right: 0px!important;
  }


  #contenidos .bot {
    flex-direction: column;
    position: relative!important;
    width:100%!important;
  }

  #panel-9 {
    width: 100%;
  }

  #panel-9 h4 {
    margin-top:0px;
    padding-left:0px;
    padding-right:0px;

  }

  #panel-9 .rrss {
    padding-left:0px;
    padding-right:0px;
    margin-top:40px;
  }

  #panel-9 .botonera {
    position: relative;
  }

  #panel-9 .bot {
    position: relative;
    bottom: 0px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 140px;
  }
  /*
  #panel-9 .bot svg {
    width: 55px;
  }*/

  #panel-9 .bot svg {
    width: 100%;
  }

  .circle .text {
    display: none!important;
  }


  .botonera .play.btn {
    margin-left:0px;
    margin-right:0px;
  }

  .contenido-extra {
    padding-top:120px!important;
  }

  .extra-row-in {
    flex-direction: column;
  }

  #panel-9 .submenu a {
    font-size: 30px;
  }


}


.cargando-cascos .ready {
  display:flex;
}

.ready {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #0e1728;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  display:none;
  text-align: center;
}

.ipad {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff3e5;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display:none;
}

.inned_ipad {
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: space-between;
}

.inned_ipad .gif {
  display:flex;
  width:75%;
  align-self: center;
}

.msg {
    line-height: 1.5em;
    align-self: center;
    width:25%;
    transform: translateY(0px);
    background:#0e1728;
    height:100%;
    display: flex;
    align-items:center;
    color:#fff3e5;
}

.msg p {
  padding-left:30px;
  padding-right: 30px;
  font-size: 20px;
}

.ready img {
    max-width: 100%;
}


.ready_inner {
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width:100%;
}

.ready svg {
  margin-left:auto;
  margin-right: auto;
}

.ready svg path {
    fill: #fff3e5;
}

.ready p {
  text-align: justify;
  color:#fff3e5;
  font-size : 16px;
  line-height : 21.54px;
  letter-spacing : 2.08px;
  letter-spacing: 2.08px;
  max-width: 210px;
}

#animacion-ready {
  width:100%;
  justify-content: center;
  align-items: center;
  display:flex;
}


#animacion-ready svg {
  width:100%;
}

.item svg {
  transform: rotate(-90deg);

}

.item .circle_animation {
  stroke-dasharray: 155; 
  stroke-dashoffset: 155;
  transition: all 1s linear;
}

#countdown {
  color: #fff3e5;
  font-size: 45px;
  margin-bottom: 30px;
  height:30px;
}





/* Media Query for Tablets Ipads portrait mode */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
      .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    }
    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
    }
    
  }


  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    } 
    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
    }
  }

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {
    .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    }
    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
    }
  }


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  .ipad {
     display:block;
  }
  body {
      overflow: hidden!important;
  }

  #animacion-ipad svg {
      max-height: calc(100vh - 50px);
    }

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .ipad {
     display:block;
  }

  .msg {
    width:100%;
    justify-content: center;
  }

  .msg p{
    font-size: 24px;
  }

  .inned_ipad {
    flex-direction: column;
    position: relative;
    flex-direction: column;
  }

  .gif {
    width:100%!important;
  }

  .gif img {
    max-width: 100%;
  }


}

@media (max-width: 1181px) and (max-height:825px;) {
  .ipad {
     display:block;
  }

}

@media (max-width: 1200px) and (max-height:850px;) {
  .ipad {
     display:block;
  }

}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation : landscape) { 
  .ipad {
    display:block;
  }

  body {
      overflow: hidden!important;
  }
  #animacion-ipad svg {
      max-height: calc(100vh - 50px);
      margin-top:-50px;margin-top:-50px;
    }

}



/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    }
    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
      margin-top:-50px;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    }
    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
      margin-top:-50px;
    }

    .inned_ipad {
      position: relative;
      flex-direction: column!important;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    }
    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
      margin-top:-50px;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    }
    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
      /*margin-top:-50px;*/
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }

    .inned_ipad {
      height:100%;
    }

    .inned_ipad .gif
     {
      height:100%;
      margin-left: 0px!important;
     }

     .inned_ipad .gif svg
     {
      width:100vw!important;
     }

     .inned_ipad .msg
     {
      height:auto;
      padding-top: 30px;
      padding-bottom: 30px;
     }

    .inned_ipad {
      position: relative;
      flex-direction: column!important;
      height:100%;
    }

    .msg {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
  }

    #animacion-ipad {
      position: absolute;
      top: calc(50% + 26px);
      left: 50%;
      transform: translate(-50%, -50%);;
    }

    .msg p {
      font-size: 20px;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }

}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    }
    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
      margin-top:-50px;
    }
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }

    .inned_ipad {
      position: relative;
      flex-direction: column!important;
    }

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }

}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    }
    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
      margin-top:-50px;
    }
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }

    .inned_ipad {
      position: relative;
      flex-direction: column!important;
    }

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .ipad {
       display:block;
    }
    body {
      overflow: hidden!important;
    }

    #animacion-ipad svg {
      max-height: calc(100vh - 50px);
      margin-top:-50px;
    }

}




@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .ipad {
       display:block;
    }


}


.bg-color ::-moz-selection { /* Code for Firefox */
  color: #fff3e5;
  background: #0e1728;
}

.bg-color ::selection {
  color: #fff3e5;
  background: #0e1728;
}

::-moz-selection { /* Code for Firefox */
  color: #0e1728;
  background: #fff3e5;
}

::selection {
  color: #0e1728;
  background: #fff3e5;
}

::-webkit-scrollbar {
  width: 3px;
  background-color: transparent!important;
}

::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 0px;
}


/*Laptops*/
@media (min-width:1000px) and (max-height:700px) {
  .caption {
    font-size: 8px!important;
  }

  #masthead .claim, h4 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 5vw;
  }

  #masthead .vg {
    width: 66px;
  }

  nav.anchor-nav a {
    font-size:11px;
  }

  #panel-3 .inner_panel {
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }


  .guias {
  	align-items: flex-start;
  }

  .inner_guia {
    max-height: 280px;
    min-height: 280px;
    /*min-width: 406px;
    max-width: 406px;*/
  }

  .front img {
    max-width: 90%;
  }

  #audioguias .inner_panel {
    padding-top:100px!important;
  }

  .guia-2 .inner_guia .contenido-in .front img {
    left: initial;
    right: 8px;
    border-bottom-right-radius: 183px;
  }

  .guia-1 .contenido-in .front img {
    left: 0px;
    max-width: 82%;
  }

  .guia-4 .contenido-in .front img {
    left: initial;
    right: -1px;
    border-bottom-right-radius: 197px;
  }

  .guia-5 .contenido-in .front img {
    left: -1px;
    max-width: 82%;
    border-top-left-radius: 255px;
  }

  .guia-6 .contenido-in .front img {
    left: initial;
    right: 20px;
    max-width: 82%;
    bottom: -1px;
  }
  .guia-7 .contenido-in .front img {
    max-width: 82%;
    bottom: -1px;
    border-top-left-radius: 266px;
    left: -4px;
  }

  #cultura .inner_panel {
    height: calc(100% - 177px);
    padding: 150px 30px 25px 100px;
  }

  #contenidos .inner_panel .text-up {
    padding-top: 5vh;
    padding-left: 35%;
  }




}

/*Big screens*/
@media (min-width: 1990px) {
  .guias {
    align-items: center;
  }
}

@media (max-width: 640px) {
  #que-es h2, #audioguias h2 {
    max-width: 300px;
  }

  #cultura h2 {
    max-width: 278px;
  }

  #contenidos .text-bot h2:nth-child(2) {
    max-width: 250px;
  }


}

@media (max-width: 840px) {
  .inned_ipad .gif {
    display: flex;
    width: 75%;
    align-self: center;
    justify-content: center;
    margin-left: -20px;
    align-items: center;
  }
}

#animacion-ipad svg {
  max-height:calc(100vh - 10px);
}




/*Comntenidos excta*/

.opened-fancy {
  overflow: hidden!important;
}

.contenido-extra {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #0e1728;
    width: 100%;
    min-height: 100%;
    overflow-y: scroll!important;
    visibility: hidden;
    height: 100%;
    padding-top:300px;
    transform: translateY(20px);
    opacity:0;
    transition: transform .3s ease .1s, opacity .4s ease .1s, visibility .1s ease .3s;
}

.opened-fancy #masthead .anchor-nav, .opened-fancy #masthead .menu-responsive {
  visibility: hidden;
  opacity:0;
  transition:opacity .3s ease, visibility .1s ease .3s;
}


.opened-fancy-1 .contenido-extra-1 {
  visibility: visible;
  opacity:1;
  transform: translateY(0px);
  transition: transform .3s ease .4s, opacity .4s ease .4s, visibility .1s ease .3s;
}

.opened-fancy-2 .contenido-extra-2 {
  visibility: visible;
  opacity:1;
  transform: translateY(0px);
  transition: transform .3s ease .4s, opacity .4s ease .4s, visibility .1s ease .3s;
}

.opened-fancy-3 .contenido-extra-3 {
  visibility: visible;
  opacity:1;
  transform: translateY(0px);
  transition: transform .3s ease .4s, opacity .4s ease .4s, visibility .1s ease .3s;
}

.inner-contenido-extra {
    padding: 0px 30px 130px 30px;
}

.opened-fancy .vg svg path {
  fill:#fff3e5!important;
  transition: fill .3s ease .3s;
}

.close-fancy {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity:0;
  transition:opacity .3s ease, visibility .1s ease .3s;
  top:0px;
}

.close-fancy span {
  color: #fff3e5;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 100!important;
  line-height: 25.09px;
  letter-spacing: 2.08px;
  font-family:"stratos";
  margin-right: 12px;
}

.close-fancy img {
  width: 20px;
  transition: all .3s ease;
}

.close-fancy:hover img {
  transform: translateX(-8px);
  transition: transform .3s ease;
}

.opened-fancy .close-fancy{
  visibility: visible;
  opacity:1;
  transition: opacity .3s ease;
}

.opened-fancy #masthead .claim {
  color:#fff3e5;
  transition: color 1s ease .1s;
}


.extra-row h2, .extra-row h3, .extra-row p {
  color: #fff3e5!important;
}

.extra-row p {
    max-width: 755px;
}

.extra-row h3 {
  font-family: "stratos";
  font-size: 34px;
  margin-top: 40px;
  text-decoration: underline;
}

.extra-row {
  display: flex;
  height: calc(100vh - 130px);
  flex-direction: column;
}

.extra-row-in {
    display: flex;
}

.extra-row  .col.col-40 {
    width: 42%;
}

.extra-row  .col.col-60 {
    width: 58%;
}


.extra-row  .col.col-100 {
    width: 58%;
}

.mt40 {
  margin-top:40px;
}

.col-90 {
  width:90%;
}

.botones {
  margin-top: 30px;
  margin-left:10px;
  display:flex;
  text-transform: uppercase;
  /*letter-spacing: 2.08px;*/
}

.boton a {
  color:#fff3e5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "stratos";
  position: relative;
  transition: all .3s ease;
}

.boton img {
    width: 20px;
    transform: translateX(-10px) rotate(180deg);
    transition: all .3s ease;
}

.boton a:hover img {
    transform: translateX(-3px) rotate(180deg);
    transition: all .3s ease;
}

.boton-2 {
  padding-left:40px;
}




@media (max-width: 1100px) {
  .extra-row {
    height: auto!important;
    margin-bottom: 100px!important;
    position: relative!important;
  }

  .extra-row .col.col-100 {
    width:100%!important;
  }

  .mtr40 {
    margin-top:40px;
  }


  .opened-fancy-1 .contenido-extra-1 {
    transition: transform .3s ease .1s, opacity .4s ease .1s, visibility .1s ease!important;
  }

  .opened-fancy-2 .contenido-extra-2 {
    transition: transform .3s ease .1s, opacity .4s ease .1s, visibility .1s ease!important;
  }

  .opened-fancy-3 .contenido-extra-3 {
    transition: transform .3s ease .1s, opacity .4s ease .1s, visibility .1s ease!important;
  }


  .opened-fancy .vg svg path {
    transition: fill .3s ease .1s!important;
  }

  .close-fancy {
    top:initial!important;
  }


}

@media (min-width: 1100px) {
  #panel-9:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0e1728;
    z-index: -1;
    transition: all .5s ease .3s;
    right:0px;
  }

  .opened-fancy #panel-9:after {
    width:101vw;
    right: 0px;
    transition: all .5s ease;
  }

  .opened-fancy #panel-9 .inner_panel {
    opacity:0;
    visibility: hidden;
    transition:  opacity .3s ease .1s, visibility .1s ease .3s;
  }

   #panel-9 .inner_panel {
    transition:  opacity .2s ease .3s, visibility .1s ease .1s;
   }

}

.parrafo-extra {
  transition: all .3s ease;
}

.titulo-extra {
  transition: all .5s ease!important;
}


.extra-row {
    display: flex;
    height: calc(100vh - 130px);
    flex-direction: column;
    position: sticky;
    top: 0px;
}