body{
    padding: 0 !important;
    margin: 0 !important;
    background-color: #F8F9FA;
    font-family: Mulish, sans-serif !important;
}

.cabecera{
    background-color: #113356;
}

.contenido{
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}


.section-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tittle {
    background-color: #f8f9fa;
    color: #495057;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 22px 20px;
    border: 1px solid #dee2e6;
    border-radius: 4px 4px 0 0;
    margin: 0;
    transition: border-color 0.3s ease;
    text-align: left;
}

.recuadro {
    border: 1px solid #dee2e6;
    padding: 0;
    border-radius: 8px;
    margin: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.payment-form input.custom-input, .payment-form select.custom-input {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    transition: border 0.3s ease;
    box-sizing: border-box;
}

.btn-consultar:disabled {
    background-color: #d3d3d3;
    cursor: not-allowed;
}
.btn-consultar {
    background-color: rgb(108, 117, 125);
    color: white;
    padding: 15px 30px;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.section-form {
    padding: 0px 14px;
}

@media (max-width: 768px) {

}

@media (max-width:1199px) {

}

.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.button-container a img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    cursor: pointer;
}

.btn-pago {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.btn-pago-label {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #113455;
    text-align: center;
    font-family: Mulish, sans-serif;
}

/* ---- Selector de banco PSE inline ---- */
#pse-banco-selector {
    margin: 14px auto 0;
    max-width: 420px;
    background: #fff;
    border: 2px solid #1a7abf;
    border-radius: 10px;
    padding: 18px 20px 16px;
    box-shadow: 0 4px 16px rgba(26, 122, 191, 0.13);
    text-align: center;
    animation: pseFadeIn 0.3s ease;
}

@keyframes pseFadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.pse-selector-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
    position: relative;
}

.pse-selector-header span {
    font-weight: 700;
    font-size: 1rem;
    color: #113455;
    font-family: Mulish, sans-serif;
}

.pse-logo-inline {
    height: 30px;
    object-fit: contain;
}

.btn-cerrar-pse {
    position: absolute;
    left: 0;
    background: none;
    border: none;
    color: #1a7abf;
    font-size: 0.82rem;
    cursor: pointer;
    font-family: Mulish, sans-serif;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    transition: background 0.2s;
}
.btn-cerrar-pse:hover {
    background: #e8f4fd;
}

.pse-select {
    width: 100%;
    padding: 11px 14px;
    font-size: 0.97rem;
    border-radius: 7px;
    border: 1.5px solid #1a7abf;
    background-color: #f4f9fe;
    color: #113455;
    font-family: Mulish, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    appearance: auto;
}
.pse-select:focus {
    outline: none;
    border-color: #0d5fa3;
    box-shadow: 0 0 0 3px rgba(26, 122, 191, 0.18);
}

.pse-aviso {
    margin: 10px 0 0;
    font-size: 0.78rem;
    color: #6c757d;
    font-family: Mulish, sans-serif;
}
