@font-face {
  font-family: Chantale;
  src: url("/wp-content/themes/woko/fonts/chantale/chantale-regular.otf");
  font-weight: normal;
}
.chantale-regular, .chantale, .chantale-default, .has-chantale-font-family {
  font-family: "Chantale";
}

@font-face {
  font-family: Chantale-Buruli;
  src: url("/wp-content/themes/woko/fonts/chantale/chantale-buruli.otf");
  font-weight: normal;
}
.chantale-buruli, .has-chantale-buruli-font-family {
  font-family: "Chantale-Buruli";
}

@font-face {
  font-family: Chantale-Lepra;
  src: url("/wp-content/themes/woko/fonts/chantale/chantale-lepra.otf");
  font-weight: normal;
}
.chantale-lepra, .has-chantale-lepra-font-family {
  font-family: "Chantale-Lepra";
}

@font-face {
  font-family: Chantale-Pian;
  src: url("/wp-content/themes/woko/fonts/chantale/chantale-pian.otf");
  font-weight: normal;
}
.chantale-pian, .has-chantale-pian-font-family {
  font-family: "Chantale-Pian";
}

html {
  scroll-padding-top: 150px;
}
@media only screen and (max-width: 1070px) {
  html {
    scroll-padding-top: 130px;
  }
}
@media only screen and (max-width: 860px) {
  html {
    scroll-padding-top: 110px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  text-decoration: none;
}

input, textarea, button, a, select {
  outline: none !important;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit], input[type=reset], button, a {
  cursor: pointer;
}

br {
  line-height: 0;
}

a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

u {
  text-decoration: underline !important;
}

strong, b {
  font-weight: 700 !important;
}

em {
  font-style: italic !important;
}

body {
  margin-top: 0 !important;
}

table {
  border-collapse: collapse;
}

body, input, button, select, textarea {
  color: black;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

::placeholder {
  color: inherit;
  opacity: 0.5;
}

#wpadminbar {
  top: auto;
  bottom: 0;
  opacity: 0.3;
  transition: 0.5s;
}
#wpadminbar:hover {
  opacity: 1;
}

.grecaptcha-badge {
  display: none !important;
}

.azul {
  color: #0062FF;
}

.seccion {
  margin: 150px 0;
}
.seccion.interior {
  margin: 0;
  padding: 150px 0;
}
.seccion.interior.ondulado.ondulado-superior {
  padding-top: 0;
  /*margin-top: 70px;*/
}
@media only screen and (max-width: 860px) {
  .seccion.interior.ondulado.ondulado-superior .contenedor {
    padding-top: 45px;
  }
}
.seccion.interior.ondulado.ondulado-inferior {
  padding-bottom: 0;
}
@media only screen and (max-width: 860px) {
  .seccion.interior.ondulado.ondulado-inferior .contenedor {
    padding-bottom: 45px;
  }
}
.seccion.interior.ondulado .ondulado {
  display: block;
  overflow: hidden;
  background-color: white;
  pointer-events: none;
  width: 100%;
}
.seccion.interior.ondulado .ondulado img {
  margin: -2px;
  width: calc(100% + 4px);
  display: block;
}
.seccion.interior + .seccion-cta .ondulado {
  padding-top: 70px;
}
.seccion.largo {
  margin: 220px 0;
}
.seccion.fondo-texto .margen {
  position: relative;
}
.seccion.fondo-texto .fondo-texto {
  color: white;
  text-shadow: 1px 0 0 black, -1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
  font-size: 210px;
  opacity: 0.1;
  line-height: 80%;
  position: absolute;
  pointer-events: none;
  top: calc(50% - 50px);
  left: 0;
  overflow: hidden;
  width: 100%;
  transform: translateY(-50%);
  text-transform: uppercase;
  z-index: 0;
  padding: 40px 0;
  font-weight: 700;
}
.seccion.fondo-texto .fondo-texto.swing {
  transition: 1s;
}
.seccion.fondo-texto .fondo-texto.swing:not(.swing-activado) {
  opacity: 0;
  transform: translateY(-50%) translateX(100px);
}
@media only screen and (max-width: 1320px) {
  .seccion.fondo-texto .fondo-texto {
    font-size: 14vw;
  }
}
@media only screen and (max-width: 860px) {
  .seccion.fondo-texto .fondo-texto {
    display: none;
  }
}
.seccion.fondo-texto.azul .fondo-texto {
  color: #0062FF;
  text-shadow: 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  opacity: 0.15;
}
.seccion.fondo-texto.negro .fondo-texto {
  color: black;
  text-shadow: 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  opacity: 0.25;
}
.seccion.little {
  margin: 50px 0;
}
.seccion.little.interior {
  margin: 0;
  padding: 50px 0;
}
.seccion.corto {
  margin: 0;
  padding: 0;
}
.seccion.corto + .seccion-cta .ondulado {
  padding-top: 170px;
}
.seccion.gris {
  background-color: #EBEBEB;
}
.seccion.gris:not(.corto) + .gris.interior {
  padding-top: 0;
}
.seccion.gris:not(.corto) + .gris.interior + .ondulado.ondulado-superior .ondulado {
  background-color: #EBEBEB;
}
.seccion.negro {
  background-color: black;
  color: white;
}
.seccion.negro:not(.corto) + .negro.interior {
  padding-top: 0;
}
.seccion.negro:not(.corto) + .negro.interior + .ondulado.ondulado-superior .ondulado {
  background-color: black;
}
.seccion.negro + .seccion-premios > .negro.interior:first-child {
  padding-top: 0;
}
.seccion.negro .bloque-slider-pasos > div.izquierda .pasos .swiper-wrapper .paso .numero {
  color: black;
  text-shadow: 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
}
.seccion.negro .bloque-contacto .derecha {
  background-color: #0062FF;
}
.seccion.negro .bloque-contacto .bloque-formulario.hubspot .hs-button {
  background-color: white;
  border: 1px solid white;
  color: black;
}
.seccion.negro .bloque-contacto .bloque-formulario.hubspot .hs-button::after {
  border-color: black;
}
.seccion.negro .bloque-contacto .bloque-formulario.hubspot .hs-button:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}
.seccion.negro .bloque-contacto .bloque-formulario.hubspot .hs-button:hover::after {
  border-color: white;
}
.seccion.negro .bloque-contacto .bloque-formulario.hubspot .inputs-list .hs-error-msg {
  color: #e5e5e5;
}
.seccion.negro .bloque-contacto .bloque-formulario.hubspot .hs-fieldtype-booleancheckbox li label span {
  color: white;
}
.seccion.negro .bloque-desplegable {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.seccion.negro .bloque-desplegable .titulo::after {
  border-color: white;
}
.seccion.negro .bloque-contacto-grande .bloque-formulario {
  color: white;
}
.seccion.negro .bloque-contacto-grande .bloque-formulario input[type=text], .seccion.negro .bloque-contacto-grande .bloque-formulario input[type=email], .seccion.negro .bloque-contacto-grande .bloque-formulario input[type=tel], .seccion.negro .bloque-contacto-grande .bloque-formulario input[type=number], .seccion.negro .bloque-contacto-grande .bloque-formulario input[type=month], .seccion.negro .bloque-contacto-grande .bloque-formulario select, .seccion.negro .bloque-contacto-grande .bloque-formulario textarea {
  background-color: white;
}
.seccion.negro .bloque-contacto-grande .bloque-formulario input[type=radio], .seccion.negro .bloque-contacto-grande .bloque-formulario input[type=checkbox] {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.seccion.negro .bloque-contacto-grande .bloque-formulario input[type=radio]::after, .seccion.negro .bloque-contacto-grande .bloque-formulario input[type=checkbox]::after {
  background-color: white;
}
.seccion.negro .bloque-contacto-grande .bloque-formulario input[type=radio]:checked, .seccion.negro .bloque-contacto-grande .bloque-formulario input[type=checkbox]:checked {
  background-color: #0287a6;
  border-color: #0287a6;
}
.seccion.negro .bloque-contacto-grande .bloque-formulario input[type=checkbox]::before {
  background-color: white;
}
.seccion.rosa {
  background-color: #FCCCCA;
}
.seccion.rosa:not(.corto) + .rosa.interior {
  padding-top: 0;
}
.seccion.azul {
  background-color: #0062FF;
  color: white;
}
.seccion.azul:not(.corto) + .azul.interior {
  padding-top: 0;
}
.seccion.azul .bloque-plan-estrategico {
  align-items: center;
}
.seccion.azul .bloque-plan-estrategico .texto h3, .seccion.azul .bloque-plan-estrategico .texto .subtitular {
  margin-top: 0px;
}
.seccion.azul .bloque-plan-estrategico span:last-child {
  -webkit-text-stroke: 2px #ffffff;
  color: transparent;
  text-shadow: none;
}
@media only screen and (max-width: 1320px) {
  .seccion {
    margin: 120px 0;
  }
  .seccion.interior {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion {
    margin: 105px 0;
  }
  .seccion.interior {
    padding: 105px 0;
  }
}
@media only screen and (max-width: 570px) {
  .seccion {
    margin: 85px 0;
  }
  .seccion.interior {
    padding: 85px 0;
  }
}

.seccion.ancho-completo {
  margin: 0;
}

.subseccion {
  margin-top: 70px;
}
@media only screen and (max-width: 1320px) {
  .subseccion {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1070px) {
  .subseccion {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 570px) {
  .subseccion {
    margin-top: 45px;
  }
}
.subseccion:first-child {
  margin-top: 0;
}

.desplegar {
  color: #0062FF;
  text-decoration: underline;
  padding-top: 15px;
}

.contenedor {
  width: 100%;
  max-width: 1320px;
  margin: auto;
}
.contenedor .margen {
  width: 95%;
  max-width: 1250px;
  margin: auto;
}
.contenedor.estrecho {
  max-width: 1070px;
}
.contenedor.estrecho .margen {
  max-width: 900px;
}
.contenedor.largo {
  max-width: 1660px;
}
.contenedor.largo .margen {
  max-width: 1580px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
  margin-bottom: -70px;
}
.grid > * {
  width: calc(33.33% - 34px);
  margin: 0 17px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1070px) {
  .grid > * {
    width: calc(50% - 34px);
  }
}
@media only screen and (max-width: 860px) {
  .grid > * {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .grid > *:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 570px) {
  .grid > * {
    margin-bottom: 50px;
  }
  .grid > *:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 860px) {
  .grid {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

/*BLOQUE COLUMNAS  personalizadas*/
.tabla {
  padding: 50px 0;
}
@media only screen and (max-width: 1070px) {
  .tabla .contenedor {
    padding: 0px;
  }
}
@media only screen and (max-width: 860px) {
  .tabla .contenedor .margen {
    width: 100%;
  }
}

.row .columna {
  padding: 30px;
}

.columna {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 570px) {
  .columna {
    padding: 0 20px;
  }
}
.columna.imagenfondo {
  color: #fff !important;
  padding-top: 25px;
}
@media only screen and (max-width: 570px) {
  .columna.imagenfondo {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 1070px) {
  .columna.imagenfondo {
    min-height: 100vh;
  }
}
.columna.imagenfondo.content-align-start {
  align-items: start;
}
.columna.imagenfondo.content-align-center {
  align-items: center;
}
.columna.imagenfondo.content-align-end {
  align-items: end;
}
.columna.imagenfondo .bg-content {
  max-width: 80%;
}
@media only screen and (max-width: 570px) {
  .columna.imagenfondo .bg-content {
    max-width: 100%;
  }
}
.columna.imagenfondo .texto {
  font-size: 0.85rem;
}
@media only screen and (max-width: 1070px) {
  .columna.imagenfondo .texto {
    font-size: 1rem;
  }
}
.columna.tabla {
  padding: 0;
}
.columna.content-align-start, .columna.content-align-end, .columna.content-align-between {
  display: grid;
}
.columna.content-align-start:not(.imagenfondo) {
  align-content: start;
}
.columna.content-align-center:not(.imagenfondo) {
  align-content: center;
}
.columna.content-align-end:not(.imagenfondo) {
  align-content: end;
}
.columna.content-align-between:not(.imagenfondo) {
  align-content: space-between;
}
.columna .bg-content {
  padding: 15px 0;
}
.columna .subtitular {
  font-size: 1.25rem;
}
.columna .titulo, .columna .subseccion {
  margin-top: 0px;
}

/*FIN BLOQUE COLUMNAS*/
.lista ul {
  padding-left: 0;
}
.lista ul li {
  margin-bottom: 0;
  margin-left: 22px;
}
.lista ul ::marker {
  color: #CCE0FF;
  font-size: 1.5rem;
}

.bloq-infografia .cabecera {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0062FF;
  padding-bottom: 10px;
}
.bloq-infografia .cabecera *:not(.icono, .icono img) {
  font-weight: bold;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 1.25rem;
}
.bloq-infografia .parrafo {
  padding: 20px 0;
  font-size: 0.85rem;
}
@media only screen and (max-width: 1070px) {
  .bloq-infografia .parrafo {
    font-size: 1rem;
  }
}
.bloq-infografia .bloque-desplegable {
  margin-top: 0px;
  border-bottom: none;
}
.bloq-infografia .bloque-desplegable .boton {
  font-size: 0.85rem;
  padding: 10px 15px;
  border: 2px solid #0062FF;
}
@media only screen and (max-width: 1070px) {
  .bloq-infografia .bloque-desplegable .boton {
    font-size: 1rem;
  }
}
.bloq-infografia .bloque-desplegable .boton:hover:not(a.negro, a.blanco) {
  background-color: #fff;
  color: #0062FF;
}
.bloq-infografia .bloque-desplegable.desplegado .texto {
  margin: 8px 0 0 0;
  font-size: 0.85rem;
}
@media only screen and (max-width: 1070px) {
  .bloq-infografia .bloque-desplegable.desplegado .texto {
    font-size: 1rem;
  }
}
.bloq-infografia .bloque-desplegable.desplegado .boton:not(a.negro, a.blanco) {
  border: 2px solid #0062FF;
  background-color: #fff;
  color: #0062FF;
}

.bloq-infografia:not(:last-child) {
  padding-bottom: 50px;
}

@media only screen and (max-width: 570px) {
  .bloq-infografia {
    padding: 25px 0 50px 0;
  }
}

.texto p, .texto ol, .texto ul {
  margin-bottom: 35px;
  line-height: 165%;
}
.texto p li, .texto ol li, .texto ul li {
  margin-bottom: 27px;
  margin-left: 30px;
}
.texto p li:last-of-type, .texto ol li:last-of-type, .texto ul li:last-of-type {
  margin-bottom: 0;
}
.texto p.entradilla, .texto ol.entradilla, .texto ul.entradilla {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}
@media only screen and (max-width: 860px) {
  .texto p.entradilla, .texto ol.entradilla, .texto ul.entradilla {
    font-size: 26px;
  }
}
.texto p.listado, .texto ol.listado, .texto ul.listado {
  font-weight: 700;
  font-size: 25px;
  max-width: 780px;
}
.texto p.listado a, .texto ol.listado a, .texto ul.listado a {
  color: inherit;
  font-weight: 500;
}
.texto p.listado a.actual, .texto ol.listado a.actual, .texto ul.listado a.actual {
  color: #0062FF;
}
.texto p.destacado, .texto ol.destacado, .texto ul.destacado {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.texto .azul:not(.boton) {
  color: #0062FF;
}
.texto h1, .texto .titular {
  font-size: 76px;
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 50px;
}
.texto h1.swing, .texto .titular.swing {
  transition: 0.5s;
  opacity: 0;
}
.texto h1.swing.swing-activado, .texto .titular.swing.swing-activado {
  opacity: 1;
}
@media only screen and (max-width: 1680px) {
  .texto h1, .texto .titular {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1320px) {
  .texto h1, .texto .titular {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1070px) {
  .texto h1, .texto .titular {
    font-size: 48px;
  }
}
@media only screen and (max-width: 570px) {
  .texto h1, .texto .titular {
    font-size: 40px;
  }
}
@media only screen and (max-width: 860px) {
  .texto h1, .texto .titular {
    margin-bottom: 30px;
  }
}
.texto h2 {
  /*margin-top: 80px;*/
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 110%;
  font-weight: 700;
}
@media only screen and (max-width: 1680px) {
  .texto h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1320px) {
  .texto h2 {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1070px) {
  .texto h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 570px) {
  .texto h2 {
    font-size: 39px;
  }
}
.texto h3, .texto .subtitular {
  font-size: 46px;
  line-height: 110%;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1680px) {
  .texto h3, .texto .subtitular {
    font-size: 43px;
  }
}
@media only screen and (max-width: 1320px) {
  .texto h3, .texto .subtitular {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1070px) {
  .texto h3, .texto .subtitular {
    font-size: 36px;
  }
}
@media only screen and (max-width: 570px) {
  .texto h3, .texto .subtitular {
    font-size: 32px;
  }
}
@media only screen and (max-width: 860px) {
  .texto h3, .texto .subtitular {
    margin-top: 50px;
  }
}
.texto h4 {
  font-size: 36px;
  margin-top: 70px;
  margin-bottom: 40px;
  line-height: 110%;
}
.texto .pretitular {
  margin-bottom: -60px;
}
.texto .boton {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 570px) {
  .texto .boton {
    margin-top: 3px;
  }
}
.texto .boton + .boton {
  margin-top: 12px;
}
.texto a:not(.boton) {
  color: #0062FF;
  border-bottom: 2px solid;
}
.texto table {
  margin: 70px 0;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
  width: 100%;
}
.texto table th, .texto table td {
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.texto img {
  display: block;
  margin-top: 40px;
  height: auto;
  max-width: 100%;
}
.texto .wp-block-image {
  margin-top: 40px;
}
.texto .wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
.texto .wp-block-image img {
  margin-top: 0;
}
.texto .letrilla {
  font-size: 16px;
  line-height: 140%;
  margin-top: 15px;
}
.texto.little {
  font-size: 15px;
}
.texto.little p, .texto.little ol, .texto.little ul {
  margin-bottom: 20px;
}
.texto.little p li, .texto.little ol li, .texto.little ul li {
  margin-bottom: 15px;
}
.texto.little .lista p, .texto.little .lista ol, .texto.little .lista ul {
  margin-bottom: 0px;
}
.texto.little .lista p li, .texto.little .lista ol li, .texto.little .lista ul li {
  margin-bottom: 0px;
  margin-left: 22px;
}
.texto.little .boton {
  margin-top: 12px;
}
.texto.little h3, .texto.little .subtitular {
  margin-bottom: 12px;
  font-size: 22px;
}
.texto.estrecho {
  max-width: 800px;
}
.texto.centrado {
  text-align: center;
}
.texto.derecha {
  text-align: right;
}
.texto.swing {
  transition: 0.6s;
  opacity: 0;
}
.texto.swing.swing-activado {
  transition-delay: 0.3s;
  opacity: 1;
}
.texto > *:first-child {
  margin-top: 0 !important;
}
.texto > *:last-child {
  margin-bottom: 0 !important;
}
.texto.centrado p.subtitular.azul, .texto.centrado p {
  margin-bottom: 0px;
}

.titular {
  font-size: 76px;
  line-height: 110%;
  font-weight: 700;
}
.titular.swing {
  transition: 0.5s;
  opacity: 0;
}
.titular.swing.swing-activado {
  opacity: 1;
}
@media only screen and (max-width: 1680px) {
  .titular {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1320px) {
  .titular {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1070px) {
  .titular {
    font-size: 48px;
  }
}
@media only screen and (max-width: 570px) {
  .titular {
    font-size: 40px;
  }
}

.subtitular {
  font-size: 46px;
  line-height: 110%;
  font-weight: 700;
}
@media only screen and (max-width: 1680px) {
  .subtitular {
    font-size: 43px;
  }
}
@media only screen and (max-width: 1320px) {
  .subtitular {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1070px) {
  .subtitular {
    font-size: 36px;
  }
}
@media only screen and (max-width: 570px) {
  .subtitular {
    font-size: 32px;
  }
}

.titular.ancho-50, .subtitular.ancho-50 {
  width: 50%;
}
@media only screen and (max-width: 570px) {
  .titular.ancho-50, .subtitular.ancho-50 {
    width: 100%;
  }
}
.titular.ancho-70, .subtitular.ancho-70 {
  width: 70%;
}
@media only screen and (max-width: 570px) {
  .titular.ancho-70, .subtitular.ancho-70 {
    width: 100%;
  }
}

.pretitular {
  font-size: 18px;
  line-height: 140%;
}

.separador {
  border-bottom: 1px solid black;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 30px;
  padding-bottom: 8px;
}

.video-incrustado iframe {
  display: block;
  width: 100%;
  height: 370px;
  max-width: 730px;
  margin: auto;
}

.boton, .wpforms-submit {
  border: none;
  background: none;
  background-color: #0062FF;
  color: white;
  font-size: 28px;
  line-height: 1;
  transition: 0.2s;
  font-weight: 700;
  padding: 14px 30px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 570px) {
  .boton, .wpforms-submit {
    font-size: 22px;
  }
}
.boton::after, .wpforms-submit::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  content: "";
  border-color: white;
  position: relative;
  top: -4px;
  transition: 0.15s;
  margin-left: 12px;
  padding: 3px;
  left: 0;
}
.boton:hover, .wpforms-submit:hover {
  background-color: #0054DB;
}
.boton:hover::after, .wpforms-submit:hover::after {
  left: 5px;
}
.boton.negro, .wpforms-submit.negro {
  background-color: black;
  border: 1px solid black;
}
.boton.negro:hover, .wpforms-submit.negro:hover {
  background-color: white;
  color: black;
}
.boton.negro:hover::after, .wpforms-submit.negro:hover::after {
  border-color: black;
}
.boton.blanco, .wpforms-submit.blanco {
  background-color: white;
  border: 1px solid white;
  color: black;
}
.boton.blanco::after, .wpforms-submit.blanco::after {
  border-color: black;
}
.boton.blanco:hover, .wpforms-submit.blanco:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}
.boton.blanco:hover::after, .wpforms-submit.blanco:hover::after {
  border-color: white;
}
.boton.blanco.bordeado, .wpforms-submit.blanco.bordeado {
  border: 1px solid black;
}
.boton.semilittle, .wpforms-submit.semilittle {
  font-size: 15px;
}
.boton.semilittle::after, .wpforms-submit.semilittle::after {
  content: none;
  display: none;
}
.boton.little, .wpforms-submit.little {
  font-size: 14px;
  padding: 4px 7px;
}
.boton.little::after, .wpforms-submit.little::after {
  content: none;
  display: none;
}
.boton.enlace, .wpforms-submit.enlace {
  color: #0062FF;
  background: none !important;
  padding: 0;
}
.boton.enlace::after, .wpforms-submit.enlace::after {
  border-color: #0062FF;
}
.boton.enlace:hover, .wpforms-submit.enlace:hover {
  background-color: #0054DB;
  color: #0054DB;
}
.boton.enlace:hover::after, .wpforms-submit.enlace:hover::after {
  left: 5px;
}
.boton.enlace:hover::after, .wpforms-submit.enlace:hover::after {
  border-color: #0054DB;
}
.boton.abajo::after, .wpforms-submit.abajo::after {
  transform: rotate(45deg);
  top: -6px;
  margin-left: 14px;
  left: auto;
}
.boton.ninguno::after, .wpforms-submit.ninguno::after {
  display: none;
}
.boton.descarga::after, .wpforms-submit.descarga::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  padding: 0;
  left: auto;
  border: none;
  transform: none;
  font-size: 17px;
  top: -3px;
  margin-left: 14px;
}
.boton.plus::after, .wpforms-submit.plus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  padding: 0;
  left: auto;
  border: none;
  transform: none;
  font-size: 17px;
  top: 0;
  margin-left: 14px;
}
.boton.minus::after, .wpforms-submit.minus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  padding: 0;
  left: auto;
  border: none;
  transform: none;
  font-size: 17px;
  top: 0;
  margin-left: 14px;
}
.boton.transparente, .wpforms-submit.transparente {
  background: none;
  border: 1px solid;
}
.boton.transparente:hover, .wpforms-submit.transparente:hover {
  background-color: white;
  color: black;
  border: 1px solid white;
}
.boton.secundario, .wpforms-submit.secundario {
  padding: 0;
  background: none !important;
  border: none !important;
  border-bottom: 2px solid !important;
  padding-bottom: 6px;
  color: #0062FF !important;
}
.boton.secundario::after, .wpforms-submit.secundario::after {
  border-color: #0062FF;
}
.boton.secundario.negro, .wpforms-submit.secundario.negro {
  color: black !important;
}
.boton.secundario.negro::after, .wpforms-submit.secundario.negro::after {
  border-color: black;
}
.boton.secundario.blanco, .wpforms-submit.secundario.blanco {
  color: white !important;
}
.boton.secundario.blanco::after, .wpforms-submit.secundario.blanco::after {
  border-color: white;
}

.scrolltop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 1000px;
  border: 1px solid black;
  background-color: white;
  transition: 0.5s;
  cursor: pointer;
}
.scrolltop.oculto {
  transform: translateY(100px);
}
.scrolltop:hover {
  transform: scale(1.1);
}
.scrolltop::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  padding: 4px;
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
}

@media only screen and (max-width: 1070px) {
  .filtros.desplegado .categorias {
    transform: none;
    opacity: 1;
  }
}
@media only screen and (max-width: 1070px) {
  .filtros .categorias {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background-color: white;
    z-index: 1000;
    margin: 0;
    padding: 30px;
    transition: 0.5s;
    transform: translateX(-100%);
    opacity: 0;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 570px) {
  .filtros .categorias {
    padding: 30px 20px;
  }
}
.filtros .categorias .titulos-mobile {
  font-size: 20px;
  color: black;
  font-weight: 700;
  display: none;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.filtros .categorias .titulos-mobile a {
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;
}
@media only screen and (max-width: 1070px) {
  .filtros .categorias .titulos-mobile {
    display: flex;
  }
}
.filtros .categorias ul {
  margin-bottom: -12px;
}
.filtros .categorias ul li {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1070px) {
  .filtros .categorias ul li {
    width: 100%;
    color: black !important;
    padding: 0;
    border: none !important;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    background: none !important;
  }
  .filtros .categorias ul li::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #cfcfcf;
    min-width: 22px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.filtros .categorias ul .actual {
  background-color: black;
  border: 1px solid black;
  color: white;
}
.filtros .categorias ul .actual::after {
  border-color: white;
}
@media only screen and (max-width: 1070px) {
  .filtros .categorias ul .actual::before {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    content: url("/wp-content/themes/woko/img/tick-azul.svg");
  }
}
.filtros .grid > *.oculto, .filtros .grid > *:not(.cargado) {
  display: none;
}
.filtros .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: auto;
  z-index: 2000;
  display: flex;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.1);
  transition: 0.3s;
}
.filtros .popup .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.9;
  z-index: -1;
}
.filtros .popup iframe {
  display: block;
  width: 100%;
  max-width: 900px;
  height: 550px;
}
.filtros .popup .cerrar {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 1000px;
  z-index: 1;
  cursor: pointer;
}
.filtros .popup .cerrar::before, .filtros .popup .cerrar::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.filtros .popup .cerrar::after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.filtros .filtros-mobile {
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  display: none;
}
.filtros .filtros-mobile i {
  margin-left: 13px;
}
@media only screen and (max-width: 1070px) {
  .filtros .filtros-mobile {
    display: flex;
  }
}
.filtros.reproduciendo .popup {
  opacity: 1;
  transform: none;
  pointer-events: unset;
}
.filtros .sin-resultados {
  display: none;
  margin-top: 80px;
}
.filtros.sin-resultados .sin-resultados {
  display: block;
}
.filtros .cargar-mas.oculto {
  display: none;
}
.filtros.negro .categorias .actual {
  background-color: white;
  color: black;
  border: 1px solid white;
}

.seccion .tabla {
  margin: 0;
}

.slider-tipo-1 {
  margin-top: 100px;
}
.slider-tipo-1 .swiper-slide {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
}
@media only screen and (max-width: 860px) {
  .slider-tipo-1 .swiper-slide {
    grid-template-columns: 1fr;
  }
}
.slider-tipo-1 .swiper-slide .izquierda-texto {
  padding-right: 200px;
}
@media only screen and (max-width: 1070px) {
  .slider-tipo-1 .swiper-slide .izquierda-texto {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 860px) {
  .slider-tipo-1 .swiper-slide .izquierda-texto {
    padding-right: 0px;
    padding-bottom: 50px;
  }
}
.slider-tipo-1 .swiper-slide .izquierda-texto .swiper-button-next {
  left: 50%;
  top: 30px;
}
@media only screen and (max-width: 860px) {
  .slider-tipo-1 .swiper-slide .izquierda-texto .swiper-button-next {
    left: 80%;
  }
}
.slider-tipo-1 .swiper-slide .izquierda-texto .texto-slide {
  padding-top: 50px;
}
.slider-tipo-1 .swiper-slide .derecha-imagen {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 570px) {
  .slider-tipo-1 .swiper-slide .derecha-imagen {
    display: none;
  }
}
.slider-tipo-1 .swiper-slide .derecha-imagen img.imagen-slide {
  width: 100%;
}
.slider-tipo-1 .swiper-slide .titulo-slide {
  -webkit-text-stroke: 2px #0062FF;
  color: transparent;
  font-size: 65px;
  padding: 20px 1px;
}
.slider-tipo-1 .swiper-slide .plegado.cerrado .textople-slide {
  display: none;
}
.slider-tipo-1 .swiper-slide .plegado.abierto .textople-slide {
  display: block;
  margin-top: 25px;
}

.plegado.cerrado p.desplegar::after {
  content: url(/wp-content/themes/woko/img/arrow-down.svg);
  margin-left: 10px;
}

.plegado.abierto p.desplegar::after {
  content: url(/wp-content/themes/woko/img/arrow-up.svg);
  margin-left: 10px;
}

.slider-tipo-2.swiper {
  padding-top: 50px;
}
.slider-tipo-2.swiper .swiper-slide {
  display: grid;
  justify-content: space-around;
}
.slider-tipo-2.swiper img.imagen-slide {
  min-height: 216px;
}
.slider-tipo-2.swiper .subtitulo-slide {
  max-width: 300px;
  display: grid;
  grid-template-columns: 0.5fr 4fr;
  gap: 10px;
  padding-top: 10px;
  font-size: 18px;
}
.slider-tipo-2.swiper .subtitulo-slide img.icono-slide {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  width: 62px;
}
.slider-tipo-2.swiper .subtitulo-slide p {
  grid-column-start: 2;
}
.slider-tipo-2.swiper .subtitulo-slide .titulo-slide {
  padding-bottom: 5px;
  font-weight: bold;
}
.slider-tipo-2.swiper .swiper-button-prev {
  left: 0;
}
.slider-tipo-2.swiper .swiper-button-next {
  right: 0;
}

.bloque-mapa-localizaciones #inversiones {
  height: 500px;
  width: 100%;
}
.bloque-mapa-localizaciones .izquierda-lista {
  padding-top: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 860px) {
  .bloque-mapa-localizaciones .izquierda-lista {
    padding-right: 0px;
  }
}
.bloque-mapa-localizaciones table.tabla-inversiones {
  border-spacing: 0 15px;
  border-collapse: initial;
}
@media only screen and (max-width: 570px) {
  .bloque-mapa-localizaciones table.tabla-inversiones {
    font-size: 17px;
    padding: 15px;
  }
}
.bloque-mapa-localizaciones table.tabla-inversiones tr {
  padding: 10px 0 !important;
}
.bloque-mapa-localizaciones table.tabla-inversiones tr td {
  vertical-align: top;
}
.bloque-mapa-localizaciones table.tabla-inversiones tr td:not(.inversion) {
  padding-right: 20px;
}
.bloque-mapa-localizaciones table.tabla-inversiones tr td.inversion {
  text-align: end;
}
.bloque-mapa-localizaciones table.tabla-inversiones tr:not(.total) td:not(.color) {
  border-bottom: 1px solid #F0F4F5;
}
.bloque-mapa-localizaciones table.tabla-inversiones tr.total td {
  font-weight: bold;
}

.slider-puntos .swiper-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
@media only screen and (max-width: 1070px) {
  .slider-puntos .swiper-slide {
    grid-template-columns: 1fr !important;
  }
}
.slider-puntos .swiper-slide .derecha.imagenes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  grid-gap: 10px;
}
@media only screen and (max-width: 1070px) {
  .slider-puntos .swiper-slide .derecha.imagenes {
    margin-bottom: 20px;
  }
}
.slider-puntos .swiper-slide .derecha.imagenes img {
  width: 320px;
}
@media only screen and (max-width: 1070px) {
  .slider-puntos .swiper-slide .derecha.imagenes img {
    width: 100%;
  }
}
.slider-puntos .swiper-slide .derecha.imagenes .vertical {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 4;
}
.slider-puntos .swiper-slide .derecha.imagenes .horizontal1, .slider-puntos .swiper-slide .derecha.imagenes .horizontal2 {
  grid-column-start: 2;
  grid-row-start: 3;
  min-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1070px) {
  .slider-puntos .swiper-slide .derecha.imagenes .horizontal1, .slider-puntos .swiper-slide .derecha.imagenes .horizontal2 {
    min-height: 100%;
  }
}
.slider-puntos .swiper-slide .derecha.imagenes .horizontal1 {
  grid-row-end: 2;
}
.slider-puntos .swiper-slide .derecha.imagenes img.horizontal2 {
  grid-row-end: 4;
}
.slider-puntos .swiper-slide .texto.izquierda {
  padding-right: 30%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1070px) {
  .slider-puntos .swiper-slide .texto.izquierda {
    padding-right: 0;
    position: relative;
    padding-top: 80px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1070px) {
  .slider-puntos .swiper-slide .texto.izquierda h4 {
    margin-bottom: 18px;
  }
}
.slider-puntos .swiper-button-next, .slider-puntos .swiper-button-prev {
  top: 90% !important;
}
@media only screen and (max-width: 1070px) {
  .slider-puntos .swiper-button-next, .slider-puntos .swiper-button-prev {
    top: 30px !important;
  }
}
.slider-puntos .swiper-button-prev {
  left: 0px;
}
.slider-puntos .swiper-button-next {
  left: 90px;
}
.slider-puntos .swiper-pagination.pagination-linea-puntos {
  position: relative;
  bottom: 30px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .slider-puntos .swiper-pagination.pagination-linea-puntos {
    margin-top: 25px;
  }
}
.slider-puntos .swiper-pagination.pagination-linea-puntos:before {
  content: "";
  position: absolute;
  width: 98%;
  height: 2px;
  top: 50%;
  left: 12px;
  background-color: #BFBFBF;
}
.slider-puntos .swiper-pagination.pagination-linea-puntos .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  line-height: 65px;
  z-index: 1;
  display: grid;
  justify-content: center;
  opacity: initial;
}
.slider-puntos .swiper-pagination.pagination-linea-puntos .swiper-pagination-bullet span {
  width: -moz-max-content;
  width: max-content;
  color: #838383;
}
@media only screen and (max-width: 1070px) {
  .slider-puntos .swiper-pagination.pagination-linea-puntos .swiper-pagination-bullet span {
    font-size: 16px;
  }
}
.slider-puntos .swiper-pagination.pagination-linea-puntos .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #C8D5EA;
  z-index: 1;
}
.slider-puntos .swiper-pagination.pagination-linea-puntos .swiper-pagination-bullet:first-child {
  justify-content: start;
}
.slider-puntos .swiper-pagination.pagination-linea-puntos .swiper-pagination-bullet:last-child {
  justify-content: end;
}
.slider-puntos .swiper-pagination.pagination-linea-puntos .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-weight: bold;
}

.bloque-formulario {
  width: 100%;
  max-width: 520px;
  margin: auto;
  color: black;
}
.bloque-formulario input[type=text], .bloque-formulario input[type=email], .bloque-formulario input[type=tel], .bloque-formulario input[type=number], .bloque-formulario input[type=month], .bloque-formulario select, .bloque-formulario textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  background: none;
  background-color: #E0ECFD;
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 12px;
}
.bloque-formulario input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.bloque-formulario input::-webkit-outer-spin-button,
.bloque-formulario input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bloque-formulario textarea {
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 80px;
  max-height: 400px;
}
.bloque-formulario input[type=radio], .bloque-formulario input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  cursor: pointer;
  height: 24px;
  transition: 0.1s;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.bloque-formulario input[type=radio]::after, .bloque-formulario input[type=checkbox]::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0062FF;
  transition: 0.1s;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
}
.bloque-formulario input[type=radio]:checked, .bloque-formulario input[type=checkbox]:checked {
  background-color: #E0ECFD;
  border-color: #E0ECFD;
}
.bloque-formulario input[type=radio]:checked::after, .bloque-formulario input[type=checkbox]:checked::after {
  transform: translateX(-50%) translateY(-50%);
}
.bloque-formulario input[type=radio] {
  border-radius: 1000px;
}
.bloque-formulario input[type=radio]::after {
  border-radius: 1000px;
}
.bloque-formulario input[type=checkbox]::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(0);
  width: 2px;
  height: 13px;
  left: 12px;
}
.bloque-formulario input[type=checkbox]::before {
  content: "";
  background-color: #0062FF;
  transition: 0.1s;
  display: block;
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(0);
  width: 2px;
  top: 12px;
  left: 6px;
  height: 7px;
}
.bloque-formulario input[type=checkbox]:checked::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
}
.bloque-formulario input[type=checkbox]:checked::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
}
.bloque-formulario .select .input {
  cursor: pointer;
  position: relative;
}
.bloque-formulario .select .input select {
  cursor: pointer;
  padding-right: 50px;
}
.bloque-formulario .select .input::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0062FF;
  pointer-events: none;
}
.bloque-formulario.donativo .mensajes {
  background-color: #0062FF;
  color: white;
  list-style: none;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}
.bloque-formulario.donativo .mensajes a {
  text-decoration: underline;
}
.bloque-formulario.donativo .pasos > .paso:not(.actual) {
  display: none;
}
.bloque-formulario.donativo .pasos > .paso.paso-2 .cuadrado {
  margin: 0 !important;
}
.bloque-formulario.donativo .pasos > .paso.paso-2 .cuadrado:nth-child(1) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bloque-formulario.donativo .pasos > .paso.paso-2 .cuadrado:nth-child(3) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado {
  background-color: white;
  padding: 30px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 860px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado {
    padding: 30px 15px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .letrilla {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .letrilla {
    display: block;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .letrilla > img {
  display: block;
  max-height: 20px;
  margin: 0 5px;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .letrilla > img {
    display: none;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .boton {
  margin-bottom: 30px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado > *:last-child {
  margin-bottom: 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos {
  margin: 30px 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo {
  margin-bottom: 10px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.nif input:not(:-moz-placeholder-shown), .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.cif input:not(:-moz-placeholder-shown), .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.numero-cuenta input:not(:-moz-placeholder-shown) {
  text-transform: uppercase;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.nif input:not(:placeholder-shown), .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.cif input:not(:placeholder-shown), .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.numero-cuenta input:not(:placeholder-shown) {
  text-transform: uppercase;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo .mensaje {
  display: block;
  font-size: 15px;
  line-height: 120%;
  padding: 0 10px;
  margin-top: 7px;
  color: #fa4d4d;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.invalido {
  margin-bottom: 15px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.invalido input, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.invalido select, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.invalido textarea {
  border-color: #fa4d4d;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.valido input:not([type=checkbox]):not([type=radio]), .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.valido select, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.valido textarea {
  border-color: #61a926;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check {
  margin: 30px 0;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check {
    margin: 25px 0;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check ul {
  list-style: none;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check ul li {
  margin-bottom: 12px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check ul li.deshabilitado {
  display: none;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check ul li:last-of-type {
  margin-bottom: 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check label {
  display: flex;
  line-height: 100%;
  cursor: pointer;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check label > span {
  display: block;
  margin-left: 10px;
  cursor: pointer;
  font-size: 18px;
  padding-top: 2px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check label > span a {
  text-decoration: underline;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check .mensaje {
  margin-left: 24px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check .letrilla {
  margin-left: 35px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check.legal {
  color: #a0a0a0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.check.little label > span {
  font-size: 14px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades ul, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades ul li, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul li {
  width: calc(25% - 8px);
  margin: 0 4px;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades ul li, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul li {
    width: calc(25% - 4px);
    margin: 0 2px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades ul.extra, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul.extra {
  margin-top: 40px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label {
  display: block;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label input, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label input {
  display: none;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label input:checked + span, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label input:checked + span {
  border: 5px solid #0062FF;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label input:checked + span::after, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label input:checked + span::after {
  opacity: 1;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label input:checked + span img, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label input:checked + span img {
  opacity: 1;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label input:checked + span.icono-personalizado img, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label input:checked + span.icono-personalizado img {
  width: 24px;
  max-height: 26px;
  top: -3px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label input:checked + span.icono-personalizado::after, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label input:checked + span.icono-personalizado::after {
  top: -3px;
  background-color: #0062FF;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label input:checked + span.icono-personalizado::after, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label input:checked + span.icono-personalizado::after {
    width: 40px;
    height: 40px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span {
  transition: 0.15s;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #C4C4C4;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span {
    height: 105px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span {
    height: 80px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span:hover, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span:hover {
  border: 1px solid #0062FF;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span span, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span span {
  padding-top: 4px;
}
@media only screen and (max-width: 860px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span span, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span span {
    padding-top: 2px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span input, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span input {
  background: none;
  width: calc(100% - 10px);
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  border: none;
}
@media only screen and (max-width: 860px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span input, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span input {
    font-size: 19px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span::after, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span::after {
  content: "";
  width: 0;
  transition: 0.15s;
  position: absolute;
  top: -20px;
  right: -7px;
  height: 0;
  transform: rotate(-45deg);
  pointer-events: none;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #0062FF;
  opacity: 0;
}
@media only screen and (max-width: 860px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span::after, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span::after {
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #0062FF;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span img, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span img {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1;
  width: 17px;
  opacity: 0;
  transition: 0.15s;
}
@media only screen and (max-width: 860px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span img, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span img {
    width: 14px;
    top: 0;
    right: -1px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span i, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span i {
  font-size: 18px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span i:not(.euro-unico), .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span i:not(.euro-unico) {
  font-size: 13px;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span i:not(.euro-unico), .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span i:not(.euro-unico) {
    font-size: 11px;
    margin-left: -4px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span.icono-personalizado img, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span.icono-personalizado img {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  top: 0;
  left: 50%;
  width: 20px;
  max-height: 22px;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span.icono-personalizado img, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span.icono-personalizado img {
    transform: translateX(-50%) translateY(calc(-50% - 4px));
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span.icono-personalizado::after, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span.icono-personalizado::after {
  opacity: 1;
  border-radius: 1000px;
  border: none;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #C4C4C4;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 0;
  transition: 0.25s;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades label > span.icono-personalizado::after, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span.icono-personalizado::after {
    width: 35px;
    height: 35px;
    transform: translateX(-50%) translateY(calc(-50% - 4px));
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades .mensaje, .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones .mensaje {
  margin-left: 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades ul li:last-of-type label input:checked + span > span {
  display: none;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades ul li:last-of-type label input:checked + span input {
  display: block;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.importe-cantidades ul li:last-of-type label > span {
  padding: 0;
  font-size: 13px;
  text-align: center;
  line-height: 120%;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul li {
    width: calc(50% - 8px);
    margin-bottom: 8px !important;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul li:last-of-type input:checked + span input {
  display: block;
  position: absolute;
  background-color: white;
  top: calc(50% - 41px);
  font-size: 28px;
}
@media only screen and (max-width: 860px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul li:last-of-type input:checked + span input {
    font-size: 22px;
    top: calc(50% - 40px);
  }
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul li:last-of-type input:checked + span input {
    font-size: 28px;
    top: calc(50% - 44px);
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul li:last-of-type input:not(:checked) + span .cantidad {
  display: none;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones ul {
    margin-bottom: -8px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span {
  text-align: center;
  height: 110px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span .participacion span {
  font-size: 11px;
  display: block;
  font-weight: 300;
  padding-top: 1px;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span .participacion span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span .participacion {
    font-size: 28px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span .cantidad {
  font-size: 17px;
  display: block;
  padding-top: 2px;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span .cantidad {
    font-size: 18px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span .cantidad::before {
  content: "";
  height: 1px;
  width: 70px;
  background-color: black;
  opacity: 0.2;
  display: block;
  margin: auto;
  margin-bottom: 8px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.participaciones label > span > span.otro .participacion {
  font-size: 22px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.forma-pago label > span {
  display: flex;
  align-items: center;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo.forma-pago label > span img {
  display: block;
  margin-left: 12px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo:first-child {
  margin-top: 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .campo:not(.oculto):last-child {
  margin-bottom: 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .titulo {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .titulo.personalizado {
  color: #0062FF;
  font-size: 17px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos .titulo.personalizado.oculto {
  display: none;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos > *:last-child {
  margin-bottom: 0 !important;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos:first-child {
  margin-top: 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .campos:last-child {
  margin-bottom: 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.little {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.icono {
  display: flex;
  align-items: center;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.icono > span {
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado.icono > span {
    font-size: 13px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.icono img, .bloque-formulario.donativo .pasos > .paso .cuadrado.icono i {
  width: 18px;
  margin-right: 10px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.icono.oculto {
  display: none;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.estrecho {
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado.estrecho {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.seleccion {
  background-color: black;
  color: white;
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.volver > span {
  font-size: 16px;
  color: #ababab;
  cursor: pointer;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.volver > span:hover {
  text-decoration: underline;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado.volver > span::before {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  content: "";
  border-color: #ababab;
  transform: rotate(135deg);
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .destacado {
  margin: 30px -70px;
  padding: 1px 70px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.donativo .pasos > .paso .cuadrado .destacado {
    margin: 30px -25px;
    padding: 1px 60px;
  }
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .destacado.naranja {
  background-color: #fff0b3;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .destacado.oculto .campos {
  display: none;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .destacado .campos {
  margin: 30px 0;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado .destacado .campos .campo.check {
  margin-left: -34px;
  margin-right: -34px;
}
.bloque-formulario.donativo .pasos > .paso .cuadrado:last-of-type {
  margin-bottom: 0;
}
.bloque-formulario.donativo .pasos > .paso .oculto {
  display: none;
}
.bloque-formulario.donativo .pasos > .paso .selector {
  padding: 0;
  overflow: hidden;
}
.bloque-formulario.donativo .pasos > .paso .selector ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloque-formulario.donativo .pasos > .paso .selector ul li {
  width: 100%;
}
.bloque-formulario.donativo .pasos > .paso .selector ul li label {
  display: block;
  width: 100%;
}
.bloque-formulario.donativo .pasos > .paso .selector ul li input {
  display: none;
}
.bloque-formulario.donativo .pasos > .paso .selector ul li input:checked + span {
  background-color: #0062FF;
  color: white;
}
.bloque-formulario.donativo .pasos > .paso .selector ul li span {
  padding: 17px 0;
  padding-top: 18px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  transition: 0.3s;
  font-weight: 600;
  cursor: pointer;
  line-height: 100%;
}
.bloque-formulario.donativo.bloqueado .pasos > .paso .cuadrado .campos .titulo {
  font-size: 23px;
  line-height: 140%;
  padding: 12px 0;
}
.bloque-formulario.donativo .euro {
  display: none;
}
.bloque-formulario.donativo .euro:not(.euro-unico) {
  font-size: 13px;
}
.bloque-formulario.donativo .forma-pago-cuenta-bancaria, .bloque-formulario.donativo .forma-pago-tarjeta-manual, .bloque-formulario.donativo .forma-pago-paypal, .bloque-formulario.donativo .forma-pago-tarjeta {
  display: none;
}
.bloque-formulario.donativo.tipo-unico .euro-unico {
  display: inline;
}
.bloque-formulario.donativo.tipo-unico .forma-pago-paypal, .bloque-formulario.donativo.tipo-unico .forma-pago-tarjeta {
  display: block;
}
.bloque-formulario.donativo.tipo-socio .euro.actual {
  display: inline;
}
.bloque-formulario.donativo.tipo-socio .forma-pago-cuenta-bancaria, .bloque-formulario.donativo.tipo-socio .forma-pago-tarjeta-manual {
  display: block;
}
.bloque-formulario.donativo.transparente .pasos > .paso .cuadrado.proceso-donacion {
  background: none;
  box-shadow: none;
  color: white;
}
.bloque-formulario.donativo.transparente .pasos > .paso .cuadrado.proceso-donacion .campos .campo .mensaje {
  color: white;
}
.bloque-formulario.donativo.transparente .pasos > .paso .cuadrado.proceso-donacion .campos .campo.importe-cantidades label > span, .bloque-formulario.donativo.transparente .pasos > .paso .cuadrado.proceso-donacion .campos .campo.participaciones label > span {
  background-color: white;
  color: black;
}
.bloque-formulario.donativo.transparente .pasos > .paso .cuadrado.proceso-donacion .letrilla {
  text-shadow: 0 0 8px black;
  color: white;
}
.bloque-formulario.donativo.transparente .pasos > .paso .cuadrado.proceso-donacion .letrilla img {
  display: none;
}
.bloque-formulario.hubspot .hs-form-field {
  margin-bottom: 15px;
}
.bloque-formulario.hubspot .hs-form-field > label {
  display: none;
}
.bloque-formulario.hubspot .hs-button {
  margin-top: 30px;
  border: none;
  background: none;
  background-color: #0062FF;
  color: white;
  font-size: 28px;
  line-height: 1;
  transition: 0.2s;
  font-weight: 700;
  padding: 14px 30px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 570px) {
  .bloque-formulario.hubspot .hs-button {
    font-size: 22px;
  }
}
.bloque-formulario.hubspot .hs-button::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  content: "";
  border-color: white;
  position: relative;
  top: -4px;
  transition: 0.15s;
  margin-left: 12px;
  padding: 3px;
  left: 0;
}
.bloque-formulario.hubspot .hs_error_rollup {
  display: none;
}
.bloque-formulario.hubspot .inputs-list {
  list-style: none;
}
.bloque-formulario.hubspot .inputs-list .hs-error-msg {
  display: block;
  font-size: 15px;
  line-height: 120%;
  padding: 0 10px;
  margin-top: 7px;
  color: #0062FF;
}
.bloque-formulario.hubspot .hs-fieldtype-booleancheckbox {
  margin: 30px 0;
}
.bloque-formulario.hubspot .hs-fieldtype-booleancheckbox li label {
  display: flex;
  line-height: 100%;
  cursor: pointer;
}
.bloque-formulario.hubspot .hs-fieldtype-booleancheckbox li label input {
  float: none;
}
.bloque-formulario.hubspot .hs-fieldtype-booleancheckbox li label span {
  color: #a0a0a0;
  display: block;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  padding-top: 2px;
}
.bloque-formulario.hubspot .hs-fieldtype-booleancheckbox li label span a {
  text-decoration: underline;
}
.bloque-formulario.hubspot .hs-fieldtype-booleancheckbox .hs-error-msg {
  margin-left: 24px;
}
.bloque-formulario.hubspot .hs-fieldtype-booleancheckbox .hs-form-required {
  display: none;
}
.bloque-formulario.hubspot .hs-richtext {
  font-size: 12px;
  color: #8f8f8f;
  line-height: 130%;
  height: 48px;
  overflow-y: auto;
  margin-top: 20px;
}

.bloque-reto {
  font-weight: 700;
  font-size: 20px;
  transition: 1s;
  transition-delay: 1s;
  opacity: 0;
}
.bloque-reto > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloque-reto > div .progreso {
  width: 100%;
  height: 12px;
  display: block;
  background-color: white;
}
.bloque-reto > div .progreso > div {
  width: 0;
  max-width: 100%;
  display: block;
  height: 100%;
  background-color: #0062FF;
  transition: 1.25s;
  transition-delay: 2s;
}
.bloque-reto > div .hito {
  white-space: nowrap;
  margin-left: 20px;
}
.bloque-reto .donado {
  display: block;
  color: #0062FF;
  font-size: 27px;
  margin-top: 6px;
}
.bloque-reto:not(.swing-activado) > div .progreso > div {
  width: 0 !important;
}
.bloque-reto.swing-activado {
  opacity: 1;
}

.bloque-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*&:hover {

    .imagen {

      img {
        transform: scale(1.1);
      }

    }

    .cta {
      @include boton-enlace-hover;
    }

  }*/
}
.bloque-card.swing {
  transition: 0.5s;
  transform: translateY(25px);
  opacity: 0;
}
.bloque-card.swing.swing-activado {
  transform: none;
  opacity: 1;
}
.bloque-card .fondo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.bloque-card .imagen {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 200px;
}
.bloque-card .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bloque-card .info {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bloque-card .info .cta {
  margin-top: 18px;
}
.bloque-card.post .meta {
  list-style: none;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bloque-card.post .meta .boton {
  position: relative;
  z-index: 2;
}
.bloque-card.post .titulo {
  font-size: 31px;
  line-height: 120%;
}
.bloque-card.post .texto {
  margin-top: 18px;
}
.bloque-card.post.principal {
  width: 100%;
  margin-bottom: 30px;
  flex-direction: row;
  align-items: center;
  max-height: 420px;
}
@media only screen and (max-width: 1070px) {
  .bloque-card.post.principal {
    flex-direction: column;
    max-height: none;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-card.post.principal {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-card.post.principal {
    margin-bottom: 20px;
  }
}
.bloque-card.post.principal > div {
  width: calc(50% - 18px);
  height: auto;
}
@media only screen and (max-width: 1070px) {
  .bloque-card.post.principal > div {
    width: 100%;
  }
}
.bloque-card.post.principal .info {
  padding: 30px 0;
}
@media only screen and (max-width: 1070px) {
  .bloque-card.post.principal .info {
    padding: 0;
    margin-top: 35px;
  }
}
.bloque-card.post.principal .imagen {
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 1070px) {
  .bloque-card.post.principal .imagen {
    height: 400px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-card.post.principal .imagen {
    height: 300px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-card.post.principal .imagen {
    height: 200px;
  }
}
.bloque-card.post.principal .titulo {
  font-size: 40px;
}
.bloque-card.equipo {
  cursor: pointer;
}
.bloque-card.equipo .imagen {
  min-height: 400px;
}
@media only screen and (max-width: 1320px) {
  .bloque-card.equipo .imagen {
    min-height: 300px;
  }
}
.bloque-card.equipo .info .rol {
  font-size: 16px;
  font-style: italic;
  margin-top: 14px;
}
.bloque-card.equipo .info .linkedin {
  font-size: 15px;
  margin-top: 6px;
  display: inline-block;
  font-weight: 600;
  transition: 0.15s;
}
.bloque-card.equipo .info .linkedin:hover {
  color: #0062FF;
}
.bloque-card.recurso {
  cursor: pointer;
  background-color: #ededed;
  padding: 30px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bloque-card.recurso .imagen {
  margin-bottom: 30px;
}
.bloque-card.recurso:not(.video) .imagen img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: none !important;
}
.bloque-card.recurso .categoria {
  display: block;
  color: #0062FF;
  font-size: 16px;
  font-weight: 700;
}
.bloque-card.recurso .titulo {
  font-size: 28px;
  line-height: 120%;
  margin-top: 10px;
}

.bloque-porcentaje {
  display: block;
}
.bloque-porcentaje .subtitular {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1680px) {
  .bloque-porcentaje .subtitular {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1320px) {
  .bloque-porcentaje .subtitular {
    font-size: 35px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-porcentaje .subtitular {
    font-size: 30px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-porcentaje .subtitular {
    font-size: 28px;
  }
}
.bloque-porcentaje .numero {
  display: block;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
}
.bloque-porcentaje .numero span {
  font-size: 200px;
  line-height: 75%;
}
@media only screen and (max-width: 1680px) {
  .bloque-porcentaje .numero span {
    font-size: 160px;
  }
}
@media only screen and (max-width: 1320px) {
  .bloque-porcentaje .numero span {
    font-size: 120px;
  }
}
.bloque-porcentaje .descripcion {
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  display: block;
  margin-top: 18px;
  max-width: 250px;
}
.bloque-porcentaje .letrilla {
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  margin-top: 15px;
  display: block;
}
.bloque-porcentaje.cifra .numero {
  font-size: 150px;
}
@media only screen and (max-width: 1680px) {
  .bloque-porcentaje.cifra .numero {
    font-size: 110px;
  }
}
@media only screen and (max-width: 1320px) {
  .bloque-porcentaje.cifra .numero {
    font-size: 90px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-porcentaje.cifra .numero {
    font-size: 70px;
  }
}
.bloque-porcentaje.cifra .numero span {
  font-size: inherit;
}
.bloque-porcentaje.relleno .numero {
  color: white;
  background: black;
  mix-blend-mode: lighten;
  position: relative;
  overflow: hidden;
}
.bloque-porcentaje.relleno .numero .fondo {
  content: "";
  width: 100%;
  height: 0;
  background-color: #0062FF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  transition: 1s;
}
.swiper-slide:not(.swiper-slide-active) .bloque-porcentaje.relleno .numero .fondo {
  height: 0 !important;
}

.bloque-historia {
  position: relative;
  height: 550px;
  overflow: hidden;
}
@media only screen and (max-width: 570px) {
  .bloque-historia {
    height: 420px;
  }
}
.bloque-historia .enlace {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bloque-historia .imagen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bloque-historia .imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: 3s;
}
.bloque-historia .imagen::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transition: 1s;
  display: block;
  position: absolute;
  opacity: 0;
}
.bloque-historia .contenido {
  width: 100%;
  padding: 30px;
  color: white;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 570px) {
  .bloque-historia .contenido {
    padding: 20px;
  }
}
.bloque-historia .contenido .categoria {
  font-size: 17px;
  display: flex;
  align-items: center;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 100%;
}
.bloque-historia .contenido .categoria img {
  display: block;
  margin-right: 15px;
  width: 42px;
}
.bloque-historia .contenido .titulo {
  margin-bottom: 22px;
}
.bloque-historia .contenido .texto-escondido {
  transition: 1s;
  opacity: 0;
  max-height: 0;
}
@media only screen and (max-width: 570px) {
  .bloque-historia .contenido .texto-escondido {
    display: none;
  }
}
.bloque-historia .contenido .cta {
  width: 45px;
  height: 45px;
  border: 1px solid white;
  border-radius: 1000px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -70px;
  transition: 0.5s;
  opacity: 0;
}
.bloque-historia .contenido .cta img {
  display: block;
  width: 16px;
}
@media only screen and (max-width: 570px) {
  .bloque-historia .contenido .cta {
    margin-bottom: 0;
    opacity: 1;
    margin-top: 2px;
  }
}
.bloque-historia .boton {
  margin-top: 28px;
}
.bloque-historia:hover .imagen::after {
  opacity: 0.2 !important;
}
.bloque-historia:hover .imagen img {
  transform: scale(1.1);
}
.bloque-historia:hover .contenido .texto-escondido {
  opacity: 1;
  max-height: 550px;
}
.bloque-historia:hover .contenido .cta {
  margin-bottom: 0;
  opacity: 1;
}
.bloque-historia:hover .boton {
  background-color: #0054DB;
}
.bloque-historia:hover .boton::after {
  left: 5px;
}
.bloque-historia.conoce-mas {
  background-color: #0062FF;
  color: white;
}
.bloque-historia.conoce-mas .contenido {
  opacity: 1 !important;
  transform: none !important;
}
.bloque-historia.conoce-mas .contenido .cta {
  margin-bottom: 0;
  opacity: 1;
  border-color: black;
  transition: 0.15s;
  background-color: black;
}
.bloque-historia.conoce-mas:hover .contenido .cta {
  transform: scale(1.15);
}
.bloque-historia::after {
  content: "";
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.bloque-paginacion {
  color: rgba(28, 32, 39, 0.4);
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 860px) {
  .bloque-paginacion {
    font-size: 22px;
  }
}
.bloque-paginacion ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloque-paginacion ul li {
  margin-right: 18px;
}
@media only screen and (max-width: 860px) {
  .bloque-paginacion ul li {
    margin-right: 13px;
  }
}
.bloque-paginacion ul li a {
  transition: 0.15s;
}
.bloque-paginacion ul li a:hover {
  color: black;
}
.bloque-paginacion ul li:last-of-type {
  margin: 0 !important;
}
.bloque-paginacion ul li .current, .bloque-paginacion ul li .dots {
  color: black;
}
.bloque-paginacion ul li .next, .bloque-paginacion ul li .prev {
  background-color: #D8D8D8;
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
  margin: 0 2px;
}
@media only screen and (max-width: 860px) {
  .bloque-paginacion ul li .next, .bloque-paginacion ul li .prev {
    width: 30px;
    height: 30px;
  }
}
.bloque-paginacion ul li .next::after, .bloque-paginacion ul li .prev::after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid black;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translateY(-50%) translateX(calc(-50% + 1px));
}
.bloque-paginacion ul li .next:hover, .bloque-paginacion ul li .prev:hover {
  background-color: black;
}
.bloque-paginacion ul li .next:hover::after, .bloque-paginacion ul li .prev:hover::after {
  border-left: 6px solid white;
}
.bloque-paginacion ul li .prev {
  transform: rotate(180deg);
}

.bloque-buscador {
  max-width: 600px;
  position: relative;
}
.bloque-buscador input {
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid #494949;
  padding: 20px 5px;
  font-size: 28px;
  padding-right: 50px;
}
@media only screen and (max-width: 1070px) {
  .bloque-buscador input {
    font-size: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-buscador input {
    font-size: 22px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-buscador input {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.bloque-buscador input:valid + button {
  pointer-events: unset;
  opacity: 1;
}
.bloque-buscador button {
  right: 5px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  position: absolute;
  border: none;
  pointer-events: none;
  opacity: 0;
  transition: 0.15s;
  background: none;
}
.bloque-buscador.swing {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.bloque-buscador.swing.swing-activado {
  opacity: 1;
}

.bloque-compartir {
  display: flex;
  align-items: flex-end;
}
.bloque-compartir span {
  font-size: 14px;
  display: block;
  line-height: 120%;
  font-weight: 700;
}
.bloque-compartir ul {
  display: flex;
  list-style: none;
  align-items: center;
}
.bloque-compartir ul li {
  margin-left: 10px;
}
.bloque-compartir ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  border: 1px solid black;
  width: 30px;
  height: 30px;
  color: white;
  background-color: black;
  font-size: 15px;
  border-radius: 1000px;
}
.bloque-compartir ul li a:hover {
  background: none;
  color: black;
}
.bloque-compartir .telefono {
  margin-left: 50px;
  font-size: 18px;
  border-bottom: 1px solid white;
}

.bloque-desplegable {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.bloque-desplegable.swing {
  transform: translateY(25px);
  opacity: 0;
  transition: 0.3s;
}
.bloque-desplegable.swing.swing-activado {
  transform: none;
  opacity: 1;
}
.bloque-desplegable .titulo {
  display: block;
  padding: 20px 0;
  padding-bottom: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.15s;
  position: relative;
  padding-right: 70px;
  line-height: 130%;
}
@media only screen and (max-width: 570px) {
  .bloque-desplegable .titulo {
    padding-right: 30px;
  }
}
.bloque-desplegable .titulo::after {
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 5px);
  pointer-events: none;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  transition: 0.15s;
  transform: rotate(45deg);
}
.bloque-desplegable .texto {
  display: none;
  margin-left: 50px;
  margin-bottom: 40px;
  margin-top: 8px;
  margin-right: 100px;
  font-size: 18px;
}
.bloque-desplegable .galeria-equipo {
  display: none;
}
.bloque-desplegable.desplegado .titulo::after {
  transform: rotate(225deg);
  top: calc(50% - 3px);
}
.bloque-desplegable.desplegado .texto {
  display: block;
}
.bloque-desplegable.desplegado .galeria-equipo {
  display: block;
}
.bloque-desplegable + .boton {
  margin-top: 60px;
}
.bloque-desplegable + .bloque-desplegable {
  margin-top: 0;
}

.bloque-numeracion > li {
  position: relative;
  list-style: none;
  padding-right: 100px;
  padding-top: 20px;
  transition: 0.6s;
  transform: translateY(25px);
  opacity: 0;
}
.bloque-numeracion > li.sin-icono .titulo {
  margin-top: 80px;
}
@media only screen and (max-width: 570px) {
  .bloque-numeracion > li {
    padding-right: 0;
  }
}
.bloque-numeracion > li.swing-activado {
  transform: none;
  opacity: 1;
}
.bloque-numeracion > li .numero {
  position: absolute;
  font-size: 260px;
  line-height: 100%;
  margin-top: -70px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0062FF;
  color: transparent;
  opacity: 0.4;
  pointer-events: none;
}
.bloque-numeracion > li .icono {
  display: block;
  width: 60px;
  margin-bottom: 25px;
  height: 60px;
  z-index: 1;
  position: relative;
}
.bloque-numeracion > li .titulo {
  font-weight: 700;
  display: block;
  font-size: 28px;
  margin-bottom: 18px;
  z-index: 1;
  position: relative;
  line-height: 120%;
}
.bloque-numeracion > li .texto {
  z-index: 1;
  position: relative;
}

.bloque-texto-contorneado {
  font-size: 100px;
  text-shadow: 1px 0 0 black, -1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
  line-height: 100%;
  color: white;
  font-weight: 700;
}
@media only screen and (max-width: 1680px) {
  .bloque-texto-contorneado {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-texto-contorneado {
    font-size: 50px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-texto-contorneado {
    font-size: 45px;
  }
}
.bloque-texto-contorneado p {
  transition: 0.3s;
  transform: translateY(25px);
  opacity: 0;
}
.bloque-texto-contorneado strong {
  transition: 1s;
}
.bloque-texto-contorneado .swing-activado {
  transform: none;
  opacity: 1;
}
.bloque-texto-contorneado .swing-activado strong {
  transition-delay: 0.5s;
  color: black;
}

.bloque-donativo {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .bloque-donativo {
    display: block;
  }
}
.bloque-donativo .izquierda {
  opacity: 0;
  width: 100%;
  transition: 0.5s;
}
.bloque-donativo .bloque-formulario {
  margin: 0;
  margin-left: 80px;
  min-width: 520px;
  opacity: 0;
  transition: 1.2s;
  transform: scale(1.1);
}
@media only screen and (max-width: 1070px) {
  .bloque-donativo .bloque-formulario {
    margin: auto;
    min-width: initial;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-donativo .bloque-formulario {
    margin-top: 50px;
  }
}
.bloque-donativo.swing-activado .izquierda {
  opacity: 1;
  transform: none;
}
.bloque-donativo.swing-activado .bloque-formulario {
  opacity: 1;
  transform: none;
}

.bloque-numeros-loteria {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.bloque-numeros-loteria li {
  margin: 0;
  width: 20%;
  margin-top: 28px;
  font-size: 31px;
}
@media only screen and (max-width: 1320px) {
  .bloque-numeros-loteria li {
    width: 25%;
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-numeros-loteria li {
    width: 20%;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-numeros-loteria li {
    width: 33.33%;
    font-size: 27px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-numeros-loteria li {
    width: 50%;
  }
}
.bloque-numeros-loteria li span {
  color: #0062FF;
}
.bloque-numeros-loteria li.swing {
  transition: 0.3s;
  opacity: 0;
}
.bloque-numeros-loteria li.swing.swing-activado {
  opacity: 1;
  transition-delay: 0.2s;
}

.bloque-logotipos {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  list-style: none;
  margin-bottom: -30px;
}
@media only screen and (max-width: 570px) {
  .bloque-logotipos {
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
}
.bloque-logotipos li {
  width: 250px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  opacity: 0;
  transform: scale(1.1);
  transition-delay: 0.35s;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1320px) {
  .bloque-logotipos li {
    width: 220px;
    height: 80px;
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-logotipos li {
    width: 200px;
    height: 60px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-logotipos li {
    width: 170px;
    height: 50px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-logotipos li {
    margin-bottom: 20px;
    width: 190px;
    height: 60px;
  }
  .bloque-logotipos li:last-of-type {
    margin-bottom: 0;
  }
}
.bloque-logotipos li.swing-activado {
  transform: none;
  opacity: 1;
}
.bloque-logotipos li img {
  display: block;
  width: 100%;
  max-height: 100%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
}

.bloque-contacto {
  display: flex;
  justify-content: space-between;
  max-width: 1030px;
  margin: auto;
  align-items: flex-start;
}
@media only screen and (max-width: 860px) {
  .bloque-contacto {
    flex-direction: column;
    align-items: center;
  }
}
.bloque-contacto .izquierda {
  width: 100%;
  padding-right: 40px;
}
@media only screen and (max-width: 860px) {
  .bloque-contacto .izquierda {
    padding-right: 0;
  }
}
.bloque-contacto .izquierda .subtitular {
  font-size: 36px;
}
.bloque-contacto .izquierda .subtitular.swing {
  transition: 0.6s;
  opacity: 0;
  transform: translateX(-25px);
}
.bloque-contacto .izquierda .subtitular.swing.swing-activado {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.bloque-contacto .izquierda img {
  display: block;
  width: calc(100% - 40px);
  margin-left: 115px;
  z-index: 1;
  position: relative;
  height: auto;
  margin-top: 26px;
}
@media only screen and (max-width: 1070px) {
  .bloque-contacto .izquierda img {
    width: calc(100% - 10vw);
    margin-left: 75px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-contacto .izquierda img {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    max-width: 340px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-contacto .izquierda img {
    margin-top: 30px;
    max-width: 250px;
  }
}
.bloque-contacto .izquierda img.swing {
  transition: 0.4s;
  opacity: 0;
  transform: scale(0.97);
}
.bloque-contacto .izquierda img.swing.swing-activado {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}
.bloque-contacto .derecha {
  background-color: black;
  width: 565px;
  margin-top: 60px;
  min-width: 565px;
  padding: 75px 0;
}
@media only screen and (max-width: 1070px) {
  .bloque-contacto .derecha {
    width: 460px;
    min-width: 460px;
    padding: 55px 0;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-contacto .derecha {
    width: 100%;
    min-width: initial;
    margin-top: 40px;
    padding: 50px 0;
  }
}
.bloque-contacto .derecha .bloque-formulario {
  max-width: 380px;
  color: white;
}
.bloque-contacto .derecha .bloque-formulario input[type=text], .bloque-contacto .derecha .bloque-formulario input[type=email], .bloque-contacto .derecha .bloque-formulario input[type=tel], .bloque-contacto .derecha .bloque-formulario input[type=number], .bloque-contacto .derecha .bloque-formulario input[type=month], .bloque-contacto .derecha .bloque-formulario select, .bloque-contacto .derecha .bloque-formulario textarea {
  background-color: white;
}
.bloque-contacto .derecha .bloque-formulario input[type=radio], .bloque-contacto .derecha .bloque-formulario input[type=checkbox] {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.bloque-contacto .derecha .bloque-formulario input[type=radio]::after, .bloque-contacto .derecha .bloque-formulario input[type=checkbox]::after {
  background-color: white;
}
.bloque-contacto .derecha .bloque-formulario input[type=radio]:checked, .bloque-contacto .derecha .bloque-formulario input[type=checkbox]:checked {
  background-color: #0287a6;
  border-color: #0287a6;
}
.bloque-contacto .derecha .bloque-formulario input[type=checkbox]::before {
  background-color: white;
}
@media only screen and (max-width: 860px) {
  .bloque-contacto .derecha .bloque-formulario {
    margin: auto;
    max-width: none;
    padding: 0 20px;
  }
}
.bloque-contacto .derecha.swing {
  transition: 1s;
  opacity: 0;
  transform: scale(1.02);
}
.bloque-contacto .derecha.swing.swing-activado {
  opacity: 1;
  transform: none;
}

.bloque-texto-con-imagen .izquierda {
  display: flex;
  align-items: center;
}
.bloque-texto-con-imagen .izquierda.swing {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(25px);
  transition-delay: 0.2s;
}
.bloque-texto-con-imagen .izquierda.swing.swing-activado {
  opacity: 1;
  transform: none;
}
.bloque-texto-con-imagen.imagen, .bloque-texto-con-imagen.video {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-con-imagen.imagen, .bloque-texto-con-imagen.video {
    display: block;
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-con-imagen.imagen.invertido, .bloque-texto-con-imagen.video.invertido {
    display: flex;
    flex-direction: column-reverse;
  }
}
.bloque-texto-con-imagen.imagen > div, .bloque-texto-con-imagen.video > div {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-con-imagen.imagen > div, .bloque-texto-con-imagen.video > div {
    width: 100%;
  }
}
.bloque-texto-con-imagen.imagen .imagen, .bloque-texto-con-imagen.imagen .video, .bloque-texto-con-imagen.video .imagen, .bloque-texto-con-imagen.video .video {
  position: relative;
  margin: -50px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-height: 100%;
}
.bloque-texto-con-imagen.imagen .imagen.little > div, .bloque-texto-con-imagen.imagen .video.little > div, .bloque-texto-con-imagen.video .imagen.little > div, .bloque-texto-con-imagen.video .video.little > div {
  max-width: 460px;
  transform: translateX(-50px);
  margin-top: -10px;
}
.bloque-texto-con-imagen.imagen .imagen.little > div:first-of-type, .bloque-texto-con-imagen.imagen .video.little > div:first-of-type, .bloque-texto-con-imagen.video .imagen.little > div:first-of-type, .bloque-texto-con-imagen.video .video.little > div:first-of-type {
  margin-top: 0 !important;
}
.bloque-texto-con-imagen.imagen .imagen.little > div:nth-child(2n), .bloque-texto-con-imagen.imagen .video.little > div:nth-child(2n), .bloque-texto-con-imagen.video .imagen.little > div:nth-child(2n), .bloque-texto-con-imagen.video .video.little > div:nth-child(2n) {
  transform: translateX(50px);
}
@media only screen and (max-width: 570px) {
  .bloque-texto-con-imagen.imagen .imagen.little > div:nth-child(2n), .bloque-texto-con-imagen.imagen .video.little > div:nth-child(2n), .bloque-texto-con-imagen.video .imagen.little > div:nth-child(2n), .bloque-texto-con-imagen.video .video.little > div:nth-child(2n) {
    transform: translateX(60px);
  }
}
@media only screen and (max-width: 1680px) {
  .bloque-texto-con-imagen.imagen .imagen.little > div, .bloque-texto-con-imagen.imagen .video.little > div, .bloque-texto-con-imagen.video .imagen.little > div, .bloque-texto-con-imagen.video .video.little > div {
    max-width: 400px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1320px) {
  .bloque-texto-con-imagen.imagen .imagen.little > div, .bloque-texto-con-imagen.imagen .video.little > div, .bloque-texto-con-imagen.video .imagen.little > div, .bloque-texto-con-imagen.video .video.little > div {
    max-width: 350px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-con-imagen.imagen .imagen.little > div, .bloque-texto-con-imagen.imagen .video.little > div, .bloque-texto-con-imagen.video .imagen.little > div, .bloque-texto-con-imagen.video .video.little > div {
    max-width: 300px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-texto-con-imagen.imagen .imagen.little > div, .bloque-texto-con-imagen.imagen .video.little > div, .bloque-texto-con-imagen.video .imagen.little > div, .bloque-texto-con-imagen.video .video.little > div {
    max-width: 250px;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-texto-con-imagen.imagen .imagen.little > div, .bloque-texto-con-imagen.imagen .video.little > div, .bloque-texto-con-imagen.video .imagen.little > div, .bloque-texto-con-imagen.video .video.little > div {
    max-width: 200px;
    margin-top: -25px;
    transform: translateX(-60px);
  }
}
.bloque-texto-con-imagen.imagen .imagen > div, .bloque-texto-con-imagen.imagen .video > div, .bloque-texto-con-imagen.video .imagen > div, .bloque-texto-con-imagen.video .video > div {
  transition: 1s;
  transition-delay: 0.2s;
  opacity: 0;
}
.bloque-texto-con-imagen.imagen .imagen > div.swing-activado, .bloque-texto-con-imagen.imagen .video > div.swing-activado, .bloque-texto-con-imagen.video .imagen > div.swing-activado, .bloque-texto-con-imagen.video .video > div.swing-activado {
  opacity: 1;
}
.bloque-texto-con-imagen.imagen .imagen > div img, .bloque-texto-con-imagen.imagen .video > div img, .bloque-texto-con-imagen.video .imagen > div img, .bloque-texto-con-imagen.video .video > div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bloque-texto-con-imagen.imagen .imagen > div video, .bloque-texto-con-imagen.imagen .video > div video, .bloque-texto-con-imagen.video .imagen > div video, .bloque-texto-con-imagen.video .video > div video {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-con-imagen.imagen .imagen, .bloque-texto-con-imagen.imagen .video, .bloque-texto-con-imagen.video .imagen, .bloque-texto-con-imagen.video .video {
    max-width: 480px;
    margin: auto;
    top: auto !important;
    position: static;
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-texto-con-imagen.imagen .imagen, .bloque-texto-con-imagen.imagen .video, .bloque-texto-con-imagen.video .imagen, .bloque-texto-con-imagen.video .video {
    margin-top: 55px !important;
  }
}
.bloque-texto-con-imagen.imagen.imagen-estrecha > div, .bloque-texto-con-imagen.video.imagen-estrecha > div {
  width: calc(60% - 40px);
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-con-imagen.imagen.imagen-estrecha > div, .bloque-texto-con-imagen.video.imagen-estrecha > div {
    width: 100%;
  }
}
.bloque-texto-con-imagen.imagen.imagen-estrecha > div.imagen, .bloque-texto-con-imagen.video.imagen-estrecha > div.imagen {
  width: calc(40% - 40px);
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-con-imagen.imagen.imagen-estrecha > div.imagen, .bloque-texto-con-imagen.video.imagen-estrecha > div.imagen {
    width: 100%;
    max-width: 350px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-texto-con-imagen.imagen.imagen-estrecha > div.imagen, .bloque-texto-con-imagen.video.imagen-estrecha > div.imagen {
    max-width: 300px;
  }
}
.bloque-texto-con-imagen h3 {
  padding-top: 10px;
}

.bloque-historias {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bloque-historias > div {
  z-index: 1;
}
@media only screen and (max-width: 860px) {
  .bloque-historias {
    align-items: center;
    flex-direction: column;
  }
}
.bloque-historias .izquierda {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .bloque-historias .izquierda {
    width: 100%;
  }
}
.bloque-historias .izquierda.swing {
  transition: 0.5s;
  opacity: 0;
  transform: translateX(-25px);
}
.bloque-historias .izquierda.swing.swing-activado {
  opacity: 1;
  transition-delay: 0.3s;
  transform: none;
}
.bloque-historias .historias {
  width: calc(50% - 90px);
  height: 480px;
  position: relative;
}
@media only screen and (max-width: 1320px) {
  .bloque-historias .historias {
    height: 400px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-historias .historias {
    width: 100%;
    margin-top: 60px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-historias .historias {
    height: 300px;
  }
}
.bloque-historias .historias.swing {
  transition: 1s;
  opacity: 0;
}
.bloque-historias .historias.swing.swing-activado {
  opacity: 1;
  transition-delay: 1s;
}
.bloque-historias .historias > ul {
  list-style: none;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.bloque-historias .historias > ul > li {
  display: block;
  min-width: 100%;
  position: relative;
}
.bloque-historias .historias > ul > li:not(.swiper-slide-duplicate-active):not(.swiper-slide-active) {
  opacity: 0 !important;
}
.bloque-historias .historias > ul > li .titulo {
  left: 0;
  top: 100px;
  position: absolute;
  display: block;
  font-size: 24px;
  max-width: 230px;
  line-height: 130%;
  text-shadow: 0 0 15px black;
}
@media only screen and (max-width: 570px) {
  .bloque-historias .historias > ul > li .titulo {
    top: 50px;
  }
}
.bloque-historias .historias > ul > li img {
  display: block;
  width: calc(100% - 60px);
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 60px;
}
.bloque-historias .historias .siguiente {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 1000px;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 20px;
  transform: translateY(50%);
  transition: 0.15s;
}
.bloque-historias .historias .siguiente::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  padding: 4px;
}

.bloque-dudas .texto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
}
@media only screen and (max-width: 1070px) {
  .bloque-dudas .texto {
    font-size: 22px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-dudas .texto {
    font-size: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-dudas .texto {
    display: block;
  }
}
.bloque-dudas .texto > * {
  width: calc(50% - 40px);
  margin: 0;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.4s;
}
@media only screen and (max-width: 860px) {
  .bloque-dudas .texto > * {
    width: 100%;
    margin-bottom: 40px;
  }
  .bloque-dudas .texto > *:last-of-type {
    margin: 0;
  }
}
.bloque-dudas .texto .subtitular {
  margin-bottom: 3px;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 860px) {
  .bloque-dudas .texto .subtitular {
    margin-bottom: 18px;
  }
}
.bloque-dudas.swing-activado .texto > * {
  opacity: 1;
}

.bloque-cta-donativo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: black;
}
@media only screen and (max-width: 860px) {
  .bloque-cta-donativo {
    display: block;
  }
}
.bloque-cta-donativo > div {
  width: calc(50% - 100px);
}
@media only screen and (max-width: 1320px) {
  .bloque-cta-donativo > div {
    width: calc(50% - 70px);
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-cta-donativo > div {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 860px) {
  .bloque-cta-donativo > div {
    width: 100%;
    margin-bottom: 60px;
  }
  .bloque-cta-donativo > div:last-of-type {
    margin-bottom: 0;
  }
}
.bloque-cta-donativo > div.izquierda {
  color: white;
  opacity: 0;
  transform: translateX(-25px);
  transition: 0.6s;
  transition-delay: 0.3s;
}
.bloque-cta-donativo > div.derecha {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.bloque-cta-donativo > div.derecha .texto {
  max-width: 430px;
}
.bloque-cta-donativo > div.derecha .texto .boton {
  margin-bottom: 40px;
  border: none;
}
.bloque-cta-donativo > div.derecha .texto .icono {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 570px) {
  .bloque-cta-donativo > div.derecha .texto .icono {
    max-width: 300px;
  }
}
.bloque-cta-donativo > div.derecha .texto .icono a {
  color: white;
}
.bloque-cta-donativo > div.derecha .texto .icono .azul {
  color: white;
}
.bloque-cta-donativo > div.derecha .texto .icono img, .bloque-cta-donativo > div.derecha .texto .icono i {
  margin: 0;
  width: 18px;
  margin-right: 12px;
}
.bloque-cta-donativo > div.derecha .texto .icono i {
  font-size: 20px;
}
.bloque-cta-donativo .subtitular {
  margin-bottom: 35px;
}
.bloque-cta-donativo .precios {
  color: white;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.bloque-cta-donativo .precios li {
  width: 100px;
  height: 100px;
  border: 1px solid #8AB7FF;
  font-weight: 700;
  margin: 0 3px;
}
.bloque-cta-donativo .precios li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloque-cta-donativo .precios li > a > span {
  line-height: 100%;
  padding-top: 4px;
}
.bloque-cta-donativo .precios li > a > span > span {
  font-size: 13px;
  margin-left: 5px;
}
.bloque-cta-donativo .precios li:first-of-type {
  border: 5px solid white;
  transform: scale(1.2);
  font-size: 30px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  margin: 0 13px;
}
.bloque-cta-donativo .precios li:first-of-type > a {
  position: relative;
}
.bloque-cta-donativo .precios li:first-of-type > a::after {
  content: "";
  width: 0;
  transition: 0.15s;
  position: absolute;
  top: -20px;
  right: -7px;
  height: 0;
  transform: rotate(-45deg);
  pointer-events: none;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid white;
}
.bloque-cta-donativo .precios li:first-of-type > a img {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1;
  width: 17px;
  transition: 0.15s;
}
.bloque-cta-donativo h4 {
  margin-top: 0;
  color: black;
}
.bloque-cta-donativo.swing-activado > div.izquierda {
  opacity: 1;
  transform: none;
}
.bloque-cta-donativo.swing-activado > div.derecha {
  opacity: 1;
}

.bloque-video {
  text-align: center;
}
.bloque-video video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bloque-migas {
  padding-top: 50px;
}
.bloque-migas ul {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}
.bloque-migas ul li a:hover {
  text-decoration: underline;
}
.bloque-migas ul li:not(:last-of-type)::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  content: "";
  position: relative;
  top: -1px;
  left: -2px;
  margin: 0 6px;
  border-color: #0062FF;
}
@media only screen and (max-width: 860px) {
  .bloque-migas {
    display: none;
  }
}

.bloque-regalos .regalos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
  margin-bottom: -70px;
}
.bloque-regalos .regalos > div {
  width: calc(25% - 20px);
  margin: 0 10px;
  position: relative;
  transition: 0.7s;
  height: 470px;
  margin-bottom: 70px;
  transform: translateY(25px);
  opacity: 0;
}
.bloque-regalos .regalos > div.swing-activado {
  transform: none;
  opacity: 1;
}
@media only screen and (max-width: 1320px) {
  .bloque-regalos .regalos > div {
    width: calc(50% - 20px);
    height: 250px;
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-regalos .regalos > div {
    height: 280px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-regalos .regalos > div {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.bloque-regalos .regalos > div .enlace {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bloque-regalos .regalos > div .imagen {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.bloque-regalos .regalos > div .imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: 2s;
}
.bloque-regalos .regalos > div .imagen::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.3;
}
.bloque-regalos .regalos > div .icono {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90px;
  height: 90px;
  background-color: #0062FF;
  border-radius: 1000px;
  transition: 0.2s;
}
@media only screen and (max-width: 1320px) {
  .bloque-regalos .regalos > div .icono {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-regalos .regalos > div .icono {
    width: 70px;
    height: 70px;
  }
}
.bloque-regalos .regalos > div .icono img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 40px;
  max-height: 42px;
}
.bloque-regalos .regalos > div .contenido {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 15px;
  text-align: center;
}
.bloque-regalos .regalos > div:hover {
  opacity: 1 !important;
}
.bloque-regalos .regalos > div:hover .boton {
  background-color: #0054DB;
}
.bloque-regalos .regalos > div:hover .boton::after {
  left: 5px;
}
.bloque-regalos .regalos > div:hover .icono {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.bloque-regalos .regalos > div:hover .imagen img {
  transform: scale(1.1);
}
.bloque-regalos .regalos:hover > div {
  opacity: 0.5;
}

.bloque-formato-entrevista .elemento {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1070px) {
  .bloque-formato-entrevista .elemento {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.bloque-formato-entrevista .elemento:last-of-type {
  margin-bottom: 0;
}
.bloque-formato-entrevista .elemento > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1070px) {
  .bloque-formato-entrevista .elemento > div {
    display: block;
  }
}
.bloque-formato-entrevista .elemento > div:last-of-type {
  margin-bottom: 0;
}
.bloque-formato-entrevista .elemento > div .izquierda {
  width: 310px;
  min-width: 310px;
  margin-right: 70px;
}
@media only screen and (max-width: 1070px) {
  .bloque-formato-entrevista .elemento > div .izquierda {
    width: 100%;
    min-width: initial;
    margin-right: 0;
  }
}
.bloque-formato-entrevista .elemento > div .derecha {
  width: 100%;
}
@media only screen and (max-width: 1070px) {
  .bloque-formato-entrevista .elemento > div .derecha {
    margin-top: 22px;
    margin-left: 20px;
    width: calc(100% - 20px);
  }
}

.bloque-elementos-hover .desktop {
  position: relative;
  min-height: 940px;
}
@media only screen and (max-width: 1070px) {
  .bloque-elementos-hover .desktop {
    display: none;
  }
}
.bloque-elementos-hover .desktop .imagen {
  display: block;
  position: absolute;
}
.bloque-elementos-hover .desktop .imagen img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
}
.bloque-elementos-hover .desktop .imagen img.actual {
  opacity: 1;
  pointer-events: auto;
}
.bloque-elementos-hover .desktop .imagen.superior {
  width: 500px;
  height: 380px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1320px) {
  .bloque-elementos-hover .desktop .imagen.superior {
    width: 450px;
  }
}
.bloque-elementos-hover .desktop .imagen.medio {
  width: 530px;
  height: 340px;
  right: 0;
  top: 300px;
}
.bloque-elementos-hover .desktop .imagen.medio img {
  transition-delay: 0.1s;
}
.bloque-elementos-hover .desktop .imagen.inferior {
  width: 320px;
  height: 450px;
  left: 50%;
  top: 481px;
}
.bloque-elementos-hover .desktop .imagen.inferior img {
  transition-delay: 0.2s;
}
.bloque-elementos-hover .desktop .titulos {
  padding-top: 209px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloque-elementos-hover .desktop .titulos h4 {
  display: inline-block;
  padding: 20px 15px;
  transition: 0.3s;
  color: #dfdfdf;
  cursor: pointer;
}
.bloque-elementos-hover .desktop .titulos h4.actual, .bloque-elementos-hover .desktop .titulos h4:hover {
  color: black;
}
.bloque-elementos-hover .desktop .descripcion {
  position: absolute;
  right: 0;
  width: 530px;
  top: 0;
  z-index: 2;
}
.bloque-elementos-hover .desktop .descripcion .texto {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  opacity: 0;
  height: 210px;
  transition: 0.4s;
}
.bloque-elementos-hover .desktop .descripcion .texto.actual {
  opacity: 1;
  pointer-events: auto;
}
.bloque-elementos-hover .mobile {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .bloque-elementos-hover .mobile {
    display: block;
  }
}
.bloque-elementos-hover .mobile .elemento {
  margin-bottom: 80px;
}
@media only screen and (max-width: 860px) {
  .bloque-elementos-hover .mobile .elemento {
    margin-bottom: 70px;
  }
}
.bloque-elementos-hover .mobile .elemento .titular {
  margin-bottom: 30px;
}
.bloque-elementos-hover .mobile .elemento .imagenes {
  margin-top: 50px;
}
.bloque-elementos-hover .mobile .elemento .imagenes > div:nth-child(1) {
  width: 70%;
}
.bloque-elementos-hover .mobile .elemento .imagenes > div:nth-child(2) {
  width: 70%;
  margin-left: 30%;
  margin-top: -25%;
}
.bloque-elementos-hover .mobile .elemento .imagenes > div:nth-child(3) {
  width: 43%;
  margin-left: 20%;
  margin-top: -26%;
}
.bloque-elementos-hover .mobile .elemento .imagenes > div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloque-elementos-hover .mobile .elemento:last-child {
  margin-bottom: 0;
}

.bloque-texto-horizontal {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-horizontal {
    display: block;
  }
}
.bloque-texto-horizontal + .bloque-texto-horizontal {
  margin-top: 70px;
}
.seccion.negro .bloque-texto-horizontal {
  border-color: rgba(255, 255, 255, 0.2);
}
.bloque-texto-horizontal .izquierda {
  width: 420px;
  min-width: 420px;
  margin-right: 100px;
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-horizontal .izquierda {
    width: 100%;
    min-width: initial;
    margin-right: 0;
    margin-bottom: 45px !important;
  }
}
.bloque-texto-horizontal .izquierda .letrilla {
  margin-top: -20px;
}
.bloque-texto-horizontal .derecha {
  width: 100%;
}
.bloque-texto-horizontal.grande > div {
  width: calc(50% - 50px);
  min-width: initial;
  margin: 0;
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-horizontal.grande > div {
    width: 100%;
  }
}
.bloque-texto-horizontal.linea {
  padding-bottom: 0;
  border-bottom: none;
}
.bloque-texto-horizontal.linea + .bloque-texto-horizontal {
  padding-top: 50px;
}

.bloque-datos ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -40px;
}
@media only screen and (max-width: 860px) {
  .bloque-datos ul {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.bloque-datos ul li {
  width: calc(33.33% - 50px);
  margin: 0 25px;
  border-bottom: 1px solid;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 860px) {
  .bloque-datos ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  .bloque-datos ul li:last-child {
    margin-bottom: 0;
  }
}
.bloque-datos ul li .subtitular {
  display: block;
  margin-bottom: 12px;
}

.bloque-plan-estrategico {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  .bloque-plan-estrategico {
    flex-direction: column-reverse;
  }
}
.bloque-plan-estrategico .izquierda {
  max-width: 450px;
}
@media only screen and (max-width: 860px) {
  .bloque-plan-estrategico .izquierda {
    margin-top: 45px;
  }
}
.bloque-plan-estrategico .derecha {
  text-align: right;
  font-size: 145px;
  font-weight: 700;
  margin-left: 100px;
  line-height: 80%;
}
@media only screen and (max-width: 1320px) {
  .bloque-plan-estrategico .derecha {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-plan-estrategico .derecha {
    font-size: 85px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-plan-estrategico .derecha {
    font-size: 80px;
    margin-left: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-plan-estrategico .derecha {
    font-size: 60px;
  }
}
.bloque-plan-estrategico .derecha > span:first-child {
  margin-right: 22px;
}
.bloque-plan-estrategico .derecha > span:last-child {
  text-shadow: 1px 0 0 black, -1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
  color: white;
}

.bloque-iconos-descripcion {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
@media only screen and (max-width: 570px) {
  .bloque-iconos-descripcion {
    margin-bottom: -30px;
  }
}
.bloque-iconos-descripcion > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 100px);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1320px) {
  .bloque-iconos-descripcion > div {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 860px) {
  .bloque-iconos-descripcion > div {
    width: 100%;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-iconos-descripcion > div {
    margin-bottom: 30px;
  }
}
.bloque-iconos-descripcion > div .texto {
  width: 100%;
}
.bloque-iconos-descripcion > div img {
  display: block;
  width: 70px;
  min-width: 70px;
  margin-right: 25px;
}
@media only screen and (max-width: 570px) {
  .bloque-iconos-descripcion > div img {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
}
.bloque-iconos-descripcion > div p {
  width: 100%;
  padding-top: 15px;
  font-size: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 570px) {
  .bloque-iconos-descripcion > div p {
    padding-top: 10px;
  }
}

.bloque-compromiso {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 860px) {
  .bloque-compromiso {
    display: block;
  }
}
.bloque-compromiso .izquierda {
  width: calc(50% - 60px);
  padding: 150px 0;
  padding-right: 80px;
  z-index: 1;
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.bloque-compromiso .izquierda .mobile {
  display: none;
  text-transform: uppercase;
  font-style: italic;
}
@media only screen and (max-width: 860px) {
  .bloque-compromiso .izquierda .mobile {
    display: block;
  }
}
@media only screen and (max-width: 1320px) {
  .bloque-compromiso .izquierda {
    padding: 100px 0 !important;
    width: calc(50% - 30px);
    min-height: 570px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-compromiso .izquierda {
    width: 100%;
    padding: 0 !important;
    min-height: initial;
  }
}
.bloque-compromiso .derecha {
  width: calc(50% + 60px);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 1320px) {
  .bloque-compromiso .derecha {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 860px) {
  .bloque-compromiso .derecha {
    width: 100%;
    height: 400px;
    max-width: 500px;
    position: static;
    margin: auto;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-compromiso .derecha {
    max-width: none;
  }
}
.bloque-compromiso .derecha img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 860px) {
  .bloque-compromiso + .bloque-compromiso {
    margin-top: 70px;
  }
}
.bloque-compromiso .fondo-texto {
  top: calc(50% - 130px) !important;
}
.bloque-compromiso.invertido {
  flex-direction: row-reverse;
}
.bloque-compromiso.invertido .izquierda {
  padding-right: 0;
  padding-left: 80px;
}
.bloque-compromiso.invertido .derecha {
  right: auto;
  left: 0;
}

.bloque-slider-pasos {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .bloque-slider-pasos {
    display: block;
  }
}
.bloque-slider-pasos > div.izquierda {
  width: calc(50% - 50px);
}
@media only screen and (max-width: 1070px) {
  .bloque-slider-pasos > div.izquierda {
    width: 100%;
  }
}
.bloque-slider-pasos > div.izquierda .titulos {
  margin-bottom: 60px;
  max-width: 480px;
  position: relative;
  min-height: 330px;
}
@media only screen and (max-width: 1070px) {
  .bloque-slider-pasos > div.izquierda .titulos {
    max-width: none;
    min-height: 80px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-slider-pasos > div.izquierda .titulos {
    min-height: 110px;
    margin-bottom: 30px;
  }
}
.bloque-slider-pasos > div.izquierda .titulos .texto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.bloque-slider-pasos > div.izquierda .titulos .texto.actual {
  pointer-events: unset;
  opacity: 1;
}
@media only screen and (max-width: 860px) {
  .bloque-slider-pasos > div.izquierda .titulos .texto {
    font-size: 16px;
  }
  .bloque-slider-pasos > div.izquierda .titulos .texto p, .bloque-slider-pasos > div.izquierda .titulos .texto ol, .bloque-slider-pasos > div.izquierda .titulos .texto ul {
    margin-bottom: 10px;
  }
}
.bloque-slider-pasos > div.izquierda .pasos {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bloque-slider-pasos > div.izquierda .pasos .swiper-wrapper {
  height: 100%;
  display: flex;
}
.bloque-slider-pasos > div.izquierda .pasos .swiper-wrapper .paso {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 100%;
  width: 100%;
  opacity: 0 !important;
  min-height: 120px;
  pointer-events: none;
}
.bloque-slider-pasos > div.izquierda .pasos .swiper-wrapper .paso.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: unset;
}
.bloque-slider-pasos > div.izquierda .pasos .swiper-wrapper .paso .numero {
  display: block;
  font-size: 140px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
  left: 75px;
  pointer-events: none;
  opacity: 0.2;
  text-shadow: 1px 0 0 black, -1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
  color: white;
}
.bloque-slider-pasos > div.izquierda .pasos .swiper-wrapper .paso .texto {
  padding-left: 98px;
  padding-right: 72px;
  z-index: 1;
  position: relative;
  font-size: 19px;
}
@media only screen and (max-width: 570px) {
  .bloque-slider-pasos > div.izquierda .pasos .swiper-wrapper .paso .texto {
    font-size: 15px;
    padding-left: 58px;
    padding-right: 60px;
  }
}
.bloque-slider-pasos > div.izquierda .pasos .flecha {
  width: 55px;
  height: 55px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background-color: #0062FF;
  cursor: pointer;
}
.bloque-slider-pasos > div.izquierda .pasos .flecha img {
  display: block;
  width: 16px;
  pointer-events: none;
}
.bloque-slider-pasos > div.izquierda .pasos .flecha:hover {
  transform: translateY(-50%) translateX(50%) scale(1.1);
}
@media only screen and (max-width: 570px) {
  .bloque-slider-pasos > div.izquierda .pasos .flecha {
    width: 40px;
    height: 40px;
  }
}
.bloque-slider-pasos > div.izquierda .pasos .flecha.anterior {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
.bloque-slider-pasos > div.izquierda .pasos .flecha.siguiente {
  right: 0;
  transform: translateY(-50%);
}
.bloque-slider-pasos > div.izquierda .pasos .flecha.bloqueado {
  opacity: 0.4;
  pointer-events: none;
}
.bloque-slider-pasos > div.derecha {
  width: calc(50% - 40px);
  height: 750px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1070px) {
  .bloque-slider-pasos > div.derecha {
    width: 100%;
    height: 500px;
    max-width: 500px;
    margin: auto;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-slider-pasos > div.derecha {
    height: 450px;
    display: none;
  }
}
.bloque-slider-pasos > div.derecha img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.6s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
}
.bloque-slider-pasos > div.derecha img.actual {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.bloque-ponencia {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .bloque-ponencia {
    display: block;
  }
}
.bloque-ponencia > div {
  width: calc(50% - 80px);
}
@media only screen and (max-width: 1320px) {
  .bloque-ponencia > div {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-ponencia > div {
    width: 100%;
  }
}
.bloque-ponencia > div.derecha {
  padding-top: 130px;
}
@media only screen and (max-width: 1070px) {
  .bloque-ponencia > div.derecha {
    padding: 0;
    margin-top: 55px;
  }
}
.bloque-ponencia > div > * {
  margin: 60px 0;
}
.bloque-ponencia > div > *:first-child {
  margin-top: 0;
}
.bloque-ponencia > div > *:last-child {
  margin-bottom: 0;
}
.bloque-ponencia .subtitular {
  text-transform: uppercase;
  margin-bottom: 75px;
}
.bloque-ponencia .destacados {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .bloque-ponencia .destacados {
    max-width: 600px;
  }
}
.bloque-ponencia .destacados > li {
  width: calc(50% - 15px);
  list-style: none;
}
@media only screen and (max-width: 570px) {
  .bloque-ponencia .destacados > li {
    width: calc(50% - 5px);
  }
}
.bloque-ponencia .destacados > li .imagen {
  width: 100%;
  height: 400px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 570px) {
  .bloque-ponencia .destacados > li .imagen {
    height: 300px;
  }
}
.bloque-ponencia .destacados > li .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
}
.bloque-ponencia .destacados > li .nombre {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 570px) {
  .bloque-ponencia .destacados > li .nombre {
    font-size: 18px;
  }
}
.bloque-ponencia .destacados > li .subtitulo {
  font-size: 18px;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 570px) {
  .bloque-ponencia .destacados > li .subtitulo {
    font-size: 15px;
  }
}
.bloque-ponencia .dialogo .imagen {
  width: 100%;
  max-width: 420px;
  margin-bottom: 30px;
}
.bloque-ponencia .dialogo .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bloque-ponencia .nombres {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 42px;
}
.negro .bloque-ponencia .nombres {
  border-color: rgba(255, 255, 255, 0.2);
}
.bloque-ponencia .nombres strong {
  text-transform: uppercase;
}

.bloque-ediciones-premios ul {
  list-style: none;
  display: flex;
  overflow-x: auto;
}
.bloque-ediciones-premios ul li {
  min-width: 160px;
  border-right: 1px solid white;
  margin-right: 50px;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 1320px) {
  .bloque-ediciones-premios ul li {
    min-width: 130px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-ediciones-premios ul li {
    min-width: 100px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-ediciones-premios ul li {
    min-width: 88px;
    margin-right: 20px;
  }
}
.bloque-ediciones-premios ul li:last-child {
  border-right: none;
}
.bloque-ediciones-premios ul li > * {
  transition: 0.3s;
}
.bloque-ediciones-premios ul li .titulo {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 120%;
}
@media only screen and (max-width: 1320px) {
  .bloque-ediciones-premios ul li .titulo {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-ediciones-premios ul li .titulo {
    font-size: 32px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-ediciones-premios ul li .titulo {
    font-size: 25px;
  }
}
.bloque-ediciones-premios ul li .subtitulo {
  display: block;
  font-size: 14px;
}
.bloque-ediciones-premios ul li:hover > *, .bloque-ediciones-premios ul li.actual > * {
  opacity: 1 !important;
}
.bloque-ediciones-premios ul:hover li {
  border-color: rgba(255, 255, 255, 0.25);
}
.bloque-ediciones-premios ul:hover li > * {
  opacity: 0.25;
}

.bloque-cuentas {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .bloque-cuentas {
    display: block;
  }
}
.bloque-cuentas > div {
  width: 50%;
}
@media only screen and (max-width: 1070px) {
  .bloque-cuentas > div {
    width: 100%;
  }
}
.bloque-cuentas .derecha {
  padding-left: 50px;
}
@media only screen and (max-width: 1070px) {
  .bloque-cuentas .derecha {
    margin-top: 45px;
    padding-left: 0;
  }
}
.bloque-cuentas .derecha ul li {
  list-style: none;
  margin: 40px 0;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  max-width: 350px;
  cursor: pointer;
}
.bloque-cuentas .derecha ul li img {
  display: block;
}
.bloque-cuentas .derecha ul li .numero {
  display: block;
  margin-top: 12px;
  line-height: 120%;
}
.bloque-cuentas .derecha ul li .copiar {
  position: absolute;
  right: 0;
  color: #0062FF;
  top: calc(100% - 35px);
  transition: 0.15s;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  width: 80px;
}
.bloque-cuentas .derecha ul li .copiar span:last-child {
  display: none;
}
.bloque-cuentas .derecha ul li .copiar i {
  font-size: 28px;
  margin-bottom: 2px;
}
.bloque-cuentas .derecha ul li.copiado .copiar {
  opacity: 1;
  color: #1b932a;
}
.bloque-cuentas .derecha ul li.copiado .copiar span:nth-child(2) {
  display: none;
}
.bloque-cuentas .derecha ul li.copiado .copiar span:last-child {
  display: block;
}
.bloque-cuentas .derecha ul li:hover .copiar {
  opacity: 1;
}
.bloque-cuentas .derecha ul li:first-child {
  margin-top: 0;
}
.bloque-cuentas .derecha ul li:last-child {
  margin-bottom: 0;
}

.bloque-cards-escalonados .subseccion {
  display: flex;
  flex-wrap: wrap;
}
.bloque-cards-escalonados .subseccion > * {
  width: calc(50% - 80px);
}
@media only screen and (max-width: 1070px) {
  .bloque-cards-escalonados .subseccion > * {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 860px) {
  .bloque-cards-escalonados .subseccion > *.izquierda {
    display: none;
  }
}
.bloque-cards-escalonados .subseccion > *.derecha {
  margin-left: 160px;
  padding-top: 250px;
}
@media only screen and (max-width: 1070px) {
  .bloque-cards-escalonados .subseccion > *.derecha {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-cards-escalonados .subseccion > *.derecha {
    display: none;
  }
}
.bloque-cards-escalonados .subseccion > *.mobile {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .bloque-cards-escalonados .subseccion > *.mobile {
    display: block;
  }
}
.bloque-cards-escalonados .subseccion > * .card {
  margin-bottom: 70px;
}
@media only screen and (max-width: 570px) {
  .bloque-cards-escalonados .subseccion > * .card {
    margin-bottom: 50px;
  }
}
.bloque-cards-escalonados .subseccion > * .card:last-child {
  margin-bottom: 0;
}
.bloque-cards-escalonados .subseccion > * .card .numeracion {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
  border-bottom: 1px solid black;
  padding-bottom: 6px;
}
.bloque-cards-escalonados .subseccion > * .card .imagen {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  height: 400px;
}
@media only screen and (max-width: 1070px) {
  .bloque-cards-escalonados .subseccion > * .card .imagen {
    height: 350px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-cards-escalonados .subseccion > * .card .imagen {
    max-width: 460px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-cards-escalonados .subseccion > * .card .imagen {
    max-width: none;
    height: 300px;
  }
}
.bloque-cards-escalonados .subseccion > * .card .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bloque-cards-escalonados .subseccion > * .card .texto .subtitular {
  margin-bottom: 18px;
}

.texto:has(> .plegado.cerrado) > :first-child {
  display: none;
}

.texto:has(> .plegado.abierto) > :first-child {
  display: block;
}

.bloque-desplegables-numerados > div {
  border-top: 1px solid black;
  padding: 20px;
}
@media only screen and (max-width: 860px) {
  .bloque-desplegables-numerados > div {
    padding: 20px 0;
  }
}
.bloque-desplegables-numerados > div .titulo {
  display: flex;
  cursor: pointer;
}
.bloque-desplegables-numerados > div .titulo .numero {
  font-size: 12px;
  font-weight: 700;
  min-width: 35px;
}
.bloque-desplegables-numerados > div .titulo .subtitular {
  max-width: 700px;
}
@media only screen and (max-width: 1070px) {
  .bloque-desplegables-numerados > div .titulo .subtitular {
    font-size: 30px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-desplegables-numerados > div .titulo .subtitular {
    font-size: 24px;
  }
}
.bloque-desplegables-numerados > div .texto {
  display: none;
  padding: 30px 37px;
  padding-right: 80px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 860px) {
  .bloque-desplegables-numerados > div .texto {
    padding-right: 0;
  }
}
.bloque-desplegables-numerados > div.desplegado .texto {
  display: block;
}
.bloque-desplegables-numerados > div:last-child {
  border-bottom: 1px solid black;
}

.bloque-porcentajes {
  position: relative;
}
@media only screen and (max-width: 1680px) {
  .bloque-porcentajes {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-porcentajes {
    padding: 0 55px;
  }
}
.bloque-porcentajes .porcentajes {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bloque-porcentajes .porcentajes .swiper-wrapper {
  display: flex;
  height: 100%;
}
.bloque-porcentajes .porcentajes .swiper-wrapper .bloque-porcentaje {
  height: 100%;
  min-width: 33.33%;
  padding-right: 50px;
}
@media only screen and (max-width: 1070px) {
  .bloque-porcentajes .porcentajes .swiper-wrapper .bloque-porcentaje {
    min-width: 50%;
  }
}
@media only screen and (max-width: 570px) {
  .bloque-porcentajes .porcentajes .swiper-wrapper .bloque-porcentaje {
    min-width: 100%;
    padding-right: 0;
  }
}
.bloque-porcentajes .porcentajes.porcentaje-icono .bloque-porcentaje {
  padding-left: 50px;
}
@media only screen and (max-width: 570px) {
  .bloque-porcentajes .porcentajes.porcentaje-icono .bloque-porcentaje {
    padding-left: 20px;
  }
}
.bloque-porcentajes .porcentajes.porcentaje-icono .bloque-porcentaje .icono {
  padding-left: 5px;
}
.bloque-porcentajes .porcentajes.porcentaje-icono .bloque-porcentaje .numero {
  font-size: 50px;
}
@media only screen and (max-width: 570px) {
  .bloque-porcentajes .porcentajes.porcentaje-icono .bloque-porcentaje .numero {
    font-size: 35px;
  }
}
.bloque-porcentajes .porcentajes.porcentaje-icono .bloque-porcentaje .numero span {
  font-size: 150px;
}
@media only screen and (max-width: 570px) {
  .bloque-porcentajes .porcentajes.porcentaje-icono .bloque-porcentaje .numero span {
    font-size: 80px;
  }
}
.bloque-porcentajes .flecha {
  width: 55px;
  height: 55px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background-color: #0062FF;
  cursor: pointer;
  position: absolute;
}
.bloque-porcentajes .flecha img {
  display: block;
  width: 16px;
  pointer-events: none;
}
.bloque-porcentajes .flecha:hover {
  transform: translateY(-50%) translateX(50%) scale(1.1);
}
@media only screen and (max-width: 570px) {
  .bloque-porcentajes .flecha {
    width: 40px;
    height: 40px;
  }
}
.bloque-porcentajes .flecha.anterior {
  left: -80px;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1680px) {
  .bloque-porcentajes .flecha.anterior {
    left: 10px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-porcentajes .flecha.anterior {
    left: 20px;
  }
}
.bloque-porcentajes .flecha.anterior:hover {
  transform: translateX(-50%) translateY(-50%) rotate(180deg) scale(1.1);
}
.bloque-porcentajes .flecha.siguiente {
  transform: translateX(-50%) translateY(-50%);
  left: calc(100% + 80px);
}
@media only screen and (max-width: 1680px) {
  .bloque-porcentajes .flecha.siguiente {
    left: calc(100% - 10px);
  }
}
@media only screen and (max-width: 860px) {
  .bloque-porcentajes .flecha.siguiente {
    left: calc(100% - 20px);
  }
}
.bloque-porcentajes .flecha.siguiente:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.bloque-porcentajes .flecha.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.bloque-texto-contornos-fondo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
.bloque-texto-contornos-fondo .flotante {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50px);
  color: black;
  text-shadow: 1px 0 0 #0062FF, -1px 0 0 #0062FF, 0 1px 0 #0062FF, 0 -1px 0 #0062FF, 1px 1px #0062FF, -1px -1px 0 #0062FF, 1px -1px 0 #0062FF, -1px 1px 0 #0062FF;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 0.9;
  opacity: 0;
  transition: 1.2s;
}
@media only screen and (max-width: 1320px) {
  .bloque-texto-contornos-fondo .flotante {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-texto-contornos-fondo .flotante {
    font-size: 70px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-texto-contornos-fondo .flotante {
    display: none;
  }
}
.bloque-texto-contornos-fondo .derecha {
  margin-left: 50%;
  z-index: 1;
  position: relative;
  transition: 1s;
  opacity: 0;
  transform: translateX(-50px);
}
@media only screen and (max-width: 860px) {
  .bloque-texto-contornos-fondo .derecha {
    margin-left: 0;
  }
}
.bloque-texto-contornos-fondo.swing-activado .flotante {
  transform: translateY(-50%);
  opacity: 0.4;
  transition-delay: 0.25s;
}
.bloque-texto-contornos-fondo.swing-activado .derecha {
  opacity: 1;
  transform: none;
  transition-delay: 0.75s;
}

.bloque-cita .texto {
  margin: auto;
  max-width: 900px;
  padding: 80px 0;
}
.bloque-cita .autor {
  font-size: 16px;
}

.bloque-firma {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloque-firma .izquierda {
  width: calc(50% + 50px);
}
.bloque-firma .derecha {
  width: calc(50% - 100px);
  background-color: white;
  padding: 50px 70px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.bloque-firma .derecha .titulo {
  display: block;
  font-weight: 700;
  margin-bottom: 40px;
  color: black;
}

.bloque-contacto-grande {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 860px) {
  .bloque-contacto-grande {
    display: block;
  }
}
.bloque-contacto-grande > div {
  width: calc(50% - 80px);
}
@media only screen and (max-width: 1070px) {
  .bloque-contacto-grande > div {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 860px) {
  .bloque-contacto-grande > div {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-contacto-grande > div.izquierda {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-contacto-grande > div.derecha {
    max-width: 450px;
  }
}
.bloque-contacto-grande > div .titulo {
  font-size: 28px;
  font-weight: 700;
  display: block;
  line-height: 140%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 860px) {
  .bloque-contacto-grande > div .titulo {
    font-size: 22px;
  }
}
.bloque-contacto-grande > div .bloque-formulario {
  max-width: none;
}
.bloque-contacto-grande.recuadro > div {
  width: calc(50% - 80px);
}
.bloque-contacto-grande.recuadro > div.derecha {
  background-color: white;
  padding: 50px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.bloque-contacto-grande.recuadro > div.derecha .titulo {
  color: black;
}
@media only screen and (max-width: 1070px) {
  .bloque-contacto-grande.recuadro > div.derecha {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1070px) {
  .bloque-contacto-grande.recuadro > div {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 860px) {
  .bloque-contacto-grande.recuadro > div {
    width: 100%;
  }
}
.bloque-contacto-grande.recuadro .bloque-formulario.donativo .mensajes {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.bloque-contacto-grande.recuadro .bloque-formulario.donativo .cuadrado {
  background: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.bloque-mapa-localizaciones {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  .bloque-mapa-localizaciones {
    display: block;
  }
}
.bloque-mapa-localizaciones > div {
  width: calc(50% - 50px);
}
@media only screen and (max-width: 1070px) {
  .bloque-mapa-localizaciones > div {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 860px) {
  .bloque-mapa-localizaciones > div {
    width: 100%;
  }
}
.bloque-mapa-localizaciones > div.izquierda .mapa {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 860px) {
  .bloque-mapa-localizaciones > div.izquierda {
    margin-bottom: 50px;
    height: 300px;
  }
}
.bloque-mapa-localizaciones > div.derecha {
  padding: 80px 0;
}
@media only screen and (max-width: 1070px) {
  .bloque-mapa-localizaciones > div.derecha {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 860px) {
  .bloque-mapa-localizaciones > div.derecha {
    padding: 0;
  }
}
.bloque-mapa-localizaciones > div.derecha .localizacion {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1070px) {
  .bloque-mapa-localizaciones > div.derecha .localizacion {
    margin-bottom: 50px;
  }
}
.bloque-mapa-localizaciones > div.derecha .localizacion .titulo {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 30px;
}
.bloque-mapa-localizaciones > div.derecha .localizacion ul {
  font-size: 18px;
  list-style: none;
}
.bloque-mapa-localizaciones > div.derecha .localizacion ul li {
  margin: 0;
  margin-bottom: 5px;
}
.bloque-mapa-localizaciones > div.derecha .localizacion ul li:last-child {
  margin-bottom: 0;
}
.bloque-mapa-localizaciones > div.derecha .localizacion ul p {
  margin-bottom: 2px;
}
.bloque-mapa-localizaciones > div.derecha .localizacion:last-child {
  margin-bottom: 0;
}

.bloque-ofertas-empleo .oferta .subtitular {
  display: block;
  margin-bottom: 25px;
}
.bloque-ofertas-empleo .oferta .subtitular .puesto {
  color: #0062FF;
}
.bloque-ofertas-empleo .oferta .descripcion {
  line-height: 150%;
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}

.seccion-encabezamiento {
  margin: 0;
  position: relative;
  color: white;
  overflow: hidden;
}
.seccion-encabezamiento .contenedor {
  padding-bottom: 20px;
}
.seccion-encabezamiento .ondulado {
  background: none !important;
}
.seccion-encabezamiento.fondo-superior {
  padding-top: 0;
}
.seccion-encabezamiento.fondo-superior .fondo {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  height: 28vw;
  min-height: 180px;
  max-height: 575px;
  opacity: 0;
  transition: 5s;
}
.seccion-encabezamiento.fondo-superior .fondo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  height: calc(100% - 5px);
}
.seccion-encabezamiento.fondo-superior .fondo .ondulado {
  position: absolute;
  bottom: 0;
}
.seccion-encabezamiento.fondo-interior .fondo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  opacity: 0;
  transition: 5s;
  transform: translateX(-50%) scale(0.85);
  left: 50%;
  max-width: 1860px;
  top: -7vw;
}
.seccion-encabezamiento.fondo-interior .fondo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
.seccion-encabezamiento.fondo-interior .fondo.sombreado {
  top: 0;
}
.seccion-encabezamiento.fondo-interior .fondo.sombreado::before {
  display: block;
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
.seccion-encabezamiento.fondo-interior .fondo.sombreado::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 80px 60px black;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento.fondo-interior .fondo {
    height: 700px;
  }
  .seccion-encabezamiento.fondo-interior .fondo.sinsombra {
    top: -50px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento.fondo-interior .fondo {
    height: 550px;
  }
  .seccion-encabezamiento.fondo-interior .fondo::after {
    box-shadow: none;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento.fondo-interior .fondo {
    height: 400px;
    top: 0;
  }
}
.seccion-encabezamiento .texto {
  font-size: 25px;
}
.seccion-encabezamiento .bloque-texto-con-imagen.imagen .imagen {
  display: inline-block;
  transform: translateY(30px) scale(0.9);
  opacity: 0;
  transition: opacity 1s, transform 1s;
  margin-bottom: -16vw;
  margin-left: 40px;
  z-index: 1;
  max-width: 50%;
  top: 0 !important;
}
@media only screen and (max-width: 1680px) {
  .seccion-encabezamiento .bloque-texto-con-imagen.imagen .imagen {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento .bloque-texto-con-imagen.imagen .imagen {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-encabezamiento .bloque-texto-con-imagen.imagen .imagen {
    max-width: 430px;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento .bloque-texto-con-imagen.imagen .imagen {
    margin-top: 60px;
    margin-bottom: -15vw;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento .bloque-texto-con-imagen.imagen .imagen {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: -10vw;
  }
}
.seccion-encabezamiento .bloque-buscador input {
  color: white;
}
.seccion-encabezamiento.swing-activado.fondo-interior .fondo {
  opacity: 1;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento.swing-activado.fondo-interior .fondo {
    opacity: 0.6;
  }
}
.seccion-encabezamiento.swing-activado.fondo-superior .fondo {
  opacity: 1;
  transform: scale(1.05);
}
.seccion-encabezamiento.swing-activado .bloque-texto-con-imagen.imagen .imagen {
  opacity: 1;
  transform: none;
}
.seccion-encabezamiento::after {
  z-index: -2;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  position: absolute;
}
.seccion-encabezamiento + .seccion:not(.seccion-encabezamiento) {
  margin-top: 40px;
}

.seccion-post .meta {
  display: flex;
  align-items: center;
  list-style: none;
  line-height: 100%;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}
.seccion-post .meta.swing {
  transition: 0.3s;
  opacity: 0;
}
.seccion-post .meta.swing.swing-activado {
  opacity: 1;
}
.seccion-post .meta li {
  margin-right: 25px;
}
.seccion-post .meta li:last-of-type {
  margin-right: 0;
}
.seccion-post .titular {
  margin-bottom: 60px;
}
.seccion-post .imagen {
  width: 100%;
  height: 620px;
  margin-bottom: 100px;
  overflow: hidden;
}
.seccion-post .imagen.swing {
  transition: 0.5s;
  opacity: 0;
}
.seccion-post .imagen.swing img {
  transition: 2s;
}
.seccion-post .imagen.swing.swing-activado {
  opacity: 1;
}
.seccion-post .imagen.swing.swing-activado img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1320px) {
  .seccion-post .imagen {
    height: 580px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-post .imagen {
    height: 500px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-post .imagen {
    height: 400px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-post .imagen {
    height: 280px;
  }
}
.seccion-post .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.seccion-post .contenido {
  max-width: 880px;
  margin: auto;
}
.seccion-post .contenido article {
  margin-bottom: 100px;
}
@media only screen and (max-width: 860px) {
  .seccion-post .contenido article {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-post .contenido article {
    margin-bottom: 50px;
  }
}
.seccion-post .autor {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
@media only screen and (max-width: 570px) {
  .seccion-post .autor {
    margin-bottom: 40px;
  }
}
.seccion-post .autor img {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 1000px;
}
@media only screen and (max-width: 570px) {
  .seccion-post .autor img {
    width: 70px;
    height: 70px;
  }
}
.seccion-post .autor dl {
  margin-left: 30px;
}
@media only screen and (max-width: 570px) {
  .seccion-post .autor dl {
    margin-left: 20px;
  }
}
.seccion-post .autor dl dt {
  font-weight: 700;
}
.seccion-post .autor dl dd {
  margin-top: 10px;
}
.seccion-post .etiquetas {
  margin-bottom: 50px;
}

.seccion-compartir {
  background-color: black;
  color: white;
  margin: 0;
}
.seccion-compartir .bloque-compartir {
  justify-content: center;
  padding: 20px 0;
  align-items: center;
}
.seccion-compartir .bloque-compartir ul {
  margin-left: 5px;
}
.seccion-compartir .bloque-compartir ul li a {
  background-color: white;
  border-color: white;
  color: black;
}
.seccion-compartir .bloque-compartir ul li a:hover {
  background: none;
  color: white;
}
.seccion-compartir.swing {
  transition: 0.6s;
  opacity: 0;
}
.seccion-compartir.swing.swing-activado {
  opacity: 1;
  transition-delay: 0.3s;
}

/*
.seccion-header {
  z-index: 1000;
  position: sticky;
  top: 0;
  background-color: white;
  transition: 0.3s;

  .contenido {
    border-bottom: 1px solid #E3E3E3;
    width: 100%;
    background-color: white;
    transition: 0.3s;
  }

  .margen {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logos {
    display: flex;
    align-items: center;

    @include desktop {
      margin: 8px 0;
    }

    .logo {
      position: relative;
      width: 110px;
      z-index: 1;
      display: block;
      margin-right: 30px;

      @include laptop {
        width: 95px;
      }

      @include mobile {
        width: 80px;
        margin-right: 15px;
      }

      img {
        display: block;
        width: 100%;
        transition: 0.3s;
      }

      .blanco {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
      }

      &.otro {
        max-width: 170px;
        width: 500px;
        max-height: 30px;
        height: 300px;

        @include laptop {
          max-width: 150px;
          max-height: 25px;
        }

        @include mobile {
          max-width: 98px;
          max-height: 20px;
        }

        img {
          height: 100%;
          object-position: center left;
          object-fit: contain;
        }

      }


      &:last-of-type {
        margin-right: 0;
      }

    }

  }


  .enlaces {
    display: flex;
    align-items: center;
    position: relative;

    & > nav {
      transition: 0.3s;

      & > ul {
        list-style: none;
        display: flex;
        align-items: center;

        & > li {

          & > a:not(.boton) {
            display: block;
            padding: 30px 12px;
            font-size: 14px;
            font-weight: 700;
            transition: 0.15s;

            @include desktop {
              font-size: 22px;
              padding: 20px 0;
            }

            &:hover {
              color: $secundario;
            }

          }

          @include desktop {
            border-bottom: 1px solid #494949;
          }

        }

        @include desktop {
          width: 95%;
          margin: auto;
          display: block;
        }

      }

      @include desktop {
        position: fixed;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        color: white;
        background-color: black;
        padding-top: 120px;
      }

    }

    .busqueda {
      width: 35px;
      margin-left: 20px;
      cursor: pointer;
      transition: 0.3s;
      font-size: 28px;
      text-align: center;
      position: relative;
      z-index: 1;
    }

    .hamburguesa {
      display: block;
      width: 35px;
      height: 35px;
      margin-left: 20px;
      cursor: pointer;
      pointer-events: none;
      position: absolute;
      right: 0;

      @include desktop {
        position: relative;
        pointer-events: unset;
        right: auto;
      }

      & > div {
        transition: 0.2s;
        pointer-events: none;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: black;
        transform: translateX(-50%) translateY(-50%);
        width: 0;
        opacity: 0;

        @include desktop {

          &:nth-child(1), &:nth-child(2), &:nth-child(3) {
            width: 100%;
            opacity: 1;
          }

        }

        &:nth-child(1) {
          top: calc(50% - 10px);
        }

        &:nth-child(3) {
          top: calc(50% + 10px);
        }

        &:nth-child(4) {
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }

        &:nth-child(5) {
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

      }

    }

  }

  .progreso {
    height: 10px;
    display: block;
    position: absolute;
    transition: 0.3s;
    width: 100%;
    z-index: -1;

    &.oculto {
      opacity: 0;
      transform: translateY(-100%);
    }

    & > div {
      height: 100%;
      max-width: 100%;
      width: 0;
      background-color: black;
      display: block;
    }

  }

}
*/
.seccion-menu {
  z-index: 1000;
  position: sticky;
  top: 0;
  background-color: white;
  transition: 0.3s;
  font-size: 18px;
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px !important;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-menu {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-menu .boton {
    font-size: 13px;
    padding: 15px 12px;
  }
}
.seccion-menu:not(.fugas) {
  padding-bottom: 0;
}
.seccion-menu.fugas > div {
  width: 100%;
}
.seccion-menu.fugas .boton {
  margin-left: 35px;
}
@media only screen and (max-width: 860px) {
  .seccion-menu.fugas .boton {
    margin-left: 10px;
  }
}
.seccion-menu.fugas .desktop:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 860px) {
  .seccion-menu.fugas .desktop {
    display: none;
  }
}
.seccion-menu.fugas .mobile {
  display: none;
  text-decoration: underline;
}
@media only screen and (max-width: 860px) {
  .seccion-menu.fugas .mobile {
    display: inline;
    font-size: 16px;
  }
}
.seccion-menu .logos {
  display: flex;
  align-items: center;
}
.seccion-menu .logos .logo {
  position: relative;
  width: 135px;
  display: block;
  z-index: 1;
  margin-right: 25px;
}
.seccion-menu .logos .logo:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .logos .logo {
    width: 125px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-menu .logos .logo {
    width: 115px;
    margin-right: 26px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-menu .logos .logo {
    width: 90px;
    margin-right: 12px;
  }
}
.seccion-menu .logos .logo img {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  width: 100%;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media only screen and (max-width: 860px) {
  .seccion-menu .logos .logo img {
    max-height: 27px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-menu .logos .logo img {
    max-height: 21px;
  }
}
.seccion-menu .logos .logo img.normal {
  opacity: 1;
  pointer-events: auto;
}
body.menu-true .seccion-menu .logos .logo img.normal {
  opacity: 1 !important;
}
.seccion-menu .logos .logo img:not(.normal) {
  position: absolute;
  top: 0;
  left: 0;
}
body.menu-true .seccion-menu .logos .logo img:not(.normal) {
  opacity: 0 !important;
}
.seccion-menu > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seccion-menu .abajo .menu {
  display: flex;
  align-items: center;
}
.seccion-menu .abajo .menu li {
  list-style: none;
}
.seccion-menu .abajo .menu li.actual > a {
  font-weight: 700;
}
.seccion-menu .abajo .menu li > a {
  display: inline-block;
  padding: 10px 0;
}
.seccion-menu .abajo .menu li > a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: black;
  display: block;
  transition: 0.2s;
}
body.menu-true .seccion-menu .abajo .menu li > a::after {
  background-color: black !important;
}
.seccion-menu .abajo .menu li:hover > a::after {
  width: 100%;
}
.seccion-menu .abajo .menu > li {
  position: relative;
  margin-right: 35px;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li {
    margin-right: 0;
  }
}
.seccion-menu .abajo .menu > li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li.padre {
    position: relative;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li.padre > a {
    padding-right: 40px;
    display: block;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li.padre > a::after {
    display: none;
    content: none;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li.padre::after {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    pointer-events: none;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    top: 29px;
    transition: 0.15s;
    right: 20px;
  }
}
.seccion-menu .abajo .menu > li.mobile {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li.mobile {
    display: block;
  }
}
.seccion-menu .abajo .menu > li > a {
  padding: 20px 0;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li > a {
    padding: 20px 10px;
    font-size: 22px;
    line-height: 120%;
  }
}
.seccion-menu .abajo .menu > li .submenu {
  position: absolute;
  display: flex;
  color: black;
  background-color: white;
  width: 900px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.3s;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li .submenu {
    position: static;
    background: none;
    opacity: 1;
    box-shadow: none;
    transform: none;
    pointer-events: unset;
    display: none;
  }
}
.seccion-menu .abajo .menu > li .submenu > ul {
  padding: 60px;
  width: 50%;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li .submenu > ul {
    width: 100%;
    padding: 0;
    margin-left: 35px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
}
.seccion-menu .abajo .menu > li .submenu > ul ul {
  margin-left: 35px;
  margin-bottom: 6px;
}
.seccion-menu .abajo .menu > li .submenu .imagen {
  width: 50%;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li .submenu .imagen {
    display: none;
  }
}
.seccion-menu .abajo .menu > li .submenu .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li.desplegado::after {
    transform: rotate(-135deg);
    top: 31px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .menu > li.desplegado .submenu {
    display: block;
  }
}
.seccion-menu .abajo .menu > li:hover .submenu {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .izquierda .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    color: black;
    transition: 0.6s;
    display: block;
    padding-top: 110px;
  }
  body.menu-true .seccion-menu .abajo .izquierda .menu {
    opacity: 1;
    pointer-events: unset;
  }
}
.seccion-menu .abajo .derecha {
  display: flex;
  align-items: center;
  position: relative;
}
.seccion-menu .abajo .derecha > * {
  margin-left: 45px;
}
@media only screen and (max-width: 860px) {
  .seccion-menu .abajo .derecha > * {
    position: relative;
    z-index: 1;
    margin-left: 35px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-menu .abajo .derecha > * {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1320px) {
  .seccion-menu .abajo .derecha .menu {
    display: none;
  }
}
.seccion-menu .abajo .derecha .idiomas {
  position: relative;
  margin-bottom: -6px;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.15s;
}
.seccion-menu .abajo .derecha .idiomas > span {
  cursor: pointer;
  padding-bottom: 6px;
  display: block;
}
body.menu-true .seccion-menu .abajo .derecha .idiomas > span {
  color: black;
}
body.menu-true .seccion-menu .abajo .derecha .idiomas > span::after {
  border-color: black;
}
.seccion-menu .abajo .derecha .idiomas > span::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  content: "";
  transform: rotate(45deg);
  margin-left: 8px;
  position: relative;
  top: -4px;
  transition: 0.15s;
  padding: 2px;
}
.seccion-menu .abajo .derecha .idiomas ul {
  position: absolute;
  list-style: none;
  padding: 20px;
  background-color: white;
  color: black;
  left: 50%;
  top: 100%;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.seccion-menu .abajo .derecha .idiomas ul li {
  margin-bottom: 8px;
}
.seccion-menu .abajo .derecha .idiomas ul li:last-child {
  margin-bottom: 0;
}
.seccion-menu .abajo .derecha .idiomas:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.seccion-menu .abajo .derecha .idiomas:hover > span::after {
  transform: rotate(-135deg);
  top: -2px;
}
.seccion-menu .abajo .derecha .hamburguesa {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
  display: none;
}
@media only screen and (max-width: 1070px) {
  .seccion-menu .abajo .derecha .hamburguesa {
    display: block;
  }
}
.seccion-menu .abajo .derecha .hamburguesa > div {
  transition: 0.2s;
  pointer-events: none;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: black;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  opacity: 0;
}
.seccion-menu .abajo .derecha .hamburguesa > div:nth-child(1) {
  top: calc(50% - 10px);
}
.seccion-menu .abajo .derecha .hamburguesa > div:nth-child(3) {
  top: calc(50% + 10px);
}
.seccion-menu .abajo .derecha .hamburguesa > div:nth-child(4) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.seccion-menu .abajo .derecha .hamburguesa > div:nth-child(5) {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
body:not(.menu-true) .seccion-menu .abajo .derecha .hamburguesa > div:nth-child(1), body:not(.menu-true) .seccion-menu .abajo .derecha .hamburguesa > div:nth-child(2), body:not(.menu-true) .seccion-menu .abajo .derecha .hamburguesa > div:nth-child(3) {
  width: 100%;
  opacity: 1;
}
body.menu-true .seccion-menu .abajo .derecha .hamburguesa > div:nth-child(4), body.menu-true .seccion-menu .abajo .derecha .hamburguesa > div:nth-child(5) {
  width: 25px;
  opacity: 1;
}
.seccion-menu.scroll {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.seccion-menu.alzado {
  position: fixed;
}
.seccion-menu.alzado + main > .seccion-encabezamiento:first-child:not(.fondo-interior):not(.fondo-superior) {
  padding-top: clamp(150px, 25vw, 280px);
}
.seccion-menu.alzado + main > .seccion-encabezamiento:first-child.fondo-interior {
  padding-top: clamp(250px, 25vw, 500px);
}
.seccion-menu.alzado + main > .seccion-encabezamiento:first-child.fondo-superior .fondo {
  height: 40vw;
  min-height: 300px;
  max-height: 750px;
}
.seccion-menu.negro:not(.transparente) {
  background-color: black;
  color: white;
  box-shadow: none;
}
.seccion-menu.negro:not(.transparente) .abajo .menu > li .submenu {
  background-color: black;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.seccion-menu.negro:not(.transparente) .abajo .menu > li .submenu a::after {
  background-color: white;
}
.seccion-menu.transparente {
  background: none;
  color: white;
  box-shadow: none;
}
.seccion-menu.transparente::after {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.seccion-menu.transparente .arriba .logo .normal, .seccion-menu.negro .arriba .logo .normal {
  opacity: 0;
}
.seccion-menu.transparente .arriba .logo .blanco, .seccion-menu.negro .arriba .logo .blanco {
  opacity: 1;
}
.seccion-menu.transparente .abajo .menu > li > a::after, .seccion-menu.negro .abajo .menu > li > a::after {
  background-color: white;
}
.seccion-menu.transparente .abajo .derecha .idiomas > span::after, .seccion-menu.negro .abajo .derecha .idiomas > span::after {
  border-color: white;
}

.seccion-footer {
  background-color: black;
  color: white;
  margin: 0;
  line-height: 120%;
  font-size: 14px;
  padding-bottom: 20px !important;
}
.seccion-footer.landing .margen {
  align-items: center;
}
.seccion-footer .margen {
  display: flex;
  flex-wrap: wrap;
}
.seccion-footer .margen > * {
  margin-bottom: 100px;
  width: 20%;
}
@media only screen and (max-width: 1070px) {
  .seccion-footer .margen > * {
    width: 33.3333333333% !important;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-footer .margen > * {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
}
.seccion-footer .margen > *.logos {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 860px) {
  .seccion-footer .margen > *.logos {
    border: none;
    padding-bottom: 0;
  }
}
.seccion-footer .margen > *.logos .titulo {
  font-size: 15px;
}
.seccion-footer .margen > *.logos.compromiso {
  margin-left: 20%;
}
@media only screen and (max-width: 1070px) {
  .seccion-footer .margen > *.logos.compromiso {
    margin-left: 0;
  }
}
.seccion-footer .margen > *.logos.red {
  width: 40%;
}
@media only screen and (max-width: 860px) {
  .seccion-footer .margen > *.logos.acreditaciones {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
    width: 100% !important;
  }
}
.seccion-footer .margen > *.logos ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 280px;
}
.seccion-footer .margen > *.logos ul li {
  margin-right: 30px;
}
@media only screen and (max-width: 570px) {
  .seccion-footer .margen > *.logos ul li {
    margin-right: 20px;
  }
}
.seccion-footer .margen > *.logos ul li img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  max-height: 80px;
  width: auto;
  max-width: 100px;
}
@media only screen and (max-width: 570px) {
  .seccion-footer .margen > *.logos ul li img {
    max-height: 65px;
    max-width: 75px;
  }
}
.seccion-footer .margen > *.legal {
  width: 100% !important;
  margin-bottom: 0;
  display: flex;
  line-height: 110%;
  align-items: center;
  font-weight: 700;
}
@media only screen and (max-width: 1070px) {
  .seccion-footer .margen > *.legal {
    display: block;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-footer .margen > *.legal {
    border: none;
    padding: 0;
  }
}
.seccion-footer .margen > *.legal.metadatos {
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (max-width: 1070px) {
  .seccion-footer .margen > *.legal.metadatos {
    margin-top: 10px;
  }
}
.seccion-footer .margen > *.legal > span {
  margin-right: 30px;
}
@media only screen and (max-width: 1070px) {
  .seccion-footer .margen > *.legal > span {
    margin-bottom: 8px;
    margin-right: 0;
    display: block;
  }
}
.seccion-footer .margen > *.legal ul {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1070px) {
  .seccion-footer .margen > *.legal ul {
    display: block;
  }
}
.seccion-footer .margen > *.legal ul li {
  margin-right: 30px;
}
.seccion-footer .margen > *.legal ul li:last-of-type {
  margin: 0;
}
.seccion-footer .margen > *.anesvad img {
  margin-top: -12px;
}
@media only screen and (max-width: 860px) {
  .seccion-footer .margen > *.anesvad img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-footer .margen > *.anesvad {
    padding: 0;
    border: none;
    margin-bottom: 55px;
  }
}
.seccion-footer .margen > *.contacto {
  width: 36%;
  font-size: 22px;
  font-weight: 700;
}
.seccion-footer .margen > *.contacto a {
  text-decoration: underline;
  padding: 16px 0;
}
@media only screen and (max-width: 860px) {
  .seccion-footer .margen > *.contacto {
    width: 100%;
  }
}
.seccion-footer .margen > *.direccion {
  line-height: 150%;
  width: 22%;
}
@media only screen and (max-width: 1070px) {
  .seccion-footer .margen > *.direccion {
    width: 50%;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-footer .margen > *.direccion {
    width: 100%;
  }
  .seccion-footer .margen > *.direccion:not(.ultima) {
    border-bottom: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}
.seccion-footer .margen > *.direccion h4 {
  font-size: 28px;
}
@media only screen and (max-width: 860px) {
  .seccion-footer .margen > *.direccion h4 {
    font-size: 24px;
  }
}
.seccion-footer .logo {
  width: 160px;
  display: block;
}
@media only screen and (max-width: 570px) {
  .seccion-footer .logo {
    width: 150px;
  }
}
.seccion-footer .titulo {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 860px) {
  .seccion-footer .titulo {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.seccion-footer ul {
  list-style: none;
}
.seccion-footer a {
  display: inline-block;
  padding: 8px 0;
}
@media only screen and (max-width: 1070px) {
  .seccion-footer a {
    padding: 6px 0;
  }
}
.seccion-footer a:hover {
  text-decoration: underline;
}
.seccion-footer a i {
  margin-right: 8px;
  width: 17px;
  text-align: center;
}

.seccion-buscador {
  z-index: 990;
  display: block;
  position: fixed;
  width: 100%;
  transition: 0.3s;
  background-color: black;
  color: white;
  opacity: 0;
  text-align: center;
  pointer-events: none;
}
.seccion-buscador .bloque-buscador {
  padding: 150px 0;
  margin: auto;
}
@media only screen and (max-width: 570px) {
  .seccion-buscador .bloque-buscador {
    padding: 0;
  }
}
.seccion-buscador .bloque-buscador input {
  color: white;
}
.seccion-buscador .fondo {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: black;
  opacity: 0.6;
  z-index: -1;
}
@media only screen and (max-width: 570px) {
  .seccion-buscador {
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.seccion-cta {
  overflow: hidden;
  margin-top: 100px;
}
.seccion-cta .ondulado {
  padding-top: 70px;
}
@media only screen and (max-width: 860px) {
  .seccion-cta .ondulado {
    padding-top: 0;
  }
}
.seccion-cta.fondo-rojo .ondulado {
  background-color: red !important;
}
.seccion-cta.fondo-negro .ondulado {
  background-color: black !important;
}
.seccion-cta.fondo-rojo .ondulado {
  background-color: red !important;
}
.seccion-cta.contain .margen .imagen img {
  -o-object-fit: contain;
     object-fit: contain;
}
.seccion-cta .margen {
  position: relative;
}
.seccion-cta .margen .texto {
  position: relative;
  z-index: 2;
  margin-top: 90px;
  max-width: 730px;
}
@media only screen and (max-width: 1320px) {
  .seccion-cta .margen .texto {
    max-width: 650px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-cta .margen .texto {
    max-width: 560px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-cta .margen .texto {
    margin-top: 30px;
  }
}
.seccion-cta .margen .imagen {
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 100%;
  max-width: 500px;
  top: -300px;
  z-index: 1;
}
@media only screen and (max-width: 1320px) {
  .seccion-cta .margen .imagen {
    max-width: 400px;
    top: -200px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-cta .margen .imagen {
    max-width: 350px;
    top: -190px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-cta .margen .imagen {
    display: none;
  }
}
.seccion-cta .margen .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.seccion-linea-temporal {
  pointer-events: none;
  color: white;
  margin: 0;
  position: relative;
  z-index: -1;
  background-color: black;
}
.seccion-linea-temporal .diapositivas .diapositiva .fondo {
  display: block;
  height: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.seccion-linea-temporal .diapositivas .diapositiva .contenido {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  margin-left: 12vw;
  z-index: -1;
}
@media only screen and (max-width: 570px) {
  .seccion-linea-temporal .diapositivas .diapositiva .contenido {
    width: 330px;
    margin-left: 7vw;
    font-size: 16px;
  }
}
.seccion-linea-temporal .diapositivas .diapositiva .contenido .numero {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
}
@media only screen and (max-width: 570px) {
  .seccion-linea-temporal .diapositivas .diapositiva .contenido .numero {
    margin-top: 30px;
  }
}
.seccion-linea-temporal .diapositivas .diapositiva .contenido .numero .cifra {
  font-size: 55px;
}
@media only screen and (max-width: 570px) {
  .seccion-linea-temporal .diapositivas .diapositiva .contenido .numero .cifra {
    font-size: 40px;
  }
}
.seccion-linea-temporal .diapositivas .diapositiva .contenido .numero .copy {
  line-height: 15px;
  margin-left: 25px;
  font-size: 18px;
}
@media only screen and (max-width: 570px) {
  .seccion-linea-temporal .diapositivas .diapositiva .contenido .numero .copy {
    margin-left: 15px;
  }
}
.seccion-linea-temporal .diapositivas .diapositiva .imagen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
.seccion-linea-temporal .diapositivas .diapositiva .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.seccion-linea-temporal .diapositivas .diapositiva .imagen::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background-color: black;
  opacity: 0.4;
}
.seccion-linea-temporal .diapositivas .diapositiva .texto-superior {
  position: fixed;
  top: calc(50% - 235px);
  left: 3vw;
  transform: translateY(-50%);
  font-size: 12vw;
  min-width: 100vw;
  z-index: 1;
}
@media only screen and (max-width: 1680px) {
  .seccion-linea-temporal .diapositivas .diapositiva .texto-superior {
    top: calc(50% - 175px);
  }
}
@media only screen and (max-width: 1320px) {
  .seccion-linea-temporal .diapositivas .diapositiva .texto-superior {
    top: calc(50% - 135px);
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-linea-temporal .diapositivas .diapositiva .texto-superior {
    top: calc(50% - 105px);
  }
}
@media only screen and (max-width: 860px) {
  .seccion-linea-temporal .diapositivas .diapositiva .texto-superior {
    top: calc(50% - 85px);
  }
}
@media only screen and (max-width: 570px) {
  .seccion-linea-temporal .diapositivas .diapositiva .texto-superior {
    top: calc(50% - 75px);
  }
}
.seccion-linea-temporal .diapositivas .diapositiva .texto-superior span {
  white-space: nowrap;
  padding: 0 15vw;
}
.seccion-linea-temporal .diapositivas .diapositiva .texto-inferior {
  position: fixed;
  top: calc(50% + 60px);
  left: 80px;
  transform: translateY(-50%);
  color: black;
  text-shadow: 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  font-size: 22vw;
  opacity: 0.5;
  line-height: 80%;
  pointer-events: none;
  text-transform: uppercase;
  min-width: 100vw;
  font-weight: 700;
}
@media only screen and (max-width: 1680px) {
  .seccion-linea-temporal .diapositivas .diapositiva .texto-inferior {
    top: calc(50% + 50px);
  }
}
@media only screen and (max-width: 1320px) {
  .seccion-linea-temporal .diapositivas .diapositiva .texto-inferior {
    top: calc(50% + 40px);
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-linea-temporal .diapositivas .diapositiva .texto-inferior {
    top: calc(50% + 20px);
  }
}
@media only screen and (max-width: 860px) {
  .seccion-linea-temporal .diapositivas .diapositiva .texto-inferior {
    top: 50%;
  }
}
.seccion-linea-temporal .diapositivas .diapositiva .texto-inferior span {
  padding: 0 15vw;
  white-space: nowrap;
}
.seccion-linea-temporal .diapositivas .diapositiva.final {
  color: black;
  width: 100vw !important;
}
.seccion-linea-temporal .diapositivas .diapositiva.final .fondo {
  background-color: white;
  width: 100% !important;
}
.seccion-linea-temporal .diapositivas .diapositiva.final .copy-final {
  position: fixed;
  top: 50%;
  font-weight: 700;
  font-size: 10vw;
  line-height: 100%;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 6vw;
}
.seccion-linea-temporal .navegacion {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 14px;
  transition: 1s;
  opacity: 0;
  pointer-events: none;
}
.seccion-linea-temporal .navegacion::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: white;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
}
.seccion-linea-temporal .navegacion li {
  cursor: pointer;
  position: relative;
  width: 30px;
  text-align: center;
}
.seccion-linea-temporal .navegacion li span {
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.seccion-linea-temporal .navegacion li::before {
  content: "";
  width: 4px;
  height: 4px;
  pointer-events: none;
  border-radius: 1000px;
  background-color: white;
  display: block;
  margin: 8px auto;
  transition: 0.5s;
}
.seccion-linea-temporal .navegacion li::after {
  content: "";
  width: 14px;
  height: 14px;
  opacity: 0.6;
  pointer-events: none;
  border-radius: 1000px;
  background-color: white;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  z-index: -1;
  transition: 0.2s;
}
.seccion-linea-temporal .navegacion li.actual span {
  opacity: 1;
}
.seccion-linea-temporal .navegacion li.actual::after {
  transform: translateY(-50%) translateX(-50%);
}
.seccion-linea-temporal .saltar {
  position: fixed;
  top: 140px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 1000px;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.8s;
}
@media only screen and (max-width: 1070px) {
  .seccion-linea-temporal .saltar {
    width: 45px;
    height: 45px;
    top: 90px;
    right: 10px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-linea-temporal .saltar {
    width: 40px;
    height: 40px;
    top: 80px;
    right: 8px;
  }
}
.seccion-linea-temporal .saltar::after, .seccion-linea-temporal .saltar::before {
  content: "";
  pointer-events: none;
  width: 20px;
  height: 2px;
  background-color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: 0.8s;
}
.seccion-linea-temporal .saltar::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.seccion-linea-temporal.negra .navegacion {
  color: black;
}
.seccion-linea-temporal.negra .navegacion::after {
  background-color: black;
}
.seccion-linea-temporal.negra .navegacion li::before {
  background-color: black;
}
.seccion-linea-temporal.negra .navegacion li::after {
  background-color: black;
}
.seccion-linea-temporal.negra .saltar {
  border: 1px solid black;
}
.seccion-linea-temporal.negra .saltar::after, .seccion-linea-temporal.negra .saltar::before {
  background-color: black;
}

.seccion-encabezamiento-historia {
  margin-top: 20px;
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-historia {
    margin-top: 60px;
  }
}
.seccion-encabezamiento-historia .margen {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-historia .margen {
    display: block;
  }
}
.seccion-encabezamiento-historia .margen > div {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-historia .margen > div {
    width: 100%;
  }
}
.seccion-encabezamiento-historia .margen > div.izquierda {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1070px) {
  .seccion-encabezamiento-historia .margen > div.izquierda {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-historia .margen > div.izquierda {
    padding: 0;
    margin-bottom: 45px;
  }
}
.seccion-encabezamiento-historia .margen > div.izquierda .blanco {
  background-color: white;
  z-index: 1;
  position: relative;
  margin-right: -150px;
  padding: 35px;
  padding-left: 0;
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-historia .margen > div.izquierda .blanco {
    margin-right: 0;
    padding: 0;
  }
}
.seccion-encabezamiento-historia .margen > div.izquierda .blanco .entradilla {
  font-weight: 400;
  font-style: italic;
}
.seccion-encabezamiento-historia .margen > div.izquierda .categoria {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-historia .margen > div.izquierda .categoria {
    margin-bottom: 30px;
  }
}
.seccion-encabezamiento-historia .margen > div.izquierda .categoria img {
  display: block;
  margin-right: 10px;
}
.seccion-encabezamiento-historia .margen > div.izquierda .meta {
  list-style: none;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 10px;
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-historia .margen > div.izquierda .meta {
    margin-top: 30px;
    position: static;
    font-size: 16px;
  }
}
.seccion-encabezamiento-historia .margen > div.izquierda .meta li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-historia .margen > div.izquierda .meta li {
    margin-bottom: 0;
  }
}
.seccion-encabezamiento-historia .margen > div.izquierda .meta li:last-child {
  margin-bottom: 0;
}
.seccion-encabezamiento-historia .margen > div.derecha {
  display: block;
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-historia .margen > div.derecha {
    height: 400px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento-historia .margen > div.derecha {
    height: 280px;
  }
}
.seccion-encabezamiento-historia .margen > div.derecha img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.seccion-galeria {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 570px) {
  .seccion-galeria {
    height: 530px;
  }
}
.seccion-galeria > div {
  height: 100%;
  width: 100%;
}
.seccion-galeria > div ul {
  display: flex;
  height: 100%;
}
.seccion-galeria > div ul li {
  width: 33.33%;
  height: 100%;
  display: block;
  min-width: 33.33%;
}
@media only screen and (max-width: 1070px) {
  .seccion-galeria > div ul li {
    width: 50%;
    min-width: 50%;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-galeria > div ul li {
    width: 100%;
    min-width: 100%;
  }
}
.seccion-galeria > div ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.seccion-galeria > div ul li.doble img {
  height: 50%;
}
.seccion-galeria > div .fecha {
  width: 55px;
  height: 55px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background-color: #0062FF;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border: 1px solid white;
}
.seccion-galeria > div .fecha img {
  display: block;
  width: 16px;
  pointer-events: none;
}
.seccion-galeria > div .fecha:hover {
  transform: translateY(-50%) translateX(50%) scale(1.1);
}
@media only screen and (max-width: 570px) {
  .seccion-galeria > div .fecha {
    width: 40px;
    height: 40px;
  }
}
.seccion-galeria > div .fecha.anterior {
  left: 60px;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.seccion-galeria > div .fecha.anterior:hover {
  transform: translateX(-50%) translateY(-50%) rotate(180deg) scale(1.1);
}
@media only screen and (max-width: 570px) {
  .seccion-galeria > div .fecha.anterior {
    left: 35px;
  }
}
.seccion-galeria > div .fecha.siguiente {
  transform: translateX(-50%) translateY(-50%);
  left: calc(100% - 60px);
}
.seccion-galeria > div .fecha.siguiente:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
@media only screen and (max-width: 570px) {
  .seccion-galeria > div .fecha.siguiente {
    left: calc(100% - 35px);
  }
}

.seccion-encabezamiento-zoom {
  text-align: center;
  position: relative;
  padding-top: 0 !important;
}
.seccion-encabezamiento-zoom .movil {
  position: relative;
  z-index: 1;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.seccion-encabezamiento-zoom .movil .texto {
  font-size: 26px;
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento-zoom .movil .texto {
    font-size: 22px;
  }
}
.seccion-encabezamiento-zoom .movil::after {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%);
}
.seccion-encabezamiento-zoom .movil .contenedor {
  padding-top: 250px;
  padding-bottom: 50vh;
  position: relative;
  z-index: 1;
}
.seccion-encabezamiento-zoom .fijo {
  top: 0;
  width: 100%;
  position: sticky;
}
.seccion-encabezamiento-zoom .fijo > div {
  overflow: hidden;
  top: 0;
  width: 100%;
  position: sticky;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
.seccion-encabezamiento-zoom .fijo > div::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: black;
  pointer-events: none;
  opacity: 0.3;
}
.seccion-encabezamiento-zoom .fijo > div .imagen {
  height: 100vh;
  width: 100%;
}
.seccion-encabezamiento-zoom .fijo > div .imagen img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.seccion-encabezamiento-zoom .fijo > div .titulo {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 1;
}
.seccion-encabezamiento-zoom .fijo > div .titulo h1 {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
.seccion-encabezamiento-zoom .fijo > div .titulo .scrolldown {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 200px;
  pointer-events: none;
}
@media only screen and (max-width: 1680px) {
  .seccion-encabezamiento-zoom .fijo > div .titulo .scrolldown {
    height: 140px;
  }
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento-zoom .fijo > div .titulo .scrolldown {
    height: 120px;
    bottom: 15px;
  }
}
.seccion-encabezamiento-zoom .fijo > div .titulo .scrolldown img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.seccion-encabezamiento-zoom .fijo > div .titulo .scrolldown > div {
  width: 1px;
  background-color: white;
  display: block;
  position: absolute;
  pointer-events: none;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 50px;
  max-height: calc(100% - 40px);
}
@media only screen and (max-width: 1680px) {
  .seccion-encabezamiento-zoom .fijo > div .titulo .scrolldown > div {
    max-height: calc(100% - 50px);
  }
}
.seccion-encabezamiento-zoom.perspectivas .fijo > div .imagen .cerca {
  position: absolute;
  top: 0;
}
.seccion-encabezamiento-zoom.circulo .fijo > div .imagen {
  height: 108vh;
  width: 108vh;
  overflow: hidden;
  border-radius: 50%;
  margin-top: -12vh;
}

.seccion-historias-destacadas .historias {
  display: flex;
  height: 100vh;
}
@media only screen and (max-width: 1320px) {
  .seccion-historias-destacadas .historias {
    flex-wrap: wrap;
    height: auto;
  }
}
.seccion-historias-destacadas .historias .bloque-historia {
  width: 25%;
  height: 100%;
}
@media only screen and (max-width: 1320px) {
  .seccion-historias-destacadas .historias .bloque-historia {
    width: 50%;
    height: 650px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-historias-destacadas .historias .bloque-historia {
    width: 100%;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-historias-destacadas .historias .bloque-historia {
    height: 575px;
  }
}
.seccion-historias-destacadas .historias .bloque-historia .contenido {
  padding: 50px;
  padding-bottom: 150px;
  transition: 0.3s;
  transform: translateY(20px);
  opacity: 0;
}
@media only screen and (max-width: 1680px) {
  .seccion-historias-destacadas .historias .bloque-historia .contenido {
    padding: 20px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-historias-destacadas .historias .bloque-historia .contenido {
    opacity: 1;
    padding: 30px 15px;
    transform: none;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-historias-destacadas .historias .bloque-historia .contenido .texto p {
    display: none;
  }
}
.seccion-historias-destacadas .historias .bloque-historia .contenido .categoria {
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}
.seccion-historias-destacadas .historias .bloque-historia .contenido .categoria img {
  margin-right: 20px;
  width: 50px;
}
.seccion-historias-destacadas .historias .bloque-historia .contenido .cta {
  width: 60px;
  height: 60px;
  margin-top: 40px;
}
@media only screen and (max-width: 1320px) {
  .seccion-historias-destacadas .historias .bloque-historia .contenido .cta {
    margin-top: 20px;
  }
}
.seccion-historias-destacadas .historias .bloque-historia:hover .contenido {
  transform: none;
  opacity: 1;
}
@media only screen and (max-width: 570px) {
  .seccion-historias-destacadas .historias .bloque-historia.conoce-mas {
    height: 250px;
  }
}
.seccion-historias-destacadas:hover .bloque-historia .imagen::after {
  opacity: 0.6;
}

.seccion-encabezamiento-proyecto {
  text-align: center;
}
.seccion-encabezamiento-proyecto .categoria {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 50px;
}
.seccion-encabezamiento-proyecto .categoria img {
  display: block;
  margin-right: 10px;
}
.seccion-encabezamiento-proyecto .imagen {
  width: 100%;
  height: 700px;
  margin-top: 70px;
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento-proyecto .imagen {
    height: 600px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-encabezamiento-proyecto .imagen {
    height: 500px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-proyecto .imagen {
    height: 400px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento-proyecto .imagen {
    height: 260px;
    margin-top: 50px;
  }
}
.seccion-encabezamiento-proyecto .imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.seccion-encabezamiento-proyecto .bloque-datos {
  background-color: black;
  color: white;
  text-align: left;
  padding-top: 220px;
  padding-bottom: 60px;
  margin-top: -160px;
}
.seccion-encabezamiento-proyecto .texto {
  margin: auto;
}

.seccion-encabezamiento-somos .imagen {
  width: 100%;
  height: 40vw;
  max-height: 700px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.seccion-encabezamiento-somos .imagen .fondo {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-somos .imagen .fondo {
    position: static;
    transform: none;
  }
}
.seccion-encabezamiento-somos .imagen .recorte {
  position: absolute;
  z-index: 1;
  width: 100%;
  transform: rotate(180deg) scale(1.02);
}
.seccion-encabezamiento-somos .contenido .titular {
  font-size: 100px;
}
@media only screen and (max-width: 1680px) {
  .seccion-encabezamiento-somos .contenido .titular {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento-somos .contenido .titular {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-encabezamiento-somos .contenido .titular {
    font-size: 60px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-somos .contenido .titular {
    font-size: 50px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento-somos .contenido .titular {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-encabezamiento-somos .contenido.primero {
    margin-bottom: 40px;
  }
}
.seccion-encabezamiento-somos .contenido.primero .margen {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .seccion-encabezamiento-somos .contenido.primero .margen {
    display: block;
  }
}
.seccion-encabezamiento-somos .contenido.primero .margen > div {
  width: calc(50% - 80px);
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento-somos .contenido.primero .margen > div {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-encabezamiento-somos .contenido.primero .margen > div {
    width: 100%;
  }
}
.seccion-encabezamiento-somos .contenido.primero .margen > div.derecha {
  margin-top: 30px;
}
.seccion-encabezamiento-somos .contenido.primero .margen > div.derecha p, .seccion-encabezamiento-somos .contenido.primero .margen > div.derecha ol, .seccion-encabezamiento-somos .contenido.primero .margen > div.derecha ul {
  margin-bottom: 10px;
}
.seccion-encabezamiento-somos .contenido.segundo {
  padding-bottom: 60px;
}
.seccion-encabezamiento-somos .contenido.segundo .texto {
  transition-delay: 0.5s;
}

.seccion-encabezamiento-ancho-completo {
  position: relative;
  color: white;
}
.seccion-encabezamiento-ancho-completo .margen {
  position: relative;
  z-index: 2;
  padding: 12vw 0;
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento-ancho-completo .margen {
    padding: 30px 0;
    padding-top: 80px;
  }
}
.seccion-encabezamiento-ancho-completo .texto {
  max-width: 700px;
}
.seccion-encabezamiento-ancho-completo .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.seccion-encabezamiento-ancho-completo .fondo img, .seccion-encabezamiento-ancho-completo .fondo video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.seccion-encabezamiento-ancho-completo .fondo::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 100%);
}
.seccion-encabezamiento-ancho-completo.espera .bloque-formulario {
  transition: 0.75s;
}
.seccion-encabezamiento-ancho-completo.espera.esperando .bloque-formulario {
  opacity: 0;
  pointer-events: none;
}

.seccion-equipo {
  /*
  .popup {
    position: fixed;
    top: 0;
    color: black;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    background-color: white;
    justify-content: space-between;
    cursor: url('/wp-content/themes/woko/img/cerrar.svg') 15 15, auto;
    display: flex;
    margin: 0;
    opacity: 0;
    transform: scale(1.05);
    pointer-events: none;
    transition: 0.3s;
    overflow-y: auto;
      flex-direction: row-reverse;

    @include laptop {
      flex-direction: column;
    }

    &.abierto {
      transform: none;
      pointer-events: auto;
      opacity: 1;
    }

    & > div {
      width: 50%;
      height: 100%;

      @include laptop {
        width: 100%;
        height: auto;
      }

      &.derecha {
        padding: 120px;

        @include full {
          padding: 100px;
        }

        @include desktop {
          padding: 100px 50px;
        }

        @include laptop {
          padding: 70px 15px;
        }

        h4 {
          margin-bottom: 18px;
        }

        .entradilla {
          font-weight: 400;
          margin-bottom: 50px;
        }

      }

      &.izquierda {

        @include laptop {
          height: 500px;
        }

        img {
          width: 100%;
          height: 100%;
          object-position: center;
          object-fit: cover;
          display: block;
        }

      }

    }

  }

  .bloque-desplegable {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  */
}
.seccion-equipo .margen {
  max-width: 100%;
  width: 95%;
}
.seccion-equipo .margen > .texto {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .seccion-equipo .margen > .texto {
    display: block;
  }
}
.seccion-equipo .margen > .texto .subtitular {
  width: 100%;
}
.seccion-equipo .margen > .texto p {
  width: 500px;
  min-width: 650px;
  margin-left: 200px;
  margin-top: 15px;
}
@media only screen and (max-width: 1070px) {
  .seccion-equipo .margen > .texto p {
    width: auto;
    min-width: initial;
    margin-left: 0;
  }
}
.seccion-equipo .margen .bloque-card.equipo .imagen {
  border-radius: 10px;
  position: relative;
  width: 100%;
  min-height: 500px;
}
.seccion-equipo .margen .bloque-card.equipo .imagen .trayectoria {
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: black;
  opacity: 0.75;
  color: white;
}
@media only screen and (max-width: 860px) {
  .seccion-equipo .margen .bloque-card.equipo .imagen .trayectoria {
    justify-content: start;
    padding: 25px;
  }
}
.seccion-equipo .margen .bloque-card.equipo .imagen .trayectoria > * {
  margin: 15px 0;
}
.seccion-equipo .margen .bloque-card.equipo .imagen button.btn-info {
  position: absolute;
  height: 40px;
  bottom: 10px;
  left: 150px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #0062FF;
  font-size: 16px;
  border: none;
  background-color: none;
  padding: 10px 50px 10px 50px;
}
@media only screen and (max-width: 860px) {
  .seccion-equipo .margen .bloque-card.equipo .imagen button.btn-info {
    left: 130px;
  }
}
.seccion-equipo .margen .bloque-card.equipo .imagen button.btn-info:hover {
  background-color: none;
}
.seccion-equipo .margen .bloque-card.equipo .imagen button.btn-info.plus {
  background: url(/wp-content/themes/woko/img/icon-plus.svg) no-repeat;
}
.seccion-equipo .margen .bloque-card.equipo .imagen button.btn-info.minus {
  background: url(/wp-content/themes/woko/img/icon-minus.svg) no-repeat;
}
.seccion-equipo.direccion .margen {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .seccion-equipo.direccion .margen {
    display: block;
  }
}
.seccion-equipo.direccion .margen > div {
  width: 50%;
}
@media only screen and (max-width: 1070px) {
  .seccion-equipo.direccion .margen > div {
    width: 100%;
  }
}
.seccion-equipo.direccion .margen > div.izquierda {
  padding-right: 100px;
}
@media only screen and (max-width: 1070px) {
  .seccion-equipo.direccion .margen > div.izquierda {
    padding-right: 0;
    margin-bottom: 45px;
  }
}
.seccion-equipo.direccion .margen > div.izquierda .texto {
  height: 100%;
  display: grid;
  align-content: space-around;
}
.seccion-equipo.direccion .margen > div.izquierda .texto p {
  margin-top: 0;
  margin-bottom: 0;
}
.seccion-equipo.direccion .margen h3, .seccion-equipo.direccion .margen h4 {
  margin-top: 0px;
}
@media only screen and (max-width: 860px) {
  .seccion-equipo.direccion .margen h3, .seccion-equipo.direccion .margen h4 {
    margin: 10px 0;
    padding: 0;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-equipo.direccion .margen h2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-equipo.direccion .margen .bloque-card {
    max-width: 600px;
  }
}
.seccion-equipo.direccion .margen .bloque-card.equipo .imagen {
  min-height: 560px;
}

.seccion-cta-anclado {
  position: sticky;
  bottom: 0;
  z-index: 1000;
}
.seccion-cta-anclado a {
  padding: 20px 0;
  padding-bottom: 19px;
  display: block;
  text-align: center;
  font-size: 22px;
  border-top: 1px solid white;
}
.seccion-cta-anclado a::after {
  top: -3px;
}

.seccion-proyectos-relacionados {
  background-color: black;
  color: white;
}
.seccion-proyectos-relacionados .margen {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1070px) {
  .seccion-proyectos-relacionados .margen {
    padding-bottom: 0;
    display: block;
  }
}
.seccion-proyectos-relacionados .margen > .texto {
  width: 360px;
  min-width: 360px;
  margin-right: 50px;
}
@media only screen and (max-width: 1320px) {
  .seccion-proyectos-relacionados .margen > .texto {
    width: 320px;
    min-width: 320px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-proyectos-relacionados .margen > .texto {
    width: 100%;
    min-width: initial;
    margin-right: 0;
    max-width: 500px;
    margin-bottom: 45px;
  }
}
.seccion-proyectos-relacionados .margen .historias {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.seccion-proyectos-relacionados .margen .historias > div {
  display: flex;
  height: 100%;
}
.seccion-proyectos-relacionados .margen .historias > div > div {
  width: calc(50% - 12px);
  min-width: calc(50% - 12px);
}
@media only screen and (max-width: 860px) {
  .seccion-proyectos-relacionados .margen .historias > div > div {
    width: 100%;
    min-width: 100%;
  }
}
.seccion-proyectos-relacionados .margen .siguiente {
  width: 55px;
  height: 55px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background-color: #0062FF;
  cursor: pointer;
  right: 0;
  top: calc(50% - 30px);
}
.seccion-proyectos-relacionados .margen .siguiente img {
  display: block;
  width: 16px;
  pointer-events: none;
}
.seccion-proyectos-relacionados .margen .siguiente:hover {
  transform: translateY(-50%) translateX(50%) scale(1.1);
}
@media only screen and (max-width: 570px) {
  .seccion-proyectos-relacionados .margen .siguiente {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1320px) {
  .seccion-proyectos-relacionados .margen .siguiente {
    right: 10px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-proyectos-relacionados .margen .siguiente {
    display: none;
  }
}
.seccion-proyectos-relacionados .margen .bullets {
  display: flex;
  align-items: center;
  position: absolute;
  left: 400px;
  bottom: 0;
}
@media only screen and (max-width: 1320px) {
  .seccion-proyectos-relacionados .margen .bullets {
    left: 365px;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-proyectos-relacionados .margen .bullets {
    position: static;
    justify-content: center;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-proyectos-relacionados .margen .bullets {
    margin-top: 20px;
  }
}
.seccion-proyectos-relacionados .margen .bullets > * {
  width: 22px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: relative;
}
.seccion-proyectos-relacionados .margen .bullets > *::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: white;
  border-radius: 1000px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.3;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.seccion-proyectos-relacionados .margen .bullets > *.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.seccion-mapa .mapa {
  display: block;
  width: 100%;
  height: 40vw;
  max-height: 700px;
  min-height: 300px;
}
.seccion-mapa .bloque-datos {
  padding-top: 60px;
}
.seccion-mapa .bloque-datos ul {
  display: none;
}
.seccion-mapa .bloque-datos ul.actual {
  display: flex;
}
.seccion-mapa .leyenda-mapa .listacat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
}
@media only screen and (max-width: 570px) {
  .seccion-mapa .leyenda-mapa .listacat {
    justify-content: start;
    padding: 10px;
    flex-direction: column;
  }
}
.seccion-mapa .leyenda-mapa .listacat li {
  padding: 10px;
}
.seccion-mapa .leyenda-mapa .listacat li i {
  margin-right: 5px;
}
.seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c {
  max-width: 510px !important;
  border-radius: initial !important;
}
@media only screen and (max-width: 570px) {
  .seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c {
    max-width: 200px !important;
  }
}
.seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect span {
  color: #000000;
}
.seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
}
@media only screen and (max-width: 570px) {
  .seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content {
    grid-template-columns: 1fr;
  }
}
.seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content img.imgpro {
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 98%;
}
@media only screen and (max-width: 570px) {
  .seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content img.imgpro {
    display: none;
  }
}
.seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content .presentacion {
  padding: 10px;
}
@media only screen and (max-width: 570px) {
  .seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content .presentacion {
    padding: 0px;
  }
}
.seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content .presentacion .categoria {
  font-weight: 500;
  font-size: 10px;
}
.seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content .presentacion .titulo {
  font-size: 16px;
}
.seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content .presentacion .subtitulo {
  font-size: 14px;
  color: #A8A8A8 !important;
  padding: 5px 0;
}
.seccion-mapa .mapa-ubicaciones .gm-style-iw.gm-style-iw-c .map-box-content .presentacion .url {
  font-size: 14px;
  color: #0062FF;
  text-decoration: underline;
}

.seccion-equipo-little {
  margin-bottom: 0;
}
.seccion-equipo-little + .seccion-equipo-little {
  margin-top: 0;
}
.seccion-equipo-little .bloque-desplegable {
  margin-top: 0;
}
.seccion-equipo-little .bloque-desplegable .titulo {
  text-transform: uppercase;
}
.seccion-equipo-little .bloque-desplegable .texto {
  margin-left: 0;
}
.seccion-equipo-little .bloque-desplegable .texto p {
  margin-bottom: 8px;
  font-size: 16px;
}
.seccion-equipo-little .bloque-desplegable .texto p a {
  color: black;
  border-bottom: 1px solid;
  font-size: 13px;
  margin-left: 10px;
}
.seccion-equipo-little .bloque-desplegable .texto p:last-child {
  margin-bottom: 0;
}
.seccion-equipo-little .bloque-desplegable .content-acordeon {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .seccion-equipo-little .bloque-desplegable .content-acordeon {
    display: block;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-equipo-little .bloque-desplegable .content-acordeon .contenedor-fotos {
    padding: 0px;
  }
}
.seccion-equipo-little .bloque-desplegable .content-acordeon .contenedor-fotos .fotosEquipo {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 570px) {
  .seccion-equipo-little .bloque-desplegable .content-acordeon .contenedor-fotos .fotosEquipo {
    height: 250px;
  }
}
.seccion-equipo-little .bloque-desplegable .content-acordeon .contenedor-fotos .fotosEquipo .swiper-wrapper {
  overflow: inherit;
}
.seccion-equipo-little .bloque-desplegable .content-acordeon .contenedor-fotos .fotosEquipo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.seccion-equipo-little .bloque-desplegable .content-acordeon > * {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .seccion-equipo-little .bloque-desplegable .content-acordeon > * {
    width: 100%;
    padding: 0;
  }
}
.seccion-equipo-little .bloque-desplegable .content-acordeon > *.sin-galeria {
  width: 100%;
}
.seccion-equipo-little .bloque-desplegable .content-acordeon .texto.little {
  margin-right: 0;
}
@media only screen and (max-width: 860px) {
  .seccion-equipo-little .bloque-desplegable .content-acordeon .texto.little {
    padding: 20px 32px;
  }
}
.seccion-equipo-little .bloque-desplegable .content-acordeon .texto.little .content-texto {
  display: grid;
  justify-items: end;
  margin: 0;
}
@media only screen and (max-width: 860px) {
  .seccion-equipo-little .bloque-desplegable .content-acordeon .texto.little .content-texto {
    justify-items: start;
  }
}
.seccion-equipo-little .bloque-desplegable .content-acordeon .texto.little.sin-galeria .content-texto {
  justify-items: start;
}
.seccion-equipo-little .bloque-desplegable .desplegado .content-acordeon {
  padding: 30px 0;
}
@media only screen and (max-width: 860px) {
  .seccion-equipo-little .bloque-desplegable .desplegado .content-acordeon {
    padding: 0;
  }
}

.seccion-premios > .navegacion {
  position: fixed;
  background-color: black;
  width: 100%;
  color: white;
  top: 115px;
  padding: 20px 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 1070px) {
  .seccion-premios > .navegacion {
    top: 72px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-premios > .navegacion {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-premios > .navegacion {
    top: 63px;
  }
}
.seccion-premios > .navegacion .bloque-ediciones-premios ul li {
  min-width: 160px;
  margin-right: 40px;
  border-color: rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 1070px) {
  .seccion-premios > .navegacion .bloque-ediciones-premios ul li {
    min-width: 150px;
    margin-right: 22px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-premios > .navegacion .bloque-ediciones-premios ul li {
    min-width: 140px;
  }
}
.seccion-premios > .navegacion .bloque-ediciones-premios ul li .titulo {
  font-size: 25px;
  display: inline-block;
}
@media only screen and (max-width: 860px) {
  .seccion-premios > .navegacion .bloque-ediciones-premios ul li .titulo {
    font-size: 20px;
  }
}
.seccion-premios > .navegacion .bloque-ediciones-premios ul li .subtitulo {
  display: inline-block;
  font-size: 13px;
  margin-left: 3px;
}
.seccion-premios > .navegacion .bloque-ediciones-premios ul li:not(.actual) > * {
  opacity: 0.25;
}
.seccion-premios.activo > .navegacion {
  opacity: 1;
  pointer-events: unset;
}
.seccion-premios .edicion {
  display: none;
}
.seccion-premios .edicion.activo {
  display: block;
}
.seccion-premios .edicion > .negro.interior:first-child {
  padding-top: 0;
}

.seccion-encabezamiento-espejo {
  text-align: center;
}
.seccion-encabezamiento-espejo .margen {
  padding: 60px 0;
}
.seccion-encabezamiento-espejo .titulo {
  position: relative;
  padding: 200px 0;
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento-espejo .titulo {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-espejo .titulo {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento-espejo .titulo {
    padding: 70px 0;
  }
}
.seccion-encabezamiento-espejo .titulo h1 {
  font-size: 180px;
  text-transform: uppercase;
  line-height: 1;
  color: black;
  text-shadow: 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  opacity: 1;
  transition: 3s;
  transform: scale(0.9);
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento-espejo .titulo h1 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento-espejo .titulo h1 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-espejo .titulo h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento-espejo .titulo h1 {
    font-size: 55px;
  }
}
.seccion-encabezamiento-espejo .titulo .espejo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  line-height: 0.8;
  font-size: 240px;
}
@media only screen and (max-width: 1320px) {
  .seccion-encabezamiento-espejo .titulo .espejo {
    font-size: 160px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-encabezamiento-espejo .titulo .espejo {
    font-size: 110px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-encabezamiento-espejo .titulo .espejo {
    font-size: 75px;
  }
}
.seccion-encabezamiento-espejo .titulo .espejo > div {
  transition: 1.5s;
  transition-delay: 1.5s;
  transform: scaleY(0);
  opacity: 0.8;
}
.seccion-encabezamiento-espejo .titulo .espejo > div span {
  display: block;
}
.seccion-encabezamiento-espejo .titulo .espejo > div.arriba {
  transform-origin: bottom;
}
.seccion-encabezamiento-espejo .titulo .espejo > div.arriba span {
  transform: scaleY(-1);
}
.seccion-encabezamiento-espejo .titulo .espejo > div.abajo {
  transform-origin: top;
}
.seccion-encabezamiento-espejo .subtitular {
  max-width: 620px;
  margin: auto;
  font-weight: 400;
  opacity: 0;
  transform: translateY(25px);
  transition: 1s;
}
.seccion-encabezamiento-espejo.swing-activado .titulo h1 {
  opacity: 0.3;
  transform: none;
}
.seccion-encabezamiento-espejo.swing-activado .titulo .espejo > div {
  transform: scaleY(1);
  opacity: 1;
}
.seccion-encabezamiento-espejo.swing-activado .subtitular {
  opacity: 1;
  transform: none;
  transition-delay: 2.5s;
}

.seccion-porcentajes {
  position: relative;
}
@media only screen and (max-width: 1680px) {
  .seccion-porcentajes .slider {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-porcentajes .slider {
    padding: 0 50px;
  }
}
.seccion-porcentajes .porcentajes {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.seccion-porcentajes .porcentajes .swiper-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide {
  height: 100%;
  min-width: 100%;
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido {
  display: flex;
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido {
    display: block;
  }
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido .bloque-porcentaje {
  width: 33.33%;
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido .bloque-porcentaje {
    width: 100%;
    margin-bottom: 35px;
  }
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido .bloque-porcentaje:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido .bloque-porcentaje .subtitular {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido .bloque-porcentaje .descripcion {
    max-width: none;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido .bloque-porcentaje .numero {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido .bloque-porcentaje .numero span {
    font-size: 90px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido .bloque-porcentaje .numero span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.reducido .bloque-porcentaje .numero span {
    font-size: 60px;
  }
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide .bloque-porcentaje {
  padding-right: 50px;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide .bloque-porcentaje {
    padding-right: 0;
  }
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes {
    display: block;
  }
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .bloque-porcentaje {
  width: 50%;
}
@media only screen and (max-width: 1070px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .bloque-porcentaje {
    width: 60%;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .bloque-porcentaje {
    width: 100%;
  }
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras {
  width: 50%;
  border-left: 1px solid white;
  padding: 30px 0;
  padding-left: 80px;
}
@media only screen and (max-width: 1070px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras {
    padding: 10px 0;
    padding-left: 50px;
    width: 40%;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    border-left: none;
  }
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 400px;
  justify-content: space-between;
  margin-bottom: -35px;
}
@media only screen and (max-width: 1070px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul {
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul {
    margin-bottom: -15px;
    max-width: none;
  }
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li {
  width: 50%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1070px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li {
    width: 25%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li {
    width: 50%;
  }
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li .titulo {
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  display: block;
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li .numero {
  font-weight: 700;
  display: block;
  margin-top: 2px;
}
@media only screen and (max-width: 570px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li .numero {
    font-size: 16px;
  }
}
.seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li .numero span {
  font-size: 70px;
  line-height: 100%;
  margin-right: 15px;
}
@media only screen and (max-width: 1320px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li .numero span {
    font-size: 50px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 860px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li .numero span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-porcentajes .porcentajes .swiper-wrapper .swiper-slide.mini-porcentajes .extras ul li .numero span {
    font-size: 28px;
  }
}
.seccion-porcentajes .flecha {
  width: 55px;
  height: 55px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background-color: #0062FF;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 60px);
}
.seccion-porcentajes .flecha img {
  display: block;
  width: 16px;
  pointer-events: none;
}
.seccion-porcentajes .flecha:hover {
  transform: translateY(-50%) translateX(50%) scale(1.1);
}
@media only screen and (max-width: 570px) {
  .seccion-porcentajes .flecha {
    width: 40px;
    height: 40px;
  }
}
.seccion-porcentajes .flecha.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.seccion-porcentajes .flecha.anterior {
  left: 80px;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1680px) {
  .seccion-porcentajes .flecha.anterior {
    left: 40px;
  }
}
@media only screen and (max-width: 570px) {
  .seccion-porcentajes .flecha.anterior {
    left: 25px;
  }
}
.seccion-porcentajes .flecha.anterior:hover {
  transform: translateX(-50%) translateY(-50%) rotate(180deg) scale(1.1);
}
.seccion-porcentajes .flecha.siguiente {
  transform: translateX(-50%) translateY(-50%);
  left: calc(100% - 80px);
}
@media only screen and (max-width: 1680px) {
  .seccion-porcentajes .flecha.siguiente {
    left: calc(100% - 40px);
  }
}
@media only screen and (max-width: 570px) {
  .seccion-porcentajes .flecha.siguiente {
    left: calc(100% - 25px);
  }
}
.seccion-porcentajes .flecha.siguiente:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.seccion-porcentajes .paginacion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 570px) {
  .seccion-porcentajes .paginacion {
    margin-top: 40px;
  }
}
.seccion-porcentajes .paginacion span {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.3;
  transition: 0.15s;
}
.seccion-porcentajes .paginacion span:hover {
  opacity: 0.6;
}
.seccion-porcentajes .paginacion span::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  display: block;
  border-radius: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.seccion-porcentajes .paginacion span.swiper-pagination-bullet-active {
  opacity: 1;
}

.galeria-videos {
  display: flex;
  padding: 80px 0;
}
@media only screen and (max-width: 860px) {
  .galeria-videos {
    display: block;
  }
}
.galeria-videos .izquierda.texto, .galeria-videos .derecha {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .galeria-videos .izquierda.texto, .galeria-videos .derecha {
    width: 100%;
  }
}
.galeria-videos .izquierda.texto {
  display: grid;
  align-items: center;
  justify-content: end;
}
.galeria-videos .izquierda.texto .lazyblock-inner-blocks {
  padding-right: 100px;
  width: 630px;
}
@media only screen and (max-width: 1320px) {
  .galeria-videos .izquierda.texto .lazyblock-inner-blocks {
    width: 100%;
    padding-right: 75px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 860px) {
  .galeria-videos .izquierda.texto .lazyblock-inner-blocks {
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 860px) {
  .galeria-videos .izquierda.texto .lazyblock-inner-blocks h2, .galeria-videos .izquierda.texto .lazyblock-inner-blocks h3 {
    margin-top: 0;
  }
}
.galeria-videos .izquierda.texto p {
  font-size: 22px;
}
.galeria-videos .contenedor-video.derecha h3 {
  font-size: 26px;
}
.galeria-videos .contenedor-video.derecha h4 {
  font-size: 24px;
}
.galeria-videos .contenedor-video.derecha p {
  font-size: 22px;
}
@media only screen and (max-width: 860px) {
  .galeria-videos .contenedor-video.derecha {
    padding-left: 20px;
  }
}
.galeria-videos .contenedor-video.derecha .next-video {
  color: grey !important;
  margin-right: 0 !important;
}
.galeria-videos .contenedor-video.derecha .next-video video {
  opacity: 0.5;
  background-color: black;
}
.galeria-videos video {
  width: 100%;
  border-radius: 20px;
  max-height: 355px;
  min-height: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 860px) {
  .galeria-videos video {
    min-height: 150px;
  }
}
@media only screen and (max-width: 570px) {
  .galeria-videos video {
    min-height: 190px;
  }
}
.galeria-videos video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
}
.galeria-videos .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-css-mode {
  min-height: 600px;
}
@media only screen and (max-width: 1320px) {
  .galeria-videos .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-css-mode {
    min-height: 500px;
  }
}
@media only screen and (max-width: 860px) {
  .galeria-videos .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-css-mode {
    min-height: 560px;
  }
}
@media only screen and (max-width: 570px) {
  .galeria-videos .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-css-mode {
    min-height: 500px;
  }
}
.galeria-videos .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: gray;
  opacity: 0.5;
}
.galeria-videos .pagination-video {
  text-align: left;
  bottom: 65px;
}
.galeria-videos .pagination-video .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
}
.galeria-videos .next-video, .galeria-videos .prev-video {
  width: 50px;
  height: 50px;
}

/*Slider ancho completo*/
.ancho-completo-slider {
  display: flex;
  padding: 150px 0;
  align-items: flex-end;
}
@media only screen and (max-width: 570px) {
  .ancho-completo-slider {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 860px) {
  .ancho-completo-slider {
    display: block;
  }
}
.ancho-completo-slider .izquierda.texto, .ancho-completo-slider .derecha {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .ancho-completo-slider .izquierda.texto, .ancho-completo-slider .derecha {
    width: 100%;
  }
}
.ancho-completo-slider .izquierda.texto {
  display: grid;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 860px) {
  .ancho-completo-slider .izquierda.texto {
    justify-content: start;
    padding: 0px 20px 50px;
  }
}
.ancho-completo-slider .izquierda.texto > *:not(.texto-fondo-slider) {
  margin-bottom: 25px;
  margin-top: 0;
  z-index: 1;
}
.ancho-completo-slider .izquierda.texto > *:not(a, .texto-fondo-slider) {
  width: inherit;
}
.ancho-completo-slider .izquierda.texto > a.boton {
  width: -moz-fit-content;
  width: fit-content;
}
.ancho-completo-slider .izquierda.texto .lazyblock-inner-blocks {
  padding-right: 100px;
  width: 630px;
}
@media only screen and (max-width: 1320px) {
  .ancho-completo-slider .izquierda.texto .lazyblock-inner-blocks {
    width: 100%;
    padding-right: 75px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 860px) {
  .ancho-completo-slider .izquierda.texto .lazyblock-inner-blocks {
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 860px) {
  .ancho-completo-slider .izquierda.texto .lazyblock-inner-blocks h2, .ancho-completo-slider .izquierda.texto .lazyblock-inner-blocks h3 {
    margin-top: 0;
  }
}
.ancho-completo-slider .izquierda.texto p {
  font-size: 22px;
}
.ancho-completo-slider .izquierda.texto .fondo-texto-slider {
  position: inherit !important;
  z-index: 0;
}
.ancho-completo-slider .contenedor-slider.derecha h3 {
  font-size: 26px;
  line-height: initial;
}
.ancho-completo-slider .contenedor-slider.derecha h4 {
  font-size: 24px;
  line-height: initial;
}
.ancho-completo-slider .contenedor-slider.derecha p {
  font-size: 22px;
}
@media only screen and (max-width: 860px) {
  .ancho-completo-slider .contenedor-slider.derecha {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ancho-completo-slider .contenedor-slider.derecha .slide-swiper:hover {
  justify-content: start;
}
.ancho-completo-slider video {
  width: 100%;
  border-radius: 20px;
  max-height: 355px;
  min-height: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 860px) {
  .ancho-completo-slider video {
    min-height: 150px;
  }
}
@media only screen and (max-width: 570px) {
  .ancho-completo-slider video {
    min-height: 190px;
  }
}
.ancho-completo-slider video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
}
.ancho-completo-slider .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-css-mode {
  min-height: 600px;
}
@media only screen and (max-width: 1320px) {
  .ancho-completo-slider .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-css-mode {
    min-height: 500px;
  }
}
@media only screen and (max-width: 860px) {
  .ancho-completo-slider .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-css-mode {
    min-height: 560px;
  }
}
@media only screen and (max-width: 570px) {
  .ancho-completo-slider .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-css-mode {
    min-height: 500px;
  }
}
.ancho-completo-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: gray;
  opacity: 0.5;
}
.ancho-completo-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
  bottom: 65px;
}
.ancho-completo-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
}
.ancho-completo-slider .swiper-button-next, .ancho-completo-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
}

/*Slider tipo 3 - slider texto emergente*/
.slider-tipo-3 {
  height: 620px;
}
.slider-tipo-3 .swiper-slide:hover img.fondo-slider {
  filter: brightness(25%);
}
.slider-tipo-3 .swiper-slide > * {
  position: absolute;
  width: inherit;
}
.slider-tipo-3 .swiper-slide > *:not(img) {
  padding: 0px 20px;
}
.slider-tipo-3 .swiper-slide h3, .slider-tipo-3 .swiper-slide h4 {
  bottom: 10%;
}
.slider-tipo-3 .swiper-slide:hover h3, .slider-tipo-3 .swiper-slide:hover h4 {
  top: 10%;
  bottom: 0;
}
.slider-tipo-3 .swiper-slide:hover .emergente {
  top: 20%;
}
.slider-tipo-3 .swiper-slide:hover .emergente > * {
  font-size: 16px;
}
.slider-tipo-3 .swiper-slide:hover .emergente .link-slide {
  padding-top: 20px;
}
.slider-tipo-3 .swiper-slide img.fondo-slider {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: inherit;
}
.slider-tipo-3 .swiper-slide .link-slide {
  text-decoration: underline;
}
.slider-tipo-3 .swiper-slide p.texto-slide {
  margin-top: 90px;
}

body.blog .seccion-header {
  background-color: black;
  color: white;
}
body.blog .seccion-header .contenido {
  background-color: black;
  border-color: black;
}
body.blog .seccion-header .logo .normal {
  opacity: 0;
}
body.blog .seccion-header .logo .blanco {
  opacity: 1;
}
body.blog .seccion-header .enlaces .hamburguesa > div {
  background-color: white;
}
body.blog .seccion-migas {
  color: white;
  background-color: black;
  padding-bottom: 0;
}
body.blog .seccion-post-principal {
  color: white;
  background-color: black;
  padding-bottom: 0;
  margin-bottom: -21vw;
}
body.blog .seccion-post-principal .contenedor {
  padding-top: 0 !important;
}
body.blog .seccion-post-principal .ondulado {
  background-color: white;
}

body.menu-true, body.buscador-true {
  overflow-y: hidden;
}
body.menu-true .seccion-header, body.buscador-true .seccion-header {
  background-color: black;
  color: white;
}
body.menu-true .seccion-header .contenido, body.buscador-true .seccion-header .contenido {
  background-color: black;
  border-color: black;
}
body.menu-true .seccion-header .logo .normal, body.buscador-true .seccion-header .logo .normal {
  opacity: 0;
}
body.menu-true .seccion-header .logo .blanco, body.buscador-true .seccion-header .logo .blanco {
  opacity: 1;
}
body.menu-true .seccion-header .enlaces .hamburguesa > div, body.buscador-true .seccion-header .enlaces .hamburguesa > div {
  background-color: white;
}
body.menu-true .seccion-header .enlaces .hamburguesa > div:nth-child(1), body.menu-true .seccion-header .enlaces .hamburguesa > div:nth-child(2), body.menu-true .seccion-header .enlaces .hamburguesa > div:nth-child(3), body.buscador-true .seccion-header .enlaces .hamburguesa > div:nth-child(1), body.buscador-true .seccion-header .enlaces .hamburguesa > div:nth-child(2), body.buscador-true .seccion-header .enlaces .hamburguesa > div:nth-child(3) {
  width: 0;
  opacity: 0;
}
body.menu-true .seccion-header .enlaces .hamburguesa > div:nth-child(4), body.menu-true .seccion-header .enlaces .hamburguesa > div:nth-child(5), body.buscador-true .seccion-header .enlaces .hamburguesa > div:nth-child(4), body.buscador-true .seccion-header .enlaces .hamburguesa > div:nth-child(5) {
  width: 25px;
  opacity: 1;
}
body.menu-true .seccion-header .progreso, body.buscador-true .seccion-header .progreso {
  opacity: 0;
}

@media only screen and (max-width: 1320px) {
  body.menu-true .seccion-header .enlaces > nav {
    pointer-events: unset;
    opacity: 1;
  }
}

body:not(.menu-true) .seccion-menu.transparente .abajo .derecha .hamburguesa > div, body:not(.menu-true) .seccion-menu.negro .abajo .derecha .hamburguesa > div {
  background-color: white;
}

body.buscador-true .seccion-header .enlaces > nav {
  opacity: 0;
  pointer-events: none;
}
body.buscador-true .seccion-header .enlaces .busqueda {
  opacity: 0;
  pointer-events: none;
}
body.buscador-true .seccion-header .enlaces .hamburguesa {
  pointer-events: unset;
}
body.buscador-true .seccion-buscador {
  opacity: 1;
  pointer-events: unset;
}

body.error404 .titular {
  font-size: 140px;
}
body.error404 .subtitular {
  max-width: 800px;
}

@media only screen and (max-width: 570px) {
  body.page-id-2113 .seccion-header .logos .logo.la-vieja-escuela {
    width: 100px;
  }
}
@media only screen and (max-width: 860px) {
  body.page-id-2113 .bloque-compartir {
    flex-direction: column;
  }
  body.page-id-2113 .bloque-compartir ul {
    margin: 0;
    margin-top: 10px;
  }
  body.page-id-2113 .bloque-compartir ul li:first-child {
    margin-left: 0;
  }
  body.page-id-2113 .bloque-compartir .telefono {
    margin: 0;
    margin-top: 18px;
    margin-bottom: 10px;
  }
}

body.page-id-2999 .seccion-header {
  background-color: black;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-id-2999 .seccion-header .contenido {
  background-color: black;
  border-color: black;
}
body.page-id-2999 .seccion-header .logo .normal {
  opacity: 0;
}
body.page-id-2999 .seccion-header .logo .blanco {
  opacity: 1;
}
body.page-id-2999 .seccion-header .enlaces .hamburguesa > div {
  background-color: white;
}
body.page-id-2999 .seccion-header .logos {
  padding: 10px 0;
}
@media only screen and (max-width: 1320px) {
  body.page-id-2999 .seccion-header .logos {
    padding: 0;
  }
}
@media only screen and (max-width: 570px) {
  body.page-id-2999 .seccion-header .logos .logo.anesvad {
    width: 70px;
    margin-right: 12px;
  }
  body.page-id-2999 .seccion-header .logos .logo.la-vieja-escuela {
    width: 100px;
  }
}
body.page-id-2999 .seccion-header .boton {
  font-size: 18px;
}
body.page-id-2999 .seccion-header .boton::after {
  top: -2px;
}
@media only screen and (max-width: 570px) {
  body.page-id-2999 .seccion-header .boton {
    font-size: 15px;
    padding: 12px 14px;
  }
  body.page-id-2999 .seccion-header .boton::after {
    top: -1px;
    margin-left: 7px;
  }
}

body.single-post .texto p.entradilla, body.single-post .texto ol.entradilla, body.single-post .texto ul.entradilla {
  border-left: 9px solid #0062FF;
  padding-left: 40px;
  font-size: 36px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1680px) {
  body.single-post .texto p.entradilla, body.single-post .texto ol.entradilla, body.single-post .texto ul.entradilla {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1320px) {
  body.single-post .texto p.entradilla, body.single-post .texto ol.entradilla, body.single-post .texto ul.entradilla {
    font-size: 30px;
  }
}
@media only screen and (max-width: 860px) {
  body.single-post .texto p.entradilla, body.single-post .texto ol.entradilla, body.single-post .texto ul.entradilla {
    font-size: 27px;
    border-left: 6px solid #0062FF;
    padding-left: 22px;
    margin-bottom: 60px;
  }
}

body.animacion-linea-temporal .seccion-linea-temporal {
  pointer-events: unset;
  z-index: 1;
}
body.animacion-linea-temporal .seccion-linea-temporal .navegacion {
  bottom: 80px;
  opacity: 1;
  pointer-events: unset;
}
@media only screen and (max-width: 1680px) {
  body.animacion-linea-temporal .seccion-linea-temporal .navegacion {
    bottom: 60px;
  }
}
@media only screen and (max-width: 1320px) {
  body.animacion-linea-temporal .seccion-linea-temporal .navegacion {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1070px) {
  body.animacion-linea-temporal .seccion-linea-temporal .navegacion {
    bottom: 20px;
  }
}
@media only screen and (max-width: 570px) {
  body.animacion-linea-temporal .seccion-linea-temporal .navegacion {
    bottom: 15px;
  }
}
body.animacion-linea-temporal .seccion-linea-temporal .saltar {
  opacity: 1;
  transition-delay: 0.3s;
  pointer-events: unset;
  transform: none;
}

.swiper {
  z-index: 0 !important;
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  background-color: #0062FF;
  padding: 15px;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  font-size: 20px;
}
.swiper .swiper-button-next::after {
  content: url(/wp-content/themes/woko/img/arrow-next.svg);
  right: 0;
}
.swiper .swiper-button-prev::after {
  content: url(/wp-content/themes/woko/img/arrow-next.svg);
  left: 0;
  transform: rotate(180deg);
}
.swiper.fotosEquipo img {
  padding: 34px;
}

.contenedor-video .swiper .swiper-button-prev, .contenedor-video .swiper .swiper-button-next, .contenedor-video .swiper .swiper-button-prev::after, .contenedor-video .swiper .swiper-button-next::after {
  top: auto;
  bottom: 0;
}
.contenedor-video .swiper .swiper-button-next {
  left: 65px;
}
.contenedor-video .swiper .swiper-button-prev {
  left: 0px;
}

.ct-ultimate-gdpr-cookie-fullPanel-overlay {
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.75);
}

#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern {
  width: 100%;
  min-width: initial;
  top: auto !important;
  bottom: 0;
  padding: 50px 0 !important;
  transform: none;
  left: 0 !important;
}
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern .ct-ultimate-gdpr-cookie-buttons {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern .ct-ultimate-gdpr-cookie-buttons > div {
  float: none !important;
  min-width: initial !important;
  max-width: none !important;
  width: auto !important;
}
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-accept, #ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-change-settings {
  border: none;
  background: none;
  background-color: #0062FF;
  color: white;
  font-size: 28px;
  line-height: 1;
  transition: 0.2s;
  font-weight: 700;
  padding: 14px 30px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 570px) {
  #ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-accept, #ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-change-settings {
    font-size: 22px;
  }
}
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-accept::after, #ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-change-settings::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  content: "";
  border-color: white;
  position: relative;
  top: -4px;
  transition: 0.15s;
  margin-left: 12px;
  padding: 3px;
  left: 0;
}
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-accept::after, #ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-change-settings::after {
  display: none;
  content: none;
}
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-accept {
  margin-bottom: 0 !important;
}
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-change-settings {
  margin-right: 10px !important;
}
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel .ct-container {
  max-width: 1320px;
  padding: 0 2.5%;
}

.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content {
  padding-bottom: 50px;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content a {
  text-decoration: underline;
}

#ct-ultimate-gdpr-cookie-open {
  display: none !important;
}

#ct-ultimate-gdpr-cookie-modal .ct-ultimate-gdpr-cookie-modal-content .ct-ultimate-gdpr-slider-not-block .ct-ultimate-gdpr-cookie-modal-desc {
  margin-bottom: 40px;
}/*# sourceMappingURL=estilos.css.map */