/** Shopify CDN: Minification failed

Line 81:0 Unexpected "}"

**/
@import url("https://use.typekit.net/fxp1fsk.css");

/* VARIABLES */
:root {
  /* COLORES */
  --color-one: #1c8af2;
  --color-two: #1b4194;
  --color-accent: #ff13b7;
  --color-black: #000;
  --color-gray: #6f6f6f;

  /* FUENTES */
  --font-pri: "Montserrat", sans-serif;
  --font-sec: "Open Sans", sans-serif;

  /* DIMENSIONES */
  --ancho-max: 1700px;

  /* TAMAÑOS DE FUENTE */
  --font-base: 2rem;
  --font-sm: 1.6rem;
  --font-lg: 4rem;
  --font-btn: 2.2rem;

  /* ESPACIADOS */
  --espacio-xxs: 0.4rem;
  --espacio-xs: 1rem;
  --espacio-sm: 2rem;
  --espacio-md: 4rem;
  --espacio-lg: 6rem;
  --espacio-xl: 8rem;
  --espacio-xxl: 12rem;
  --espacio-xxxl: 16rem;
  --espacio-xxxxl: 20rem;

  /* BORDES Y SOMBRAS */
  --radio-borde: 48px;
  --sombra: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* RESETEO Y ESTILOS BÁSICOS */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* *,
*::before,
*::after {
  outline: 1px solid rgba(255, 0, 0, 0.5) !important;
} */
html,
body {
  overflow-x: hidden;
}
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  font-size: var(--font-base);
  color: var(--color-gray);
  font-family: var(--font-pri);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}
/* resetear márgenes */
/*h1,
h2,
h3,
h4,
h5 { */
  /* font-family: var(--font-pri) !important; */ 
  /* margin: 0 !important; */
}
p {
  font-family: var(--font-sec) !important;
  font-weight: 400;
  margin: 0 !important;
}
/* CONTENEDORES */
.section-leidy {
  position: relative;
  width: 100%;
  max-width: 100vw;
  scroll-snap-align: start;
  margin: 0 auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-family: var(--font-pri) !important;
}
.container {
  width: 100%;
  height: 100%;
  max-width: var(--ancho-max);
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}
.container-movil {
  display: none !important;
}
.container-580 {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.container-900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.container-920 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.container-960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.container-full {
  width: 100%;
  max-width: 100%;
}
.container-iframe {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.flex {
  display: flex;
  gap: var(--espacio-md);
  align-items: flex-start;
}
.gap-0 {
  gap: 0 !important;
}
.gap-sm {
  gap: 1rem;
}
.gap-md {
  gap: 2.4rem;
}
.gap-lg {
  gap: 4rem;
}
.flex-center {
  justify-content: center !important;
  align-items: center !important;
}
.flex-stretch {
  align-items: stretch !important;
}
.flex-space-a {
  justify-content: space-around;
}
.column {
  position: relative;
  flex: 1;
}
.column-center {
  align-self: center;
}
.column-bottom {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-end !important;
}
.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.column-70 {
  flex: 0 0 70%;
  max-width: 70%;
}
.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}
.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}
.column-40 {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
}
.column-30 {
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
}
.column-20 {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
}
.column-10 {
  position: relative;
  flex: 0 0 10%;
  max-width: 10%;
}
.column-reverse {
  flex-direction: row-reverse;
}
.relative {
  position: relative;
}
.dp-block {
  display: block;
}
/* ELEMENTOS */
.color-primary {
  color: var(--color-two);
}
.highlight {
  color: var(--color-accent);
}
.highlight-garantia {
  color: #c5a86c;
  font-weight: bold;
}
.txt {
  font-size: var(--font-base);
  font-family: var(--font-pri) !important;
  line-height: 1.6;
}
.img {
  position: relative;
  width: 100%;
  font-size: 0;
}
.img img {
  max-width: 100%;
  height: auto;
}
.img-rounder img {
  border-radius: 20px;
}
.img-center {
  text-align: center;
}

/* TEXTOS Y TIPOGRAFÍA */
.heading h2 {
  font-size: clamp(4rem, 5vw, 8rem) !important;
  line-height: 1.2;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-justify {
  text-align: justify;
  text-align-last: right;
}
.txt-0 {
  font-size: 0;
}
.txt-heading h2 {
  font-size: clamp(3.6rem, 5vw, 5rem) !important;
  font-weight: bold !important;
  line-height: 60px;
}
.txt-paragraph p {
  font-size: clamp(1.8rem, 5vw, 3.2rem) !important;
  font-weight: 500;
  line-height: 42px;
}
.txt-sm h2,
.txt-sm h3,
.txt-sm h4,
.txt-sm p,
.txt-sm span {
  font-size: var(--font-sm) !important;
}
.txt-base h2,
.txt-base h3,
.txt-base h4,
.txt-base p,
.txt-base span {
  font-size: var(--font-base) !important;
}
.txt-lg h2,
.txt-lg h3,
.txt-lg h4,
.txt-lg p,
.txt-lg span {
  font-size: 2.4rem !important;
}
.txt-xl h2,
.txt-xl h3,
.txt-xl h4,
.txt-xl p,
.txt-xl ul,
.txt-xl span {
  font-size: 3.6rem !important;
}
.txt-xxl h2,
.txt-xxl h3,
.txt-xxl h4,
.txt-xxl p,
.txt-xxl span,
.txt-xxl ul {
  font-size: 4rem !important;
}
.txt-xxxl h2,
.txt-xxxl h3,
.txt-xxxl h4,
.txt-xxxl p,
.txt-xxxl span {
  font-size: 5.2rem !important;
}
.txt-xxxxl h2,
.txt-xxxxl h3,
.txt-xxxxl h4,
.txt-xxxxl p,
.txt-xxxxl span {
  font-size: clamp(3.2rem, 5vw, 6rem) !important;
}
.txt-black {
  color: black;
}
.txt-white h1,
.txt-white h2,
.txt-white h3,
.txt-white h4,
.txt-white p,
.txt-white ul li {
  color: white !important;
}
.font-normal h1,
.font-normal h2,
.font-normal h3,
.font-normal h4,
.font-normal p,
.font-normal ul li {
  font-weight: 300 !important;
}
.font-medium h1,
.font-medium h2,
.font-medium h3,
.font-medium h4,
.font-medium p,
.font-medium ul li {
  font-weight: 500 !important;
}
.font-bold h1,
.font-bold h2,
.font-bold h3,
.font-bold h4,
.font-bold p {
  font-weight: 600 !important;
}
.lh-small h1,
.lh-small h2,
.lh-small h3,
.lh-small h4,
.lh-small p {
  line-height: 1;
}
.lh-tight h1,
.lh-tight h2,
.lh-tight h3,
.lh-tight h4,
.lh-tight p {
  line-height: 1.2;
}
.lh-snug h1,
.lh-snug h2,
.lh-snug h3,
.lh-snug h4,
.lh-snug p {
  line-height: 1.4;
}
.lh-normal h1,
.lh-normal h2,
.lh-normal h3,
.lh-normal h4,
.lh-normal p,
.lh-normal ul li {
  line-height: 1.6;
}
.lh-relaxed h1,
.lh-relaxed h2,
.lh-relaxed h3,
.lh-relaxed h4,
.lh-relaxed p,
.lh-relaxed ul li {
  line-height: 2;
}
.list-style-none {
  list-style: none;
}

/* ESPACIADOS */
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-sm {
  margin-top: var(--espacio-sm);
}
.mt-md {
  margin-top: var(--espacio-md);
}
.mt-lg {
  margin-top: var(--espacio-lg);
}
.mb-0 {
  margin-bottom: 0;
}
.mb-xxs {
  margin-bottom: var(--espacio-xxs);
}
.mb-xs {
  margin-bottom: var(--espacio-xs);
}
.mb-sm {
  margin-bottom: var(--espacio-sm);
}
.mb-md {
  margin-bottom: var(--espacio-md);
}
.mb-lg {
  margin-bottom: var(--espacio-lg);
}
.mb-xl {
  margin-bottom: var(--espacio-xl);
}
.mb-xxl {
  margin-bottom: var(--espacio-xxl);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-sm {
  margin-top: var(--espacio-sm);
  margin-bottom: var(--espacio-sm);
}
.my-md {
  margin-top: var(--espacio-md);
  margin-bottom: var(--espacio-md);
}
.my-lg {
  margin-top: var(--espacio-lg);
  margin-bottom: var(--espacio-lg);
}
.my-xl {
  margin-top: var(--espacio-xl);
  margin-bottom: var(--espacio-xl);
}
.my-xxl {
  margin-top: var(--espacio-xxl);
  margin-bottom: var(--espacio-xxl);
}
.p-0 {
  padding: 0;
}
.p-sm {
  padding: var(--espacio-sm);
}
.p-md {
  padding: var(--espacio-md);
}
.p-lg {
  padding: var(--espacio-lg);
}
.p-xl {
  padding: var(--espacio-xl);
}
.p-xxl {
  padding: var(--espacio-xxl);
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-sm {
  padding-left: var(--espacio-sm);
  padding-right: var(--espacio-sm);
}
.px-md {
  padding-left: var(--espacio-md);
  padding-right: var(--espacio-md);
}
.px-lg {
  padding-left: var(--espacio-lg);
  padding-right: var(--espacio-lg);
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-sm {
  padding-top: var(--espacio-sm);
  padding-bottom: var(--espacio-sm);
}
.py-md {
  padding-top: var(--espacio-md);
  padding-bottom: var(--espacio-md);
}
.py-lg {
  padding-top: var(--espacio-lg);
  padding-bottom: var(--espacio-lg);
}
.py-xl {
  padding-top: var(--espacio-xl);
  padding-bottom: var(--espacio-xl);
}
.py-xxl {
  padding-top: var(--espacio-xxl);
  padding-bottom: var(--espacio-xxl);
}
.py-xxxl {
  padding-top: var(--espacio-xxxl);
  padding-bottom: var(--espacio-xxxl);
}
.py-xxxxl {
  padding-top: var(--espacio-xxxxl);
  padding-bottom: var(--espacio-xxxxl);
}
.pt-sm {
  padding-top: var(--espacio-sm);
}
.pt-md {
  padding-top: var(--espacio-md);
}
.pt-lg {
  padding-top: var(--espacio-lg);
}
.pt-xl {
  padding-top: var(--espacio-xl);
}
.pt-xxl {
  padding-top: var(--espacio-xxl);
}
.pt-xxxl {
  padding-top: var(--espacio-xxxl);
}
.pt-xxxxl {
  padding-top: var(--espacio-xxxxl);
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-sm {
  padding-bottom: var(--espacio-sm);
}
.pb-md {
  padding-bottom: var(--espacio-md);
}
.pb-lg {
  padding-bottom: var(--espacio-lg);
}
.pb-xl {
  padding-bottom: var(--espacio-xl);
}
.pb-xxl {
  padding-bottom: var(--espacio-xxl);
}
.pb-xxxl {
  padding-bottom: var(--espacio-xxxl);
}
.pb-xxxxl {
  padding-bottom: var(--espacio-xxxxl);
}

/* BORDES Y SOMBRAS */
.shadow {
  box-shadow: 0px 16px 24px -4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.rounded {
  border-radius: var(--radio-borde);
}
.space-xs {
  display: block;
  width: 100%;
  height: 80px;
}
.space-sm {
  display: block;
  width: 100%;
  height: 120px;
}
.space-md {
  display: block;
  width: 100%;
  height: 220px;
}
.space-lg {
  display: block;
  width: 100%;
  height: 320px;
}
.space-xl {
  display: block;
  width: 100%;
  height: 400px;
}

/* BOTONES */
.btn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  margin-top: 3.2rem;
  padding: 2rem 4rem;
  text-align: center;
  text-decoration: none;

  /* tipografía y colores */
  font-size: 24px;
  font-weight: bold;
  color: #ff13b7;
  background-color: #fff;
}
.btn:hover {
  transform: scale(94%);
}
.btn-small {
  width: 50%;
  display: block;
}
.btn-center {
  margin: 0 auto;
}

/* DISEÑOS */
hr.divider {
  display: block;
  width: 30%;
  border: 1px solid #e7e7e7;
  margin: 2rem auto;
}
.bleeding {
  margin-left: 16px;
}
.bleeding-lg {
  margin-left: 20px;
}

/* BACKGROUNDS */
.bg-one {
  background: #ededed;
}
.bg-white {
  background: #fff;
}
.bg-img {
  background: url("https://cdn.shopify.com/s/files/1/0524/7326/6329/files/empoderate-mujer-bg-banner.jpg")
    no-repeat top center / cover;
}
.bg-img-two {
  background: url("https://cdn.shopify.com/s/files/1/0524/7326/6329/files/EM_Fondo_de_Banner.png")
    no-repeat top center / auto;
}
.gradient-one {
  background: #c05eb3;
  background: linear-gradient(
    90deg,
    rgba(192, 94, 179, 1) 0%,
    rgba(255, 19, 183, 1) 100%
  );
}
.gradient-two {
  background: #c05eb3;
  background: linear-gradient(
    0deg,
    rgba(255, 19, 183, 1) 0%,
    rgba(192, 94, 179, 1) 100%
  );
}

/* SECTION */
#home-banner .flex {
  gap: 0;
}

#home-banner .container {
  max-width: 1366px;
  margin: 0 auto;
}
#home-banner.section::after {
  content: ' ';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #DDE7F5;
  background: linear-gradient(0deg, rgba(221, 231, 245, 1) 0%, rgba(221, 231, 245, 0) 12%);
  pointer-events: none;
  z-index: 2;
}
.col-one {
  position: relative !important;
  flex: 0 0 45%;
  max-width: 45%;
}

.col-one h2 {
  font-size: clamp(4.6rem, 4vw, 5.6rem) !important;
  text-align: left;
}

.col-one p {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  text-align: left;
  letter-spacing: 8px;
}

.col-two {
  position: relative !important;
  flex: 0 0 55%;
  max-width: 55%;
  height: 100%;
}

#home-banner .banner-title span {
  color: rgba(var(--color-button-text)) !important;
}

@media (max-width: 768px) {
  .col-one,
  .col-two {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #home-banner .container {
    flex-direction: column;
  }
}

/* Fondo y animaciones */
#home-banner {
  position: relative;
  height: auto;
  background: #000;
  overflow: hidden;
  z-index: 0;
}

/* Botón */
a.cta-banner {
  text-decoration: none;
}
.cta-banner {
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: relative;
  margin: 0;
  padding: 20px 18px;
  transition: all 0.2s ease;
  background: #fff !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 99px;
  background: none;
  cursor: pointer;
}

.cta-banner:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  display: block;
  border-radius: 50px;
  background: #fcc216;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}

.cta-banner span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #142569;
}
.cta-banner:hover span {
  /*color: #fff;*/
}

.cta-banner svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta-banner:hover:before {
  width: 95%;
  background: #fcc216;
}

.cta-banner:active {
  transform: scale(0.95);
}
/* old */
a.btnHome {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  min-height: 54px;
  cursor: pointer;
  color: var(--color-two);
  text-decoration: none;
  white-space: nowrap;
  appearance: none;
  background: #fff;
  border-radius: 99px;
  transition: all 0.3s linear;
  font-weight: 600;
  padding: 0 6.5rem 0 3rem;
  z-index: 2;
}

a.btnHome:hover {
  color: #faac33;
  transform: scale(98%);
}
.btn--icon {
  position: absolute;
  right: 4.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  color: #fff !important;
  fill: #fff;
  background: #fcc216;
  border-radius: 99px;
}
/* -------- Imagen en la col-two -------- */
.banner-image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/*.banner-image-wrapper img {
  filter: drop-shadow(
    0px 8px 22px rgba(0,0,0,0.9)
  );
}
*/

/* El propio <img> */
.banner-image {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  object-fit: cover;
}

/* Si quieres conservar la animación del fade desde un lado, puedes aplicarla al wrapper */
.banner-image-wrapper {
  opacity: 0;
  transform: translateX(30%);
  animation: fadeInFromRight 1s ease-in-out forwards;
}

/* keyframes ya los tenías definidos */
@keyframes fadeInFromRight {
  from {
    opacity: 0;
    transform: translateX(30%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsiveness (Breakpoints) */
@media (max-width: 3840px) {
  #home-banner::after {
    width: 1400px;
    height: 1400px;
  }
}

@media (max-width: 2560px) {
  #home-banner::after {
    width: 1200px;
    height: 1200px;
  }
}

@media (max-width: 1920px) {
  #home-banner::after {
    width: 600px;
    height: 600px;
  }
}

@media (max-width: 1366px) {
  #home-banner::after {
    width: 800px;
    height: 800px;
  }
}

@media (max-width: 768px) {
  #home-banner::after {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 480px) {
  #home-banner {
    padding: 60px 20px !important;
  }
  a.btnHome {
    line-height: 1;
  }
  #home-banner .img.mb-md {
    margin-bottom: 20px !important;
  }
  #home-banner .img img {
    max-width: 70%;
  }
}