@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Font Family*/
/* COLACAO COLORS */
/* Opciones($prop): color, background-color,opacity,..., all */
/*PlaceHolder*/
/*font-size: get-vw(30px);*/
/*padding-top:get-vw(50px);*/
body {
  font-family: Georgia, "Times New Roman", Times, serif;
}

@font-face {
  font-family: "LaLigaRegular";
  src: url(fonts/LALIGAText-Regular.woff2) format("woff2"), url(fonts/LALIGAText-Regular.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "LaLigaRegularBold";
  src: url(fonts/LALIGAText-Bold.woff2) format("woff2"), url(fonts/LALIGAText-Bold.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "LaLigaLight";
  src: url(fonts/LALIGAText-Light.woff2) format("woff2"), url(fonts/LALIGAText-Light.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "LaLigaHeadline";
  src: url(fonts/LALIGAHeadline-StdRegular.woff2) format("woff2"), url(fonts/LALIGAHeadline-StdRegular.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "LaLigaHeadlineBold";
  src: url(fonts/LALIGAHeadline-StdBold.woff2) format("woff2"), url(fonts/LALIGAHeadline-StdBold.woff) format("woff");
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
}

body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  margin: 0;
  padding: 0;
  scroll-margin-left: 0;
}

/*
  container emergap
*/
#container {
  position: relative;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
}
@media only screen and (max-width : 525px) {
  .wrapper {
    width: 90%;
  }
}

.modulo_uno {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 0.5vw;
  margin-bottom: 1.5vw;
}
.modulo_uno .mini {
  background-color: red;
}

.modulo_dos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 0.5vw;
  margin-bottom: 1.5vw;
}
@media only screen and (max-width : 768px) {
  .modulo_dos {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.modulo_tres {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 0.5vw;
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 1248px) {
  .modulo_tres {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  }
}
@media only screen and (max-width : 768px) {
  .modulo_tres {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.modulo_tres .mini {
  border: 2px solid forestgreen;
  background-color: grey;
}

.modulo_cuatro {
  display: grid;
  gap: 1vw;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 1024px) {
  .modulo_cuatro {
    grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
    gap: 1vw;
  }
}
@media only screen and (max-width : 768px) {
  .modulo_cuatro {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 2vw;
  }
}
@media only screen and (max-width : 525px) {
  .modulo_cuatro {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 5vw;
  }
}
/* P FONT */
.pFfontSize {
  font-size: 0.8854166667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSize {
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSize {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSize {
    font-size: 1.1458333333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSize {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSize {
    font-size: 1.3541666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSize {
    font-size: 1.4583333333vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSize {
    font-size: 2.9947916667vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSize {
    font-size: 3.2552083333vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSize {
    font-size: 3.90625vw;
  }
}

.pFfontSizeMid {
  font-size: 1.6666666667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizeMid {
    font-size: 1.71875vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizeMid {
    font-size: 1.7708333333vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizeMid {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizeMid {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizeMid {
    font-size: 1.9270833333vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizeMid {
    font-size: 1.9791666667vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizeMid {
    font-size: 5.078125vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizeMid {
    font-size: 5.3385416667vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizeMid {
    font-size: 5.5989583333vw;
  }
}

.pFfontSizeBig {
  font-size: 2.4479166667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizeBig {
    font-size: 2.4479166667vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizeBig {
    font-size: 2.65625vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizeBig {
    font-size: 2.8125vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizeBig {
    font-size: 3.0208333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizeBig {
    font-size: 3.2291666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizeBig {
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizeBig {
    font-size: 5.46875vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizeBig {
    font-size: 5.9895833333vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizeBig {
    font-size: 6.25vw;
  }
}

.pFfontSizePastillas {
  font-size: 0.9895833333vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizePastillas {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizePastillas {
    font-size: 1.1979166667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizePastillas {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizePastillas {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizePastillas {
    font-size: 1.5104166667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizePastillas {
    font-size: 1.6145833333vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizePastillas {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizePastillas {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizePastillas {
    font-size: 3.90625vw;
  }
}

.etiquetaFontSize {
  font-size: 0.5208333333vw;
}
@media only screen and (max-width: 1720px) {
  .etiquetaFontSize {
    font-size: 0.5729166667vw;
  }
}
@media only screen and (max-width: 1550px) {
  .etiquetaFontSize {
    font-size: 0.6770833333vw;
  }
}
@media only screen and (max-width: 1448px) {
  .etiquetaFontSize {
    font-size: 0.78125vw;
  }
}
@media only screen and (max-width: 1248px) {
  .etiquetaFontSize {
    font-size: 0.8854166667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .etiquetaFontSize {
    font-size: 0.9895833333vw;
  }
}
@media only screen and (max-width: 900px) {
  .etiquetaFontSize {
    font-size: 1.09375vw;
  }
}
@media only screen and (max-width : 768px) {
  .etiquetaFontSize {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width : 640px) {
  .etiquetaFontSize {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width : 525px) {
  .etiquetaFontSize {
    font-size: 1.8229166667vw;
  }
}

.header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  padding-top: calc(5px + 0.5vw);
  padding-bottom: 20px;
}
.header .logo {
  display: flex;
}
.header .logo .logo1 {
  display: flex;
  width: 90px;
  aspect-ratio: 58/27;
  align-content: center;
  align-items: center;
}
.header .logo .logo1 img {
  width: 100%;
}
.header .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white;
  font-family: LaLigaLight;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.header .menu .menu_desktop {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.header .menu .menu_desktop .opc_m {
  margin: 0 3.2vw 0 0;
  cursor: pointer;
}
.header .menu .menu_desktop .opc_m a {
  color: white !important;
  text-decoration: none;
}
.header .menu .menu_desktop :nth-last-child(1 of .opc_m) {
  margin-right: 4vw;
}
@media only screen and (max-width : 768px) {
  .header .menu .menu_desktop {
    display: none;
  }
}
.header .menu .hamburguesa {
  display: none;
  align-items: center;
  border: 1px solid #47475b;
  padding: 18px 15px;
  background: #060606;
  cursor: pointer;
}
.header .menu .hamburguesa .burger {
  display: inline-block;
  width: 30px;
  height: 20px;
  top: 6px;
  position: relative;
  z-index: 2;
  visibility: hidden;
}
@media only screen and (max-width: 900px) {
  .header .menu .hamburguesa .burger {
    visibility: visible;
  }
}
.header .menu .hamburguesa .burger span {
  z-index: 102;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #fff;
  transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
  transform-origin: 0px 100%;
}
.header .menu .hamburguesa .burger span:nth-child(2) {
  top: calc(39% - 2px);
}
.header .menu .hamburguesa .burger span:nth-child(3) {
  bottom: 0;
}
@media only screen and (max-width : 768px) {
  .header .menu .hamburguesa {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    padding-top: calc(5px + 1.5vw);
  }
}
@media only screen and (max-width : 525px) {
  .header {
    padding-top: calc(5px + 2vw);
  }
}

.menu_mobile {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  width: 100%;
  background-color: rgba(6, 6, 6, 0.8);
  height: 90%;
  top: 0px;
  text-align: left;
  color: white;
  font-family: LaLigaLight;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-top: 88px;
}
.menu_mobile .opc_m {
  position: relative;
  margin: 3vw 0 3vw 4vw;
  cursor: pointer;
}
@media only screen and (max-width : 525px) {
  .menu_mobile .opc_m {
    margin: 6vw 0 6vw 6vw;
  }
}
@media only screen and (max-width : 525px) {
  .menu_mobile .opc_m {
    font-size: 3.90625vw;
  }
}
.menu_mobile .opc_m a {
  color: white !important;
  text-decoration: none;
}
.menu_mobile .fondoMob {
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: black;
  left: 0;
  top: 0;
}
.menu_mobile .fondoMob .linedegrad {
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -7px;
}
.menu_mobile .fondoMob .linedegrad img {
  width: 100%;
  height: 6px;
}

.mood {
  position: relative;
  background-color: black;
  overflow: hidden;
  --parentHeight: 100vh;
  height: var(--parentHeight);
  /*padding-bottom: calc(20px + $ades_margen_bloque);
  @media only screen and (max-width: 1024px) {
      padding-bottom: calc(20px + $ades_margen_bloque_mid);
  }   
  @media only screen and (max-width : 525px) {
      padding-bottom: calc(20px + $ades_margen_bloque_mob);
  }*/
}
.mood .intro {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: black;
}
.mood .intro .circulo {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: scale(0.6);
  opacity: 0;
}
.mood .intro .circulo img {
  height: 100%;
}
.mood .intro .logo {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}
.mood .linedegrad {
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -11px;
}
.mood .wrapper {
  height: calc(var(--parentHeight) / 1);
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width : 768px) {
  .mood .wrapper {
    justify-content: center;
  }
}
.mood .wrapper .explanation {
  margin: 0 0 6vw 0vw;
}
@media only screen and (max-width: 1720px) {
  .mood .wrapper .explanation {
    margin: 0 0 6.5vw 0vw;
  }
}
@media only screen and (max-width: 1550px) {
  .mood .wrapper .explanation {
    margin: 0 0 7vw 0vw;
  }
}
@media only screen and (max-width: 1448px) {
  .mood .wrapper .explanation {
    margin: 0 0 7.5vw 0vw;
  }
}
@media only screen and (max-width: 1248px) {
  .mood .wrapper .explanation {
    margin: 0 0 8vw 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  .mood .wrapper .explanation {
    margin: 0 0 8.5vw 0vw;
  }
}
@media only screen and (max-width: 900px) {
  .mood .wrapper .explanation {
    margin: 0 0 9vw 0vw;
  }
}
@media only screen and (max-width : 768px) {
  .mood .wrapper .explanation {
    margin: 0 0 10vw 0vw;
  }
}
@media only screen and (max-width : 525px) {
  .mood .wrapper .explanation {
    margin: 0 0 18vw 0vw;
  }
}
.mood .wrapper .explanation .expl {
  overflow: hidden;
}
.mood .wrapper .explanation .expl span {
  position: relative;
  top: -80px;
  font-family: LaLigaHeadlineBold;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.1;
}
.mood .video {
  display: flex;
  position: absolute;
  /*left: 35%;
  width: 80%;*/
  width: 80%;
  transform: translateX(39%) scale(1);
  height: calc(var(--parentHeight) / 1);
  overflow: hidden;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  transform: translate();
}
@media only screen and (max-width: 1720px) {
  .mood .video {
    transform: translateX(39%) scale(1);
    width: 83%;
  }
}
@media only screen and (max-width: 1550px) {
  .mood .video {
    transform: translateX(39%) scale(1);
    width: 86%;
  }
}
@media only screen and (max-width: 1448px) {
  .mood .video {
    transform: translateX(39%) scale(1);
    width: 89%;
  }
}
@media only screen and (max-width: 1248px) {
  .mood .video {
    transform: translateX(39%) scale(1);
    width: 92%;
  }
}
@media only screen and (max-width: 1024px) {
  .mood .video {
    transform: translateX(39%) scale(1);
    width: 95%;
  }
}
@media only screen and (max-width: 900px) {
  .mood .video {
    transform: translateX(39%) scale(1);
    width: 97%;
  }
}
@media only screen and (max-width : 768px) {
  .mood .video {
    transform: translateX(-13%) scale(1);
    width: 137%;
  }
}
@media only screen and (max-width : 640px) {
  .mood .video {
    transform: translateX(-13%) scale(1);
    width: 137%;
  }
}
@media only screen and (max-width : 525px) {
  .mood .video {
    transform: translateX(-24.5%) scale(1);
    width: 197%;
  }
}
.mood .video .play {
  position: absolute;
  left: 50.5%;
  top: 48%;
  transform: translateX(-50%) translateY(-49%);
  cursor: pointer;
  width: 10%;
}
.mood .video .play img {
  width: 100%;
}
.mood .video .bg img {
  width: 100%;
}

.logos {
  position: relative;
  margin: 0 auto;
  background-color: #060606;
  padding: 15px 0;
  padding-bottom: calc(20px + 2vw);
}
.logos .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.logos .wrapper .item {
  transform: translateY(30%);
  opacity: 0;
  width: calc(25% - 60px);
  margin: 0 30px;
  text-align: center;
  color: white;
}
@media only screen and (max-width : 768px) {
  .logos .wrapper .item {
    width: calc(50% - 60px);
    margin: 0 30px;
  }
}
@media only screen and (max-width : 525px) {
  .logos .wrapper .item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
.logos .wrapper .item figure {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos .wrapper .item figure img {
  transform: scale(1.2);
}
.logos .wrapper .item .txt {
  font-family: "LaLigaRegular";
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .logos {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .logos {
    padding-bottom: calc(20px + 6vw);
  }
}

.framer {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  background-color: #060606;
  padding-bottom: calc(20px + 2vw);
}
@media only screen and (max-width : 525px) {
  .framer .wrapper {
    width: 99%;
  }
}
.framer .cabecera {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  margin: 0 3vw 0vw 0vw;
  padding-top: calc(35px + 0.8vw);
}
@media only screen and (max-width: 1720px) {
  .framer .cabecera {
    margin: 0 3.5vw 0vw 0vw;
  }
}
@media only screen and (max-width: 1550px) {
  .framer .cabecera {
    margin: 0 4vw 0.5vw 0vw;
  }
}
@media only screen and (max-width: 1448px) {
  .framer .cabecera {
    margin: 0 4.5vw 1vw 0vw;
  }
}
@media only screen and (max-width: 1248px) {
  .framer .cabecera {
    margin: 0 5vw 1.5vw 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  .framer .cabecera {
    margin: 0 5.5vw 2vw 0vw;
  }
}
@media only screen and (max-width: 900px) {
  .framer .cabecera {
    margin: 0 6vw 2.5vw 0vw;
  }
}
@media only screen and (max-width : 768px) {
  .framer .cabecera {
    margin: 0 0 3vw 0vw;
  }
}
@media only screen and (max-width : 525px) {
  .framer .cabecera {
    margin: 0 0 3vw 4.5vw;
  }
}
.framer .cabecera h2 {
  text-align: center;
  color: white;
  font-family: LaLigaHeadlineBold;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: calc(10px + 0.3vw);
  transform: translateY(95%);
  opacity: 0;
}
@media only screen and (max-width : 525px) {
  .framer .cabecera h2 {
    margin-top: calc(5px + 0.5vw);
    margin-bottom: calc(15px + 1vw);
  }
}
.framer .circulo {
  position: absolute;
  bottom: 0;
  left: 34%;
  max-width: 85px;
  transform: translateY(59%);
}
@media only screen and (max-width: 1720px) {
  .framer .circulo {
    max-width: 85px;
  }
}
@media only screen and (max-width: 1550px) {
  .framer .circulo {
    max-width: 83px;
  }
}
@media only screen and (max-width: 1448px) {
  .framer .circulo {
    max-width: 81px;
  }
}
@media only screen and (max-width: 1248px) {
  .framer .circulo {
    max-width: 79px;
  }
}
@media only screen and (max-width: 1024px) {
  .framer .circulo {
    max-width: 77px;
  }
}
@media only screen and (max-width: 900px) {
  .framer .circulo {
    max-width: 73px;
  }
}
@media only screen and (max-width : 768px) {
  .framer .circulo {
    max-width: 70px;
    left: 74%;
  }
}
@media only screen and (max-width : 640px) {
  .framer .circulo {
    max-width: 70px;
  }
}
@media only screen and (max-width : 525px) {
  .framer .circulo {
    max-width: 65px;
  }
}
.framer .circulo img {
  width: 100%;
  transform: rotate(45deg) scale(0.5);
  opacity: 0;
}
.framer .iframeAll {
  position: relative;
  width: 100%;
  height: 799px;
  overflow: hidden;
}
.framer .iframeContainer {
  position: relative;
  width: 98%;
  aspect-ratio: 13.4/9.21;
  margin: 0 auto;
  padding-top: 1vw;
  padding-bottom: 1.5vw;
}
@media only screen and (max-width : 525px) {
  .framer .iframeContainer {
    aspect-ratio: 6.9/24;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .framer .iframeContainer {
    left: -10px;
    width: 105%;
  }
}
@media only screen and (max-width: 390px) {
  .framer .iframeContainer {
    left: -14px;
  }
}
@media only screen and (max-width: 380px) {
  .framer .iframeContainer {
    left: -16px;
  }
}
@media only screen and (max-width: 360px) {
  .framer .iframeContainer {
    left: -22px;
  }
}
.framer .iframeContainer #iframeMobile {
  display: none;
  clip-path: polygon(12% 15px, 88% 15px, 88% 100%, 12% 100%);
}
@media only screen and (max-width: 460px) {
  .framer .iframeContainer #iframeMobile {
    clip-path: polygon(10% 15px, 90% 15px, 90% 100%, 10% 100%);
  }
}
@media only screen and (max-width: 440px) {
  .framer .iframeContainer #iframeMobile {
    clip-path: polygon(5% 15px, 95% 15px, 95% 100%, 5% 100%);
  }
}
@media only screen and (max-width: 400px) {
  .framer .iframeContainer #iframeMobile {
    clip-path: polygon(2% 15px, 98% 15px, 98% 100%, 2% 100%);
  }
}
@media only screen and (max-width: 360px) {
  .framer .iframeContainer #iframeMobile {
    clip-path: polygon(0% 15px, 100% 15px, 100% 100%, 0% 100%);
  }
}
.framer .iframeContainer #iframeDesktop {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .framer {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .framer {
    padding-bottom: calc(20px + 6vw);
  }
}

.resized {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.hitos {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  background-color: #060606;
  padding-bottom: calc(20px + 2vw);
}
.hitos .trian1 {
  position: absolute;
  bottom: 0;
  left: 11%;
  max-width: 85px;
  transform: translateY(59%);
}
@media only screen and (max-width: 1720px) {
  .hitos .trian1 {
    max-width: 85px;
  }
}
@media only screen and (max-width: 1550px) {
  .hitos .trian1 {
    max-width: 83px;
  }
}
@media only screen and (max-width: 1448px) {
  .hitos .trian1 {
    max-width: 81px;
  }
}
@media only screen and (max-width: 1248px) {
  .hitos .trian1 {
    max-width: 79px;
  }
}
@media only screen and (max-width: 1024px) {
  .hitos .trian1 {
    max-width: 77px;
  }
}
@media only screen and (max-width: 900px) {
  .hitos .trian1 {
    max-width: 73px;
  }
}
@media only screen and (max-width : 768px) {
  .hitos .trian1 {
    max-width: 70px;
    transform: translateY(135%);
  }
}
@media only screen and (max-width : 640px) {
  .hitos .trian1 {
    max-width: 70px;
  }
}
@media only screen and (max-width : 525px) {
  .hitos .trian1 {
    max-width: 65px;
  }
}
.hitos .trian1 img {
  width: 100%;
  transform: rotate(45deg) scale(0.5);
  opacity: 0;
}
.hitos .trian2 {
  position: absolute;
  bottom: 0;
  left: 74%;
  max-width: 85px;
  transform: translateY(20%);
}
@media only screen and (max-width: 1720px) {
  .hitos .trian2 {
    max-width: 85px;
  }
}
@media only screen and (max-width: 1550px) {
  .hitos .trian2 {
    max-width: 83px;
  }
}
@media only screen and (max-width: 1448px) {
  .hitos .trian2 {
    max-width: 81px;
  }
}
@media only screen and (max-width: 1248px) {
  .hitos .trian2 {
    max-width: 79px;
  }
}
@media only screen and (max-width: 1024px) {
  .hitos .trian2 {
    max-width: 77px;
  }
}
@media only screen and (max-width: 900px) {
  .hitos .trian2 {
    max-width: 73px;
  }
}
@media only screen and (max-width : 768px) {
  .hitos .trian2 {
    display: none;
  }
}
.hitos .trian2 img {
  width: 100%;
  transform: rotate(-45deg) scale(0.5);
  opacity: 0;
}
.hitos .cabecera {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  margin: 0 3vw 4vw 0vw;
  padding-top: calc(35px + 3vw);
  margin-bottom: calc(35px + 2.5vw);
}
@media only screen and (max-width: 1720px) {
  .hitos .cabecera {
    margin: 0 3.5vw 4.5vw 0vw;
  }
}
@media only screen and (max-width: 1550px) {
  .hitos .cabecera {
    margin: 0 4vw 5vw 0vw;
  }
}
@media only screen and (max-width: 1448px) {
  .hitos .cabecera {
    margin: 0 4.5vw 5.5vw 0vw;
  }
}
@media only screen and (max-width: 1248px) {
  .hitos .cabecera {
    margin: 0 5vw 6vw 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  .hitos .cabecera {
    margin: 0 5.5vw 6.5vw 0vw;
  }
}
@media only screen and (max-width: 900px) {
  .hitos .cabecera {
    margin: 0 6vw 7vw 0vw;
  }
}
@media only screen and (max-width : 768px) {
  .hitos .cabecera {
    margin: 0 0 10vw 0vw;
  }
}
.hitos .cabecera h2 {
  text-align: center;
  color: white;
  font-family: LaLigaHeadlineBold;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: calc(10px + 0.3vw);
  transform: translateY(95%);
  opacity: 0;
}
@media only screen and (max-width : 525px) {
  .hitos .cabecera h2 {
    margin-top: calc(5px + 0.5vw);
    margin-bottom: calc(15px + 1vw);
  }
}
.hitos .cabecera .botonera {
  transform: translateY(95%);
  opacity: 0;
  height: 50px;
}
@media only screen and (max-width : 768px) {
  .hitos .cabecera .botonera {
    margin-bottom: 4vw;
  }
}
.hitos .cabecera .botonera .swiper-pagination {
  min-width: 220px !important;
  width: 220px !important;
  background-color: #2b2b2b;
  position: relative;
  top: 0;
  bottom: 0;
}
.hitos .cabecera .botonera .swiper-pagination .swiper-pagination-bullet {
  background-color: #ff4b44 !important;
  width: 12px;
  height: 12px;
}
.hitos .cabecera .botonera .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff4b44 !important;
}
.hitos .cabecera .botonera .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ff4b44 !important;
}
.hitos .cabecera .botonera .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hitos .cabecera .botonera .swiper-pagination {
  width: auto;
}
.hitos .cabecera .botonera .swiper-prev,
.hitos .cabecera .botonera .swiper-next {
  margin: 0 10px;
  cursor: pointer;
  max-width: 50px;
  max-height: 50px;
}
.hitos .cabecera .botonera .swiper-prev img,
.hitos .cabecera .botonera .swiper-next img {
  width: 100%;
}
@media only screen and (max-width : 525px) {
  .hitos .cabecera .oculbr {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hitos {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .hitos {
    padding-bottom: calc(20px + 6vw);
  }
}
.hitos .botoneraMobile {
  width: 100%;
  height: 50px;
}
@media only screen and (max-width : 768px) {
  .hitos .botoneraMobile {
    margin-bottom: 4vw;
  }
}
.hitos .botoneraMobile .botonera {
  transform: translateY(95%);
  opacity: 0;
}
.hitos .botoneraMobile .botonera .swiper-pagination {
  /*min-width: 175px !important;
  width: 175px !important;*/
  width: 100% !important;
  background-color: #2b2b2b;
  position: relative;
  top: 0;
  bottom: 0;
}
.hitos .botoneraMobile .botonera .swiper-pagination .swiper-pagination-bullet {
  background-color: #ff4b44 !important;
  width: 12px;
  height: 12px;
}
.hitos .botoneraMobile .botonera .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff4b44 !important;
}
.hitos .botoneraMobile .botonera .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ff4b44 !important;
}
.hitos .botoneraMobile .botonera .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hitos .botoneraMobile .botonera .swiper-pagination {
  width: auto;
}
.hitos .botoneraMobile .botonera .swiper-prev,
.hitos .botoneraMobile .botonera .swiper-next {
  margin: 0 0px 0 15px;
  cursor: pointer;
  max-width: 50px;
  max-height: 50px;
}
.hitos .botoneraMobile .botonera .swiper-prev img,
.hitos .botoneraMobile .botonera .swiper-next img {
  width: 100%;
}
.hitos .botoneraMobile .botonera .swiper-prev {
  margin: 0 15px 0 0;
}
.hitos .box-slider {
  opacity: 0;
  transform: translateY(25%);
  margin: 0 3vw 3vw 0vw;
}
@media only screen and (max-width: 1720px) {
  .hitos .box-slider {
    margin: 0 3.5vw 3.5vw 0vw;
  }
}
@media only screen and (max-width: 1550px) {
  .hitos .box-slider {
    margin: 0 4vw 4vw 0vw;
  }
}
@media only screen and (max-width: 1448px) {
  .hitos .box-slider {
    margin: 0 4.5vw 4.5vw 0vw;
  }
}
@media only screen and (max-width: 1248px) {
  .hitos .box-slider {
    margin: 0 5vw 5vw 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  .hitos .box-slider {
    margin: 0 5.5vw 5.5vw 0vw;
  }
}
@media only screen and (max-width: 900px) {
  .hitos .box-slider {
    margin: 0 6vw 6vw 0vw;
  }
}
@media only screen and (max-width : 768px) {
  .hitos .box-slider {
    margin: 0 0 10vw 0vw;
  }
}
.hitos .box-slider .swiper {
  overflow: visible !important;
}
.hitos .box-slider .swiper-slide {
  overflow: hidden;
}
.hitos .box-slider .swiper-slide .slide-content .info {
  position: relative;
  width: 100%;
}
.hitos .box-slider .swiper-slide .slide-content .info .bgdegrad {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.hitos .box-slider .swiper-slide .slide-content .info .imgfoto {
  width: 100%;
}
.hitos .box-slider .swiper-slide .slide-content .info .imgfoto img {
  width: 100%;
}
.hitos .box-slider .swiper-slide .slide-content .info .infor {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
  cursor: pointer;
  width: fit-content;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
}
@media only screen and (max-width: 1720px) {
  .hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
    transform: translateX(-50%) scale(0.85);
  }
}
@media only screen and (max-width: 1550px) {
  .hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
    transform: translateX(-50%) scale(0.8);
  }
}
@media only screen and (max-width: 1448px) {
  .hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
    transform: translateX(-50%) scale(0.75);
  }
}
@media only screen and (max-width: 1248px) {
  .hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
    transform: translateX(-50%) scale(0.7);
  }
}
@media only screen and (max-width: 1024px) {
  .hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
    transform: translateX(-50%) scale(0.65);
  }
}
@media only screen and (max-width: 900px) {
  .hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
    transform: translateX(-50%) scale(0.6);
  }
}
@media only screen and (max-width : 768px) {
  .hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
    transform: translateX(-50%) scale(0.8);
  }
}
@media only screen and (max-width : 640px) {
  .hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
    transform: translateX(-50%) scale(0.75);
  }
}
@media only screen and (max-width : 525px) {
  .hitos .box-slider .swiper-slide .slide-content .info .infor .play_mini {
    transform: translateX(-50%) scale(0.9);
  }
}
.hitos .box-slider .swiper-slide .slide-content .info .infor .textos {
  color: white;
  position: absolute;
  bottom: 9%;
  left: 5%;
}
.hitos .box-slider .swiper-slide .slide-content .info .infor .textos h3 {
  font-family: LaLigaRegular;
  text-transform: uppercase;
}
.hitos .box-slider .swiper-slide .slide-content .info .infor .textos p {
  font-family: LaLigaHeadlineBold;
  margin-top: calc(10px + 0.35vw);
  text-transform: uppercase;
}

.badges {
  font-family: LaLigaRegular;
}
.badges .badge {
  border-radius: 4px;
  padding: 3px 8px;
  color: black;
}
.badges .badge.badge-purple {
  border-radius: 4px;
  padding: 2px 8px;
  background-color: #C30080;
  color: #FFFFFF;
}

.paraquesirve {
  position: relative;
  margin: 0 auto;
  background-color: #060606;
  min-height: unset;
  padding-bottom: calc(20px + 2vw);
}
.paraquesirve .wrapper {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.paraquesirve .cabecera {
  margin: 0 3vw 4vw 0vw;
  padding-top: calc(35px + 0.1vw);
  margin-bottom: calc(35px + 2.5vw);
}
@media only screen and (max-width: 1720px) {
  .paraquesirve .cabecera {
    margin: 0 3.5vw 4.5vw 0vw;
  }
}
@media only screen and (max-width: 1550px) {
  .paraquesirve .cabecera {
    margin: 0 4vw 5vw 0vw;
  }
}
@media only screen and (max-width: 1448px) {
  .paraquesirve .cabecera {
    margin: 0 4.5vw 5.5vw 0vw;
  }
}
@media only screen and (max-width: 1248px) {
  .paraquesirve .cabecera {
    margin: 0 5vw 6vw 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  .paraquesirve .cabecera {
    margin: 0 5.5vw 6.5vw 0vw;
  }
}
@media only screen and (max-width: 900px) {
  .paraquesirve .cabecera {
    margin: 0 6vw 7vw 0vw;
  }
}
@media only screen and (max-width : 768px) {
  .paraquesirve .cabecera {
    margin: 0 0 10vw 0vw;
  }
}
.paraquesirve .cabecera h2 {
  transform: translateY(95%);
  opacity: 0;
  text-align: left;
  color: white;
  font-family: LaLigaHeadlineBold;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: calc(10px + 0.3vw);
}
@media only screen and (max-width : 525px) {
  .paraquesirve .cabecera h2 {
    margin-top: calc(5px + 0.5vw);
    margin-bottom: calc(15px + 1vw);
  }
}
@media only screen and (max-width : 525px) {
  .paraquesirve .cabecera .oculbr {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .paraquesirve {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .paraquesirve {
    padding-bottom: calc(20px + 6vw);
  }
}
.paraquesirve .container {
  align-self: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-bottom: calc(30px + 0.5vw);
}
.paraquesirve .row {
  display: flex;
  flex-direction: row;
}
.paraquesirve .col {
  display: flex;
  flex-direction: column;
}
.paraquesirve .container .card-evaluar {
  transform: translateY(20%);
  opacity: 0;
}
.paraquesirve .container .card-impactar {
  transform: translateY(20%);
  opacity: 0;
}
.paraquesirve .container .card-educar {
  transform: translateY(20%);
  opacity: 0;
}
.paraquesirve .container .card-incluir {
  transform: translateY(20%);
  opacity: 0;
}
.paraquesirve .container .section-title {
  color: #ffffff;
  text-align: center;
  font-family: LaLigaHeadlineBold;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  max-width: 310px;
  margin: 0 auto 35px;
}
.paraquesirve .container .row {
  justify-content: space-between;
  align-items: stretch;
}
.paraquesirve .container .row .col {
  align-items: center;
  width: 32%;
  position: relative;
}
.paraquesirve .container .row .col > div {
  flex-grow: 1;
}
.paraquesirve .container .row .col:nth-child(2) {
  top: 0;
}
.paraquesirve .container .row .col:nth-child(2) .card:first-child {
  margin-bottom: 28px;
}
.paraquesirve .container .row .col:first-child .card, .paraquesirve .container .row .col:last-child .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.paraquesirve .container .row .col .card {
  border-radius: 18px;
  background: #1D1D1D;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.paraquesirve .container .row .col .card .card-title {
  color: #ffffff;
  font-family: "LaLigaRegular";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-top: 32px;
  margin-left: 24px;
  margin-bottom: 16px;
}
.paraquesirve .container .row .col .card .card-text {
  color: #ffffff;
  font-family: "LaLigaRegular";
  font-size: 16px;
  font-style: normal;
  font-weight: lighter;
  line-height: 160%;
  margin: 0 24px 16px;
}
.paraquesirve .container .row .col .card .card-image {
  width: 100%;
}
.paraquesirve .container .row .col .card .card-image > img {
  width: 100%;
  height: auto;
  top: 4px;
  position: relative;
}
.paraquesirve .container .row .col .card.card-impactar {
  width: 100%;
}
.paraquesirve .container .row .col .card.card-impactar .row .col {
  align-items: start;
  max-width: 215px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
}
.paraquesirve .container .row .col .card.card-impactar .row .card-image {
  max-width: 170px;
  position: relative;
  left: -12px;
}
@media only screen and (max-width: 768px) {
  .paraquesirve .container .section-title {
    font-size: 32px;
    margin: 0 0 24px;
    text-align: left;
  }
  .paraquesirve .container .row {
    flex-direction: column;
  }
  .paraquesirve .container .row .col {
    width: 100%;
    top: 0;
  }
  .paraquesirve .container .row .col .card {
    margin-bottom: 16px;
  }
  .paraquesirve .container .row .col .card .card-title {
    font-size: 18px;
  }
  .paraquesirve .container .row .col .card.card-impactar .row .col {
    width: 100%;
    max-width: 100%;
  }
  .paraquesirve .container .row .col .card.card-impactar .row .card-image {
    display: none;
  }
  .paraquesirve .container .row .col:nth-child(2) .card:first-child {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .paraquesirve .container .row {
    flex-direction: column;
  }
  .paraquesirve .container .row .col {
    width: 100%;
  }
}

.animaaccion {
  position: relative;
  margin: 0 auto;
  background-color: white;
  padding-top: calc(20px + 2vw);
  padding-bottom: calc(20px + 2vw);
}
.animaaccion .wrapper {
  border: 2px white dotted;
}
.animaaccion .wrapper .modulo_dos {
  margin-top: 1.5vw;
}
.animaaccion .foto {
  transform: translateY(20%);
  opacity: 0;
  width: 100%;
}
.animaaccion .foto img {
  width: 100%;
}
.animaaccion .texto {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.animaaccion .texto .txt {
  display: flex;
  margin: 0vw 5vw 0vw;
  flex-direction: column;
}
@media only screen and (max-width : 768px) {
  .animaaccion .texto .txt {
    margin: 3vw 5vw 0vw;
  }
}
@media only screen and (max-width : 640px) {
  .animaaccion .texto .txt {
    margin: 4vw 5vw 0vw;
  }
}
@media only screen and (max-width : 525px) {
  .animaaccion .texto .txt {
    margin: 5vw 5vw 0vw;
  }
}
.animaaccion .texto .txt h2 {
  transform: translateY(50%);
  opacity: 0;
  text-align: left;
  text-transform: uppercase;
  color: #060606;
  font-family: LaLigaHeadlineBold;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: calc(10px + 0.3vw);
}
.animaaccion .texto .txt p {
  transform: translateY(50%);
  opacity: 0;
  font-family: LaLigaLight;
  margin-top: calc(10px + 0.3vw);
}
.animaaccion .texto .txt .descubre {
  transform: translateY(50%);
  opacity: 0;
  background-color: #FF4b44;
  padding: 15px 30px;
  font-family: LaLigaLight;
  margin-top: calc(20px + 0.5vw);
  width: fit-content;
  color: white;
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
  .animaaccion .texto .txt .descubre {
    margin-top: calc(20px + 1.3vw);
  }
}
@media only screen and (max-width : 640px) {
  .animaaccion .texto .txt .descubre {
    margin-top: calc(20px + 2vw);
  }
}
@media only screen and (max-width : 525px) {
  .animaaccion .texto .txt .descubre {
    margin-top: calc(20px + 2.5vw);
  }
}
.animaaccion .texto .txt .descubre a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1024px) {
  .animaaccion {
    padding-top: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .animaaccion {
    padding-top: calc(20px + 6vw);
  }
}
@media only screen and (max-width: 1024px) {
  .animaaccion {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .animaaccion {
    padding-bottom: calc(20px + 6vw);
  }
}

.navfooter {
  background-color: #1D1D1D;
  color: white;
  position: relative;
  padding-top: 100px;
}
.navfooter:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 50px, #1D1D1D 50px, #1D1D1D 100%);
}
.navfooter:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.5) 55%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.navfooter .wrapper {
  transform: translateY(20%);
  opacity: 0;
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.navfooter .options-nav-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
}
.navfooter .options-nav-footer > div {
  margin: 0 30px;
}
.navfooter .options-nav-footer > div img {
  max-height: 100px;
}
@media only screen and (max-width : 768px) {
  .navfooter .options-nav-footer {
    flex-direction: column;
    align-items: center;
    margin: 0 0 0px 0;
  }
  .navfooter .options-nav-footer > div {
    margin: 0 0 30px;
  }
}
.navfooter .options-nav-footer p {
  font-family: "LaLigaRegular";
  line-height: 1.2;
  max-width: 500px;
  width: 80%;
  text-align: center;
}
.navfooter .options-nav-footer p strong {
  font-weight: 700;
  font-family: "LaLigaRegularBold";
}
.navfooter .laliga-icon:before {
  display: block;
  content: url("data:image/svg+xml, %3Csvg%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20107%2025%27%20fill=%27none%27%3E%3Cpath%20d=%27M84.7499%2015.9091V17.0455C84.7499%2021.3068%2081.0567%2025%2076.7954%2025H74.5227C73.6704%2025%2072.534%2024.7159%2071.6817%2024.4318C68.5567%2023.2955%2066.5681%2020.4545%2066.5681%2017.0455V7.95454C66.5681%207.67045%2066.5681%207.38636%2066.5681%207.10227C66.8522%203.97727%2068.8408%201.42045%2071.6817%200.568182C72.534%200.284091%2073.3863%200%2074.5227%200H76.7954C80.7727%200%2084.1817%203.125%2084.7499%207.10227H79.6363V6.53409C79.6363%205.68182%2078.784%204.82955%2077.9317%204.82955H73.3863C72.534%204.82955%2071.6817%205.68182%2071.6817%206.53409V18.4659C71.6817%2019.3182%2072.534%2020.1705%2073.3863%2020.1705H77.9317C78.784%2020.1705%2079.6363%2019.3182%2079.6363%2018.4659V15.3409H75.3749V10.2273H81.3408L83.6136%2012.5C84.1817%2013.6364%2084.7499%2014.7727%2084.7499%2015.9091Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M102.079%207.10227L100.659%201.70455C100.375%200.852273%2099.5227%200%2098.3863%200H92.4204L90.7158%207.10227L86.7386%2022.4432C86.7386%2022.7273%2086.7386%2023.0114%2086.7386%2023.5795V25H91.284L92.1363%2021.3068L99.8067%2017.6136L101.795%2025H106.057V22.4432L102.079%207.10227ZM93.2727%2016.1932L95.5454%207.10227L96.3977%204.26136L97.2499%207.10227L99.5227%2016.1932H93.2727Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M33.6136%207.10227L32.1932%201.70455C31.9091%200.852273%2031.0568%200%2029.9205%200H23.9546L21.9659%207.10227L18.2727%2022.4432C17.9886%2022.7273%2017.9886%2023.0114%2017.9886%2023.2955V24.7159H22.5341L23.6705%2021.0227L31.3409%2017.3295L33.3296%2024.7159H37.5909V22.4432L33.6136%207.10227ZM24.8068%2016.1932L27.0796%207.10227L27.9318%204.26136L28.7841%207.10227L31.0568%2016.1932H24.8068Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M62.875%200H57.7614V24.7159H62.875V0Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M54.6365%2019.8864V25H42.9888L40.7161%2022.4432C40.432%2021.875%2040.1479%2021.3068%2040.1479%2020.7386V0H45.2615V19.8864H54.6365Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M15.4319%2019.8864V25H3.78418L1.51145%2022.1591C1.22736%2021.875%200.943268%2021.3068%200.943268%2020.7386V0H6.0569V19.8864H15.4319Z%27%20fill=%27white%27%2F%3E%3C%2Fsvg%3E ");
  width: 105px;
}

footer.footer {
  width: 100%;
  height: 100%;
  background-color: #1D1D1D;
  padding-top: 62px;
  padding-bottom: 42px;
  margin-top: -1px;
}
footer.footer .container {
  align-self: center;
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
}
footer.footer .container:first-child {
  position: relative;
}
footer.footer .container:first-child:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -32px;
}
@media (min-width: 768px) {
  footer.footer {
    padding-top: 62px;
    padding-bottom: 42px;
  }
}
footer.footer .anchor-text {
  font-family: "LaLigaLight";
  color: #fff;
  text-decoration: none;
}
footer.footer .anchor-text.title {
  font-size: 14px;
}
footer.footer .anchor-text.copyright {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  footer.footer .anchor-text.copyright {
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer.footer .anchor-text.copyright {
    font-size: 14px;
  }
}
footer.footer .anchor-text.privacy {
  font-size: 16px;
  line-height: 44px;
}
footer.footer .footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  footer.footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
footer.footer .footer-container .options-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: fit-content;
  width: 100%;
}
@media (min-width: 768px) {
  footer.footer .footer-container .options-container {
    align-items: start;
  }
}
footer.footer .footer-container .options-container:nth-child(1) {
  order: 3;
}
@media (min-width: 768px) {
  footer.footer .footer-container .options-container:nth-child(1) {
    order: 1;
  }
}
footer.footer .footer-container .options-container:nth-child(2) {
  order: 2;
}
@media (min-width: 768px) {
  footer.footer .footer-container .options-container:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
footer.footer .footer-container .options-container:nth-child(3) {
  order: 2;
}
@media (min-width: 768px) {
  footer.footer .footer-container .options-container:nth-child(3) {
    order: 3;
  }
}
footer.footer .footer-container .options-container .laliga-icon {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  footer.footer .footer-container .options-container .laliga-icon {
    margin-bottom: 40px;
  }
}
footer.footer .footer-container .options-container .laliga-icon:before {
  display: block;
  content: url("data:image/svg+xml, %3Csvg%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20107%2025%27%20fill=%27none%27%3E%3Cpath%20d=%27M84.7499%2015.9091V17.0455C84.7499%2021.3068%2081.0567%2025%2076.7954%2025H74.5227C73.6704%2025%2072.534%2024.7159%2071.6817%2024.4318C68.5567%2023.2955%2066.5681%2020.4545%2066.5681%2017.0455V7.95454C66.5681%207.67045%2066.5681%207.38636%2066.5681%207.10227C66.8522%203.97727%2068.8408%201.42045%2071.6817%200.568182C72.534%200.284091%2073.3863%200%2074.5227%200H76.7954C80.7727%200%2084.1817%203.125%2084.7499%207.10227H79.6363V6.53409C79.6363%205.68182%2078.784%204.82955%2077.9317%204.82955H73.3863C72.534%204.82955%2071.6817%205.68182%2071.6817%206.53409V18.4659C71.6817%2019.3182%2072.534%2020.1705%2073.3863%2020.1705H77.9317C78.784%2020.1705%2079.6363%2019.3182%2079.6363%2018.4659V15.3409H75.3749V10.2273H81.3408L83.6136%2012.5C84.1817%2013.6364%2084.7499%2014.7727%2084.7499%2015.9091Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M102.079%207.10227L100.659%201.70455C100.375%200.852273%2099.5227%200%2098.3863%200H92.4204L90.7158%207.10227L86.7386%2022.4432C86.7386%2022.7273%2086.7386%2023.0114%2086.7386%2023.5795V25H91.284L92.1363%2021.3068L99.8067%2017.6136L101.795%2025H106.057V22.4432L102.079%207.10227ZM93.2727%2016.1932L95.5454%207.10227L96.3977%204.26136L97.2499%207.10227L99.5227%2016.1932H93.2727Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M33.6136%207.10227L32.1932%201.70455C31.9091%200.852273%2031.0568%200%2029.9205%200H23.9546L21.9659%207.10227L18.2727%2022.4432C17.9886%2022.7273%2017.9886%2023.0114%2017.9886%2023.2955V24.7159H22.5341L23.6705%2021.0227L31.3409%2017.3295L33.3296%2024.7159H37.5909V22.4432L33.6136%207.10227ZM24.8068%2016.1932L27.0796%207.10227L27.9318%204.26136L28.7841%207.10227L31.0568%2016.1932H24.8068Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M62.875%200H57.7614V24.7159H62.875V0Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M54.6365%2019.8864V25H42.9888L40.7161%2022.4432C40.432%2021.875%2040.1479%2021.3068%2040.1479%2020.7386V0H45.2615V19.8864H54.6365Z%27%20fill=%27white%27%2F%3E%3Cpath%20d=%27M15.4319%2019.8864V25H3.78418L1.51145%2022.1591C1.22736%2021.875%200.943268%2021.3068%200.943268%2020.7386V0H6.0569V19.8864H15.4319Z%27%20fill=%27white%27%2F%3E%3C%2Fsvg%3E ");
  width: 105px;
}
footer.footer .footer-container .options-container .tiktok-icon {
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: #000;
  border-radius: 100%;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  footer.footer .footer-container .options-container .tiktok-icon {
    margin-bottom: 0;
  }
}
footer.footer .footer-container .options-container .tiktok-icon:before {
  display: block;
  content: var(--svg-tiktok);
  width: 26px;
}
footer.footer .footer-container .options-container .tiktok-icon__desktop {
  display: none;
}
@media (min-width: 768px) {
  footer.footer .footer-container .options-container .tiktok-icon__desktop {
    display: flex;
  }
}
footer.footer .footer-container .options-container .tiktok-icon__mobile {
  display: flex;
}
@media (min-width: 768px) {
  footer.footer .footer-container .options-container .tiktok-icon__mobile {
    display: none;
  }
}
footer.footer .footer-container .options-container .groupm-icon {
  display: flex;
  max-width: 126px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 8px;
}
footer.footer .footer-container .options-container .groupm-icon img {
  width: 100%;
}
footer.footer .footer-container .options-container .sintesis-icon {
  display: flex;
  max-width: 135px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
}
footer.footer .footer-container .options-container .sintesis-icon img {
  width: 100%;
}
@media (min-width: 768px) {
  footer.footer .footer-container .options-container__copyright {
    justify-content: space-between;
  }
}
footer.footer .footer-container .social {
  display: inline-flex;
}
footer.footer .footer-container .social img {
  max-width: 40px;
  margin-right: 10px;
}
footer.footer .footer-container .social + p {
  color: white;
  font-family: "LaLigaLight";
  line-height: 1.2;
}
@media only screen and (max-width : 768px) {
  footer.footer .footer-container .social + p {
    text-align: center;
    padding-top: 20px;
  }
}

/*
    YOUTUBE CSS
*/
#youtube {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 156;
}

#iframeYU {
  width: 100%;
  height: 100%;
}

/*
    FIN YOUTUBE
*/
.modal-open-YT {
  overflow: hidden;
}
.modal-open-YT .modal-container-YT .modal-class-YT {
  display: flex;
}

.modal-container-YT {
  position: absolute;
  z-index: 2000;
}
.modal-container-YT .modal-class-YT {
  display: none;
  position: fixed;
  z-index: 1;
  /* padding-top: 30px; */
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-container-YT .modal-content-YT {
  background-color: #171717;
  margin: auto;
  padding: 0;
  position: relative;
  max-width: 1714px;
}
.modal-container-YT .modal-content-YT .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 18vw !important;
}
.modal-container-YT .modal-close-YT {
  color: #aaaaaa;
  position: absolute;
  right: 0px;
  top: -45px;
  max-width: 45px;
}
.modal-container-YT .modal-close-YT img {
  width: 45px;
}
.modal-container-YT .modal-close-YT:hover, .modal-container-YT .modal-close-YT:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.modal-container-YT .modal-content-body-YT {
  width: 100%;
  aspect-ratio: 9/16;
}
@media (max-width: 1024px) {
  .modal-container-YT .modal-content-YT {
    max-width: 800px;
  }
  .modal-container-YT .modal-content-YT .content {
    min-width: 30vw !important;
  }
}
@media (max-width: 768px) {
  .modal-container-YT .modal-content-YT {
    max-width: 542px;
  }
  .modal-container-YT .modal-content-YT .content {
    min-width: 40vw !important;
  }
}
@media (max-width: 500px) {
  .modal-container-YT .modal-content-YT .content {
    min-width: 75vw !important;
  }
}
@media (max-width: 425px) {
  .modal-container-YT div#modal-id-YT .modal-content-YT {
    min-width: 80vw !important;
  }
  .modal-container-YT .modal-close-YT {
    margin-right: 8px;
    margin-top: -3px;
  }
}

#videoINTRO {
  opacity: 0;
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 1080px;
  z-index: 2000;
}

.intro-close {
  position: absolute;
  color: #aaaaaa;
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.intro-close:hover,
.intro-close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/*.vjs-default-skin .vjs-progress-control,
.vjs-default-skin .vjs-time-controls,
.vjs-default-skin .vjs-time-divider,
.vjs-default-skin .vjs-captions-button,
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-control,
.vjs-default-skin .vjs-fullscreen-control {
    display: none;  
}*/
.vjs-default-skin .vjs-fullscreen-control {
  visibility: hidden;
  width: 0px;
}

.vjs-default-skin .vjs-big-play-button {
  display: none !important;
}

/*.vjs-default-skin .vjs-play-control::before {
  content: ">" !important;
}*/
@font-face {
  font-family: "VideoJS";
  src: url("https://vjs.zencdn.net/f/1/vjs.eot");
  src: url("https://vjs.zencdn.net/f/1/vjs.eot?#iefix") format("embedded-opentype"), url("https://vjs.zencdn.net/f/1/vjs.woff") format("woff"), url("https://vjs.zencdn.net/f/1/vjs.ttf") format("truetype");
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "\f103";
  font-family: "VideoJS";
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "\f107";
  font-family: "VideoJS";
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "\f101";
  font-family: "VideoJS";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
  font-family: "VideoJS";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108";
  font-family: "VideoJS";
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
