.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#D6B288;--e-global-color-text:#352D22;--e-global-color-accent:#FF770B;--e-global-color-279a361:#A82820;--e-global-color-43fbd87:#4E7A43;--e-global-color-a44acd8:#005E7E;--e-global-color-a069be8:#B35F1E;--e-global-color-1e49c23:#FFFFFF;--e-global-color-15d51b5:#FFFFFF00;--e-global-color-12be5e3:#6B5945;--e-global-typography-primary-font-family:"Karla";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Etchstone";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Etchstone";--e-global-typography-accent-font-size:21px;--e-global-typography-accent-font-weight:400;--e-global-typography-503219c-font-family:"Karla";--e-global-typography-503219c-font-size:62px;--e-global-typography-503219c-font-weight:700;--e-global-typography-503219c-line-height:1.2em;--e-global-typography-42a6501-font-family:"Inter";--e-global-typography-42a6501-font-size:18px;--e-global-typography-42a6501-font-weight:400;--e-global-typography-42a6501-line-height:1.5em;--e-global-typography-e4b58fa-font-family:"Inter";--e-global-typography-e4b58fa-font-weight:400;--e-global-typography-add9fb3-font-family:"Karla";--e-global-typography-add9fb3-font-size:44px;--e-global-typography-add9fb3-font-weight:600;--e-global-typography-add9fb3-line-height:1.3em;--e-global-typography-1f1cca0-font-family:"Inter";--e-global-typography-1f1cca0-font-size:18px;--e-global-typography-1f1cca0-font-weight:500;--e-global-typography-e3f7d6a-font-family:"Inter";--e-global-typography-e3f7d6a-font-size:32px;--e-global-typography-e3f7d6a-font-weight:700;--e-global-typography-14321c2-font-family:"Inter";--e-global-typography-14321c2-font-size:44px;--e-global-typography-14321c2-font-weight:500;--e-global-typography-0aa5a01-font-family:"Inter";--e-global-typography-0aa5a01-font-size:15px;--e-global-typography-0aa5a01-font-weight:400;--e-global-typography-0aa5a01-line-height:1.6em;--e-global-typography-0aa5a01-letter-spacing:0.4px;--e-global-typography-0f2e86d-font-family:"Karla";--e-global-typography-0f2e86d-font-size:38px;--e-global-typography-0f2e86d-font-weight:600;--e-global-typography-0f2e86d-line-height:1.4em;--e-global-typography-13644bd-font-family:"Karla";--e-global-typography-13644bd-font-size:17px;--e-global-typography-13644bd-font-weight:500;--e-global-typography-5a38f7e-font-family:"Karla";--e-global-typography-5a38f7e-font-size:22px;--e-global-typography-5a38f7e-font-weight:400;background-color:#D6B288;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-a069be8 );}.elementor-kit-8 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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-8{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:38px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:18px;--e-global-typography-503219c-font-size:38px;--e-global-typography-42a6501-font-size:16px;--e-global-typography-add9fb3-font-size:26px;--e-global-typography-e3f7d6a-font-size:26px;--e-global-typography-14321c2-font-size:36px;--e-global-typography-0aa5a01-font-size:14px;--e-global-typography-0f2e86d-font-size:24px;--e-global-typography-13644bd-font-size:15px;--e-global-typography-5a38f7e-font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Etchstone';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://caminowayuu.com/wp-content/uploads/2025/08/Etchstone-Regular.woff2') format('woff2'),
		url('https://caminowayuu.com/wp-content/uploads/2025/08/Etchstone-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */