@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: "SourceSans";
  src: url(fonts/Poppins-Light.woff2) format("woff2"), url(fonts/Poppins-Light.woff) format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "poppinsBold";
  src: url(fonts/Poppins-Bold.woff2) format("woff2"), url(fonts/Poppins-Bold.woff) format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "SourceSerifRegular";
  src: url(fonts/Poppins-Regular.woff2) format("woff2"), url(fonts/Poppins-Regular.woff) format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "SourceSerif";
  src: url(fonts/Prata-Regular.woff2) format("woff2"), url(fonts/Prata-Regular.woff) format("woff");
  font-weight: 200;
}
* {
  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;
  background-color: ivory;
}

/*
  container emergap
*/
#container {
  position: relative;
  min-height: 92vh;
  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.9vw;
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 1024px) {
  .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));
  }
}
@media only screen and (max-width: 1248px) {
  .modulo_tres {
    gap: 1.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .modulo_tres {
    gap: 1.5vw;
  }
}
@media only screen and (max-width: 900px) {
  .modulo_tres {
    gap: 1.8vw;
  }
}
@media only screen and (max-width : 768px) {
  .modulo_tres {
    gap: 2.1vw;
  }
}
@media only screen and (max-width : 640px) {
  .modulo_tres {
    gap: 2.5vw;
  }
}
@media only screen and (max-width : 525px) {
  .modulo_tres {
    gap: 2.8vw;
  }
}

.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 */
.pFfontSizeMinimun {
  font-size: 0.625vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizeMinimun {
    font-size: 0.625vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizeMinimun {
    font-size: 0.7291666667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizeMinimun {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizeMinimun {
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizeMinimun {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizeMinimun {
    font-size: 1.1458333333vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizeMinimun {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizeMinimun {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizeMinimun {
    font-size: 2.34375vw;
  }
}

.pFfontSize {
  font-size: 0.7291666667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSize {
    font-size: 0.78125vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSize {
    font-size: 0.8854166667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSize {
    font-size: 0.9895833333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSize {
    font-size: 1.09375vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSize {
    font-size: 1.1979166667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSize {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSize {
    font-size: 2.2135416667vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSize {
    font-size: 2.4739583333vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSize {
    font-size: 2.734375vw;
  }
}

.pFfontSizeMid {
  font-size: 0.8854166667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizeMid {
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizeMid {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizeMid {
    font-size: 1.1458333333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizeMid {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizeMid {
    font-size: 1.3541666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizeMid {
    font-size: 1.4583333333vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizeMid {
    font-size: 2.4739583333vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizeMid {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizeMid {
    font-size: 2.734375vw;
  }
}

.pFfontSizeBig {
  font-size: 1.8229166667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizeBig {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizeBig {
    font-size: 2.03125vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizeBig {
    font-size: 2.1354166667vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizeBig {
    font-size: 2.2395833333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizeBig {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizeBig {
    font-size: 2.4479166667vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizeBig {
    font-size: 5.3385416667vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizeBig {
    font-size: 5.5989583333vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizeBig {
    font-size: 5.859375vw;
  }
}

.header {
  position: fixed;
  z-index: 1002;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
  padding-top: calc(5px + 0.5vw);
  padding-bottom: calc(10px + 0.5vw);
}
.header .logo {
  display: flex;
}
.header .logo .logo1 {
  cursor: pointer;
  display: flex;
  width: 100px;
  aspect-ratio: 58/27;
  align-content: center;
  align-items: center;
}
.header .logo .logo1 img {
  width: 130%;
}
.header .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #545D61;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.header .menu .hamburguesa {
  align-items: center;
  position: relative;
  top: 15px;
  /*@media only screen and (max-width : 768px) {
      display: flex;
  }*/
}
.header .menu .hamburguesa .burger {
  display: inline-block;
  width: 24px;
  height: 16px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.header .menu .hamburguesa .burger span {
  z-index: 102;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background: #E6E3D0;
  transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
  transform-origin: 0px 100%;
}
.header .menu .hamburguesa .burger span:nth-child(1) {
  top: 0;
}
.header .menu .hamburguesa .burger span:nth-child(2) {
  top: 6px;
}
.header .menu .hamburguesa .burger span:nth-child(3) {
  top: 12px;
}
@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);
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    padding-bottom: calc(10px + 1.5vw);
  }
}
@media only screen and (max-width : 525px) {
  .header {
    padding-bottom: calc(10px + 2vw);
  }
}

.header.scrolled {
  background-color: #1F2A44; /* o el color que quieras */
}

.menu_mobile {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  width: 100%;
  background-color: #1F2A44;
  height: 100%;
  top: 0px;
  text-align: center;
  color: #545D61;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-top: calc(45px + 2vw);
}
@media only screen and (max-width: 1024px) {
  .menu_mobile {
    padding-top: calc(45px + 2vw);
  }
}
@media only screen and (max-width: 900px) {
  .menu_mobile {
    padding-top: calc(45px + 3vw);
  }
}
@media only screen and (max-width : 768px) {
  .menu_mobile {
    padding-top: calc(45px + 3.5vw);
  }
}
@media only screen and (max-width : 640px) {
  .menu_mobile {
    padding-top: calc(45px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .menu_mobile {
    padding-top: calc(45px + 4.5vw);
  }
}
.menu_mobile .wrapper {
  min-height: 88vh;
}
.menu_mobile .wrapper .container {
  width: 100%;
  display: flex;
  height: 88vh;
  flex-direction: column;
  justify-content: space-between;
}
.menu_mobile .wrapper .fila-1 {
  display: flex;
}
.menu_mobile .wrapper .columna-izquierda {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: 40%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .menu_mobile .wrapper .columna-izquierda {
    width: 100%;
  }
}
.menu_mobile .wrapper .columna-izquierda ul {
  list-style: none;
  margin: 5vw 0 9vw;
}
@media only screen and (max-width: 1024px) {
  .menu_mobile .wrapper .columna-izquierda ul {
    margin: 5.5vw 0 9.5vw;
  }
}
@media only screen and (max-width: 900px) {
  .menu_mobile .wrapper .columna-izquierda ul {
    margin: 6vw 0 10vw;
  }
}
@media only screen and (max-width : 768px) {
  .menu_mobile .wrapper .columna-izquierda ul {
    margin: 10vw 0 10.5vw;
  }
}
@media only screen and (max-width : 640px) {
  .menu_mobile .wrapper .columna-izquierda ul {
    margin: 12vw 0 11.5vw;
  }
}
@media only screen and (max-width : 525px) {
  .menu_mobile .wrapper .columna-izquierda ul {
    margin: 14vw 0 12.5vw;
  }
}
.menu_mobile .wrapper .columna-izquierda ul li {
  cursor: pointer;
  font-family: SourceSerif;
  color: #E6E3D0;
  font-weight: 200;
  margin: 1.2vw 0 1.2vw;
}
.menu_mobile .wrapper .columna-izquierda ul li a {
  color: #E6E3D0 !important;
  text-decoration: none;
}
@media only screen and (max-width : 768px) {
  .menu_mobile .wrapper .columna-izquierda ul li {
    margin: 2.2vw 0 2.2vw;
  }
}
@media only screen and (max-width : 640px) {
  .menu_mobile .wrapper .columna-izquierda ul li {
    margin: 3vw 0 3vw;
  }
}
@media only screen and (max-width : 525px) {
  .menu_mobile .wrapper .columna-izquierda ul li {
    margin: 3.5vw 0 3.5vw;
  }
}
.menu_mobile .wrapper .columna-izquierda .idiomas {
  display: flex;
  font-family: SourceSans;
  font-weight: 200;
  margin-top: calc(20px + 0.5vw);
  color: #E6E3D0;
  /*div:hover {
      font-weight: 600 !important;
  }*/
}
.menu_mobile .wrapper .columna-izquierda .idiomas div {
  margin: 1px 5px 0;
  cursor: pointer;
}
.menu_mobile .wrapper .columna-izquierda .idiomas div .en:hover {
  font-weight: 600 !important;
  color: inherit;
  text-decoration: none;
}
.menu_mobile .wrapper .columna-izquierda .idiomas div .es:hover {
  font-weight: 600 !important;
  color: inherit;
  text-decoration: none;
}
.menu_mobile .wrapper .columna-izquierda .idiomas div .es {
  color: inherit;
  text-decoration: none;
}
.menu_mobile .wrapper .columna-izquierda .idiomas div .en {
  color: inherit;
  text-decoration: none;
}
.menu_mobile .wrapper .columna-derecha {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  text-align: left;
  margin-top: 5.5vw;
  width: 60%;
  padding: 10px;
  color: #E6E3D0;
}
.menu_mobile .wrapper .columna-derecha h4 {
  font-family: SourceSans;
  font-weight: 200;
  margin-bottom: calc(5px + 0.35vw);
  line-height: 1.1;
  letter-spacing: 0px;
}
.menu_mobile .wrapper .columna-derecha h2 {
  line-height: 1.2;
  font-family: SourceSerif;
  font-weight: 500;
  margin-bottom: calc(5px + 0.35vw);
  letter-spacing: 0px;
}
.menu_mobile .wrapper .columna-derecha p {
  font-family: SourceSans;
  font-weight: 200;
  margin-bottom: calc(10px + 0.5vw);
  line-height: 1.2;
  letter-spacing: 0px;
}
.menu_mobile .wrapper .columna-derecha .varios {
  display: flex;
  font-family: SourceSans;
  font-weight: 200;
  margin-bottom: calc(15px + 0.25vw);
  align-items: center;
  letter-spacing: 0px;
}
.menu_mobile .wrapper .columna-derecha .varios img {
  max-width: 18px;
  margin-right: 10px;
}
.menu_mobile .wrapper .columna-derecha .varios .rrssicos {
  max-width: 28px;
}
@media only screen and (max-width : 768px) {
  .menu_mobile .wrapper .columna-derecha {
    display: none;
  }
}
.menu_mobile .wrapper .fila-2 {
  width: 100%;
  padding: 10px 0 10px;
  margin-top: 10px;
  font-family: SourceSans;
  color: #E6E3D0;
  font-weight: 200;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  letter-spacing: 0px;
}
.menu_mobile .wrapper .fila-2 .copyright {
  cursor: auto !important;
}
@media only screen and (max-width : 768px) {
  .menu_mobile .wrapper .fila-2 .copyright {
    order: 2;
    flex-basis: 100%;
    text-align: left;
  }
  .menu_mobile .wrapper .fila-2 .item:nth-child(2),
  .menu_mobile .wrapper .fila-2 .item:nth-child(3),
  .menu_mobile .wrapper .fila-2 .item:nth-child(4) {
    order: 1;
  }
}
.menu_mobile .wrapper .fila-2 div {
  flex: 0 0 auto;
  width: fit-content;
  margin-right: 25px;
  cursor: pointer;
}
.menu_mobile .wrapper .fila-2 div a {
  text-decoration: none;
  color: inherit;
}
.menu_mobile .opc_m {
  margin: 3vw 0;
  cursor: pointer;
}
@media only screen and (max-width : 525px) {
  .menu_mobile .opc_m {
    margin: 6vw 0;
  }
}
@media only screen and (max-width : 525px) {
  .menu_mobile .opc_m {
    font-size: 3.90625vw;
  }
}
.menu_mobile .opc_m a {
  color: #E6E3D0 !important;
  text-decoration: none;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  margin-bottom: -2px;
  transform: scaleX(0);
  height: 1.5px;
  opacity: 0.85;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after {
  transform-origin: bottom center;
}

.hover-underline-animation.right::after {
  transform-origin: bottom left;
}

.hover-underline-animation.right:hover::after {
  transform-origin: bottom right;
}

.cabeceraBanner {
  position: relative;
  overflow: hidden;
  margin-bottom: calc(20px + 0.5vw);
  padding-bottom: calc(20px + 2vw);
}
.cabeceraBanner .introvideo {
  /*position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1000;
  overflow: hidden;
}
.cabeceraBanner .introvideo video {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.cabeceraBanner .wrapper {
  margin: 110px auto 0;
  min-height: 82vh;
}
.cabeceraBanner .wrapper .informacion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70vh;
  align-self: center;
  color: #E6E3D0;
}
.cabeceraBanner .wrapper .informacion h1 {
  line-height: 1.2;
  font-family: SourceSerif;
  font-weight: 500;
  margin-bottom: calc(10px + 0.5vw);
  transform: scale(1.2);
  letter-spacing: -0.8px;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .cabeceraBanner .wrapper .informacion h1 {
    transform: scale(1);
  }
}
.cabeceraBanner .wrapper .informacion p {
  font-family: SourceSans;
  font-weight: 200;
  margin-bottom: calc(10px + 0.5vw);
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .cabeceraBanner .wrapper .informacion p .nobr {
    display: none;
  }
}
.cabeceraBanner .wrapper .informacion .boton {
  display: none;
  font-family: SourceSans !important;
  padding: 10px 10px;
  border: 1px solid white;
  width: fit-content;
  cursor: pointer;
}
.cabeceraBanner .wrapper .informacion .boton a {
  text-decoration: none;
  color: inherit;
}
.cabeceraBanner .wrapper .informacion .boton:hover {
  /*background-color: white;
  color: #253746;*/
  /*background-color: #253746;
  color: white;*/
  background-color: #D1DDE6;
  color: #253746;
  border: 1px solid #D1DDE6;
}
@media only screen and (max-width : 768px) {
  .cabeceraBanner .wrapper .informacion h1 {
    margin-bottom: calc(10px + 2.5vw);
  }
  .cabeceraBanner .wrapper .informacion p {
    margin-bottom: calc(10px + 2.5vw);
  }
  .cabeceraBanner .wrapper .informacion .outbr {
    max-width: 80%;
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cabeceraBanner {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .cabeceraBanner {
    padding-bottom: calc(20px + 6vw);
  }
}

.empowering {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(20px + 2vw);
}
.empowering .modulo_dos {
  margin-top: 10px !important;
}
.empowering .foto {
  width: 100%;
}
.empowering .foto img {
  width: 100%;
}
.empowering .cabecera {
  display: flex;
  margin: 0.1vw 5vw 1vw 0vw;
  flex-direction: column;
}
@media only screen and (max-width: 1720px) {
  .empowering .cabecera {
    margin: 2.8vw 4.5vw 1vw 0vw;
  }
}
@media only screen and (max-width: 1550px) {
  .empowering .cabecera {
    margin: 2.5vw 4vw 1vw 0vw;
  }
}
@media only screen and (max-width: 1448px) {
  .empowering .cabecera {
    margin: 2.3vw 3.5vw 1vw 0vw;
  }
}
@media only screen and (max-width: 1248px) {
  .empowering .cabecera {
    margin: 2.1vw 3vw 1vw 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  .empowering .cabecera {
    margin: 1.9vw 2.5vw 1vw 0vw;
  }
}
@media only screen and (max-width: 900px) {
  .empowering .cabecera {
    margin: 1vw 2vw 1vw 0vw;
  }
}
@media only screen and (max-width : 768px) {
  .empowering .cabecera {
    margin: 2.2vw 0vw 2.2vw 0vw;
  }
}
@media only screen and (max-width : 640px) {
  .empowering .cabecera {
    margin: 3vw 0vw 3vw 0vw;
  }
}
@media only screen and (max-width : 525px) {
  .empowering .cabecera {
    margin: 4vw 0vw 4vw 0vw;
  }
}
.empowering .cabecera h4 {
  color: #1f2a44;
  font-family: SourceSans;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  opacity: 0.6;
  /*text-transform: uppercase;*/
  margin-bottom: calc(10px + 0.3vw);
}
.empowering .cabecera h1 {
  color: #1f2a44;
  font-family: SourceSerif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  letter-spacing: -0.8px;
  margin-bottom: calc(10px + 0.3vw);
}
.empowering .cabecera p {
  color: #1f2a44;
  font-family: SourceSans;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1024px) {
  .empowering {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .empowering {
    padding-bottom: calc(20px + 6vw);
  }
}

.infrastructure {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(20px + 2vw);
}
.infrastructure .modulo_dos {
  margin-top: 10px !important;
}
@media only screen and (max-width : 768px) {
  .infrastructure .modulo_dos .mini:nth-child(1) {
    order: 2;
  }
  .infrastructure .modulo_dos .mini:nth-child(2) {
    order: 1;
  }
}
.infrastructure .foto {
  width: 100%;
}
.infrastructure .foto img {
  width: 100%;
}
.infrastructure .cabecera {
  display: flex;
  margin: 0.1vw 0vw 1vw 5vw;
  flex-direction: column;
}
@media only screen and (max-width: 1720px) {
  .infrastructure .cabecera {
    margin: 2.8vw 0vw 1vw 4.5vw;
  }
}
@media only screen and (max-width: 1550px) {
  .infrastructure .cabecera {
    margin: 2.5vw 0vw 1vw 4vw;
  }
}
@media only screen and (max-width: 1448px) {
  .infrastructure .cabecera {
    margin: 2.3vw 0vw 1vw 3.5vw;
  }
}
@media only screen and (max-width: 1248px) {
  .infrastructure .cabecera {
    margin: 2.1vw 0vw 1vw 3vw;
  }
}
@media only screen and (max-width: 1024px) {
  .infrastructure .cabecera {
    margin: 1.9vw 0vw 1vw 2.5vw;
  }
}
@media only screen and (max-width: 900px) {
  .infrastructure .cabecera {
    margin: 1vw 0vw 1vw 2vw;
  }
}
@media only screen and (max-width : 768px) {
  .infrastructure .cabecera {
    margin: 2.2vw 0vw 2.2vw 0vw;
  }
}
@media only screen and (max-width : 640px) {
  .infrastructure .cabecera {
    margin: 3vw 0vw 3vw 0vw;
  }
}
@media only screen and (max-width : 525px) {
  .infrastructure .cabecera {
    margin: 4vw 0vw 4vw 0vw;
  }
}
.infrastructure .cabecera h4 {
  color: #1f2a44;
  font-family: SourceSans;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  opacity: 0.6;
  /*text-transform: uppercase;*/
  margin-bottom: calc(10px + 0.3vw);
}
.infrastructure .cabecera h1 {
  color: #1f2a44;
  font-family: SourceSerif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  letter-spacing: -0.8px;
  margin-bottom: calc(10px + 0.3vw);
}
.infrastructure .cabecera p {
  color: #1f2a44;
  font-family: SourceSans;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1024px) {
  .infrastructure {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .infrastructure {
    padding-bottom: calc(20px + 6vw);
  }
}

.servicios {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(20px + 2vw);
}
.servicios .wrapper {
  display: flex;
}
@media only screen and (max-width : 768px) {
  .servicios .wrapper {
    flex-direction: column;
  }
}
.servicios .left {
  width: 45%;
}
@media only screen and (max-width : 768px) {
  .servicios .left {
    width: 100%;
  }
}
.servicios .right {
  width: 55%;
}
@media only screen and (max-width : 768px) {
  .servicios .right {
    width: 100%;
  }
}
.servicios .right .foto {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1720px) {
  .servicios .right .foto {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 1550px) {
  .servicios .right .foto {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 1448px) {
  .servicios .right .foto {
    aspect-ratio: 1/1.2;
  }
}
@media only screen and (max-width: 1248px) {
  .servicios .right .foto {
    aspect-ratio: 1/1.25;
  }
}
@media only screen and (max-width: 1024px) {
  .servicios .right .foto {
    aspect-ratio: 1/1.3;
  }
}
@media only screen and (max-width: 900px) {
  .servicios .right .foto {
    aspect-ratio: 1/1.55;
  }
}
@media only screen and (max-width : 768px) {
  .servicios .right .foto {
    aspect-ratio: 1/1;
  }
}
.servicios .cabecera {
  display: flex;
  margin: 0.1vw 5vw 1vw 0vw;
  flex-direction: column;
}
@media only screen and (max-width: 1720px) {
  .servicios .cabecera {
    margin: 2.8vw 4.5vw 1vw 0vw;
  }
}
@media only screen and (max-width: 1550px) {
  .servicios .cabecera {
    margin: 2.5vw 4vw 1vw 0vw;
  }
}
@media only screen and (max-width: 1448px) {
  .servicios .cabecera {
    margin: 2.3vw 3.5vw 1vw 0vw;
  }
}
@media only screen and (max-width: 1248px) {
  .servicios .cabecera {
    margin: 2.1vw 3vw 1vw 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  .servicios .cabecera {
    margin: 1.9vw 2.5vw 1vw 0vw;
  }
}
@media only screen and (max-width: 900px) {
  .servicios .cabecera {
    margin: 1vw 2vw 1vw 0vw;
  }
}
@media only screen and (max-width : 768px) {
  .servicios .cabecera {
    margin: 2.2vw 0vw 2.2vw 0vw;
  }
}
@media only screen and (max-width : 640px) {
  .servicios .cabecera {
    margin: 3vw 0vw 3vw 0vw;
  }
}
@media only screen and (max-width : 525px) {
  .servicios .cabecera {
    margin: 4vw 0vw 4vw 0vw;
  }
}
.servicios .cabecera h4 {
  color: #1f2a44;
  font-family: SourceSans;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  opacity: 0.6;
  /*text-transform: uppercase;*/
  margin-bottom: calc(10px + 0.3vw);
}
.servicios .cabecera h1 {
  color: #1f2a44;
  font-family: SourceSerif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  letter-spacing: -0.8px;
  margin-bottom: calc(10px + 0.3vw);
}
.servicios .cabecera p {
  color: #1f2a44;
  font-family: SourceSans;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  margin-bottom: calc(10px + 0.3vw);
}
.servicios .cabecera .lista {
  align-self: flex-end;
  width: 88%;
  height: 100%;
}
@media only screen and (max-width : 768px) {
  .servicios .cabecera .lista {
    width: 100%;
  }
}
.servicios .cabecera .lista .cuadricula {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.servicios .cabecera .lista .lineas-svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.servicios .cabecera .lista .pivote-linea {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 1vw;
}
.servicios .cabecera .lista .pivote-linea img {
  max-width: 15px;
  margin-top: 1.5px;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width : 525px) {
  .servicios .cabecera .lista .pivote-linea img {
    max-width: 11px;
    margin-top: 3.5px;
  }
}
.servicios .cabecera .lista .texto {
  flex: 1;
  color: #1f2a44;
  font-family: SourceSans;
  line-height: 1.4;
  font-style: normal;
}
.servicios .cabecera .lista .texto strong {
  font-weight: 600;
  font-family: poppinsBold !important;
}
@media only screen and (max-width: 1024px) {
  .servicios {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .servicios {
    padding-bottom: calc(20px + 6vw);
  }
}

.contact {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(20px + 2vw);
}
.contact .wrapper {
  display: flex;
}
@media only screen and (max-width : 768px) {
  .contact .wrapper {
    flex-direction: column;
  }
}
.contact .informacion {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 10px;
  color: #253746;
  /*@media only screen and (max-width : 768px) {
      display: none;
  }*/
}
@media only screen and (max-width : 768px) {
  .contact .informacion {
    width: 100%;
  }
}
.contact .informacion h4 {
  font-family: SourceSans;
  font-weight: 200;
  opacity: 0.4;
  margin-bottom: calc(5px + 0.35vw);
  line-height: 1.1;
}
.contact .informacion h2 {
  line-height: 1.2;
  font-family: SourceSerif;
  letter-spacing: -0.8px;
  font-weight: 500;
  margin-bottom: calc(5px + 0.35vw);
}
.contact .informacion p {
  font-family: SourceSans;
  font-weight: 200;
  margin-bottom: calc(10px + 0.5vw);
  line-height: 1.2;
  letter-spacing: 0px;
}
.contact .informacion .varios {
  display: flex;
  font-family: SourceSans;
  font-weight: 200;
  margin-bottom: calc(15px + 0.25vw);
  align-items: center;
  letter-spacing: 0.4px;
}
.contact .informacion .varios img {
  max-width: 18px;
  margin-right: 10px;
}
.contact .fila-2 {
  width: 100%;
  padding: 10px 0 10px;
  margin-top: 10px;
  font-family: SourceSerif;
  color: white;
  font-weight: 200;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact .fila-2 .copyright {
  cursor: auto !important;
}
@media only screen and (max-width : 768px) {
  .contact .fila-2 .copyright {
    order: 2;
    flex-basis: 100%;
    text-align: left;
  }
  .contact .fila-2 .item:nth-child(2),
  .contact .fila-2 .item:nth-child(3),
  .contact .fila-2 .item:nth-child(4) {
    order: 1;
  }
}
.contact .fila-2 div {
  flex: 0 0 auto;
  width: fit-content;
  margin-right: 25px;
  cursor: pointer;
}
.contact .fila-2 div a {
  text-decoration: none;
  color: inherit;
}
.contact .formulario {
  width: 50%;
  position: relative;
}
@media only screen and (max-width : 768px) {
  .contact .formulario {
    width: 100%;
  }
}
.contact .formulario .contact-form {
  width: 100%;
  margin: 2.5vw auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #253746;
  font-family: SourceSans;
  font-style: normal;
}
.contact .formulario .contact-form input, .contact .formulario .contact-form textarea {
  padding: 9px;
  border: 1px solid #253746; /* Borde azul */
  resize: vertical;
  color: #253746;
  font-family: SourceSans;
}
.contact .formulario .contact-form textarea {
  min-height: 100px;
}
.contact .formulario .checkbox {
  position: relative;
  padding-top: 1px;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
  letter-spacing: 0.4px;
}
.contact .formulario .checkbox a {
  text-decoration: underline;
  color: inherit;
}
.contact .formulario .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact .formulario .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #253746;
}
.contact .formulario .checkbox input:checked ~ .checkmark {
  background-color: #253746;
}
.contact .formulario .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.contact .formulario .checkbox input:checked ~ .checkmark::after {
  display: block;
  left: 4px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact .formulario .contact-form button {
  margin-top: calc(10px + 0.5vw);
  width: fit-content;
  padding: 7px 19px;
  background-color: transparent;
  color: white;
  border: 1px solid;
  color: #253746;
  font-family: SourceSans;
  font-style: normal;
  cursor: pointer;
}
.contact .formulario .contact-form button:hover {
  background-color: #253746;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .contact {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .contact {
    padding-bottom: calc(20px + 6vw);
  }
}

.bgActive {
  background-color: rgba(209, 221, 230, 0.8);
}

.legales {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(20px + 2vw);
}
.legales .wrapper h2 {
  color: #253746;
  font-family: SourceSerif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /*text-transform: uppercase;*/
  margin-bottom: calc(10px + 0.3vw);
  font-size: 1.1458333333vw;
}
@media only screen and (max-width: 1720px) {
  .legales .wrapper h2 {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1550px) {
  .legales .wrapper h2 {
    font-size: 1.3541666667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .legales .wrapper h2 {
    font-size: 1.4583333333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .legales .wrapper h2 {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 1024px) {
  .legales .wrapper h2 {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .legales .wrapper h2 {
    font-size: 1.7708333333vw;
  }
}
@media only screen and (max-width : 768px) {
  .legales .wrapper h2 {
    font-size: 2.8645833333vw;
  }
}
@media only screen and (max-width : 640px) {
  .legales .wrapper h2 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width : 525px) {
  .legales .wrapper h2 {
    font-size: 3.3854166667vw;
  }
}
.legales .wrapper h2:first-child {
  margin-top: 30px;
  transform-origin: left;
  transform: scale(1.5);
  margin-bottom: 20px;
}
.legales .wrapper p {
  color: #253746;
  font-family: SourceSans;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  margin: 0 auto;
  margin-bottom: calc(25px + 1.1vw);
}
.legales .wrapper p strong {
  font-weight: 700;
}
.legales .wrapper .noneMargin {
  margin: 0 0 calc(5px + 0.5vw) 0 !important;
}
.legales .wrapper p:last-child {
  margin-bottom: 5px;
}
.legales .wrapper ul {
  list-style-type: disc !important;
  margin-left: 20px;
  color: #253746;
  font-family: SourceSans;
  font-style: normal;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: calc(5px + 0.3vw);
}
.legales .wrapper ul strong {
  font-weight: 600;
}
.legales .wrapper ul li {
  margin-bottom: 7px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  font-size: 0.7291666667vw;
}
@media only screen and (max-width: 1720px) {
  .legales .wrapper ul li {
    font-size: 0.78125vw;
  }
}
@media only screen and (max-width: 1550px) {
  .legales .wrapper ul li {
    font-size: 0.8854166667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .legales .wrapper ul li {
    font-size: 0.9895833333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .legales .wrapper ul li {
    font-size: 1.09375vw;
  }
}
@media only screen and (max-width: 1024px) {
  .legales .wrapper ul li {
    font-size: 1.1979166667vw;
  }
}
@media only screen and (max-width: 900px) {
  .legales .wrapper ul li {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width : 768px) {
  .legales .wrapper ul li {
    font-size: 2.2135416667vw;
  }
}
@media only screen and (max-width : 640px) {
  .legales .wrapper ul li {
    font-size: 2.4739583333vw;
  }
}
@media only screen and (max-width : 525px) {
  .legales .wrapper ul li {
    font-size: 2.734375vw;
  }
}
.legales .wrapper ol {
  margin-left: 20px;
  color: #253746;
  font-family: SourceSans;
  font-style: normal;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: calc(5px + 0.3vw);
}
.legales .wrapper ol strong {
  font-weight: 600;
}
.legales .wrapper ol li {
  margin-bottom: 7px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  font-size: 0.7291666667vw;
}
@media only screen and (max-width: 1720px) {
  .legales .wrapper ol li {
    font-size: 0.78125vw;
  }
}
@media only screen and (max-width: 1550px) {
  .legales .wrapper ol li {
    font-size: 0.8854166667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .legales .wrapper ol li {
    font-size: 0.9895833333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .legales .wrapper ol li {
    font-size: 1.09375vw;
  }
}
@media only screen and (max-width: 1024px) {
  .legales .wrapper ol li {
    font-size: 1.1979166667vw;
  }
}
@media only screen and (max-width: 900px) {
  .legales .wrapper ol li {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width : 768px) {
  .legales .wrapper ol li {
    font-size: 2.2135416667vw;
  }
}
@media only screen and (max-width : 640px) {
  .legales .wrapper ol li {
    font-size: 2.4739583333vw;
  }
}
@media only screen and (max-width : 525px) {
  .legales .wrapper ol li {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 1024px) {
  .legales {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .legales {
    padding-bottom: calc(20px + 6vw);
  }
}

#faldon {
  display: none;
  z-index: 2000 !important;
  position: fixed;
  padding: 1.3rem 1.3rem;
  right: 1rem;
  bottom: 1rem;
  width: 100%;
  background-color: #F3F2ED;
  color: #1F2A44;
  z-index: 1;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
  font-family: SourceSans !important;
  line-height: 1.3 !important;
  max-width: 21vw;
}
@media only screen and (max-width: 1720px) {
  #faldon {
    max-width: 21vw;
  }
}
@media only screen and (max-width: 1550px) {
  #faldon {
    max-width: 26vw;
  }
}
@media only screen and (max-width: 1448px) {
  #faldon {
    max-width: 30vw;
  }
}
@media only screen and (max-width: 1248px) {
  #faldon {
    max-width: 33vw;
  }
}
@media only screen and (max-width: 1024px) {
  #faldon {
    max-width: 35vw;
  }
}
@media only screen and (max-width: 900px) {
  #faldon {
    max-width: 43vw;
  }
}
@media only screen and (max-width : 768px) {
  #faldon {
    max-width: 63vw;
  }
}
@media only screen and (max-width : 640px) {
  #faldon {
    max-width: 68vw;
  }
}
@media only screen and (max-width : 525px) {
  #faldon {
    max-width: 74vw;
  }
}
#faldon a {
  color: white !important;
}

#faldon .content_faldon {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#faldon .title_faldon {
  font-size: 22px;
  text-align: center;
  font-family: SourceSans !important;
}

#faldon .content_faldon .wysiwyg {
  margin: 10px 0 0;
  font-family: SourceSans !important;
  font-weight: 200;
}

#faldon .content_faldon .wysiwyg a {
  text-decoration: underline !important;
}

#faldon .content_faldon .enlaces {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  font-family: SourceSans !important;
  font-weight: 200;
}

#faldon .content_faldon .enlaces #aceptar {
  cursor: pointer;
  margin-right: 20px;
  border: solid 1px #1F2A44;
  padding: 6px 28px;
}

#faldon .content_faldon .enlaces #cancelar {
  cursor: pointer;
  border: solid 1px #1F2A44;
  padding: 6px 28px;
}

#faldon #close_cookies {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  border: 1px solid #1F2A44;
  cursor: pointer;
}

#faldon #close_cookies svg {
  position: relative;
  transition: all 2.5s cubic-bezier(0.04, 0.95, 0.32, 1);
}

#faldon #close_cookies line {
  fill: none;
  stroke: #1F2A44;
  /*stroke:var(--bg-dark);*/
  stroke-width: 5;
  stroke-miterlimit: 10;
}

@media (max-width: 768px) {
  #faldon {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #faldon #close_cookies {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }
}
.findout {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(20px + 2vw);
}
.findout .modulo_dos {
  margin-top: 10px !important;
}
@media only screen and (max-width : 768px) {
  .findout .modulo_dos .mini:nth-child(1) {
    order: 2;
  }
  .findout .modulo_dos .mini:nth-child(2) {
    order: 1;
  }
}
.findout .foto {
  width: 100%;
}
.findout .foto img {
  width: 100%;
}
.findout .cabecera {
  display: flex;
  margin: 0.1vw 0vw 1vw 5vw;
  flex-direction: column;
}
@media only screen and (max-width: 1720px) {
  .findout .cabecera {
    margin: 2.8vw 0vw 1vw 4.5vw;
  }
}
@media only screen and (max-width: 1550px) {
  .findout .cabecera {
    margin: 2.5vw 0vw 1vw 4vw;
  }
}
@media only screen and (max-width: 1448px) {
  .findout .cabecera {
    margin: 2.3vw 0vw 1vw 3.5vw;
  }
}
@media only screen and (max-width: 1248px) {
  .findout .cabecera {
    margin: 2.1vw 0vw 1vw 3vw;
  }
}
@media only screen and (max-width: 1024px) {
  .findout .cabecera {
    margin: 1.9vw 0vw 1vw 2.5vw;
  }
}
@media only screen and (max-width: 900px) {
  .findout .cabecera {
    margin: 1vw 0vw 1vw 2vw;
  }
}
@media only screen and (max-width : 768px) {
  .findout .cabecera {
    margin: 2.2vw 0vw 2.2vw 0vw;
  }
}
@media only screen and (max-width : 640px) {
  .findout .cabecera {
    margin: 3vw 0vw 3vw 0vw;
  }
}
@media only screen and (max-width : 525px) {
  .findout .cabecera {
    margin: 4vw 0vw 4vw 0vw;
  }
}
.findout .cabecera h4 {
  color: #1f2a44;
  font-family: SourceSans;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  opacity: 0.6;
  /*text-transform: uppercase;*/
  margin-bottom: calc(10px + 0.3vw);
}
.findout .cabecera h1 {
  color: #1f2a44;
  font-family: SourceSerif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  letter-spacing: -0.8px;
  margin-bottom: calc(10px + 0.3vw);
}
.findout .cabecera p {
  color: #1f2a44;
  font-family: SourceSans;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  margin-bottom: calc(10px + 0.3vw);
}
.findout .cabecera .varios {
  display: flex;
  font-family: SourceSans;
  font-weight: 200;
  margin-bottom: calc(15px + 0.25vw);
  align-items: center;
  letter-spacing: 0px;
  text-decoration: none !important;
}
.findout .cabecera .varios img {
  max-width: 18px;
  margin-right: 10px;
}
.findout .cabecera .varios .rrssicos {
  max-width: 28px;
}
@media only screen and (max-width: 1024px) {
  .findout {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .findout {
    padding-bottom: calc(20px + 6vw);
  }
}

.footer-legales {
  position: relative;
  margin: 0 auto;
  font-family: Roboto;
  background-color: #253746;
  padding: 1px 0 1px 0;
  color: white;
}
.footer-legales .wrapper {
  margin: 20px auto;
  /* Contenedor principal */
  /* Imagenes responsivas */
}
.footer-legales .wrapper .contenedor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-legales .wrapper .bloque-a {
  width: 15%;
}
.footer-legales .wrapper .bloque-a img {
  max-width: 90px;
}

.footer {
  position: relative;
  margin: 0 auto;
  font-family: Roboto;
  background-color: #1F2A44;
  padding: 20px 0 20px 0;
  color: #E6E3D0;
}
.footer .wrapper {
  margin: 20px auto;
  /* Contenedor principal */
  /* Imagenes responsivas */
  /* Mobile layout (menor o igual a 768px) */
}
.footer .wrapper .contenedor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #E6E3D0;
  padding: 20px 0;
}
.footer .wrapper .bloque-a {
  width: 15%;
}
.footer .wrapper .bloque-b {
  width: 65%;
  display: flex;
  width: 75%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer .wrapper .bloque-b .options {
  display: flex;
  align-content: space-around;
  justify-content: center;
  width: 71%;
}
.footer .wrapper .bloque-b .item-b {
  white-space: nowrap;
  margin: 0px 26px;
  text-align: center;
  color: #E6E3D0;
  font-family: poppinsBold !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0px;
  cursor: pointer;
}
@media only screen and (max-width: 1720px) {
  .footer .wrapper .bloque-b .item-b {
    margin: 0px 24px;
  }
}
@media only screen and (max-width: 1550px) {
  .footer .wrapper .bloque-b .item-b {
    margin: 0px 22px;
  }
}
@media only screen and (max-width: 1448px) {
  .footer .wrapper .bloque-b .item-b {
    margin: 0px 20px;
  }
}
@media only screen and (max-width: 1248px) {
  .footer .wrapper .bloque-b .item-b {
    margin: 0px 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .wrapper .bloque-b .item-b {
    margin: 0px 16px;
  }
}
@media only screen and (max-width: 900px) {
  .footer .wrapper .bloque-b .item-b {
    margin: 0px 14px;
  }
}
.footer .wrapper .bloque-b .item-b a {
  text-decoration: none;
  color: inherit;
}
.footer .wrapper .bloque-c {
  width: 9%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .wrapper a {
  text-decoration: none;
}
.footer .wrapper .bloque-a img {
  max-width: 90px;
}
.footer .wrapper .bloque-c img {
  max-width: 29px;
  margin: 0 2px;
}
@media (max-width: 768px) {
  .footer .wrapper .contenedor {
    display: block;
    padding: 0px 0;
  }
  .footer .wrapper .bloque-a {
    width: 100%;
    margin-bottom: calc(20px + 1.5vw);
  }
  .footer .wrapper .bloque-a img {
    max-width: 110px;
  }
  .footer .wrapper .bloque-b {
    position: relative;
    top: -21px;
    width: 65%;
  }
  .footer .wrapper .bloque-b .options {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 5px;
  }
  .footer .wrapper .bloque-b .options .item-b {
    text-align: left !important;
    margin: 0;
    margin-bottom: calc(10px + 0.5vw);
  }
  .footer .wrapper .bloque-c {
    width: 30%;
  }
  .footer .wrapper .bloque-b,
  .footer .wrapper .bloque-c {
    display: inline-block;
  }
}
.footer .wrapper .legalesFooter {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .wrapper .legalesFooter .item:first-child {
  cursor: auto !important;
}
.footer .wrapper .legalesFooter .item {
  white-space: nowrap;
  margin: calc(10px + 0.5vw) 20px;
  text-align: center;
  color: #E6E3D0;
  font-family: SourceSans;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0px;
  cursor: pointer;
}
@media only screen and (max-width: 1720px) {
  .footer .wrapper .legalesFooter .item {
    margin: calc(10px + 0.5vw) 19px;
  }
}
@media only screen and (max-width: 1550px) {
  .footer .wrapper .legalesFooter .item {
    margin: calc(10px + 0.5vw) 18px;
  }
}
@media only screen and (max-width: 1448px) {
  .footer .wrapper .legalesFooter .item {
    margin: calc(10px + 0.5vw) 17px;
  }
}
@media only screen and (max-width: 1248px) {
  .footer .wrapper .legalesFooter .item {
    margin: calc(10px + 0.5vw) 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .wrapper .legalesFooter .item {
    margin: calc(10px + 0.5vw) 15px;
  }
}
@media only screen and (max-width: 900px) {
  .footer .wrapper .legalesFooter .item {
    margin: calc(10px + 0.5vw) 14px;
  }
}
.footer .wrapper .legalesFooter .item a {
  text-decoration: none;
  color: inherit;
}
/**
 * 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;
}
