/*
Theme Name:     ecoembes Child
Theme URI:      https://tusitio.com/
Description:    Tema hijo de ecoembes
Author:         SIDN Digital Thinking
Author URI:     https://www.sidn.es/
Template:       ecoembes
Version:        1.0
*/
/* Aqui puedes aiadir tus estilos personalizados */
@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.cta-1 {
  display: flex;
  min-height: 52px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #00A13A;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3 ease-in-out;
}
.cta-1:hover {
  background: #007B2C;
  text-decoration: none;
  color: #FFF;
}

.cta-2 {
  display: flex;
  min-height: 42px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--Foundation-Green-green-500, #00A13A);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  border-radius: 32px;
  background: #FFF;
  transition: all 0.3 ease-in-out;
}
.cta-2:hover {
  text-decoration: none;
  background: var(--Foundation-Green-green-500, #00A13A);
  color: rgba(255, 255, 255, 0.94);
}

.hero-video {
  position: relative;
  padding: 135px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero-video {
    padding: 0px !important;
  }
}
.hero-video p,
.hero-video h1,
.hero-video h2,
.hero-video h3,
.hero-video h4,
.hero-video h5,
.hero-video h6 {
  margin: 0px;
}
.hero-video video {
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero-video video {
    position: relative;
  }
}
.hero-video .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1110px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .hero-video .container {
    max-width: 768px;
    flex-direction: column-reverse;
    padding: 25px 12px;
  }
}
@media (max-width: 768px) {
  .hero-video .container {
    max-width: 540px;
  }
}
.hero-video .container .bloque-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  max-width: 698px;
  width: 100%;
}
@media (max-width: 992px) {
  .hero-video .container .bloque-1 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-video .container .bloque-1 {
    gap: 16px;
  }
}
.hero-video .container .bloque-1 h1 {
  color: #FFF;
  font-family: Aleo;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 992px) {
  .hero-video .container .bloque-1 h1 {
    text-align: center;
    color: #000;
  }
}
@media (max-width: 768px) {
  .hero-video .container .bloque-1 h1 {
    font-size: 40px;
  }
}
.hero-video .container .bloque-1 .enlaces {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .hero-video .container .bloque-1 .enlaces {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero-video .container .bloque-1 .enlaces {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero-video .container .bloque-1 .enlaces a {
    max-width: 100%;
    width: 100%;
  }
}
.hero-video .container .bloque-1 .enlaces .cta-play {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 992px) {
  .hero-video .container .bloque-1 .enlaces .cta-play {
    color: #000;
  }
}
@media (max-width: 768px) {
  .hero-video .container .bloque-1 .enlaces .cta-play {
    justify-content: center;
  }
}
.hero-video .container .bloque-1 .enlaces .cta-play .svg {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
}

.cards {
  display: flex;
  justify-content: center;
  background: #FAFAFA;
  padding-bottom: 0px !important;
}
.cards p,
.cards h1,
.cards h2,
.cards h3,
.cards h4,
.cards h5,
.cards h6 {
  margin: 0px;
}
.cards .container {
  width: 100%;
  max-width: 1110px;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 992px) {
  .cards .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .cards .container {
    max-width: 540px;
    gap: 24px;
  }
}
.cards .container .bloque-1 h2 {
  color: #000;
  font-family: Aleo;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .cards .container .bloque-1 h2 {
    font-size: 24px;
  }
}
.cards .container .bloque-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px 24px;
}
@media (max-width: 768px) {
  .cards .container .bloque-2 {
    gap: 8px 8px;
    align-items: stretch;
  }
}
.cards .container .bloque-2 .card {
  width: 100%;
  max-width: calc(33% - 13px);
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cards .container .bloque-2 .card {
    max-width: calc(50% - 13px);
  }
}
@media (max-width: 768px) {
  .cards .container .bloque-2 .card {
    height: unset;
    align-items: start;
    max-width: calc(50% - 4px);
  }
}
@media (max-width: 768px) {
  .cards .container .bloque-2 .card:nth-child(5) {
    max-width: 100%;
    width: 100%;
  }
}
.cards .container .bloque-2 .card.si {
  display: flex;
  padding: 16px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Foundation-Green-green-500, #00A13A);
}
@media (max-width: 992px) {
  .cards .container .bloque-2 .card.si {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .cards .container .bloque-2 .card.si {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .cards .container .bloque-2 .card.si {
    align-items: start;
  }
}
.cards .container .bloque-2 .card.si img {
  display: none;
}
.cards .container .bloque-2 .card.si .enlaces {
  display: flex;
}
.cards .container .bloque-2 .card.si p.titulo {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
@media (max-width: 768px) {
  .cards .container .bloque-2 .card.si p.titulo {
    font-size: 20px;
  }
}
.cards .container .bloque-2 .card.si p.texto {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cards .container .bloque-2 .card .enlaces {
  display: none;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.cards .container .bloque-2 .card .enlaces a {
  display: flex;
  width: 100%;
  max-width: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.cards .container .bloque-2 .card .enlaces a:hover {
  text-decoration: underline;
}
.cards .container .bloque-2 .card .enlaces a:hover svg path:first-of-type {
  fill: #B0E2C2;
}
.cards .container .bloque-2 .card img {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.cards .container .bloque-2 .card p.titulo {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .cards .container .bloque-2 .card p.titulo {
    text-align: start;
  }
}
.cards .container .bloque-2 .card p.texto {
  color: #464646;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .cards .container .bloque-2 .card p.texto {
    text-align: start;
  }
}

.texto-imagen {
  display: flex;
  justify-content: center;
  padding-bottom: 0px !important;
}
.texto-imagen p,
.texto-imagen h1,
.texto-imagen h2,
.texto-imagen h3,
.texto-imagen h4,
.texto-imagen h5,
.texto-imagen h6 {
  margin: 0px;
}
.texto-imagen .container {
  max-width: 1110px;
  width: 100%;
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
  gap: 32px;
  align-self: stretch;
}
@media (max-width: 992px) {
  .texto-imagen .container {
    flex-direction: column;
    max-width: 768px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .texto-imagen .container {
    max-width: 540px;
  }
}
.texto-imagen .container .bloque-1 {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  max-width: 556px;
  width: 100%;
}
@media (max-width: 992px) {
  .texto-imagen .container .bloque-1 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .texto-imagen .container .bloque-1 {
    padding-bottom: 0px;
  }
}
.texto-imagen .container .bloque-1 h1,
.texto-imagen .container .bloque-1 h2,
.texto-imagen .container .bloque-1 h3,
.texto-imagen .container .bloque-1 h4,
.texto-imagen .container .bloque-1 h5,
.texto-imagen .container .bloque-1 h6 {
  color: #000;
  font-family: Aleo;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.texto-imagen .container .bloque-1 p {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .texto-imagen .container .bloque-1 p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .texto-imagen .container .bloque-1 a.cta-1 {
    max-width: 100%;
    width: 100%;
  }
}
.texto-imagen .container .bloque-2 img {
  height: 248.249px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .texto-imagen .container .bloque-2 img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
}

.titulo-tres-columnas {
  display: flex;
  justify-content: center;
  background: #CCECD8;
  padding-bottom: 0px !important;
}
.titulo-tres-columnas h1,
.titulo-tres-columnas h2,
.titulo-tres-columnas h3,
.titulo-tres-columnas h4,
.titulo-tres-columnas h5,
.titulo-tres-columnas h6,
.titulo-tres-columnas p {
  margin: 0px;
}
.titulo-tres-columnas .container {
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  align-self: stretch;
  max-width: 1110px;
  width: 100%;
}
@media (max-width: 992px) {
  .titulo-tres-columnas .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .titulo-tres-columnas .container {
    max-width: 540px;
  }
}
.titulo-tres-columnas .container .bloque-1 h1,
.titulo-tres-columnas .container .bloque-1 h2,
.titulo-tres-columnas .container .bloque-1 h3,
.titulo-tres-columnas .container .bloque-1 h4,
.titulo-tres-columnas .container .bloque-1 h5,
.titulo-tres-columnas .container .bloque-1 h6 {
  text-align: center;
  color: #000;
  font-family: Aleo;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.titulo-tres-columnas .container .bloque-2 {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .titulo-tres-columnas .container .bloque-2 {
    flex-direction: column;
  }
}
.titulo-tres-columnas .container .bloque-2 .columna {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
@media (max-width: 768px) {
  .titulo-tres-columnas .container .bloque-2 .columna {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 340px;
    width: 100%;
  }
}
.titulo-tres-columnas .container .bloque-2 .columna img {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.titulo-tres-columnas .container .bloque-2 .columna p {
  max-width: 283px;
}
.titulo-tres-columnas .container .bloque-2 .columna p.titulo {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .titulo-tres-columnas .container .bloque-2 .columna p.titulo {
    text-align: left;
  }
}
.titulo-tres-columnas .container .bloque-2 .columna p.texto {
  color: #464646;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .titulo-tres-columnas .container .bloque-2 .columna p.texto {
    text-align: left;
    margin-left: 56px;
  }
}
.titulo-tres-columnas .container .bloque-2 .linea {
  width: 1px;
  height: 100%;
  background: #FFF;
}
.titulo-tres-columnas .container .bloque-2 .linea:last-child {
  display: none !important;
}

.carrusel-con-video {
  display: flex;
  justify-content: center;
  background: #FAFAFA;
  padding-bottom: 0px !important;
}
.carrusel-con-video p,
.carrusel-con-video h1,
.carrusel-con-video h2,
.carrusel-con-video h3,
.carrusel-con-video h4,
.carrusel-con-video h5,
.carrusel-con-video h6 {
  margin: 0px;
}
.carrusel-con-video .container {
  padding: 100px 15px;
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 992px) {
  .carrusel-con-video .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .carrusel-con-video .container {
    padding: 60px 15px;
    max-width: 540px;
  }
}
.carrusel-con-video .container .bloque-1 h2 {
  color: #000;
  text-align: center;
  font-family: Aleo;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .carrusel-con-video .container .bloque-1 h2 {
    font-size: 30px;
  }
}
.carrusel-con-video .container .bloque-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .carrusel-con-video .container .bloque-2 {
    gap: 32px;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(2) .texto {
  order: 2;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(2) .texto {
    order: 1;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(2) .swiper {
  order: 1;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(2) .swiper {
    order: 2;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(4) .texto {
  order: 2;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(4) .texto {
    order: 1;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(4) .swiper {
  order: 1;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(4) .swiper {
    order: 2;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(6) .texto {
  order: 2;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(6) .texto {
    order: 1;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(6) .swiper {
  order: 1;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(6) .swiper {
    order: 2;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(8) .texto {
  order: 2;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(8) .texto {
    order: 1;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(8) .swiper {
  order: 1;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(8) .swiper {
    order: 2;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(10) .texto {
  order: 2;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(10) .texto {
    order: 1;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(10) .swiper {
  order: 1;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel:nth-of-type(10) .swiper {
    order: 2;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel {
    flex-direction: column;
    gap: 16px;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel .texto {
  display: flex;
  max-width: 355px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel .texto {
    max-width: 100%;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel .texto p {
  color: #000;
  font-family: Aleo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .carrusel-con-video .container .bloque-2 .carrusel .texto p {
    font-size: 18px;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel .swiper {
  max-width: 741px;
  width: 100%;
  margin: 0px;
  position: relative;
}
.carrusel-con-video .container .bloque-2 .carrusel .swiper .desvanecer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 104px;
  z-index: 3;
  background: linear-gradient(270deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
}
.carrusel-con-video .container .bloque-2 .carrusel .swiper .desvanecer-2 {
  position: absolute;
  top: 0px;
  transform: rotate(180deg);
  right: 0px;
  width: 104px;
  height: 100%;
  z-index: 3;
  background: linear-gradient(270deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-wrapper {
    height: 310px;
  }
}
@media (max-width: 768px) {
  .carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-wrapper {
    height: auto;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-wrapper .swiper-slide {
  width: 485.096px;
  height: 280px;
  border-radius: 7.134px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-wrapper .swiper-slide {
    width: 255.313px;
    height: 147.368px;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 3.755px;
}
.carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-pagination {
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-pagination {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-pagination {
    gap: 4.211px;
    margin-top: 20px;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  background-color: #B0E2C2;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0px;
    width: 7.368px;
    height: 7.368px;
  }
}
.carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #00A13A;
}
@media (max-width: 768px) {
  .carrusel-con-video .container .bloque-2 .carrusel .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 7.368px;
    height: 7.368px;
  }
}
@media (max-width: 992px) {
  .carrusel-con-video .container .bloque-2 a.cta-2 {
    max-width: 100%;
    width: 100%;
    margin-top: -16px;
  }
}

.repeater-textos {
  margin: 100px 0;
  padding-bottom: 0px !important;
}
@media (max-width: 768px) {
  .repeater-textos {
    margin: 48px 0;
  }
}
.repeater-textos p,
.repeater-textos h1,
.repeater-textos h2,
.repeater-textos h3,
.repeater-textos h4,
.repeater-textos h5,
.repeater-textos h6 {
  margin: 0px;
}
.repeater-textos .container {
  width: 100%;
  max-width: 1110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 992px) {
  .repeater-textos .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .repeater-textos .container {
    max-width: 540px;
  }
}
.repeater-textos .container .bloque-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.repeater-textos .container .bloque-1 p {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .repeater-textos .container .bloque-1 p {
    text-align: start !important;
  }
}
.repeater-textos .container .bloque-1 h1,
.repeater-textos .container .bloque-1 h2,
.repeater-textos .container .bloque-1 h3,
.repeater-textos .container .bloque-1 h4,
.repeater-textos .container .bloque-1 h5,
.repeater-textos .container .bloque-1 h6 {
  color: #000;
  text-align: center;
  font-family: Aleo;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .repeater-textos .container .bloque-1 h1,
  .repeater-textos .container .bloque-1 h2,
  .repeater-textos .container .bloque-1 h3,
  .repeater-textos .container .bloque-1 h4,
  .repeater-textos .container .bloque-1 h5,
  .repeater-textos .container .bloque-1 h6 {
    text-align: start !important;
  }
}
.repeater-textos .container .bloque-2 {
  display: flex;
  max-width: 883px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.repeater-textos .container .bloque-2 .bloque-texto {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(2) .texto {
  order: 2;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(2) img {
  order: 1;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(4) .texto {
  order: 2;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(4) img {
  order: 1;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(6) .texto {
  order: 2;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(6) img {
  order: 1;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(8) .texto {
  order: 2;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(8) img {
  order: 1;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(10) .texto {
  order: 2;
}
.repeater-textos .container .bloque-2 .bloque-texto:nth-child(10) img {
  order: 1;
}
.repeater-textos .container .bloque-2 .bloque-texto .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
@media (max-width: 768px) {
  .repeater-textos .container .bloque-2 .bloque-texto .texto {
    gap: 8px;
  }
}
.repeater-textos .container .bloque-2 .bloque-texto .texto h1,
.repeater-textos .container .bloque-2 .bloque-texto .texto h2,
.repeater-textos .container .bloque-2 .bloque-texto .texto h3,
.repeater-textos .container .bloque-2 .bloque-texto .texto h4,
.repeater-textos .container .bloque-2 .bloque-texto .texto h5,
.repeater-textos .container .bloque-2 .bloque-texto .texto h6,
.repeater-textos .container .bloque-2 .bloque-texto .texto p.titulo {
  color: #000;
  font-family: Aleo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.repeater-textos .container .bloque-2 .bloque-texto .texto p {
  color: #777;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.repeater-textos .container .bloque-2 .bloque-texto .texto .titulo-con-imagen {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.repeater-textos .container .bloque-2 .bloque-texto .texto .titulo-con-imagen img {
  width: 167px;
  height: 182px;
  aspect-ratio: 167/182;
  object-fit: contain;
}
.repeater-textos .container .bloque-2 .bloque-texto img {
  height: auto;
  width: 250px;
  aspect-ratio: 23/25;
  object-fit: contain;
}
@media (max-width: 768px) {
  .repeater-textos .container a.cta-1 {
    max-width: 100%;
    width: 100%;
  }
}

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