.navbar {
    background-color: #000c;
    color: rgb(141, 141, 141);
    border-radius: 0;
    border: none;
    padding: 0;
    transition: none;
    -webkit-box-shadow: 0 1px 10px -6px rgb(0 0 0 / 42%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 4px 5px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 10px -6px rgb(0 0 0 / 42%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 4px 5px -2px rgb(0 0 0 / 10%);
    width: 100%;
    height: 70px;
}
.navbar .title-logo-wrapper {
    max-width: 250px;
    display: flex;
    align-items: center;
    float: left;
}

.navbar img {
    width: auto;
    max-height: 50px;
}
.navbar-nav{
    float: right;
}
.navbar-brand {
    height: 50px;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
}
.navbar ul{
    list-style: none;
}
.navbar-nav a {
    border-radius: 3px;
    color: inherit;
    text-decoration: none;
    float: left;
    padding: 15px 10px;
    margin: 10px 0;
    font-size: 12px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.navbar-nav a:hover{
    color: #e0733a;
    background-color: #555;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.formulario{
    padding: 15px;
    text-transform: uppercase;
}
.control-label{
    text-align: left !important;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}
.terminos{
    margin: 20px 0;
}
#sendform {
    float: right;
    padding: 10px 30px;
    background: #FF772B;
    border: none;
    color: #FFF;
    border-radius: 5px;
    margin: 10px 0;
}

#submitBtn{
    float: right;
    padding: 10px 30px;
    background: #FF772B;
    border: none;
    color: #FFF;
    border-radius: 5px;
    margin: 10px 0;
}


select{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}



#sendform:disabled,
#sendform[disabled]{

  background-color: #cccccc;
  color: #666666;
}
.radios{
    padding: 15px 0;
}
.radios label{
    margin-left: 20px;
}


.h3, h3{
    margin-top: 20px;
}

.comprobante{
    background: #ffcc007a;
    margin: 15px;
    width: 90%;
    height: 90px;
    border-radius: 5px;
}
