.elementor-kit-6{--e-global-color-primary:#E61D72;--e-global-color-secondary:#444444;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-ba8b765:#F2F2F2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-18e8fae-font-family:"Open Sans";--e-global-typography-18e8fae-font-size:1.333em;--e-global-typography-18e8fae-font-weight:600;--e-global-typography-18e8fae-text-transform:uppercase;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}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 */.e-con>.e-con-inner {
    gap: var(--gap);
    margin: 0;
} 
/*Escondemos el titulo*/
.elementor-page .entry-title {
    display: none;
}

@media (max-width: 767px) {
    .c-header-menu .elementor-menu-toggle .e-font-icon-svg {
        padding-right: 20px;
    }
    .c-header-menu .elementor-nav-menu--dropdown {
        margin-top: 2px !important;
    }
    .c-header-menu .elementor-nav-menu--dropdown {
    background-color: transparent !important;
    }
    .c-header-menu .elementor-nav-menu--dropdown a {
        background: #000000d9;
    }
    .c-header-menu .elementor-nav-menu--dropdown a.elementor-item-active {
        background-color: #000000d9 !important;
    }
    
    .c-header-menu .elementor-nav-menu .sub-arrow .e-font-icon-svg {
    fill: white;
    }
}

@media (min-width: 768px) {
    .c-header-menu .e--pointer-underline .elementor-item {
        position: relative;
        display: inline-block;
    }

    .c-header-menu .e--pointer-underline .elementor-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        height: 1px;
        width: calc(100% - 40px);
        transform: scaleX(0);
        transform-origin: bottom left;
        transition: transform 0.3s ease !important;
    }
    .c-header-menu .e--pointer-underline .elementor-item:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
}

.c-header-menu .elementor-nav-menu .sub-arrow {
    display: inline-flex;
}

.elementor-nav-menu__align-end .elementor-nav-menu {
    justify-content: normal !important;
}/* End custom CSS */