.elementor-kit-6{--e-global-color-primary:#010101;--e-global-color-secondary:#010101;--e-global-color-text:#010101;--e-global-color-accent:#010101;--e-global-color-88da6fb:#E72A25;--e-global-color-8c4fec4:#FFCB06;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-radius:60px 60px 60px 60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.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 */:root{
    --rojo: #E72A25;
}
html{
    overflow-x: hidden;
}

.elementor-nav-menu .current-menu-item > a {
    color: #E72A25!important;
}

.bot {
    transition:.4s ease;
}
.bot:hover a{
    transform: translateY(-5px);
      box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* sombra sutil */

}

.carrusel img{
    height:600px;
    object-fit: cover;
    border-radius:16px;
}
@media only screen and (max-width:768px){
    .carrusel img{
        height:350px;
    }
    
}
.carrusel .elementor-swiper-button{
    width:50px;
    height:50px;
    background:#E7E3DF99;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:50px;
}
.carrusel .elementor-swiper-button:hover{
    background:#E72A25;
}
.carrusel .elementor-swiper-button:hover svg path{
    fill:white;
}
@media (min-width: 1025px){
  .colizq {
    padding-left: calc(max((100vw - 1350px) / 2, 50px));
  }/* End custom CSS */