.elementor-1041 .elementor-element.elementor-element-691ba36{width:var( --container-widget-width, 100.686% );max-width:100.686%;--container-widget-width:100.686%;--container-widget-flex-grow:0;}.elementor-1041 .elementor-element.elementor-element-691ba36.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1041 .elementor-element.elementor-element-a57b932{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1041 .elementor-element.elementor-element-b570f4d{width:var( --container-widget-width, 101.079% );max-width:101.079%;--container-widget-width:101.079%;--container-widget-flex-grow:0;}.elementor-1041 .elementor-element.elementor-element-b570f4d.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d652060 *//* DESKTOP */

.hero-content h1{
    font-family:'Michroma', sans-serif;
    font-size:72px;
    font-weight:400;
    line-height:1.05;
    letter-spacing:-2px;
    color:#F3A8C5;

    text-shadow:
        1px 0 #E28DB0,
        -1px 0 #E28DB0,
        0 1px #E28DB0,
        0 -1px #E28DB0;

    text-align:center;
    width:100%;
    margin:0 auto 25px;
}

/* CELULAR */

@media screen and (max-width:768px){

    .hero-content{
        width:100%;
        margin:0 auto;
        padding:0;
        text-align:center;
    }

    .hero-content h1{
        font-family:'Michroma', sans-serif;
        font-size:18px;
        font-weight:400;
        line-height:1.25;
        letter-spacing:0;
        color:#F3A8C5;

        width:100%;
        max-width:100%;
        margin:0 auto 20px;
        padding:0 15px;
        text-align:center;

        /* Quitar borde y sombra en móvil */
        text-shadow:none;
        -webkit-text-stroke:0;
    }
}
@media screen and (max-width:768px){

    .training-hero .hero-content h1{
        font-size:27px !important;
        line-height:1.3 !important;
        letter-spacing:0 !important;
        text-shadow:none !important;
        -webkit-text-stroke:0 !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-994ddcf */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Caveat:wght@700&display=swap');

.planner-section{
    display:grid;
    grid-template-columns:42% 58%;
    gap:60px;
    padding:100px 6%;
    background:#FFF9FB;
    align-items:center;
}

/* IZQUIERDA */

.planner-badge{
    display:inline-block;
    background:#FFE7EF;
    color:#D85B92;
    padding:14px 30px;
    border-radius:50px;
    font-family:'Poppins',sans-serif;
    font-weight:700;
    font-size:14px;
    margin-bottom:35px;
}

.planner-left h2{
    font-family:'Poppins',sans-serif;
    font-size:56px;
    line-height:1.05;
    font-weight:800;
    color:#111;
    margin-bottom:30px;
}

.script{
    display:block;
    font-family:'Caveat',cursive;
    font-size:88px;
    color:#FF5E9B;
    line-height:.9;
}

.pink{
    display:block;
    color:#FF5E9B;
}

.planner-left p{
    font-family:'Poppins',sans-serif;
    font-size:21px;
    color:#666;
    line-height:1.8;
    margin-bottom:40px;
}

.planner-list{
    list-style:none;
    padding:0;
    margin:0;
}

.planner-list li{
    font-family:'Poppins',sans-serif;
    font-size:19px;
    color:#333;
    line-height:1.7;
    margin-bottom:18px;
}

.planner-note{
    margin-top:50px;
    font-family:'Caveat', cursive;
    font-size:50px;
    font-weight:700;
    color:#820018; /* rojo vino */
}

.planner-note .heart{
    color:#E89DBA; /* rosa pastel */
}
/* DERECHA */

.img-main{
    background:#fff;
    padding:20px;
    border-radius:35px;
    box-shadow:0 15px 35px rgba(0,0,0,.07);
    max-width:550px;
    margin:auto;
}

.img-main span,
.img-card span{
    display:inline-block;
    background:#FFE7EF;
    color:#D85B92;
    padding:10px 18px;
    border-radius:15px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.img-main img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:22px;
}

/* TARJETAS PEQUEÑAS */

.img-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:30px;
}

.img-card{
    background:#fff;
    padding:15px;
    border-radius:30px;
    box-shadow:0 15px 30px rgba(0,0,0,.07);
}

.img-card img{
    width:100%;
    height:160px;
    object-fit:cover;
    border-radius:18px;
}

/* TABLET */

@media(max-width:1024px){

    .planner-section{
        grid-template-columns:1fr;
        gap:50px;
    }

    .planner-left h2{
        font-size:48px;
    }

    .script{
        font-size:70px;
    }
}

/* CELULAR */

@media(max-width:768px){

    .planner-section{
        padding:60px 25px;
    }

    .planner-left h2{
        font-size:40px;
    }

    .script{
        font-size:60px;
    }

    .planner-left p{
        font-size:18px;
    }

    .planner-list li{
        font-size:17px;
    }

    .planner-note{
        font-size:40px;
    }

    .img-main img{
        height:220px;
    }

    .img-grid{
        grid-template-columns:1fr;
    }

    .img-card img{
        height:200px;
    }
}
/* Animación de las tarjetas */

.img-main,
.img-card{
    transition:all .45s ease;
    cursor:pointer;
}

/* Hover */

.img-main:hover,
.img-card:hover{
    transform:translateY(-12px) scale(1.03);
    box-shadow:
        0 30px 60px rgba(255,94,155,.20),
        0 15px 30px rgba(0,0,0,.10);
}

/* Imagen interna */

.img-main img,
.img-card img{
    transition:all .45s ease;
}

.img-main:hover img,
.img-card:hover img{
    transform:scale(1.06);
}
.michroma-title{
    display:block;
    font-family:'Michroma', sans-serif;
    font-weight:400;
    line-height:1.1;
    letter-spacing:-2px;
    color:#F3A8C5;

    text-shadow:
        1px 0 #E28DB0,
        -1px 0 #E28DB0,
        0 1px #E28DB0,
        0 -1px #E28DB0;
}
.script{
    color:#820018; /* vino profundo */
}
.planner-note{
    font-family:'Caveat', cursive;
    font-size:48px; /* antes estaba muy grande */
    color:#8A0026;
    text-align:center;
    line-height:1.1;
}

.heart{
    color:#EAA0B3;
    font-size:40px;
    margin-left:10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19e4dc3 */.promo-section{
  padding:10px 0px;
}

/* LINEA */

.promo-line{
  display:block;
  overflow:hidden;

  background:
  linear-gradient(
  90deg,
  #FF9BC0,
  #FF5E9B
  );

  border-radius:18px;

  padding:12px 0;
  margin-bottom:30px;

  text-decoration:none;
}

.promo-track{
  display:flex;
  width:max-content;

  animation:move 20s linear infinite;
}

.promo-track span{
  white-space:nowrap;

  color:#fff;

  font-family:'Poppins',sans-serif;
  font-size:15px;
  font-weight:600;

  padding-right:80px;
}

@keyframes move{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

/* TARJETA */

.promo-card{
  max-width:950px;
  margin:auto;

  padding:45px 30px;

  border-radius:40px;

  background:
  rgba(255,255,255,.45);

  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);

  border:
  1px solid rgba(255,255,255,.55);

  box-shadow:
  0 20px 60px rgba(255,182,206,.18);

  text-align:center;

  position:relative;
  overflow:hidden;
}

/* FOTO DE FONDO */

.promo-card::before{
  content:"";
  position:absolute;
  inset:0;

  background-image:
  url('PON_AQUI_TU_URL');

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  opacity:.35;
  filter:blur(2px);

  z-index:0;
}

.promo-card > *{
  position:relative;
  z-index:1;
}

/* ETIQUETA */

.promo-tag{
  display:inline-block;

  background:white;

  padding:10px 22px;
  border-radius:40px;

  font-family:'Poppins',sans-serif;
  font-size:14px;
  font-weight:600;

  color:#FF6AA3;

  margin-bottom:25px;
}

/* TITULO */

.promo-card h2{
  font-family:'Poppins',sans-serif;
  font-size:72px;
  line-height:.95;
  font-weight:700;

  color:#333;
  margin-bottom:20px;
}

.promo-card h2 span{
  color:#FF5E9B;
}

/* TEXTO */

.promo-card p{
  font-family:'Poppins',sans-serif;
  font-size:22px;
  color:#666;
  margin-bottom:35px;
}

.promo-card strong{
  color:#FF5E9B;
}

/* CONTADOR */

.countdown{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;

  margin-bottom:35px;
}

.time-box{
  width:110px;
  height:110px;

  background:
  rgba(255,255,255,.85);

  backdrop-filter:blur(10px);

  border-radius:25px;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  box-shadow:
  0 10px 30px rgba(255,182,206,.18);

  transition:.3s;
}

.time-box:hover{
  transform:
  translateY(-6px);
}

.time-box span{
  font-family:'Poppins',sans-serif;
  font-size:44px;
  font-weight:700;

  color:#FF5E9B;
}

.time-box small{
  font-family:'Poppins',sans-serif;
  font-size:11px;
  color:#666;
}

.dots{
  font-size:35px;
  color:#FF9BC0;
}

/* BOTON */

.promo-btn{
  display:inline-flex;
  align-items:center;
  gap:15px;

  padding:16px 30px;

  background:
  linear-gradient(
  90deg,
  #FF9BC0,
  #FF5E9B
  );

  border-radius:50px;

  text-decoration:none;

  font-family:'Poppins',sans-serif;
  font-size:18px;
  font-weight:600;
  color:white;

  box-shadow:
  0 15px 35px rgba(255,94,155,.30);

  transition:.3s;
}

.promo-btn:hover{
  transform:
  translateY(-4px);
}

.arrow{
  width:40px;
  height:40px;

  background:white;
  color:#FF5E9B;

  border-radius:50%;

  display:flex;
  justify-content:center;
  align-items:center;

  font-size:24px;
}

/* CELULAR */

@media(max-width:768px){

  .promo-card{
    padding:30px 18px;
    border-radius:30px;
  }

  .promo-card h2{
    font-size:42px;
  }

  .promo-card p{
    font-size:16px;
  }

  .countdown{
    gap:8px;
  }

  .time-box{
    width:72px;
    height:72px;
  }

  .time-box span{
    font-size:28px;
  }

  .time-box small{
    font-size:9px;
  }

  .dots{
    font-size:24px;
  }

  .promo-btn{
    font-size:16px;
    padding:14px 22px;
  }

  .arrow{
    width:32px;
    height:32px;
    font-size:18px;
  }

  .promo-track span{
    font-size:12px;
    padding-right:45px;
  }
}
.promo-card h2{
  animation:fadeUp 1s ease;
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(35px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}.promo-btn{
  position:relative;
  overflow:hidden;
}

.promo-btn::before{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:45%;
  height:100%;

  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.65),
    transparent
  );

  transform:skewX(-25deg);
  animation:shine 3s infinite;
}

@keyframes shine{
  0%{
    left:-120%;
  }
  100%{
    left:180%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-691ba36 */.widget-box{

    background:#FFF8FB;

    border-radius:45px;

    padding:70px 50px;

    text-align:center;

    box-shadow:
    0 25px 60px
    rgba(255,182,206,.18);

    max-width:1100px;
    margin:auto;
}

/* ETIQUETA */

.widget-tag{

    display:inline-block;

    background:#FFEAF2;

    color:#FF5E9B;

    padding:12px 24px;

    border-radius:50px;

    font-family:'Poppins',sans-serif;
    font-weight:600;
    font-size:14px;

    margin-bottom:30px;
}

/* TITULO */

.widget-box h2{

    font-family:'Poppins',sans-serif;

    font-size:72px;

    line-height:1.05;

    font-weight:700;

    color:#222;

    margin-bottom:45px;
}

.widget-box h2 span{

    color:#FF5E9B;
}

/* IMAGEN */

.widget-image{

    margin-bottom:45px;
}

.widget-image img{

    width:100%;
    max-width:700px;

    border-radius:35px;

    box-shadow:
    0 30px 60px
    rgba(0,0,0,.08);

    transition:.5s;
}

.widget-image img:hover{

    transform:
    translateY(-12px);
}

/* BENEFICIOS */

.widget-benefits{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:35px;
}

.item{

    background:white;

    padding:18px 25px;

    border-radius:20px;

    font-family:'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;

    box-shadow:
    0 10px 25px
    rgba(255,182,206,.15);
}

/* TEXTO */

.widget-box p{

    font-family:'Poppins',sans-serif;

    font-size:22px;

    color:#666;

    max-width:700px;

    margin:auto auto 40px;

    line-height:1.7;
}

/* BOTON */

.widget-btn{

    display:inline-flex;

    align-items:center;

    gap:20px;

    background:
    linear-gradient(
    90deg,
    #FF9BC0,
    #FF5E9B
    );

    color:white;

    text-decoration:none;

    padding:22px 40px;

    border-radius:60px;

    font-family:'Poppins',sans-serif;
    font-size:20px;
    font-weight:600;

    box-shadow:
    0 20px 40px
    rgba(255,94,155,.25);

    transition:.4s;
}

.widget-btn:hover{

    transform:
    translateY(-5px);
}

.widget-btn span{

    background:white;

    color:#FF5E9B;

    width:42px;
    height:42px;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:26px;
}

/* CELULAR */

@media(max-width:768px){

    .widget-box{

        padding:45px 25px;
    }

    .widget-box h2{

        font-size:42px;
    }

    .widget-box p{

        font-size:17px;
    }

    .item{

        width:100%;
        font-size:17px;
    }

    .widget-btn{

        width:100%;

        justify-content:center;

        font-size:16px;

        padding:18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de8e970 */.reviews-box{
    margin-top:40px;
    padding:40px;
    background:#FFF8FB;
    border:1px solid #F3E6EB;
    border-radius:40px;
}

.reviews-title{
    text-align:center;
    font-size:32px;
    color:#333;
    margin-bottom:35px;
    font-weight:700;
}

.reviews-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.review-card{
    background:#ffffff;
    padding:30px;
    border-radius:30px;
    border:1px solid #F5E7EC;
    text-align:center;
    transition:.3s;
}

.review-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(255,94,155,.12);
}

.stars{
    font-size:24px;
    margin-bottom:20px;
}

.review-text{
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
    font-size:16px;
}

.review-name{
    color:#FF5E9B;
    font-weight:600;
}

@media(max-width:900px){
    .reviews-grid{
        grid-template-columns:1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fde515b */.benefits-section{
    max-width:1100px;
    margin:100px auto;
    text-align:center;
    padding:0 25px;
}

.benefits-title{
    font-size:48px;
    color:#2D2D2D;
    margin-bottom:60px;
    line-height:1.2;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.benefit-card{
    background:#FFF8FB;
    border:1px solid #F7E4EB;
    border-radius:35px;
    padding:45px 30px;
    transition:.3s;
}

.benefit-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(255,94,155,.12);
}

.benefit-icon{
    width:85px;
    height:85px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:#FFEAF2;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.benefit-card h3{
    font-size:26px;
    color:#2D2D2D;
    margin-bottom:15px;
}

.benefit-card p{
    color:#777;
    line-height:1.7;
    font-size:16px;
}

@media(max-width:900px){
    .benefits-grid{
        grid-template-columns:1fr;
    }

    .benefits-title{
        font-size:36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a57b932 */.transformation-section{
    max-width:1200px;
    margin:80px auto;
    padding:0 25px;
}

.section-header{
    text-align:center;
    margin-bottom:70px;
}

.section-tag{
    display:inline-block;
    background:#FFEAF2;
    color:#FF5E9B;
    padding:12px 28px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    margin-bottom:25px;
}

.section-header h2{
    font-size:48px;
    color:#2D2D2D;
    line-height:1.2;
    margin-bottom:20px;
}

.section-header p{
    color:#777;
    font-size:18px;
}

.transformation-grid{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:40px;
    align-items:center;
}

.transform-card{
    background:#FFF8FB;
    border:1px solid #F7E7EC;
    border-radius:40px;
    padding:45px;
    text-align:center;

    height:750px; /* Ajusta la altura */
    display:flex;
    flex-direction:column;
}

.card-label{
    display:inline-block;
    background:#FFFFFF;
    padding:12px 25px;
    border-radius:50px;
    font-size:22px;
    font-weight:700;
    margin-bottom:30px;
}

.transform-image{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:30px !important;
    display:block;
}

.transform-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.transform-card li{
    font-size:18px;
    color:#555;
    text-align:left;
    padding:14px 0;
    border-bottom:1px solid #F3E6EA;
}

.transform-card li:last-child{
    border-bottom:none;
}

.transform-arrow{
    width:120px;
    height:120px;
    background:#FFEAF2;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#FF5E9B;
    font-size:36px;
    font-weight:700;
}

.transform-arrow span{
    font-size:42px;
    line-height:1;
    
}

@media(max-width:900px){

    .transformation-grid{
        grid-template-columns:1fr;
    }

    .transform-arrow{
        margin:auto;
        transform:rotate(90deg);
    }

    .section-header h2{
        font-size:34px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b570f4d */.faq-section{
    max-width:900px;
    margin:80px auto;
    padding:0 20px;
}

.faq-title{
    text-align:center;
    font-size:50px;
    margin-bottom:40px;
    color:#2B1F2A;
    font-family:
    "Poppins"
}

.faq-title span{
    color:#F77AAA;
    font-style:italic;
    font-weight:500;
}

/* TARJETA */

.faq-item{
    background:#fff;
    border:1px solid #F7E2EA;
    border-radius:22px;
    margin-bottom:16px;
    overflow:hidden;
    transition:.3s;
}

/* PREGUNTA */

.faq-question{
    width:100%;
    border:none;
    background:none;
    cursor:pointer;

    padding:24px 30px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:20px;
    font-weight:600;

    color:#2D2D2D;

    font-family:
    "Poppins",
    sans-serif;
}

/* SIGNO */

.faq-question span{
    font-size:28px;
    color:#FF5E9B;
    transition:.3s;
}

/* RESPUESTA */

.faq-answer{
    max-height:0;
    overflow:hidden;

    padding:0 30px;

    color:#666;
    font-size:17px;
    line-height:1.8;

    transition:
    max-height .4s ease,
    padding .4s ease;

    font-family:
    "Poppins",
    sans-serif;
}

/* ABIERTO */

.faq-item.active{
    box-shadow:
    0 15px 35px
    rgba(255,94,155,.08);
}

.faq-item.active .faq-answer{
    max-height:200px;
    padding:0 30px 25px;
}

.faq-item.active .faq-question span{
    transform:rotate(45deg);
}

/* MOBILE */

@media(max-width:768px){

    .faq-title{
        font-size:38px;
    }

    .faq-question{
        padding:20px;
        font-size:17px;
    }

    .faq-answer{
        font-size:15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b08856 */.glow-cta{
    position:relative;
    max-width:1000px;
    margin:100px auto;
    padding:90px 40px;

    text-align:center;

    background:
    linear-gradient(
        180deg,
        rgba(255,248,251,.9),
        rgba(255,234,242,.95)
    );

    border:1px solid rgba(255,255,255,.7);

    border-radius:45px;

    overflow:hidden;

    backdrop-filter:blur(20px);

    box-shadow:
    0 30px 80px rgba(255,94,155,.12),
    inset 0 1px 0 rgba(255,255,255,.8);
}

/* Glow rosado */
.glow-cta::before{
    content:"";
    position:absolute;

    width:350px;
    height:350px;

    background:#FFC7DC;

    border-radius:50%;

    filter:blur(120px);

    opacity:.35;

    top:-100px;
    left:-120px;
}

.glow-cta::after{
    content:"";
    position:absolute;

    width:300px;
    height:300px;

    background:#FFD9EA;

    border-radius:50%;

    filter:blur(120px);

    opacity:.4;

    bottom:-120px;
    right:-100px;
}

.glow-tag{
    display:inline-block;

    background:rgba(255,255,255,.6);

    backdrop-filter:blur(15px);

    padding:12px 30px;

    border-radius:50px;

    color:#FF5E9B;

    font-weight:600;

    margin-bottom:35px;
}

.glow-cta h2{
    font-size:58px;
    line-height:1.15;
    color:#2D2D2D;
    margin-bottom:25px;
}

.glow-text{
    max-width:650px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
    color:#666;
}

.glow-cta h3{
    font-size:72px;
    color:#FF5E9B;
    margin:45px 0;
}

.glow-btn{
    display:inline-block;

    background:#FF5E9B;
    color:#fff;

    text-decoration:none;

    padding:22px 50px;

    border-radius:60px;

    font-weight:700;
    font-size:18px;

    box-shadow:
    0 15px 40px rgba(255,94,155,.35);

    transition:.35s;
}

.glow-btn:hover{
    transform:translateY(-6px);
}

.glow-features{
    margin-top:45px;
    color:#666;

    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.glow-social{
    margin-top:45px;
    color:#888;
}

.glow-social span{
    margin:0 15px;
}

/* Brillos flotando */
.sparkle{
    position:absolute;
    font-size:30px;
    animation:float 4s ease-in-out infinite;
}

.sparkle-1{
    top:80px;
    left:100px;
}

.sparkle-2{
    top:120px;
    right:120px;
}

.sparkle-3{
    bottom:80px;
    left:180px;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }
}
@media (max-width:768px){

    .glow-cta{
        padding:60px 25px;
        border-radius:35px;
    }

    .glow-tag{
        font-size:14px;
        padding:10px 22px;
        margin-bottom:25px;
    }

    .glow-cta h2{
        font-size:42px;
        line-height:1.15;
        margin-bottom:20px;
    }

    .glow-text{
        font-size:20px;
        line-height:1.6;
        margin-bottom:30px;
    }

    .glow-cta h3{
        font-size:56px;
        line-height:1;
        margin:30px 0;
    }

    .glow-btn{
        width:100%;
        max-width:320px;
        padding:20px;
        font-size:22px;
        border-radius:999px;
    }

    .glow-features{
        flex-direction:column;
        gap:12px;
        margin-top:35px;
        font-size:17px;
    }

    .glow-social{
        margin-top:35px;
        font-size:15px;
        line-height:1.8;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97194f3 */.productos{

    max-width:1300px;
    margin:120px auto;

    padding:0 25px;

}

.titulo-productos{

    text-align:center;

    font-size:70px;

    font-family:'Playfair Display',serif;

    color:#2d2032;

    margin-bottom:70px;

    font-weight:700;

}

.titulo-productos span{

    color:#EA6EA6;
    font-style:italic;

}

.productos-grid{

    display:flex;

    justify-content:center;

    align-items:flex-start;

    gap:40px;

    flex-wrap:wrap;

}

.producto{

    width:300px;

    text-align:center;

}

.producto-centro{

    width:440px;

}

.producto img{

    width:100%;

    border-radius:22px;

    display:block;

    transition:.35s;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.producto img:hover{

    transform:translateY(-8px);

    box-shadow:0 35px 60px rgba(0,0,0,.18);

}

.btn-comprar{

    margin-top:28px;

    display:inline-flex;

    justify-content:center;

    align-items:center;

    width:170px;

    height:65px;

    background:#EA74A9;

    color:white;

    border-radius:60px;

    text-decoration:none;

    font-size:28px;

    font-weight:600;

    transition:.3s;

    box-shadow:0 15px 35px rgba(234,116,169,.35);

}

.btn-comprar:hover{

    background:#d95995;

    transform:translateY(-4px);

}

@media(max-width:1100px){

.productos-grid{

flex-direction:column;

align-items:center;

}

.producto,
.producto-centro{

width:90%;
max-width:450px;

}

.titulo-productos{

font-size:52px;

}

}

@media(max-width:600px){

.titulo-productos{

font-size:40px;

}

.btn-comprar{

width:160px;

height:60px;

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS *//* Ocultar cualquier botón flotante en la esquina inferior derecha */
body .xoo-wsc-basket,
body [class*="cart"],
body [class*="basket"],
body [class*="floating-cart"] {
    display: none !important;
}/* End custom CSS */