/* 
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 */

#menu-menu-principal {
    margin-top: 0px !important;
}
.elementor-sticky--effects .logo-white,
.elementor-sticky:not(.elementor-sticky--effects) .logo-blue {
    display: none;
}
.elementor-sticky--effects {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    transition: all 400ms ease;
}
.elementor-sticky--effects .menu-header #menu-menu-principal > li > a {
    color: #09141e;
}
.elementor-sticky--effects .menu-header #menu-menu-principal > li > a:hover {
    color: #64a0c8;
}
.elementor-sticky--effects a.elementor-button.elementor-button-link {
    background-color: #64a0c8 !important;
}
.elementor-sticky--effects a.elementor-button.elementor-button-link:hover {
    background-color: #09141e !important;
}
.elementor-sticky--effects a.elementor-button.elementor-button-link span {
    color: white;
}
@media (min-width: 768px) {
    .show-mobile {
        display: none !important;
    }
}
.elementor-slideshow__title {
    display: none !important;
}
.elementor-field-group textarea,
.elementor-field-group input {
    box-shadow: none !important;
    padding: 10px 0px !important;
}
.elementor-field-option a {
    color: #64a0c8 !important;
}
.page-id-775 #cta-contacto {
    display: none !important;
}
.elementor-sticky--effects .jkit-hamburger-menu svg{
    fill: #09141e !important;
}