
#coming-soon-message {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(233, 236, 251, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(233, 236, 251, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(233, 236, 251, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(233, 236, 251, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(233, 236, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(233, 236, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9ecfb', GradientType=0);
}

#coming-soon-message h3 {
    font-size: 60px;
    line-height: 60px;
    padding: 60px 0;
    margin: 0px;
}

.languageSelector {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 4;
    color: white;
}

.languageSelector a {
    color: white;
    text-decoration: none;
    display: inline-block;
}

.languageSelector a.active {
    border-bottom: 1px solid white;
}

.languageSelector a:hover {
    border-bottom: 1px solid white;
}

.legal a {
    color: #002b49;
    text-decoration: underline;
}

#contact .boxform {
    margin-top: 50px;
}

#contactResponse button {
    color: white;
    padding: 10px 20px;
    border: 0px;
    position: relative;
    padding-right: 60px;
    float: right;
    background-color: #002B48;
}

#contactResponse button .icon {
    font-size: 28px;
    position: absolute;
    top: 7px;
    right: 20px;
}

footer .legal ul li a {
    text-decoration: none;
    text-transform: none;
}

.textWhite {
    color: #FFF;
}

.has-error .help-block {
    font-family: "Maax";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.has-error input, .has-error textarea {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
    background-color: white !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact form #contactform-terminos:checked + .checkboxlabel:before {
    content: "f";
    cursor: pointer;
    font-size: 15px;
    color: white;
}

.coming-soon-logo {
    max-width: 21vw;
    margin-bottom: 2vw;
}
#contact .direcciones .direccion{
    display: inline-block;
}
footer .legal p{
    margin: 0;
    padding: 0;
}
footer .legal{
    border: 0;
    padding: 0;
    margin: 0;
}
@media (max-width: 1626px) {
    .coming-soon-h1 {
        font-size: 125px;
        line-height: 115px;
    }
}

@media (max-width: 1370px) {
    .coming-soon-h1 {
        font-size: 115px;
        line-height: 110px;
    }
}

@media (max-width: 1285px) {
    .coming-soon-h1 {
        font-size: 105px;
        line-height: 95px;
    }

    .coming-soon-logo {
        max-width: 29vw;
        margin-bottom: 2vw;
    }
}

@media (max-width: 991px) {
    #coming-soon-message h3 {
        font-size: 50px;
        line-height: 50px;
        padding: 50px 0;
        margin: 0px;
    }

    .coming-soon-h1 {
        font-size: 11vw;
        line-height: 11vw;
    }

    .legal h1 {
        padding: 100px 0 0 0;
    }

    .legal .table {
        max-width: 100%;
        overflow-x: scroll;
        display: inline-block;
    }

}

@media (min-width: 768px) {

    .legal {
        padding-left: 60px
    }
}

@media (max-width: 768px) {
    #coming-soon-message h3 {
        font-size: 40px;
        line-height: 40px;
        padding: 40px 0;
        margin: 0px;
    }

    .languageSelector {
        top: 20px;
    }

    .coming-soon-logo {
        max-width: 35vw;
        margin-bottom: 4vw;
    }
    .city i{
        float: right;
    }
    #contact .direcciones{
        margin-bottom: 0;
    }


}

@media (max-width: 575px) {

    #contact .direcciones .direccion:not(.show) {
        display: none;
    }
}
@media (max-width: 480px) {


    #contact .titular, .titularessection{
        font-size: 10vw;
        line-height: 10vw;
    }
    #coming-soon-message h3 {
        font-size: 30px;
        line-height: 30px;
        padding: 30px 0;
        margin: 0px;
    }
    .coming-soon-logo {
        max-width: 50vw;
        margin-bottom: 5vw;
    }
}

footer .legal {
    padding-left: 0;
}