/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.elementor-widget-container .month {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-secondary);
    border-radius: 5px;
    padding: 6px;
    margin: 1px;
    display: inline-block;
}
.link-flecha a{
    background: transparent;
    transition: all 0.4s;
}
.link-flecha a .elementor-button-text{
    font-weight: bold;
}
.link-flecha a .elementor-button-text:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('https://viveiroangustia.com/wp-content/uploads/2025/07/flecha-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    position: relative;
    top: 3px;
    left: 11px;
}
.link-flecha a .elementor-button-text:hover{
    text-decoration: underline;
}
@media (max-width: 567px) {
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        height: 100vh;
    }
    .elementor-menu-toggle {
        position: fixed;
        top: 15px;
        right: 15px;
    }
    .elementor-element-ae3b415 {
        margin-top: -100px;
    }
    ul#menu-2-61fa6b2 {
        padding-top: 50px;
    }
}
.ti-widget.ti-goog .ti-widget-container .ti-date {
    color: black !important;
}