.elementor-kit-6{--e-global-color-primary:#6C8E4C;--e-global-color-secondary:#283618;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a5df706:#FCA311;--e-global-color-80dd52e:#FEFAE0;--e-global-color-24235b4:#6C8E4C;--e-global-color-3440512:#6C8E4C;--e-global-color-b6b0a94:#658547;--e-global-color-5b2583b:#5B7740;--e-global-color-421a355:#516A39;--e-global-color-fb2037c:#3D502B;--e-global-color-ac93b22:#6C8E4C;--e-global-color-120fbe8:#6C8E4C;--e-global-color-b1ee621:#3D502B99;--e-global-color-b3f1f22:#3D502B66;--e-global-color-5e5a66b:#E8F5E9;--e-global-color-94ecb0f:#FBC02D;--e-global-color-55cecd3:#E53835;--e-global-color-e7cffa4:#2E7D31;--e-global-color-f9b1da9:#2194F3;--e-global-color-cea431a:#A4D3C9;--e-global-typography-primary-font-family:"Sableklish";--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Estilos generales (para móvil y otros tamaños pequeños) */
.custom-list {
    list-style: none;
    counter-reset: list-counter;
    padding-left: 0;
    margin-left: 0;
    font-family: Arial, sans-serif;
}

.custom-list > li {
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: bold;
    color: #6d9f4e;
    counter-increment: list-counter;
}

.custom-list > li::before {
    content: counter(list-counter) ". ";
    color: #6d9f4e;
    font-weight: bold;
}

.custom-list ul {
    margin-top: 5px;
    margin-left: 20px;
    list-style-type: disc;
}

.custom-list ul li {
    font-size: 1em;
    font-weight: normal;
    color: #333;
}

.custom-list ul li::marker {
    color: #6d9f4e;
}

/* Estilos específicos para pantallas móviles */
@media (max-width: 768px) {
    .custom-list {
        font-size: 1em;
    }

    .custom-list > li {
        font-size: 1em;
    }

    .custom-list ul li {
        font-size: 0.9em;
    }
}

/* Estilos para pantallas de tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .custom-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1em;
    }

    .custom-list > li {
        width: 80%;
        text-align: center;
        margin-bottom: 15px;
        font-size: 1.1em;
    }

    .custom-list ul {
        margin-left: 20px;
        text-align: left;
    }

    .custom-list ul li {
        font-size: 0.95em;
        margin-bottom: 5px;
    }

    .custom-list > li::before {
        font-size: 1.2em;
    }
}

/* Estilos para pantallas de escritorio */
@media (min-width: 1025px) {
    .custom-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        font-size: 1em;
        padding: 0 20px;
    }

    .custom-list > li {
        margin-bottom: 20px;
        font-size: 1.2em;
    }

    .custom-list ul {
        margin-left: 15px;
        margin-top: 10px;
    }

    .custom-list ul li {
        font-size: 0.95em;
        margin-bottom: 5px;
    }

    .custom-list > li::before {
        font-size: 1.2em;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sableklish';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://semillaalataza.nuup.org/wp-content/uploads/2024/08/Sableklish.ttf') format('truetype');
}
/* End Custom Fonts CSS */