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;
}
/*    header .container .row { align-items:center; }
    header h1 {
        color: #fff;
        font-size: 1.4rem;
    }*/

body { margin-bottom: 0; }

.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: #4B6050;
    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 {
    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;
}

.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;
    }

.btnPagar {
    border-color: #9E9E9E;
    color: rgb(255, 255, 255);
    background-color: #9E9E9E;
    width:100px;
}

    .btnPagar:hover {
        background-color: #b9b9b9;
    }

.btnCancelar {
    border-color: #9E9E9E;
    color: rgb(255, 255, 255);
    background-color: #9E9E9E;
    width: 100px;
}

.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: #4B6050;
    border-radius: calc(1rem - 4px);
    margin-top: 1rem;
}

.imgLogo {
    max-width: 170px;
}