html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

@font-face {
  font-family: "LOREAL Essentielle";
  src: url("../font/LOREALEssentielle-Regular.woff2") format("woff2"), url("../font/LOREALEssentielle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
}
@media (max-width: 1920px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}

b, strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
}

i {
  font-style: normal;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

._transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

iframe[name=sendForm] {
  display: none;
  position: absolute;
}

.splited .palabra {
  display: inline-block;
  margin-right: 0.1em;
  overflow: hidden;
  height: 1.2em;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
}
.splited .palabra .caracter {
  display: inline-block;
  overflow: hidden;
}
.splited .palabra .caracter > div {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
  .flex > div {
    width: 100% !important;
  }
}

.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrap {
    max-width: 1140px;
  }
}
@media (max-width: 1360px) {
  .wrap {
    max-width: 1040px;
  }
}
.wrap.wrap_full_r {
  margin-right: 0;
  padding-right: 0;
  max-width: calc(100% - (100% - 1140px) / 2);
}

.centerT {
  text-align: center;
}

.hideOver {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-badge {
  z-index: 1;
}

body._onModal {
  overflow: hidden;
}

.alerts {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  color: #000;
  z-index: 10000;
  opacity: 0;
  scale: 1.1;
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.alerts .center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alerts .center .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  overflow: hidden;
}
.alerts .center .alert .hh {
  background: #206779;
  color: #fff;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.alerts .center .alert .hh .close {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 24px;
}
.alerts .center .alert .hh .close:hover {
  opacity: 0.7;
}
.alerts .center .alert .bb {
  background: #fff;
  color: #000;
  padding: 14px 20px 16px;
  font-weight: normal;
}

._alert_show .alerts {
  opacity: 1;
  scale: 1;
  pointer-events: all;
}

.overModal {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  display: none;
}
.overModal .centerModal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overModal .centerModal .modal {
  display: none;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  max-width: 700px;
  width: 100%;
}
.overModal .centerModal .modal .close {
  position: absolute;
  top: 30px;
  right: 24px;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  background: url(../img/icon-close.svg) center center/contain no-repeat;
  width: 40px;
  height: 40px;
}
.overModal .centerModal .modal .close:hover {
  opacity: 0.7;
}
.overModal .centerModal .modal .cont {
  padding: 30px 25px 35px;
  width: 100%;
}
.overModal .centerModal .modal form {
  max-width: 300px;
}

body, html {
  width: 100%;
  font-family: "LOREAL Essentielle";
  color: #2C506D;
  text-align: center;
  line-height: 1.4;
}

body {
  padding-bottom: 200px;
}

section {
  position: relative;
}

.logo-top {
  position: relative;
}

[name=iframe_form] {
  display: none;
}

h1 {
  font-size: 4vw;
  margin-bottom: 0.5em;
  line-height: 1.1;
}

p {
  margin-bottom: 1em;
}

.load_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.4588235294);
  backdrop-filter: blur(4px);
  display: none;
}
.load_screen .icon-load {
  -webkit-animation: rotar 1s linear 0s infinite;
          animation: rotar 1s linear 0s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20vw;
}

@-webkit-keyframes rotar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.banner {
  position: relative;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
.banner .bg {
  width: 100%;
}
@media (max-width: 600px) {
  .banner .bg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 150px;
  }
}
.banner .logo {
  position: absolute;
  height: 80%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.head {
  margin: 30px auto;
  font-size: 16px;
}
@media (max-width: 600px) {
  .head {
    padding: 0 20px;
  }
}
.head ._mov {
  display: none;
}
@media (max-width: 600px) {
  .head ._mov {
    display: block;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2C506D;
  background: #F5F5F5;
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    padding: 10px 10px;
  }
}
.tabs .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px;
  position: relative;
  cursor: pointer;
}
.tabs .tab._current i {
  background: #2C506D;
  color: #fff;
}
.tabs .tab._current span {
  font-weight: bold;
}
.tabs .tab._pass {
  opacity: 0.6;
}
.tabs .tab._pass i {
  background: #2C506D;
  color: #fff;
}
.tabs .tab._pass span {
  font-weight: bold;
}
@media (max-width: 600px) {
  .tabs .tab {
    padding: 10px;
    width: 50%;
    text-align: left;
    line-height: 1;
  }
  .tabs .tab::after {
    display: none;
  }
}
.tabs .tab i {
  border: solid 2px #2C506D;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 10px;
  color: #2C506D;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs .tab span {
  font-size: 14px;
}
.tabs .tab:hover {
  text-decoration: underline;
}
.tabs .tab::after {
  content: "";
  height: 1em;
  width: 1px;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tabs .tab:last-child::after {
  display: none;
}

.resumen {
  color: #2C506D;
  background: #F5F5F5;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px;
  display: none;
}
.resumen h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.resumen table {
  width: 320px;
  margin: 20px auto 0;
  border: solid 1px #cdcdcd;
  border-radius: 12px;
  background: #fff;
}
.resumen table tr td {
  border-bottom: solid 1px #cdcdcd;
  padding: 10px;
}
.resumen table tr:last-child td {
  border-bottom: none;
}
.resumen .btn-verde {
  margin: 20px auto;
  background: #43967E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  width: 300px;
  height: 50px;
  cursor: pointer;
  font-family: inherit;
}
.resumen .btn-verde:hover {
  opacity: 0.7;
}
.resumen.resumen_big {
  max-width: 500px;
}
.resumen.resumen_big table {
  max-width: 440px;
}

@media (max-width: 600px) {
  .tabCont .cont {
    padding: 0 10px;
  }
}

.btn-add-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.btn-add-more:hover {
  opacity: 0.7;
}
.btn-add-more i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon-plus.svg) center center/contain no-repeat;
}
form {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
form label {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
form input, form select, form textarea, form .fakeinput {
  background: transparent;
  border: solid 2px #D9D9D9;
  width: 300px;
  padding: 15px 20px;
  font-size: 14px;
  font-family: inherit;
  margin-bottom: 10px;
}
form [type=submit] {
  margin: 20px auto;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  width: 300px;
  height: 50px;
  cursor: pointer;
  font-family: inherit;
}
form [type=submit]:hover {
  opacity: 0.7;
}
form .fakeinput {
  pointer-events: none;
}
form h1, form h2, form h3, form h4, form h5, form h6 {
  color: #2C506D;
}
form .over_p {
  width: 300px;
  white-space: nowrap;
}
form .btn-negro {
  margin: 20px auto;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  width: 300px;
  height: 50px;
  cursor: pointer;
  font-family: inherit;
}
form .btn-negro:hover {
  opacity: 0.7;
}
form .btn-verde {
  margin: 20px auto;
  background: #43967E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  width: 300px;
  height: 50px;
  cursor: pointer;
  font-family: inherit;
}
form .btn-verde:hover {
  opacity: 0.7;
}
form .check {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
form .check input {
  width: 14px;
  height: 14px;
}
form .check p {
  font-size: 12px;
}
form .check a {
  text-decoration: underline;
}
form .center {
  text-align: center;
}
form h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 600px) {
  .columns {
    gap: 10px;
  }
}
.fecha {
  width: 155px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  text-align: center;
  border: solid 1px #2C506D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.fecha:hover {
  opacity: 0.7;
}
.fecha._hide {
  display: none;
}
.fecha._nospot {
  border-color: #E81818;
  color: #B3B4B5;
}
.fecha._selected {
  background: #43967E;
  color: #fff;
}
.fecha .rango {
  font-size: 14px;
}
.fecha .cupos {
  font-size: 10px;
}

.qr {
  margin: 0 auto 20px;
  display: block;
  border: solid 4px #000;
}
@media (max-width: 600px) {
  .qr {
    width: 200px;
  }
}

.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 600px) {
  .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.overModal .centerModal .modal.bigModal {
  display: block;
  max-height: 80vh;
  overflow: auto;
  max-width: 840px;
}
.overModal .centerModal .modal.bigModal #formInvitar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 770px;
}
.overModal .centerModal .modal.bigModal #formInvitar label {
  width: 100%;
}
.overModal .centerModal .modal.bigModal #formInvitar input[type=email] {
  width: 250px;
  margin-bottom: 0px;
}

[animation] {
  opacity: 0;
}

[anim_heart] {
  -webkit-animation: beat 1.25s infinite alternate;
          animation: beat 1.25s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  4% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  4% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
[scroll_down] {
  -webkit-animation: scroll_down 2.25s ease-in-out 2s infinite;
          animation: scroll_down 2.25s ease-in-out 2s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes scroll_down {
  0% {
    width: 5rem;
    left: 0;
  }
  15% {
    width: 0rem;
    left: 0;
  }
  30% {
    width: 0rem;
    left: 5rem;
  }
  45% {
    width: 5rem;
    left: 0;
  }
  80% {
    width: 5rem;
    left: 0;
  }
  100% {
    width: 5rem;
    left: 0;
  }
}

@keyframes scroll_down {
  0% {
    width: 5rem;
    left: 0;
  }
  15% {
    width: 0rem;
    left: 0;
  }
  30% {
    width: 0rem;
    left: 5rem;
  }
  45% {
    width: 5rem;
    left: 0;
  }
  80% {
    width: 5rem;
    left: 0;
  }
  100% {
    width: 5rem;
    left: 0;
  }
}
@keyframes rotar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* 
ELEMENTOS PARA ANIMAR 
SE DEBE ACTUALIZAR CON EL JS
*/
header .nav .main-menu ul li,
.mod_slider_full_width .item .contenido,
.mod_marcas_bloque_imagen .wrap .cont .item,
.mod_slider_variable_height .wrap .cont .titulo, .mod_slider_variable_height .wrap .cont .flex > div, .mod_slider_variable_height .wrap .cont .slide_variable_h .item,
.mod_noticias .wrap .titulo, .mod_noticias .wrap .cont .listado .item,
.mod_newsletter .wrap .cont .titulo, .mod_newsletter .wrap .cont .flex > div,
footer .wrap .cont > div {
  opacity: 0;
}

.transitionCanvas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 1;
  pointer-events: none;
}
.transitionCanvas > div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transitionCanvas > div > img {
  width: 30vw;
}
@media (max-width: 767px) {
  .transitionCanvas > div > img {
    width: 60vw;
  }
}

@-webkit-keyframes anim-logo-audio-div {
  0% {
    height: 100%;
  }
  50% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}

@keyframes anim-logo-audio-div {
  0% {
    height: 100%;
  }
  50% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
.anim-anillo2 {
  border-radius: 100%;
  border: solid 1px #FFC629;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 11vh;
  height: 11vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.anim-anillo1 {
  border-radius: 100%;
  border: solid 1px #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14vh;
  height: 14vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.anim-anillo1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px #fff;
  border-radius: 100%;
  -webkit-animation: anim-anillo1 3s ease-in-out 0s infinite;
          animation: anim-anillo1 3s ease-in-out 0s infinite;
  pointer-events: none;
}

@-webkit-keyframes anim-anillo1 {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  100% {
    opacity: 0;
    width: 140%;
    height: 140%;
  }
}

@keyframes anim-anillo1 {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  100% {
    opacity: 0;
    width: 140%;
    height: 140%;
  }
}
@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: translate(0, -1vw);
            transform: translate(0, -1vw);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, 0vw);
            transform: translate(0, 0vw);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(0, 0vw);
            transform: translate(0, 0vw);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 0vw);
            transform: translate(0, 0vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, -1vw);
            transform: translate(0, -1vw);
    opacity: 0;
  }
}
@keyframes arrow-down {
  0% {
    -webkit-transform: translate(0, -1vw);
            transform: translate(0, -1vw);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, 0vw);
            transform: translate(0, 0vw);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(0, 0vw);
            transform: translate(0, 0vw);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 0vw);
            transform: translate(0, 0vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, -1vw);
            transform: translate(0, -1vw);
    opacity: 0;
  }
}
@-webkit-keyframes flip-logo {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes flip-logo {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.load_screen .frame3 span {
  -webkit-animation: flip-logo 3s ease-in-out 2s infinite;
          animation: flip-logo 3s ease-in-out 2s infinite;
}

.show-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -0.2em;
  margin-top: -0.2em;
  line-height: 1.2;
  opacity: 0;
}
.show-text span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.show-text.go-show {
  opacity: 1;
}
.show-text.go-show span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#particles-js {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 100;
}

.anim-tarjeta1 {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.anim-tarjeta3 {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

#svg_01_couple {
  width: 111vh;
  height: 86vh;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6vh;
  margin-top: -32vh;
}
@media (max-width: 600px) {
  #svg_01_couple {
    width: 80vw;
    height: 70vw;
    position: absolute;
    left: 50%;
    top: 103vw;
    margin-left: -40vw;
  }
}

#svg_04_guy {
  width: 40vw;
  height: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19vw;
  margin-top: -25vw;
}
@media (max-width: 600px) {
  #svg_04_guy {
    width: 80vw;
    height: 80vw;
    position: absolute;
    top: 43vw;
    left: 50%;
    margin-left: -40vw;
  }
}

#screen2 {
  height: 200vh;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 210;
}
#screen2.active {
  pointer-events: none;
}
#screen2 .sobre-scroll {
  height: 100vh;
  position: sticky;
  top: 0;
}
@media (max-width: 600px) {
  #screen2 .sobre-scroll {
    height: 100svh;
  }
}

#screen3 {
  height: 200vh;
  overflow: visible;
  margin-top: -100vh;
  background: transparent;
}
#screen3 .sobre-scroll {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  #screen3 .sobre-scroll {
    height: 100svh;
  }
}

#screen4 {
  height: 130vh;
}
#screen4 .sobre-scroll {
  height: 100vh;
  position: sticky;
  top: 0;
}
@media (max-width: 600px) {
  #screen4 .sobre-scroll {
    height: 100svh;
  }
}

#screen5 {
  height: 300vh;
}
#screen5 .sobre-scroll {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  #screen5 .sobre-scroll {
    height: 100svh;
  }
}

#screen6 {
  height: 130vh;
}
#screen6 .sobre-scroll {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  #screen6 .sobre-scroll {
    height: 100svh;
  }
}

#screen7 {
  height: 150vh;
  display: block;
}
#screen7 .sobre-scroll {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  #screen7 .sobre-scroll {
    height: 100svh;
  }
}

#svg_03_guy {
  width: 63vw;
  height: 53vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30vw;
  margin-top: -22vw;
}
@media (max-width: 600px) {
  #svg_03_guy {
    width: 90vw;
    height: 76vw;
    position: absolute;
    bottom: 51vw;
    top: initial;
    left: 50%;
    margin-left: -45vw;
  }
}

#screen8 {
  height: 200vh;
  background: #fff;
}
#screen8 .sobre-scroll {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  #screen8 .sobre-scroll {
    height: 100svh;
  }
}

#screen9 {
  height: 130vh;
  display: block;
}
#screen9 .sobre-scroll {
  height: 100vh;
  position: sticky;
  top: 0;
}
@media (max-width: 600px) {
  #screen9 .sobre-scroll {
    height: 100svh;
  }
}

#screen10 {
  height: 200vh;
  background: #fff;
}
#screen10 .sobre-scroll {
  height: 100vh;
  position: sticky;
  top: 0;
}
@media (max-width: 600px) {
  #screen10 .sobre-scroll {
    height: 100svh;
  }
}

@media (max-width: 600px) {
  #screen10 {
    height: 600vh;
    display: block;
  }
  #screen10 .sobre-scroll {
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
@media (max-width: 600px) {
  .sobre-scroll {
    overflow-x: hidden !important;
  }
}/*# sourceMappingURL=bundle.css.map */