html {
    width: 100vw;
    min-height: 100vh;
    /* overflow-x: hidden */
}

body {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #faf9f7;
    scroll-behavior: smooth
}

body * {
    box-sizing: border-box
}

.hidden {
    display: none !important
}

main {
    box-sizing: border-box
}

.wrapper {
    max-width: 1260px;
    padding: 0 16px;
    margin: 0 auto
}

a:hover {
    text-decoration: underline
}

button {
    font-family: "Roboto", sans-serif
}

.section {
    padding: 96px 0;
    background: #fff;
    position: relative;
    overflow-x: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section-header__title {
    position: relative;
    color: #24293d;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0;
    font-family: Poppins, sans-serif
}

.section-header__title:before {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: #ffae00;
    height: 2px;
    width: 202px;
    margin-bottom: 24px
}

.section-header_dark .section-header__title {
    color: #fff
}

.section-header__lead {
    position: relative;
    color: #322516;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 24px auto 0 auto;
    font-family: Poppins, sans-serif;
    width: 100%;
    max-width: 840px
}

.section-header_dark .section-header__lead {
    color: #fff
}

.section-heading {
    padding: 0 16px;
    text-align: center;
    margin: 0 auto 32px auto
}

.section-heading h4 {
    margin: 0;
    color: #6f7488;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1em
}

.section-subtitle {
    margin: 0;
    color: #24293d;
    font-size: 24px;
    font-weight: 700
}

.section-text {
    color: #322516;
    margin: 0;
    font-size: 20px;
    font-weight: 400
}

@media(max-width: 768px) {
    .section {
        padding: 64px 0
    }

    .section-header__title {
        font-size: 32px
    }

    .section-header__lead {
        font-size: 18px;
        margin: 0;
    }
}

.card-linha-do-tempo {
    position: relative;
    width: 400px;
    border-radius: 8px;
    height: 100%;
    display: grid;
    grid: 35px 200px 1fr/1fr
}

.card-linha-do-tempo__year {
    position: relative;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 2px solid #e36424;
    height: 35px;
    border-radius: 99px 99px 99px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
    width: fit-content;
    z-index: 2
}

.card-linha-do-tempo__year p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #000
}

.card-linha-do-tempo__year-line {
    position: absolute;
    left: -2px;
    top: 16px;
    height: 219px;
    width: 1px;
    background-color: #e36424
}

.card-linha-do-tempo__year-line svg {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -11px;
    left: -11px
}

.card-linha-do-tempo__image {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .18)
}

.card-linha-do-tempo__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.card-linha-do-tempo__infos {
    position: relative;
    padding: 24px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .18)
}

.card-linha-do-tempo__title {
    margin: 0;
    color: #261a4c;
    font-size: 20px;
    font-weight: 700;
    line-height:120%;
    padding-bottom: 8px;
}

.card-linha-do-tempo__lead {
    color: #5a536d;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 8px 0;
}

.card-linha-do-tempo__note {
    width: 100%;
    background-color: #ffeedb;
    border-radius: 8px;
    padding: 16px;
    color: #8e4700;
    font-size: 14px;
    font-style: italic;
    font-weight: 400
}

.card-linha-do-tempo__destaques {
    margin-top: 16px
}

.card-linha-do-tempo__destaques span {
    display: block;
    color: #6b7280;
    font-size: 14px;
    margin: 0
}

.card-linha-do-tempo__destaques-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.card-linha-do-tempo__flag-fill {
    background-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 12px;
    border-radius: 999px;
    padding: 4px 12px;
    margin: 0
}

@media(max-width: 768px) {
    .card-linha-do-tempo {
        width: 300px
    }

    .card-linha-do-tempo__title {
        font-size: 18px
    }

    .card-linha-do-tempo__year p {
        font-size: 14px
    }
}

.card-vozes {
    background-color: #fff;
    border-radius: 8px;
    padding: 36px 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
    width: 100%;
    max-width: 400px;
    height: 100%
}

.card-vozes__header {
    display: grid;
    align-items: start;
    grid: auto/40px 1fr;
    grid-gap: 16px
}

.card-vozes__avatar {
    background-color: #ffdea9;
    color: #261a4c;
    font-size: 18px;
    font-weight: 400;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-vozes__info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.card-vozes__name {
    font-size: 18px;
    font-weight: 400;
    color: #261a4c;
    margin: 0
}

.card-vozes__details {
    display: flex;
    align-items: center;
    gap: 4px
}

.card-vozes__flag {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #d3d3d3;
    color: #374151;
    font-size: 12px;
    border-radius: 999px;
    padding: 4px 12px;
    margin: 0
}

.card-vozes__flag_fill {
    background-color: #e5e7eb;
    border-color: #e5e7eb
}

.card-vozes__location {
    font-size: 12px;
    color: #374151;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.card-vozes__quote {
    padding-left: 56px;
    margin-top: 16px
}

.card-vozes__quote p {
    color: #5a536d;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em
}

@media(max-width: 768px) {
    .card-vozes {
        padding: 24px 18px
    }

    .card-vozes__quote {
        padding: 0
    }
    .card-vozes__header {
        grid: none;

    }
}

.card-impacto {
    background-color: #f6f5f3;
    padding: 40px;
    width: 384px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    margin: 0 auto
}

.card-impacto__icon {
    width: 32px;
    height: 32px;
    margin: 0 auto
}

.card-impacto__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.card-impacto__number {
    color: #ff9a35;
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    margin: 0
}

.card-impacto__title {
    color: #5a536d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    margin: 0
}

.card-impacto__lead {
    color: #5a536d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    margin: 0
}

@media(max-width: 768px) {
    .card-impacto {
        width: 100%
    }
}

.card-projeto {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .18);
    max-width: 384px;
    overflow: hidden;
    height: 100%
}

.card-projeto__image {
    height: 200px;
    width: 100%;
    position: relative
}

.card-projeto__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card-projeto__image-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 24px
}

.card-projeto-flag {
    position: absolute;
    top: 16px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    gap: 4px;
    color: #261a4c;
    font-size: 12px;
    background-color: #ffc300;
    border-radius: 20px
}

.card-projeto-flag svg {
    display: block;
    width: 16px;
    height: 16px
}

.card-projeto__see-details {
    display: flex;
    align-items: center;
    justify-content: center
}

.card-projeto__modal {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    gap: 8px;
    border-radius: 20px;
    color: #261a4c;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    transition: background .3s
}

.card-projeto__modal:hover {
    background-color: #d1d1d1
}

.card-projeto__modal svg,
.card-projeto__modal img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    object-position: center
}

.card-projeto__infos {
    position: relative;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.card-projeto__title {
    margin: 0;
    color: #261a4c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em
}

.card-projeto__premio-date {
    display: flex;
    align-items: center;
    gap: 4px
}

.card-projeto__premio-date svg,
.card-projeto__premio-date img {
    display: block;
    width: 16px;
    height: 16px
}

.card-projeto__premio-date p {
    margin: 0;
    color: #5a536d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em
}

.card-projeto__flag {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #d3d3d3;
    color: #374151;
    font-size: 12px;
    border-radius: 999px;
    padding: 4px 12px;
    margin: 0
}

@media(max-width: 768px) {
    .card-projeto {
        max-width: 280px
    }
}

.card-futuro {
    border: 1px solid rgba(255, 255, 255, .1254901961);
    border-radius: 8px;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: start
}

.card-futuro__icon {
    display: block;
    width: 80px;
    height: 80px
}

.card-futuro__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.card-futuro__title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1em
}

.card-futuro__lead {
    margin: 0;
    color: #929292;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-align: center
}

.card-evento {
    position: relative;
    max-width: 384px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .18);
    overflow: hidden;
    height: 100%
}

.card-evento__image {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 180px
}

.card-evento__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.card-evento__content {
    position: relative;
    padding: 16px 16px 24px 16px;
    display: flex;
    flex-direction: row;
    gap: 12px
}

.card-evento__date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.card-evento__day {
    margin: 0;
    color: #261a4c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.card-evento__month {
    margin: 0;
    color: #333f5b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em
}

.card-evento__title {
    margin: 0 0 8px 0;
    color: #333f5b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em
}

.card-evento__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.card-evento__icon svg {
    display: block;
    width: 24px;
    height: 24px
}

.card-evento__lead {
    margin: 0;
    color: #929292;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em
}

@media(max-width: 768px) {
    .card-evento {
        width: 280px
    }
}

.section.section-linha-do-tempo {
    background: none;
    position: relative
}
.section.section-linha-do-tempo::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    background:#E9E6E0;
    z-index: -1;
}

.section-linha-do-tempo__pattern {
    position: absolute;
    width: 466px;
    max-width: 100%;
    height: 565px;
    top: -80px;
    right: 38px;
    pointer-events: none
}

.section-linha-do-tempo__pattern img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center
}

.linha-do-tempo__slider-content {
    position: relative;
    padding: 0 64px
}

.linha-do-tempo__slider:focus {
    outline: none
}

.linha-do-tempo__slide {
    margin-right: 64px;
    cursor: grab
}

.linha-do-tempo__slide:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 236px;
    width: 100%;
    height: 4px;
    z-index: -1;
    background-color: #e36424
}

@media(max-width: 767px) {
    .section-linha-do-tempo__pattern {
        display: none
    }

    .linha-do-tempo__slider-content {
        padding: 0 16px
    }

    .linha-do-tempo__slide {
        margin-right: 32px
    }
}

.section.section-vozes-do-design {
    position: relative;
    background-color: #e9e6e0;
    border-radius: 0 0 96px 96px;
    overflow: hidden
}

.section-vozes-do-design__pattern {
    position: absolute;
    left: 0;
    top: 86px;
    width: 1060px;
    max-width: 100%;
    height: calc(100% - 86px);
    opacity: .4;
    pointer-events: none
}

.section-vozes-do-design__pattern img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left
}

.wrapper_cards-vozes {
    position: relative
}

.cards-vozes__slider-content {
    position: relative;
    overflow-x: clip;
    z-index: 2
}

.cards-vozes__slider:focus {
    outline: none
}

.cards-vozes__slide {
    margin: 0 32px;
    cursor: grab;
    padding-bottom: 32px;
    width: 360px
}

.cards-vozes__slide:first-child {
    padding-left: 16px
}

.cards-vozes__slide:last-child {
    padding-right: 16px
}

.cards-vozes__actions {
    position: absolute;
    width: calc(100% + 160px);
    height: calc(100% - 20px);
    left: -80px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2
}

.cards-vozes__actions button {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .4);
    width: 40px;
    height: 40px;
    cursor: pointer
}

.cards-vozes__actions button svg {
    display: block;
    width: 24px;
    height: 24px
}

.compartilhe-sua-memoria {
    display: grid;
    grid: auto/360px 1fr;
    grid-gap: 64px;
    align-items: start;
    margin-top: 64px
}
.compartilhe-sua-memoria p{
    margin: 0;
}
.compartilhe-sua-memoria__text {
    text-align: right
}

.compartilhe-sua-memoria .d-flex{
    display: flex;
    gap: 16px;
}
.memoria-counter{
    position: absolute;
    z-index: 999;
    right: 4px;
    bottom: 4px;
    color: #8f8f8f;
    font-size: 12px;
    width: calc(100% - 8px);
    display: flex;
}
.memoria-counter__text {
    display: block;
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 8px;
    text-align: center;
    position: absolute;
}

.memoria-counter__number {
    color: #ff8c42;
    font-size: 1.125rem;
    font-weight: 700;
    transition: color 0.3s ease;
    position: absolute;
    display: none;
}

/* Estados do contador */
.memoria-counter__number.warning {
    color: #f59e0b;
}

.memoria-counter__number.danger {
    color: #ef4444;
}

/* Barra de Progresso */
.memoria-counter__bar {
    width: 100%;
    height: 4px;
    background-color: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
    position: relative;
}

.memoria-counter__progress {
    height: 100%;
    background: linear-gradient(90deg, #10b981 0%, #ff8c42 50%, #ef4444 100%);
    border-radius: 9999px;
    transition: width 0.3s ease, background-color 0.3s ease;
    width: 0%;
}

/* Animação quando está próximo do limite */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.memoria-counter__number.danger {
    animation: pulse 1.5s infinite;
}

@media(max-width: 768px) {
    .section.section-vozes-do-design {
        border-radius: 0 0 36px 36px
    }

    .cards-vozes__actions {
        display: none
    }

    .cards-vozes__slider-content {
        overflow: inherit
    }

    .cards-vozes__slide {
        margin: 0 16px 0 0;
        padding-bottom: 0;
        width: 280px
    }

    .compartilhe-sua-memoria {
        grid: auto/1fr;
        grid-gap: 32px
    }

    .compartilhe-sua-memoria__text {
        text-align: center
    }
    .compartilhe-sua-memoria .d-flex{
        display: flex;
        gap: 16px;
        flex-direction: column;
    }
}

.grid-impacto-do-design {
    display: grid;
    grid: auto/1fr 1fr 1fr;
    grid-gap: 32px
}

@media(max-width: 993px) {
    .grid-impacto-do-design {
        grid: auto/1fr 1fr
    }
}

@media(max-width: 768px) {
    .grid-impacto-do-design {
        grid: auto/1fr
    }
}

.section.section-design-no-mundo {
    background: linear-gradient(to bottom, #f3f3f3, rgba(243, 243, 243, 0))
}

.design-no-mundo__content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

.design-no-mundo__content img {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 50px;
}

.section.section-projetos {
    background-color: #e9e6e0;
    border-radius: 96px 96px 0 0;
    overflow: hidden
}

.wrapper_cards-projetos {
    position: relative
}

.cards-projetos__slider-content {
    position: relative;
    overflow-x: clip;
    z-index: 2;
    width: calc(100% + 32px);
    left: -16px
}

.cards-projetos__slider:focus {
    outline: none
}

.cards-projetos__slide {
    margin: 0 16px;
    cursor: grab;
    padding-bottom: 32px
}

.cards-projetos__actions {
    position: absolute;
    width: calc(100% + 160px);
    height: calc(100% - 20px);
    left: -80px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2
}

.cards-projetos__actions button {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .4);
    width: 40px;
    height: 40px;
    cursor: pointer
}

.cards-projetos__actions button svg {
    display: block;
    width: 24px;
    height: 24px
}

@media(max-width: 768px) {
    .section.section-projetos {
        border-radius: 36px 36px 0 0
    }

    .wrapper_cards-projetos {
        padding: 0
    }

    .cards-projetos__slider-content {
        overflow: inherit;
        width: 100%;
        left: 0
    }

    .cards-projetos__actions {
        display: none
    }

    .cards-projetos__slide {
        margin: 0 16px 0 0
    }

    .cards-projetos__slide:first-child {
        padding-left: 16px
    }

    .cards-projetos__slide:last-child {
        padding-right: 16px
    }
}

.section.section-futuro-design {
    background-color: #24293d
}

.grid-futuro-design {
    display: grid;
    grid: auto/1fr 1fr 1fr;
    grid-gap: 32px
}

@media(max-width: 993px) {
    .grid-futuro-design {
        grid: auto/1fr 1fr
    }
}

@media(max-width: 768px) {
    .grid-futuro-design {
        grid: auto/1fr
    }
}

.section.section-comemore-conosco {
    background-color: #fff
}

.wrapper_cards-eventos {
    position: relative
}

.cards-eventos__actions.actions-hidden {
    display: none
}

.cards-eventos__slider:focus {
    outline: none
}

.cards-eventos__slide {
    margin-right: 32px
}

.cards-eventos__slide:last-child {
    margin-right: 0
}

.cards-eventos__slider-content {
    position: relative;
    overflow-x: clip;
    z-index: 2;
    width: calc(100% + 32px);
    left: -16px
}

.cards-eventos__slider:focus {
    outline: none
}

.cards-eventos__slide {
    margin: 0 16px;
    cursor: grab;
    padding-bottom: 32px
}

.cards-eventos__actions {
    position: absolute;
    width: calc(100% + 160px);
    height: calc(100% - 20px);
    left: -80px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2
}

.cards-eventos__actions button {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .4);
    width: 40px;
    height: 40px;
    cursor: pointer
}

.cards-eventos__actions button svg {
    display: block;
    width: 24px;
    height: 24px
}

@media(max-width: 767px) {
    .wrapper_cards-eventos {
        padding: 0
    }

    .cards-eventos__actions {
        display: none
    }

    .cards-eventos__slider-content {
        overflow: inherit;
        width: 100%;
        left: 0
    }

    .cards-eventos__slide:first-child {
        padding-left: 16px
    }

    .cards-eventos__slide:last-child {
        padding-right: 16px
    }
}

.section.section-celebracao {
    background-color: #faf9f7
}

.section.section-celebracao .section-header {
    margin-bottom: 24px
}

.grid-celebracao {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 24px
}

.link-social {
    display: flex;
    align-items: center;
    justify-content: center
}

.link-social img {
    display: block;
    width: 80px;
    height: 80px
}

@media(max-width: 768px) {
    .link-social img {
        width: 40px;
        height: 40px
    }
}

.section.section-capsula-do-tempo {
    padding-top: 0;
    background-color: #24293d
}

form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px;
    justify-content: center;
}

.form-input {
    display: block;
    width: calc(50% - 12px);
    position: relative
}

.form-input:has(textarea) {
    width: 100%
}

.form-input label {
    color: #322516;
    font-size: 16px;
    margin-bottom: 4px;
    text-align: left;
    display: block
}

.form-input input,
.form-input textarea {
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    border-radius: 8px;
    border: 0;
    padding: 8px 24px;
    display: flex;
    align-items: center
}
textarea::placeholder,
input::placeholder {
  color: #b4b4b4;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  opacity: 1; /* garante que a cor não fique esmaecida */
}

.form-input select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.form-input .form-input__select-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    z-index: 2;
    bottom: 15px;
    pointer-events: none
}

.form-input textarea {
    width: 100%;
    height: 152px;
    resize: none;
    background-color: #fff;
    border-radius: 8px;
    border: 0;
    padding: 24px 24px;
    display: flex;
    align-items: center
}

.form_dark label {
    color: #fff
}

.form_dark input,
.form_dark select,
.form_dark textarea {
    background-color: #787b88;
    color: #fff
}

.form_dark input::placeholder,
.form_dark select::placeholder,
.form_dark textarea::placeholder {
    color: #fff
}

.form_dark .btn-submit{
    font-family: "Poppins", sans-serif;
    background-color: #e36424;
}

.form-submit {
    display: flex;
    justify-content: center;
    width: 100%
}

.form-submit button {
    background-color: #e36424;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    cursor: pointer;
    transition: background-color .3s ease, transform .2s ease
}

.form-submit button:hover,
.form-submit button:focus {
    background-color: #b84911
}

@media(max-width: 768px) {
    form {
        flex-direction: column
    }

    .form-input {
        width: 100%
    }
}

.open-modal-btn {
    padding: .6rem 1rem;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: .95rem;
    transition: background .3s
}

.open-modal-btn:hover {
    background: #005dc2
}

.dialog-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 1000
}

.dialog-overlay.active {
    opacity: 1;
    pointer-events: all
}

.dialog {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    transform: translateY(20px);
    opacity: 0;
    transition: all .3s ease
}

.dialog-overlay.active .dialog {
    opacity: 1;
    transform: translateY(0)
}

.dialog-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 1.2rem;
    cursor: pointer;
    color: #666;
    transition: opacity .2s
}

.dialog-close:hover {
    opacity: .6
}

.dialog-header h2 {
    margin: 0 0 1rem 0;
    color: #261a4c;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1em
}

@media(max-width: 768px) {
    .dialog-header h2 {
        font-size: 20px
    }
}

.dialog-body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.dialog-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8px
}

.dialog-content {
    display: grid;
    gap: 2rem
}

@media(min-width: 768px) {
    .dialog-content {
        grid-template-columns: 1fr 1fr
    }
}

.info h4,
.description h4 {
    margin: .5rem 0;
    color: #24293d;
    font-size: 24px;
    font-weight: 700
}

.info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem
}

.info li {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #444;
    font-size: .95rem;
    margin-bottom: .4rem
}

.icon {
    font-size: 1rem
}

@media(max-width: 768px) {

    .info h4,
    .description h4 {
        font-size: 18px
    }
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: .3rem .6rem;
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 500;
    white-space: nowrap
}

.badge-primary {
    background: #007bff;
    color: #fff
}

.badge-yellow {
    background: #fff3cd;
    color: #856404
}

.description p {
    font-size: 14px;
    color: #322516;
    line-height: 1.5
}

.impact {
    color: #1b8b40;
    font-weight: 500
}

footer {
    position: relative
}

.footer-marca {
    display: flex;
    padding: 80px 16px;
    gap: 90px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    justify-content: center;
}

.footer-marca__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.footer-marca__logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-marca__logo img {
    display: block;
    width: 184px;
    height: 114px;
    object-fit: contain;
    object-position: center
}

.footer-copyright {
    padding: 20px
}

.footer-copyright p {
    margin: 0;
    color: #67635f;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em
}

@media(max-width: 768px) {
    .footer-marca {
        padding: 40px 16px;
        gap: 62px;
        flex-wrap: wrap;
    }
    .footer-marca__logo img{
        width: 114px;
    }
}