/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/*Estilos enlaces */
.entry-content ol a{color: #524cff;box-shadow: 0px 2px 0px var(--ast-global-color-4), 0px 4px 0px var(--ast-global-color-6);}

.entry-content ul a{color: #524cff;box-shadow: 0px 2px 0px var(--ast-global-color-4), 0px 4px 0px var(--ast-global-color-6);}

.entry-content ol a:hover{transition: .3s; box-shadow: 0px 2px 0px #e2e0ff, 0px 4px 0px #e2e0ff, inset 0px -25px 0px #e2e0ff;}

.entry-content ul a:hover{transition: .3s; box-shadow: 0px 2px 0px #e2e0ff, 0px 4px 0px #e2e0ff, inset 0px -25px 0px #e2e0ff;}

/*Estilos listas*/
.entry-content ol {margin-left:2em !important}
.entry-content ul {margin-left:1em !important}

/*Tamaño fuente titulo*/
@media screen and (max-width: 768px) {
 h1.entry-title {
    font-size: 19px !important
}
}

/*Estilos sublistas ul*/

.post ol li ul li {
    margin: 5px;
}
.post ul li ul li {
    margin: 5px;
}
/*Estilos listas ul*/

::marker {
    color: #9969ef;
}
.post .entry-content ul li{list-style:none;padding:2px;}
.post .entry-content ul li:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjwhLS0hRm9udCBBd2Vzb21lIEZyZWUgNi41LjEgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UvZnJlZSBDb3B5cmlnaHQgMjAyNCBGb250aWNvbnMsIEluYy4tLT48cGF0aCBvcGFjaXR5PSIxIiBmaWxsPSIjNmQ0YWNmIiBkPSJNMjU2IDhjMTM3IDAgMjQ4IDExMSAyNDggMjQ4UzM5MyA1MDQgMjU2IDUwNCA4IDM5MyA4IDI1NiAxMTkgOCAyNTYgOHptMTEzLjkgMjMxTDIzNC40IDEwMy41Yy05LjQtOS40LTI0LjYtOS40LTMzLjkgMGwtMTcgMTdjLTkuNCA5LjQtOS40IDI0LjYgMCAzMy45TDI4NS4xIDI1NiAxODMuNSAzNTcuNmMtOS40IDkuNC05LjQgMjQuNiAwIDMzLjlsMTcgMTdjOS40IDkuNCAyNC42IDkuNCAzMy45IDBMMzY5LjkgMjczYzkuNC05LjQgOS40LTI0LjYgMC0zNHoiLz48L3N2Zz4=);
    color: #766e8c;
}

/*Estilos listas ul widget*/


.widget ul {list-style-type: disc;padding: 0;}

.widget ul a {font-size: 15px;text-decoration: none;}
.widget ul span {font-size: x-small !important}



/*Estulos buscador avanzado*/

.advanced-search-container {
    margin: 20px 0;
}

.advanced-search-container label {
    display: block;
    margin-bottom: 5px;
}

.advanced-search-container input,
.advanced-search-container select {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.advanced-search-container button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
}

.advanced-search-container button:hover {
    background-color: #005177;
}
/*ESTILOS NUEVOS MENÚS*/

 :root {
        --rbmm-primary: #2563eb;
        --rbmm-secondary: #7c3aed;
        --rbmm-bg: #ffffff;
        --rbmm-text: #1e293b;
        --rbmm-text-light: #64748b;
        --rbmm-border: #e2e8f0;
    }

    /* MEGAMENÚ */
    .rb-mega-menu {
        width: 95%;
        max-width: 100%;
        margin: 0 auto;
        background: var(--rbmm-bg);
        border-radius: 12px;
        box-shadow: none;
    }
.rb-mega-container.devocion-container {
grid-template-columns: repeat(2, 1fr);
}
    .rb-mega-container {
        padding: 14px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }


    /* Secciones */
    .rb-menu-section {
        min-width: 0;
    }

    .rb-section-header {
        font-size: 11px;
        font-weight: 700;
        color: var(--rbmm-text-light);
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--rbmm-border);
        display: flex;
        align-items: center;
        gap: 6px;
    }

.rb-section-header:not(:first-child) {
        margin-top: 16px;
    }

    .rb-section-header+.rb-section-header {
        margin-top: 20px;
    }

    .rb-header-icon {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ESTILOS ESPECÍFICOS PARA LUCIDE */
    .rb-header-icon svg {
        width: 16px;
        height: 16px;
        stroke-width: 2.5;
    }

    /* Items */
    .rb-menu-items {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .rb-menu-link {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 4px 5px;
        border-radius: 6px;
        text-decoration: none;
        transition: all 0.2s;
        position: relative;
    }

    .rb-menu-link:hover {
        background: #f8fafc;
        transform: translateX(4px);
    }

    .rb-link-icon {
        width: 32px;
        height: 32px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background: #dbeafe;
        color: #1e40af;
    }

    /* ESTILOS ESPECÍFICOS PARA ICONOS LUCIDE */
    .rb-link-icon svg {
        width: 18px;
        height: 18px;
        stroke-width: 2;
    }

    .rb-link-content {
        flex: 1;
        min-width: 0;
    }

    .rb-link-title {
        font-size: 13px;
        font-weight: 600;
        color: var(--rbmm-text);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Badges */
    .rb-menu-badge {
        font-size: 8px;
        font-weight: 700;
        padding: 2px 6px;
        border-radius: 8px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        flex-shrink: 0;
    }

    .rb-badge-popular {
        background: #fef3c7;
        color: #92400e;
    }

    .rb-menu-badge.rb-badge-new {
        background: #d1fae5;
        color: #065f46;
    }

    /* Colores por categoría Menú ESTUDIOS */
    .rb-cat-formacion .rb-link-icon {
        background: #dbeafe;
        color: #1e40af;
    }

    .rb-cat-ministerios .rb-link-icon {
        background: #ede9fe;
        color: #6b21a8;
    }

    .rb-cat-familia .rb-link-icon {
        background: #d1fae5;
        color: #065f46;
    }

    .rb-cat-recursos .rb-link-icon {
        background: #fef3c7;
        color: #92400e;
    }

    .rb-cat-lideres .rb-link-icon {
        background: #fce7f3;
        color: #9f1239;
    }

    .rb-cat-especiales .rb-link-icon {
        background: #cffafe;
        color: #155e75;
    }

    /* Colores por categoría Menú Escuela Sabática */
    .rb-cat-lecciones .rb-link-icon {
        background: #dbeafe;
        color: #1e40af;
    }

    .rb-cat-complementos .rb-link-icon {
        background: #ede9fe;
        color: #6b21a8;
    }

    .rb-cat-misioneros .rb-link-icon {
        background: #d1fae5;
        color: #065f46;
    }

    .rb-cat-adoracion .rb-link-icon {
        background: #cffafe;
        color: #155e75;
    }

    .rb-cat-edades .rb-link-icon {
        background: #fef3c7;
        color: #92400e;
    }

    .rb-cat-programas .rb-link-icon {
        background: #fce7f3;
        color: #9f1239;
    }

/* Colores por categoría Medios */
        .rb-cat-multimedia .rb-link-icon { 
            background: #fce7f3;
            color: #9f1239;
        }
        
        .rb-cat-lideres .rb-link-icon { 
            background: #cffafe;
            color: #155e75;
        }
        
        .rb-cat-programas-tv .rb-link-icon { 
            background: #ede9fe;
            color: #6b21a8;
        }
        
        .rb-cat-actualidad .rb-link-icon { 
            background: #fef3c7;
            color: #92400e;
        }

/* Colores por categoría Devocion */
.rb-cat-biblia .rb-link-icon { 
    background: #dbeafe;
    color: #1e40af;
}

.rb-cat-espiritual .rb-link-icon { 
    background: #d1fae5;
    color: #065f46;
}

    /* Responsive */
    @media (max-width: 960px) {
        .rb-mega-container {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
    }

    @media (max-width: 640px) {
        .rb-mega-menu {
            border-radius: 0;
        }

        .rb-mega-container {
            grid-template-columns: 1fr;
            padding: 20px;
        }
		
		.rb-mega-container.devocion-container {
          grid-template-columns :1fr;
          }
    }

/*FIN ESTILOS NUEVOS MENÚS*/