html {
    overflow-x: hidden !important;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden !important;
    color: #41494e;
    font-weight: 300;
}
.bg-form{
    background-image: url('img/bg-form.png');
}
.bg-form h1, .bg-azul h1, .mesa h2{
    font-weight: 900;
}
.bg-form h1{
    line-height: 1.5em;
}
.bg-azul{
    background-color: #0093D7;
}
.text-primary {
  color: #0093D7 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0093D7 !important;
}
.destaques{
 font-weight: 900;
}
.mesa{
    text-align: center;
}
.caixa-externa-form{
    background-color: #87c9de;
    border-radius: 10px;
    padding: 20px 0px 0px 0px;
}
.form-control{
    border:none!important;
}
.btn{border-radius: 10px!important;}
