body{
  font-family:'Roboto', sans-serif;
}

.formulario{
  border: 1px solid #ddd;
  padding: 40px 10px;
  border-radius: 20px;
  background-color: #efefef;
}
.total{
  background-color: #ffffff;
  margin: 10px 0px !important;
  border-radius: 8px;
  padding: 25px 0px;
  
}
.formulario table{
  width: 90% !important;
}

.botones{
  padding: 15px 0;
  width: 100%;
  text-transform: uppercase;
  background-color: #F28C1A;
  color: #fff;
  transition: ease-in-out 0.3s;
  border: none;
  font-size: 1em;
  border-radius: 8px;
}
.botones:hover{
background-color: #ddd;
cursor: pointer;
}
h4{
  color: var( --e-global-color-secondary );
  font-family: "Oswald", Sans-serif;
  font-weight: 400;
}
h4 small{
  font-size: 50%;
  font-family:'Roboto', sans-serif;
  display: block;
}
h2{
  color: #455b64;
  font-family: "Oswald", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: .8;
}

hr{
  width: 20%;
  height: 3px !important;
  background-color: #F28C1A;
  margin: 0 auto 28px auto !important;
}