.elementor-kit-12{--e-global-color-primary:#72048F;--e-global-color-secondary:#F3E6F7;--e-global-color-text:#030303;--e-global-color-accent:#F1C232;--e-global-color-a6fb453:#400A4F;--e-global-color-964c405:#F9F9F9;--e-global-color-457d9ae:#030303;--e-global-color-aafe3cf:#595959;--e-global-color-f85c56b:#000000;--e-global-color-9303c1d:#FFD553;--e-global-color-8eaa99e:#FFD553;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-d8ee6a8-font-family:"Roboto";--e-global-typography-d8ee6a8-font-size:18px;--e-global-typography-d8ee6a8-font-weight:700;--e-global-typography-14e1f35-font-family:"Roboto";--e-global-typography-14e1f35-font-size:18px;--e-global-typography-14e1f35-font-weight:400;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}

/* Ocultar link 'Ir al contenido principal */
#skip {
    position: absolute; /* Quita el elemento del flujo del documento */
    top: -9999px; /* Lo posiciona fuera de la pantalla */
    left: -9999px;
}

#skip a:focus {
    position: absolute;
    top: 10px; /* Devuelve el enlace a una posición visible cuando está enfocado */
    left: 10px;
    background-color: #ffffff;
    color: #000000;
    padding: 8px;
    border: 2px solid #000000;
    z-index: 1000; /* Asegura que esté encima de otros elementos */
    text-decoration: none;
}


/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-121px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* End Of Slide In From The Top Option */

/* LINKS*/
a {
    color: #72048F;
    font-weight: 600;
}

/* OCULTAR TEXTO BOTON WHP*/

#simple-chat-button--text {
    display: none;
}*/

/*MOSTRAR ICONO WHPP*/

.joinchat--btn {
    display: block!important;
}

.joinchat__qr {
    display: none;
}/* End custom CSS */