.container-plantio-de-cinzas-hero {
    position: relative;
    width: 100%;
    height: 668px;
    display: flex;
    align-items: center;
    background-color: #1a4985;
    overflow: hidden;
    margin-bottom: 120px;
}

.container-plantio-de-cinzas-hero .row-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
}

.container-plantio-de-cinzas-hero .row-bg .bg-blue {
    width: 33%;
    height: 100%;
    background-color: #1a4985;
}

.container-plantio-de-cinzas-hero .row-bg .bg-image {
    width: 67%;
    height: 100%;
}

.container-plantio-de-cinzas-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, #234E89 33.72%, rgba(35, 79, 139, 0.00) 59.06%);
    z-index: 2;
}

.container-plantio-de-cinzas-hero .row {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 75px;
}

.container-plantio-de-cinzas-hero .content {
    max-width: 465px;
    display: flex;
    flex-direction: column;
}

.container-plantio-de-cinzas-hero .titles {
    display: flex;
    flex-direction: column;
}

.container-plantio-de-cinzas-hero .title-1 {
    font-weight: 600;
    line-height: 1.5;
    color: #8dbcaa;
    margin: 0;
}

.container-plantio-de-cinzas-hero .title-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    margin: 4px 0 0 0;
}

.container-plantio-de-cinzas-hero .line {
    width: 72px;
    height: 1px;
    background-color: #8dbcaa;
    margin: 16px 0 0 0;
}

.container-plantio-de-cinzas-hero .description {
    line-height: 1.5;
    color: #ffffff;
    margin: 16px 0 0 0;
}

.container-plantio-de-cinzas-hero .button-wrapper {
    margin: 24px 0 0 0;
}

.container-plantio-de-cinzas-hero .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 216px;
    gap: 12px;
    border-radius: 4px;
    height: 48px;
    background-color: #489577;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.container-plantio-de-cinzas-hero .button svg {
    display: block;
}

.container-plantio-de-cinzas-hero .button:hover {
    background-color: #1d7956;
}

@media (max-width: 1024px) {
    .container-plantio-de-cinzas-hero {
        height: 620px;
        padding: 40px 0 0;
        margin-bottom: 40px;
        align-items: flex-start;
    }

    .container-plantio-de-cinzas-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #234E89 48.41%, rgba(35, 79, 139, 0.00) 71.6%);
        z-index: 2;
    }

    .container-plantio-de-cinzas-hero .row-bg {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .container-plantio-de-cinzas-hero .row-bg .bg-blue {
        width: 100%;
        height: 168px;
        background-color: #1a4985;
    }

    .container-plantio-de-cinzas-hero .row-bg .bg-image {
        width: 100%;
        height: 452px;
        background-image: url('/wp-content/uploads/2026/05/cerejeiras-banner-hero-2.png');
    }

    .container-plantio-de-cinzas-hero .row {
        padding: 0 16px;
    }

    .container-plantio-de-cinzas-hero .content {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    .container-plantio-de-cinzas-hero .title-2 {
        font-size: 20px;
    }

    .container-plantio-de-cinzas-hero .line {
        margin: 16px auto 0;
    }
}

@media (max-width: 375px) {
    .container-plantio-de-cinzas-hero {
        height: 540px;
    }

    .container-plantio-de-cinzas-hero .row-bg .bg-blue {
        height: 100%;
    }

    .container-plantio-de-cinzas-hero .row-bg .bg-image {
        height: 100%;
    }
}