.modal.modal-offline {
    display: none;
    position: fixed;
    z-index: 100050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal.modal-offline .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: none;
    border-radius: 10px;
}

.modal.modal-offline .modal-header {
    background-color: #00ACC8;
    color: #ffffff;
    padding: 10px 20px;
    border:none;
}
.modal.modal-offline .modal-header .modal-title{
    color: #ffffff;
    font-weight: 600;
}
.modal.modal-offline .modal-footer{
    border-top: 0;
}
.modal.modal-offline .modal-text {
    padding: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    border:none;
}

.modal.modal-offline .icon-modal {
    height:40px;
    margin-right: 10px;
}

/* The Close Button */
.modal.modal-offline .close {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    opacity: .8;
}

.modal.modal-offline .close:hover,
.modal.modal-offline .close:focus {
    color: #FFF;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
/* Modal btn*/
.modal.modal-offline .modalBtn {
    height: 3.5rem;
    background-color: #B2292E;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 40px;
}
/*.modal.modal-offline .success-msg{
    font-size: 22px;
    font-weight: bold;
}
*/
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 {
    white-space:nowrap;
}

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

.form-group label:not(.custom-control-label) {
    color: #153e69;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    left: 25px;
    top: 5px;
    margin: 0;
    z-index: 1;
}

.form-group input, .form-group textarea {
    width: 100%;
    border: 1px solid #CCCCCC;
    font-weight: 400;
    color: #0A355E;
    font-size: 18px;
    border-radius: 6px;
    height: unset;
    padding: 25px 15px 11px;
    resize: none;
}
.form-group input:focus-visible {
    outline: #0A355E auto 1px;
}
.error-message {
    color: #B2292E;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #808080;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #808080;
}

/*.banner-offline{
    cursor: pointer;
}
.banner-offline-container{
    background-color: #FFFFFF;
    min-height: 200px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dedede;
    transition: transform ease-in-out .4s,box-shadow ease-in-out .4s;
}
.banner-offline-container:hover{
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    z-index: 2;
}*/
.custom-input {
    background-color: #EDEDED;
    border: none;
    border-radius: 10px;
    padding: 20px;
    color: #013F68;
}

.continueBtn{
    white-space: normal;
    text-align: center;
    font-size: 21px;
    width: 340px;
    max-width: 100%;
    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;
    background-color: #B2292E;
    color: #FFFFFF;
    border: 1px solid #B2292E;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    margin: 0 auto;
    padding-right: 50px;
    transition: ease-in-out all .3s;
    outline: none !important;
}
.continueBtn:after{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    font-weight: 300;
    font-size: 32px;
    position: absolute;
    right: 10px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 52%;
}
.continueBtn:hover{
    background-color: #FFFFFF;
    color: #B2292E;
    border: 1px solid #B2292E;
}
.continueBtn:disabled {
    background-color: #CCCCCC;
    border: #CCCCCC 1px solid;
}

.btn-participar{
    background-color: #24aac5;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
}
.btn.btn-participar.disabled, .btn.btn-participar:disabled {
    color: #FFF;
    background-color: #24aac5;
    opacity: .6;
    cursor: initial;
}
.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;
    }

}
