/* Espaciado general para pantallas grandes */
.single-page-custom {
    padding-top: 60px !important; 
    margin-top: 0px !important;
}

/* Título Principal con más aire */
.titulo-solicitud {
    color: #003366;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 1.8rem;
}

/* Estilo para unificar con el resto del sitio */
.page-header-tramites {
    background-color: #003366 !important;
    color: white;
    padding: 40px 0 !important;
}
.text-primary, .fas.text-primary {
    color: #003366 !important;
}
.btn-azul-cbr {
    background-color: #003366 !important;
    color: white !important;
    border: none;
    padding: 8px 20px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.85rem;
}
.tramite-numero {
    background-color: #003366 !important;
    color: white;
}
.info-block {
    border-left: 3px solid #003366;
    padding-left: 15px;
    margin-bottom: 15px;
}
.info-box-small {
    background: #f8f9fa;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    height: 100%;
}

/* Ajustes específicos para Celulares */
@media screen and (max-width: 780px) {
    .single-page-custom {
        padding-top: 110px !important; /* Más espacio para no chocar con el menú móvil */
    }
    .titulo-solicitud {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    /* Separación entre inputs en móvil */
    .row.g-1 > div {
        margin-bottom: 8px;
    }
    .tablescroll table {
        min-width: 800px !important; /* Obliga a la tabla a expandirse para scroll */
        margin-bottom: 0;
    }
    
    .tablescroll th, .tablescroll td {
        white-space: nowrap; /* Evita que el texto salte de línea y se amontone */
        padding: 10px 8px !important;
        font-size: 0.8rem !important;
    }
}

/* Resto de tus estilos... */
.form-label { font-weight: 700; font-size: 0.75rem; color: #444; margin-bottom: 2px; display: block; text-transform: uppercase; }
.texto-azul { color: #003366 !important; border-bottom: 1px solid #003366; padding-bottom: 5px; margin-bottom: 15px !important; font-size: 1.2rem; font-weight: 700; }
.form-control-sm { border-radius: 4px !important; border: 1px solid #bbb; }
.btn-azul-cbr { background-color: #003366 !important; color: white !important; border: none; }
.btn-gris-cbr { background-color: #6c757d !important; color: white !important; border: none; }