.elementor-kit-8{--e-global-color-primary:#002147;--e-global-color-secondary:#002147;--e-global-color-text:#002147;--e-global-color-accent:#002147;--e-global-color-4b7dc1f:#CC0033;--e-global-color-c99a110:#A30029;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:44px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:34px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.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:1200px){.elementor-kit-8{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:32px;--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-line-height:24px;}}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:16px;}.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 */.jet-listing-grid__slider-icon{
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.jet-listing-grid__slider-icon svg :nth-child(1){
    opacity: 0  !important;
}
.jet-listing-grid__slider-icon.next-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -40%) rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.03399 10.833H14.2423L9.86732 15.208L10.4173 15.833L15.834 10.4163L10.4173 4.99967L9.86732 5.62467L14.2423 9.99967H4.03399V10.833Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.jet-listing-grid__slider-icon.prev-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -40%) rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.03399 10.833H14.2423L9.86732 15.208L10.4173 15.833L15.834 10.4163L10.4173 4.99967L9.86732 5.62467L14.2423 9.99967H4.03399V10.833Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.eael_liquid_glass_shadow-effect1 {
    box-shadow: -1px 9px 28px 2px rgba(0, 0, 0, .0) !important;
    -webkit-box-shadow: -1px 9px 28px 2px rgba(0, 0, 0, .0) !important; 
    -moz-box-shadow: -1px 9px 28px 2px rgba(0,0,0,.0) !important;
}
/*-----transicion de texto ----*/

.content-after-before{
    position: relative;
}

.content-after-before::after{
    content: "";
    width: 30%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,0) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.content-after-before::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto; /* ???? CLAVE */
    width: 30%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,1) 100%
    );
    z-index: 1;
}/* End custom CSS */