.elementor-kit-5{--e-global-color-e7ed0e7:#F9F8FC;--e-global-color-23e2759:#FFFFFF;--e-global-color-2fca31d:#27C53D00;--e-global-color-77cdb0f:#434447;--e-global-color-4b4cce2:#23B402;--e-global-color-21d5883:#212224;--e-global-color-8b839fc:#F59811;--e-global-color-493c689:#00A6FB;--e-global-color-34e137b:#1D1D1B;--e-global-color-4270715:#051923;--e-global-color-dfcbdc0:#D1D1D1;--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-b031916-font-family:"Montserrat";--e-global-typography-b031916-font-size:20px;--e-global-typography-b031916-font-weight:400;--e-global-typography-d4425c9-font-family:"Montserrat";--e-global-typography-d4425c9-font-size:30px;--e-global-typography-d4425c9-font-weight:700;--e-global-typography-285b78d-font-family:"Montserrat";--e-global-typography-285b78d-font-size:30px;--e-global-typography-285b78d-font-weight:700;--e-global-typography-285b78d-line-height:40px;}.elementor-kit-5 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-kit-5{--e-global-typography-d4425c9-font-size:23px;--e-global-typography-285b78d-font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.zoom-card {
    overflow: hidden;
    border-top-left-radius: 16px;   /* arredondamento apenas no topo */
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;   /* linha de baixo reta */
    border-bottom-right-radius: 0;
    position: relative;
}

.zoom-card img {
    transition: transform 0.4s ease;
    width: 100%;
    height: auto;
    display: block;
}

.zoom-card:hover img {
    transform: scale(1.10);
}/* End custom CSS */