/* 
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 */
div#cmplz-document {
    max-width: fit-content;
}
#top-page {
  transition: transform 220ms ease, opacity 220ms ease, background-color 220ms ease, box-shadow 220ms ease, padding 220ms ease;
  will-change: transform;
}

/* padding al hacer scroll */
#top-page.is-scrolled {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* oculto al bajar */
#top-page.is-hidden {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}


#top-page .e-con-inner {
  transition: padding 220ms ease;
}
footer ul.elementor-nav-menu.sm-vertical li a {
    padding: 0;
    margin: 18px 0;
    padding-bottom: 10px;
}
footer ul.elementor-nav-menu.sm-vertical li:first-child a {
    margin-top: 0;
}
.legales h1,
.legales h2,
.legales h3,
.legales h4,
.legales h5,
.legales h6 {
  color: #ffffff !important;
	margin-top: 30px;
}
.legales ul {
    margin: 20px 0px !important;
}
/* Pantallas mayores a 1024px */
@media (min-width: 1025px) {
    .elementor-element.e-con.e-parent > .e-con-inner {
        padding-top: 70px;
        padding-right: 30px;
        padding-bottom: 70px;
        padding-left: 30px;
    }
}