.elementor-kit-7{--e-global-color-primary:#013220;--e-global-color-secondary:#2F4F4F;--e-global-color-text:#323232;--e-global-color-accent:#2E8B57;--e-global-color-ec7dd32:#8B4513;--e-global-color-6487a3f:#D2691E;--e-global-color-b43f067:#A9A9A9;--e-global-color-4f1a153:#FFFFF0;--e-global-color-3988778:#FFFFFF;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-4f5f591-font-family:"veneer-two";--e-global-typography-4f5f591-font-size:164px;--e-global-typography-4f5f591-font-weight:400;--e-global-typography-4f5f591-text-transform:uppercase;--e-global-typography-4f5f591-line-height:1em;--e-global-typography-aed817f-font-family:"veneer-two";--e-global-typography-aed817f-font-size:46px;--e-global-typography-aed817f-font-weight:400;--e-global-typography-aed817f-text-transform:uppercase;--e-global-typography-0fc3e33-font-family:"veneer-three";--e-global-typography-0fc3e33-font-weight:400;--e-global-typography-0fc3e33-text-transform:uppercase;--e-global-typography-be41238-font-family:"Oswald";--e-global-typography-be41238-font-size:22px;--e-global-typography-be41238-font-weight:400;--e-global-typography-733cdb5-font-family:"Oswald";--e-global-typography-733cdb5-font-size:16px;--e-global-typography-733cdb5-font-weight:400;--e-global-typography-733cdb5-text-transform:uppercase;--e-global-typography-733cdb5-letter-spacing:0.7px;--e-global-typography-936da71-font-family:"Oswald";--e-global-typography-936da71-font-weight:600;--e-global-typography-936da71-text-transform:uppercase;--e-global-typography-6ae5c02-font-family:"Oswald";--e-global-typography-6ae5c02-font-size:14px;--e-global-typography-6ae5c02-font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 img{border-radius:8px 8px 8px 8px;}.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-kit-7{--e-global-typography-4f5f591-font-size:72px;--e-global-typography-aed817f-font-size:40px;--e-global-typography-aed817f-line-height:1.1em;--e-global-typography-be41238-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Generales */
.earth-color {
    color: var(--e-global-color-ec7dd32);
}

/* Changing header */

/*--- Sticky Active ---*/
.header--wrapper.elementor-sticky--effects {
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    max-height: 90px !important;
    min-height: 90px !important;
    margin-bottom: -90px !important;
}

.header--wrapper.elementor-sticky--effects .header--nav-menu a,
.header--wrapper.elementor-sticky--effects .header-language .cpel-switcher__nav a {
    color: var(--e-global-color-text) !important;
}

.header--wrapper.elementor-sticky--effects .header--color-logo img,
.header--wrapper.elementor-sticky--effects .header--white-logo img {
    height: 70px !important;
    transition: opacity 0.25s ease, height 0.25s ease;
}

.header--wrapper.elementor-sticky--effects .header--color-logo img {
    opacity: 1;
}

.header--wrapper.elementor-sticky--effects .header--white-logo img {
    opacity: 0;
}

/*--- Sticky IN-Active ---*/
.header--wrapper:not(.elementor-sticky--effects) {
    max-height: 150px !important;
    min-height: 150px !important;
    margin-bottom: -150px !important;
}

.header--wrapper .header--color-logo img,
.header--wrapper .header--white-logo img {
    height: 100px !important;
    transition: opacity 0.25s ease, height 0.25s ease;
}

.header--wrapper .header--color-logo img {
    opacity: 0;
}

.header--wrapper .header--white-logo img {
    opacity: 1;
}

/*--- Responsive Styles ---*/
@media (max-width: 768px) {
    .header--wrapper.elementor-sticky--effects {
        max-height: 70px !important;
        min-height: 70px !important;
        margin-bottom: -70px !important;
    }

    .header--wrapper:not(.elementor-sticky--effects) {
        max-height: 70px !important;
        min-height: 70px !important;
        margin-bottom: -70px !important;
    }

    .header--wrapper .header--color-logo img,
    .header--wrapper .header--white-logo img {
        height: 60px !important;
    }

    .header--wrapper .header--color-logo img {
        opacity: 0;
    }

    .header--wrapper .header--white-logo img {
        opacity: 1;
    }

    .header--wrapper.elementor-sticky--effects .header--color-logo img,
    .header--wrapper.elementor-sticky--effects .header--white-logo img {
        height: 50px !important;
    }

    .header--wrapper.elementor-sticky--effects .header--color-logo img {
        opacity: 1;
    }

    .header--wrapper.elementor-sticky--effects .header--white-logo img {
        opacity: 0;
    }
}/* End custom CSS */