/* Start custom CSS for html, class: .elementor-element-d7ebf48 *//* === CSS PARA EL HERO DE MOVISTAR TOTAL === */
.hero-total-section {
    background-color: #0099e5;
    color: #ffffff;
    padding: 50px 6%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 550px;
}
.hero-total-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.hero-total-text h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.hero-total-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 450px;
}
.hero-total-cta {
    background-color: #ffffff;
    color: #0099e5;
    text-decoration: none;
    padding: 16px 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.hero-total-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.hero-total-image-container {
    position: absolute;
    top: 0;
    right: -10%;
    width: 65%;
    height: 100%;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%);
    mask-image: linear-gradient(to right, transparent 0%, black 30%);
}
.hero-total-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer-seal-total {
    width: 180px;
    height: 180px;
    background: #e6007e; /* Usamos el magenta para variar */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    z-index: 3;
    border: 5px solid white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.offer-seal-total span {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .hero-total-section { min-height: auto; }
    .hero-total-container { grid-template-columns: 1fr; text-align: center; }
    .hero-total-text p { margin-left: auto; margin-right: auto; }
    .hero-total-image-container { display: none; }
    .offer-seal-total { position: relative; transform: rotate(0); left: auto; top: auto; margin: 30px auto 0 auto; width: 150px; height: 150px; }
    .offer-seal-total span { font-size: 26px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb30263 *//* === CSS PARA PLANES MOVISTAR TOTAL Y MODAL === */
.total-plans-section { padding: 80px 6%; background-color: #f4f6f9; }
.total-plans-title { text-align: center; margin-bottom: 50px; }
.total-plans-title h2 { font-size: 42px; font-weight: 700; color: #333; }
.total-plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1300px; margin: 0 auto; align-items: stretch; }
@media (max-width: 1200px) { .total-plans-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .total-plans-grid { grid-template-columns: 1fr; } }
.total-plan-card { background-color: #ffffff; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); border: 2px solid #d0e9f8; display: flex; flex-direction: column; overflow: hidden; }
.total-plan-card.recommended { border-color: #0099e5; }
.total-plan-card h3 { font-size: 24px; font-weight: 700; padding: 20px; margin: 0; background-color: #f8f9fa; color: #333; text-align: center; }
.card-split-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.benefit-group { display: flex; align-items: flex-start; gap: 15px; }
.benefit-group .icon { font-size: 28px; color: #0099e5; margin-top: 5px; width: 30px; text-align: center; }
.benefit-group h4 { font-size: 18px; margin: 0 0 5px 0; color: #333; }
.benefit-group ul { list-style: none; padding: 0; margin: 0; font-size: 15px; color: #555; line-height: 1.6; }
.card-divider-total { border-bottom: 2px dashed #e0e0e0; margin: 25px 0; }
.total-pricing { text-align: center; margin-top: auto; padding-top: 20px; }
.total-pricing .price { font-size: 42px; font-weight: 800; color: #333; }
.total-pricing .price span { font-size: 18px; font-weight: 600; }
.total-pricing .offer-text { font-size: 14px; font-weight: 700; color: #94c11f; }
.total-cta-button { background-color: #e6007e; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 18px; padding: 20px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background-color 0.3s ease; }
.total-cta-button:hover { background-color: #c2006b; }

/* CSS para el Modal */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; }
.modal-overlay.visible { opacity: 1; visibility: visible; }
.modal-content { background-color: #ffffff; padding: 30px 40px; border-radius: 15px; width: 90%; max-width: 800px; position: relative; transform: scale(0.9); transition: transform 0.4s ease; }
.modal-overlay.visible .modal-content { transform: scale(1); }
.modal-close-btn { position: absolute; top: 10px; right: 15px; background: none; border: none; font-size: 32px; color: #888; cursor: pointer; line-height: 1; }
.modal-content h2 { font-size: 28px; color: #333; margin-top: 0; margin-bottom: 20px; }
.modal-body { max-height: 60vh; overflow-y: auto; font-size: 15px; line-height: 1.7; color: #555; }
.modal-body ul { padding-left: 20px; }
.modal-body li { margin-bottom: 15px; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2504bf9 *//* === CSS PARA LA SECCIÓN DE PASOS === */
.steps-section {
    padding: 80px 6%;
    background-color: #ffffff;
}

.steps-title {
    text-align: center;
    margin-bottom: 60px;
}

.steps-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.steps-title p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.step-card {
    background-color: #f4f6f9;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    max-width: 320px;
    border: 1px solid #e0e0e0;
    position: relative;
}

.step-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    background-color: #0099e5;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 0 5px 15px rgba(0, 153, 229, 0.3);
}

.step-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.step-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18cd370 *//* === CSS PARA SECCIÓN DE BENEFICIOS (INTERACTIVA) === */
.benefits-showcase-v2 { background-color: #ffffff; padding: 100px 6%; overflow: hidden; }
.benefits-container-v2 { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; max-width: 1200px; margin: 0 auto; }
.benefits-text-v2 h2 { font-size: 42px; font-weight: 700; color: #333; margin-bottom: 20px; line-height: 1.2; }
.benefits-text-v2 .subtitle { font-size: 18px; color: #666; margin-bottom: 40px; line-height: 1.6; }
.benefits-list-v2 { list-style: none; padding: 0; margin: 0; }
.benefits-list-v2 li { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.benefits-list-v2 .icon { color: #0099e5; font-size: 24px; margin-top: 5px; }
.benefits-list-v2 h4 { margin: 0 0 5px 0; font-size: 20px; font-weight: 700; color: #333; }
.benefits-list-v2 p { margin: 0; font-size: 16px; color: #555; line-height: 1.5; }
.benefits-image-wrapper-v2 { position: relative; display: flex; align-items: center; justify-content: center; perspective: 1500px; }
.benefits-image-wrapper-v2 .image-frame { position: absolute; width: 90%; height: 110%; background: linear-gradient(45deg, #0099e5, #00acee); border-radius: 25px; transform: rotate(-8deg); transition: transform 0.4s ease; z-index: 1; }
.benefits-image-wrapper-v2 img { position: relative; z-index: 2; max-width: 100%; border-radius: 15px; box-shadow: 0 20px 50px rgba(0,0,0,0.2); transition: transform 0.4s ease; }
.benefits-image-wrapper-v2:hover img { transform: rotateY(10deg) rotateX(2deg) scale(1.05); }
.benefits-image-wrapper-v2:hover .image-frame { transform: rotate(-2deg) scale(1.02); }
@media (max-width: 992px) { .benefits-container-v2 { grid-template-columns: 1fr; } .benefits-image-wrapper-v2 { margin-bottom: 60px; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27b9d1a *//* === CSS PARA LA SECCIÓN DE INSTALACIÓN === */
.installation-section {
    background-color: #00acee; 
    color: #ffffff;
    padding: 80px 6%;
    overflow: hidden;
}
.installation-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.installation-text h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
.installation-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}
.installation-points {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}
.point-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}
.point-item i {
    font-size: 32px;
}
.point-item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.installation-cta-button {
    background-color: #e6007e;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.installation-cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.installation-image-container {
    text-align: center;
}
.installation-image-frame {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    transform: rotate(3deg);
    transition: transform 0.4s ease;
}
.installation-image-frame:hover {
    transform: rotate(0deg);
}
.installation-image-frame img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
@media (max-width: 992px) {
    .installation-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .installation-text {
        margin-bottom: 40px;
    }
    .installation-image-container {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    .installation-image-frame {
        transform: rotate(0);
    }
    .point-item {
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83a2bf1 *//* === CSS PARA LA SECCIÓN DE PREGUNTAS FRECUENTES (FAQ) === */
.faq-section {
    padding: 80px 6%;
    background-color: #f4f6f9;
}
.faq-title {
    text-align: center;
    margin-bottom: 50px;
}
.faq-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
}
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}
.faq-item {
    border-bottom: 1px solid #ddd;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.faq-question .icon {
    font-size: 22px;
    color: #0099e5;
    transition: transform 0.3s ease;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.3s ease;
}
.faq-answer p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    padding: 0 10px 20px 0;
    margin: 0;
}
.faq-item.active .faq-question .icon {
    transform: rotate(45deg);
}
.faq-item.active .faq-answer {
    max-height: 200px;
}/* End custom CSS */