.elementor-kit-5{--e-global-color-primary:#013DD1;--e-global-color-secondary:#0031BC;--e-global-color-text:#131D5A;--e-global-color-accent:#FDA224;--e-global-color-c98211e:#F6F7FB;--e-global-color-81127f3:#FFC000;--e-global-color-b8872ab:#333333;--e-global-color-a6b7beb:#D5D5D5;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;--e-global-typography-101036d-font-family:"Inter";--e-global-typography-101036d-font-size:36px;--e-global-typography-101036d-font-weight:700;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );--e-preloader-animation-duration:1000ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:50px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:transparent;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-b8872ab );background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-81127f3 ) 100%);}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-c98211e );}.elementor-kit-5 a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h1{font-family:var( --e-global-typography-101036d-font-family ), Sans-serif;font-size:var( --e-global-typography-101036d-font-size );font-weight:var( --e-global-typography-101036d-font-weight );}.elementor-kit-5 h2{font-family:"Inter", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-5 h3{font-family:"Inter", Sans-serif;font-size:25px;font-weight:500;}.elementor-kit-5 h4{font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 a{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h1{font-size:var( --e-global-typography-101036d-font-size );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 a{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h1{font-size:var( --e-global-typography-101036d-font-size );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo base del sidebar */
#sidebar {
 
  transition: width 0.3s ease;
  float: left;
}

/* Cuando el sidebar está oculto */
body.sidebar-hidden #sidebar {
  width: 0 !important;
  overflow: hidden;
}

/* Estilo base del contenido principal */
#main-content {
  margin-left: 0rem;
  transition: margin-left 0.3s ease;
}

/* Ajuste del contenido cuando el sidebar está oculto */
body.sidebar-hidden #main-content {
  margin-left: 0 !important;
}/* End custom CSS */