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

#sliderInicio .elementor-image-carousel-wrapper .elementor-swiper-button {
    background: #ae8a46;
    border-radius: 50px;
    padding: 10px;
    z-index: 3;
}

#sliderInicio .elementor-image-carousel-wrapper:before {
    content: '';
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 5px) ;
    z-index: 2;
}

#cartas .jet-listing-dynamic-repeater__item{
    width: calc(25% - 10px);
    text-align: center;
}

#cartas .jet-listing.jet-listing-dynamic-repeater{
    width: 100%;
}

#cartas .jet-listing-dynamic-repeater__items{
    justify-content: center;
	gap:10px;
}

#cartas .menu-carta{
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 20px;
    background: #AE8A46;
	    width: 100%;
		color:#fff;
}

#cartas .menu-carta:hover {
    background: #183c55 !important;
}

#cartas .menu-carta img{
    width: 50px;
    display: inline-block;
}

#cartas .menu-carta span{
    display: block;
}

@media(max-width:1023px){
	#cartas .jet-listing-dynamic-repeater__item{
		width: calc(33.3% - 10px);
		text-align: center;
	}
}

@media(max-width:767px){
	#cartas .jet-listing-dynamic-repeater__item{
		width:100%;
		text-align: center;
	}
	
	#cartas .jet-listing-dynamic-repeater__items {
		flex-wrap: wrap;
	}
	
	.menufooter.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
		justify-content: center;
	}
}

#menuMovil .elementor-nav-menu li {
    border-width: 0 0 1px 0;
    border-color: #ae8a46;
    border-style: solid;
}