.elementor-kit-8{--e-global-color-primary:#6A8076;--e-global-color-secondary:#3F4E47;--e-global-color-text:#33403A;--e-global-color-accent:#AD5D0B;--e-global-color-787e36c:#F7F6EE;--e-global-color-d3e548a:#FFFDF6;--e-global-color-3fb9e33:#FBD88F;--e-global-color-81d171d:#B3DAC5;--e-global-color-e05de0b:#B7CDC2;--e-global-color-c7af232:#97B2DD;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Georgia";--e-global-typography-secondary-font-weight:normal;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:700;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#8F4C08;font-family:"Raleway", Sans-serif;font-size:16px;font-weight:800;color:#FFFFFF;border-radius:999px 999px 999px 999px;padding:16px 28px 16px 28px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#8F4C08;color:#FFFFFF;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 *//* ===== ARCO COM CÍRCULOS DECORATIVOS - CSS PURO ===== */
/* ===== CONTAINER DO ARCO ===== */
.arco-container {
    position: relative;
    width: 400px;
    height: 500px;
}
/* Círculo decorativo amarelo (fundo) */
.circle-yellow {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #f5e6d3;
    border-radius: 50%;
    bottom: 60px;
    left: -50px;
    z-index: 0;
    opacity: 0.6;
}
/* Círculo decorativo verde claro (fundo) */
.circle-light-green {
    position: absolute;
    width: 280px;
    height: 280px;
    background-color: #d4e8e3;
    border-radius: 50%;
    top: 40px;
    right: -40px;
    z-index: 1;
    opacity: 0.8;
}
/* Arco principal com cantos arredondados */
.arco-main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7a9b8e;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== GRID DE 4 IMAGENS DENTRO DO ARCO ===== */
.arco-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
}

.arco-item {
    overflow: hidden;
    position: relative;
}

.arco-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Imagem principal ocupa a coluna esquerda inteira (mais destaque) */
.item-1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.item-2 {
    grid-row: 1;
    grid-column: 2;
}

.item-3 {
    grid-row: 2;
    grid-column: 2;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
    .arco-container {
        width: 300px;
        height: 400px;
    }
    .circle-light-green {
        width: 220px;
        height: 220px;
        top: 20px;
        right: -30px;
    }
    .arco-main {
        border-radius: 50px;
    }
}
@media (max-width: 480px) {
    .arco-container {
        width: 250px;
        height: 350px;
    }
    .circle-light-green {
        width: 180px;
        height: 180px;
        top: 10px;
        right: -20px;
    }
    .circle-yellow {
        width: 100px;
        height: 100px;
        bottom: 40px;
        left: -30px;
    }
    .arco-main {
        border-radius: 40px;
    }
    .arco-grid {
        gap: 2px;
    }
}
body {
    margin: 0 !important;
    padding: 0 !important;
}
.elementor-page {
    margin: 0 !important;
    padding: 0 !important;
}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}/* End custom CSS */