/*html{
    background: url("../img/ondas-logo.jpg") no-repeat;
    background-size: cover;
    min-height: 100%;
}*/

body{
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat:wght@400;500;600&display=swap');


.fondoproepta2{
    font-size: 18px;
    background-image: url("../img/fondo-imagen.jpg");
    background-color: #ffffff;
    /*height: 1050px;
    width: 98%;
    background-position: center;*/
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 80%;
}

#registration-form{
    /*max-width: 1100px;*/
    margin: 120px auto;
    margin-top: 388px;
    /*background: url("../img/Proepta-ondas.png") no-repeat;*/
}

#titulo{
    font-family: 'Abril Fatface', cursive;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
}

#tituloXl{
    font-family: 'Abril Fatface', cursive;
    font-size: 80px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 4rem;
}

#nota{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: center;
    padding-top: 4rem;
}


#subTitulo{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    text-align: center;
}

#registrate{
    font-family: 'Montserrat', sans-serif;
    font-size: 37px;
    text-align: left;
    font-weight: 500;
    padding: 2rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

#registration-form .image{
    float:left;
    /*background-image: url("../img/logo-white.png");*/
    /*background: #fbfcf0;*/
    /*height: 500px;
    width: 50%;
    background-size: cover;
    background-position: 25%;*/
    height: 183px;
    width: 50%;
    background-size: contain;
    background-position: 25%;
}

#registration-form .mensaje{
    float:left;
    /*background-image: url("../img/logo-white.png");*/
    /*background: #fbfcf0;*/
    /*height: 500px;
    width: 50%;
    background-size: cover;
    background-position: 25%;*/
    height: 183px;
    width: 90%;
    background-size: contain;
    background-position: 25%;
}

#registration-form .frm{
    float:right;
    height: 500px;
    width: 50%;
    min-width: 250px;
    padding: 0 35px;
    background-size: 100% 100%;
    /*background-color: white;*/
}

#registration-form h1{
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
}

#registration-form .form-control{
    width: 70%;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    height: auto;
}

@media screen and (max-width: 700px){
    #registration-form .image{
        width: 30%;
        background-position: 60%;
    }

    #registration-form .frm{
        width: 70%;
    }

    #registration-form .form-control{
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    #registration-form .image{
        display: none;
    }

    #registration-form .frm{
        width: 100%;
    }

    #registration-form h1{
        text-align: center;
    }

    #registration-form .btn{
        width: 100%;
        margin-top: 20px;
    }
}

/*input[type=submit] {*/
#btnRegistro {    
    background: url('../img/btn-enviar.png') no-repeat;
    border: 0;
    display: block;
    height: 50px;
    width: 170px;
    background-size: 170px 50px;
}