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

/* TRSNAVERSAL*/
h2.elementor-heading-title.elementor-size-default, .menu-item .elementor-sub-item {
    text-transform: none !important;
}
svg.e-font-icon-svg.e-fas-caret-down, .elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    /* color: red !important; */
    fill: #fff;
}
/* //TRSNAVERSAL*/
/* HOME */

.slider ul {
    padding: 0;
}
.slider .elementor-slide-heading {
    text-align: center !important;
}
.home-cajas {
   /* min-height: 280px;*/
}
.home .elementor-widget-button {
    height: 50px!important;
}
/* // HOME */

/* MENU */

.elementor-88 .elementor-element.elementor-element-370bfe6a .elementor-nav-menu--dropdown a.elementor-item-active {
        text-transform: none !important;
}
/* //MENU */
#footer a {
    color: #fff !important;
}

#footer p {
	margin: 0!important;
} 

.elementor-active .elementor-accordion-title {
    font-weight: 400 !important;
    /* background: #9c3 !important; */
}
.elementor-accordion .elementor-tab-title {
	display: flex!important;
    flex-direction: row!important;
    align-items: baseline!important;
}

a.elementor-item {
    font-size: 16px !important;
    /* text-transform: uppercase !important; */
}
#footer .legales a {
    margin: 0 !important;
    padding: 5px 0 !important;
}

#footer .legales ul li a.elementor-sub-item {
    color: var(--e-global-color-primary) !important;
}
#footer .legales ul li a.elementor-sub-item:hover {
    background: #005782D6!important;
    color: #fff!important;
}

/*QUERYS */
@media (max-width: 1025px) {
  .elementor-nav-menu--dropdown {
    background-color: var(--e-global-color-primary)!important;
  }
    .elementor.elementor-90.elementor-location-footer .sub-menu {
    background-color: #ffffff!important; /* Color blanco */
  }
  .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover {
     background-color: var(--e-global-color-primary)!important;
  }
}


@media (max-width: 767px) {
    .elementor-389 .elementor-element.elementor-element-76970f0 {
        padding: 0!important;
    }
    .elementor-element .swiper .elementor-swiper-button svg {
            margin-left: -10px!important;
    }
    .elementor-88 .elementor-element.elementor-element-370bfe6a .elementor-nav-menu--dropdown a:hover, .elementor-88 .elementor-element.elementor-element-370bfe6a .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-88 .elementor-element.elementor-element-370bfe6a .elementor-nav-menu--dropdown a.highlighted {
        background-color: #fff!important;
    }

    .elementor-column-gap-wider>.elementor-column>.elementor-element-populated,.elementor-section {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
}

