/*
 Theme Name: Hello Elementor Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:  hello-elementor   
 Version:      
 License:      
 License URI:  
 Tags:     
 Text Domain:
*/

.elementor-widget-theme-site-logo a {
    display: block !important;
}
.list-icons-up {
    display: flex;
    align-items: center;
    justify-content: end;
}
.list-icons-up img {
    margin-right: 5px;
    margin-left: 5px;
}
.menu-item a.elementor-item::before{
    content: '';
    background:url('/wp-content/uploads/2022/07/icon-menu-pseudo.svg');
    background-repeat: no-repeat;
    background-color: transparent !important;
    height: 10px; 
    width: 13px;  
    position: relative;
}
.jet-listing-grid__item .elementor-top-section{
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.57);
    box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.57);
}
.jet-slick-dots li {
    border: 3px solid #234395;
}
.swiper-pagination-bullets {
    bottom: 25px !important;
}
.swiper-pagination-bullet {
    border: 3px solid #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px !important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    font-family: "Rubik" !important;
    font-weight: 900 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 1 !important;
}
.logo-manifiesto-footer {
    margin-bottom: -3px;
}
.banner-main .jet-listing-grid__slider .jet-slick-dots li {
    z-index:99;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.banner-main .jet-listing-grid__slider .jet-slick-dots {
    margin-top: -50px;
}
.banner-main .jet-listing-grid__slider .jet-slick-dots li.slick-active {
    background: #ffa719 !important;
}
.banner-main .jet-slick-dots li{
    border: 3px solid #fff;
}
.elementor-button {
	position: relative;
	overflow: hidden;
    transition: 1s all ease;
	z-index: 10;
	display: block;
}
.elementor-button:before {
	width: 100%;
    height: 0%;
    transform: translate(-50%,-50%) rotate(45deg) !important;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
}
.elementor-button:hover::before {
    height: 500%;
}
.elementor-button:hover {
    color: white !important;
}
.elementor-button--red .elementor-button:before {
	background: #f12525;
}
.elementor-button--blue .elementor-button:before {
	background: #002578;
}
.elementor-button--yellow .elementor-button:before {
	background: #FFA719;
}
#form-button-target:before {
	background: #f12525;
}

@media (max-width: 768px) {
    .elementor-heading-title br{
        display: none;
    }
}
@media (max-width: 767px) {
    .list-icons-up {
        justify-content: center;
    }
	ul.elementor-nav-menu--dropdown {
		display: block !important;
	}
	.elementor-nav-menu--dropdown .menu-item .elementor-sub-item {
		padding-left: 45px !important;
	}
	ul.elementor-nav-menu--dropdown li {
		background-color: #ececec;
	}
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
		max-height: initial !important;
	}
}