.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.big-image {
  position: relative;
  right: 250px;
  top: 150px;
}

.big-img {
  /*right: 130px;*/
  /*margin-top: 150px;*/
}

.first-row {
  padding-top: 150px;
  height: 305px !important;
}

.form-background {
  background-color: #ebebeb;
}

inputs-form {
  margin-top: 0;
  font-family: Oswald, sans-serif;
  background-color: #ebebeb;
}

input::placeholder {
  font-size: 18px;
}

.bg-head-two {
  background: url("../../assets/img/tirme-cabecera-exito-colectivo.png");
  background-size: contain;
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20vh;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.head-title-phone {
  width: 100px;
}

.img-30-phone {
  width: 250px;
  height: 400px;
  margin-top: -50px;
  margin-left: 40px;
}

.green-line {
  height: 100%;
  width: 90px !important;
  background-color: #6CC24A;
  margin-left: 50px;
  position: absolute;
  top: 0;
  left: 17vw;
  z-index: -1;
}

