.mod_form {
  background-color: #fff;
  background-image: url(https://9269972.fs1.hubspotusercontent-na1.net/hubfs/9269972/sitio-2024/producto/lt/fondo-formulario.jpg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.formulario-contacto .hs-button {
  background: #272623;
  border: 1px solid #272623;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  padding: 10px !important;
  text-align: center;
  text-transform: uppercase;
}
.formulario-contacto input,
.formulario-contacto select,
.formulario-contacto textarea {
  background: #cbcac8;
  border: 1px solid #cbcac8;
  font-size: 14px;
  height: 48px;
  padding: 5px 10px !important;
  width: 100%;
}
.formulario-contacto .hs-form-field {
  margin-bottom: 10px;
  position: relative;
}
.formulario-contacto .input-fake {
  margin: 20px 0;
  position: relative;
}
.formulario-contacto label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.hs_distribuidor_de_interes,
.hs_estado {
  display: none;
}
.contenedor-sucursal {
  cursor: pointer;
}
.input {
  position: relative;
}
.loading-data {
  background: hsla(0, 0%, 100%, 0.8);
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.posting-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Light gray transparency */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
form {
    position: relative;
}  
#resultados {
  background: #fff;
  margin: 0;
  padding: 0;
}
#resultados li {
  border-bottom: 1px solid #ccc;
  color: #202020;
  cursor: pointer;
  font-size: 15px;
  list-style: none;
  padding: 5px 10px;
}
ul.inputs-list {
  list-style: none;
  padding: 0;
}
ul.inputs-list li.hs-form-booleancheckbox {
  margin: 16px 0;
}
ul.inputs-list li.hs-form-booleancheckbox label {
  position: relative;
}
ul.inputs-list li.hs-form-booleancheckbox label span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 16px;
  margin-top: 4px;
}
ul.inputs-list li.hs-form-booleancheckbox label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
ul.inputs-list li.hs-form-booleancheckbox label span:before {
  border: 2px solid #ccc;
  border-radius: 4px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
ul.inputs-list li.hs-form-booleancheckbox label span:after {
  border: 4px solid;
  border-left: 0;
  border-top: 0;
  content: "";
  height: 16px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 8px;
}
ul.inputs-list li.hs-form-booleancheckbox label input:checked + span:after {
  opacity: 1;
}
ul.inputs-list li.hs-form-booleancheckbox label input:focus + span:after {
  outline: 3px solid transparent;
}
