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


.page-id-112 .form-footer,
.single-actividades .form-footer {
	display: none;
}

nav.elementor-nav-menu--dropdown {
    height: calc(-30px + 100vh);
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.elementor-nav-menu--dropdown > ul {
    margin: 0 auto;
}



.menuse-principal {
  transition: top 0.4s ease;
}

/*
.archivo-actividades .elementor-loop-container .actividades:nth-child(odd) > div > div,
.archivo-actividades .elementor-loop-container .actividades:nth-child(odd) > div > div > div:first-child {
	flex-direction: row-reverse;
}
*/




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

    .hero-home-agora {
        height: 100vh;
    }

}


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

    .hero-home-agora {
        height: 90vh;
    }

}

















