a {
    text-decoration: none;
}

h2 {text-align:center; font-weight:bold; margin-bottom:20px;}


.bold {
    font-weight:bold;
}

header {
    background-color: #3c3c3c !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
    header .container .row { align-items:center; }
    header h1 {
        color: #fff;
        font-size: 1.4rem;
    }

.branding {
    text-align: center;
}

.body-content {
    padding-top: 3%;
    padding-bottom: 3%;
    min-height: 500px;
    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: 13px;
    color: #fff;
    background-color: #1a1a1a;
    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;
        font-size: 13px;
        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;
    }

.btnCancelar {
    background-color: #9E9E9E;
}
.btnCancelar:hover {
    background-color: #b9b9b9;
}

.col-month {flex:3;}
.col-year {flex:6;}