.elementor-7371 .elementor-element.elementor-element-3dfc731{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-7371 .elementor-element.elementor-element-7b24df5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;--padding-block-start:80px;--padding-block-end:80px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-7371 .elementor-element.elementor-element-7b24df5:not(.elementor-motion-effects-element-type-background), .elementor-7371 .elementor-element.elementor-element-7b24df5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7371 .elementor-element.elementor-element-7b24df5, .elementor-7371 .elementor-element.elementor-element-7b24df5::before{--border-transition:0.3s;}.elementor-7371 .elementor-element.elementor-element-ceb4dd8{--display:flex;--gap:0px 0px;--background-transition:0.3s;}.elementor-7371 .elementor-element.elementor-element-5f84ebe{--display:flex;--background-transition:0.3s;}.elementor-7371 .elementor-element.elementor-element-32f5dcd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-7371 .elementor-element.elementor-element-72e22a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--gap:0px 0px;--background-transition:0.3s;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-7371 .elementor-element.elementor-element-72e22a1:not(.elementor-motion-effects-element-type-background), .elementor-7371 .elementor-element.elementor-element-72e22a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7371 .elementor-element.elementor-element-72e22a1, .elementor-7371 .elementor-element.elementor-element-72e22a1::before{--border-transition:0.3s;}@media(min-width:768px){.elementor-7371 .elementor-element.elementor-element-ceb4dd8{--width:50%;}.elementor-7371 .elementor-element.elementor-element-5f84ebe{--width:50%;}}@media(max-width:767px){.elementor-7371 .elementor-element.elementor-element-7b24df5{--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-7371 .elementor-element.elementor-element-5f84ebe{--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}}/* Start custom CSS for html, class: .elementor-element-8ede8cf *//* --- CONFIGURACIÓN DESKTOP (LIMPIA) --- */
.ecu-hero-prepago {
    font-family: 'Poppins', sans-serif;
    /* Fondo Impecable: Sin degradados molestos */
    background: #0046FF url('https://ecuanet.ec/wp-content/uploads/2026/03/Fondo-Internet-Prepago-Ecuanet.webp') no-repeat center right / cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    overflow: hidden;
}

.ecu-hero-container {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ecu-hero-content { 
    flex: 1; 
    z-index: 20; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    /* AJUSTE: Eliminamos el radial-gradient suizo de aquí */
    background: transparent; 
}

.ecu-hero-title-img { width: 250px; height: auto; margin-bottom: 8px; display: block; }

.ecu-hero-subtitle-img { 
    width: 240px; 
    height: auto; 
    margin-bottom: 25px; 
    display: block;
    /* AJUSTE DEFINITIVO DE LEGIBILIDAD:
       Sombra directa, densa y negra solo alrededor de la imagen. 
       Esto crea contraste para "DÍAS" sin ensuciar el fondo. */
    filter: drop-shadow(0 0 1px rgba(0,0,0,1)) 
            drop-shadow(0 0 3px rgba(0,0,0,0.8)) 
            drop-shadow(0 4px 6px rgba(0,0,0,0.6));
}

/* --- BOTONES Y PERSONAJE (Sin cambios) --- */
.ecu-hero-actions { display: flex; gap: 12px; }
.ecu-btn-wa, .ecu-btn-call { display: inline-flex; align-items: center; padding: 10px 18px; border-radius: 14px; text-decoration: none; transition: all 0.3s ease; }
.ecu-btn-wa { background: #FF2B2B; color: white !important; }
.ecu-btn-call { background: white; color: #0046FF !important; }
.ecu-num-wa, .ecu-num { font-size: 16px; font-weight: 800; }

.ecu-hero-character { flex: 0.8; display: flex; justify-content: flex-end; }
.ecu-hero-personaje-img { width: 100%; max-width: 360px; filter: drop-shadow(0 15px 30px rgba(0,0,0,0.25)); }

/* ============================================================
   AJUSTES PARA MÓVIL (Mismo orden, fondo limpio)
   ============================================================ */
@media (max-width: 768px) {
    .ecu-hero-prepago { height: auto; padding: 40px 20px 60px 20px; }
    .ecu-hero-container { flex-direction: column; text-align: center; gap: 20px; }
    
    .ecu-hero-content { 
        order: 2; 
        align-items: center; 
        padding-bottom: 0;
        /* AJUSTE: También eliminamos el degradado de fondo en móvil */
        background: transparent;
    }
    
    .ecu-hero-character { order: 1; width: 100%; justify-content: center; }
    
    .ecu-hero-title-img { width: 230px; margin-top: -65px; position: relative; }
    
    .ecu-hero-subtitle-img { 
        width: 210px; 
        margin-top: 10px; 
        /* La sombra agresiva aplicada arriba funcionará aquí también */
    }
    
    .ecu-hero-actions { justify-content: center; width: 100%; }
}

.ecu-btn-call {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #0046FF; /* Azul Ecuanet */
    padding: 14px 22px; 
    border-radius: 18px;
    text-decoration: none;
    font-family: sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 70, 255, 0.15);
}

.ecu-btn-call:hover {
    background-color: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 70, 255, 0.2);
}

.ecu-icon-area {
    width: 34px; /* Aumentado de 28px a 34px */
    height: 34px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* FIX: El icono ahora es azul siempre */
.ecu-icon-area svg {
    fill: #0046FF; /* Azul Ecuanet */
    width: 100%;
    height: 100%;
}

.ecu-text-area {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.ecu-btn-call .ecu-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1;
    margin-bottom: 3px;
    color: #666; /* Gris oscuro para el tag */
}

.ecu-btn-call .ecu-num {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.2px;
}
/*Este es el css del boton rojo*/
/* --- 1. ESTADO INICIAL (DONDE LO PONGAS EN EL HTML) --- */
.ecu-btn-wa {
    display: inline-flex;
    align-items: center;
    background-color: #FF2B2B; /* Rojo Ecuanet */
    color: #ffffff !important;
    padding: 14px 22px; 
    border-radius: 18px;
    text-decoration: none;
    font-family: sans-serif;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative; /* Empieza en su sitio normal */
    box-shadow: 0 4px 15px rgba(255, 43, 43, 0.2);
}

/* --- 2. ESTADO FLOTANTE (SE ACTIVA CON TU SCRIPT) --- */
.ecu-btn-wa.is-scrolled {
    position: fixed !important;
    right: 30px;
    top: 50%; /* Altura intermedia en escritorio */
    transform: translateY(-50%);
    z-index: 99999;
    box-shadow: 0 12px 30px rgba(255, 43, 43, 0.5);
    animation: slideInRight 0.5s ease forwards;
}

/* --- 3. COMPORTAMIENTO EN MÓVIL AL HACER SCROLL --- */
@media (max-width: 768px) {
    .ecu-btn-wa.is-scrolled {
        top: auto;
        bottom: 25px; /* Se va abajo a la derecha */
        right: 20px;
        transform: none;
        padding: 10px 18px;
        border-radius: 50px; /* Forma de pastilla para el pulgar */
    }
    
    .ecu-btn-wa.is-scrolled .ecu-tag-wa {
        display: none; /* Ocultamos el tag para no estorbar en el celular */
    }
}

/* --- 4. DETALLES DEL ICONO Y TEXTO --- */
.ecu-icon-area-wa {
    width: 34px; /* Tu icono grande solicitado */
    height: 34px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.ecu-icon-area-wa svg {
    fill: #ffffff !important;
    width: 100%;
    height: 100%;
}

.ecu-text-area-wa { display: flex; flex-direction: column; text-align: left; }

.ecu-tag-wa {
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.ecu-num-wa {
    font-size: 18px;
    font-weight: 800;
}

/* Animación de entrada */
@keyframes slideInRight {
    from { opacity: 0; transform: translateX(50px) translateY(-50%); }
    to { opacity: 1; transform: translateX(0) translateY(-50%); }
}
/* --- ANIMACIÓN DE FLOTACIÓN --- */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px); /* Sube un poco */
    }
    100% {
        transform: translateY(0px);
    }
}

/* Aplicamos la animación a la imagen del personaje */
.ecu-hero-personaje-img {
    width: 100%;
    max-width: 360px;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.25));
    
    /* AJUSTE: Animación suave e infinita */
    animation: float 4s ease-in-out infinite;
}

/* En móvil, podemos hacer que la animación sea más sutil si prefieres */
@media (max-width: 768px) {
    .ecu-hero-personaje-img {
        max-width: 250px;
        animation: float 3s ease-in-out infinite; /* Un poco más rápido por ser más pequeña */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dea227c */.ecu-banner-small {
    display: inline-block;
    background-color: #FF2B2B; /* Rojo vibrante */
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 800; /* Texto en negrita */

    /* --- AJUSTE 1: Texto más grande --- */
    font-size: 20px;  /* Aumentado de 16px a 20px */
    
    /* Relleno y bordes se mantienen igual */
    padding: 10px 30px;
    /* Bordes asimétricos ("las puntas") */
    border-radius: 25px 4px 25px 4px;

    /* --- AJUSTE 2: Menos inclinación --- */
    transform: rotate(-2deg); /* Reducido de -3deg a -2deg */
    
    /* Sombra proporcional al nuevo tamaño */
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    
    /* Margen solo para que no se pegue a los bordes al probarlo */
    margin: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8e3a1f */.ecu-main-title {
    /* Color oscuro casi negro del inicio del texto */
    color: #111827; 
    font-family: 'Inter', sans-serif; /* O cualquier sans-serif robusta */
    font-size: 42px; /* Ajustable según tu landing */
    font-weight: 800;
    line-height: 1.2;
    max-width: 800px;
    margin: 20px 0;
}

.ecu-blue-highlight {
    /* El azul vibrante de Ecuanet */
    color: #0046FF; 
    display: inline-block;
    /* El subrayado amarillo característico */
    border-bottom: 5px solid #FFD700; 
    /* Espacio entre el texto y la línea amarilla */
    padding-bottom: 4px; 
    line-height: 1;
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .ecu-main-title {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccdd3c3 */.ecu-features-list {
    display: flex;
    flex-direction: column;
    gap: 10px;                /* Antes 16px */
    max-width: 480px;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
}

.ecu-card {
    display: flex;
    align-items: center;
    padding: 14px 18px;       /* Antes 24px */
    border-radius: 16px;
    gap: 14px;
    cursor: default;
}

.ecu-icon-square {
    width: 44px;              /* Antes 64px */
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}

.ecu-icon-img {
    width: 55%;
    height: auto;
    object-fit: contain;
}

.is-highlight .ecu-icon-img {
    width: 60%;
}

.is-white {
    background-color: #ffffff;
    box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.08);
}

.is-highlight {
    background-color: #0046FF;
    color: #ffffff;
    box-shadow: 0 12px 30px -8px rgba(0, 70, 255, 0.4);
}

.bg-yellow     { background-color: #FFD700; }
.bg-white      { background-color: #ffffff; }
.bg-light-gray { background-color: #F3F4F6; }

.ecu-card-content h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.text-yellow { color: #FFD700; }

.ecu-card-content p {
    margin: 3px 0 0 0;
    font-size: 12px;
    opacity: 0.85;
    color: inherit;
    line-height: 1.4;
}

.is-white .ecu-card-content p {
    color: #6B7280;
}

@media (max-width: 580px) {
    .ecu-features-list {
        max-width: 100%;
    }
}
.is-highlight .ecu-card-content p a {
    color:white;
    font-weight: 700;
    text-decoration: none;
}

.is-highlight .ecu-card-content p a:hover {
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9258c21 *//* ============================================================
   PRECIOS PREPAGO - ECUANET (prefijo pp-)
   ============================================================ */

.pp-section {
    background-color: #0046FF !important;
    padding: 50px 0 40px !important;
    overflow: hidden !important;
    font-family: 'Poppins', sans-serif !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Curva decorativa amarilla — baja el z-index y sube para no tapar título */
.pp-curva {
    position: absolute !important;
    right: -100px !important;
    top: 60px !important;          /* ← antes -10%, ahora empieza bajo el título */
    height: 130% !important;
    width: auto !important;
    pointer-events: none !important;
    z-index: 0 !important;
    opacity: 1 !important;
}

/* Título */
.pp-titulo {
    position: relative !important;
    z-index: 2 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    padding: 0 40px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    color: #FFD700 !important;
    text-align: center !important;
    background: transparent !important;
}

/* Pill con fondo oscuro sólido para máximo contraste */
.pp-pill {
    color: #FFD700 !important;
    background-color: rgba(0, 20, 80, 0.75) !important;  /* ← azul oscuro en vez de negro transparente */
    padding: 12px 32px !important;
    border-radius: 12px !important;
    white-space: nowrap !important;
    border: 1.5px solid rgba(255, 215, 0, 0.3) !important; /* ← borde amarillo suave */
    backdrop-filter: blur(4px) !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;   /* ← sombra en el texto para legibilidad */
}

/* Grid de tarjetas */
.pp-grid {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 25px !important;
    padding: 20px 40px 10px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    background: transparent !important;
}

/* Tarjeta base */
.pp-card {
    background: #ffffff !important;
    width: 180px !important;
    flex: 0 0 180px !important;
    border-radius: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    position: relative !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.pp-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
}

/* Cabecera */
.pp-head {
    background-color: #F3F4F6 !important;
    color: #4B5563 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    padding: 12px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.pp-head-azul {
    background-color: #0046FF !important;
    color: #ffffff !important;
}

/* Precio */
.pp-precio {
    padding: 30px 10px !important;
    color: #0046FF !important;
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    background: transparent !important;
}

.pp-moneda {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-right: 2px !important;
}

.pp-num {
    font-size: 52px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.pp-iva {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-left: 4px !important;
    opacity: 0.8 !important;
}

/* Botón */
.pp-btn {
    background-color: #FF2B2B !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    padding: 12px !important;
    margin: 0 18px 25px !important;
    border-radius: 12px !important;
    display: block !important;
    text-align: center !important;
    transition: background-color 0.2s !important;
}

.pp-btn:hover {
    background-color: #e32222 !important;
    color: #ffffff !important;
}

.pp-btn-suave {
    background-color: #FF8A8A !important;
}

/* Tarjeta destacada */
.pp-destacada {
    border: 3px solid #FFD700 !important;
    transform: scale(1.08) !important;
    z-index: 10 !important;
}

.pp-destacada:hover {
    transform: scale(1.12) translateY(-8px) !important;
}

.pp-top-tag {
    position: absolute !important;
    top: -12px !important;
    right: 12px !important;
    background: #FFD700 !important;
    color: #000000 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    padding: 4px 12px !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
}

/* Términos */
.pp-terminos {
    position: relative !important;
    z-index: 1 !important;
    text-align: center !important;
    margin: 16px 0 0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
}

.pp-terminos a {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

.pp-terminos a:hover {
    color: #FFD700 !important;
    text-decoration: underline !important;
}

/* Móvil */
@media (max-width: 768px) {
    .pp-titulo {
        font-size: 18px !important;
        padding: 0 20px 16px !important;
    }

    .pp-pill {
        white-space: normal !important;
    }

    .pp-grid {
        padding: 20px 20px 10px !important;
        gap: 16px !important;
    }

    .pp-card {
        width: 160px !important;
        flex: 0 0 160px !important;
    }

    .pp-curva {
        height: 60% !important;
        right: -20px !important;
        top: auto !important;
        bottom: 0 !important;
        opacity: 0.7 !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-32f5dcd */.elementor-element.elementor-element-32f5dcd.e-con-full.e-flex.e-con.e-parent {
  padding: 0;
}

.elementor-element.elementor-element-72e22a1.e-con-full.e-flex.e-con.e-parent {
  padding: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04d6aa7 */.ecu-smooth-divider {
    width: 100%;
    height: 8px;
    margin: 0;
    padding: 0;
    border: none;

    /* ESTRATEGIA PARA MÁS AZUL:
       - El Azul (#0046FF) empieza en 0%.
       - El Amarillo (#FFD700) no llega a su color puro hasta el 80%. 
         Esto hace que la transición de Azul a Amarillo sea muy larga y 
         el azul domine visualmente casi tres cuartas partes de la línea.
       - El Rojo (#FF2B2B) entra al final (100%) para el cierre vibrante.
    */
    background: linear-gradient(90deg, 
        #0046FF 0%,   /* Inicio Azul */
        #FFD700 80%,  /* Empujamos el amarillo bien a la derecha */
        #FF2B2B 100%  /* Cierre rojo */
    );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c11904 *//* Contenedor blanco principal - ancho completo */
.pb-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px 20px 40px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

/* Banner sticker */
.ecu-banner-container {
    text-align: center;
    padding: 30px 15px 10px;
    background: transparent;
    overflow: hidden;
}

.ecu-sticker-pilas {
    background-color: #E52424;
    color: white;
    font-size: 20px;
    font-weight: 800;
    padding: 12px 30px;
    border-radius: 15px;
    display: inline-block;
    box-shadow: none;
    cursor: default;
    transform: rotate(-2.5deg);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ecu-sticker-pilas:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: none;
}

/* Texto puntos autorizados */
.pb-subtitulo {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 20px 0 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Logos lado a lado */
.pb-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Primer logo +30%: 200 * 1.3 = 260px */
.pb-logo:first-child {
    max-width: 260px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Segundo logo +30%: 260 * 1.3 = 338px */
.pb-logo:last-child {
    max-width: 338px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.pb-logo:hover {
    transform: scale(1.05);
}

/* Tablet */
@media (max-width: 768px) {
    .pb-logo:first-child {
        max-width: 200px;
    }

    .pb-logo:last-child {
        max-width: 270px;
    }
}

/* Móvil */
@media (max-width: 480px) {
    .pb-wrapper {
        border-radius: 0;
        padding: 10px 16px 32px;
    }

    .ecu-sticker-pilas {
        font-size: 14px;
        padding: 10px 18px;
        border-radius: 12px;
        width: 90%;
        box-sizing: border-box;
        box-shadow: none;
    }

    .pb-subtitulo {
        font-size: 15px;
        margin: 16px 0 20px;
    }

    .pb-logos {
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }

    /* Móvil +30%: 150 * 1.3 = 195px */
    .pb-logo:first-child {
        max-width: 195px;
        width: 100%;
    }

    /* Móvil +30%: 200 * 1.3 = 260px */
    .pb-logo:last-child {
        max-width: 260px;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS */@media screen and (max-width: 520px){
.descuentoPlanes {font-size:16px;}
}/* End custom CSS */