.elementor-5070 .elementor-element.elementor-element-b8a2e4a{--display:flex;--min-height:1440px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5070 .elementor-element.elementor-element-b8a2e4a.e-con{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}.elementor-5070 .elementor-element.elementor-element-5ee6aeb{--display:flex;--min-height:646px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5070 .elementor-element.elementor-element-5ee6aeb.e-con{--align-self:center;}.elementor-5070 .elementor-element.elementor-element-7b195fe{--display:flex;}.elementor-5070 .elementor-element.elementor-element-3ee556d{--e-image-carousel-slides-to-show:1;}.elementor-5070 .elementor-element.elementor-element-f2a1370{--display:flex;}.elementor-5070 .elementor-element.elementor-element-22c18e1{--display:flex;}.elementor-5070 .elementor-element.elementor-element-04af081{--display:flex;}.elementor-5070 .elementor-element.elementor-element-6da5be1{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-5070 .elementor-element.elementor-element-22a052c{--display:flex;}.elementor-5070 .elementor-element.elementor-element-8d5647c{--display:flex;}.elementor-5070 .elementor-element.elementor-element-89e9267{--display:flex;}.elementor-5070 .elementor-element.elementor-element-f1d3785{--display:flex;}.elementor-5070 .elementor-element.elementor-element-01ecea9{--e-image-carousel-slides-to-show:1;}.elementor-5070 .elementor-element.elementor-element-4bcb812{--display:flex;}@media(min-width:768px){.elementor-5070 .elementor-element.elementor-element-b8a2e4a{--content-width:1600px;}.elementor-5070 .elementor-element.elementor-element-5ee6aeb{--width:1600px;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-36830c8 *//* Container Principal e Grid de Colunas */
.proposta-section {
    padding: 80px 20px;
    background-color: #f4f6f4; /* Fundo levemente esverdeado para separar a seção */
    font-family: 'Montserrat', sans-serif !important;
    color: #2c3e50 !important;
}

.proposta-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Textos da Esquerda */
.proposta-title {
    font-family: 'Playfair Display', serif !important;
    color: #1a3c34 !important;
    font-size: clamp(2rem, 4vw, 2.8rem) !important;
    margin-bottom: 25px;
    line-height: 1.2;
}

.lead-text {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a3c34 !important;
    margin-bottom: 20px;
}

.proposta-text p {
    margin-bottom: 20px;
    line-height: 1.7;
}

/* Citação de Impacto */
.proposta-quote {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 700;
    color: #b5893d !important;
    border-left: 5px solid #b5893d;
    padding: 15px 20px;
    margin: 30px 0;
    background: linear-gradient(90deg, rgba(181, 137, 61, 0.1) 0%, rgba(255,255,255,0) 100%);
    border-radius: 0 8px 8px 0;
}

/* Dinâmica da Direita (Tags) */
.list-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #1a3c34 !important;
    margin-bottom: 30px;
}

.tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.tag {
    background-color: #ffffff;
    color: #2c3e50;
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(26, 60, 52, 0.05);
    border: 1px solid rgba(26, 60, 52, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Animação super suave */
    cursor: default;
}

/* Efeito Hover nas Tags */
.tag:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(26, 60, 52, 0.15);
    color: #1a3c34;
    border-color: #b5893d;
}

/* Destaque para a tag da Natureza */
.tag-highlight {
    background-color: #1a3c34;
    color: #ffffff !important;
    width: 100%; /* Ocupa a linha toda */
    text-align: center;
    margin-top: 10px;
    font-size: 1.1rem;
    border: none;
}

.tag-highlight:hover {
    background-color: #b5893d; /* Fica dourado ao passar o mouse */
    color: #ffffff !important;
}

/* Responsivo para Celular */
@media (max-width: 900px) {
    .proposta-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .tags-grid {
        justify-content: center;
    }
    .list-title {
        text-align: center;
    }
}/* End custom CSS */