﻿.lineamientos-titulo {
    font-size: 36px;
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #3251AC;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 3px solid #edb621;
    display: inline-block;
}

.lineamientos-subtitulo {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    color: #edb621;
    font-family: 'Poppins', sans-serif;
}

.lineamientos-lista {
    list-style: none;
    padding-left: 0;
}

    .lineamientos-lista li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 28px;
        font-family: 'Poppins', sans-serif;
    }

        .lineamientos-lista li::before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            color: #3251AC;
            font-size: 16px;
        }

.card-header {
    background-color: #3251AC;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 20px;
}

.alert-info {
    background-color: #e0f0ff;
    color: #1a3f75;
    font-weight: 500;
    border: 1px solid #b5d5f2;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.form-label {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.form-control,
.form-select {
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .form-control:focus,
    .form-select:focus {
        border-color: #3251AC;
        box-shadow: 0 0 5px rgba(50, 81, 172, 0.3);
    }

.btn-primary {
    background-color: #3251AC;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover {
        background-color: #263f91;
    }

.card {
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.text-danger {
    font-size: 13px;
    font-weight: 500;
}

.form-select option {
    white-space: normal !important;
}

.panel-extensos {
    max-width: 1350px;
    background-color: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.card-header.bg-primary {
    background-color: #254aa5 !important;
    color: white;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

.card {
    border-radius: 12px;
}
.btn-dorado {
    background-color: #edb621;
    color: white;
    border: none;
    font-weight: 600;
}

    .btn-dorado:hover {
        background-color: #d4a91e;
        color: #222;
    }
    .btn-dorado:disabled {
        background-color: #d6d6d6;
        color: #aaa;
        cursor: not-allowed;
    }

.clave-input {
    border: 2px dashed #007bff; /* Azul institucional */
    background-color: #f0f8ff;
    font-weight: 600;
}

.clave-input::placeholder {
    color: #999;
    font-style: italic;
}
.border-success {
    border: 2px solid #28a745 !important;
    background-color: #e6ffed;
}

.border-danger {
    border: 2px solid #dc3545 !important;
    background-color: #ffe6e6;
}

/* Encabezado visualmente más limpio */
.gridview-personalizada th {
    background-color: #f3f5f7;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid #ccc;
}

/* Estilo uniforme para celdas */
.gridview-personalizada td {
    background-color: #ffffff;
    font-size: 13px;
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
}

/* Bordes redondeados (solo para la tabla completa) */
.gridview-personalizada {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

    /* Hover con sombreado suave */
    .gridview-personalizada tr:hover td {
        background-color: #f9f9f9;
    }

    /* Estilo para el FileUpload */
    .gridview-personalizada input[type="file"] {
        font-size: 13px;
        border-radius: 6px;
        padding: 6px;
    }

    /* Input de clave más compacto */
    .gridview-personalizada .form-control {
        font-size: 13px;
        border-radius: 6px;
        padding: 6px 10px;
    }

    /* Botón subir más estilizado */
    .gridview-personalizada .btn-dorado {
        padding: 4px 10px;
        font-size: 13px;
        border-radius: 6px;
    }

/* Ajuste al input de clave */
input.clave-input::placeholder {
    color: #bbb;
    font-style: italic;
    font-size: 13px;
}

.envio-extensos-titulo {
    background-color: #254aa5;
    color: white;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

input[type="file"].border-success {
    border: 2px solid #28a745;
    background-color: #f0fff4;
}


.pago-wrapper { 
    margin-top: 90px;
}

.pago-card {
    border: 2px solid #3251AC;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-top:120px;
}

  
    .pago-card .card-header {
        background-color: #3251AC !important;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .5px;
        padding: 18px 20px;
        text-align: center;
    }

.pago-texto {
    margin-bottom: 1rem;
}


.btn-pago { 
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}


@media (max-width: 768px) {
    .btn-pago {
        width: 100%;
        justify-content: center;
    }
}


.pago-hr {
    margin: 1.25rem 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.08);
}
