/* -------------------------------------------------------
   ESTILOS GENERALES PARA PÁGINAS DE SERVICIOS
------------------------------------------------------- */

.servicios-title {
    font-size: 2.4rem;
    background: #d4a017;
    color: #fff;
    padding: 15px 25px;
    border-radius: 6px;
    margin: 40px 0 25px 0;
    display: inline-block;
}

.servicios-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.servicio-item {
    background: #fafafa;
    padding: 20px;
    border-left: 6px solid #d4a017;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    font-size: 1.05rem;
    line-height: 1.5;
}