.elementor-kit-718{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-718 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Contenedor */
.elementor-pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

/* Lista de páginas */
.elementor-pagination .page-numbers {
    position: relative;
    display: block;
    padding: 8px 14px;
    margin-left: -1px;
    line-height: 1.25;
    color: #C43A3A;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    font-size: 15px;
}

/* Hover */
.elementor-pagination a.page-numbers:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* Página activa */
.elementor-pagination .page-numbers.current {
    z-index: 3;
    color: #fff;
    background-color: #C43A3A;
    border-color: ##C43A30;
    cursor: default;
}

/* Anterior / Siguiente */
.elementor-pagination .prev,
.elementor-pagination .next {
    color: #0d6efd;
    font-weight: 500;
}

/* Bordes redondeados extremos (como Bootstrap) */
.elementor-pagination .prev {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.elementor-pagination .next {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}/* End custom CSS */