/*
Theme Name: LindaEC
Theme URI: https://lindaec.com/
Author: Nelson Merizalde
Author URI: https://nelsonendigital.com
Description: Tema para la web de LindaEC.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, page transition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mokko
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: mokko
*/

/* Add your own modification from here
-------------------------------------------------------------- */


#main-header-nav {
    width: 100%;
}

:root {
    --linda-color-main: #691EBB;
    --linda-color-secondary: #E6F54B;
    --linda-color-txt: #323232;
}

p {
    color: var(--linda-color-txt);
}

.bg-rombo {
    background: url('http://lindaec.com/wp-content/uploads/2025/03/fondo-purple.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 5px 15px;
    color: var(--linda-color-secondary) !important;
}

.txt-yellow {
    color: var(--linda-color-secondary) !important;
}