@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.eot');
    src: url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body{
    font-family: 'Montserrat';
    color: white;
}
.full{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-macrolotes.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    padding-top: 50px;
}
label{
    color: #cd9b5a;
}
.form-control{
    border-radius: 0px;
    color: black;
}
.btn-submit{
    color: white;
    width: 100%;
    background-color: #666666;
    margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .full{
        background-position: right;
      padding-bottom: 100px;
      overflow: scroll;
    }
}