/* ================================
EPRE - Modernización visual Home
Archivo: css/epre-modern.css
================================ */

:root {
    --epre-green: #7ac143;
    --epre-green-dark: #4f9f25;
    --epre-dark: #172327;
    --epre-text: #1f2a33;
    --epre-muted: #6b7280;
    --epre-bg: #f7f8fa;
    --epre-white: #ffffff;
    --epre-orange: #f28c24;
    --epre-radius-lg: 28px;
    --epre-radius-md: 18px;
    --epre-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    --epre-shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.08);
}

/* Base */
body {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafb 100%);
    color: var(--epre-text);
    font-family: "Arial", "Helvetica", sans-serif;
}

#wrapper {
    background: transparent;
}




























/* ================================
Dropdown menú EPRE - diseño limpio
================================ */

.epre-main-menu > li.dropdown {
    position: relative !important;
}

.epre-main-menu > li.dropdown > .dropdown-menu {
    top: calc(100% + 8px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    
    min-width: 230px !important;
    padding: 8px !important;
    margin: 0 !important;
    
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid #dfe5ea !important;
    border-radius: 18px !important;
    
    box-shadow:
    0 18px 38px rgba(15, 23, 42, 0.14),
    0 4px 10px rgba(15, 23, 42, 0.06) !important;
    
    overflow: hidden !important;
}

.epre-main-menu .dropdown-menu > li {
    margin: 0 !important;
}

.epre-main-menu .dropdown-menu > li > a {
    display: block !important;
    
    padding: 13px 16px !important;
    border-radius: 12px !important;
    
    color: #172327 !important;
    background: transparent !important;
    
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    
    border-left: 4px solid transparent !important;
    transition: all 0.18s ease !important;
}



/* FIX: evitar fondo rectangular en opciones activas del dropdown */
.epre-main-menu .dropdown-menu > li,
.epre-main-menu .dropdown-menu > li.active {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 14px !important;
}

/* El fondo verde debe aplicarse solo al enlace interno */
.epre-main-menu .dropdown-menu > li > a:hover,
.epre-main-menu .dropdown-menu > li > a:focus,
.epre-main-menu .dropdown-menu > li.active > a {
    display: block !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #8cc63f 0%, #4f9f25 100%) !important;
    
    border-radius: 14px !important;
    border-left: 0 !important;
    
    margin: 3px 0 !important;
    padding: 13px 16px !important;
    
    box-shadow:
    0 8px 18px rgba(122, 193, 67, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
}

/* Anula estilos viejos de Bootstrap/default */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: transparent !important;
    background-image: none !important;
}










/* ================================
Carrusel principal
================================ */

#featured {
    background: transparent;
    padding: 58px 0 34px;
}

#featured .container {
    max-width: 1480px;
    width: 92%;
}

#main-slider {
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0;
}

#main-slider .slides > li {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--epre-shadow);
    background: #fff;
}

#main-slider .slides img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

/* Placa de texto del carrusel */
.flex-caption {
    right: 70px !important;
    left: auto !important;
    bottom: 70px !important;
    width: 360px !important;
    padding: 42px !important;
    border-radius: 30px !important;
    background: rgba(13, 24, 29, 0.88) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.flex-caption h3 {
    color: #fff;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.flex-caption p {
    color: #fff;
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 24px;
}

.btn.btn-theme,
.flex-caption .btn-theme {
    background: linear-gradient(135deg, var(--epre-green), var(--epre-green-dark)) !important;
    border: none !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 800;
    padding: 13px 24px !important;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(122, 193, 67, 0.35);
}

.flex-direction-nav a {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50%;
    background: #fff !important;
    color: var(--epre-green-dark) !important;
    box-shadow: var(--epre-shadow-soft);
    opacity: 1 !important;
}

.flex-control-paging li a {
    width: 13px;
    height: 13px;
    background: #d5dce2;
    box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: var(--epre-green);
}

/* ================================
Títulos de secciones
================================ */

.callaction {
    background: transparent !important;
    padding: 42px 0 24px;
    border: none;
}

.callaction a {
    text-decoration: none !important;
}

.big-cta {
    text-align: center;
}

.cta-text h2 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--epre-text);
    margin: 0;
}

.cta-text h2 i {
    color: var(--epre-text);
    margin-right: 10px;
}

.cta-text h2 span {
    color: var(--epre-green);
}






/* ================================
Banners / cards de revisión tarifaria
================================ */

#content {
    background: transparent;
    padding: 26px 0;
}

#content .container {
    max-width: 1320px;
    width: 92%;
}

.box {
    border-radius: 22px;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: var(--epre-shadow-soft);
}

.box img {
    max-width: 100%;
    border-radius: 18px;
}

/* Cards viejas de tarifas, subsidios, resoluciones */
.box-gray {
    background: #fff !important;
    border-radius: 22px 22px 0 0;
    border: 1px solid #edf0f3;
    min-height: 210px;
    padding: 34px 28px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.box-gray h4 {
    color: var(--epre-text);
    font-weight: 900;
    font-size: 18px;
}

.box-gray .icon {
    color: var(--epre-green-dark);
}

.box-gray p {
    color: var(--epre-muted);
    font-size: 14px;
    line-height: 1.55;
}

.box-bottom {
    background: linear-gradient(135deg, var(--epre-green), var(--epre-green-dark)) !important;
    border-radius: 0 0 22px 22px;
    padding: 17px !important;
}

.box-bottom a {
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
}







/* ================================
Buscador + mapa
================================ */

#container {
    background: transparent;
    padding: 30px 0 70px;
}

#container .container {
    max-width: 1320px;
    width: 92%;
}

.heading {
    font-size: 18px;
    font-weight: 800;
    color: var(--epre-text);
}

form input[type="search"] {
    height: 46px;
    min-width: 320px;
    border: 1px solid #d7dee5;
    border-radius: 10px;
    padding: 0 14px;
}

form button {
    height: 46px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--epre-green), var(--epre-green-dark));
    color: #fff;
    font-weight: 800;
    padding: 0 22px;
}

.map iframe {
    width: 100% !important;
    border-radius: 24px;
    box-shadow: var(--epre-shadow-soft);
}













/* ================================
Footer EPRE mejorado
================================ */

footer {
    background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,0.10), transparent 26%),
    linear-gradient(135deg, #83c63f 0%, #38a542 42%, #07503f 100%) !important;
    color: #fff;
    padding-top: 58px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

footer .container {
    max-width: 1250px;
    width: 92%;
}

footer .widget {
    min-height: 230px;
    padding: 0 26px;
    border-right: 1px solid rgba(255,255,255,0.20);
}

footer .row > div:last-child .widget {
    border-right: none;
}

footer .widgetheading {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 22px;
    letter-spacing: 0.01em;
}

footer .widgetheading i {
    color: #c9f35b;
    margin-right: 6px;
}

footer .widgetheading::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: #c9f35b;
}

footer address,
footer p,
footer li,
footer a {
    color: rgba(255,255,255,0.92) !important;
    font-size: 14px;
    line-height: 1.65;
}

footer strong {
    color: #ffffff;
    font-weight: 900;
}

footer .link-list {
    margin: 0;
    padding: 0;
}

footer .link-list li {
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: 6px 0;
}

footer .link-list li a {
    text-decoration: none !important;
    transition: all 0.18s ease;
}

footer .link-list li a:hover {
    color: #d6ff6a !important;
    padding-left: 5px;
}

#sub-footer {
    background: rgba(0, 34, 28, 0.46) !important;
    border-top: 1px solid rgba(108, 13, 13, 0.16);
    margin-top: 44px;
    padding: 24px 0;
}

#sub-footer img {
    max-width: 145px;
}

.social-network {
    text-align: right;
    margin-top: 26px;
}

.social-network li {
    display: inline-block;
    margin-left: 8px;
}

.social-network a {
    width: 38px;
    height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.12) !important;
    border: 1px solid rgba(201,243,91,0.55);
    transition: all 0.2s ease;
}

.social-network a:hover {
    background: #c9f35b !important;
    color: #07503f !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    footer .widget {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.16);
        padding: 0 0 24px;
        margin-bottom: 24px;
        min-height: auto;
    }
    
    .social-network {
        text-align: left;
        margin-top: 12px;
    }
}













/* =========================================================
CARRUSEL HOME EPRE - IMAGEN COMPUESTA 16:9
========================================================= */

:root {
    --epre-slider-height: 430px;
    --epre-slider-radius: 34px;
    --epre-slider-green: #8cc63f;
}

/* Fondo de la zona del carrusel */
#featured.epre-hero-section {
    background: #f3f5f6 !important;
    padding: 34px 0 46px !important;
}

/* Ancho del carrusel */
#featured .epre-hero-container {
    width: min(92%, 1460px) !important;
    max-width: 1460px !important;
}

/* Contenedor principal de FlexSlider */
#main-slider.epre-modern-slider {
    position: relative !important;
    width: 100% !important;
    height: var(--epre-slider-height) !important;
    min-height: var(--epre-slider-height) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

/* Viewport fijo: evita que la imagen aparezca abajo y después suba */
#main-slider.epre-modern-slider .flex-viewport {
    height: var(--epre-slider-height) !important;
    min-height: var(--epre-slider-height) !important;
    border-radius: var(--epre-slider-radius) !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 4px solid rgba(255, 255, 255, 0.96) !important;
    box-shadow:
    0 24px 56px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset !important;
}

/* Lista interna */
#main-slider.epre-modern-slider .slides {
    height: var(--epre-slider-height) !important;
    min-height: var(--epre-slider-height) !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Cada slide debe tener exactamente la misma altura */
#main-slider.epre-modern-slider .slides > li,
#main-slider.epre-modern-slider .epre-slide-item {
    height: var(--epre-slider-height) !important;
    min-height: var(--epre-slider-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: var(--epre-slider-radius) !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

/* Contenedor real del banner */
.epre-slide {
    position: relative !important;
    width: 100% !important;
    height: var(--epre-slider-height) !important;
    min-height: var(--epre-slider-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: var(--epre-slider-radius) !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

/* Link de imagen */
.epre-slide-image-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* Imagen final del banner */
#main-slider.epre-modern-slider .epre-slide img {
    display: block !important;
    width: 100% !important;
    height: var(--epre-slider-height) !important;
    min-height: var(--epre-slider-height) !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}



/* Ocultar solo el caption viejo de FlexSlider */
#main-slider.epre-modern-slider .flex-caption {
    display: none !important;
}

/* Flechas laterales redondas */
#main-slider.epre-modern-slider .flex-direction-nav {
    margin: 0 !important;
    padding: 0 !important;
}

#main-slider.epre-modern-slider .flex-direction-nav a {
    position: absolute !important;
    top: 50% !important;
    z-index: 20 !important;
    width: 62px !important;
    height: 62px !important;
    margin-top: -31px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    opacity: 1 !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
    text-shadow: none !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16) !important;
}

#main-slider.epre-modern-slider .flex-direction-nav a::before {
    display: none !important;
    content: "" !important;
}

#main-slider.epre-modern-slider .flex-direction-nav .flex-prev {
    left: -33px !important;
}

#main-slider.epre-modern-slider .flex-direction-nav .flex-next {
    right: -33px !important;
}

#main-slider.epre-modern-slider .flex-direction-nav .flex-prev::after,
#main-slider.epre-modern-slider .flex-direction-nav .flex-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 4px solid var(--epre-slider-green);
    border-right: 4px solid var(--epre-slider-green);
}

#main-slider.epre-modern-slider .flex-direction-nav .flex-prev::after {
    transform: translate(-35%, -50%) rotate(-135deg);
}

#main-slider.epre-modern-slider .flex-direction-nav .flex-next::after {
    transform: translate(-65%, -50%) rotate(45deg);
}

/* Paginación inferior */
#main-slider.epre-modern-slider .flex-control-nav {
    position: absolute !important;
    z-index: 15 !important;
    bottom: 22px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
}

#main-slider.epre-modern-slider .flex-control-paging li a {
    width: 14px !important;
    height: 14px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 2px solid rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.14) !important;
}

#main-slider.epre-modern-slider .flex-control-paging li a.flex-active {
    background: var(--epre-slider-green) !important;
    border-color: var(--epre-slider-green) !important;
}

/* Responsive */
@media (max-width: 1200px) {
    :root {
        --epre-slider-height: 380px;
    }
}

@media (max-width: 991px) {
    :root {
        --epre-slider-height: 340px;
    }
    
    #featured.epre-hero-section {
        padding: 28px 0 34px !important;
    }
}

@media (max-width: 700px) {
    :root {
        --epre-slider-height: 520px;
    }
    
    #main-slider.epre-modern-slider .epre-slide img {
        object-position: center center !important;
    }
    
    #main-slider.epre-modern-slider .flex-direction-nav .flex-prev {
        left: 8px !important;
    }
    
    #main-slider.epre-modern-slider .flex-direction-nav .flex-next {
        right: 8px !important;
    }
}














/* =========================================================
EPRE - CARRUSEL PROPIO SIN FLEXSLIDER
Corrige salto vertical entre slides
========================================================= */

#featured.epre-hero-section {
    background: #f3f5f6 !important;
    padding: 34px 0 46px !important;
}

#featured .epre-hero-container {
    width: min(92%, 1460px) !important;
    max-width: 1460px !important;
}

/* Contenedor principal */
#epre-main-slider.epre-carousel {
    position: relative;
    width: 100%;
    height: 430px;
    margin: 0 auto;
    overflow: visible;
}

/* Caja visual del carrusel */
.epre-carousel-stage {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    border-radius: 34px;
    background: #dceefb;
    border: 4px solid rgba(255, 255, 255, 0.96);
    box-shadow:
    0 24px 56px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

/* Slides: todos ocupan exactamente la misma posición */
.epre-carousel-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: opacity 420ms ease, visibility 420ms ease;
}

.epre-carousel-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

/* Imagen */
.epre-carousel-image {
    display: block;
    width: 100%;
    height: 100%;
}

.epre-carousel-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}














/* Panel oscuro derecho - modelo premium */
.epre-carousel-panel {
    position: absolute;
    top: 50%;
    right: 64px;
    z-index: 4;
    transform: translateY(-50%);
    
    width: 520px;
    min-height: 330px;
    padding: 58px 60px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
    color: #ffffff;
    overflow: hidden;
    
    background:
    linear-gradient(135deg, rgba(8, 24, 31, 0.97), rgba(17, 43, 53, 0.94));
    border: 1px solid rgba(140, 198, 63, 0.95);
    
    border-radius: 86px 28px 86px 28px;
    
    box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(190, 240, 80, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* Brillo diagonal interno */
.epre-carousel-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    
    background:
    linear-gradient(
    135deg,
    transparent 0%,
    transparent 46%,
    rgba(255,255,255,0.085) 47%,
    rgba(255,255,255,0.028) 64%,
    transparent 65%
    );
}

/* Hoja verde inferior derecha */
.epre-carousel-panel::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -8px;
    z-index: 2;
    
    width: 190px;
    height: 125px;
    
    background: linear-gradient(135deg, #b7e51f 0%, #8bd51e 45%, #6fbd2e 100%);
    
    border-radius: 100% 0 34px 0;
    
    clip-path: ellipse(78% 56% at 76% 78%);
    
    box-shadow:
    -18px -12px 32px rgba(122, 193, 67, 0.22);
    
    pointer-events: none;
}

/* Contenido arriba de las formas */
.epre-carousel-panel h3,
.epre-carousel-panel p,
.epre-carousel-panel a {
    position: relative;
    z-index: 5;
}

.epre-carousel-panel h3 {
    margin: 0 0 24px;
    color: #ffffff;
    
    font-size: 38px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.36);
}
.epre-carousel-panel h3.epre-title-inline {
    white-space: nowrap;
    font-size: 34px;
}

.epre-carousel-panel p {
    max-width: 385px;
    margin: 0 0 32px;
    
    color: rgba(255,255,255,0.95);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
    
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}



.epre-phone-line {
    position: relative;
    z-index: 5;
    
    display: flex;
    align-items: center;
    gap: 14px;
    
    width: 100%;
    margin-top: 4px;
    
    flex-wrap: nowrap;
    white-space: nowrap;
}

.epre-phone-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    border: 4px solid #8cc63f;
    border-radius: 50%;
    
    color: #ffffff;
    background: rgba(8, 24, 31, 0.55);
    
    box-shadow:
    0 0 18px rgba(140, 198, 63, 0.42),
    inset 0 0 0 2px rgba(255,255,255,0.08);
}

.epre-phone-icon i {
    font-size: 20px;
    color: #ffffff;
}

.epre-phone-line strong {
    display: inline-block;
    white-space: nowrap;
    
    color: #ffffff;
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.02em;
    
    text-shadow:
    0 4px 8px rgba(0,0,0,0.38),
    1px 1px 0 rgba(255,255,255,0.18);
}






.epre-carousel-button {
    position: relative;
    z-index: 5;
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    min-width: 172px;
    height: 56px;
    padding: 0 32px;
    
    border: 0;
    border-radius: 12px;
    
    color: #ffffff !important;
    background: linear-gradient(135deg, #aee626 0%, #72bf2d 100%);
    
    box-shadow:
    0 14px 28px rgba(122, 193, 67, 0.42),
    0 0 24px rgba(122, 193, 67, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
    
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
}

.epre-carousel-button:hover,
.epre-carousel-button:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}



















/* Flechas redondas */
.epre-carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 62px;
    height: 62px;
    margin-top: -31px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
    cursor: pointer;
}

.epre-carousel-prev {
    left: -33px;
}

.epre-carousel-next {
    right: -33px;
}

.epre-carousel-arrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 4px solid #8cc63f;
    border-right: 4px solid #8cc63f;
}

.epre-carousel-prev span {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.epre-carousel-next span {
    transform: translate(-65%, -50%) rotate(45deg);
}

/* Puntos */
.epre-carousel-dots {
    position: absolute;
    z-index: 12;
    bottom: 22px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.epre-carousel-dots button {
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.98);
    background: rgba(255,255,255,0.95);
    box-shadow: 0 4px 10px rgba(0,0,0,0.14);
    cursor: pointer;
}

.epre-carousel-dots button.is-active {
    background: #8cc63f;
    border-color: #8cc63f;
}

/* Responsive */
@media (max-width: 1200px) {
    #epre-main-slider.epre-carousel,
    .epre-carousel-stage {
        height: 380px;
    }
    
    .epre-carousel-panel {
        width: 350px;
        min-height: 250px;
        padding: 38px 34px;
    }
    
    .epre-carousel-panel h3 {
        font-size: 28px;
    }
}

@media (max-width: 430px) {
    #epre-main-slider.epre-carousel,
    .epre-carousel-stage {
        height: 360px;
    }
    
    .epre-carousel-panel {
        width: 78%;
        max-width: 300px;
        min-height: 215px;
        padding: 30px 24px 32px;
    }
    
    .epre-carousel-panel h3 {
        font-size: 22px;
    }
    
    .epre-carousel-panel p {
        font-size: 13px;
    }
    
    .epre-carousel-button {
        min-width: 150px;
        height: 48px;
    }
}


@media (max-width: 768px) {
    #featured.epre-hero-section {
        padding: 26px 0 36px !important;
    }
    
    #featured .epre-hero-container {
        width: 92% !important;
    }
    
    #epre-main-slider.epre-carousel,
    .epre-carousel-stage {
        height: 390px;
    }
    
    .epre-carousel-stage {
        border-radius: 30px;
    }
    
    .epre-carousel-image img {
        object-position: center center;
    }
    
    .epre-carousel-panel {
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        
        width: 82%;
        max-width: 330px;
        min-height: 230px;
        
        padding: 34px 28px 36px;
        border-radius: 58px 22px 58px 22px;
    }
    
    .epre-carousel-panel h3 {
        font-size: 24px;
        line-height: 1.08;
        margin-bottom: 16px;
    }
    
    .epre-carousel-panel h3.epre-title-inline {
        white-space: normal;
        font-size: 23px;
    }
    
    .epre-carousel-panel p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 24px;
    }
    
    .epre-carousel-button {
        min-width: 170px;
        height: 50px;
        font-size: 13px;
    }
    
    .epre-carousel-panel::after {
        width: 110px;
        height: 60px;
        right: -10px;
        bottom: -6px;
    }
    
    .epre-carousel-prev {
        left: 8px;
    }
    
    .epre-carousel-next {
        right: 8px;
    }
    
    .epre-carousel-arrow {
        width: 56px;
        height: 56px;
        margin-top: -28px;
    }
}





#epre-main-slider.epre-carousel {
    cursor: grab;
    user-select: none;
}

#epre-main-slider.epre-carousel:active {
    cursor: grabbing;
}

.epre-carousel-image img {
    pointer-events: none;
}




















/* ================================
Header / menú superior - modelo pill
================================ */

header .navbar {
    background: rgba(255, 255, 255, 0.98);
    border: none;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    min-height: 118px;
    margin-bottom: 0;
}



.navbar-header {
    float: none;
}

.navbar-brand {
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
}



.navbar-collapse {
    float: none !important;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
}

.navbar-nav > li {
    float: none;
}

.navbar-nav > li > a {
    min-width: 150px;
    height: 66px;
    
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    
    padding: 0 24px !important;
    
    color: #172327 !important;
    background: #ffffff;
    
    border: 2px solid #e5e9ed;
    border-radius: 999px;
    
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    
    box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
    
    transition: all 0.22s ease;
}

.navbar-nav > li > a i {
    font-size: 22px;
    line-height: 1;
    color: #172327;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, #8cc63f 0%, #4f9f25 100%);
    border-color: #8cc63f;
    box-shadow:
    0 14px 28px rgba(122, 193, 67, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.navbar-nav > li.active > a i,
.navbar-nav > li > a:hover i,
.navbar-nav > li > a:focus i {
    color: #ffffff;
}

/* FIX FINAL MENU EPRE */

header .navbar {
    min-height: 120px !important;
    background: #fff !important;
    border: none !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07) !important;
}

header .navbar .container {
    min-height: 120px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.epre-main-menu {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 !important;
}

.epre-main-menu > li > a {
    min-width: 150px !important;
    height: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    border-radius: 999px !important;
    border: 2px solid #e5e9ed !important;
    background: #fff !important;
    color: #172327 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07) !important;
}



.epre-main-menu > li.active > a,
.epre-main-menu > li > a:hover {
    background: linear-gradient(135deg, #8cc63f 0%, #4f9f25 100%) !important;
    color: #fff !important;
    border-color: #8cc63f !important;
}

.epre-main-menu > li.active > a i,
.epre-main-menu > li > a:hover i {
    color: #fff !important;
}



/* Estado activo/presionado de dropdown */
.epre-main-menu > li.open > a,
.epre-main-menu > li.open > a:hover,
.epre-main-menu > li.open > a:focus {
    background: linear-gradient(135deg, #8cc63f 0%, #4f9f25 100%) !important;
    color: #ffffff !important;
    border-color: #8cc63f !important;
}

.epre-main-menu > li.open > a i,
.epre-main-menu > li.open > a:hover i,
.epre-main-menu > li.open > a:focus i {
    color: #ffffff !important;
    
}

.epre-main-menu > li.open > a img {
    filter: brightness(0) invert(1);
}




/* Cuando el dropdown se cierra pero el botón queda enfocado */
.epre-main-menu > li:not(.open):not(.active) > a:focus {
    background: #ffffff !important;
    color: #172327 !important;
    border-color: #e5e9ed !important;
}

.epre-main-menu > li:not(.open):not(.active) > a:focus i {
    color: #172327 !important;
}

.epre-main-menu > li:not(.open):not(.active) > a:focus img {
    filter: none !important;
}

/* Cuando el dropdown está abierto */
.epre-main-menu > li.open > a,
.epre-main-menu > li.open > a:hover,
.epre-main-menu > li.open > a:focus {
    background: linear-gradient(135deg, #8cc63f 0%, #4f9f25 100%) !important;
    color: #ffffff !important;
    border-color: #8cc63f !important;
}

.epre-main-menu > li.open > a i,
.epre-main-menu > li.open > a:hover i,
.epre-main-menu > li.open > a:focus i {
    color: #ffffff !important;
}








/* Ajuste tamaño y posición del header */
header .navbar .container {
    max-width: 1500px !important;
    width: 92% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Logo EPRE más chico y más a la izquierda */
.navbar-brand img {
    width: 135px !important;
}

.navbar-header {
    margin-left: -20px !important;
}

/* Menú más a la derecha */
.navbar-collapse {
    margin-left: auto !important;
}

.epre-main-menu {
    gap: 14px !important;
    margin-left: auto !important;
    transform: translateX(28px);
}

/* Botones más chicos */
.epre-main-menu > li > a {
    min-width: 132px !important;
    height: 54px !important;
    padding: 0 18px !important;
    font-size: 13px !important;
    gap: 9px !important;
}

/* Íconos más chicos */
.epre-main-menu > li > a i {
    font-size: 19px !important;
}

.epre-main-menu > li > a img {
    width: 19px !important;
    height: 19px !important;
    object-fit: contain;
}



/* FIX DEFINITIVO MOBILE MENU */
@media (max-width: 991px) {
    
    header,
    header .navbar {
        position: relative !important;
        z-index: 5000 !important;
        overflow: visible !important;
    }
    
    header .navbar {
        min-height: 118px !important;
    }
    
    header .navbar .container {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 118px !important;
        padding: 18px 12px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        position: relative !important;
    }
    
    .navbar-header {
        width: 100% !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px !important;
    }
    
    .navbar-brand {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .navbar-brand img {
        width: 98px !important;
    }
    
    .navbar-toggle {
        float: none !important;
        position: static !important;
        margin: 0 !important;
        padding: 7px 10px !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: #e5e5e5 !important;
    }
    
    .navbar-collapse {
        position: absolute !important;
        top: 102px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        
        width: 190px !important;
        max-width: 190px !important;
        margin: 0 !important;
        padding: 0 !important;
        
        z-index: 6000 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }
    
    .epre-main-menu {
        width: 190px !important;
        max-width: 190px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
    }
    
    .epre-main-menu > li {
        width: 190px !important;
        max-width: 190px !important;
        position: relative !important;
    }
    
    .epre-main-menu > li > a {
        width: 190px !important;
        max-width: 190px !important;
        min-width: 0 !important;
        height: 38px !important;
        
        padding: 0 10px !important;
        box-sizing: border-box !important;
        
        font-size: 12px !important;
        font-weight: 700 !important;
        gap: 7px !important;
        
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        
        white-space: nowrap !important;
    }
    
    .epre-main-menu > li > a i,
    .epre-main-menu > li > a img {
        width: 14px !important;
        height: 14px !important;
        font-size: 14px !important;
    }
    
    .epre-main-menu .dropdown-menu {
        position: absolute !important;
        top: 43px !important;
        left: 0 !important;
        right: auto !important;
        transform: none !important;
        
        width: 190px !important;
        min-width: 190px !important;
        max-width: 190px !important;
        
        margin: 0 !important;
        padding: 8px 6px !important;
        
        z-index: 7000 !important;
        float: none !important;
        
        text-align: center !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16) !important;
    }
    
    .epre-main-menu .dropdown-menu > li > a {
        font-size: 11px !important;
        font-weight: 600 !important;
        padding: 8px 5px !important;
        white-space: normal !important;
    }
    
    #featured.epre-hero-section {
        position: relative !important;
        z-index: 1 !important;
    }
}










/* =========================================
Tarjetas destacadas: Resoluciones/Subsidios/Tarifas
========================================= */

.epre-info-section {
    padding: 42px 0 18px;
    background: transparent;
}

.epre-info-section .container {
    max-width: 1320px;
    width: 92%;
}

.epre-info-header {
    margin-bottom: 26px;
}

.epre-info-header h2 {
    margin: 0 0 8px;
    color: #172327;
    font-size: 28px;
    font-weight: 900;
}

.epre-info-header p {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.5;
}

.epre-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.epre-info-card {
    min-height: 215px;
    display: flex;
    align-items: flex-start;
    gap: 26px;
    padding: 34px 32px;
    border-radius: 18px;
    text-decoration: none !important;
    border: 1px solid rgba(226, 232, 240, 0.85);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.epre-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.13);
}

.epre-info-card-blue {
    background: linear-gradient(135deg, #dff8f8 0%, #e2f8f8 55%, #ffffff 100%);
    border-color: #c7eeee;
}

.epre-info-card-green {
    background: linear-gradient(135deg, #eef7d8 0%, #f7fbeb 55%, #ffffff 100%);
    border-color: #d9edb4;
}

.epre-info-card-lightblue {
    background: linear-gradient(135deg, #e1f2fb 0%, #e8f3fa 55%, #ffffff 100%);
    border-color: #c9e6f5;
}

.epre-info-icon {
    flex: 0 0 118px;
}

.epre-info-icon img {
    width: 138px;
    height: 138px;
    object-fit: contain;
    display: block;
}




.epre-info-content h3 {
    margin: 0 0 16px;
    color: #172327;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.epre-info-content p {
    margin: 0 0 28px;
    color: #5f6873;
    font-size: 16px;
    line-height: 1.55;
}

.epre-info-content span {
    color: #2f8f87;
    font-size: 16px;
    font-weight: 900;
}

.epre-info-card-green .epre-info-content span {
    color: #4f9f25;
}

.epre-info-card-lightblue .epre-info-content span {
    color: #2b86a5;
}

.epre-info-content span i {
    margin-left: 12px;
}

/* Responsive */
@media (max-width: 991px) {
    .epre-info-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .epre-info-card {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .epre-info-section {
        padding: 34px 0 10px;
    }
    
    .epre-info-header h2 {
        font-size: 24px;
    }
    
    .epre-info-card {
        padding: 26px 22px;
        gap: 18px;
    }
    
    .epre-info-icon {
        flex: 0 0 72px;
    }
    
    .epre-info-icon img {
        width: 72px;
        height: 72px;
    }
    
    .epre-info-content h3 {
        font-size: 18px;
    }
    
    .epre-info-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}



















/* =========================================
Títulos modernos de sección EPRE
========================================= */

.epre-section-title {
    padding: 58px 0 34px;
    background: transparent;
    text-align: center;
}

.epre-section-title a {
    display: inline-block;
    text-decoration: none !important;
    color: inherit;
}

.epre-title-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.epre-title-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: radial-gradient(circle, #ffffff 0%, #ffffff 45%, rgba(122, 193, 67, 0.12) 46%, rgba(122, 193, 67, 0.18) 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.epre-title-icon i {
    font-size: 34px;
    color: #172327;
}

.epre-section-title h2 {
    margin: 0;
    color: #172327;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.epre-section-title h2 span {
    color: transparent;
    background:
    repeating-linear-gradient(
    105deg,
    #7ac143 0px,
    #7ac143 14px,
    #66b934 14px,
    #66b934 20px
    );
    -webkit-background-clip: text;
    background-clip: text;
}








.epre-title-line {
    margin: 28px auto 0;
    width: min(760px, 90vw);
    height: 2px;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(122, 193, 67, 0.85) 18%,
    rgba(122, 193, 67, 0.85) 42%,
    transparent 42%,
    transparent 58%,
    rgba(122, 193, 67, 0.85) 58%,
    rgba(122, 193, 67, 0.85) 82%,
    transparent 100%
    );
    position: relative;
}



.epre-title-line::before,
.epre-title-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #6fbd2e;
    transform: translateY(-50%);
}

.epre-title-line::before {
    left: 42%;
}

.epre-title-line::after {
    right: 42%;
}

.epre-title-line span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #8cc63f, #4f9f25);
    transform: translate(-50%, -50%);
}











/* Responsive */
@media (max-width: 768px) {
    .epre-section-title {
        padding: 42px 18px 26px;
    }
    
    .epre-title-inner {
        gap: 14px;
    }
    
    .epre-title-icon {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
    }
    
    .epre-title-icon i {
        font-size: 24px;
    }
    
    .epre-section-title h2 {
        font-size: 28px;
        line-height: 1.18;
    }
    
    .epre-title-line {
        margin-top: 20px;
        width: 88%;
    }
}




























/* ================================
Botón volver arriba - EPRE
================================ */
/* ================================
Botón volver arriba - EPRE animado
================================ */
/* ================================
Botón volver arriba - EPRE sobrio
================================ */

.epre-scrolltop {
    position: fixed !important;
    right: 26px !important;
    bottom: 26px !important;
    z-index: 9999 !important;
    
    width: 56px !important;
    height: 56px !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid #8cc63f !important;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    
    transform: translateY(14px) scale(0.94);
    
    box-shadow:
    0 12px 28px rgba(15, 23, 42, 0.18),
    0 0 0 6px rgba(122, 193, 67, 0.10);
    
    transition:
    opacity 0.18s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease !important;
    
    text-decoration: none !important;
}

.epre-scrolltop i {
    display: none !important;
}

/* Flecha doble */
.epre-scrolltop::before,
.epre-scrolltop::after {
    content: "";
    position: absolute;
    
    width: 15px;
    height: 15px;
    
    border-top: 4px solid #6fbd2e;
    border-left: 4px solid #6fbd2e;
    
    transform: rotate(45deg);
    border-radius: 2px;
}

.epre-scrolltop::before {
    top: 18px;
}

.epre-scrolltop::after {
    top: 27px;
    opacity: 0.55;
}

.epre-scrolltop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    animation: epre-scrolltop-float 1.6s ease-in-out infinite;
}

.epre-scrolltop:hover,
.epre-scrolltop:focus {
    transform: translateY(-4px) scale(1.04);
    border-color: #4f9f25 !important;
    box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.24),
    0 0 0 8px rgba(122, 193, 67, 0.14);
}

@keyframes epre-scrolltop-float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    
    50% {
        transform: translateY(-4px) scale(1);
    }
}

@media (max-width: 640px) {
    .epre-scrolltop {
        right: 18px !important;
        bottom: 18px !important;
        width: 50px !important;
        height: 50px !important;
    }
    
    .epre-scrolltop::before,
    .epre-scrolltop::after {
        width: 13px;
        height: 13px;
        border-top-width: 3px;
        border-left-width: 3px;
    }
    
    .epre-scrolltop::before {
        top: 16px;
    }
    
    .epre-scrolltop::after {
        top: 24px;
    }
}



/* =========================================================
AJUSTE MOBILE FINAL - HOME EPRE
========================================================= */

@media (max-width: 768px) {
    
    body {
        overflow-x: hidden;
    }
    
    #featured.epre-hero-section {
        padding: 28px 0 34px !important;
    }
    
    #featured .epre-hero-container {
        width: 92% !important;
    }
    
    #epre-main-slider.epre-carousel,
    .epre-carousel-stage {
        height: 430px !important;
    }
    
    .epre-carousel-stage {
        border-radius: 28px !important;
    }
    
    .epre-carousel-image img {
        object-position: center center !important;
    }
    
    .epre-carousel-panel {
        width: 82% !important;
        max-width: 305px !important;
        min-height: 270px !important;
        
        right: 50% !important;
        top: 50% !important;
        transform: translate(50%, -50%) !important;
        
        padding: 30px 26px 34px !important;
        border-radius: 56px 22px 56px 22px !important;
    }
    
    .epre-carousel-panel h3 {
        font-size: 24px !important;
        line-height: 1.08 !important;
        margin-bottom: 18px !important;
    }
    
    .epre-carousel-panel p {
        font-size: 14px !important;
        line-height: 1.42 !important;
        margin-bottom: 22px !important;
        max-width: 100% !important;
    }
    
    .epre-phone-line {
        gap: 9px !important;
        width: 100% !important;
        overflow: visible !important;
    }
    
    .epre-phone-icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        border-width: 3px !important;
    }
    
    .epre-phone-icon i {
        font-size: 17px !important;
    }
    
    .epre-phone-line strong {
        font-size: 20px !important;
        letter-spacing: 0.01em !important;
        white-space: nowrap !important;
    }
    
    .epre-carousel-panel::after {
        width: 105px !important;
        height: 62px !important;
        right: -8px !important;
        bottom: -6px !important;
    }
    
    .epre-carousel-arrow {
        width: 52px !important;
        height: 52px !important;
        margin-top: -26px !important;
    }
    
    .epre-carousel-prev {
        left: -4px !important;
    }
    
    .epre-carousel-next {
        right: -4px !important;
    }
    
    .epre-carousel-dots {
        bottom: 24px !important;
    }
    
    
    
    #container {
        padding: 20px 0 48px !important;
    }
    
    #container .container {
        width: 92% !important;
    }
    
    #container #content:first-child {
        padding: 0 !important;
    }
    
    #container #content:first-child > div {
        max-width: 100% !important;
        padding: 22px 18px !important;
        margin-bottom: 24px !important;
        border-radius: 20px !important;
    }
    
    #container .heading {
        font-size: 18px !important;
        margin-bottom: 14px !important;
        text-align: left !important;
    }
    
    #container form {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }
    
    #container form input[type="search"] {
        width: 100% !important;
        min-width: 0 !important;
        height: 48px !important;
        font-size: 14px !important;
        border-radius: 14px !important;
    }
    
    #container form button {
        width: 100% !important;
        height: 48px !important;
        border-radius: 14px !important;
        font-size: 14px !important;
    }
    
    .map iframe {
        height: 330px !important;
        border-radius: 20px !important;
    }
    
    .epre-section-title {
        padding: 46px 18px 32px !important;
        text-align: center !important;
    }
    
    .epre-section-title a {
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto !important;
        display: block !important;
    }
    
    .epre-title-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
    }
    
    .epre-title-icon {
        width: 58px !important;
        height: 58px !important;
        flex: 0 0 58px !important;
        margin: 0 auto !important;
    }
    
    .epre-title-icon i {
        font-size: 24px !important;
    }
    
    .epre-section-title h2 {
        max-width: 330px !important;
        margin: 0 auto !important;
        
        font-size: 27px !important;
        line-height: 1.18 !important;
        letter-spacing: 0.01em !important;
        text-align: center !important;
        
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }
    
    .epre-section-title h2 span {
        display: block !important;
        margin-bottom: 4px !important;
    }
    
    .epre-title-line {
        width: 82% !important;
        max-width: 310px !important;
        margin: 22px auto 0 !important;
    }
    
    
    
    
    
}