.custom-card {
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #f9f9f9;
}

body {

    padding-top:3%;
}

.custom-table th, .custom-table td {
    text-align: center;
}

.total-box {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
}

.form-label {
    /*background-color: transparent !important;*/
    background-color: white !important;
    color: #002554 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    margin-left: 8px !important;
    padding: 4px 8px !important;
    font-size: 0.725rem !important;
    font-weight: 600 !important;
    line-height: 0.5rem !important;
    position: relative !important;
    z-index: 2;
    font-family: "Barlow", Sans-serif !important;
}

.input-field {
    width: 100% !important;
    height: auto;
    background-color: var(--white-smoke) !important;
    border: 1px solid rgba(29, 29, 29, 0.1) !important;
    border-radius: 0px !important;
    margin-top: -19px !important;
    margin-bottom: 0 !important;
    padding: 1rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5rem !important;
    transition: all 0.2s !important;
    font-family: inherit !important;
}

.input-field_wrapper {
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    display: flex !important;
}

.input-field:hover {
    background-color: var(--white-smoke) !important;
    border: 1px solid #00cd57 !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5rem !important;
    transition: all 0.2s !important;
}

.input-field:focus {
    border: 1px solid #4c9c2e !important;
    outline-offset: 0px;
    outline: 2px solid #d7e7de !important;
}

.column-one-third {
    float: left !important;
    position: relative !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    width: 100%;
}

.form-row button {
    background-color: #4c9c2e !important;
    color: white !important;
    text-align: center;
    font-weight: 700 !important;
    width: 260px !important;
    height: 40px !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    justify-content: center !important;
    margin: 0 auto !important;
    display: block !important;
    margin-top: 25px !important;
    line-height: 0px !important;
    font-family: "Barlow", Sans-serif !important;
}

    .form-row button:hover {
        background-color: #002554 !important;
        color: white !important;
        text-align: center;
        font-weight: 700 !important;
        width: 260px !important;
        height: 40px !important;
        border-radius: 0px !important;
        font-size: 15px !important;
        justify-content: center !important;
        margin: 0 auto !important;
        display: block !important;
        margin-top: 25px !important;
        line-height: 0px !important;
        font-family: "Barlow", Sans-serif !important;
    }

/* Estilos para dispositivos más pequeños */
@media only screen and (max-width: 600px) {
    .wpcf7-form .column-one-third {
        width: 100% !important; /* Ajusta el ancho al 100% para ocupar toda la fila */
        margin: 0 !important; /* Elimina el margen para que los inputs estén juntos */
        padding: 0 !important; /* Elimina el padding para que los inputs estén más juntos */
        box-sizing: border-box !important; /* Ajusta el modelo de caja para incluir el borde y el padding */
    }

    .input-field {
        width: 100% !important; /* Ajusta el ancho al 100% para ocupar toda la fila */
        margin-bottom: 8px !important; /* Añade un margen inferior para separar los inputs */
    }

    .input-field_wrapper {
        width: 100%;
        align-items: flex-start !important;
        display: block !important;
    }
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap !important;
    margin-right: -5px;
    margin-left: -5px;
}

#submitBtn[disabled] {
    background-color: #ccc; /* Color de fondo */
    color: #888; /* Color del texto */
    cursor: not-allowed; /* Cursor no permitido */
    opacity: 0.6; /* Opacidad reducida */
    pointer-events: none; /* Eventos de puntero desactivados */
}

#submitBtn {
    margin: 0 auto;
}

.custom-card {
    background-color: #fff !important;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
}

th,
td {
    border: 1px solid #002554 !important;
    color: #002554 !important;
    padding: 10px 55px 10px 55px !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 700;
    font-family: var(--e-global-typography-6926aa4-font-family), Sans-serif !important;
}

th {
    background-color: #002554 !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    padding: 5px 55px 5px 55px !important;
    font-family: var(--e-global-typography-6926aa4-font-family), Sans-serif !important;
}



.smart-chip {
    width: 35px;
    height: 35px;
    /*background: url("/assets/img/chip.png") no-repeat center;*/
    background-size: contain;
}

.input-card {
    color: white;
}

.input-name {
    color: white;
}

.input-field {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    font-size: 1.2em;
    width: 100%;
    margin-bottom: 15px;
    letter-spacing: 2px;
    outline: none;
}

.input-small {
    font-size: 0.9em;
    width: 45%;
}

.row {
    display: flex;
    justify-content: space-between;
}

.static-name {
    font-size: 1.1em;
    margin-top: 10px;
    text-transform: uppercase;
    color: white;
}



.magnetic-strip {
    width: 100%;
    height: 40px;
    background: black;
    margin: 15px 0;
}

.signature-panel {
    background: white;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    color: black;
    font-size: 0.9em;
}

.cvv-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    color: black;
    font-size: 0.9em;
    width: 100%;
    text-align: right;
    outline: none;
}
.cvv-input-error {
    background: transparent;
    border: none;
    border-bottom: 1px solid #dd4b39;
    color: #dd4b39;
    font-size: 0.9em;
    width: 100%;
    text-align: right;
    outline: none;
}

.logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100px; /* Ajusta el tamaño del logo */
}
.logos-bottom img {
    width: 25px;
    height: auto;
}
.contenedorDiv {
    margin-top: auto;
}
.btn{
	margin-top: 3%;
}
/* Para pantallas menores a 768px */
@media (max-width: 768px) {
    .creditcard {
        height: 314px;
        margin-left: 0px !important;
    }

    .form-row {
        display: block !important;
    }
}

/* Para pantallas mayores a 768px */
@media (min-width: 769px) {
    .creditcard {
        height: auto;
        margin-left: 1.5rem !important;
    }
    .form-row {
        display: flex !important;
    }
}