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

.elementor-widget-n-carousel .elementor-swiper-button.swiper-button-lock {
    display: none !important;
}


/* Add your custom styles here */


@media (max-width: 767px) {

  .elementor-invisible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
  }

  [data-settings*="motion_fx"],
  [data-settings*="scrolling_effects"],
  [data-settings*="entrance_animation"],
  [data-settings*="hover_animation"] {
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
	
	
	  .elementor-invisible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
  }

  [data-settings*="motion_fx"],
  [data-settings*="scrolling_effects"],
  [data-settings*="entrance_animation"],
  [data-settings*="hover_animation"] {
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .animated,
  .animated-slow,
  .elementor-element.animated,
  .elementor-element.animated-slow,
  .elementor-element.fadeInLeft,
  .elementor-element[class*="fadeIn"],
  .elementor-element[class*="slideIn"],
  .elementor-element[class*="zoomIn"],
  .elementor-element[class*="bounceIn"],
  .elementor-element[class*="rotateIn"] {
    animation: none !important;
    animation-name: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}



/* OCULTAR NOMBRES DE IMAGENES */
/* Elementor Lightbox: ocultar el título/descripcion en todo el sitio */
.elementor-lightbox .elementor-slideshow__footer,
.elementor-lightbox .elementor-slideshow__title,
.elementor-lightbox .elementor-slideshow__caption,
.elementor-lightbox .elementor-slideshow__description{
  display: none !important;
}

/* Efecto rebote whatsapp */
.whatsapp-flotante {
  animation: reboteSuave 3s ease-in-out infinite;  
}


@keyframes reboteSuave {
  0%, 30%, 100% {
    transform: translateY(0);
  }
  
  15% {
    transform: translateY(-15px);
  }
}


.margin-top-auto{
	margin-top: auto !important;
}