:root {

    --font-family-princial: 'Segoe UI';

}

html {
    min-height: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
}

strong {
    font-weight: 600;
}

.container-header {
    position: relative;
    width: 100%;
    min-height: 80px;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: solid 10px #f1f1f1;
}

.container-title,
.container-price-first-description,
.container-user-welcome,
.container-user-message,
.container-tax-data-new,
.container-shipping-address {
    position: relative;
    width: 100%;
    min-height: 10px;
    overflow: hidden;
    height: auto;
    clear: both;
    padding-bottom: 15px;
    border-bottom: solid 1px #d1d1d1;
    margin-top: 15px
}

.container-new-user {
    position: relative;
    width: 100%;
    min-height: 10px;
    overflow: hidden;
    height: auto;
    clear: both;
    margin-top: 15px
}

.container-title .title {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    line-height: 1.1;
    padding-bottom: 5px;
}

.container-title .subtitle {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    line-height: 1.1;
    padding-bottom: 5px;
}

.service-title,
.container-shipping-address-txt {
    position: relative;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    line-height: 1.1;
    padding-bottom: 5px;
}

.icon-cart {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 13px;
    background-size: cover;
    margin-right: 10px;
    margin-top: 5px;
}

.container-first-price,
.container-shipping-address-title,
.container-shipping-address-name,
.shipping-address-name,
.shipping-address,
.tax-address,
.container-add-boton,
.container-credit-card-dates,
.container-voucher-data,
.container-address-choise,
.container-tax-choise {
    width: 100%;
    min-height: 10px;
    height: auto;
    position: relative;
    overflow: hidden;
    clear: both;
}

.shipping-address-name {
    position: relative;
    display: block;
    font-weight: 600;
    color: #fd4976;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 5px;
}

.shipping-address {
    position: relative;
    display: block;
    font-weight: normal;
    color: #383838;
    font-size: 14px;
    line-height: 1.1;
}

.tax-address {
    position: relative;
    display: block;
    font-weight: normal;
    color: #383838;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.container-credit-card-dates,
.container-shipping-address-name {
    margin-top: 10px;
}

.container-credit-card-dates.extra {
    margin-top: 20px;
}

.container-user-name-mail {
    cursor: pointer;
}

.container-user-name-mail-is-not-you,
.container-btn-back {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: normal;
    /*cursor: pointer;*/
    font-family: sans-serif;
}

.container-user-name,
.container-user-name-mail,
.container-user-name-mail-is-not-you {
    margin: 5px auto;
    line-height: 1.1;
}

.container-user-name-mail-is-not-you a {
    font-size: 17px;
    text-decoration: none;
}


.container-btn-back {
    position: relative;
    float: right;
    min-width: 60px;
    margin-top: 0;
    text-decoration: none;
}

.container-user-message-alert {
    position: relative;
    display: block;
    text-align: center;
    margin: 10px auto;
    font-family: var(--font-family-princial);
    font-weight: 600;
    color: #fd4976;
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 10px;
}

.container-first-price .first-price {
    position: relative;
    float: left;
    width: 100%;
    min-height: 10px;
    height: auto;
    text-align: right;
    line-height: 1.1;
    padding-bottom: 5px;
    padding-right: 10px
}

.container-first-price .first-price span {
    font-size: 14px;
    font-weight: normal;
}

.icon-lock {
    position: relative;
    width: 22px;
    height: 29px;
    background: url(../brand/icos/icon-lock-1.svg)
}

.container-icon-lock {
    position: relative;
    margin: -125px auto 0 auto;
    width: 22px;
    height: 29px;
    clear: both;
    overflow: hidden;
}

.container-loader-text {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    margin-top: 65px;
    text-align: center;
    font-family: var(--font-family-princial);
    font-weight: 600;
    color: #fd4976;
    font-size: 16px;
    line-height: 1.2;
}

.loader_inicio,
.loader_inicio:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader_inicio {
    margin: 40px auto 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(253, 0, 128, 0.2);
    border-right: 1.1em solid rgba(253, 0, 128, 0.2);
    border-bottom: 1.1em solid rgba(253, 0, 128, 0.2);
    border-left: 1.1em solid #ff0080;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container-voucher {
    position: relative;
    width: 100%;
    min-height: 50px;
    height: auto;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-top: 35px;
    padding: 25px 15px;

}

.container-voucher-text {
    position: relative;
    font-family: var(--font-family-princial);
    font-weight: normal;
    font-size: 15px;
    line-height: 1.3;
    color: #2c2e2f;
}

.container-voucher-text span {
    font-weight: 600;
}

.container-voucher-quantity {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    margin: 35px 0 10px 0;
}

.table.single {
    margin: 0 auto;
}

.table.single,
.table.compound {
    font-family: var(--font-family-princial);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
}

.table.single span,
.table.compound span {
    font-size: 12px;
}

.total-price {
    font-family: var(--font-family-princial);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
}

.table.single tbody tr td {
    border-top: 0 none;
}

.table.single thead tr td,
.table.single tbody tr td {
    padding: 15px 6%;

}

.table.single thead tr.first-item,
.table.single tbody tr.first-item {
    border-top: 1px solid #d1d1d1;
}

.table.single tbody tr.total-item {
    border-top: 1px solid #d1d1d1;
}

.table.compound {
    border: 1px solid #d1d1d1;
}

.table.compound thead {
    border: 1px solid #d1d1d1;
    background-color: #f1f1f1;
}

.btn-table {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 4px;
    background-color: #fd4976;
    text-align: center;
    font-family: var(--font-family-princial);
    font-weight: 600;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    width: 80px;
    transition: 0.3s all;
    cursor: pointer;
}

.btn-table:hover {
    background-color: #2c2e2f;
}

.container-contact-info,
.container-contact-list,
.container-copyright,
.container-have-an-account {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
}

.container-contact-info {
    margin: 30px auto;
    width: 90%
}

.container-contact-paragraph,
.container-contact-list,
.container-copyright {
    font-family: var(--font-family-princial);
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    color: #7a7a7a;
}

.container-contact-paragraph {
    margin-bottom: 5px;
}

.container-contact-list {
    margin-left: 10px;
    cursor: pointer;
}

.container-copyright {
    font-size: 12px;
    margin-top: 20px;
}

.icon-rejected {
    position: relative;
    width: 120px;
    height: 120px;
    background: url(../brand/icos/icon-rejected-1.svg);
    background-size: cover;
    display: block;
    margin: 20px auto 10px auto;
}

.icon-time-left {
    position: relative;
    width: 120px;
    height: 120px;
    background: url(../brand/icos/icon-time-left.svg);
    background-size: cover;
    display: block;
    margin: 20px auto 10px auto;
}

.icon-check {
    position: relative;
    width: 120px;
    height: 120px;
    background: url(../brand/icos/icon-check.svg);
    background-size: cover;
    display: block;
    margin: 20px auto 10px auto;
}

.text-time-left {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    font-family: var(--font-family-princial);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #3fa8d1;
    padding-bottom: 10px;
}

.text-successful-payment {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    font-family: var(--font-family-princial);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #44c4a1;
    padding-bottom: 10px;
}

.text-rejected,
.container-user-message-rejected {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    font-family: var(--font-family-princial);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #f44336;
}

.text-rejected {
    margin-top: 10px;
    padding-bottom: 10px;
}

.container-user-message-rejected {
    padding-bottom: 15px;
}

.container-check label {
    cursor: pointer;
}

.container-check.add-bill {
    padding: 5px 10px;

}

.container-check.inside {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 20px;
    height: auto;
}

.checkbox-cupon input {
    position: absolute;
    opacity: 0;
    cursor: none;
    display: none;
}

.checkbox-cupon .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: white;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 5px;
}

.checkbox-cupon .checkmark.circle {
    border-radius: 25px;
    top: 1px;
}

.checkbox-cupon:hover input~.checkmark {
    background-color: white;
}

.checkbox-cupon input:checked~.checkmark {
    background-color: rgba(253, 73, 118, 1);
    border: 1px solid rgba(253, 73, 118, 1);
}

.checkbox-cupon input:checked~.checkmark:after {
    display: block;
}

.checkbox-cupon .checkmark:after {
    content: '';
    left: 5px;
    top: 0px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
    position: absolute;
}

.checkbox-cupon .checkmark.circle:after {
    content: '';
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
    position: absolute;
}

.container-check.inside .text-check {
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.1;
    color: #7a7a7a;
    padding-left: 30px;
    padding-bottom: 5px;
    min-height: 10px;
    height: auto;
    overflow: hidden;
}

.text-check {
    display: block;
    padding-top: 10px;
    overflow: hidden;
    width: 100%;
}

.btn-add {
    position: relative;
    float: right;
    width: 220px;
    padding: 10px 0;
    background-color: #b1b1b1;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    cursor: pointer;
    margin: 10px 0;
}

.btn-add:hover {
    background-color: #fd4976;
}

.btn-container-right {
    direction: rtl;

    * {
        direction: ltr;
    }
}

.container-check-credit-card,
.container-check-address {
    position: relative;
    float: left;
    width: 30px;
}

.container-check-credit-card-dates,
.container-check-address-date,
.container-check-tax-data {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    border-bottom: 1px dotted blue;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.credit-card-type {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #fd4976;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 5px;
}

.credit-card-type.inactive {
    color: #2c2e2f;
}

.icon-card-active {
    display: inline-block;
    width: 19px;
    height: 12px;
    background: url(../brand/icos/icon-card-active.svg);
    background-size: cover;
    margin-left: 3px;
}

.icon-card-inactive {
    display: inline-block;
    width: 19px;
    height: 12px;
    background: url(../brand/icos/icon-card-inactive.svg);
    background-size: cover;
    margin-left: 3px;
}

.credit-card-price {
    display: block;
    font-weight: 600;
    color: #2c2e2f;
    font-size: 16px;
    line-height: 1.1;
}

.credit-card-price span {
    font-size: 12px;
}

/* 
SEJ0103211848 

*/
.btnx {
    margin: 15px auto 15px auto;
    /* Ajusta el margen para centrar el botón */
    padding: 10px 20px;
    /* Ajusta el padding para dar más espacio alrededor del texto */
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* Añadida transición para suavidad */
    cursor: pointer;
    max-width: 310px;
    /* Define un ancho máximo para el botón */
    width: 100%;
    font-size: 18px;
}

.btn-pay {
    float: right;
    width: 100%;
    background-color: var(--color-base);
    color: var(--color-btn)
}

.btn-new-user {
    width: 100%;
    background-color: var(--color-base);
    color: var(--color-btn)
}

.btn-pay .bi,
.btn-alt .bi,
.btn-new-user .bi {
    font-size: 20px;
}

.btn-pay:hover,
.btn-new-user:hover {
    background-color: var(--color-hover);
    /* Color más claro para el hover */
    color: var(--color-btn-hover);
    transform: scale(1.05);
    /* Ligeramente aumentar el tamaño al hacer hover */
}

.btn-alt:hover,
.btn-warning:hover {
    transform: scale(1.05);
    /* Ligeramente aumentar el tamaño al hacer hover */
}

.btn-alt {
    background-color: #b1b1b1;
    text-align: center;
}

.container-invoice-name {
    margin-top: 20px;
}

.container-invoice-name {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    font-family: var(--font-family-princial);
    font-weight: normal;
    color: #7a7a7a;
    font-size: 18px;
    line-height: 1.1;
    padding-bottom: 3px;
    text-align: center;
}

.container-invoice-description {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    font-family: var(--font-family-princial);
    font-weight: normal;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 5px;
    text-align: center;
}

.container-invoice-message {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    font-family: var(--font-family-princial);
    font-weight: normal;
    color: #2c2e2f;
    font-size: 18px;
    line-height: 1.1;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    margin: 15px 0px;
}

.container-invoice-number {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    font-family: var(--font-family-princial);
    font-weight: 600;
    color: #cc0033;
    font-size: 22px;
    line-height: 1.1;
    padding-bottom: 5px;
    text-align: center;
}

.btn-download {
    position: relative;
    display: block;
    width: 220px;
    padding: 10px 0;
    background-color: #b1b1b1;
    text-align: center;
    font-family: var(--font-family-princial);
    font-weight: 600;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    cursor: pointer;
    margin: 20px auto;
}

.btn-download:hover {
    background-color: #fd4976;
}

.container-address-choise,
.container-tax-choise {
    margin: 10px 0 10px 0;
}

.address-choise-selection {
    position: relative;
    display: inline-block;
    font-family: var(--font-family-princial);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 5px;
}

.address-choise-selection.active {
    color: #fd4976;
}

.tax-selection {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 5px;

}

.tax-selection.active {
    color: #fd4976;
}

.container-inside-form {
    position: relative;
    margin: 10px 0 0 0;
}

.no-gutter-form {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter-form>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

label.expiration-date {
    font-size: 8px !important;
    text-transform: uppercase !important;
    padding-top: 5px !important;
    text-align: center !important;
}

.container-inside-form .fl-wrap {
    font-family: var(--font-family-princial);
    font-weight: normal;
}

.icon-question {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../brand/icos/icon-question.svg);
    background-size: cover;
    top: 17px;
    right: 6px;
    cursor: pointer;
}

.container-i-dont-pass {
    font-family: var(--font-family-princial);
    color: #6c7378;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
}

.container-i-dont-pass.linea {
    position: relative;
    z-index: 1;
}

.container-i-dont-pass.linea:before {
    border-top: solid 1px #d1d1d1;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.container-i-dont-pass.linea span {
    background: #fff;
    padding: 0 15px;
}

.container-have-an-account .have-account-txt-2 {
    margin-top: 15px;
}

.container-have-an-account {
    line-height: 1.1;
    padding: 5px 0;
}


.container-have-an-account span {
    cursor: pointer;
}

.container-check.inside .text-check.font-color-red {
    color: #fd4976;
}




.labelFormPagarFullCenter {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #424242;
}

.custom-checkbox .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    /* Cambia la forma del checkbox a redondeado */
    border: 2px solid var(--color-input-border);
    /* Cambia el color del borde */
    margin-right: 15px;
}

.custom-checkbox .form-check-input:checked {
    background-color: var(--color-input-border);
    /* Cambia el color de fondo cuando está seleccionado */
    border-color: var(--color-input-border);
}

.custom-checkbox .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(253, 73, 118, 0.25);
    /* Añade un efecto de enfoque */
}

.custom-checkbox label {
    margin-top: 3px;
}

.listado-PanelHeader .btn {
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-new-user .bi,
.btn-warning .bi,
.btn-alt .bi {
    font-size: 25px;
    top: 3px;
    position: relative;
}

.container-btn-back .bi {
    font-size: 18px;
}

.info-text-data {
    padding-top: 15px;
}

.shipping-address.eliminar {
    color: #ff0080;
    cursor: pointer;
    text-align: left;
    margin: 10px 0;
    float: left;
    width: 60px;

}

.agregar_metodo .bi {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.tax-selection .bi,
.tax-address .bi {
    font-size: 22px;
    margin-right: 5px;
}

.full-fiscal {
    border-bottom: dotted 1px #130000;
}

.detalle-info-factura {
    margin-right: 5px;
}

.check-full-fiscal {
    /*margin-top: 30px;*/
}

.was-validated,
.adderror {
    box-shadow: 0 0 0 0.5px #ff5345 !important;
    border-radius: 7px;
}

.contenedor-full-select-facturas {
    float: left;
    width: 90%;
}

.refrenciado-txt-li {
    font-size: 20px;
    font-weight: bold
}

.text-color-red {
    color: #db3444;
}

/* ===== ESTILOS GENERALES ===== */
.payment-method-container {
    font-family: 'Arial', sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Iconos */
.bi {
    margin-right: 8px;
    font-size: 1.2em;
}

.bi-credit-card {
    color: #e00f14;
}

.bi-credit-card-2-front {
    color: #016FD0;
}

/* Azul AMEX */
.bi-paypal {
    color: #003087;
}

/* Azul PayPal */
.bi-receipt {
    color: #e00f14;
}

/* Oxxo */
.bi-shop {
    color: #008753;
}

/* Verde 7-Eleven */
.bi-bank {
    color: #e00f14;
}

/* Banorte */

/* Contenedores principales */
.add-creditcart {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

/* Títulos */
.payment-method-title {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

/* Separadores */
.account-separate {
    border-top: 2px dashed #e00f14;
    margin: 5px 0;
    padding-top: 20px;
}

/* ===== LISTAS DE INSTRUCCIONES ===== */
.payment-steps {
    counter-reset: step-counter;
    padding-left: 0;
    list-style: none;
}

.refrenciado-txt-li {
    position: relative;
    padding: 15px 15px 15px 60px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #e00f14;
}

.refrenciado-txt-li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 15px;
    top: 15px;
    background: #e00f14;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Elementos de las listas */
.step-header {
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    font-size: 16px;
}

.verification-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 8px;
}

.verification-list li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.verification-list li::before {
    content: "•";
    color: #e00f14;
    font-size: 20px;
}

/* ===== COMPONENTES ESPECÍFICOS ===== */
/* Cajas de información */
.info-box {
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.security-badge {
    background-color: #f0f9ff;
    border: 1px solid #d0ebff;
}

.warning-message {
    background-color: #fff8e6;
    border: 1px solid #ffe082;
    color: #856404;
}

.benefits-box {
    background-color: #fff0f6;
    border: 1px solid #ffdeeb;
    color: #c2255c;
}

.amex-special {
    background-color: #f0f7ff;
    border-left: 3px solid #016FD0;
}

/* Textos destacados */
.text-color-red {
    color: #e00f14;
    font-weight: bold;
}

.highlight-box {
    background-color: #fff8e6;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #ffecb3;
}

/* Consejos y tips */
.payment-tips {
    margin-top: 20px;
}

.tip-box {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 6px;
    border-left: 4px solid #e00f14;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Referencia de pago */
.reference-box {
    background-color: #f5f5f5;
    border: 2px dashed #e00f14;
    padding: 12px;
    margin: 10px 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reference-number {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #e00f14;
}

/* Botones */
.copy-btn {
    background-color: #e00f14;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.copy-btn:hover {
    background-color: #c00c11;
}

/* Datos bancarios */
.bank-data-list {
    background-color: #f9f9f9;
    border-left: 3px solid #e00f14;
    padding: 10px 15px;
    margin: 10px 0;
    list-style-type: none;
}

.bank-data-list li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.bank-data-list li:last-child {
    border-bottom: none;
}

/* Tooltips */
.cvv-tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
}

.cvv-tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.cvv-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.swal2-html-container {
    text-align: left;

}

/* Estilo para el enlace del título */
.instrucciones-toggle {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.instrucciones-toggle:hover {
    text-decoration: none;
    color: inherit;
}

/* Rotar la flecha cuando está expandido */
.instrucciones-toggle[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Espaciado para el contenido del acordeón */
.collapse.show {
    padding-top: 10px;
}

.instrucciones-toggle[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}







/* Títulos de grupo compactos */
.form-group-header {
    padding-top: 0.5rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 0.25rem;
}

.form-group-header:first-child {
    border-top: none;
    padding-top: 0;
}

.form-group-header h6 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
}


/* Ajuste específico para los campos de tarjeta */
.col-md-2 .form-floating {
    margin-bottom: 0;
}


#datos_fiscales {
    margin-top: 25px;
}





.payment-icon {
    font-size: 28px;
    display: inline-block;
    transition: transform 0.2s;
    cursor: default;
}

.payment-icon:hover {
    transform: scale(1.15);
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .payment-select-wrapper {
        flex-direction: column;
    }
    
    .payment-select-container,
    .payment-icons-container {
        width: 100% !important;
    }
    
    .payment-icons-container {
        margin-top: 10px;
        padding-left: 0;
    }
}

/* Colores específicos para cada tarjeta */
.fa-cc-visa { color: #1a1f71; margin-left: 10px;}
.fa-cc-mastercard { color: #ff5f00; margin-left: 10px;}
.fa-cc-amex { color: #2e77bc; margin-left: 10px;}
.fa-paypal { color: #003087; margin-left: 10px;}
.fa-store { color: #e3000f; margin-left: 10px;}
.fa-convenience-store { color: #ff6600; margin-left: 10px;}
.fa-university { color: #003366; margin-left: 10px;}