/* Términos y Condiciones - Estilos */

/* Page Header */
.page-header-terms {
    background: linear-gradient(135deg, #1a3a5c 0%, #0d2233 100%);
    padding: 120px 0 60px;
    margin-bottom: 0;
}

.page-title-terms {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.page-subtitle-terms {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 0;
}

/* Terms Content */
.terms-content {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.terms-intro {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    border-left: 4px solid #1a3a5c;
}

.terms-intro p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
}

/* Terms Sections */
.terms-section {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.terms-section h2 {
    color: #1a3a5c;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.terms-section h3 {
    color: #40454b;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.terms-section p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.terms-section p:last-child {
    margin-bottom: 0;
}

/* Terms List */
.terms-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.terms-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.7;
}

.terms-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a3a5c;
    font-size: 1.2em;
    font-weight: bold;
}

.terms-list li strong {
    color: #40454b;
}

/* Terms Footer */
.terms-footer {
    text-align: center;
    padding: 40px 0 20px;
    margin-top: 30px;
    border-top: 1px solid #e9ecef;
}

.terms-footer p {
    color: #888;
    font-size: 1em;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .page-header-terms {
        padding: 100px 0 40px;
    }

    .page-title-terms {
        font-size: 1.8em;
    }

    .terms-content {
        padding: 40px 0;
    }

    .terms-intro,
    .terms-section {
        padding: 20px;
    }

    .terms-section h2 {
        font-size: 1.3em;
    }

    .terms-section h3 {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-title-terms {
        font-size: 1.5em;
    }

    .page-subtitle-terms {
        font-size: 0.95em;
    }

    .terms-intro p {
        font-size: 1em;
    }
}
