.bg-eje1 {
  background: #221C43; }

.bg-eje7 {
  background: #221C43; }

.bg-eje2 {
  background: #017677; }

.bg-eje3 {
  background: #009C99; }

.bg-eje4 {
  background: #2BA74D; }

.bg-eje5 {
  background: #85BB40; }

.bg-eje6 {
  background: #048D79; }

.bg-base {
  background: #253D80; }

.eje1 {
  color: #221C43; }

.eje2 {
  color: #017677; }

.eje3 {
  color: #009C99; }

.eje4 {
  color: #2BA74D; }

.eje5 {
  color: #85BB40; }

.eje6 {
  color: #048D79; }

.base {
  color: #253D80; }

.aqua {
  color: #998ea1; }

.blanco {
  color: #fff; }

a {
  text-decoration: none;
  outline: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0; }

.titulo-header {
  font-size: clamp(3rem, 7vw, 8rem);
  line-height: 120% !important; }

body {
  color: #59595A;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px; }

.all {
  background: #253D80;
  color: #fff;
  height: 100vh; }
  .all.bg-detalle {
    background: #253D80 url(../images/bg-detalle.png) no-repeat right 50%; }

.bold {
  font-weight: 700; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.sticky {
  position: sticky;
  top: 80px; }

.navBar {
  display: flex;
  justify-content: space-between; }
  .navBar--idiomas a {
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 13px;
    transition: all 0.3s ease; }
    .navBar--idiomas a:hover {
      background: #fff;
      color: #253D80; }
    .navBar--idiomas a.activo {
      background: #fff;
      color: #253D80; }
    .navBar--idiomas a.activarOculto {
      width: 100px; }

.eje {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .eje__cuadro {
    width: 100%;
    height: 300px;
    padding: 30px;
    position: relative; }
    .eje__cuadro a {
      color: #fff; }
    .eje__cuadro .h5 {
      line-height: 150%;
      font-weight: 700; }
  .eje .animar {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
    transform: translateY(10px); }
    .eje .animar .truco {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 100%; }
    .eje .animar:nth-child(1):hover .overlay {
      opacity: 0.5; }
    .eje .animar:nth-child(1) .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0.8;
      transition: all 0.3s ease; }
      .eje .animar:nth-child(1) .overlay.overlay-eje1 {
        background: #221C43; }
      .eje .animar:nth-child(1) .overlay.overlay-eje2 {
        background: #017677; }
      .eje .animar:nth-child(1) .overlay.overlay-eje3 {
        background: #009C99; }
      .eje .animar:nth-child(1) .overlay.overlay-eje4 {
        background: #2BA74D; }
      .eje .animar:nth-child(1) .overlay.overlay-eje5 {
        background: #85BB40; }
      .eje .animar:nth-child(1) .overlay.overlay-eje6 {
        background: #048D79; }
      .eje .animar:nth-child(1) .overlay.overlay-eje7 {
        background: #221C43; }

.overlay-base {
  background: #253D80; }

.carousel-cell {
  width: 350px;
  margin: 5px; }

.bg-img1 {
  background: url(../images/bg-eje1.jpg) no-repeat center/cover; }

.bg-img2 {
  background: url(../images/bg-top-eje2.jpg) no-repeat center/cover; }

.bg-img3 {
  background: url(../images/bg-top-eje3.jpg) no-repeat center/cover; }

.bg-img4 {
  background: url(../images/bg-top-eje4.jpg) no-repeat center/cover; }

.bg-img5 {
  background: url(../images/bg-top-eje5.jpg) no-repeat center/cover; }

.bg-img6 {
  background: url(../images/bg-top-eje6.jpg) no-repeat center/cover; }

.bg-img7 {
  background: url(../images/bg-top-eje7.jpg) no-repeat center/cover; }

.animar_txt {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
  transform: translateY(10px); }

.efecto {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 0vh;
  top: 0;
  left: 0;
  background: #fff; }

.top {
  height: 60vh;
  position: sticky;
  top: 0;
  z-index: 1; }
  .top.top--eje1 {
    background: url(../images/bg-eje1.jpg) no-repeat center/cover; }
  .top.top--eje2 {
    background: url(../images/bg-top-eje2.jpg) no-repeat center/cover; }
  .top.top--eje3 {
    background: url(../images/bg-top-eje3.jpg) no-repeat center/cover; }
  .top.top--eje4 {
    background: url(../images/bg-top-eje4.jpg) no-repeat center/cover; }
  .top.top--eje5 {
    background: url(../images/bg-top-eje5.jpg) no-repeat center/cover; }
  .top.top--eje6 {
    background: url(../images/bg-top-eje6.jpg) no-repeat center/cover; }
  .top.top--eje7 {
    background: url(../images/bg-top-eje7.jpg) no-repeat center/cover; }
  .top .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    transition: all 0.3s ease; }
    .top .overlay.overlay-eje1 {
      background: #221C43; }
    .top .overlay.overlay-eje2 {
      background: #017677; }
    .top .overlay.overlay-eje3 {
      background: #009C99; }
    .top .overlay.overlay-eje4 {
      background: #2BA74D; }
    .top .overlay.overlay-eje5 {
      background: #85BB40; }
    .top .overlay.overlay-eje6 {
      background: #048D79; }
  .top .capa {
    position: relative;
    z-index: 2; }

.abajo {
  height: 35vh;
  position: relative;
  z-index: 2;
  background: #fff; }

.titulo_interna {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700; }

.animar {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
  transform: translateY(10px); }

.submenu {
  position: sticky;
  z-index: 3;
  top: 0;
  background: white;
  border: 1px dotted #ccc; }
  .submenu a {
    font-size: 12px;
    color: #b5b5b5;
    font-weight: 700;
    transition: all 0.3s ease; }
  .submenu--eje1:hover {
    color: #221C43; }
  .submenu--eje1.activar {
    color: #221C43; }
  .submenu--eje2:hover {
    color: #017677; }
  .submenu--eje2.activar {
    color: #017677; }
  .submenu--eje3:hover {
    color: #009C99; }
  .submenu--eje3.activar {
    color: #009C99; }
  .submenu--eje4:hover {
    color: #2BA74D; }
  .submenu--eje4.activar {
    color: #2BA74D; }
  .submenu--eje5:hover {
    color: #85BB40; }
  .submenu--eje5.activar {
    color: #85BB40; }
  .submenu--eje6:hover {
    color: #048D79; }
  .submenu--eje6.activar {
    color: #048D79; }
  .submenu--eje7.activar {
    color: #221C43; }

.info {
  background: #F0F0EE;
  position: relative;
  z-index: 2; }

.aparecer {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
  transform: translateY(10px); }

.aparecer_img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
  transform: translateY(80px); }

.oculto {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
  background: #fff;
  width: 95%;
  position: fixed;
  padding: 40px;
  top: 16px;
  right: 10px;
  z-index: 5;
  border-radius: 20px; }
  @media (min-width: 1024px) {
    .oculto {
      right: 48px;
      width: 360px; } }
  .oculto a {
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 700;
    transition: all 0.3s ease; }
  .oculto .cerrarOculto {
    width: 40px;
    height: 40px;
    background: #dddddd;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 13px;
    position: absolute;
    top: 2px;
    right: 2px; }
  .oculto .ocultoAnim {
    transform: translateY(50px);
    opacity: 0; }

.sub {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 5; }
  .sub a {
    font-size: 15px;
    color: #b5b5b5;
    font-weight: 500;
    transition: all 0.3s ease; }
    .sub a:hover {
      color: #253D80; }

.ancla {
  position: absolute;
  left: 0;
  top: -80px;
  width: 1px;
  height: 1px; }

.info h2, .info h3, .info h4 {
  color: #253D80;
  font-weight: 500; }

.conta {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  left: 0%;
  font-weight: 700;
  color: #253D80;
  font-size: 35px;
  width: 250px; }
  @media (min-width: 1024px) {
    .conta {
      position: absolute;
      width: 280px;
      top: 60%;
      left: 60%; } }
  @media (min-width: 1400px) {
    .conta {
      top: 70%; } }
  @media (min-width: 1600px) {
    .conta {
      top: 45%;
      left: 650px; } }
  .conta p {
    font-size: 15px; }

.img-qro {
  width: 300px; }
  @media (min-width: 1024px) {
    .img-qro {
      width: 200px; } }
  @media (min-width: 1400px) {
    .img-qro {
      width: 280px; } }
  @media (min-width: 1600px) {
    .img-qro {
      width: 320px; } }

.img-mapa {
  position: absolute;
  top: 0;
  left: 10%; }
  @media (min-width: 1024px) {
    .img-mapa {
      position: absolute;
      top: -80px; } }
  @media (min-width: 1400px) {
    .img-mapa {
      top: 0px; } }
  .img-mapa svg {
    width: 90%; }
    @media (min-width: 1024px) {
      .img-mapa svg {
        width: 100%; } }

.img-mapa2 {
  position: relative;
  top: initial;
  left: initial;
  margin: auto;
  width: 60%; }
  @media (min-width: 1024px) {
    .img-mapa2 {
      top: 10%;
      left: 35%;
      position: absolute; } }
  @media (min-width: 1800px) {
    .img-mapa2 {
      width: 50%; } }
  .img-mapa2 svg {
    width: 100%; }
    .img-mapa2 svg path {
      opacity: 0;
      transform: translateY(-60px); }

.lista li {
  list-style: decimal; }

#menu-secciones a.activo {
  color: #253D80;
  font-weight: bold;
  text-decoration: none; }

.clima_territorio {
  width: 300px;
  color: #73c7c6;
  position: relative;
  bottom: 0; }
  @media (min-width: 1024px) {
    .clima_territorio {
      bottom: 6%;
      position: absolute; } }
  .clima_territorio p {
    font-size: 15px; }

.progress {
  background-color: #ddd; }
  .progress-bar {
    background-color: #3db1b0; }

.cerro {
  background: #009997;
  color: #fff;
  font-size: 10px;
  padding: 10px 15px;
  width: 110px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  z-index: 2;
  transform: translateY(-20px);
  opacity: 0; }
  .cerro-1 {
    top: 200px;
    left: 0px; }
    @media (min-width: 1024px) {
      .cerro-1 {
        top: 300px;
        left: -8px; } }
  .cerro-2 {
    top: 80px;
    left: 90px; }
    @media (min-width: 1024px) {
      .cerro-2 {
        top: 230px;
        left: 160px; } }
  .cerro-3 {
    top: 30px;
    right: 20px; }
    @media (min-width: 1024px) {
      .cerro-3 {
        top: 170px;
        right: 70px; } }
  .cerro--dot {
    width: 20px;
    height: 20px;
    background: #f0765e;
    border-radius: 50px;
    position: absolute;
    box-shadow: 0px 0px 1px 1px #fff; }
    .cerro--dot.dot1 {
      left: 60%;
      top: -33px; }
      @media (min-width: 1024px) {
        .cerro--dot.dot1 {
          left: 120%;
          top: 17px; } }
    .cerro--dot.dot2 {
      left: 0%;
      top: 68px; }
    .cerro--dot.dot3 {
      left: 37%;
      top: 90px; }
      @media (min-width: 1024px) {
        .cerro--dot.dot3 {
          left: 0%;
          top: 70px; } }

.pulse {
  animation: pulse-animation 2s infinite; }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px white; }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); } }
.img-cerros {
  width: 100%;
  position: relative; }
  @media (min-width: 1024px) {
    .img-cerros {
      width: 640px; } }

.datos2 {
  position: relative;
  z-index: 2;
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px; }

.datos {
  position: relative;
  z-index: 2;
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px; }
  @media (min-width: 1024px) {
    .datos {
      position: absolute; } }
  .datos_cerro {
    top: 0px;
    left: 0%;
    width: 95%; }
    @media (min-width: 1024px) {
      .datos_cerro {
        width: 350px;
        left: 75%;
        top: -30px; } }
  .datos_especies {
    top: 30px;
    left: 0%;
    width: 310px; }
    @media (min-width: 1024px) {
      .datos_especies {
        left: 20%;
        top: -50px; } }
    @media (min-width: 1400px) {
      .datos_especies {
        left: 60%; } }
  .datos_animales {
    top: 5%;
    left: 0px;
    width: 100%; }
    @media (min-width: 1024px) {
      .datos_animales {
        width: 190px;
        top: 85%;
        left: -50px; } }
  .datos_restauracion {
    top: 0%;
    left: 0px;
    width: 100%; }
    @media (min-width: 1024px) {
      .datos_restauracion {
        width: 350px;
        top: 90%;
        left: -140px; } }
    @media (min-width: 1400px) {
      .datos_restauracion {
        left: -90px; } }
  .datos_consumo {
    top: 20px;
    left: 0px;
    width: 350px; }
    @media (min-width: 1024px) {
      .datos_consumo {
        top: 20px;
        left: -100px; } }
  .datos_operativo {
    top: 30px;
    left: 0%;
    width: 310px; }
    @media (min-width: 1024px) {
      .datos_operativo {
        top: 60%;
        left: 20%; } }
    @media (min-width: 1400px) {
      .datos_operativo {
        left: 50%; } }
  .datos_animal {
    top: 30px;
    left: 0%;
    width: 100%; }
    @media (min-width: 1024px) {
      .datos_animal {
        width: 410px;
        top: 0%;
        left: 0%; } }
    @media (min-width: 1400px) {
      .datos_animal {
        left: 0%; } }
  .datos_seg-1 {
    left: 0px;
    top: 0px;
    position: relative; }
    @media (min-width: 1024px) {
      .datos_seg-1 {
        left: -50px;
        top: 20px;
        position: absolute; } }
  .datos_seg-2 {
    left: 0px;
    top: 10px;
    position: relative; }
    @media (min-width: 1024px) {
      .datos_seg-2 {
        left: -50px;
        top: 190px;
        position: absolute; } }
  .datos_seg-3 {
    left: 0px;
    top: 10px;
    position: relative; }
    @media (min-width: 1024px) {
      .datos_seg-3 {
        position: absolute;
        left: -50px;
        top: 360px; } }
  .datos_seg-4 {
    left: 0px;
    top: 10px;
    position: relative; }
    @media (min-width: 1024px) {
      .datos_seg-4 {
        position: absolute;
        left: -50px;
        top: 520px; } }
  .datos_seg-5 {
    position: relative;
    margin-bottom: 10px;
    width: 320px;
    background: rgba(75, 100, 100, 0.8);
    border: #344501;
    color: #fff; }
  .datos_seg-6 {
    position: relative;
    margin-bottom: 10px;
    width: 320px;
    background: rgba(18, 61, 74, 0.8);
    border: #344501;
    color: #fff; }
  .datos_seg-7 {
    position: relative;
    width: 320px;
    background: rgba(13, 36, 77, 0.8);
    border: #344501;
    color: #fff; }
  .datos_seg-8 {
    left: initial;
    top: initial; }
    @media (min-width: 1024px) {
      .datos_seg-8 {
        left: 250px;
        top: 320px; } }
    @media (min-width: 1550px) {
      .datos_seg-8 {
        left: 350px;
        top: 420px; } }
  .datos_bene {
    left: initial;
    top: initial;
    width: 250px; }
    @media (min-width: 1024px) {
      .datos_bene {
        left: 10px;
        top: 420px; } }
    @media (min-width: 1550px) {
      .datos_bene {
        left: -80px;
        top: 380px; } }

.img-cerros2 {
  position: absolute;
  width: 360px;
  top: 60%;
  left: 90%; }

.btn--next {
  font-size: 25px; }
  .btn--next img {
    transition: all 0.3s ease; }
  .btn--next:hover {
    color: #253D80; }
    .btn--next:hover img {
      margin-left: 10px; }
.btn--descarga {
  color: #fff;
  border: 1px solid #253D80;
  background: #253D80; }
  .btn--descarga:hover {
    background: #017677;
    color: #fff; }
.btn--descarga_home {
  color: #fff;
  border: 1px solid #017677;
  background: #017677; }
  .btn--descarga_home:hover {
    background: #85BB40;
    color: #fff; }

@media (min-width: 1024px) {
  .container {
    max-width: 1300px; } }
@media (min-width: 1600px) {
  .container {
    max-width: 1500px; } }
@media (min-width: 1900px) {
  .container {
    max-width: 1800px; } }
.imgeje1 {
  position: absolute;
  top: -50px;
  width: 120px;
  left: 60%;
  z-index: 9; }
  @media (min-width: 1024px) {
    .imgeje1 {
      left: 120px; } }

/*# sourceMappingURL=estilos.css.map */
