/*
	Theme Name: Nexter Child Theme
	Theme URI: https://nexterwp.com
	Description: Bare WordPress Theme made for Block builder and Popular Page Builders.
	Author: POSIMYTH
	Author URI: https://posimyth.com
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 5.6
	Tested up to: 6.3
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Template: nexter
	Text Domain: nexter
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, translation-ready
*/


.bdt-prime-slider-social-icon{
	display: none;
}
.bdt-scroll-down-wrapper{
	display: none;
}


@media (min-width: 761px) {
	#menu-item-329{
		display: none;
	}
	/* Esto es para ocultar el menu contactanos */
}
.av-contact-input{
	background:#F0F0F0;
	border: solid 1px #CCCCCC!important;
	border-radius: 100px!important;
	resize: none;
}

.av-contact-button{
	border-radius: 100px!important;
	text-align: center!important;
	width: 100%;
}
@media (min-width: 761px) {
	.av-contact-button{
		width: 50%;
	}
}

/*=============================*/


/*=============================*/

/* =============================================
   ESTADO INICIAL (Solo Frontend)
   ============================================= */
body:not(.elementor-editor-active) #listing-servicios-home .jet-listing-grid__item {
    opacity: 0 !important;
    transform: translateY(50px) !important;
    transition: all 900ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

/* =============================================
   ESTADO ANIMADO - Mayor especificidad
   ============================================= */
#listing-servicios-home .jet-listing-grid__item.animated,
body:not(.elementor-editor-active) #listing-servicios-home .jet-listing-grid__item.animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 900ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

/* =============================================
   DELAYS - Aún más específicos
   ============================================= */
#listing-servicios-home .jet-listing-grid__item:nth-child(3n+1).animated,
body:not(.elementor-editor-active) #listing-servicios-home .jet-listing-grid__item:nth-child(3n+1).animated {
    transition-delay: 0ms !important;
}

#listing-servicios-home .jet-listing-grid__item:nth-child(3n+2).animated,
body:not(.elementor-editor-active) #listing-servicios-home .jet-listing-grid__item:nth-child(3n+2).animated {
    transition-delay: 300ms !important;
}

#listing-servicios-home .jet-listing-grid__item:nth-child(3n+3).animated,
body:not(.elementor-editor-active) #listing-servicios-home .jet-listing-grid__item:nth-child(3n+3).animated {
    transition-delay: 600ms !important;
}

/* Móviles */
@media (max-width: 767px) {
    #listing-servicios-home .jet-listing-grid__item.animated {
        transition-delay: 0ms !important;
    }
}

/* =============================================
   EDITOR DE ELEMENTOR
   ============================================= */
body.elementor-editor-active #listing-servicios-home .jet-listing-grid__item {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important;
}








.jet-listing-grid__item{
	padding: 0px;
}