/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1713267642
Updated: 2024-04-16 13:40:42

*/

/* Animations */

@keyframes zoomAnimation {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.05);
    }
}

/* Globals */

.grecaptcha-badge{
	display: none;	
}


/* Header */

.elementor-element-3b9e77d .elementor-icon-list-item{
    margin: 0 !important;
    padding: 8px 0px !important;
}

.elementor-element-3b9e77d .elementor-icon-list-item:hover {
    background-color: #dce5e9;
}

.elementor-element-3b9e77d .elementor-icon-list-item:hover .elementor-icon-list-text {
    font-weight: normal !important;
}

.elementor-element-3b9e77d .elementor-icon-list-item .elementor-icon-list-text {
    padding: 0 15px;
	text-shadow: initial !important;
}

/* Banner Home */
.elementor-element-56594b1 {
    overflow: hidden !important;
}

/*.elementor-element-56594b1::before {
    background-image: linear-gradient(90deg, rgba(159, 212, 225, 1) 0%, transparent 60%, transparent 80%, rgba(159, 212, 225, 1) 100%),
        url(https://sitio4.utopiasl.eu/wp-content/uploads/2024/04/placeholder-2-1.png) !important;
}*/

/* Plugin Map */
.ekit-location .ekit-location-des h5 span {
    color: var(--e-global-color-primary) !important;
    display: block;
    margin-bottom: 10px;
}

.ekit-location .ekit-location-des span {
    color: black !important;
}

.ekit-location .ekit-location-des a {
    color: black !important;
    text-decoration: underline !important;
}



@media only screen and (max-width: 736px) {

    /* Banner Home */
    .elementor-element-56594b1::before {
        background-image: url('/wp-content/uploads/2024/06/CABECERA_mobile_Atende.jpg') !important;
    }

    /* Footer */
    #menu-1-e72e00d .menu-item {
        width: 100%;
    }

    #menu-1-e72e00d .menu-item a {
        display: block;
        text-align: center;
    }

    #menu-item-100 .elementskit-megamenu-panel {
        width: 100% !important;
    }

}