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

.col-first-text{
    padding-top:130px;
}

a {
    color: #24aac5;
    text-decoration: none;
    background-color: transparent;
    white-space: initial;
}

label{
    font-size: 18px;
    font-weight: 800;
    color: #013F68;
}


.bg-blue {
    background-color: #5FA6BF;
    margin-left: 15px;
    width: 100%;
    height: 100%;
}

.bg-blue:first-child {
    margin-left: 0px;
}

.bg-red {
    background-color: #792F35;
    color: #ffffff;
    margin-right: 15px;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    height: 125px;
}

.bg-red hr {
    border: 1px solid #ffffff;
    width: 30px;
    margin-left: 0px;
}

.img-groupon {
    width: 125px;
}

.form-group {
    width: 100%;
    white-space:nowrap;
}

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

.custom-input {
    background-color: #EDEDED;
    border: none;
    border-radius: 10px;
    padding: 20px;
    color: #013F68;
}

.btn-participar{
    background-color: #24aac5;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
}

.btn-participar:hover{
    background-color: #ffffff;
    color: #24aac5;
    border: 1px solid #24aac5;
}


.col-data{
    background-color: #ffffff;
    padding: 40px 50px 30px;
    margin-bottom: 75px;
}

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

.plane {
    width: 450px;
    margin-bottom: -4em;
}

@media (max-width: 1200px){
    h3.text-2{
        line-height: 30px;
    }

    .plane {
        width: 200px;
        margin-bottom: -3em;
    }

    .bg-red {
        font-size: 12px;
    }

    .img-groupon {
        width: 100px;
        position: absolute;
        top: 35%;
        left: 40%;
        margin: -15% 0 0 -15%;
    }

    .col-form-label {
        font-size: 12px;
    }
}

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

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

    .plane {
        width: 200px;
        margin-bottom: -3em;
    }

    .img-groupon {
        width: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -15% 0 0 -15%;
    }

    .bg-red {
        font-size: 16px;
    }

}
