@charset "UTF-8";
/*
NelsonVelasco
DesarrolloWeb
DiseñoGráfico
------------------------------------------------------- */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Termina W05 Demi";
  src: url("fonts/5206719/d0135e26-87f0-40e0-9997-a1b4d016a1ca.woff2") format("woff2"), url("fonts/5206719/9f85c9c3-1a0e-4674-8336-4bed34897907.woff") format("woff"); }
@font-face {
  font-family: "Termina W05 Medium";
  src: url("fonts/5317501/8a28a5f9-a725-443f-82b7-0b4c98152c41.woff2") format("woff2"), url("fonts/5317501/c31749a1-c1eb-401a-b153-5bdeb2473c2f.woff") format("woff"); }
@font-face {
  font-family: "Decima Mono Cyr";
  src: url("fonts/decima_mono_cyr-webfont.woff2") format("woff2"), url("fonts/decima_mono_cyr-webfont.woff") format("woff"); }
/*--------------------------------------------------------------
# Color palette (colores)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --heightnews: 352px;
  --heightspa: 352px; }

* {
  box-sizing: border-box; }

.pbt_margen {
  padding-bottom: 100px;
  padding-top: 100px; }
  @media (max-width: 1024px) {
    .pbt_margen {
      padding-bottom: 80px;
      padding-top: 80px; } }
  @media (max-width: 850px) {
    .pbt_margen {
      padding-bottom: 50px;
      padding-top: 50px; } }
  @media (max-width: 320px) {
    .pbt_margen {
      padding-bottom: 40px;
      padding-top: 40px; } }

.mbt_margen {
  margin-bottom: 100px;
  margin-top: 100px; }
  @media (max-width: 1024px) {
    .mbt_margen {
      margin-bottom: 80px;
      margin-top: 80px; } }
  @media (max-width: 850px) {
    .mbt_margen {
      margin-bottom: 50px;
      margin-top: 50px; } }
  @media (max-width: 320px) {
    .mbt_margen {
      margin-bottom: 40px;
      margin-top: 40px; } }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */ }

/*--------------------------------------------------------------
# Preload
--------------------------------------------------------------*/
.precarga {
  align-items: center;
  background-color: #000;
  box-sizing: border-box;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  visibility: visible;
  width: 100vw;
  z-index: 12; }

.loading {
  width: 60px;
  height: 60px;
  margin: 300px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sa-scaleout 1.0s infinite ease-in-out;
  animation: sa-scaleout 1.0s infinite ease-in-out; }

@keyframes sa-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes sa-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
.precarga.lista {
  opacity: 0;
  visibility: hidden; }

/*preload new*/
.preloader {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s all;
  width: 100%;
  z-index: 100000; }

.preloader.hide {
  opacity: 0;
  visibility: hidden; }

#dots4 {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px; }

#dots4 span {
  background: #fff;
  height: 10px;
  position: absolute;
  width: 10px;
  border-radius: 50%;
  -webkit-animation: dots4 1.7s infinite ease-in-out both;
  animation: dots4 1.7s infinite ease-in-out both;
  margin-right: 5px; }

#dots4 span:nth-child(1) {
  left: 0px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

#dots4 span:nth-child(2) {
  left: 15px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#dots4 span:nth-child(3) {
  left: 30px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#dots4 span:nth-child(4) {
  left: 45px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@keyframes dots4 {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes dots4 {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/*--------------------------------------------------------------
# REVEAL
--------------------------------------------------------------*/
.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s; }

#et_pb_root .reveal,
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/*--------------------------------------------------------------
# MENÚ
--------------------------------------------------------------*/
#icon-menu {
  cursor: pointer;
  height: 52px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s;
  width: 50px;
  z-index: 999; }
  @media (max-width: 1440px) {
    #icon-menu {
      height: 42px;
      width: 40px; } }

#icon-menu,
#icon-menu.river {
  right: 100px;
  top: 13.5px; }
  @media (max-width: 1440px) {
    #icon-menu,
    #icon-menu.river {
      top: 19px; } }
  @media (max-width: 912px) {
    #icon-menu,
    #icon-menu.river {
      right: 40px; } }
  @media (max-width: 768px) {
    #icon-menu,
    #icon-menu.river {
      right: 10px;
      top: 9px; } }

#icon-menu.home {
  top: 36px; }
  @media (max-width: 768px) {
    #icon-menu.home {
      top: 20px; } }

#icon-menu.river {
  position: fixed; }

#icon-menu.open {
  position: fixed;
  right: 100px;
  top: 24px;
  z-index: 9999; }
  @media (max-width: 1024px) {
    #icon-menu.open {
      right: 80px; } }
  @media (max-width: 850px) {
    #icon-menu.open {
      right: 50px; } }
  @media (max-width: 320px) {
    #icon-menu.open {
      right: 40px; } }

#icon-menu span {
  background-color: #fff;
  display: block;
  height: 5px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#icon-menu span:nth-child(1) {
  top: 0px; }

#icon-menu span:nth-child(2),
#icon-menu span:nth-child(3) {
  top: 24px; }
  @media (max-width: 1440px) {
    #icon-menu span:nth-child(2),
    #icon-menu span:nth-child(3) {
      top: 19px; } }

#icon-menu span:nth-child(4) {
  top: 48px; }
  @media (max-width: 1440px) {
    #icon-menu span:nth-child(4) {
      top: 37px; } }

#icon-menu.open span:nth-child(1) {
  top: 24px;
  width: 0%;
  left: 50%; }
  @media (max-width: 1440px) {
    #icon-menu.open span:nth-child(1) {
      top: 19px; } }

#icon-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#icon-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#icon-menu.open span:nth-child(4) {
  top: 24px;
  width: 0%;
  left: 50%; }
  @media (max-width: 1440px) {
    #icon-menu.open span:nth-child(4) {
      top: 19px; } }

.header_modal {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 80px;
  left: 0;
  padding: 0 100px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1; }
  @media (max-width: 820px) {
    .header_modal {
      padding: 0 40px; } }
  @media (max-width: 440px) {
    .header_modal {
      height: 60px;
      padding: 0 10px; } }

.header_modal svg {
  fill: #fff;
  height: 50px; }
  @media (max-width: 440px) {
    .header_modal svg {
      height: 40px; } }

/**/
.icon-hamurger {
  cursor: pointer;
  height: 40px; }

.icon-hamurger svg {
  fill: #fff;
  height: 100%; }

.icon-hamurger:hover svg {
  fill: #ff0000; }

.menu-vertical li {
  font-family: "Decima Mono Cyr";
  font-size: 35px;
  justify-content: center;
  text-transform: uppercase;
  width: 100%; }
  @media (max-width: 768px) {
    .menu-vertical li {
      font-size: 25px; } }

.menu-vertical li a {
  padding: 0 0 20px 0 !important;
  text-align: center;
  white-space: normal !important; }

.et_pb_menu__logo {
  padding-bottom: 20px !important; }

@media (max-width: 980px) {
  .menu-vertical .et_pb_menu__menu {
    display: flex !important; }

  .menu-vertical .et_mobile_nav_menu {
    display: none !important; } }
/*home - esto se va a eliminar el menu oficial será #icon_menu*/
.menu_main {
  cursor: pointer;
  height: 52px;
  position: absolute;
  right: 100px;
  top: 100px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 50px;
  z-index: 12; }
  @media (max-width: 1440px) {
    .menu_main {
      width: 40px;
      height: 42px; } }
  @media (max-width: 1024px) {
    .menu_main {
      right: 80px;
      top: 80px; } }
  @media (max-width: 850px) {
    .menu_main {
      right: 50px;
      top: 50px; } }
  @media (max-width: 320px) {
    .menu_main {
      right: 40px;
      top: 40px; } }

.menu_main_bar {
  cursor: pointer;
  height: 52px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 50px; }
  @media (max-width: 1440px) {
    .menu_main_bar {
      width: 40px;
      height: 42px; } }

.menu_main span {
  background-color: #fff; }

.menu_main.cn span {
  background-color: #000; }

.menu_main.cb.cn span,
.menu_main.cb span {
  background-color: #fff; }

.menu_main:hover #icon_menu_md36 span,
.menu_main:hover #icon_menu_md35 span,
.menu_main:hover #icon_menu_md34 span,
.menu_main:hover #icon_menu_md33 span,
.menu_main:hover #icon_menu_md32 span,
.menu_main:hover #icon_menu_md31 span,
.menu_main:hover #icon_menu_md2 span,
.menu_main:hover #icon_menu_md1 span,
.menu_main:hover #icon_menu span {
  background-color: #ff0000; }

.menu_main.modal {
  position: fixed; }

.menu_main.open {
  position: fixed; }

.menu_main.open,
.menu_main.modal {
  top: 24px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  @media (max-width: 1440px) {
    .menu_main.open,
    .menu_main.modal {
      top: 19px; } }
  @media (max-width: 1280px) {
    .menu_main.open,
    .menu_main.modal {
      top: 9px; } }

#main_header_modal36.cb .menu_main_bar span,
#main_header_modal35.cb .menu_main_bar span,
#main_header_modal34.cb .menu_main_bar span,
#main_header_modal33.cb .menu_main_bar span,
#main_header_modal32.cb .menu_main_bar span,
#main_header_modal31.cb .menu_main_bar span,
#main_header_modal2.cb .menu_main_bar span,
#main_header_modal1.cb .menu_main_bar span,
#main_header.cb .menu_main_bar span {
  background-color: #000; }

#main_header_modal36.cn .menu_main_bar span,
#main_header_modal35.cn .menu_main_bar span,
#main_header_modal34.cn .menu_main_bar span,
#main_header_modal33.cn .menu_main_bar span,
#main_header_modal32.cn .menu_main_bar span,
#main_header_modal31.cn .menu_main_bar span,
#main_header_modal2.cn .menu_main_bar span,
#main_header_modal1.cn .menu_main_bar span,
#main_header.cn .menu_main_bar span {
  background-color: #fff; }

#main_header_modal36.open .menu_main_bar span,
#main_header_modal35.open .menu_main_bar span,
#main_header_modal34.open .menu_main_bar span,
#main_header_modal33.open .menu_main_bar span,
#main_header_modal32.open .menu_main_bar span,
#main_header_modal31.open .menu_main_bar span,
#main_header_modal2.open .menu_main_bar span,
#main_header_modal1.open .menu_main_bar span,
#main_header.open .menu_main_bar span {
  background-color: #fff; }

.menu_main_bar span {
  background-color: #000; }

.menu_main_bar.open span {
  background-color: #fff; }

.menu_main_bar:hover #icon_menu_md36 span,
.menu_main_bar:hover #icon_menu_md35 span,
.menu_main_bar:hover #icon_menu_md34 span,
.menu_main_bar:hover #icon_menu_md33 span,
.menu_main_bar:hover #icon_menu_md32 span,
.menu_main_bar:hover #icon_menu_md31 span,
.menu_main_bar:hover #icon_menu_md2 span,
.menu_main_bar:hover #icon_menu_md1 span,
.menu_main_bar:hover #icon_menu span {
  background-color: #ff0000; }

.menu_main_bar.open {
  position: fixed;
  right: 100px;
  top: 24px;
  z-index: 12; }
  @media (max-width: 1024px) {
    .menu_main_bar.open {
      right: 80px; } }
  @media (max-width: 850px) {
    .menu_main_bar.open {
      right: 50px; } }
  @media (max-width: 320px) {
    .menu_main_bar.open {
      right: 40px; } }

/**/
#main_menu {
  background-color: #000;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: -1; }

#main_menu.show {
  opacity: 1;
  visibility: visible;
  z-index: 12; }

#main_menu .container_menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%; }
  @media (max-width: 1024px) {
    #main_menu .container_menu {
      padding: 80px; } }
  @media (max-width: 850px) {
    #main_menu .container_menu {
      padding: 50px; } }
  @media (max-width: 320px) {
    #main_menu .container_menu {
      padding: 40px; } }

/*--------------------------------------------------------------
# LANGUAGE
--------------------------------------------------------------*/
.menu-lang {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 16px;
  height: 52px;
  justify-content: center;
  letter-spacing: 2px;
  position: absolute;
  right: 180px;
  text-transform: uppercase;
  top: 16px;
  transition: all 0.5s;
  z-index: 9; }
  @media (max-width: 912px) {
    .menu-lang {
      right: 100px; } }
  @media (max-width: 540px) {
    .menu-lang {
      right: 60px;
      top: 5px; } }

.menu-lang a:hover {
  color: #ff0000; }

.menu-lang.home {
  top: 36px; }
  @media (max-width: 1440px) {
    .menu-lang.home {
      top: 32px; } }
  @media (max-width: 540px) {
    .menu-lang.home {
      top: 18px; } }

.menu-lang a {
  color: #fff; }

/*--------------------------------------------------------------
# Pop-up
--------------------------------------------------------------*/
.popup-overlay {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: -100vh;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: -1; }

.popup-overlay.show {
  opacity: 1;
  top: 0;
  visibility: visible;
  z-index: 1; }

/*--------------------------------------------------------------
# MODAL
--------------------------------------------------------------*/
.aw2modal {
  background-color: #000;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: -100vh;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: -1; }

.aw2modal.show {
  opacity: 1;
  overflow-y: scroll;
  top: 0;
  visibility: visible;
  z-index: 9; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-home svg {
  cursor: pointer;
  fill: #fff;
  transition: 0.5s all;
  width: 60px; }
  @media (max-width: 850px) {
    .footer-home svg {
      width: 54px; } }
  @media (max-width: 440px) {
    .footer-home svg {
      width: 46px; } }

.footer-home svg:hover {
  fill: #ff0000; }

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/
.icon_social_black svg,
.icon_social svg {
  height: 40px;
  width: 40px; }

.icon_social_black svg {
  fill: #000; }

.icon_social svg {
  fill: #fff; }

.icon_social_black svg:hover,
.icon_social svg:hover {
  fill: #ff0000; }

/*--------------------------------------------------------------
# Video Intro
--------------------------------------------------------------*/
.btn_video_intro:after,
.btn_video_intro a:after {
  align-items: center;
  background-color: #00bbad;
  content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21.2px" height="24px" x="0px" y="0px" viewBox="0 0 53 60" xml:space="preserve"><path fill="white" d="M49.7,36L9.1,59.2C8.2,59.7,7.2,60,6.2,60C5.1,60,4,59.7,3,59c-1.9-1.2-3-3.5-3-5.8V6.8	C0,4.4,1.1,2.2,3,1c1.9-1.2,4.2-1.3,6.1-0.2l40.5,23.1c2.1,1.2,3.4,3.5,3.4,6.1C53,32.5,51.7,34.8,49.7,36"/></svg>');
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  width: 60px; }

.btn_video_intro:hover:after {
  background-color: #004549; }

.btn_video_intro a {
  display: block; }

/*--------------------------------------------------------------
# Recent posts
--------------------------------------------------------------*/
.aw2-recent-news .et_pb_ajax_pagination_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.aw2-recent-news .et_pb_no_thumb {
  justify-content: center !important; }

.aw2-recent-news .et_pb_post {
  background-color: #ff0000;
  display: flex;
  flex-direction: column;
  height: var(--heightnews);
  justify-content: space-between;
  margin-bottom: 30px;
  overflow: hidden;
  width: calc( ( 100% - 60px ) / 3 ); }
  @media (max-width: 820px) {
    .aw2-recent-news .et_pb_post {
      width: calc( ( 100% - 30px ) / 2 ); } }
  @media (max-width: 414px) {
    .aw2-recent-news .et_pb_post {
      width: 100%; } }

.aw2-recent-news .et_pb_post .entry-featured-image-url {
  height: 50%;
  overflow: hidden; }

.aw2-recent-news .et_pb_post .entry-featured-image-url img {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.aw2-recent-news .et_pb_post .post-content,
.aw2-recent-news .et_pb_post p,
.aw2-recent-news .et_pb_post h2 {
  padding-left: 43px;
  padding-right: 43px; }

.aw2-spa-pub .et_pb_ajax_pagination_container > div,
.aw2-recent-news .et_pb_ajax_pagination_container > div {
  width: 100%; }

/*--------------------------------------------------------------
# SPA Publications
--------------------------------------------------------------*/
.spa_pub.dnxte_blog_slider_1 .swiper-button-next,
.spa_pub.dnxte_blog_slider_1 .swiper-button-prev {
  height: 48px !important;
  transform: translateY(-100%);
  transition: all 0.5s;
  width: 48px !important; }
  @media (max-width: 440px) {
    .spa_pub.dnxte_blog_slider_1 .swiper-button-next,
    .spa_pub.dnxte_blog_slider_1 .swiper-button-prev {
      transform: translateY(0); } }

.spa_pub.dnxte_blog_slider_1 .swiper-button-prev:hover,
.spa_pub.dnxte_blog_slider_1 .swiper-button-next:hover {
  background-color: #fff; }

.spa_pub.dnxte_blog_slider_1 .swiper-button-prev:hover:after,
.spa_pub.dnxte_blog_slider_1 .swiper-button-next:hover:after {
  color: #000; }

.spa_pub .dnxte-blog-post-content {
  display: none; }

.spa_pub .dnxte-content-wrapper {
  justify-content: space-between; }

.spa_pub .dnxte-blogslider-content-icon {
  display: none; }

@media (max-width: 414px) {
  .spa_pub .arrow-position-top {
    flex-direction: column !important; } }

/*List all*/
.aw2-spa-pub .et_pb_ajax_pagination_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.aw2-spa-pub .et_pb_post {
  background-color: #00bbad;
  display: flex;
  flex-direction: column;
  height: var(--heightspa);
  justify-content: space-between;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px;
  width: calc( ( 100% - 60px ) / 4 ); }
  @media (max-width: 820px) {
    .aw2-spa-pub .et_pb_post {
      width: calc( ( 100% - 30px ) / 2 ); } }
  @media (max-width: 414px) {
    .aw2-spa-pub .et_pb_post {
      width: 100%; } }

.aw2-spa-pub .post-content {
  display: none; }

.aw2-spa-pub .clearfix:after {
  content: none; }

/*Posts*/
.content-spa h3, .content-spa h2 {
  color: #000 !important;
  font-family: "Termina W05 Demi" !important; }

.content-spa h2 {
  font-size: 18px !important; }

.content-spa h3 {
  font-size: 17px !important; }

.content-spa h2 a {
  color: #ff0000 !important; }

.content-spa a {
  color: #00bbad !important; }

.content-spa {
  font-size: 17px !important;
  font-weight: 400 !important; }

/*--------------------------------------------------------------
# Featured Press
--------------------------------------------------------------*/
.aw2_press .slick-arrow {
  height: 48px;
  transition: all 0.5s;
  width: 48px; }

.aw2_press .slick-arrow:hover {
  background-color: #fff; }

.aw2_press .slick-arrow.slick-disabled:hover {
  background-color: transparent; }

.aw2_press .slick-arrow:before {
  align-items: center;
  display: flex;
  font-size: 38px !important;
  height: 100%;
  justify-content: center;
  width: 100%; }

.aw2_press .slick-arrow.slick-disabled:hover:before {
  color: #fff; }

.aw2_press .slick-arrow:hover:before {
  color: #000; }

.aw2_press .slick-next,
.aw2_press .slick-prev {
  top: -70px !important; }
  @media (max-width: 440px) {
    .aw2_press .slick-next,
    .aw2_press .slick-prev {
      bottom: -70px;
      top: unset !important; } }

.aw2_press .slick-next {
  right: 0 !important; }

.aw2_press .slick-prev {
  right: 58px !important; }

/*--------------------------------------------------------------
# River
--------------------------------------------------------------*/
.cnt_river_grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%; }

.item_river {
  display: flex;
  height: 200px;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  position: relative;
  width: calc( 100% / 3 ); }
  @media (max-width: 850px) {
    .item_river {
      width: 50%; } }

@media (max-width: 850px) {
  .item_river_empty {
    display: none; } }

.item_river.red1 svg {
  fill: #ff0000; }

.item_river.red2 svg {
  fill: #ff644c; }

.item_river.red3 svg {
  fill: #ffa699; }

.item_river.white svg {
  fill: #fff; }

.item_river.green1 svg {
  fill: #004549; }

.item_river.green2 svg {
  fill: #006869; }

.item_river.green3 svg {
  fill: #009496; }

.item_river.green4 svg {
  fill: #00bbad; }

.item_river.red1 h3,
.item_river.red2 h3,
.item_river.red3 h3,
.item_river.green1 h3,
.item_river.green2 h3,
.item_river.green3 h3,
.item_river.green4 h3 {
  color: #fff; }

.item_river.white h3 {
  color: #000; }

.layer_river_md,
.layer_river {
  align-items: center;
  display: flex;
  height: 72.781%;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%; }

.item_river_active .layer_river {
  cursor: pointer; }

.layer_river_md {
  display: none; }
  @media (max-width: 850px) {
    .layer_river_md {
      display: flex; } }

@media (max-width: 850px) {
  .layer_river {
    display: none; } }

.river_info {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20%;
  text-align: center; }

.river_info h3 {
  font-family: "Termina W05 Demi";
  font-size: 1.3vw;
  line-height: 2.1vw; }
  @media (max-width: 850px) {
    .river_info h3 {
      font-size: 2.6vw;
      line-height: 3.8vw; } }

.river_info h3 span {
  color: #ff0000;
  font-family: "Decima Mono Cyr";
  text-transform: uppercase; }

.item_river.lb,
.item_river.rb {
  align-items: flex-end; }

.item_river.tl,
.item_river.tr {
  align-items: flex-start; }

.item_river.cn {
  align-items: center; }

@media (max-width: 850px) {
  .item_river.md_cn {
    align-items: center !important; } }

@media (max-width: 850px) {
  .item_river.md_rb,
  .item_river.md_lb {
    align-items: flex-end !important; } }

@media (max-width: 850px) {
  .item_river.md_tl,
  .item_river.md_tr {
    align-items: flex-start !important; } }

.btn-river {
  color: #fff;
  cursor: pointer;
  font-family: "Decima Mono Cyr";
  font-size: 20px; }

.item_river img {
  opacity: 0;
  transition: 0.5s all;
  width: 100%; }

.item_river:hover img {
  opacity: 1; }

.item_river:hover h3 {
  color: #fff; }

.svgmask_cn {
  -webkit-clip-path: url(#curva_cc);
  clip-path: url(#curva_cc); }

.svgmask_lb {
  -webkit-clip-path: url(#curva_lb);
  clip-path: url(#curva_lb); }

.svgmask_rb {
  -webkit-clip-path: url(#curva_rb);
  clip-path: url(#curva_rb); }

.svgmask_tl {
  -webkit-clip-path: url(#curva_tl);
  clip-path: url(#curva_tl); }

.svgmask_tr {
  -webkit-clip-path: url(#curva_tr);
  clip-path: url(#curva_tr); }

.svgmask_tbl {
  -webkit-clip-path: url(#curva_vertical_left);
  clip-path: url(#curva_vertical_left); }

.svgmask_tbr {
  -webkit-clip-path: url(#curva_vertical_right);
  clip-path: url(#curva_vertical_right); }

@media (max-width: 850px) {
  .svgmask_md_cn {
    -webkit-clip-path: url(#curva_cc) !important;
    clip-path: url(#curva_cc) !important; } }

@media (max-width: 850px) {
  .svgmask_md_lb {
    -webkit-clip-path: url(#curva_lb) !important;
    clip-path: url(#curva_lb) !important; } }

@media (max-width: 850px) {
  .svgmask_md_rb {
    -webkit-clip-path: url(#curva_rb) !important;
    clip-path: url(#curva_rb) !important; } }

@media (max-width: 850px) {
  .svgmask_md_tl {
    -webkit-clip-path: url(#curva_tl) !important;
    clip-path: url(#curva_tl) !important; } }

@media (max-width: 850px) {
  .svgmask_md_tr {
    -webkit-clip-path: url(#curva_tr) !important;
    clip-path: url(#curva_tr) !important; } }

@media (max-width: 850px) {
  .svgmask_md_tbl {
    -webkit-clip-path: url(#curva_vertical_left) !important;
    clip-path: url(#curva_vertical_left) !important; } }

.svgmask_md_tbr {
  display: none; }
  @media (max-width: 850px) {
    .svgmask_md_tbr {
      -webkit-clip-path: url(#curva_vertical_right) !important;
      clip-path: url(#curva_vertical_right) !important; } }

.river_pos1 {
  order: 1; }

.river_pos2 {
  order: 2; }

.river_pos3 {
  order: 3; }

.river_pos4 {
  order: 4; }

.river_pos5 {
  order: 5; }

.river_pos6 {
  order: 6; }

.river_pos7 {
  order: 7; }

.river_pos8 {
  order: 8; }

.river_pos9 {
  order: 9; }

.river_pos10 {
  order: 10; }

.river_pos11 {
  order: 11; }

.river_pos12 {
  order: 12; }

.river_pos13 {
  order: 13; }

.river_pos14 {
  order: 14; }

.river_pos15 {
  order: 15; }

.river_pos16 {
  order: 16; }

.river_pos17 {
  order: 17; }

.river_pos18 {
  order: 18; }

@media (max-width: 850px) {
  .river_md_pos1 {
    order: 1 !important; } }

@media (max-width: 850px) {
  .river_md_pos2 {
    order: 2 !important; } }

@media (max-width: 850px) {
  .river_md_pos3 {
    order: 3 !important; } }

@media (max-width: 850px) {
  .river_md_pos4 {
    order: 4 !important; } }

@media (max-width: 850px) {
  .river_md_pos5 {
    order: 5 !important; } }

@media (max-width: 850px) {
  .river_md_pos6 {
    order: 6 !important; } }

@media (max-width: 850px) {
  .river_md_pos7 {
    order: 7 !important; } }

@media (max-width: 850px) {
  .river_md_pos8 {
    order: 8 !important; } }

@media (max-width: 850px) {
  .river_md_pos9 {
    order: 9 !important; } }

@media (max-width: 850px) {
  .river_md_pos10 {
    order: 10 !important; } }

@media (max-width: 850px) {
  .river_md_pos11 {
    order: 11 !important; } }

@media (max-width: 850px) {
  .river_md_pos12 {
    order: 12 !important; } }

@media (max-width: 850px) {
  .river_md_pos13 {
    order: 13 !important; } }

@media (max-width: 850px) {
  .river_md_pos14 {
    order: 14 !important; } }

@media (max-width: 850px) {
  .river_md_pos15 {
    order: 15 !important; } }

@media (max-width: 850px) {
  .river_md_pos16 {
    order: 16 !important; } }

@media (max-width: 850px) {
  .river_md_pos17 {
    order: 17 !important; } }

@media (max-width: 850px) {
  .river_md_pos18 {
    order: 18 !important; } }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.aw2-vision h2 {
  font-family: "Termina W05 Demi"; }

.aw2-vision p {
  font-family: "Termina W05 Medium"; }

.aw2-vs-c1 {
  margin: 0 !important;
  width: 66.6% !important; }
  @media (max-width: 820px) {
    .aw2-vs-c1 {
      padding-right: 15px !important;
      width: 50% !important; } }
  @media (max-width: 414px) {
    .aw2-vs-c1 {
      padding-right: 0px !important;
      width: 100% !important; } }

.aw2-vs-c2 {
  margin: 0 !important;
  width: 33.3% !important; }
  @media (max-width: 820px) {
    .aw2-vs-c2 {
      padding-left: 15px !important;
      width: 50% !important; } }
  @media (max-width: 414px) {
    .aw2-vs-c2 {
      padding-left: 0px !important;
      width: 100% !important; } }

/*Slide*/
.aw2-slide-home .et-pb-arrow-next,
.aw2-slide-home .et-pb-arrow-prev {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  font-size: 35px;
  height: 48px;
  justify-content: center;
  opacity: 1;
  top: 65px;
  width: 48px; }
  @media (max-width: 820px) {
    .aw2-slide-home .et-pb-arrow-next,
    .aw2-slide-home .et-pb-arrow-prev {
      top: 45px; } }
  @media (max-width: 414px) {
    .aw2-slide-home .et-pb-arrow-next,
    .aw2-slide-home .et-pb-arrow-prev {
      top: 45px; } }

.aw2-slide-home.et_pb_slider:hover .et-pb-arrow-next,
.aw2-slide-home .et-pb-arrow-next {
  left: unset;
  right: 100px; }
  @media (max-width: 820px) {
    .aw2-slide-home.et_pb_slider:hover .et-pb-arrow-next,
    .aw2-slide-home .et-pb-arrow-next {
      right: 40px; } }
  @media (max-width: 414px) {
    .aw2-slide-home.et_pb_slider:hover .et-pb-arrow-next,
    .aw2-slide-home .et-pb-arrow-next {
      right: 10px; } }

.aw2-slide-home .et-pb-arrow-prev {
  left: unset;
  right: 170px; }
  @media (max-width: 820px) {
    .aw2-slide-home .et-pb-arrow-prev {
      right: 110px; } }
  @media (max-width: 414px) {
    .aw2-slide-home .et-pb-arrow-prev {
      right: 80px; } }

.aw2-slide-home .et-pb-arrow-next:hover,
.aw2-slide-home .et-pb-arrow-prev:hover {
  background-color: #fff; }

.aw2-slide-home .et-pb-arrow-next:hover:before,
.aw2-slide-home .et-pb-arrow-prev:hover:before {
  color: #000; }

.aw2-slide-home.et_pb_slider:hover .et-pb-arrow-prev {
  left: unset; }

.aw2-slide-home .et_pb_slide_title {
  padding-bottom: 50px; }

.aw2-slide-home .slide-number {
  color: #ff0000;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 30px;
  right: 240px;
  position: absolute;
  top: 55px;
  z-index: 1; }
  @media (max-width: 440px) {
    .aw2-slide-home .slide-number {
      display: none; } }

.aw2-slide-home .slide_number_item {
  padding-left: 10px; }

.aw2-slide-home .slide_number_item.active {
  color: #fff; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.cnt_plx_1 {
  height: 120vh;
  position: relative;
  overflow: hidden; }

.parallax {
  align-items: center;
  height: 150vh;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: -1; }

.cnt_img_plx {
  align-items: center;
  background-color: #000;
  height: 100%;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%; }

.cnt_img_plx img {
  height: 150vh;
  width: auto !important;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: -webkit-translateY -50%; }

.cnt_titulo {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: absolute;
  width: 100%; }

.titulo_plx {
  color: #fff;
  font-family: "Termina W05 Demi";
  font-size: 5vw;
  line-height: 4.5vw;
  text-align: center; }
  @media (max-width: 414px) {
    .titulo_plx {
      font-size: 9vw;
      line-height: 8.5vw; } }
  @media (max-width: 360px) {
    .titulo_plx {
      font-size: 8vw;
      line-height: 8.5vw; } }

.menu_idioma, .icon_1, .aw2, .title_plx_1 {
  position: absolute; }

.menu_idioma, .title_plx_1 {
  top: 100px; }
  @media (max-width: 1024px) {
    .menu_idioma, .title_plx_1 {
      top: 80px; } }
  @media (max-width: 850px) {
    .menu_idioma, .title_plx_1 {
      top: 50px; } }
  @media (max-width: 320px) {
    .menu_idioma, .title_plx_1 {
      top: 40px; } }

.menu_idioma.modal,
.menu_idioma.open {
  top: 24px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  @media (max-width: 1440px) {
    .menu_idioma.modal,
    .menu_idioma.open {
      top: 19px; } }
  @media (max-width: 1280px) {
    .menu_idioma.modal,
    .menu_idioma.open {
      top: 9px; } }

.aw2, .title_plx_1 {
  left: 100px; }
  @media (max-width: 1024px) {
    .aw2, .title_plx_1 {
      left: 80px; } }
  @media (max-width: 850px) {
    .aw2, .title_plx_1 {
      left: 50px; } }
  @media (max-width: 320px) {
    .aw2, .title_plx_1 {
      left: 40px; } }

.icon_1 {
  right: 100px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  @media (max-width: 1024px) {
    .icon_1 {
      right: 80px; } }
  @media (max-width: 850px) {
    .icon_1 {
      right: 50px; } }
  @media (max-width: 320px) {
    .icon_1 {
      right: 40px; } }

.item_menu {
  color: #ff0000;
  cursor: pointer;
  font-family: "Decima Mono Cyr";
  font-size: 5.5vh;
  line-height: 5.5vh;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.5vh; }
  @media (max-width: 768px) {
    .item_menu {
      font-size: 4.5vh;
      padding-bottom: 3vh; } }
  @media (max-width: 567px) {
    .item_menu {
      font-size: 3.5vh; } }

.it_mn_proxi:hover .cls_mn_visible {
  display: none; }

.it_mn_proxi:hover .cls_mn_pronto {
  display: block; }

.cls_mn_pronto {
  display: none; }

.item_menu span {
  visibility: hidden; }
  @media (max-width: 850px) {
    .item_menu span {
      display: none; } }

.item_menu:hover {
  color: #00bbad; }

.item_menu:hover span {
  visibility: visible; }

.title_plx_1 {
  width: 15%; }
  @media (max-width: 414px) {
    .title_plx_1 {
      width: 30%; } }

.title_plx_1 svg {
  fill: #ff0000;
  width: 100%; }

#cnt_menu_md36,
#cnt_menu_md35,
#cnt_menu_md34,
#cnt_menu_md33,
#cnt_menu_md32,
#cnt_menu_md31,
#cnt_menu_md2,
#cnt_menu_md1,
#cnt_menu {
  background-color: #000;
  height: 100vh;
  position: fixed;
  transition: all .2s ease-in-out;
  width: 100%;
  z-index: 12; }

#cnt_menu_md1 {
  left: 0;
  top: 0; }

#cnt_menu {
  width: 100vw; }

#cnt_menu_md36,
#cnt_menu_md35,
#cnt_menu_md34,
#cnt_menu_md33,
#cnt_menu_md32,
#cnt_menu_md31,
#cnt_menu_md2,
#cnt_menu_md1 {
  width: 100%; }

#cnt_menu_md36.close,
#cnt_menu_md35.close,
#cnt_menu_md34.close,
#cnt_menu_md33.close,
#cnt_menu_md32.close,
#cnt_menu_md31.close,
#cnt_menu_md2.close,
#cnt_menu_md1.close,
#cnt_menu.close {
  height: 0 !important; }

#cnt_menu_md36 .container_menu,
#cnt_menu_md35 .container_menu,
#cnt_menu_md34 .container_menu,
#cnt_menu_md33 .container_menu,
#cnt_menu_md32 .container_menu,
#cnt_menu_md31 .container_menu,
#cnt_menu_md2 .container_menu,
#cnt_menu_md1 .container_menu,
#cnt_menu .container_menu {
  align-items: center;
  display: flex;
  opacity: 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%; }
  @media (max-width: 1024px) {
    #cnt_menu_md36 .container_menu,
    #cnt_menu_md35 .container_menu,
    #cnt_menu_md34 .container_menu,
    #cnt_menu_md33 .container_menu,
    #cnt_menu_md32 .container_menu,
    #cnt_menu_md31 .container_menu,
    #cnt_menu_md2 .container_menu,
    #cnt_menu_md1 .container_menu,
    #cnt_menu .container_menu {
      padding: 80px; } }
  @media (max-width: 850px) {
    #cnt_menu_md36 .container_menu,
    #cnt_menu_md35 .container_menu,
    #cnt_menu_md34 .container_menu,
    #cnt_menu_md33 .container_menu,
    #cnt_menu_md32 .container_menu,
    #cnt_menu_md31 .container_menu,
    #cnt_menu_md2 .container_menu,
    #cnt_menu_md1 .container_menu,
    #cnt_menu .container_menu {
      padding: 50px; } }
  @media (max-width: 320px) {
    #cnt_menu_md36 .container_menu,
    #cnt_menu_md35 .container_menu,
    #cnt_menu_md34 .container_menu,
    #cnt_menu_md33 .container_menu,
    #cnt_menu_md32 .container_menu,
    #cnt_menu_md31 .container_menu,
    #cnt_menu_md2 .container_menu,
    #cnt_menu_md1 .container_menu,
    #cnt_menu .container_menu {
      padding: 40px; } }

#cnt_menu_md36 .container_menu.open,
#cnt_menu_md35 .container_menu.open,
#cnt_menu_md34 .container_menu.open,
#cnt_menu_md33 .container_menu.open,
#cnt_menu_md32 .container_menu.open,
#cnt_menu_md31 .container_menu.open,
#cnt_menu_md2 .container_menu.open,
#cnt_menu_md1 .container_menu.open,
#cnt_menu .container_menu.open {
  opacity: 1;
  visibility: visible; }

.menu_idioma.modal {
  position: fixed; }

.menu_idioma.open {
  position: fixed; }

.btn_menu {
  width: 100%; }

#icon_menu_md36.open span,
#icon_menu_md35.open span,
#icon_menu_md34.open span,
#icon_menu_md33.open span,
#icon_menu_md32.open span,
#icon_menu_md31.open span,
#icon_menu_md2.open span,
#icon_menu_md1.open span,
#icon_menu.open span {
  height: 3px; }

.btn_menu svg {
  fill: #fff;
  width: 100%; }

#icon_menu_md36,
#icon_menu_md35,
#icon_menu_md34,
#icon_menu_md33,
#icon_menu_md32,
#icon_menu_md31,
#icon_menu_md2,
#icon_menu_md1,
#icon_menu {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#icon_menu_md36 span,
#icon_menu_md35 span,
#icon_menu_md34 span,
#icon_menu_md33 span,
#icon_menu_md32 span,
#icon_menu_md31 span,
#icon_menu_md2 span,
#icon_menu_md1 span,
#icon_menu span {
  display: block;
  height: 5px;
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#icon_menu_md36 span:nth-child(1),
#icon_menu_md35 span:nth-child(1),
#icon_menu_md34 span:nth-child(1),
#icon_menu_md33 span:nth-child(1),
#icon_menu_md32 span:nth-child(1),
#icon_menu_md31 span:nth-child(1),
#icon_menu_md2 span:nth-child(1),
#icon_menu_md1 span:nth-child(1),
#icon_menu span:nth-child(1) {
  top: 0px; }

#icon_menu_md36 span:nth-child(2), #icon_menu_md36 span:nth-child(3),
#icon_menu_md35 span:nth-child(2), #icon_menu_md35 span:nth-child(3),
#icon_menu_md34 span:nth-child(2), #icon_menu_md34 span:nth-child(3),
#icon_menu_md33 span:nth-child(2), #icon_menu_md33 span:nth-child(3),
#icon_menu_md32 span:nth-child(2), #icon_menu_md32 span:nth-child(3),
#icon_menu_md31 span:nth-child(2), #icon_menu_md31 span:nth-child(3),
#icon_menu_md2 span:nth-child(2), #icon_menu_md2 span:nth-child(3),
#icon_menu_md1 span:nth-child(2), #icon_menu_md1 span:nth-child(3),
#icon_menu span:nth-child(2), #icon_menu span:nth-child(3) {
  top: 24px; }
  @media (max-width: 1440px) {
    #icon_menu_md36 span:nth-child(2), #icon_menu_md36 span:nth-child(3),
    #icon_menu_md35 span:nth-child(2), #icon_menu_md35 span:nth-child(3),
    #icon_menu_md34 span:nth-child(2), #icon_menu_md34 span:nth-child(3),
    #icon_menu_md33 span:nth-child(2), #icon_menu_md33 span:nth-child(3),
    #icon_menu_md32 span:nth-child(2), #icon_menu_md32 span:nth-child(3),
    #icon_menu_md31 span:nth-child(2), #icon_menu_md31 span:nth-child(3),
    #icon_menu_md2 span:nth-child(2), #icon_menu_md2 span:nth-child(3),
    #icon_menu_md1 span:nth-child(2), #icon_menu_md1 span:nth-child(3),
    #icon_menu span:nth-child(2), #icon_menu span:nth-child(3) {
      top: 19px; } }

#icon_menu_md36 span:nth-child(4),
#icon_menu_md35 span:nth-child(4),
#icon_menu_md34 span:nth-child(4),
#icon_menu_md33 span:nth-child(4),
#icon_menu_md32 span:nth-child(4),
#icon_menu_md31 span:nth-child(4),
#icon_menu_md2 span:nth-child(4),
#icon_menu_md1 span:nth-child(4),
#icon_menu span:nth-child(4) {
  top: 48px; }
  @media (max-width: 1440px) {
    #icon_menu_md36 span:nth-child(4),
    #icon_menu_md35 span:nth-child(4),
    #icon_menu_md34 span:nth-child(4),
    #icon_menu_md33 span:nth-child(4),
    #icon_menu_md32 span:nth-child(4),
    #icon_menu_md31 span:nth-child(4),
    #icon_menu_md2 span:nth-child(4),
    #icon_menu_md1 span:nth-child(4),
    #icon_menu span:nth-child(4) {
      top: 37px; } }

#icon_menu_md36.open span:nth-child(1),
#icon_menu_md35.open span:nth-child(1),
#icon_menu_md34.open span:nth-child(1),
#icon_menu_md33.open span:nth-child(1),
#icon_menu_md32.open span:nth-child(1),
#icon_menu_md31.open span:nth-child(1),
#icon_menu_md2.open span:nth-child(1),
#icon_menu_md1.open span:nth-child(1),
#icon_menu.open span:nth-child(1) {
  top: 24px;
  width: 0%;
  left: 50%; }
  @media (max-width: 1440px) {
    #icon_menu_md36.open span:nth-child(1),
    #icon_menu_md35.open span:nth-child(1),
    #icon_menu_md34.open span:nth-child(1),
    #icon_menu_md33.open span:nth-child(1),
    #icon_menu_md32.open span:nth-child(1),
    #icon_menu_md31.open span:nth-child(1),
    #icon_menu_md2.open span:nth-child(1),
    #icon_menu_md1.open span:nth-child(1),
    #icon_menu.open span:nth-child(1) {
      top: 19px; } }

#icon_menu_md36.open span:nth-child(2),
#icon_menu_md35.open span:nth-child(2),
#icon_menu_md34.open span:nth-child(2),
#icon_menu_md33.open span:nth-child(2),
#icon_menu_md32.open span:nth-child(2),
#icon_menu_md31.open span:nth-child(2),
#icon_menu_md2.open span:nth-child(2),
#icon_menu_md1.open span:nth-child(2),
#icon_menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#icon_menu_md36.open span:nth-child(3),
#icon_menu_md35.open span:nth-child(3),
#icon_menu_md34.open span:nth-child(3),
#icon_menu_md33.open span:nth-child(3),
#icon_menu_md32.open span:nth-child(3),
#icon_menu_md31.open span:nth-child(3),
#icon_menu_md2.open span:nth-child(3),
#icon_menu_md1.open span:nth-child(3),
#icon_menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#icon_menu_md36.open span:nth-child(4),
#icon_menu_md35.open span:nth-child(4),
#icon_menu_md34.open span:nth-child(4),
#icon_menu_md33.open span:nth-child(4),
#icon_menu_md32.open span:nth-child(4),
#icon_menu_md31.open span:nth-child(4),
#icon_menu_md2.open span:nth-child(4),
#icon_menu_md1.open span:nth-child(4),
#icon_menu.open span:nth-child(4) {
  top: 24px;
  width: 0%;
  left: 50%; }
  @media (max-width: 1440px) {
    #icon_menu_md36.open span:nth-child(4),
    #icon_menu_md35.open span:nth-child(4),
    #icon_menu_md34.open span:nth-child(4),
    #icon_menu_md33.open span:nth-child(4),
    #icon_menu_md32.open span:nth-child(4),
    #icon_menu_md31.open span:nth-child(4),
    #icon_menu_md2.open span:nth-child(4),
    #icon_menu_md1.open span:nth-child(4),
    #icon_menu.open span:nth-child(4) {
      top: 19px; } }

.menu_idioma {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 16px;
  height: 52px;
  justify-content: center;
  letter-spacing: 2px;
  right: 190px;
  text-transform: uppercase;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 12; }
  @media (max-width: 1440px) {
    .menu_idioma {
      height: 42px;
      right: 180px; } }
  @media (max-width: 768px) {
    .menu_idioma {
      right: 140px; } }
  @media (max-width: 414px) {
    .menu_idioma {
      font-size: 10px;
      right: 100px; } }

.menu_idioma.cn a,
.menu_idioma.cn {
  color: #000; }

.menu_idioma.cb.cn a,
.menu_idioma.cb.cn {
  color: #fff; }

.menu_idioma a {
  color: #fff;
  text-decoration: none; }

.menu_idioma a:hover {
  color: #ff0000; }

.logo_menu_main {
  left: 100px;
  position: absolute;
  top: 24px;
  width: 25%; }
  @media (max-width: 850px) {
    .logo_menu_main {
      left: 40px;
      top: 14px; } }
  @media (max-width: 440px) {
    .logo_menu_main {
      left: 10px;
      top: 10px;
      width: 40%; } }

.logo_menu_main svg {
  fill: #fff; }

.logoheader {
  display: block; }
  @media (max-width: 440px) {
    .logoheader {
      display: none; } }

.logoheader_xs {
  display: none; }
  @media (max-width: 440px) {
    .logoheader_xs {
      display: block; } }

.aw2 {
  width: 25%; }
  @media (max-width: 414px) {
    .aw2 {
      width: 15%; } }

.aw2 svg {
  fill: #ff0000;
  width: 100%; }

.icon_1 {
  width: 5.3%; }
  @media (max-width: 414px) {
    .icon_1 {
      width: 10%; } }

.icon_1 svg {
  fill: #ff0000;
  width: 100%; }

.aw2, .icon_1 {
  bottom: 25%; }

.init_element {
  opacity: 0; }

.cnt_plx_4, .cnt_plx_3, .cnt_plx_2 {
  background-color: #000;
  padding: 100px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .cnt_plx_4, .cnt_plx_3, .cnt_plx_2 {
      padding: 80px; } }
  @media (max-width: 850px) {
    .cnt_plx_4, .cnt_plx_3, .cnt_plx_2 {
      padding: 50px; } }
  @media (max-width: 320px) {
    .cnt_plx_4, .cnt_plx_3, .cnt_plx_2 {
      padding: 40px; } }

.parallax_4, .parallax_3, .parallax_2 {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }

.cnt_img_plx4, .cnt_img_plx3, .cnt_img_plx2 {
  align-items: center;
  height: 100%;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%; }

.cnt_img_plx4 img, .cnt_img_plx3 img, .cnt_img_plx2 img {
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: -webkit-translateY -50%;
  width: auto !important; }

.icon_micro {
  left: 100px;
  position: absolute;
  top: 100px;
  width: 4.3vw; }
  @media (max-width: 1024px) {
    .icon_micro {
      left: 80px;
      top: 80px; } }
  @media (max-width: 850px) {
    .icon_micro {
      left: 50px;
      top: 50px; } }
  @media (max-width: 320px) {
    .icon_micro {
      left: 40px;
      top: 40px; } }

.icon_micro svg {
  fill: #fff;
  width: 100%; }

.cnt_texto_sc4, .cnt_texto_sc3, .cnt_texto_sc2 {
  display: flex;
  justify-content: flex-end;
  padding-top: 18.2vw;
  width: 100%; }
  @media (max-width: 850px) {
    .cnt_texto_sc4, .cnt_texto_sc3, .cnt_texto_sc2 {
      align-items: center;
      flex-direction: column;
      justify-content: center; } }

.parrafo_sc4, .parrafo_sc3, .parrafo_sc2 {
  color: #fff;
  font-family: "Termina W05 Demi";
  font-size: 0.95vw;
  letter-spacing: 0.09vw;
  line-height: 1.35vw;
  padding: 50px;
  text-align: justify;
  width: 60%;
  z-index: 1; }
  @media (max-width: 768px) {
    .parrafo_sc4, .parrafo_sc3, .parrafo_sc2 {
      font-size: 3.8vw;
      line-height: 5vw;
      text-align: left;
      width: 80%; } }
  @media (max-width: 512px) {
    .parrafo_sc4, .parrafo_sc3, .parrafo_sc2 {
      letter-spacing: 0;
      width: 100%; } }

.parrafo_sc4,
.parrafo_sc3,
.parrafo_sc2 {
  background-color: rgba(0, 0, 0, 0.6); }

.parrafo_sc4 p, .parrafo_sc3 p, .parrafo_sc2 p {
  margin: 0; }

.parrafo_sc4 p:not(:last-child),
.parrafo_sc3 p:not(:last-child),
.parrafo_sc2 p:not(:last-child) {
  padding-bottom: 0.6vw; }

.parrafo_sc4 a, .parrafo_sc3 a, .parrafo_sc2 a {
  color: #fff; }

.subt_sec4, .subt_sec3, .subt_sec2 {
  bottom: 100px;
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-size: 3vw;
  left: 100px;
  line-height: 3vw;
  position: absolute;
  text-transform: uppercase;
  width: 22vw; }
  @media (max-width: 1024px) {
    .subt_sec4, .subt_sec3, .subt_sec2 {
      left: 80px;
      bottom: 80px; } }
  @media (max-width: 850px) {
    .subt_sec4, .subt_sec3, .subt_sec2 {
      left: auto;
      bottom: auto;
      position: relative;
      padding-bottom: 50px;
      width: 50vw; } }
  @media (max-width: 768px) {
    .subt_sec4, .subt_sec3, .subt_sec2 {
      font-size: 4vh; } }

.subt_sec4 svg, .subt_sec3 svg, .subt_sec2 svg {
  fill: #fff;
  width: 100%; }

/*Mapa*/
.cnt_mapa {
  background-color: #d5dadc;
  width: 100%;
  height: 100vh;
  position: relative; }

.btn_scroll_map {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-family: "Decima Mono Cyr";
  justify-content: center;
  left: 100px;
  position: absolute;
  bottom: 100px;
  width: 100px;
  height: 100px;
  z-index: 2; }
  @media (max-width: 1440px) {
    .btn_scroll_map {
      bottom: 80px;
      left: 80px;
      width: 80px;
      height: 80px; } }
  @media (max-width: 850px) {
    .btn_scroll_map {
      bottom: 50px;
      left: 50px;
      width: 60px;
      height: 60px; } }
  @media (max-width: 320px) {
    .btn_scroll_map {
      bottom: 40px;
      left: 40px; } }

.btn_scroll_map svg {
  fill: #000;
  width: 100%; }

.credit_map {
  align-items: center;
  background-color: white;
  bottom: 5px;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 10pt;
  justify-content: center;
  right: 5px;
  padding: 0 20px;
  position: absolute;
  z-index: 2; }
  @media (max-width: 850px) {
    .credit_map {
      font-size: 9pt; } }

.cnt_mapa img {
  width: 100%; }

#cnt_mapa {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.mapa_mask {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

/* Río */
.cnt_rio_grid {
  align-items: center;
  background-color: #00bbad;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 100px;
  width: 100%; }
  @media (max-width: 768px) {
    .cnt_rio_grid {
      padding: 0; } }

#ir_1 {
  order: 1; }
  @media (max-width: 850px) {
    #ir_1 {
      order: 3; } }

#ir_1 .sec_rio,
#ir_1 .capa_rio {
  bottom: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir_1 .sec_rio,
    #ir_1 .capa_rio {
      bottom: auto;
      top: 0; } }

#ir_1 .right_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir_1 .right_bottom {
      display: none; } }

#ir_1 .top_right {
  display: none; }
  @media (max-width: 850px) {
    #ir_1 .top_right {
      display: block; } }

#ir_2 {
  order: 2; }
  @media (max-width: 850px) {
    #ir_2 {
      order: 1; } }

#ir_2 .sec_rio,
#ir_2 .capa_rio {
  top: 13.5%; }
  @media (max-width: 850px) {
    #ir_2 .sec_rio,
    #ir_2 .capa_rio {
      bottom: 0;
      top: auto; } }

#ir_2 .sec_rio_item,
#ir_2 .capa_rio {
  position: absolute; }

#ir_2 .sec_rio_item {
  top: 18.9%; }
  @media (max-width: 850px) {
    #ir_2 .sec_rio_item {
      bottom: 0;
      top: auto; } }

#ir_2 .center_center {
  display: block; }
  @media (max-width: 850px) {
    #ir_2 .center_center {
      display: none; } }

#ir_2 .right_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir_2 .right_bottom {
      display: block; } }

#ir_3 {
  order: 3; }
  @media (max-width: 850px) {
    #ir_3 {
      order: 2; } }

#ir_3 .sec_rio,
#ir_3 .capa_rio {
  top: 0;
  position: absolute; }

#ir_4 {
  order: 4; }
  @media (max-width: 850px) {
    #ir_4 {
      order: 4; } }

#ir_4 .sec_rio,
#ir_4 .capa_rio {
  top: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir_4 .sec_rio,
    #ir_4 .capa_rio {
      top: auto;
      bottom: 0; } }

#ir_4 .top_right {
  display: block; }
  @media (max-width: 850px) {
    #ir_4 .top_right {
      display: none; } }

#ir_4 .left_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir_4 .left_bottom {
      display: block; } }

#ir_5 {
  order: 5; }
  @media (max-width: 850px) {
    #ir_5 {
      order: 6; } }

#ir_5 .sec_rio,
#ir_5 .capa_rio {
  bottom: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir_5 .sec_rio,
    #ir_5 .capa_rio {
      top: 0;
      bottom: auto; } }

#ir_5 .left_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir_5 .left_bottom {
      display: none; } }

#ir_5 .top_left {
  display: none; }
  @media (max-width: 850px) {
    #ir_5 .top_left {
      display: block; } }

#ir_6 {
  order: 6; }
  @media (max-width: 850px) {
    #ir_6 {
      display: none; } }

#ir_7 {
  order: 7; }
  @media (max-width: 850px) {
    #ir_7 {
      order: 7; } }

#ir_7 .sec_rio,
#ir_7 .capa_rio {
  bottom: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir_7 .sec_rio,
    #ir_7 .capa_rio {
      top: 0;
      bottom: auto; } }

#ir_7 .right_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir_7 .right_bottom {
      display: none; } }

#ir_7 .top_right {
  display: none; }
  @media (max-width: 850px) {
    #ir_7 .top_right {
      display: block; } }

#ir_8 {
  order: 8; }
  @media (max-width: 850px) {
    #ir_8 {
      order: 5; } }

#ir_8 .sec_rio,
#ir_8 .capa_rio {
  top: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir_8 .sec_rio,
    #ir_8 .capa_rio {
      bottom: 0;
      top: auto; } }

#ir_8 .top_left {
  display: block; }
  @media (max-width: 850px) {
    #ir_8 .top_left {
      display: none; } }

#ir_8 .right_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir_8 .right_bottom {
      display: block; } }

#ir_9 {
  order: 9; }
  @media (max-width: 850px) {
    #ir_9 {
      order: 13; } }

#ir_10 {
  order: 10; }
  @media (max-width: 850px) {
    #ir_10 {
      order: 8; } }

#ir_10 .sec_rio,
#ir_10 .capa_rio {
  top: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir_10 .sec_rio,
    #ir_10 .capa_rio {
      bottom: 0;
      top: auto; } }

#ir_10 .top_right {
  display: block; }
  @media (max-width: 850px) {
    #ir_10 .top_right {
      display: none; } }

#ir_10 .left_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir_10 .left_bottom {
      display: block; } }

#ir_11 {
  order: 11; }
  @media (max-width: 850px) {
    #ir_11 {
      order: 10; } }

#ir_11 .sec_rio,
#ir_11 .capa_rio {
  top: 13.5%; }
  @media (max-width: 850px) {
    #ir_11 .sec_rio,
    #ir_11 .capa_rio {
      top: 0;
      bottom: auto; } }

#ir_11 .sec_rio_item,
#ir_11 .capa_rio {
  position: absolute; }

#ir_11 .sec_rio_item {
  top: 18.9%; }
  @media (max-width: 850px) {
    #ir_11 .sec_rio_item {
      top: 0;
      bottom: auto; } }

#ir_11 .center_center {
  display: block; }
  @media (max-width: 850px) {
    #ir_11 .center_center {
      display: none; } }

#ir_11 .top_left {
  display: none; }
  @media (max-width: 850px) {
    #ir_11 .top_left {
      display: block; } }

#ir_12 {
  order: 12; }
  @media (max-width: 850px) {
    #ir_12 {
      order: 9; } }

#ir_12 .sec_rio,
#ir_12 .capa_rio {
  bottom: 0;
  position: absolute; }

#ir_12 .left_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir_12 .left_bottom {
      display: none; } }

#ir_12 .right_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir_12 .right_bottom {
      display: block; } }

#ir_13 {
  order: 13; }
  @media (max-width: 850px) {
    #ir_13 {
      order: 14; } }

#ir_13 .sec_rio,
#ir_13 .capa_rio {
  bottom: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir_13 .sec_rio,
    #ir_13 .capa_rio {
      top: 0;
      bottom: auto; } }

#ir_13 .right_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir_13 .right_bottom {
      display: none; } }

#ir_13 .top_bottom_right {
  display: none; }
  @media (max-width: 850px) {
    #ir_13 .top_bottom_right {
      display: block; } }

#ir_14 {
  order: 14; }
  @media (max-width: 850px) {
    #ir_14 {
      order: 12; } }

#ir_14 .sec_rio,
#ir_14 .capa_rio {
  top: 13.5%; }
  @media (max-width: 850px) {
    #ir_14 .sec_rio,
    #ir_14 .capa_rio {
      bottom: 0;
      top: auto; } }

#ir_14 .sec_rio_item,
#ir_14 .capa_rio {
  position: absolute; }

#ir_14 .sec_rio_item {
  top: 18.9%; }
  @media (max-width: 850px) {
    #ir_14 .sec_rio_item {
      bottom: 0;
      top: auto; } }

#ir_14 .center_center {
  display: block; }
  @media (max-width: 850px) {
    #ir_14 .center_center {
      display: none; } }

#ir_14 .left_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir_14 .left_bottom {
      display: block; } }

#ir_15 {
  order: 15; }
  @media (max-width: 850px) {
    #ir_15 {
      order: 11; } }

#ir_15 .sec_rio,
#ir_15 .capa_rio {
  top: 0;
  position: absolute; }

#ir_15 .top_left {
  display: block; }
  @media (max-width: 850px) {
    #ir_15 .top_left {
      display: none; } }

#ir_15 .top_right {
  display: none; }
  @media (max-width: 850px) {
    #ir_15 .top_right {
      display: block; } }

#ir2_1 {
  order: 1; }

#ir2_1 .sec_rio,
#ir2_1 .capa_rio {
  top: 0;
  position: absolute; }

#ir2_2 {
  order: 2; }

#ir2_2 .sec_rio,
#ir2_2 .capa_rio {
  top: 13.5%; }
  @media (max-width: 850px) {
    #ir2_2 .sec_rio,
    #ir2_2 .capa_rio {
      bottom: 0;
      top: auto; } }

#ir2_2 .sec_rio_item,
#ir2_2 .capa_rio {
  position: absolute; }

#ir2_2 .sec_rio_item {
  top: 18.9%; }
  @media (max-width: 850px) {
    #ir2_2 .sec_rio_item {
      bottom: 0;
      top: auto; } }

#ir2_2 .center_center {
  display: block; }
  @media (max-width: 850px) {
    #ir2_2 .center_center {
      display: none; } }

#ir2_2 .left_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir2_2 .left_bottom {
      display: block; } }

#ir2_3 {
  order: 3; }
  @media (max-width: 850px) {
    #ir2_3 {
      order: 4; } }

#ir2_3 .sec_rio,
#ir2_3 .capa_rio {
  bottom: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir2_3 .sec_rio,
    #ir2_3 .capa_rio {
      top: 0;
      bottom: auto; } }

#ir2_3 .left_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir2_3 .left_bottom {
      display: none; } }

#ir2_3 .top_left {
  display: none; }
  @media (max-width: 850px) {
    #ir2_3 .top_left {
      display: block; } }

#ir2_4 {
  order: 4; }
  @media (max-width: 850px) {
    #ir2_4 {
      display: none; } }

#ir2_5 {
  order: 5; }

#ir2_5 .sec_rio,
#ir2_5 .capa_rio {
  bottom: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir2_5 .sec_rio,
    #ir2_5 .capa_rio {
      top: 0;
      bottom: auto; } }

#ir2_5 .right_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir2_5 .right_bottom {
      display: none; } }

#ir2_5 .top_right {
  display: none; }
  @media (max-width: 850px) {
    #ir2_5 .top_right {
      display: block; } }

#ir2_6 {
  order: 6; }
  @media (max-width: 850px) {
    #ir2_6 {
      order: 3; } }

#ir2_6 .sec_rio,
#ir2_6 .capa_rio {
  top: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir2_6 .sec_rio,
    #ir2_6 .capa_rio {
      bottom: 0;
      top: auto; } }

#ir2_6 .top_left {
  display: block; }
  @media (max-width: 850px) {
    #ir2_6 .top_left {
      display: none; } }

#ir2_6 .right_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir2_6 .right_bottom {
      display: block; } }

#ir2_7 {
  order: 7; }
  @media (max-width: 850px) {
    #ir2_7 {
      display: none; } }

#ir2_8 {
  order: 8; }
  @media (max-width: 850px) {
    #ir2_8 {
      order: 6; } }

#ir2_8 .sec_rio,
#ir2_8 .capa_rio {
  top: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir2_8 .sec_rio,
    #ir2_8 .capa_rio {
      bottom: 0;
      top: auto; } }

#ir2_8 .top_right {
  display: block; }
  @media (max-width: 850px) {
    #ir2_8 .top_right {
      display: none; } }

#ir2_8 .left_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir2_8 .left_bottom {
      display: block; } }

#ir2_9 {
  order: 9; }
  @media (max-width: 850px) {
    #ir2_9 {
      order: 8; } }

#ir2_9 .sec_rio,
#ir2_9 .capa_rio {
  bottom: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir2_9 .sec_rio,
    #ir2_9 .capa_rio {
      top: 0;
      bottom: auto; } }

#ir2_9 .left_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir2_9 .left_bottom {
      display: none; } }

#ir2_9 .top_left {
  display: none; }
  @media (max-width: 850px) {
    #ir2_9 .top_left {
      display: block; } }

#ir2_10 {
  order: 10; }
  @media (max-width: 850px) {
    #ir2_10 {
      order: 10; } }

#ir2_10 .sec_rio,
#ir2_10 .capa_rio {
  bottom: 0;
  position: absolute; }

#ir2_10 .right_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir2_10 .right_bottom {
      display: none; } }

#ir2_10 .left_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir2_10 .left_bottom {
      display: block; } }

#ir2_11 {
  order: 11; }
  @media (max-width: 850px) {
    #ir2_11 {
      order: 9; } }

#ir2_11 .sec_rio,
#ir2_11 .capa_rio {
  top: 13.5%; }
  @media (max-width: 850px) {
    #ir2_11 .sec_rio,
    #ir2_11 .capa_rio {
      top: 0;
      bottom: auto; } }

#ir2_11 .sec_rio_item,
#ir2_11 .capa_rio {
  position: absolute; }

#ir2_11 .sec_rio_item {
  top: 18.9%; }
  @media (max-width: 850px) {
    #ir2_11 .sec_rio_item {
      top: 0;
      bottom: auto; } }

#ir2_11 .center_center {
  display: block; }
  @media (max-width: 850px) {
    #ir2_11 .center_center {
      display: none; } }

#ir2_11 .top_right {
  display: none; }
  @media (max-width: 850px) {
    #ir2_11 .top_right {
      display: block; } }

#ir2_12 {
  order: 12; }
  @media (max-width: 850px) {
    #ir2_12 {
      order: 7; } }

#ir2_12 .sec_rio,
#ir2_12 .capa_rio {
  top: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir2_12 .sec_rio,
    #ir2_12 .capa_rio {
      bottom: 0;
      top: auto; } }

#ir2_12 .top_left {
  display: block; }
  @media (max-width: 850px) {
    #ir2_12 .top_left {
      display: none; } }

#ir2_12 .right_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir2_12 .right_bottom {
      display: block; } }

#ir2_13 {
  order: 13; }
  @media (max-width: 850px) {
    #ir2_13 {
      order: 12; } }

#ir2_13 .sec_rio,
#ir2_13 .capa_rio {
  top: 0;
  position: absolute; }

#ir2_13 .top_right {
  display: block; }
  @media (max-width: 850px) {
    #ir2_13 .top_right {
      display: none; } }

#ir2_13 .top_left {
  display: none; }
  @media (max-width: 850px) {
    #ir2_13 .top_left {
      display: block; } }

#ir2_14 {
  order: 14; }
  @media (max-width: 850px) {
    #ir2_14 {
      order: 11; } }

#ir2_14 .sec_rio,
#ir2_14 .capa_rio {
  top: 13.5%; }
  @media (max-width: 850px) {
    #ir2_14 .sec_rio,
    #ir2_14 .capa_rio {
      bottom: 0;
      top: auto; } }

#ir2_14 .sec_rio_item,
#ir2_14 .capa_rio {
  position: absolute; }

#ir2_14 .sec_rio_item {
  top: 18.9%; }
  @media (max-width: 850px) {
    #ir2_14 .sec_rio_item {
      bottom: 0;
      top: auto; } }

#ir2_14 .center_center {
  display: block; }
  @media (max-width: 850px) {
    #ir2_14 .center_center {
      display: none; } }

#ir2_14 .right_bottom {
  display: none; }
  @media (max-width: 850px) {
    #ir2_14 .right_bottom {
      display: block; } }

#ir2_15 {
  order: 15; }
  @media (max-width: 850px) {
    #ir2_15 {
      order: 13; } }

#ir2_15 .sec_rio,
#ir2_15 .capa_rio {
  bottom: 0;
  position: absolute; }
  @media (max-width: 850px) {
    #ir2_15 .sec_rio,
    #ir2_15 .capa_rio {
      top: 0;
      bottom: auto; } }

#ir2_15 .left_bottom {
  display: block; }
  @media (max-width: 850px) {
    #ir2_15 .left_bottom {
      display: none; } }

#ir2_15 .top_bottom_left {
  display: none; }
  @media (max-width: 850px) {
    #ir2_15 .top_bottom_left {
      display: block; } }

.item_rio {
  height: 200px;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  position: relative;
  width: 33%; }
  @media (max-width: 850px) {
    .item_rio {
      width: 50%; } }

.capa_rio {
  cursor: pointer;
  width: 100%; }

.sec_rio {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%; }

.txt_sec_rio.cr h3 {
  color: #ff0000; }

.txt_sec_rio h3 {
  font-size: 1.3vw;
  line-height: 2.1vw; }
  @media (max-width: 850px) {
    .txt_sec_rio h3 {
      font-size: 2vw;
      line-height: 2.5vw; } }

.txt_sec_rio {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-family: "Termina W05 Demi";
  font-size: 1.3vw;
  justify-content: center;
  left: 0;
  letter-spacing: 0.1vw;
  line-height: 2.1vw;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9; }
  @media (max-width: 850px) {
    .txt_sec_rio {
      font-size: 2vw;
      line-height: 2.5vw; } }

.cnt_txt_sec span {
  display: none; }
  @media (max-width: 850px) {
    .cnt_txt_sec span {
      display: block; } }

.tminus {
  letter-spacing: 0; }

.lminus {
  line-height: 1.9vw; }
  @media (max-width: 768px) {
    .lminus {
      line-height: 3.1vw; } }

.cnt_txt_sec {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 10%;
  width: 100%; }

.txt_sec_rio.hide {
  opacity: 0; }

.cr {
  color: #ff0000; }

.cvo {
  color: #004549; }

/*pos*/
.top_left, .top_right, .center_center, .right_bottom, .left_bottom {
  left: 0;
  position: absolute; }

.top_left, .top_right {
  top: 0; }

.right_bottom, .left_bottom {
  bottom: 0; }

.center_center {
  top: 13.5%; }

/*fin pos*/
.sec_rio img {
  width: 100%; }

.svg_rio {
  position: absolute;
  width: 0;
  height: 0; }

.sec_rio_item {
  fill: #fff;
  width: 100%; }

.sec_vm svg {
  fill: #006869;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }

.sec_vo svg {
  fill: #004549;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }

.sec_br svg,
.sec_b svg {
  fill: #fff;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }

.sec_rm svg {
  fill: #ff644c;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }

.sec_rc svg {
  fill: #ffa699;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }

.item_rio:hover .sec_rio {
  opacity: 1; }

.sec_rio.activo {
  opacity: 1; }

.item_rio:active .txt_sec_rio h3,
.item_rio:hover .txt_sec_rio h3 {
  color: #fff;
  opacity: 1 !important; }

.cls_mask_tl {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#curva_tl);
  clip-path: url(#curva_tl); }

.cls_mask_cc {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#curva_cc);
  clip-path: url(#curva_cc); }

.cls_mask_rb {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#curva_rb);
  clip-path: url(#curva_rb); }

.cls_mask_tr {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#curva_tr);
  clip-path: url(#curva_tr); }

.cls_mask_lb {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#curva_lb);
  clip-path: url(#curva_lb); }

.cls_mask_tbl {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#curva_vertical_left);
  clip-path: url(#curva_vertical_left); }

.cls_mask_tbr {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#curva_vertical_right);
  clip-path: url(#curva_vertical_right); }

@media (max-width: 850px) {
  #txt_113,
  #txt_213 {
    width: 63%; } }

@media (max-width: 850px) {
  #tx213 {
    justify-content: flex-start; } }

@media (max-width: 850px) {
  #tx13 {
    justify-content: flex-end; } }

#txt_float_2, #txt_float_1 {
  color: #ff0000;
  font-family: "Termina W05 Medium";
  font-size: 3vw;
  position: absolute;
  right: 100px;
  text-align: right;
  width: 40%; }
  @media (max-width: 850px) {
    #txt_float_2, #txt_float_1 {
      display: none; } }

#txt_float_22, #txt_float_21 {
  color: #004549;
  font-family: "Termina W05 Medium";
  font-size: 3vw;
  position: absolute;
  left: 100px;
  text-align: left;
  width: 40%; }
  @media (max-width: 850px) {
    #txt_float_22, #txt_float_21 {
      display: none; } }

/* Anima */
.item_fade {
  opacity: 1;
  -webkit-transition: all 2s;
  transition: all 2s; }

.appear_anima {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
#modal_101 {
  background-color: #ffa699;
  left: 0;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%; }

#modal_201 {
  background-color: #00bbad;
  left: 0;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%; }

#modal_g06,
#modal_g05,
#modal_g04,
#modal_g03,
#modal_g02,
#modal_g01 {
  background-color: #000;
  left: 0;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%; }

.showing-modal {
  overflow: hidden; }

#modal_g06.hideModal,
#modal_g05.hideModal,
#modal_g04.hideModal,
#modal_g03.hideModal,
#modal_g02.hideModal,
#modal_g01.hideModal,
#modal_201.hideModal,
#modal_101.hideModal {
  z-index: -1;
  opacity: 0; }

@keyframes hide {
  from {
    z-index: 11;
    transform: scale(1);
    opacity: 1; }
  to {
    z-index: -1;
    transform: scale(0);
    opacity: 0; } }
#modal_g06.showModal,
#modal_g05.showModal,
#modal_g04.showModal,
#modal_g03.showModal,
#modal_g02.showModal,
#modal_g01.showModal,
#modal_201.showModal,
#modal_101.showModal {
  opacity: 1;
  z-index: 11; }

@keyframes show {
  from {
    transform: scale(0);
    opacity: 0;
    z-index: -1; }
  to {
    transform: scale(1);
    opacity: 1;
    z-index: 11; } }
.cnt_modal {
  color: #fff;
  font-family: "Termina W05 Demi";
  position: relative;
  width: 100%; }

.bloque {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%; }

.intro_bloque {
  height: 100vh; }

.cnt_modal .cnt_fluid_modal {
  width: 62vw; }

@media (max-width: 850px) {
  .cnt_fluid_modal {
    width: 80vw !important; } }

.cnt_intro_item {
  align-items: center;
  display: flex;
  height: 28vw;
  justify-content: space-between;
  position: relative;
  width: 62vw; }
  @media (max-width: 850px) {
    .cnt_intro_item {
      flex-direction: column;
      height: 60vh;
      width: 80vw; } }

.intro_foto_item_circulo,
.intro_foto_item {
  height: 28vw;
  width: 28vw; }
  @media (max-width: 850px) {
    .intro_foto_item_circulo,
    .intro_foto_item {
      height: 25vh;
      width: 25vh; } }

.intro_txt_item {
  height: 28vw;
  width: 28vw; }
  @media (max-width: 850px) {
    .intro_txt_item {
      height: 25vh;
      width: 40vw; } }

.intro_separa_item {
  background-color: #000;
  height: 100%;
  width: 2px; }
  @media (max-width: 850px) {
    .intro_separa_item {
      height: 2px;
      width: 100%; } }

.intro_foto_item {
  align-items: center;
  display: flex;
  border: 4px solid #000;
  justify-content: center;
  overflow: hidden; }

.intro_foto_item img {
  height: 100%; }

.intro_foto_item_circulo {
  align-items: center;
  display: flex;
  border: 4px solid #000;
  border-radius: 50%;
  justify-content: center;
  overflow: hidden; }

.intro_foto_item_circulo img {
  height: 101%; }

.intro_txt_item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative; }

.intro_txt_item h2 {
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-weight: 100;
  font-size: 3.1vw;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }
  @media (max-width: 768px) {
    .intro_txt_item h2 {
      font-size: 5vw; } }

.intro_pag_item,
.intro_logo_item {
  color: #000;
  font-family: "Decima Mono Cyr";
  font-weight: 100;
  font-size: 1.5vw;
  left: 0;
  position: absolute; }
  @media (max-width: 850px) {
    .intro_pag_item,
    .intro_logo_item {
      font-size: 2vh; } }

.intro_pag_item {
  bottom: 0; }

.intro_logo_item {
  top: 0; }

.arrow-down-clv {
  left: 0;
  top: calc(100vh - 100px);
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (max-width: 1440px) {
    .arrow-down-clv {
      top: calc(100vh - 40px); } }

.arrow-down-acn {
  left: 0;
  top: calc(100vh - 100px);
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (max-width: 1440px) {
    .arrow-down-acn {
      top: calc(100vh - 40px); } }

.item-arrow {
  color: #fff;
  cursor: pointer;
  font-family: "Termina W05 Demi";
  font-size: 2vw;
  font-weight: 100;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.item-arrow:hover {
  color: #ff0000; }

.pager_files,
.pager {
  display: flex;
  margin-top: 50px;
  width: 100%; }

.pager a {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-family: "Termina W05 Demi";
  font-size: 12pt;
  height: 40px;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 40px; }

.pager_files a {
  align-items: center;
  border: 1px solid #000;
  color: #000;
  display: flex;
  font-family: "Termina W05 Demi";
  font-size: 12pt;
  height: 40px;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 40px; }

.pager_files a:hover {
  background-color: #000;
  color: #fff; }

.pager a:hover {
  background-color: #fff;
  color: #000; }

.msj_no_noticias {
  color: #fff;
  font-family: "Termina W05 Demi";
  font-size: 12pt;
  text-align: center;
  width: 100%; }

.msj_no_files {
  color: #000;
  font-family: "Termina W05 Demi";
  font-size: 12pt;
  text-align: center;
  width: 100%; }

.content_txt_item p {
  color: #000;
  font-family: "Termina W05 Demi";
  font-size: 2.3vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  line-height: 3.2vw; }
  @media (max-width: 768px) {
    .content_txt_item p {
      font-size: 2.3vh;
      line-height: 3.2vh; } }

.content_txt_item p a {
  color: #000; }

.content_descarga {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000; }

.cnt_descarga {
  align-items: center;
  display: flex; }

.icon_descarga {
  align-items: center;
  border: 4px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 212px;
  justify-content: center;
  position: relative;
  width: 212px; }
  @media (max-width: 850px) {
    .icon_descarga {
      height: 150px;
      width: 150px; } }
  @media (max-width: 512px) {
    .icon_descarga {
      border: 3px solid #000;
      height: 100px;
      width: 100px; } }
  @media (max-width: 512px) {
    .icon_descarga {
      border: 2px solid #000;
      height: 80px;
      width: 80px; } }

.punto_descarga {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%; }

.punto_descarga .anima_circle {
  background-color: #000;
  border-radius: 50%;
  width: 101%;
  height: 101%;
  transition: transform .5s ease;
  transform: scale(0); }

.icon_descarga:hover .anima_circle {
  transform: scale(1); }

.icon_descarga:hover .svg_carpeta {
  fill: #fff; }

.icon_descarga svg {
  width: 65%;
  z-index: 2; }

.icon_descarga .svg_aw2 {
  fill: #fff; }

.txt_descarga {
  font-family: "Decima Mono Cyr";
  font-size: 1.8vw;
  padding-left: 62px;
  text-transform: uppercase; }
  @media (max-width: 512px) {
    .txt_descarga {
      font-size: 3vh;
      padding-left: 30px; } }

.txt_descarga a {
  color: #fff;
  text-decoration: none; }

.cnt_descarga:hover .txt_descarga a,
.txt_descarga a:hover {
  text-decoration: underline; }

.txt_descarga p {
  color: #000;
  margin: 0;
  padding: 0; }

.content_nav {
  align-items: baseline;
  color: #fff;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 1.4vw;
  justify-content: space-between; }
  @media (max-width: 512px) {
    .content_nav {
      font-size: 2vh; } }

.nav_items div {
  display: inline-blocK; }

.btn_volver, .btn_prev, .btn_next {
  cursor: pointer;
  text-transform: uppercase; }

.btn_volver:hover, .btn_prev:hover, .btn_next:hover {
  color: #ff0000; }

#modal_precarga {
  background-color: aliceblue;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: all .2s ease-in-out;
  width: 100vw;
  z-index: 12; }

#modal_precarga.close {
  width: 0 !important; }

.patron_rio {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }

.item_patron {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 62vw; }

.patron_rio svg {
  display: block;
  fill: #fff;
  margin: 0;
  opacity: 0.1;
  padding: 0;
  width: 100%; }

#modal_lista,
#modal_bio {
  left: 0;
  height: 100%;
  overflow: auto;
  position: fixed;
  padding-top: 0;
  top: 0;
  width: 100%; }

#main_header.modal_lista,
#main_header_modal36.modal_bio,
#main_header_modal35.modal_bio,
#main_header_modal34.modal_bio,
#main_header_modal33.modal_bio,
#main_header_modal32.modal_bio,
#main_header_modal31.modal_bio,
#main_header_modal2.modal_bio,
#main_header_modal1.modal_bio,
#main_header.modal_bio {
  z-index: 11; }

#modal_lista.cro,
#modal_lista.crm,
#modal_lista.crc,
#modal_bio.cro,
#modal_bio.crm,
#modal_bio.crc {
  background-color: #ffa699; }

#modal_bio.cgm {
  background-color: #999999; }

#modal_lista.cvo,
#modal_lista.cvmc,
#modal_lista.cvc,
#modal_bio.cvo,
#modal_bio.cvmc,
#modal_bio.cvc {
  background-color: #00bbad; }

#modal_lista.hideModal,
#modal_bio.hideModal {
  opacity: 0;
  animation: hide 0.5s;
  transform: scale(0);
  z-index: -1; }

@keyframes hide {
  from {
    opacity: 1;
    transform: scale(1);
    z-index: 11; }
  to {
    z-index: -1;
    transform: scale(0);
    opacity: 0; } }
#modal_lista.showModal,
#modal_bio.showModal {
  animation: show 0.5s;
  opacity: 1;
  z-index: 11;
  transform: scale(1); }

@keyframes show {
  from {
    opacity: 0;
    transform: scale(0);
    z-index: -1; }
  to {
    opacity: 1;
    transform: scale(1);
    z-index: 11; } }
.cnt_bio {
  height: calc( 100% - 80px );
  padding: 100px;
  position: relative;
  width: 100%; }
  @media (max-width: 1440px) {
    .cnt_bio {
      padding: 80px; } }
  @media (max-width: 1280px) {
    .cnt_bio {
      padding: 60px; } }
  @media (max-width: 768px) {
    .cnt_bio {
      padding: 40px;
      height: calc( 100% - 40px ); } }

.interior_bio {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  width: 100%; }
  @media (max-width: 768px) {
    .interior_bio {
      flex-direction: column;
      height: auto;
      padding-bottom: 50px; } }

.bio_intro_img {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  text-align: right;
  width: 100%; }
  @media (max-width: 768px) {
    .bio_intro_img {
      height: 300px;
      margin-bottom: 50px; } }

#cnt_bio_img {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative; }
  @media (max-width: 768px) {
    #cnt_bio_img {
      height: 300px;
      width: 300px; } }

#cnt_bio_img img {
  height: 105%; }

.bio_titulo {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 20px 0;
  width: 100%; }

.bio_titulo_cnt {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: right;
  width: 100%; }

.bio_titulo h2, .bio_titulo p {
  color: #000;
  font-family: "Termina W05 Medium";
  font-weight: 600;
  margin: 0;
  padding: 0;
  width: 100%; }

.bio_titulo h2 {
  font-size: 3.9vh; }
  @media (max-width: 768px) {
    .bio_titulo h2 {
      font-size: 6.5vh;
      padding-bottom: 50px; } }

.bio_titulo p {
  color: #000;
  font-size: 2vh; }
  @media (max-width: 420px) {
    .bio_titulo p {
      font-size: 26px; } }

.bio_quote.border_bottom {
  border-bottom: 1px solid #000; }

.cnt_modal_comite .bio_quote {
  font-size: 1vw;
  letter-spacing: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 768px) {
    .cnt_modal_comite .bio_quote {
      font-size: 3.2vw;
      margin-top: 20px; } }

.cnt_modal_cientifico .bio_quote::-webkit-scrollbar,
.cnt_modal_comite .bio_quote::-webkit-scrollbar {
  width: 12px; }

.cnt_modal_cientifico .bio_quote {
  color: #000;
  font-size: 1.4vw;
  letter-spacing: 0.05vw;
  line-height: 1.7vw;
  padding-top: 20px; }
  @media (max-width: 768px) {
    .cnt_modal_cientifico .bio_quote {
      font-size: 3.2vw;
      line-height: 3.5vw;
      margin-top: 20px;
      overflow-y: unset; } }
  @media (max-width: 440px) {
    .cnt_modal_cientifico .bio_quote {
      font-size: 30px; } }

.bio_quote {
  align-items: center;
  border-top: 1px solid #000;
  display: flex;
  font-family: "Decima Mono Cyr";
  justify-content: center;
  width: 100%; }
  @media (max-width: 768px) {
    .bio_quote {
      margin-bottom: 0; } }

.bio_quote p {
  text-align: right; }
  @media (max-width: 440px) {
    .bio_quote p {
      font-size: 20px;
      line-height: 21px; } }

.cnt_intro_bio {
  height: 85.77%;
  overflow-y: auto;
  padding-right: 20px;
  width: 100%; }

/*20220810 scroll bio quote panel*/
/* width */
.cnt_modal_cientifico .cnt_intro_bio::-webkit-scrollbar {
  width: 12px; }

/* Track */
.cnt_modal_cientifico .cnt_intro_bio::-webkit-scrollbar-track {
  background: #aaa; }

/* Handle */
.cnt_modal_cientifico .cnt_intro_bio::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
.cnt_modal_cientifico .cnt_intro_bio::-webkit-scrollbar-thumb:hover {
  background: #555; }

/*end 20220810*/
.cnt_intro_lista {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%; }

.cnt_intro_lista h3 {
  color: #000;
  font-family: "Decima Mono Cyr";
  font-size: 6vh;
  font-weight: 100;
  line-height: 6.7vh;
  text-align: right; }

.intro_bio, .txt_bio {
  height: 100%;
  width: 50%; }
  @media (max-width: 768px) {
    .intro_bio, .txt_bio {
      width: 100%; } }

.cnt_txt_bio_list,
.cnt_txt_bio {
  height: 85.77%;
  overflow-y: auto;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
  width: 100%; }
  @media (max-width: 768px) {
    .cnt_txt_bio_list,
    .cnt_txt_bio {
      overflow-y: unset; } }

.cnt_modal_comite .cnt_txt_bio p,
.cnt_modal_cientifico .cnt_txt_bio p {
  color: #000;
  font-size: 1.15vw;
  line-height: 1.5vw; }
  @media (max-width: 768px) {
    .cnt_modal_comite .cnt_txt_bio p,
    .cnt_modal_cientifico .cnt_txt_bio p {
      font-size: 3.2vw;
      line-height: 3.6vw; } }
  @media (max-width: 440px) {
    .cnt_modal_comite .cnt_txt_bio p,
    .cnt_modal_cientifico .cnt_txt_bio p {
      font-size: 19px;
      line-height: 24px; } }

.cnt_modal_cientifico .cnt_txt_bio_list p {
  color: #000;
  font-size: 1.1vw;
  line-height: 1.4vw; }
  @media (max-width: 768px) {
    .cnt_modal_cientifico .cnt_txt_bio_list p {
      font-size: 3.2vw;
      line-height: 3.6vw; } }

.cnt_txt_bio_list p,
.cnt_txt_bio p {
  font-family: "Termina W05 Demi";
  margin: 0; }

.cnt_txt_bio_list p span,
.cnt_txt_bio p span {
  font-family: "Decima Mono Cyr"; }

.cnt_modal_cientifico .cnt_txt_bio_list p:not(:last-child),
.cnt_modal_cientifico .cnt_txt_bio p:not(:last-child) {
  padding-bottom: 0.8vw; }
  @media (max-width: 768px) {
    .cnt_modal_cientifico .cnt_txt_bio_list p:not(:last-child),
    .cnt_modal_cientifico .cnt_txt_bio p:not(:last-child) {
      padding-bottom: 2.5vw; } }

.cnt_modal_comite .cnt_txt_bio p:not(:last-child) {
  padding-bottom: 0.6vw; }
  @media (max-width: 768px) {
    .cnt_modal_comite .cnt_txt_bio p:not(:last-child) {
      padding-bottom: 2.5vw; } }

/* width */
.intro_col2::-webkit-scrollbar,
.cnt_txt_bio_list::-webkit-scrollbar,
.cnt_txt_bio::-webkit-scrollbar {
  width: 12px; }

/* Track */
.intro_col2::-webkit-scrollbar-track,
.cnt_txt_bio_list::-webkit-scrollbar-track,
.cnt_txt_bio::-webkit-scrollbar-track {
  background: #aaa; }

/* Handle */
.intro_col2::-webkit-scrollbar-thumb,
.cnt_txt_bio_list::-webkit-scrollbar-thumb,
.cnt_txt_bio::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
.intro_col2::-webkit-scrollbar-thumb:hover,
.cnt_txt_bio_list::-webkit-scrollbar-thumb:hover,
.cnt_txt_bio::-webkit-scrollbar-thumb:hover {
  background: #555; }

.intro_bio {
  border-right: 2px solid #000;
  padding-right: 50px; }
  @media (max-width: 768px) {
    .intro_bio {
      border-right: none;
      border-bottom: none;
      padding-right: 0; } }

.txt_bio {
  padding-left: 50px; }
  @media (max-width: 768px) {
    .txt_bio {
      padding-left: 0;
      padding-bottom: 50px;
      padding-top: 50px; } }

.modal_bio_nav {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  height: 14.23%;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%; }
  @media (max-width: 768px) {
    .modal_bio_nav {
      height: 14.23vw;
      position: relative; } }

.nav_descarga, .nav_cerrar {
  height: 54.5%;
  width: 50%; }
  @media (max-width: 768px) {
    .nav_descarga, .nav_cerrar {
      height: 100%; } }

.nav_descarga {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
  text-align: right; }
  @media (max-width: 768px) {
    .nav_descarga {
      padding-right: 0; } }

.btn_cerrar,
.btn_descarga {
  cursor: pointer;
  display: flex;
  height: 100%; }

@media (max-width: 768px) {
  .btn_cerrar {
    padding-left: 10px; } }

@media (max-width: 768px) {
  .btn_descarga {
    padding-right: 10px; } }

.item_txt_descarga a {
  color: #000;
  text-decoration: none; }

.btn_descarga:hover .item_txt_descarga {
  color: #ff0000; }

.btn_descarga:hover .item_txt_descarga a {
  color: #ff0000; }

.btn_descarga:hover .bio_icn_descarga svg {
  fill: #ff0000; }

.btn_cerrar:hover .bio_icn_cerrar svg {
  fill: #ff0000; }

.btn_cerrar:hover .item_txt_cerrar {
  color: #ff0000; }

.bio_icn_cerrar, .bio_txt_cerrar,
.bio_txt_descarga, .bio_icn_descarga {
  display: inline-block;
  height: 100%; }
  @media (max-width: 768px) {
    .bio_icn_cerrar, .bio_txt_cerrar,
    .bio_txt_descarga, .bio_icn_descarga {
      height: 50% !important; } }

.bio_txt_cerrar .item_txt_cerrar,
.bio_txt_descarga .item_txt_descarga {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 1vw;
  height: 100%;
  letter-spacing: 0.1vw;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .bio_txt_cerrar .item_txt_cerrar,
    .bio_txt_descarga .item_txt_descarga {
      font-size: 3vw; } }

.bio_icn_descarga {
  height: 100%;
  padding-left: 36px; }
  @media (max-width: 768px) {
    .bio_icn_descarga {
      padding-left: 10px; } }

.bio_icn_cerrar {
  height: 100%;
  padding-right: 36px; }
  @media (max-width: 768px) {
    .bio_icn_cerrar {
      padding-right: 10px; } }

.nav_cerrar {
  padding-left: 50px; }
  @media (max-width: 768px) {
    .nav_cerrar {
      padding-left: 0; } }

.bio_icn_cerrar svg,
.bio_icn_descarga svg {
  height: 100%;
  fill: #fff; }

/*--------------------------------------------------------------
# Científico
--------------------------------------------------------------*/
/* cientifico */
.main_comite {
  background-color: #fff; }

.main_cientificos {
  background-color: #000; }

.intro_cientificos {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: relative;
  width: 100%; }
  @media (max-width: 768px) {
    .intro_cientificos {
      padding: 100px 40px 40px 40px; } }

.cnt_intro_cient {
  align-items: center;
  display: flex;
  height: 28vw;
  justify-content: space-between;
  position: relative;
  width: 62vw; }
  @media (max-width: 768px) {
    .cnt_intro_cient {
      flex-direction: column;
      height: 100%;
      width: 100%; } }

.intro_foto, .intro_txt {
  height: 100%;
  width: 46%; }
  @media (max-width: 768px) {
    .intro_foto, .intro_txt {
      height: 46%;
      width: 60%; } }

.intro_separa {
  background-color: #fff;
  height: 100%;
  width: 2px; }
  @media (max-width: 768px) {
    .intro_separa {
      height: 2px;
      width: 60%; } }

.intro_foto {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden; }

.main_cientificos .intro_foto {
  border: 4px solid #00bbad; }

.intro_foto img {
  height: 100%; }

.intro_txt {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative; }
  @media (max-width: 768px) {
    .intro_txt {
      padding-top: 4%; } }

.main_comite .intro_txt h2 {
  color: #ff0000; }

.main_cientificos .intro_txt h2 {
  color: #00bbad; }

.intro_txt h2 {
  font-family: "Decima Mono Cyr";
  font-weight: 100;
  font-size: 3.4vw;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }
  @media (max-width: 768px) {
    .intro_txt h2 {
      font-size: 4.8vh; } }

.main_comite .intro_logo {
  color: #000; }

.main_cientificos .intro_logo {
  color: #fff; }

.intro_logo {
  font-family: "Decima Mono Cyr";
  font-weight: 100;
  font-size: 1.5vw;
  left: 0;
  position: absolute;
  top: 0; }
  @media (max-width: 768px) {
    .intro_logo {
      font-size: 6vw; } }

.arrow-down {
  left: 0;
  bottom: 100px;
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (max-width: 1440px) {
    .arrow-down {
      bottom: 40px; } }

.main_comite .item-arrow {
  color: #000; }

.main_cientificos .item-arrow {
  color: #fff; }

.item-arrow {
  cursor: pointer;
  font-family: "Termina W05 Demi";
  font-weight: 100;
  font-size: 2vw; }
  @media (max-width: 1440px) {
    .item-arrow {
      font-size: 4vh; } }

.item-arrow:hover {
  color: #ff0000; }

.lista_cientificos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%; }

.item_relleno {
  display: flex; }
  @media (max-width: 768px) {
    .item_relleno {
      display: none !important; } }

.item_cientifico_p.cgc, .item_cientifico.cgc {
  background-color: #cccccc; }

.item_cientifico_p.cgm, .item_cientifico.cgm {
  background-color: #999999; }

.item_cientifico_p.cgo, .item_cientifico.cgo {
  background-color: #666666; }

.item_cientifico_p.cn, .item_cientifico.cn {
  background-color: #000; }

.item_cientifico_p.cvc, .item_cientifico.cvc {
  background-color: #00bbad; }

.item_cientifico_p.cvmc, .item_cientifico.cvmc {
  background-color: #009496; }

.item_cientifico_p.cvo, .item_cientifico.cvo {
  background-color: #004549; }

.item_cientifico_p.crc, .item_cientifico.crc {
  background-color: #ffa699; }

.item_cientifico_p.crm, .item_cientifico.crm {
  background-color: #ff644c; }

.item_cientifico_p.cro, .item_cientifico.cro {
  background-color: #ff0000; }

.item_cientifico_p.cn, .item_cientifico.cn {
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important; }

.item_cientifico_p, .item_cientifico {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  height: 16.6vw;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px 30px;
  position: relative;
  width: 16.66%; }
  @media (max-width: 1024px) {
    .item_cientifico_p, .item_cientifico {
      height: 33.3vw;
      width: 33.3%; } }
  @media (max-width: 768px) {
    .item_cientifico_p, .item_cientifico {
      height: 50vw;
      width: 50%; } }

.comite_tit h3 {
  color: #ff644c !important; }

.item_cientifico_p h3, .item_cientifico h3 {
  color: #000;
  font-family: "Termina W05 Demi";
  font-weight: 100;
  font-size: 1.2vw;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  z-index: 4; }
  @media (max-width: 1024px) {
    .item_cientifico_p h3, .item_cientifico h3 {
      font-size: 2.4vw; } }
  @media (max-width: 768px) {
    .item_cientifico_p h3, .item_cientifico h3 {
      color: #fff !important;
      font-size: 3.6vw; } }

.ver_mas_cient {
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-weight: 100;
  font-size: 0.9vw;
  z-index: 3; }
  @media (max-width: 1024px) {
    .ver_mas_cient {
      font-size: 2.1vw; } }
  @media (max-width: 768px) {
    .ver_mas_cient {
      font-size: 3.3vw; } }

.ver_mas_cient span {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.item_foto_cient {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
  z-index: 1; }
  @media (max-width: 850px) {
    .item_foto_cient {
      opacity: 1; } }

.item_cientifico_p:hover .item_foto_cient, .item_cientifico:hover .item_foto_cient {
  opacity: 1; }

.item_cientifico_p:hover .foto_bk_cient, .item_cientifico:hover .foto_bk_cient {
  opacity: 1; }

.item_cientifico_p:hover h3, .item_cientifico:hover h3 {
  color: #fff !important; }

.item_cientifico_p:hover .ver_mas_cient span, .item_cientifico:hover .ver_mas_cient span {
  opacity: 1; }

.item_foto_cient img {
  width: 105%; }

.foto_bk_comite {
  background-color: #ffa699; }

.foto_bk_cient.crc,
.foto_bk_cient.cro,
.foto_bk_cient.crm {
  background-color: #ffa699; }

.foto_bk_cient.cvo,
.foto_bk_cient.cvmc,
.foto_bk_cient.cvc {
  background-color: #00bbad; }

.foto_bk_comite,
.foto_bk_cient {
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  @media (max-width: 850px) {
    .foto_bk_comite,
    .foto_bk_cient {
      opacity: 1; } }

.filtro_bio {
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.color_rojo_claro {
  background-color: #ffa699; }

.color_verde_claro {
  background-color: #00bbad; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* header */
#main_header_modal36,
#main_header_modal35,
#main_header_modal34,
#main_header_modal33,
#main_header_modal32,
#main_header_modal31,
#main_header_modal2,
#main_header {
  align-items: center;
  color: #000;
  display: flex;
  height: 100px;
  justify-content: space-between;
  left: 0;
  -webkit-overflow-scrolling: touch;
  padding: 0 100px;
  position: fixed;
  top: 0;
  transition: transform 0.5s ease;
  width: 100%;
  z-index: 11; }
  @media (max-width: 1440px) {
    #main_header_modal36,
    #main_header_modal35,
    #main_header_modal34,
    #main_header_modal33,
    #main_header_modal32,
    #main_header_modal31,
    #main_header_modal2,
    #main_header {
      height: 80px;
      padding: 0 80px; } }
  @media (max-width: 1280px) {
    #main_header_modal36,
    #main_header_modal35,
    #main_header_modal34,
    #main_header_modal33,
    #main_header_modal32,
    #main_header_modal31,
    #main_header_modal2,
    #main_header {
      height: 60px;
      padding: 0 40px; } }

#main_header_modal1 {
  align-items: center;
  color: #000;
  display: none;
  height: 100px;
  justify-content: space-between;
  left: 0;
  padding: 0 100px;
  position: fixed;
  top: 0;
  transition: transform 0.5s ease;
  width: 100%;
  z-index: 12; }
  @media (max-width: 1440px) {
    #main_header_modal1 {
      height: 80px;
      padding: 0 80px; } }
  @media (max-width: 1280px) {
    #main_header_modal1 {
      height: 60px;
      padding: 0 40px; } }
  @media (max-width: 768px) {
    #main_header_modal1 {
      height: 60px;
      padding: 0 20px; } }

.item_galeria.iphone {
  padding-top: 120px !important; }

#main_header_modal1.iphone {
  top: 50px !important; }

#main_header_modal36.cb,
#main_header_modal35.cb,
#main_header_modal34.cb,
#main_header_modal33.cb,
#main_header_modal32.cb,
#main_header_modal31.cb,
#main_header_modal2.cb,
#main_header_modal1.cb,
#main_header.cb {
  background-color: #fff; }

#main_header_modal36.cr,
#main_header_modal35.cr,
#main_header_modal34.cr,
#main_header_modal33.cr,
#main_header_modal32.cr,
#main_header_modal31.cr,
#main_header_modal2.cr,
#main_header_modal1.cr,
#main_header.cr {
  background-color: #ff0000; }

#main_header_modal36.crm,
#main_header_modal35.crm,
#main_header_modal34.crm,
#main_header_modal33.crm,
#main_header_modal32.crm,
#main_header_modal31.crm,
#main_header_modal2.crm,
#main_header_modal1.crm,
#main_header.crm {
  background-color: #ff644c; }

#main_header_modal36.cvc,
#main_header_modal35.cvc,
#main_header_modal34.cvc,
#main_header_modal33.cvc,
#main_header_modal32.cvc,
#main_header_modal31.cvc,
#main_header_modal2.cvc,
#main_header_modal1.cvc,
#main_header.cvc {
  background-color: #00bbad; }

#main_header_modal36.cvmc,
#main_header_modal35.cvmc,
#main_header_modal34.cvmc,
#main_header_modal33.cvmc,
#main_header_modal32.cvmc,
#main_header_modal31.cvmc,
#main_header_modal2.cvmc,
#main_header_modal1.cvmc,
#main_header.cvmc {
  background-color: #009496; }

#main_header_modal36.cvo,
#main_header_modal35.cvo,
#main_header_modal34.cvo,
#main_header_modal33.cvo,
#main_header_modal32.cvo,
#main_header_modal31.cvo,
#main_header_modal2.cvo,
#main_header_modal1.cvo,
#main_header.cvo {
  background-color: #004549; }

#main_header_modal36.cn,
#main_header_modal35.cn,
#main_header_modal34.cn,
#main_header_modal33.cn,
#main_header_modal32.cn,
#main_header_modal31.cn,
#main_header_modal2.cn,
#main_header_modal1.cn,
#main_header.cn {
  background-color: #000; }

#main_header_modal36.cgm,
#main_header_modal35.cgm,
#main_header_modal34.cgm,
#main_header_modal33.cgm,
#main_header_modal32.cgm,
#main_header_modal31.cgm,
#main_header_modal2.cgm,
#main_header_modal1.cgm,
#main_header.cgm {
  background-color: #999999; }

#main_header_modal36.cgo,
#main_header_modal35.cgo,
#main_header_modal34.cgo,
#main_header_modal33.cgo,
#main_header_modal32.cgo,
#main_header_modal31.cgo,
#main_header_modal2.cgo,
#main_header_modal1.cgo,
#main_header.cgo {
  background-color: #666666; }

#main_header_modal36.open,
#main_header_modal35.open,
#main_header_modal34.open,
#main_header_modal33.open,
#main_header_modal32.open,
#main_header_modal31.open,
#main_header_modal2.open,
#main_header_modal1.open,
#main_header.open {
  background-color: #000;
  z-index: 12; }

.hide_header {
  transform: translateY(-100%);
  -webkit-transform: -webkit-translateY -100%; }

.menu_nav,
.logo_menu_header {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: center;
  justify-content: flex-end; }
  @media (max-width: 1440px) {
    .menu_nav,
    .logo_menu_header {
      height: 50px; } }
  @media (max-width: 1280px) {
    .menu_nav,
    .logo_menu_header {
      height: 40px; } }
  @media (max-width: 512px) {
    .menu_nav,
    .logo_menu_header {
      width: 50%; } }

.logo_menu_header {
  cursor: pointer; }

#main_header_modal36.cb .logo_menu_header svg,
#main_header_modal35.cb .logo_menu_header svg,
#main_header_modal34.cb .logo_menu_header svg,
#main_header_modal33.cb .logo_menu_header svg,
#main_header_modal32.cb .logo_menu_header svg,
#main_header_modal31.cb .logo_menu_header svg,
#main_header_modal2.cb .logo_menu_header svg,
#main_header_modal1.cb .logo_menu_header svg,
#main_header.cb .logo_menu_header svg {
  fill: #000; }

#main_header_modal36.cn .logo_menu_header svg,
#main_header_modal35.cn .logo_menu_header svg,
#main_header_modal34.cn .logo_menu_header svg,
#main_header_modal33.cn .logo_menu_header svg,
#main_header_modal32.cn .logo_menu_header svg,
#main_header_modal31.cn .logo_menu_header svg,
#main_header_modal2.cn .logo_menu_header svg,
#main_header_modal1.cn .logo_menu_header svg,
#main_header.cn .logo_menu_header svg {
  fill: #fff; }

#main_header_modal36 .logo_menu_header svg,
#main_header_modal35 .logo_menu_header svg,
#main_header_modal34 .logo_menu_header svg,
#main_header_modal33 .logo_menu_header svg,
#main_header_modal32 .logo_menu_header svg,
#main_header_modal31 .logo_menu_header svg,
#main_header_modal2 .logo_menu_header svg,
#main_header_modal1 .logo_menu_header svg,
#main_header .logo_menu_header svg {
  fill: #000;
  height: 100%; }
  @media (max-width: 420px) {
    #main_header_modal36 .logo_menu_header svg,
    #main_header_modal35 .logo_menu_header svg,
    #main_header_modal34 .logo_menu_header svg,
    #main_header_modal33 .logo_menu_header svg,
    #main_header_modal32 .logo_menu_header svg,
    #main_header_modal31 .logo_menu_header svg,
    #main_header_modal2 .logo_menu_header svg,
    #main_header_modal1 .logo_menu_header svg,
    #main_header .logo_menu_header svg {
      height: auto;
      width: 100%; } }

#main_header_modal36.open .logo_menu_header svg,
#main_header_modal35.open .logo_menu_header svg,
#main_header_modal34.open .logo_menu_header svg,
#main_header_modal33.open .logo_menu_header svg,
#main_header_modal32.open .logo_menu_header svg,
#main_header_modal31.open .logo_menu_header svg,
#main_header_modal2.open .logo_menu_header svg,
#main_header_modal1.open .logo_menu_header svg,
#main_header.open .logo_menu_header svg {
  fill: #fff; }

.menu_idioma_header {
  align-items: center;
  color: #000;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 16px;
  height: 100%;
  justify-content: center;
  letter-spacing: 2px;
  padding-right: 26px;
  text-transform: uppercase;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  @media (max-width: 768px) {
    .menu_idioma_header {
      padding-right: 10px; } }
  @media (max-width: 414px) {
    .menu_idioma_header {
      font-size: 14px; } }

#main_header_modal36.cb .menu_idioma_header a,
#main_header_modal36.cb .menu_idioma_header,
#main_header_modal35.cb .menu_idioma_header a,
#main_header_modal35.cb .menu_idioma_header,
#main_header_modal34.cb .menu_idioma_header a,
#main_header_modal34.cb .menu_idioma_header,
#main_header_modal33.cb .menu_idioma_header a,
#main_header_modal33.cb .menu_idioma_header,
#main_header_modal32.cb .menu_idioma_header a,
#main_header_modal32.cb .menu_idioma_header,
#main_header_modal31.cb .menu_idioma_header a,
#main_header_modal31.cb .menu_idioma_header,
#main_header_modal2.cb .menu_idioma_header a,
#main_header_modal2.cb .menu_idioma_header,
#main_header_modal1.cb .menu_idioma_header a,
#main_header_modal1.cb .menu_idioma_header,
#main_header.cb .menu_idioma_header a,
#main_header.cb .menu_idioma_header {
  color: #000; }

#main_header_modal36.cn .menu_idioma_header a,
#main_header_modal36.cn .menu_idioma_header,
#main_header_modal35.cn .menu_idioma_header a,
#main_header_modal35.cn .menu_idioma_header,
#main_header_modal34.cn .menu_idioma_header a,
#main_header_modal34.cn .menu_idioma_header,
#main_header_modal33.cn .menu_idioma_header a,
#main_header_modal33.cn .menu_idioma_header,
#main_header_modal32.cn .menu_idioma_header a,
#main_header_modal32.cn .menu_idioma_header,
#main_header_modal31.cn .menu_idioma_header a,
#main_header_modal31.cn .menu_idioma_header,
#main_header_modal2.cn .menu_idioma_header a,
#main_header_modal2.cn .menu_idioma_header,
#main_header_modal1.cn .menu_idioma_header a,
#main_header_modal1.cn .menu_idioma_header,
#main_header.cn .menu_idioma_header a,
#main_header.cn .menu_idioma_header {
  color: #fff; }

#main_header.open .menu_idioma_header {
  color: #fff; }

.menu_idioma_header a {
  color: #000;
  text-decoration: none; }

#main_header_modal36.open .menu_idioma_header a,
#main_header_modal35.open .menu_idioma_header a,
#main_header_modal34.open .menu_idioma_header a,
#main_header_modal33.open .menu_idioma_header a,
#main_header_modal32.open .menu_idioma_header a,
#main_header_modal31.open .menu_idioma_header a,
#main_header_modal2.open .menu_idioma_header a,
#main_header_modal1.open .menu_idioma_header a,
#main_header.open .menu_idioma_header a {
  color: #fff; }

.menu_idioma_header a:hover {
  color: #ff0000; }

/*--------------------------------------------------------------
# Galería
--------------------------------------------------------------*/
.main_galeria {
  background-color: #000;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%; }

.container_slide,
.container_slide_ilustra,
.container_slide6,
.container_slide5,
.container_slide4,
.container_slide3,
.container_slide2,
.container_slide1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.item_galeria {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%; }

#slider_ilu_1 {
  left: 0; }

.slider_1,
#slider6_1,
#slider5_1,
#slider4_1,
#slider3_1,
#slider2_1,
#slider1_1,
#slider_1 {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 10.4% 5.2% 5.2% 5.2%; }

.main_vertical #slider_1 {
  padding: 0; }

.slider_2,
#slider6_2,
#slider5_2,
#slider4_2,
#slider3_2,
#slider2_2,
#slider1_2,
#slider_2 {
  left: 100%; }

#slider_ilu_2 {
  left: 100%; }

.slider_3,
#slider6_3,
#slider5_3,
#slider4_3,
#slider3_3,
#slider2_3,
#slider1_3,
#slider_3 {
  left: 200%; }

#slider_ilu_3 {
  left: 200%; }

.slider_4,
#slider6_4,
#slider5_4,
#slider4_4,
#slider3_4,
#slider2_4,
#slider1_4,
#slider_4 {
  left: 300%; }

#slider_ilu_4 {
  left: 300%; }

.slider_5,
#slider6_5,
#slider5_5,
#slider4_5,
#slider3_5,
#slider2_5,
#slider1_5,
#slider_5 {
  left: 400%; }

#slider_ilu_5 {
  left: 400%; }

.slider_6,
#slider6_6,
#slider5_6,
#slider4_6,
#slider3_6,
#slider2_6,
#slider1_6,
#slider_6 {
  left: 500%; }

#slider_ilu_6 {
  left: 500%; }

.slider_7,
#slider6_7,
#slider5_7,
#slider4_7,
#slider3_7,
#slider2_7,
#slider1_7,
#slider_7 {
  left: 600%; }

#slider_ilu_7 {
  left: 600%; }

.slider_8,
#slider6_8,
#slider5_8,
#slider4_8,
#slider3_8,
#slider2_8,
#slider1_8,
#slider_8 {
  left: 700%; }

#slider_ilu_8 {
  left: 700%; }

.slider_9,
#slider6_9,
#slider5_9,
#slider4_9,
#slider3_9,
#slider2_9,
#slider1_9,
#slider_9 {
  left: 800%; }

#slider_ilu_9 {
  left: 800%; }

.slider_10,
#slider6_10,
#slider5_10,
#slider4_10,
#slider3_10,
#slider2_10,
#slider1_10,
#slider_10 {
  left: 900%; }

#slider_ilu_10 {
  left: 900%; }

.slider_11,
#slider6_11,
#slider5_11,
#slider4_11,
#slider3_11,
#slider2_11,
#slider1_11,
#slider_11 {
  left: 1000%; }

.slider_12,
#slider6_12,
#slider5_12,
#slider4_12,
#slider3_12,
#slider2_12,
#slider1_12,
#slider_12 {
  left: 1100%; }

.slider_13,
#slider6_13,
#slider5_13,
#slider4_13,
#slider3_13,
#slider2_13,
#slider1_13,
#slider_13 {
  left: 1200%; }

.slider_14,
#slider6_14,
#slider5_14,
#slider4_14,
#slider3_14,
#slider2_14,
#slider1_14,
#slider_14 {
  left: 1300%; }

.slider_15,
#slider6_15,
#slider5_15,
#slider4_15,
#slider3_15,
#slider2_15,
#slider1_15,
#slider_15 {
  left: 1400%; }

.slider_16,
#slider6_16,
#slider5_16,
#slider4_16,
#slider3_16,
#slider2_16,
#slider1_16,
#slider_16 {
  left: 1500%; }

.slider_17,
#slider6_17,
#slider5_17,
#slider4_17,
#slider3_17,
#slider2_17,
#slider1_17,
#slider_17 {
  left: 1600%; }

.slider_18,
#slider6_18,
#slider5_18,
#slider4_18,
#slider3_18,
#slider2_18,
#slider1_18,
#slider_18 {
  left: 1700%; }

.slider_19,
#slider6_19,
#slider5_19,
#slider4_19,
#slider3_19,
#slider2_19,
#slider1_19,
#slider_19 {
  left: 1800%; }

.slider_20,
#slider6_20,
#slider5_20,
#slider4_20,
#slider3_20,
#slider2_20,
#slider1_20,
#slider_20 {
  left: 1900%; }

.slider_21,
#slider6_21,
#slider5_21,
#slider4_21,
#slider3_21,
#slider2_21,
#slider1_21,
#slider_21 {
  left: 2000%; }

.btn_volver_gal {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 1.2vw;
  height: 100%;
  justify-content: center;
  padding-right: 26px;
  text-align: right;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .btn_volver_gal {
      font-size: 1.8vw;
      padding-right: 10px; } }

.btn_volver_gal:hover {
  color: #ff0000; }

.gal_nav_ilustra,
.gal_nav {
  position: relative;
  height: 100%;
  width: 100%; }

.gal_nav.initial {
  display: none; }

.gal_prev_ilustra,
.gal_next_ilustra,
.gal_next,
.gal_prev {
  height: 100%;
  padding: 10.4vw 5.2vw 5.2vw 5.2vw;
  position: absolute;
  top: 0;
  width: 50%; }

.initial .gal_next_ilustra,
.initial .gal_next {
  width: 100%; }

.initial .gal_prev_ilustra,
.initial .gal_prev {
  display: none; }

.final .gal_next_ilustra,
.final .gal_next {
  display: none; }

.final .gal_prev_ilustra,
.final .gal_prev {
  width: 100%; }

.gal_next_ilustra,
.gal_next {
  cursor: url(img/arrow-next.svg) 37 27, auto;
  right: 0; }

.gal_prev_ilustra,
.gal_prev {
  cursor: url(img/arrow-prev.svg) 37 27, auto;
  left: 0; }

.cnt_btn_prev,
.cnt_btn_next {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 2.6vw;
  padding-top: 100px; }
  @media (max-width: 1440px) {
    .cnt_btn_prev,
    .cnt_btn_next {
      padding-top: 80px; } }
  @media (max-width: 1280px) {
    .cnt_btn_prev,
    .cnt_btn_next {
      padding-top: 60px; } }

.cnt_btn_prev {
  left: 5.2vw; }

.cnt_btn_next {
  right: 5.2vw; }

.gal_btn_prev,
.gal_btn_next {
  cursor: pointer;
  height: 2.6vw;
  width: 2.6vw; }

.gal_btn_prev svg,
.gal_btn_next svg {
  fill: #fff;
  width: 100%; }

.mov_arrow {
  display: none; }
  @media (max-width: 828px) {
    .mov_arrow {
      display: flex; } }

.cnt_btn_ilu_prev,
.cnt_btn_ilu_next {
  height: 35px;
  position: absolute;
  width: 35px; }

.cnt_btn_ilu_prev {
  left: 5.2vw; }

.cnt_btn_ilu_next {
  right: 5.2vw; }

.gal_btn_ilu_prev,
.gal_btn_ilu_next {
  cursor: pointer;
  height: 35px;
  width: 35px; }

.gal_btn_ilu_prev svg,
.gal_btn_ilu_next svg {
  fill: #fff;
  width: 100%; }

.content_intro {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%; }

.intro_col1, .intro_col2 {
  height: 100%;
  position: relative;
  width: 50%; }

.intro_col2 {
  overflow-y: scroll;
  padding-bottom: 100px; }

.icon_galeria {
  left: 0;
  position: absolute;
  top: 0;
  height: 9.25vh; }

.icon_galeria svg {
  fill: #ff0000;
  height: 100%; }

.logo_galeria {
  font-family: "Decima Mono Cyr";
  position: absolute;
  right: 5.2vw;
  top: 9.25vh; }

.logo_galeria h3 {
  color: #ff0000;
  font-size: 3.15vh;
  font-weight: 100;
  margin: 0;
  padding: 0; }

.titulo_galeria {
  border-bottom: 1px solid #ff0000;
  padding-left: 5vw;
  padding-bottom: 2.2vw;
  position: absolute;
  right: 5.2vw;
  text-align: right;
  text-transform: uppercase;
  top: 24.7vh; }

.titulo_galeria h1 {
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-size: 5.18vh;
  font-weight: 100;
  letter-spacing: 0.1vw;
  margin: 0;
  padding: 0; }

.subtitulo_galeria {
  position: absolute;
  right: 5.2vw;
  text-align: right;
  top: 43.9vh; }

.subtitulo_galeria h2 {
  color: #fff;
  font-family: "Termina W05 Medium";
  font-size: 4.25vh;
  margin: 0;
  padding: 0; }

.tipo_galeria {
  bottom: 9.25vh;
  color: #ff0000;
  font-family: "Decima Mono Cyr";
  font-size: 3.33vh;
  position: absolute;
  right: 5.2vw; }

.intro_col2 {
  border-left: 1px solid #fff;
  padding-left: 5.2vw;
  padding-right: 5.2vw; }

.orientation {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12; }

.orientation img {
  height: 15vh; }

.orientation.oculta {
  display: none !important; }

.intro_col2 p {
  color: #fff;
  font-family: "Termina W05 Medium";
  font-size: 1.9vh;
  line-height: 2.7vh;
  margin-top: 0; }

.gal_parrafo_sm p {
  font-size: 1.25vh; }

.content_img {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: 100px;
  position: relative;
  width: 100%; }
  @media (max-width: 1440px) {
    .content_img {
      padding-top: 80px; } }
  @media (max-width: 1280px) {
    .content_img {
      padding-top: 60px; } }

.content_img img {
  height: 100%; }

.btn_infoi,
.btn_info {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 14px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 15px;
  height: 75px;
  left: 14px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  width: 75px;
  z-index: 2; }
  @media (max-width: 1024px) {
    .btn_infoi,
    .btn_info {
      font-size: 13px;
      height: 50px;
      width: 50px; } }

.btn_info_txt {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%; }

.btn_info_cerrar {
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  width: 100%; }

.item_infoi.activo,
.item_info.activo,
.btn_infoi.activo,
.btn_info.activo {
  opacity: 1;
  visibility: visible; }

.btn_info_cerrar svg {
  fill: #000;
  width: 50%; }

.btn_infoi:hover,
.btn_info:hover {
  background-color: #fff;
  color: #000; }

.item_infoi,
.item_info {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  color: #000;
  height: 400px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 32px;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  width: 600px; }
  @media (max-width: 678px) {
    .item_infoi,
    .item_info {
      height: 80vh;
      width: 110vh; } }

.item_infoi {
  bottom: 80px;
  height: 70vh;
  left: 90px;
  width: 50vw; }
  @media (max-width: 1024px) {
    .item_infoi {
      left: 60px; } }
  @media (max-width: 768px) {
    .item_infoi {
      height: 60vh;
      left: 0;
      width: 100%; } }

.item_infoi .content_item_info p {
  font-family: "Decima Mono Cyr";
  font-size: 1.2vw;
  line-height: 1.5vw; }
  @media (max-width: 768px) {
    .item_infoi .content_item_info p {
      font-size: 3vw;
      line-height: 3.1vw; } }

.content_item_info p {
  font-family: "Decima Mono Cyr";
  font-size: 15px; }

.content_item_info {
  height: 100%;
  overflow: hidden;
  width: 100%; }

/*--------------------------------------------------------------
# titulu rio
--------------------------------------------------------------*/
.cnt_plx_titulo_r1 {
  align-items: center;
  background: url(img/titulo_rio_1.svg);
  background-color: #000;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 850px) {
    .cnt_plx_titulo_r1 {
      background-attachment: unset; } }

.cnt_plx_titulo_r2 h2 span,
.cnt_plx_titulo_r1 h2 span {
  color: #fff; }

.cnt_plx_titulo_r2 h2,
.cnt_plx_titulo_r1 h2 {
  font-family: "Decima Mono Cyr";
  font-size: 12vh;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 850px) {
    .cnt_plx_titulo_r2 h2,
    .cnt_plx_titulo_r1 h2 {
      font-size: 7vh; } }

.cnt_plx_titulo_r1 h2 {
  color: #00bbad; }

.cnt_plx_titulo_r2 h2 {
  color: #ff0000; }

.cnt_plx_titulo_r2 {
  align-items: center;
  background: url(img/titulo_rio_2.svg);
  background-color: #000;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (max-width: 850px) {
    .cnt_plx_titulo_r2 {
      background-attachment: unset; } }

/*--------------------------------------------------------------
# Galería
--------------------------------------------------------------*/
.main_vertical {
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  position: relative;
  width: 100%; }

.container_vertical {
  top: 0;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0; }

.galeria_vertical {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%; }

.itm_vr1 {
  background-color: yellow; }

.itm_vr2 {
  background-color: blue; }

.itm_vr3 {
  background-color: green; }

.main_vertical .item_galeria {
  align-items: center;
  display: flex;
  justify-content: center; }

.img_pc {
  height: 100%;
  width: auto !important; }
  @media (max-width: 768px) {
    .img_pc {
      display: none; } }

.img_mv {
  display: none; }
  @media (max-width: 768px) {
    .img_mv {
      display: block;
      width: 100%;
      height: auto !important; } }

.cls_hide {
  display: none; }

#modal_g01 {
  background-color: #000; }

/* button-scroll-up */
.btn-scroll-up {
  align-items: center;
  top: calc(50% - 19px);
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 28px;
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  width: 38px;
  z-index: 9; }

.btn-scroll-up svg {
  fill: #fff;
  width: 100%; }

.btn-scroll-up:active, .btn-scroll-up:focus {
  outline: 0; }

.btn-scroll-up.active {
  opacity: 1;
  pointer-events: all;
  cursor: pointer; }

/*--------------------------*/
/* The Modal (background) */
.modal_pronto {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  align-items: center;
  justify-content: center; }

/* Modal Content */
.modal-content-pronto {
  background-color: #fefefe;
  font-family: "Decima Mono Cyr";
  font-size: 2vw;
  margin: auto;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #888;
  width: 50%; }
  @media (max-width: 768px) {
    .modal-content-pronto {
      width: 80%; } }

/* The Close Button */
.close_modal_pronto {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close_modal_pronto:hover,
.close_modal_pronto:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

/**/
/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.main_contacto {
  align-items: center;
  background-color: #000;
  display: flex;
  left: 0;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
  top: 0;
  width: 100%;
  min-height: 100vh; }

.cnt_contacto {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 10vh;
  padding-top: 150px;
  width: 50vw; }
  @media (max-width: 768px) {
    .cnt_contacto {
      flex-direction: column;
      padding-top: 100px;
      width: 80%; } }

.main_get {
  align-items: center;
  background-color: #000;
  display: flex;
  flex-direction: column;
  left: 0;
  justify-content: center;
  padding-bottom: 100px;
  top: 0;
  width: 100%;
  min-height: 100vh; }

.get_1,
.contacto_1 {
  align-items: flex-end;
  border-right: 1px solid #fff;
  text-align: right; }
  @media (max-width: 768px) {
    .get_1,
    .contacto_1 {
      border-right: none;
      border-bottom: 1px solid #fff;
      margin-bottom: 30px;
      padding-right: 0;
      padding-top: 0 !important; } }

.get_1 {
  padding-bottom: 5vh;
  padding-top: 5vh; }

.get_1 h1 {
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-weight: 100;
  font-size: 3.5vw;
  text-transform: uppercase;
  padding: 50px 50px 0 0; }
  @media (max-width: 768px) {
    .get_1 h1 {
      font-size: 10vw;
      padding: 0; } }

.contacto_1 h1 {
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-weight: 100;
  font-size: 3.5vw;
  text-transform: uppercase;
  padding: 50px 50px 40px 0; }
  @media (max-width: 768px) {
    .contacto_1 h1 {
      font-size: 10vw;
      padding: 50px 0 40px 0; } }

.main_prensa {
  align-items: center;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  left: 0;
  justify-content: center;
  top: 0;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  width: 100%; }

.main_about {
  align-items: center;
  background-color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  justify-content: center;
  top: 0;
  padding: 20vh 0;
  position: relative;
  width: 100%; }

.main_prensa_descarga {
  align-items: center;
  background-color: #fff;
  display: flex;
  left: 0;
  justify-content: center;
  top: 0;
  padding-top: 100px;
  position: relative;
  width: 100%;
  height: 100vh; }

.cnt_about {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 60vw; }
  @media (max-width: 768px) {
    .cnt_about {
      flex-direction: column;
      width: 80%; } }

.cnt_prensa {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 60vw;
  height: 50vh; }
  @media (max-width: 768px) {
    .cnt_prensa {
      flex-direction: column;
      width: 80%;
      height: 100%; } }

.get_1, .get_2,
.about_1, .about_2,
.prensa_dwn1, .prensa_dwn2,
.contacto_1, .contacto_2,
.prensa_1, .prensa_2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 50%; }
  @media (max-width: 768px) {
    .get_1, .get_2,
    .about_1, .about_2,
    .prensa_dwn1, .prensa_dwn2,
    .contacto_1, .contacto_2,
    .prensa_1, .prensa_2 {
      width: 100%; } }

.tit_dec a, .tit_ter a {
  color: #fff; }

.tit_dec, .tit_ter {
  color: #fff;
  font-size: 0.9vw;
  letter-spacing: 0.05vw;
  padding: 0;
  margin: 0; }
  @media (max-width: 768px) {
    .tit_dec, .tit_ter {
      font-size: 2.5vw; } }

.tit_dec {
  font-family: "Decima Mono Cyr"; }

.tit_ter {
  font-family: "Termina W05 Demi"; }

.get_2,
.about_2,
.prensa_dwn2,
.contacto_2,
.prensa_2 {
  padding-left: 40px; }
  @media (max-width: 768px) {
    .get_2,
    .about_2,
    .prensa_dwn2,
    .contacto_2,
    .prensa_2 {
      padding-left: 0; } }

.about_1,
.prensa_1 {
  align-items: flex-end;
  border-right: 1px solid #fff;
  padding-right: 40px;
  text-align: right; }
  @media (max-width: 768px) {
    .about_1,
    .prensa_1 {
      border-right: none;
      border-bottom: 1px solid #fff;
      margin-bottom: 30px;
      padding-right: 0; } }

.get_2 p {
  color: #00bbad;
  font-family: "Decima Mono Cyr"; }

.prensa_dwn1 {
  align-items: flex-end;
  border-right: 1px solid #000;
  padding-right: 40px;
  text-align: right; }
  @media (max-width: 768px) {
    .prensa_dwn1 {
      border-right: none;
      border-bottom: 1px solid #000;
      margin-bottom: 30px;
      padding-right: 0; } }

.input-get {
  margin-bottom: 10px; }

.input-get input {
  background-color: #00bbad;
  border: none;
  font-family: "Decima Mono Cyr";
  height: 60px;
  padding: 5px;
  width: 100%; }

.input-get input:focus {
  outline: none; }

.content_descarga_prensa {
  align-items: center;
  display: flex;
  padding-bottom: 20px; }

.content_descarga_prensa p {
  font-size: 2vw; }
  @media (max-width: 768px) {
    .content_descarga_prensa p {
      font-size: 5vw; } }

.about_1 h1,
.prensa_1 h1 {
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-weight: 100;
  font-size: 4vw;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .about_1 h1,
    .prensa_1 h1 {
      font-size: 10vw; } }

.prensa_dwn1 h1 {
  color: #000;
  font-family: "Decima Mono Cyr";
  font-weight: 100;
  font-size: 3.1vw;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .prensa_dwn1 h1 {
      font-size: 10vw; } }

.prensa_dwn1 p {
  color: #00bbad;
  font-family: "Decima Mono Cyr";
  font-size: 1vw; }
  @media (max-width: 768px) {
    .prensa_dwn1 p {
      font-size: 4vw; } }

.icon_descarga_prensa {
  align-items: center;
  border: 4px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 100px;
  justify-content: center;
  position: relative;
  width: 100px; }
  @media (max-width: 512px) {
    .icon_descarga_prensa {
      border: 2px solid #000;
      height: 80px;
      width: 80px; } }

.icon_descarga_prensa:hover .anima_circle {
  transform: scale(1); }

.icon_descarga_prensa:hover .st1 {
  fill: #fff; }

.icon_descarga_prensa svg {
  width: 65%;
  z-index: 2; }

.icon_descarga_prensa .st0 {
  fill: #fff; }

.get_1 p {
  font-family: "Decima Mono Cyr";
  font-size: 2vh; }
  @media (max-width: 768px) {
    .get_1 p {
      font-size: 4vw; } }

.about_1 p,
.contacto_1 p,
.prensa_1 p {
  font-family: "Decima Mono Cyr";
  font-size: 2vw; }
  @media (max-width: 768px) {
    .about_1 p,
    .contacto_1 p,
    .prensa_1 p {
      font-size: 4vw; } }

.get_1 p {
  color: #ff0000;
  padding: 0 50px 0 0; }
  @media (max-width: 768px) {
    .get_1 p {
      padding: 0 0 40px 0; } }

.get_1 p, .get_2 p {
  font-size: 2vh; }

.about_1 p, .contacto_1 p, .prensa_1 p {
  color: #00bbad; }

#txt_correo::input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666; }

#txt_correo::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666; }

#txt_correo::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

#txt_correo:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666; }

#txt_correo:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

.icon_get {
  height: 6vh;
  margin-bottom: 2vh; }

.icon_get svg {
  fill: #ff0000;
  height: 100%; }

.icon_get:hover svg {
  fill: #00bbad; }

.btn_registro,
.btn_login {
  align-items: center;
  display: flex;
  color: #000;
  cursor: pointer;
  background-color: #00bbad;
  font-family: "Decima Mono Cyr";
  font-size: 1.5vw;
  justify-content: center;
  color: #000;
  margin-bottom: 20px;
  width: 300px;
  height: 50px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .btn_registro,
    .btn_login {
      width: 100%;
      font-size: 3vw; } }

.btn_registro:hover, .btn_login:hover {
  background-color: #ff0000; }

.info_login {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 300px;
  height: 40px; }
  @media (max-width: 768px) {
    .info_login {
      width: 100%;
      flex-direction: column;
      height: auto; } }

.txt_info_login {
  text-align: center;
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-size: 0.8vw; }
  @media (max-width: 768px) {
    .txt_info_login {
      font-size: 4vw;
      padding-bottom: 20px; } }

@media (max-width: 768px) {
  .icon_goog_login {
    margin-bottom: 10px; } }

.icon_goog_login svg, .icon_face_login svg {
  fill: #fff;
  height: 100%;
  cursor: pointer; }

.icon_goog_login svg {
  margin-right: 10px; }
  @media (max-width: 768px) {
    .icon_goog_login svg {
      margin-right: 0; } }

.txt_info_login, .icon_goog_login, .icon_face_login {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%; }

@media (max-width: 768px) {
  .icon_goog_login, .icon_face_login {
    height: 40px; } }

.icon_goog_login:hover svg, .icon_face_login:hover svg {
  fill: #ff0000; }

/* ABOUT - GET INVOLVED - PRESS */
.title_intro_page h1 {
  padding: 0; }

/*Footer*/
.footer {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  height: 40vh;
  justify-content: center;
  width: 100%; }

.logos_footer {
  align-items: center;
  display: flex;
  height: 20vh;
  justify-content: space-between;
  width: 50%; }
  @media (max-width: 768px) {
    .logos_footer {
      flex-direction: column;
      height: 60%;
      width: 38%; } }

.logos_footer .logo_f_1 {
  height: 90%; }
  @media (max-width: 768px) {
    .logos_footer .logo_f_1 {
      width: 100%;
      height: auto !important; } }

.logos_footer .logo_f_2 {
  height: 70%; }
  @media (max-width: 768px) {
    .logos_footer .logo_f_2 {
      height: auto !important;
      width: 100%; } }

.cnt-footer {
  align-content: center;
  display: flex;
  justify-content: center;
  padding: 30px 0px;
  width: 100%; }

.cnt-footer a {
  height: 40px;
  margin: 0 10px;
  width: 40px; }

.cnt-footer a svg {
  fill: #666; }

.cnt-footer a:hover svg {
  fill: #000; }

/* contacto */
.input-block {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  height: 60px;
  width: 100%;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.input-block.textarea {
  height: auto; }

.input-block.textarea .form-control {
  height: auto;
  resize: none; }

.input-block label {
  color: #fff;
  font-family: "Decima Mono Cyr";
  left: 10px;
  position: absolute;
  text-transform: uppercase;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  color: #aaa;
  font-size: 18px;
  line-height: 10px; }

.input-block .form-control {
  background-color: transparent;
  color: #fff;
  font-family: "Decima Mono Cyr";
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 30px 10px !important;
  position: relative;
  font-size: 18px;
  width: 100%;
  z-index: 2; }

.input-block .form-control:focus label {
  top: 0; }

.btn_enviar {
  align-items: center;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 18px !important;
  height: 50px;
  justify-content: center;
  width: 100%; }

.btn_enviar:hover {
  color: #ff0000; }

.respuesta_sol {
  align-items: center;
  display: flex;
  color: #fff;
  font-family: "Decima Mono Cyr";
  height: 150px;
  justify-content: center;
  visibility: hidden;
  position: relative;
  bottom: 5px;
  width: 100%; }

.respuesta_sol.show_respuesta_sol {
  visibility: visible; }

#preloader_form {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#loader_form {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff0000;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

#loader_form:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffa699;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; }

#loader_form:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff644c;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*----page styles---*/
.content_descarga_prensa {
  text-decoration: none; }

/*--------------------------------------------------------------
# Noticias
--------------------------------------------------------------*/
.main_noticias {
  align-items: center;
  background-color: #000;
  display: flex;
  left: 0;
  justify-content: center;
  padding-bottom: 100px;
  top: 0;
  width: 100%;
  min-height: 100vh; }

.cnt_noticias {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10vh;
  padding-top: 150px;
  width: calc( 100% - 200px ); }
  @media (max-width: 1024px) {
    .cnt_noticias {
      width: calc( 100% - 160px );
      padding-top: 120px; } }
  @media (max-width: 768px) {
    .cnt_noticias {
      width: calc( 100% - 120px );
      padding-top: 100px; } }

.item_noticia {
  background-color: #ff0000;
  color: #fff;
  height: 25vw;
  margin-bottom: 100px;
  text-decoration: none;
  width: calc( 33% - 66px ); }
  @media (max-width: 1024px) {
    .item_noticia {
      width: calc( 50% - 40px );
      margin-bottom: 80px;
      height: 50vh; } }
  @media (max-width: 768px) {
    .item_noticia {
      width: calc( 100% );
      margin-bottom: 60px;
      height: 70vw; } }

.img_noticia {
  align-items: center;
  display: flex;
  height: 50%;
  justify-content: center;
  overflow: hidden;
  width: 100%; }

.img_noticia img {
  width: 101%; }

.titulo_noticia {
  align-items: center;
  display: flex;
  height: 40%;
  justify-content: center;
  padding: 10%;
  text-align: center;
  width: 100%; }

.titulo_noticia h2 {
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-size: 1.4vw;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase; }
  @media (max-width: 850px) {
    .titulo_noticia h2 {
      font-size: 3vw; } }

.item_noticia:hover h2 {
  color: #000; }

.fecha_noticia {
  align-items: center;
  display: flex;
  height: 10%;
  justify-content: center;
  width: 100%; }

.fecha_noticia p {
  color: #fff;
  font-family: "Decima Mono Cyr";
  margin: 0;
  padding: 0;
  text-align: center; }

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.pag_post {
  background-color: #fff;
  min-height: 100vh;
  padding: 150px 0; }

/* sinngle */
.cnt_single {
  max-width: 800px;
  margin: 0 auto; }
  @media (max-width: 850px) {
    .cnt_single {
      width: 90%; } }

.cnt_single h1 {
  color: #000;
  text-align: center;
  font-family: "Termina W05 Demi";
  font-size: 5vw; }
  @media (max-width: 850px) {
    .cnt_single h1 {
      font-size: 6vw; } }

.cnt_single p {
  text-align: left;
  font-family: "Termina W05 Demi";
  font-size: 1vw;
  line-height: 1.6vw; }
  @media (max-width: 1024px) {
    .cnt_single p {
      font-size: 12pt;
      line-height: 16pt; } }

.img_main {
  padding: 20px 0;
  width: 100%; }

.img_main img {
  width: 100%; }

.single_nav {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  height: 60px;
  justify-content: flex-start;
  left: 0;
  margin: 50px 0;
  position: relative;
  width: 100%; }
  @media (max-width: 768px) {
    .single_nav {
      height: 14.23vw; } }

.single_nav a {
  text-decoration: none; }

.single_nav_cerrar {
  height: 54.5%;
  width: 50%; }
  @media (max-width: 768px) {
    .single_nav_cerrar {
      height: 100%; } }

.single_icn_cerrar, .single_txt_cerrar {
  display: inline-block;
  height: 100%; }
  @media (max-width: 768px) {
    .single_icn_cerrar, .single_txt_cerrar {
      height: 50% !important; } }

.single_icn_cerrar {
  height: 100%;
  padding-right: 36px; }
  @media (max-width: 768px) {
    .single_icn_cerrar {
      padding-right: 10px; } }

.single_txt_cerrar {
  align-items: center;
  color: #000;
  display: flex;
  font-family: "Decima Mono Cyr";
  justify-content: center;
  text-transform: uppercase; }

.btn_cerrar:hover .single_icn_cerrar svg {
  fill: #ff0000; }

.btn_cerrar:hover .single_txt_cerrar {
  color: #ff0000; }

.single_icn_cerrar svg {
  height: 100%;
  fill: #000; }

/* DESCARGA */
.main_prensa_lista {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  left: 0;
  justify-content: center;
  min-height: 100vh;
  top: 0;
  padding-bottom: 150px;
  padding-top: 150px;
  position: relative;
  width: 100%; }

.cnt_prensa_lista {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80vw; }
  @media (max-width: 768px) {
    .cnt_prensa_lista {
      width: 90%; } }

.cnt_prensa_lista h1 {
  font-family: "Decima Mono Cyr";
  font-size: 7vh;
  font-weight: 100;
  text-align: left; }

.item_archivo {
  align-items: center;
  border-bottom: 1px solid #000;
  color: #000;
  display: flex;
  height: 60px;
  justify-content: center;
  text-decoration: none;
  width: 100%; }
  @media (max-width: 850px) {
    .item_archivo {
      flex-direction: column;
      height: auto; } }

.filte_celda {
  align-items: center;
  display: flex;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .filte_celda {
      padding: 10px 0;
      width: 100% !important; } }

.file_title {
  width: 70%; }

.file_fecha {
  width: 30%; }

.file_download {
  align-items: center;
  display: flex;
  font-family: "Decima Mono Cyr";
  justify-content: center;
  text-transform: uppercase;
  width: 150px;
  height: 50px; }

.tabs {
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 3vh;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media (max-width: 768px) {
    .tabs {
      font-size: 3.5vw; } }

.tabs > li {
  align-items: center;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  color: #cccccc;
  cursor: pointer;
  display: flex;
  height: 90px;
  justify-content: center;
  list-style: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition-duration: .25s;
  width: 33%; }

.tabs > li:before {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 5px 5px 0 0; }

.tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%); }

.tabs > li:hover,
.tabs > li.active {
  color: #000;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000; }

.tabs > li.active:before {
  transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.container_tab {
  position: relative;
  width: 100%; }

.tab_files {
  border: 2px solid #000;
  display: none;
  font-family: "Termina W05 Demi";
  font-size: 2.4vh;
  left: 0;
  top: 0;
  padding: 80px 40px;
  position: absolute;
  width: 100%; }
  @media (max-width: 768px) {
    .tab_files {
      flex-direction: column; } }

.tab_files a {
  color: #000;
  text-decoration: none; }
  @media (max-width: 768px) {
    .tab_files a {
      margin-bottom: 50px; } }

.item_archivo:hover {
  color: #ff0000; }

.tab_files.active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.capa_oscura {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }

.cnt_map_basin {
  position: relative;
  width: 100%; }

.cnt_map_basin img {
  width: 100%; }

#icon_map_basin {
  align-items: center;
  border: 0.2vw solid #ff0000;
  border-radius: 50%;
  display: flex;
  height: 13.3vw;
  justify-content: center;
  position: absolute;
  right: 3.33vw;
  top: 3.33vw;
  width: 13.3vw; }

.circle_basin {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Decima Mono Cyr";
  font-size: 1.6vw;
  height: 84%;
  justify-content: center;
  text-transform: uppercase;
  width: 84%; }

.circle_basin h3 {
  font-weight: 100; }

.circle_basin span {
  color: #ff0000; }

/*--------------------------------------------------------------
# Custom MailChimp
--------------------------------------------------------------*/
#mc_embed_signup {
  /*background:#fff; */
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  width: 100%; }

.mc-field-group label {
  color: #fff;
  font-family: "Decima Mono Cyr"; }

#mc_embed_signup form {
  padding: 0 !important; }

#mc_embed_signup input,
.mc-field-group input {
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-family: "Decima Mono Cyr";
  font-size: 18px;
  margin: 0;
  outline: none;
  height: auto;
  padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2; }

#mc_embed_signup .mc-field-group {
  width: 100% !important; }

#mc_embed_signup .foot {
  width: 100%;
  grid-template-columns: unset; }

.btn_enviar {
  background-color: #fff !important;
  border-radius: 0 !important;
  color: #000 !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
  width: 100% !important; }

.btn_enviar:hover {
  background-color: #fff !important;
  color: #ff0000 !important; }

#mc_embed_signup .indicates-required {
  color: #666; }

#mc_embed_signup h2 {
  color: #666; }

/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

/*# sourceMappingURL=style-aw2.css.map */
