/* Estilos para páginas interiores de servicios (detalle) */
.interior-sec {
    padding: 130px 20px 100px 20px;
    display: flex;
    justify-content: center;
    background-color: #F8F9FA;
}

.interior-container {
    max-width: 1000px;
    width: 100%;
}

.general {
    margin-bottom: 20px;
}

.general h3 {
    color: #000;
    font-size: 3rem;
    margin-bottom: 32px;
    font-weight: 700;
    padding-left: 20px;
    border-left: 6px solid #000;
    line-height: 1;
}

.legal-text h4 {
    color: #0A192F;
    font-size: 1.8rem;
    margin: 40px 0 20px 0;
    border-left: 4px solid #D4AF37;
    padding-left: 15px;
}

.legal-text p {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.8;
    color: #4A4A4A;
}

.legal-text ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
}

.legal-text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #4A4A4A;
}

.legal-text ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #D4AF37;
    font-weight: bold;
}

@media (max-width: 768px) {
    .interior-sec {
        padding: 130px 15px 80px 15px;
    }
    .general h3 {
        font-size: 2.2rem;
    }
    .legal-text h4 {
        font-size: 1.5rem;
    }
}
