.form-container {
  background-color: #192843;
  color: white;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.text-container-vendeaqui {
  font-family: Roboto !important;
  font-size: 1.125rem !important;
}

.title-form {
    font-family: Roboto !important;
    font-size: 1.125rem !important;
    font-weight: 300;
  }

.title-form-gray {
    font-size: 1rem !important;
    font-weight: 500;
}

.form-header {
  padding-top: 32px;
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.form-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.form-subheader {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.form-body {
  background: white;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  margin-bottom: 46px;
  margin-left: 45px;
  margin-right: 45px;
}

.form-title {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 15px;
}

.form-control-vendeaqui {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    border-radius: 10px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
    border: 1px solid #6c757d !important;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
    background-clip: padding-box;
  }

/* .phone-input {
  position: relative;
}

.phone-input .flag-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background: url("colombia-flag.png") no-repeat;
  background-size: contain;
}

.phone-input select {
  padding-left: 45px !important;
} */

.form-check {
  margin: 15px 0;
}

.form-check-label {
  color: #666;
  font-size: 12px;
}

.btn-more-info {
  background: #ff7140;
  border: none;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  color: white;
  font-size: 14px;
}

.promo-text {
  font-family: Roboto !important;
  font-weight: bold;
  word-spacing: 0.1em;
  color: white;
  margin-top: 1px;
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.promo-text .highlight {
  background: #ff7140;
  padding: 2px 18px;
  border-radius: 4px;
  font-weight: bold;
}

.testimonial-container {
    font-family: Roboto !important;
    color: #192843;
    background-color: #EFEFEF;
    /* padding-top: 30px; */
    padding-bottom: 38px;
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 32px;
    margin-bottom: 25px;
    margin-left: 45px;
    margin-right: 45px;
}

.text-name {
    font-size: 1rem !important;
    font-weight: 500;
  }

.text-testimonial {
    font-size: 0.875rem !important;
    font-weight: 300;
  }

  .iti .form-control-vendeaqui[type="tel"] {
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    border-radius: 10px !important;
    padding: 10px 52px !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
    border: 1px solid #6c757d !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    background-clip: padding-box !important;
    margin-right: 0 !important;
}

.iti__flag-container {
  position: absolute !important;
  left: 5px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 1 !important;
  color: #000;
}

.iti {
  display: unset !important;
}

  @media (max-width: 500px) {
    .testimonial-container {
        font-family: Roboto !important;
        margin: 0;
        margin-top: 1rem;
    }
}

    @media (min-width: 1400px) {
        .title-container {
            font-size: 50px;
        }
    }