.hero-content {
  border-radius: 24px;
  /* max-width: 1279px; */
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 54px;
}


.overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, var(--colors-ffp-07, #000) -4.25%, rgba(0, 0, 0, 0.00) 63.25%);
  z-index: 2;
}

.hero-content-info {
  position: relative;
  z-index: 3;
}

.hero-content picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.hero-content picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hero-info {
  max-width: 530px;
}

.hero-info strong {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: Latam-Sans-Bold, sans-serif;
  line-height: 20px;
  margin-bottom: 8px;
  color: #fff;
}

.hero-info {
  margin-top: 28px;
}

.hero-info h1 {
  font-size: 27px;
  font-weight: 400;
  font-family: Latam-Sans-Regular, sans-serif;
  line-height: 32px;
  letter-spacing: 0.25px;
  margin-bottom: 8px;
  color: #fff;
  margin-bottom: 0px;
}

.hero-info p {
  font-size: 1rem;
  font-weight: 400;
  font-family: Latam-Sans-Regular, sans-serif;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 0.5rem;
}

.hero-info  a {
  color: #fff;
  font-weight: 700;
  font-family: Latam-Sans-Bold, sans-serif;
  margin-top: 1.25rem;
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  line-height: 14px;
}

.hero-card {
  max-width: 360px;
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #EEEEEE;
}

.hero-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 1rem 0 1.125rem;
}

.hero-card ul li {
  display: flex;
}

.hero-card ul li img {
  margin-right: 0.5rem;
  align-self: self-start;
  position: relative;
  top: 4px;
}

.hero-card ul li span {
  font-size: 14px;
  line-height: 20px;
  font-family: Latam-Sans-Regular, sans-serif;
  font-weight: 400;
  color: #303030;
  align-items: self-start;
}

.hero-card ul li span a {
  color: #2D34CE;
  font-weight: 700;
  font-family: Latam-Sans-Bold, sans-serif;
}

.hero-card h2 {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 700;
  font-family: Latam-Sans-Bold, sans-serif;
}

.hero-card p {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  font-family: Latam-Sans-Regular, sans-serif;
  color: #5C5C5C;
}

.hero-card button {
  width: 100%;
  outline: none;
  border: none;
  padding: 0 10px;
  height: 40px;
  background-color: #E8114B;
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
  font-family: Latam-Sans-Bold, sans-serif;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}


.form-group {
  position: relative;
  margin-bottom: 0px !important;
}

.form-control {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  border: 2px solid #858585;
  background-color: #fff;
  height: 56px;
  padding: 0px 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  font-family: Latam-Sans-Regular, sans-serif;
  color: #858585;
  line-height: 24px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #858585;
}

.form-group label {
  position: absolute;
  top: -0.5rem;
  left: 0.75rem;
  font-size: 12px;
  font-weight: 400;
  color: #303030;
  background-color: transparent;
  padding: 0 0.5rem;
  z-index: 10;
  margin-bottom: 0;
}

.form-group label::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  z-index: -1;
}


@media (max-width: 1200px) {
   .hero-info h1 {
    font-size: 1.5rem;
    line-height: 28px;
  }
}

@media (max-width: 992px) {

  .hero-content {
    height: 612px;
    padding: 24px;
  }

  .hero-card {
    max-width: 100%;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, var(--colors-ffp-07, #000) 27.8%, rgba(0, 0, 0, 0.42) 84.26%, rgba(0, 0, 0, 0.00) 99.97%);
  }

}


@media (max-width: 768px) {
   .hero-content {
    height: 800px;
  }
}
