
/* Estilos personalizados para Unidos por los Derechos Humanos */
.uhr-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    color: #ecf0f1;
    padding: 4rem 0;
    text-align: center;
}

.uhr-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.uhr-hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.uhr-btn {
    display: inline-block;
    background-color: #e74c3c;
    color: #ecf0f1;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.uhr-btn:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.uhr-about {
    padding: 4rem 0;
    background-color: #ffffff;
}

.uhr-about h2 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.uhr-about h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #e74c3c;
}

.uhr-kit {
    padding: 4rem 0;
    background-color: #ecf0f1;
}

.uhr-kit h2 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.uhr-kit h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #e74c3c;
}

.uhr-cta {
    padding: 4rem 0;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ecf0f1;
    text-align: center;
}

.uhr-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.uhr-cta p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.uhr-btn-light {
    background-color: #ecf0f1;
    color: #e74c3c;
}

.uhr-btn-light:hover {
    background-color: #ffffff;
    color: #c0392b;
}
    