.grid-center{
    justify-content: center;
}

section.content{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.center{
    text-align: center;
}

label{
    font-size: 16px;
    font-weight: 700;
    color:#ffffff;
    margin: 0 15px;
}

a {
    color: #FFFFFF;
}

a:hover {
    color: #00AEC7;
}

.text-white p {
    color: #FFFFFF;
}

.linea {
    border-top: 1px solid #FFFFFF;
    width: 300px;
}

.form-control{
    background: transparent;
    border-radius: 0px;
    color: #ffffff;
    border-color: #ffffff;
    align-self: center;
    width: 100%;
    margin: auto;
}

form#form-final-nuevo {
    width: 85%;
    margin:0 auto 4em;
}

.btn-participar{
    /* background-color: #ffffff;
    color: #204071;
    border: 1px solid #ffffff;
    font-size: 18px;
    font-weight: 700;
    width: 200px;
    margin-top:30px; */
    background-color: #B2292E;
    color: #FFFFFF;
    border: #B2292E 1px solid;
    
    border: none;
    font-weight: 700;
    white-space: normal;
    text-align: center;
    font-size: 18px;
    min-width: 180px;
    padding: 10px 15px;
    position: relative;
    border-radius: 9999px;
    letter-spacing: 0;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

.btn-participar:hover{
    background-color: #204071;
    color: #ffffff;
    border: none;
}

.btn-participar:after {
    content: "\E911";
    margin-left: 10px;
    margin-top: 4px;
    font-family: jetsmart-home, sans-serif;
    font-style: normal;
    font-size: 1.2rem;
}

.col-data{
    padding: 0;
    margin: 0;
}

.btn.disabled, .btn:disabled {
    color: #ccc;
    background-color: #4f7ead;
}

.avion-nuevo {
    max-width: 70%;
    margin: auto;
    padding-top: 40px;
}

.logo-blanco{
    width: 200px;
    margin: 30px auto;
    max-width: 40%;
}

.nuevo-bg {
    background-color: #00AEC7;
}

.nuevo-bg-img {
    display:inline-block;
   /*  max-width:768px; */
    width: 100%;
}


.col-12.form-box-nuevo {
    padding: 0px 50px;
}

.form-col{
    background-color: #00AEC7;
}

.col-form-final-nuevo{
    position: relative;
}


.select2.select2-container.select2-container--classic {
    width: 100% !important;
}

.form-control, .select2-container--classic .select2-selection--single{
    /* background: transparent;
    border-radius: 0; */
    color: #ffffff;
    border-color: #ffffff;
    align-self: center;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.select2-selection__arrow {
    background-color: transparent !important;
    border: none !important;
    background-image: none !important;
    height: inherit !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #FFFFFF transparent transparent transparent !important;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #FFFFFF !important;
    padding-left: 0 !important;
}


.footer-col{
    background-color: #204071;
    bottom: -7px;
}

.footer-col p {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding-top: 15px;
}

.footer-col span{
    color: #00AEC7;
}

footer{
    margin-top: 0px !important;
}

@media (max-width: 767px){
    section.content{
        background-size: auto;
        background-position: top center;
        background-repeat: no-repeat;
    }

    form#form-octoberfest {
        width: 100%;
    }

}

@media (max-width: 992px) {

    .nuevo-bg {
        object-fit: cover;
    }

    form#form-final-nuevo {
        width: 70%;
        margin:3em auto;
    }
}


@media (min-width: 1200px) {

    .footer-col{
        position: absolute;
        bottom: 0;
    }
}