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

.center{
    text-align: center;
}

label{
    font-size: 13px;
    color:#ffffff;
    font-weight: 500;
}

a {
    color: #FFFFFF;
}

a:hover {
    color: #00AEC7;
}

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

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

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

form#form-final-buho {
    width: 85%;
    margin:0 auto 4em;
}
/*BUTTON*/
.buy-pill {
    border-radius: 50rem !important;
    border: 0;
    background-color: #204071;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 10px 25px;
    line-height: 1;
    position: relative;
}

.buy-pill.redwhite {
    background-color: #ac272f;
    color: #fff;
    border: 1px #ac272f solid;
}

.buy-pill.redwhite:hover {
    background-color: #fff;
    color: #ac272f;
}

.buy-pill .buy-text {
    padding: 0 0.6rem;
    font-weight: 700;
}

.buy-pill .buy-icon {
    font-size: 18px;
}

.buy-arrow {
    font-family: jetsmart-home,sans-serif;
    font-style: normal;
}

.buy-arrow:before {
    content: "\E911";
    margin-left: 5px;
    margin-top: 5px;
}
/*BUTTON*/
.btn-participar{
    background-color: #204071;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 10px 25px;
    line-height: 1;
    position: relative;
}

.buy-pill.redwhite {
    background-color: #ac272f;
    color: #fff;
    border: 1px #ac272f solid;
}

.buy-pill.redwhite:hover {
    background-color: #fff;
    color: #ac272f;
}

.buy-pill .buy-text {
    padding: 0 0.6rem;
    font-weight: 700;
}

.buy-pill .buy-icon {
    font-size: 18px;
}

.buy-arrow {
    font-family: jetsmart-home,sans-serif;
    font-style: normal;
}

.buy-arrow:before {
    content: "\E911";
    margin-left: 5px;
    margin-top: 5px;
}
/*BUTTON*/

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

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

.logo-blanco{
    width: 200px;
    margin: 10px auto;
}

.buho-bajada {
    font-size: 15px;
}

.buho-subtext {
    font-size: 38px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.buho-texto {
    font-size: 18px;
    margin-bottom: -5px;
}

.buho-subtitulo {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.buho-bg {
    background-color: #1E120D;
    height: 700px;
}

.buho-titulo{
    font-size: 15px;
}

.buho-bg-img {
    display:inline-block;
    width: 100%;
    height: 100%;
}

.form-col{
    background-color: #0C294C ;
}

.col-form-final-buho{
    position: relative;
    flex-direction: column;
}

.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;
}

.form-group {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
}

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

/*campo instagram*/
.at-symbol {
    position: absolute;
    left: 35px;
    top: 60%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
    color: #ffffff;
}

.input-field {
    padding-left: 20px;
}
/*campo instagram*/

/*SIN FLECHAS EN INPUTS DE NUMBER*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


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

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

}

@media (min-width: 992px) and (max-width: 1199px) {

    label {
        max-width: 110px;
    }
}

@media (max-width: 992px) {

    .buho-bg {
        object-fit: cover;

    }

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

@media (min-width: 1200px) and (max-width: 1315px) {

    label {
        max-width: 156px;
    }
}

@media (min-width: 1200px) {

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