.elementor-kit-11{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F44611;--e-global-color-5b7e49a:#F44611;--e-global-color-f3e3319:#EA721F;--e-global-color-60c75f5:#1E1E1E;--e-global-color-97ecbc0:#343434;--e-global-color-b8cfa09:#5D5D5D;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;background-color:#343434;font-family:"Outfit", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:100px;}.elementor-kit-11 e-page-transition{background-color:var( --e-global-color-60c75f5 );}.elementor-kit-11 a{font-family:"Outfit", Sans-serif;}.elementor-kit-11 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-11 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-11 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-11 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-11 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-11 h6{font-family:"Montserrat", Sans-serif;}.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-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 */a {
    color: #443F3F;
    text-decoration: underline;
}

.zoomout {
  transition: transform 0.3s ease;
}

.zoomout:hover {
  transform: scale(0.9); /* Disminuye al 90% su tamaño */
}

.zoom {
    transition: transform 0.3s ease; /* Transición suave */
}

.zoom:hover {
    transform: scale(1.1); /* Aumenta el tamaño un 10% */
}

.elementor-kit-11 .elementor-image-carousel img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
}/* End custom CSS */