.terminos-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #ffffff;
}

.terminos-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid #E31E24;
}

.terminos-header h1 {
    font-size: 2rem;
    color: #E31E24;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.terminos-intro {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.terminos-content {
    margin-bottom: 40px;
}

.termino-section {
    margin-bottom: 35px;
    padding: 25px;
    background: #f9f9f9;
    border-left: 4px solid #E31E24;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.termino-section:hover {
    background: #f5f5f5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.termino-section h2 {
    font-size: 1.4rem;
    color: #E31E24;
    margin-bottom: 15px;
    font-weight: 600;
}

.termino-section p {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
}

.termino-section ul {
    margin: 15px 0;
    padding-left: 25px;
}

.termino-section li {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: disc;
}

.termino-section strong {
    color: #E31E24;
    font-weight: 600;
}

.terminos-footer {
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #e0e0e0;
}

.btn-volver {
    display: inline-block;
    padding: 15px 40px;
    background: #E31E24;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(227, 30, 36, 0.3);
}

.btn-volver:hover {
    background: #c01820;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(227, 30, 36, 0.4);
}

.btn-volver:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(227, 30, 36, 0.3);
}

@media (max-width: 768px) {
    .terminos-container {
        padding: 30px 15px;
    }

    .terminos-header h1 {
        font-size: 1.6rem;
    }

    .terminos-intro {
        font-size: 1rem;
    }

    .termino-section {
        padding: 20px 15px;
    }

    .termino-section h2 {
        font-size: 1.2rem;
    }

    .termino-section p,
    .termino-section li {
        font-size: 0.95rem;
    }

    .btn-volver {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .terminos-header h1 {
        font-size: 1.4rem;
    }

    .termino-section h2 {
        font-size: 1.1rem;
    }

    .termino-section p,
    .termino-section li {
        font-size: 0.9rem;
    }
}
