a {
    text-decoration: none !important;
}

h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}


.bold {
    font-weight: 700;
}

header, body, footer {
    font-family: "Roboto","Roboto Fallback";
}

header {
    padding-bottom: 50px;
    display: none;
}

body {
    margin-bottom: 0;
}

html, body {
    height: 100%;
}

form {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.container.body-content {
    flex: 1 0 auto;
}

.branding {
    text-align: center;
}

.body-content {
    padding-top: 3%;
    padding-bottom: 3%;
    min-height: 550px;
    max-width: 650px;
}

.row input[type=text], .row input[type=email] {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: auto;
}

.pnlCampos {
    display: flex;
    flex-direction: column;
}

    .pnlCampos > .row {
        margin: 0 15% 1% 0;
    }

    .pnlCampos .span-label {
        text-align: right;
    }

    .pnlCampos .infoAdicional p {
        margin: 0;
    }

    .pnlCampos .btnForm {
        margin-top: 20px;
    }


.importe {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.infoAdicional {
    color: #bf1e2d;
    font-weight: bold;
}

footer {
    font-size: clamp(10px, 2vw, 13px);
    color: #fff;
    background-color: #1f2732;
    text-align: center;
}

    footer .container > div {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    footer .imagesFooter .imageFooter {
        max-height: 50px;
    }

        footer .imagesFooter .imageFooter img {
            max-width: 100%;
            max-height: 100%;
        }

.link-footer {
    display: none;
    text-align: center;
}

    .link-footer a {
        color: #fff;
        display: inline-block;
        border-right: 1px solid #fff;
        padding-right: 30px !important;
        padding-left: 30px !important;
        padding-bottom: 5px;
    }

    .link-footer :last-of-type {
        border-right: none;
    }

.textoError {
    color: #bf1e2d;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
}

.btn-custom-primary {
    color: #fcb344;
}

.btnForm {
    color: white;
    border: none;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    width: 30%;
    margin: 20px auto;
}


.btnSubmit {
    background-color: rgb(183, 45, 47);
}

    .btnSubmit:hover {
        background-color: #bd6061;
    }


.btnCancelar {
    border-color: #9E9E9E;
    color: rgb(255, 255, 255);
    background-color: #9E9E9E;
}

    .btnCancelar:hover {
        background-color: #b9b9b9;
    }

.divDatos {
    margin-top: 30px;
}

.col-month {
    flex: 3;
}

.col-year {
    flex: 6;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.w-full {
    width: 100%;
}

@media (min-width: 1280px) {
    .xl\:flex {
        display: flex;
    }
}

.text-primary-foreground {
    color: white;
}

.text-base {
    font-size: clamp(10px, 2vw, 16px);
    line-height: 26px;
}


/*HEADER*/

@media (min-width: 480px) {
    .h-header {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.h-header {
    max-width: 1620px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgb(170, 170, 170);
    border-radius: calc(1rem - 4px);
    margin-top: 1rem;
}

.imgLogo {
    max-width: 120px;
}

/* ESTILOS PÁGINA THANKS */
.resultado-container {
    max-width: 600px;
    margin: 40px auto;
    text-align: center;
}

.resultado-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

    .resultado-icon.success {
        background: #4caf50;
        color: white;
    }

    .resultado-icon.error {
        background: #dc3545;
        color: white;
    }

.resultado-titulo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.resultado-mensaje {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.pedido-info {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.pedido-numero {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.pedido-valor {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.btn-grupo {
    margin-top: 30px;
}

.btn-accion {
    display: inline-block;
    padding: 12px 30px;
    margin: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-reintentar {
    background-color: #fcb344;
    color: white;
    border: none;
}

    .btn-reintentar:hover {
        background-color: #cf9238;
        color: white;
    }

.btn-volver {
    background-color: #6c757d;
    color: white;
    border: none;
}

    .btn-volver:hover {
        background-color: #5a6268;
        color: white;
    }

.loader-container {
    text-align: center;
    padding: 60px 20px;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #fcb344;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
