.elementor-1240 .elementor-element.elementor-element-5abf4e5 .elementor-repeater-item-4e6cd55.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1240 .elementor-element.elementor-element-5abf4e5{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:10;}/* Start custom CSS for section, class: .elementor-element-5abf4e5 *//* SECCION DE LA CARGA DEL LOTTIE */
#seccion-lottie{ /* IMPLEMENTACION NUEVA */
  min-height: 100%;
  width: 100%;
  overflow: hidden;

  position: fixed;
  /*z-index: 9999 !important;*/
  
} 

#seccion-lottie svg{/* IMPLEMENTACION NUEVA */
  left: 50%;
  top: 50%;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) translateY(-50%) scale(1)  !important;
  position: fixed !important;
  height: auto !important;
  width: 100% !important;
}

@media screen and (min-width:1600px) {/* IMPLEMENTACION NUEVA */
  #seccion-lottie svg{
    
    transform: translateX(-50%) translateY(-50%) scale(1.6)  !important;
   
  }
}/* End custom CSS */