.elementor-kit-6{--e-global-color-primary:#B22B17;--e-global-color-secondary:#661213;--e-global-color-text:#3A3A3A;--e-global-color-accent:#DA7678;--e-global-color-e6e186f:#111111;--e-global-color-0534fad:#FFFFFF;--e-global-color-67b5f72:#FFFFFF;--e-global-color-f19d1e2:#C7C7C7;--e-global-color-8e40b41:#00000000;--e-global-color-ed68370:#EBEBEB;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:1rem;--e-global-typography-369939b-font-family:"Inter Tight";--e-global-typography-369939b-font-size:1rem;--e-global-typography-9e0aeae-font-family:"Inter Tight";--e-global-typography-9e0aeae-font-size:clamp(3rem, 2.5385rem + 2.0513vw, 4rem);--e-global-typography-9e0aeae-letter-spacing:-1px;--e-global-typography-d3a8159-font-family:"Inter Tight";--e-global-typography-d3a8159-font-size:clamp(2.4rem, 2.1231rem + 1.2308vw, 3rem);--e-global-typography-d3a8159-letter-spacing:-1px;--e-global-typography-4dea816-font-family:"Inter Tight";--e-global-typography-4dea816-font-size:clamp(2.1rem, 1.9154rem + 0.8205vw, 2.5rem);--e-global-typography-4dea816-letter-spacing:-1px;--e-global-typography-3347af9-font-family:"Inter Tight";--e-global-typography-3347af9-font-size:clamp(1.8rem, 1.7077rem + 0.4103vw, 2rem);--e-global-typography-3347af9-letter-spacing:-1px;--e-global-typography-4adbf8b-font-family:"Inter Tight";--e-global-typography-4adbf8b-font-size:clamp(1.6rem, 1.5308rem + 0.3077vw, 1.75rem);--e-global-typography-4adbf8b-letter-spacing:-1px;--e-global-typography-2d65f45-font-family:"Inter Tight";--e-global-typography-2d65f45-font-size:clamp(1.4rem, 1.3538rem + 0.2051vw, 1.5rem);--e-global-typography-0d40d0f-font-family:"Inter Tight";--e-global-typography-0d40d0f-font-size:clamp(1.2rem, 1.1769rem + 0.1026vw, 1.25rem);--e-global-typography-0d40d0f-line-height:28px;--e-global-typography-7cc3c78-font-family:"Inter Tight";--e-global-typography-7cc3c78-font-size:1.125rem;--e-global-typography-f596c50-font-family:"Inter Tight";--e-global-typography-f596c50-font-size:0.875rem;--e-global-typography-f596c50-font-weight:500;background-color:var( --e-global-color-67b5f72 );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-e6e186f );font-family:var( --e-global-typography-369939b-font-family ), Sans-serif;font-size:var( --e-global-typography-369939b-font-size );color:var( --e-global-color-0534fad );border-radius:50px 50px 50px 50px;padding:17px 27px 17px 27px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.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:1366px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-369939b-font-size );}}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-369939b-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-369939b-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Selection */
::selection {
  background: var( --e-global-color-primary );
    color: white;
}

/* Highlight */
.hilite {
    background-color: var( --e-global-color-accent );
}

/* Agregar (...) al final de cada excerpt de los posts */
.elementor-post__excerpt ::after{
    content:"...";
}

/* Custom Scrollbar */
body {
  overflow: overlay;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Reveal text */

.reveal-text span {
  color: #8a8a8a;
  transition: color .2s linear;
}

.reveal-text span.active {
  color: #000000;
}

/* Separador animado */

.separator {
  transform: scaleX(0);
  transform-origin: left;
  animation: expandLine 1s ease-out forwards;
}

@keyframes expandLine {
  to {
    transform: scaleX(1);
  }
}/* End custom CSS */