/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2025 | 02:05:13 */
/* 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;
}
.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-bb3b91a);
  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);
}





/* Boton Border dark */

.btn-animate-borde .elementor-button {
  position: relative;
  align-items: center;
}
.btn-animate-borde .elementor-button .elementor-button-text {
  position: relative;
  z-index: 2;
} 

.btn-animate-borde .elementor-button:after {
  position: absolute;
  content: "";
  width: 0% !important;
  left: 0;
  bottom: 0;
  background: var( --e-global-color-text );
  height: 100%;
  transition: 0.3s ease-out;
  z-index: 1;
}

.btn-animate-borde .elementor-button:hover::after {
  width: 100% !important;
}

.btn-animate-borde .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-7083cf1);
}

.btn-animate-borde .elementor-button svg {
    z-index: 5;
    font-size: 24px;
}

.btn-animate-borde .elementor-button svg path {
  fill: var( --e-global-color-text );
}

.btn-animate-borde .elementor-button:hover svg path {
  fill: var(--e-global-color-7083cf1);
}

/* Boton sold dark */

.btn-animate-solid-dark .elementor-button {
  position: relative;
  align-items: center;
}
.btn-animate-solid-dark .elementor-button .elementor-button-text {
  position: relative;
  z-index: 2;
}
.btn-animate-solid-dark .elementor-button::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  background: var(--e-global-color-c94eff0);
  height: 100%;
  transition: 0.3s ease-out;
  z-index: 1;
}
.btn-animate-solid-dark .elementor-button:hover::after {
  width: 100%;
}
.btn-animate-solid-dark .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-7083cf1);
}


.btn-animate-solid-dark .elementor-button svg {
    z-index: 5;
    font-size: 24px;
}

.btn-animate-solid-dark .elementor-button svg path {
  fill: var(--e-global-color-7083cf1);
}

.btn-animate-solid-dark .elementor-button:hover svg path {
  fill: var(--e-global-color-7083cf1);
}


/* Boton Linea dark */

.btn-animate-line .elementor-button {
    overflow: hidden !important;
}

.btn-animate-line .elementor-button:before{
    content: "";
    background: var( --e-global-color-text );
    width: 0% !important;
    height: 1px !important;
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.btn-animate-line .elementor-button:hover:before{
    width: 100% !important;
    position: absolute !important;
    bottom: 0px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}


.btn-animate-line .elementor-button svg {
    z-index: 5;
    font-size: 24px;
}

.btn-animate-line .elementor-button svg path {
  fill: var( --e-global-color-text );
}

.btn-animate-line .elementor-button:hover svg path {
  fill: var( --e-global-color-text );
}









