.colabora-hero {
    position: relative;
    min-height: 740px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.colabora-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
}

.colabora-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 20px 20px 10px;
    color: #fff;
    min-height: 740px;
}

.colabora-breadcrumb {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 160px;
    color: #fff;
    letter-spacing: 1px;
}

.colabora-breadcrumb a,
.colabora-breadcrumb span {
    color: #fff;
}

.colabora-hero-subtitle {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 180px;
    font-weight: 400;
}

.colabora-hero-title {
    font-size: 46px;
    line-height: 1.12;
    font-weight: 700;
    color: #fff;
    margin-bottom: 85px;
}

.colabora-hero-arrow {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    padding-top: 6px;
}

.colabora-hero-arrow:hover {
    color: #fff;
}

.colabora-intro {
    background: #ffffff;
    padding: 72px 0 86px;
}

.colabora-intro-inner {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.colabora-intro-inner h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #0b1d2d;
    margin-bottom: 26px;
}

.colabora-intro-inner p {
    font-size: 16px;
    line-height: 1.7;
    color: #24364b;
    margin-bottom: 32px;
}

.text-accent {
    color: #f1592a;
    font-weight: 700;
}

.colabora-btn {
    display: inline-block;
    background: #f1592a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    padding: 14px 28px;
    min-width: 0;
    text-align: center;
}

.colabora-btn:hover {
    color: #fff;
}

.colabora-uso-donativo {
    background: #f3f3f3;
    padding: 34px 0 90px;
}

.colabora-uso-header {
    max-width: 980px;
    margin: 0 auto 58px;
    text-align: center;
}

.colabora-uso-header h2 {
    font-size: 31px;
    line-height: 1.2;
    font-weight: 700;
    color: #0b1d2d;
    margin-bottom: 22px;
}

.colabora-uso-header p {
    font-size: 16px;
    line-height: 1.8;
    color: #24364b;
}

.colabora-uso-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
}

.colabora-uso-item {
    text-align: center;
    padding: 0 15px;
}

.colabora-uso-icon {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.colabora-uso-icon img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.colabora-uso-item p {
    font-size: 15px;
    line-height: 1.45;
    color: #24364b;
    margin: 0;
}

.colabora-uso-item strong {
    color: #0b1d2d;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .colabora-hero-title {
        font-size: 52px;
    }

    .colabora-intro-inner h2,
    .colabora-uso-header h2 {
        font-size: 42px;
    }

    .colabora-uso-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }
}

@media (max-width: 767px) {
    .colabora-hero {
        min-height: 520px;
    }
    .colabora-hero-content {
    min-height: 520px;
    padding: 20px 16px 10px;
}
.colabora-hero-arrow {
    bottom: 6px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding-top: 5px;
}
    .colabora-breadcrumb {
        margin-bottom: 90px;
        font-size: 13px;
    }

    .colabora-hero-subtitle {
        font-size: 16px;
        margin-top: 110px;
    }

    .colabora-hero-title {
        font-size: 30px;
        margin-bottom: 55px;
    }

    .colabora-intro,
    .colabora-uso-donativo {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .colabora-intro-inner h2,
    .colabora-uso-header h2 {
        font-size: 24px;
    }

    .colabora-intro-inner p,
    .colabora-uso-header p {
        font-size: 15px;
        line-height: 1.7;
    }

    .colabora-btn {
        font-size: 16px;
        min-width: auto;
        padding: 12px 22px;
    }

    .colabora-uso-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


.colabora-donativo-metodos {
    background: #ffffff;
    padding: 34px 0 80px;
}

.colabora-donativo-head {
    max-width: 980px;
    margin: 0 auto 38px;
    text-align: center;
}

.colabora-donativo-head h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    color: #0b1d2d;
    margin-bottom: 22px;
}

.colabora-donativo-head p {
    font-size: 18px;
    line-height: 1.65;
    color: #24364b;
    margin: 0;
}

.colabora-metodos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1120px;
    margin: 0 auto 42px;
}

.colabora-metodo-card {
    background: #eceff1;
    text-align: center;
    padding: 30px 22px 24px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.metodo-top {
    font-size: 15px;
    line-height: 1.35;
    color: #1c2d42;
    margin-bottom: 4px;
}

.metodo-title {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
    color: #0b1d2d;
    margin-bottom: 24px;
    max-width: 260px;
}

.metodo-label {
    font-size: 16px;
    line-height: 1.45;
    color: #24364b;
    margin-bottom: 4px;
}

.metodo-value {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #f1592a;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.metodo-value-small {
    font-size: 16px;
    word-break: break-word;
}

.metodo-icon {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: auto;
}

.metodo-icon img {
    max-width: 52px;
    max-height: 52px;
    width: auto;
    height: auto;
}

.metodo-more {
    font-size: 16px;
    line-height: 1.35;
    color: #0b1d2d;
    text-decoration: none;
}

.metodo-more:hover {
    color: #0b1d2d;
    text-decoration: underline;
}

.colabora-donativo-notes {
    max-width: 1360px;
    margin: 0 auto;
    text-align: center;
}

.colabora-donativo-notes .note-big {
    font-size: 16px;
    line-height: 1.75;
    color: #24364b;
    margin-bottom: 22px;
}

.colabora-donativo-notes .note-big strong {
    color: #0b1d2d;
    font-weight: 700;
}

.colabora-donativo-notes .note-big a,
.colabora-donativo-notes .note-small a {
    color: #f1592a;
    font-weight: 700;
    text-decoration: underline;
}

.colabora-donativo-notes .note-small {
    max-width: 980px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    color: #24364b;
}

@media (max-width: 1199px) {
    .colabora-donativo-head h2 {
        font-size: 28px;
    }

    .colabora-donativo-head p {
        font-size: 15px;
    }

    .colabora-metodos-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .colabora-metodo-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .colabora-donativo-metodos {
        padding: 20px 0 70px;
    }

    .colabora-donativo-head h2 {
        font-size: 30px;
    }

    .colabora-donativo-head p,
    .colabora-donativo-notes .note-big {
        font-size: 17px;
        line-height: 1.7;
    }

    .metodo-title {
        font-size: 26px;
    }

    .metodo-label {
        font-size: 18px;
    }

    .metodo-value {
        font-size: 24px;
    }

    .metodo-value-small {
        font-size: 16px;
    }
}

.metodo-icon svg {
    width: 52px;
    height: 52px;
    display: block;
}