#cursor-trail-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none;overflow:hidden}.trail-dot{position:absolute;width:12px;height:12px;background-color:#0073e6;border-radius:50%;pointer-events:none;animation-name:fadeAndShrink;animation-duration:1s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes fadeAndShrink{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}document.addEventListener('DOMContentLoaded',function(){// Seleccionamos el contenedor que creamos en el HTML
const trailContainer=document.getElementById('cursor-trail-container');// Si el contenedor no existe,no hacemos nada
if (!trailContainer) return;// Escuchamos el evento de movimiento del mouse en toda la ventana
window.addEventListener('mousemove',function(e){// Creamos un nuevo elemento 'div' para cada punto del rastro
const dot=document.createElement('div');dot.className='trail-dot';// Le asignamos la clase CSS
// Lo añadimos al contenedor
trailContainer.appendChild(dot);// Obtenemos el tamaño del punto del CSS para centrarlo en el cursor
const dotSize=12;// Debe coincidir con el 'width' y 'height' del CSS
// Posicionamos el punto en las coordenadas del cursor.
// Restamos la mitad de su tamaño para que el centro del punto,// y no su esquina superior izquierda,esté en el puntero.
dot.style.left=(e.clientX-dotSize / 2)+'px';dot.style.top=(e.clientY-dotSize / 2)+'px';// IMPORTANTE:Limpiamos el elemento del DOM después de que la animación termine.
// Esto es crucial para no sobrecargar la página con miles de elementos.
dot.addEventListener('animationend',function(){})});// Opcional:Ocultamos el efecto en dispositivos táctiles ya que no tienen cursor
if ('ontouchstart' in window){}});.et-db #et-boc .et-l.et-l--header .et_builder_inner_content{z-index:auto}.et_builder_inner_content>.et_pb_section.preset--module--divi-section--0b50a2ea-52f9-440d-8f76-4214b6900c98{background-color:var(--gcid-2cd43cbf-436e-43ae-a028-9fc2792b7bb0)!important}.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03{margin-bottom:10px!important}.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h1,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h2,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h3,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h4,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h5,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h6{font-weight:700;text-transform:uppercase;font-size:14px;letter-spacing:0.08em;line-height:1.6em}.preset--module--divi-button--47baea06-bcae-4c62-b6aa-6f910c8acfa4_wrapper .preset--module--divi-button--47baea06-bcae-4c62-b6aa-6f910c8acfa4,.preset--module--divi-button--47baea06-bcae-4c62-b6aa-6f910c8acfa4_wrapper .preset--module--divi-button--47baea06-bcae-4c62-b6aa-6f910c8acfa4:hover{padding-top:16px!important;padding-right:40px!important;padding-bottom:16px!important;padding-left:40px!important}body #page-container .et_pb_section .preset--module--divi-button--47baea06-bcae-4c62-b6aa-6f910c8acfa4{background-color:RGBA(255,255,255,0);color:#FFFFFF!important;letter-spacing:0.04em!important;border-color:#FFFFFF}body #page-container .et_pb_section .preset--module--divi-button--47baea06-bcae-4c62-b6aa-6f910c8acfa4:after{margin-left:.3em;font-size:1.6em}body #page-container .et_pb_section .preset--module--divi-button--47baea06-bcae-4c62-b6aa-6f910c8acfa4:hover:after{margin-left:0!important;left:auto;opacity:1}body #page-container .et_pb_section .preset--module--divi-button--47baea06-bcae-4c62-b6aa-6f910c8acfa4:after,body #page-container .et_pb_section .preset--module--divi-button--47baea06-bcae-4c62-b6aa-6f910c8acfa4:hover:after{margin-left:0;font-size:1.6em!important;line-height:1em!important}.preset--module--divi-menu--default.et_pb_menu{background-color:RGBA(255,255,255,0)}.preset--module--divi-menu--default.et_pb_menu ul li a{font-weight:700;color:var(--gcid-heading-color);font-size:16px}.preset--module--divi-menu--default .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img,.preset--module--divi-menu--default .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img{max-height:64px}.preset--module--divi-menu--default.et_pb_menu .nav li ul{background-color:#FFFFFF!important}.preset--module--divi-menu--default.et_pb_menu .et_mobile_menu,.preset--module--divi-menu--default .et_mobile_menu ul{background-color:#FFFFFF!important}.preset--module--divi-menu--default .et_pb_menu__icon.et_pb_menu__cart-button{color:#000000;font-size:16px}.preset--module--divi-menu--default .et_pb_menu__icon.et_pb_menu__search-button,.preset--module--divi-menu--default .et_pb_menu__icon.et_pb_menu__close-search-button{color:#000000;font-size:16px}.preset--module--divi-menu--default .mobile_nav .mobile_menu_bar:before{color:#000000}.preset--module--divi-menu--default.et_pb_menu ul li.current-menu-ancestor>a,.preset--module--divi-menu--default.et_pb_menu .nav li ul.sub-menu li.current-menu-item>a{color:var(--gcid-primary-color)!important}.preset--module--divi-menu--default .et_pb_menu__logo-wrap .et_pb_menu__logo img{width:auto}.et_builder_inner_content>.et_pb_section.preset--module--divi-section--default{background-color:var(--gcid-d70315a6-0bbb-4662-9bf9-a8a3813098f3)!important}@media only screen and (max-width:980px){.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h1,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h2,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h3,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h4,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h5,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h6{font-size:13px}}@media only screen and (max-width:767px){.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h1,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h2,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h3,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h4,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h5,.preset--module--divi-heading--8034c4aa-0cc1-4d2b-8026-f7fbd8768c03 .et_pb_heading_container h6{font-size:12px}}.et_pb_section_0_tb_header.et_pb_section,.et_pb_section_1_tb_header.et_pb_section{padding-top:0px;padding-bottom:0px}.et_pb_row_0_tb_header.et_pb_row{padding-top:8px!important;padding-bottom:8px!important}.et_pb_column_0_tb_header{padding-top:8px;padding-right:30px}.et_pb_heading_0_tb_header{margin-bottom:0px!important}.et_pb_heading_0_tb_header .et_pb_heading_container h1,.et_pb_heading_0_tb_header .et_pb_heading_container h2,.et_pb_heading_0_tb_header .et_pb_heading_container h3,.et_pb_heading_0_tb_header .et_pb_heading_container h4,.et_pb_heading_0_tb_header .et_pb_heading_container h5,.et_pb_heading_0_tb_header .et_pb_heading_container h6{color:#FFFFFF!important}.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header,.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover{padding-top:8px!important;padding-right:22px!important;padding-bottom:8px!important;padding-left:40px!important}.et_pb_button_0_tb_header_wrapper,.et_pb_menu_0_tb_header{text-align:right}body #page-container .et_pb_section .et_pb_button_0_tb_header:before{content:'';font-family:"FontAwesome"!important;font-weight:900!important;font-size:inherit!important;line-height:1.7em!important;display:inline-block;margin-left:-1.3em;right:auto;display:inline-block;opacity:1;line-height:inherit!important}body #page-container .et_pb_section .et_pb_button_0_tb_header:hover:before{margin-right:0.3em;right:auto;opacity:1}body #page-container .et_pb_section .et_pb_button_0_tb_header:after{display:none}body #page-container .et_pb_section .et_pb_button_0_tb_header:before,body #page-container .et_pb_section .et_pb_button_0_tb_header:hover:before{content:'';font-family:FontAwesome!important;margin-left:-1.3em;font-size:1.6em!important;line-height:1em!important}body #page-container .et_pb_section .et_pb_button_0_tb_header:after,body #page-container .et_pb_section .et_pb_button_0_tb_header:hover:after{display:none;margin-right:auto}.et_pb_menu_0_tb_header.et_pb_menu{background-color:RGBA(255,255,255,0)}.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button,.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button,.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button{color:#000000;font-size:16px}.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before{color:#000000;font-size:32px}.et_pb_row_1_tb_header.et_pb_row{padding-top:16px!important;padding-bottom:16px!important}.et_pb_column_1_tb_header{padding-left:10px}@media only screen and (max-width:980px){.et_pb_column_0_tb_header{padding-right:0px}.et_pb_heading_0_tb_header .et_pb_heading_container h1,.et_pb_heading_0_tb_header .et_pb_heading_container h2,.et_pb_heading_0_tb_header .et_pb_heading_container h3,.et_pb_heading_0_tb_header .et_pb_heading_container h4,.et_pb_heading_0_tb_header .et_pb_heading_container h5,.et_pb_heading_0_tb_header .et_pb_heading_container h6{text-align:center}.et_pb_button_0_tb_header_wrapper{text-align:left}.et_pb_menu_0_tb_header .et_pb_menu__wrap{justify-content:flex-end!important}.et_pb_menu_0_tb_header{text-align:right}}@media only screen and (max-width:767px){.et_pb_column_0_tb_header{padding-right:0px}.et_pb_heading_0_tb_header .et_pb_heading_container h1,.et_pb_heading_0_tb_header .et_pb_heading_container h2,.et_pb_heading_0_tb_header .et_pb_heading_container h3,.et_pb_heading_0_tb_header .et_pb_heading_container h4,.et_pb_heading_0_tb_header .et_pb_heading_container h5,.et_pb_heading_0_tb_header .et_pb_heading_container h6,.et_pb_button_0_tb_header_wrapper{text-align:center}.et_pb_menu_0_tb_header .et_pb_menu__wrap{justify-content:flex-end!important}.et_pb_menu_0_tb_header{text-align:right}.et_pb_column_1_tb_header{padding-left:0px}}