h1{
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #202020;   
}
h2{
    font-size: 21px;
}
h3{
    margin: 20px 0;
    font-weight: 600;
}
.number{
    font-size: 15px;
    font-family: 'Roboto';
    width: 130px;
    float: left;
}
.gmaps{
    margin-top: 20px;
}
.orange{
    color: #e03b25;
}
label{
    font-size: 14px;
    border: 0;
    margin-bottom: 0;
}
.form-control{
    border-radius: 0;
}
 .form-control:focus{
    border-color: #e03b25;
    box-shadow: none;   
}
.text-area{
    width: 100%;
}
.btn-primary {
    background-color: #c8c8c8;
    border: 0;
    border-radius: 0;
    color: #000;
    width: 100%;
}
.btn-primary:hover{
    background-color: #e03b25;
    color: #fff;
}
.contact p, .contact li, .contact pre{
    font-family: 'Roboto';
}
.terms h3, .terms p, .terms li, .terms pre{
    font-family: 'Roboto';
}
.terms p, .terms li{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
em{
    font-size: 14px;
    font-weight: 500;
}
.contact{
    min-height: 514px;
}
.observations{
    margin: 0 0 15px;
}
label.servicio {
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}
.table-header {
    color: #e03b25;
    margin: 10px 0 5px;
    text-align: center;
}
.confirmation{
    margin: 30px 0 5px;
}