/* Request-form --------------------------------------------------------------------------------------------------------*/
.request-form {
  text-align: center;
  padding: 40px 0;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  background: #fff;
  border: 1px solid rgba(54, 66, 74, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  width: 100%;
  padding: 20px 20px;
  font-size: 1rem;
}
.form-control:focus {
  border-color: #E55302;
}

.form-ejemplo {
  max-width: 915px;
  margin: 0 auto;
}
.form-ejemplo .input-field {
  max-width: 452px;
  display: block;
  margin: 0 auto 20px;
}
.form-ejemplo .compaint-sec-bg-btn {
  margin-bottom: 20px;
}

.form-ejemplo-title {
  color: #36424A;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  padding-bottom: 40px;
}

.form-ejemplo-text {
  color: #36424A;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 20px;
}

.form-ejemplo-link {
  color: #E55302;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-decoration: underline;
}

.search-box {
  padding-right: 40px;
  position: relative;
}

.show-hide-search {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 20px;
  height: 20px;
  display: block;
}
.show-hide-search img {
  transition: all 0.3s;
  transform: rotate(0);
}

.buscador-form:not(.show-filter) .show-hide-search img {
  transform: rotate(-45deg);
}

.search-control {
  padding-right: 60px;
  background: url("../../imag/ic-search.svg") no-repeat right 25px center/25px 25px;
}

.form-control-sm {
  height: 40px;
}

.datepicker {
  max-width: 180px;
  padding-left: 40px;
  background: url("../../imag/ic-calendar.svg") no-repeat 10px center/25px 25px;
}

.fecha-label {
  min-width: 110px;
  padding-right: 10px;
}

.form-select {
  background: #fff;
  border: 1px solid rgba(54, 66, 74, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  width: 100%;
  padding: 20px 20px;
  font-size: 1rem;
  display: block;
  background-image: url("../../imag/ic-dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #E55302;
}

.form-subtit {
  text-align: left;
  font-size: 1.0625rem;
  padding: 20px 0 10px;
  font-weight: 600;
}
.form-subtit:first-child {
  padding-top: 0;
}

/* Create a custom radio button */
.custom-radio {
  padding-top: 10px;
  position: relative;
}

.custom-check-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  z-index: 2;
  opacity: 0;
}
.custom-check-input:checked ~ .custom-check-label::before {
  opacity: 1;
}

.custom-check-label {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  position: relative;
  padding-left: 32px;
  display: block;
}
.custom-check-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  border: 1px solid #36424A;
  display: block;
}
.custom-check-label::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #36424A;
  opacity: 0;
}

.form-input .subtit {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-weight: 300;
  color: #36424A;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
}
.form-input .radio-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.form-input .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.form-input .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-input .container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 10px 0 10px;
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  color: #2d2d2d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}
.form-input .container + .container {
  margin-left: 35px;
}
.form-input .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-input .container input:checked ~ .checkmark {
  background-color: #fff;
}
.form-input .container input:checked ~ .checkmark:after {
  display: block;
}
.form-input .container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #E55302;
}
.form-input .container:hover input ~ .checkmark {
  background-color: #ccc;
}

.banner-horizontal {
  padding: 0 10px 50px;
}
.banner-horizontal img {
  display: block;
  margin: 0 auto;
  max-width: 614px;
  width: 100%;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .search-box {
    padding-right: 0px;
  }
  .show-hide-search {
    right: -40px;
  }
  .subtit {
    font-size: 1.375rem;
  }
}

/*# sourceMappingURL=request-form.css.map */