/* 
Theme Name: Artea Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Artea Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sergio REY
Author URI: https://estudiohorizontal.es/
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 */
.evento-fecha-badge {
    background-color: #d32f2f; /* Ajusta al rojo exacto de tu logo */
    color: white;
    padding: 8px 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 55px;
    line-height: 1;
    font-family: sans-serif;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.evento-fecha-badge .dia {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
}

.evento-fecha-badge .mes {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
width: 100%;
    display: block;
    text-align: center;
}
.elementor-24 .elementor-element.elementor-element-4a8adac1 {
   box-shadow: none;
}
selector.elementor-sticky--effects{
    background-color:rgba(0, 0, 0, 0.9)!important;
}

selector{
    transition: background-color 1.3s ease !important;
}

selector.elementor-sticky--effects >.elementor-container{
    min-height: 80px;
}

selector> .elementor-container{
    transition: min-height 1s ease !important;
}