.elementor-575 .elementor-element.elementor-element-cd2279a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-575 .elementor-element.elementor-element-653dedf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-575 .elementor-element.elementor-element-135aaea{--alignment:right;--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}.elementor-575 .elementor-element.elementor-element-135aaea .elementor-share-btn{font-size:calc(1.1px * 10);}.elementor-575 .elementor-element.elementor-element-135aaea .elementor-share-btn__icon{--e-share-buttons-icon-size:3.2em;}.elementor-575 .elementor-element.elementor-element-77b30e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-575 .elementor-element.elementor-element-63015b3{text-align:right;}@media(max-width:1024px){ .elementor-575 .elementor-element.elementor-element-135aaea{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){.elementor-575 .elementor-element.elementor-element-cd2279a{--justify-content:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-2px;--padding-bottom:-2px;--padding-left:-2px;--padding-right:-2px;}.elementor-575 .elementor-element.elementor-element-a6b4b17.elementor-element{--flex-grow:1;--flex-shrink:0;} .elementor-575 .elementor-element.elementor-element-135aaea{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for html, class: .elementor-element-a6b4b17 */.container {
    max-width: 1400px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* Desktop padding */
@media (min-width: 769px) {
    .container {
        margin: 20px auto;
    }
}
@media (max-width: 768px) {
    .container {
        margin: 0!important;
        padding-right:10px!important ;
    }
}

.header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 60px 40px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.header::before {
    content: '🎉';
    position: absolute;
    font-size: 150px;
    opacity: 0.1;
    top: -30px;
    right: -20px;
}

.header h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
    animation: slideDown 0.8s ease;
    color: #ffffff;
}

.header p {
    font-size: 1.2em;
    opacity: 0.95;
}

@keyframes slideDown {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.content {
    padding: 40px;
}

.info-box {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: center;
}

.info-box h2 {
    font-size: 2em;
    margin-bottom: 15px;
}

.precio {
    font-size: 3em;
    font-weight: bold;
    margin: 10px 0;
}

.section {
   margin:0!important ;
   padding: 0!important;
    background: #f8f9fa;
    border-radius: 15px;
   
}

.section h2 {
    color: #1e3c72;
    font-size: 1.8em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.afterImg {
margin-top: 10%;    
   background: linear-gradient(135deg, rgba(255, 107, 107, 0.9) 0%, rgba(255, 142, 83, 0.85) 100%);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    display: inline-block;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    display: inline-block;
    color: #1e3c72;
    font-size: 1.8em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Destacar sección "Por Qué Elegir" */
.why-choose-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-left: none;
    border: none;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.why-choose-title {
    color: white !important;
    font-size: 2.2em !important;
    text-align: center;
    margin-bottom: 30px !important;
}

.section p {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 15px;
}

.benefits-list {
    margin-top: 25px;
    padding-left: 0;
    list-style: none;
}

.benefits-list li {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-right:10px!important;
   
}

.benefits-list .checkmark {
    left: 10%;
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.2em;
}

/* ===== DESCUENTO CARDS CON IMAGEN A LOS LADOS ===== */
.descuento-card {
    background: white;
    padding: 0;
    margin: 40px 0;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid #4CAF50;
    transition: all 0.3s ease;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
}

.descuento-referidos {
    grid-template-columns: 1.5fr 1fr;
}

.descuento-familiar {
    grid-template-columns: 1fr 1.5fr;
}

.descuento-content {
    padding: 35px;
    order: 1;
}

.descuento-image {
    order: 2;
    height: 100%;
    overflow: hidden;
}


.descuento-imageMb {
    display:none;
}

.descuento-familiar .descuento-image {
    order: 1;
}

.descuento-familiar .descuento-content {
    order: 2;
}

.descuento-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.descuento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.2);
}

.descuento-card:hover .descuento-image img {
    transform: scale(1.05);
}

.descuento-card h3 {
    color: #4CAF50;
    margin-bottom: 15px;
    font-size: 1.5em;
    line-height: 1.3;
}

.descuento-card p {
    margin: 10px 0;
    line-height: 1.7;
    font-size: 1.1em;
}

.descuento-amount {
    font-size: 2.2em !important;
    font-weight: bold !important;
    color: #4CAF50 !important;
    margin: 20px 0 !important;
}

.beneficios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.beneficio-item {
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.beneficio-item:hover {
    transform: translateY(-10px);
}

.beneficio-item .icon {
    font-size: 3em;
    margin-bottom: 15px;
}

.beneficio-item h3 {
    font-size: 1.15em;
    margin: 10px 0;
    color: #1e3c72;
    line-height: 1.4;
}

.beneficio-item p {
    font-size: 1em;
    line-height: 1.6;
}

/* ===== IMAGES ===== */
.payment,
.paymentMob,
.ng-quote,
.ng-quoteMob,
.badge,
.badgeMob {
    text-align: center;
    margin: 50px 0;
}

.payment img,
.paymentMob img,
.ng-quote img,
.ng-quoteMob img,
.badge img,
.badgeMob img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

/* Desktop: show desktop images */
@media (min-width: 961px) {
    .payment,
    .ng-quote,
    .badge {
        display: block !important;
    }
    
    .paymentMob,
    .ng-quoteMob,
    .badgeMob {
        display: none !important;
    }
}

/* Mobile: show mobile images */
@media (max-width: 960px) {
    .payment,
    .ng-quote,
    .badge {
        display: none !important;
    }
    
    .paymentMob,
    .ng-quoteMob,
    .badgeMob {
        display: block !important;
    }
}


.cta-section {
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
    color: white;
    padding: 50px;
    text-align: center;
    border-radius: 15px;
    margin: 40px 0;
}

.cta-button {
    display: inline-block;
    background: white;
    color: #FF6B6B;
    padding: 20px 50px;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.cta-button:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* ===== FAQ SECTION ===== */
.faq {
    margin-top: 40px;
}

.faq h2 {
    text-align: left;
    font-size: 2.5em;
}

.faq-item {
    background: white;
    padding: 25px;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
    transform: translateX(5px);
}

.faq-item h3 {
    color: #1e3c72;
    margin-bottom: 12px;
    font-size: 1.25em;
    line-height: 1.5;
}

.faq-item p {
    color: #555;
    line-height: 1.7;
    font-size: 1.05em;
}

.checkmark {
    color: #4CAF50;
    font-weight: bold;
}

/* ===== RESPONSIVE MOBILE ===== */
@media (max-width: 768px) {
    
.header{
    width:100vw;
    padding-right:10%!important;
    margin-bottom: 10%;
}

.descuento-image {
    display: none;
}    

.descuento-imageMb {
    display: block;
}
    
.section{
    padding:10px!important;
}    
.benefits-list .checkmark {
    position: absolute;
    left: 10%;
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.2em;
}

    /* Container y estructura base */
    .container {
        max-width: 100vw !important;
        width: 100vw !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    
    .header h1 {
        font-size: 1.8em;
    }
    
    .content {
        padding: 0 !important;
        width: 100vw !important;
    }

    /* Info box - 100vw sin padding lateral */
    .info-box {
        margin-bottom: 10% !important;
        border-radius: 0 !important;
        width: 100vw !important;
        padding: 30px 15px;
        box-sizing: border-box;
        box-shadow: none !important;
    }
    
    .precio {
        font-size: 2.2em;
    }

    /* Secciones - 100vw sin padding lateral izquierdo */
    .section {
        margin: 0 !important;
        border-radius: 0 !important;
        width: 100vw !important;
        padding: 30px 15px;
        box-sizing: border-box;
        border-left: none !important;
        border-top: 5px solid #667eea;
        box-shadow: none !important;
    }

    .why-choose-section {
        border-top: none !important;
    }

    .why-choose-title {
        font-size: 1.7em !important;
    }

    .section p {
        font-size: 1.05em;
        padding-left: 0;
    }

    .section h2 {
        font-size: 1.6em;
        padding-left: 0;
        margin-bottom: 10%;
    }

    /* Lista de beneficios sin padding izquierdo */
    .benefits-list {
        padding-left: 0;
        margin-top: 20px;
    }

    .benefits-list li {
        font-size: 1.05em;
        padding-left: 30px;
        text-align: left;
    }

    /* Imágenes - 100vw sin bordes redondeados */
    .payment,
    .paymentMob,
    .ng-quote,
    .ng-quoteMob,
    .badge,
    .badgeMob {
        margin: 0 !important;
        width: 100vw !important;
        border-radius: 0 !important;
    }

    .paymentMob img,
    .ng-quoteMob img,
    .badgeMob img {
        width: 100vw !important;
        border-radius: 0 !important;
        display: block !important;
    }

    /* Cards de descuento - 100vw en columna sin padding lateral */
    .descuento-card,
    .descuento-referidos,
    .descuento-familiar {
        grid-template-columns: 1fr !important;
        margin: 0 !important;
        border-radius: 0 !important;
        width: 100vw !important;
        border-left: none !important;
        border-top: 4px solid #4CAF50 !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .descuento-content {
        order: 1 !important;
        padding: 30px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .descuento-content p {
        font-size: 1.05em;
        padding-left: 0;
    }

    .descuento-image {
        order: 2 !important;
        height: 300px;
        width: 100vw !important;
    }

    .descuento-image img {
        width: 100vw !important;
        height: 100%;
        object-fit: cover;
        border-radius: 0 !important;
    }

    .descuento-card h3 {
        font-size: 1.4em;
        padding-left: 0;
    }

    .descuento-amount {
        font-size: 2em !important;
    }

    /* Separación entre cards */
    .descuento-referidos {
        margin-bottom: 0 !important;
    }

    /* Beneficios grid sin padding */
    .beneficios {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 15px;
    }

    .beneficio-item {
        padding: 20px 15px;
    }

    .beneficio-item h3 {
        font-size: 1.1em;
    }

    .beneficio-item p {
        font-size: 0.95em;
    }

    /* CTA Section - 100vw sin padding lateral */
    .cta-section {
        padding: 40px 15px;
        margin: 0 !important;
        border-radius: 0 !important;
        width: 100vw !important;
        box-sizing: border-box;
    }

    .cta-section h2 {
        font-size: 1.6em !important;
        padding-left: 0;
    }

    .cta-section p {
        font-size: 1.05em !important;
        padding-left: 0;
    }

    .cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    /* FAQ Section sin padding lateral */
    .faq {
        padding: 30px 15px;
        margin: 0 !important;
        width: 100vw !important;
        box-sizing: border-box;
    }

    .faq h2 {
        font-size: 1.6em;
        padding-left: 0;
    }

    .faq-item {
        border-radius: 10px;
        margin: 15px 0;
        padding: 20px 15px;
    }

    .faq-item h3 {
        font-size: 1.15em;
        padding-left: 0;
    }

    .faq-item p {
        font-size: 1em;
        padding-left: 0;
    }
    
    .paymentMob{
    margin-bottom:10%!important;
}
}

/* Extra small mobile */
@media (max-width: 480px) {
    .header h1 {
        font-size: 1.5em;
    }

    .header {
        padding: 40px 15px;
    }

    .precio {
        font-size: 2em;
    }

    .section h2 {
        font-size: 1.4em;
    }

    .section {
        padding: 25px 15px;
    }

    .info-box {
        padding: 25px 15px;
    }

    .faq {
        padding: 25px 15px;
    }

    .faq h2 {
        font-size: 1.4em;
    }

    .faq-item {
        padding: 18px 15px;
    }

    .why-choose-title {
        font-size: 1.5em !important;
    }

    .descuento-card h3 {
        font-size: 1.25em;
    }

    .descuento-amount {
        font-size: 1.8em !important;
    }

    .descuento-content {
        padding: 25px 15px;
    }

    .descuento-image {
        height: 250px;
    }

    .benefits-list li {
        font-size: 1em;
        padding-left: 28px;
    }

    .cta-section {
        padding: 35px 15px;
    }
}/* End custom CSS */