/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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 .elementor-background-slideshow {
    margin-top: -25px;
}
.elementor-25 .elementor-element.elementor-element-7cd078f5 > .elementor-background-overlay {
    margin-top: -25px;
}
.gradient{
    background: linear-gradient(to bottom,rgba(0,0,0,0.7) 0,rgba(0,0,0,0) 100%);
}
.fija {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: white !important;
    height: 90px;
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    margin-top: 0 !important;
}
.fija .elementor-container.elementor-column-gap-default{
    height: 90px;
}
@media (min-width: 767px){
    .fija li.menu-item a{
        color: #292929 !important;
    }
}
.logo-white{
    display: block;
}
.fija .logo-white{
    display: none !important;
}
.fija .logo-color{
    display: block !important;
}
.logo-color{
    display: none;
}
@media (max-width: 767px){
    .fija .elementor-menu-toggle__icon--open.fas.fa-bars, .fija .elementor-menu-toggle__icon--close.eicon-close{
        color: #143856 !important;
    }
}
.error404 #content {
    text-align: center;
    padding: 200px 0px 100px 0px;
}