.elementor-kit-9{--e-global-color-primary:#0C6604;--e-global-color-secondary:#F7771F;--e-global-color-text:#000000;--e-global-color-accent:#196A24;--e-global-typography-primary-font-family:"Pacifico";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Baloo 2";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Baloo 2";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Baloo 2";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 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){--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 */.elementor-slideshow__title {
    display: none;
}


#estrutura img {
    width: 350px;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
    border-radius: 13px 13px 13px 
}


span.elementor-icon {
    display: inline-block;
    animation: girarDancar 2s infinite ease-in-out;
}

@keyframes girarDancar {
    0% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(10deg) scale(1.05);
    }
    50% {
        transform: rotate(0deg) scale(1);
    }
    75% {
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}/* End custom CSS */