body {
  font-family: "Roboto", sans-serif;
  line-height: 1.9;
  color: #8c8c8c;
  background-color: #6f7777!important;
  background-image: url("https://sindicatosinesat.cl/solicitud_vales/view/images/patron.svg");
  position: relative; }
  body:before {
    z-index: -1;
    position: absolute;
    height: 50vh;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background-image: url("https://sindicatosinesat.cl/solicitud_vales/view/images/patron.svg");
    background-color: #6f7777!important;
  }

  input {
    font-size: 13px!important;
  }

  select {
    font-size: 13px!important;
  }

  a {
    color: #35477d!important;
  }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  color: #000; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

#tocart{
  padding:10px;
  cursor: pointer;
}

#bie2000023{
  padding: 10px;
  cursor: pointer;
}
.text-black {
  color: #000; }

.content {
  padding: 7rem 0; }

.heading {
  font-size: 2.5rem;
  font-weight: 900; }

/*.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: none; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }*/

  button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent; 
  }

  button {
    border-color: transparent;
  }

.col-form-label {
  color: #000;
  font-size: 13px; }

.btn, .form-control, .custom-select {
  height: 45px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.btn-formed {
  background-color: #35477d;
  border-radius: 10px;
  margin:10px;
  color:white!important;
  font-weight: bold;
  font-size: 13px!important;
}

.btn-dest{
  background-color: rgb(244, 99, 58);
  border-color: transparent!important;
}

.cart-data{
  padding: 10px;
}

#result-comp { 
  height:200px;
  margin-top: -20px;
  font-size: 12px!important;

}

#result-hist { 
  height:300px;
  font-size: 12px!important;

}

#alrt{
  margin-top: -30px;
  margin-bottom: 30px;
  font-size:12px;
}

.contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
  .contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0; }
  .contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px; }
  .contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5); }
    .contact-wrap .contact-info ul li {
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.5); }
      .contact-wrap .contact-info ul li .wrap-icon {
        font-size: 20px;
        color: #fff;
        margin-top: 5px; }
  .contact-wrap .form {
    background: #fff; }
    .contact-wrap .form h3 {
      color: #35477d;
      font-size: 20px;
      margin-bottom: 30px; }
  .contact-wrap .contact-info {
    background: #35477d; }
    .contact-wrap .contact-info h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 30px; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }
  
  .table-precios{
      border-collapse: collapse;
  }
