/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2025 | 03:18:24 */
/* Body*/
body {
    overflow-x: hidden !important;
}

::selection {
    background-color: var( --e-global-color-text );
    color: #ffffff;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

tldx-lmi-shadow-root {
    display: none;
}

/* Boton Primary Orange */

.btn-animate-g1 .elementor-button {
  position: relative;
  align-items: center;
  overflow: hidden;
}
.btn-animate-g1 .elementor-button .elementor-button-text {
  position: relative;
  z-index: 2;
}
.btn-animate-g1 .elementor-button::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  background: var(--e-global-color-secondary);
  height: 100%;
  transition: 0.3s ease-out;
  z-index: 1;
}
.btn-animate-g1 .elementor-button:hover::after {
  width: 100%;
}
.btn-animate-g1 .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-7083cf1);
}

