@import url("https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css");


@font-face {
  font-family: latam-icons-regular;
  src: url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b134c2077f5_latamicons-w-rg.eot#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: latam-icons-regular;
  src: url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b136079b636_latamicons-w-bd.woff2) format("woff2"), url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b1347ac99ef_latamicons-w-rg.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: latam-icons-bold;
  src: url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b131f095e5d_latamicons-w-bd.eot#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: latam-icons-bold;
  src: url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b13199346fc_latamicons-w-bd.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Regular;
  src: url(../fonts/latam_sans_regular-webfont.woff) format("woff"),url(../fonts/latam_sans_regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Regular-Italic;
  src: url(../fonts/latam_sans_regular_italic-webfont.woff) format("woff"),url(../fonts/latam_sans_regular_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Light-Italic;
  src: url(../fonts/latam_sans_light_italic-webfont.woff) format("woff"),url(../fonts/latam_sans_light_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Light;
  src: url(../fonts/latam_sans_light-webfont.woff) format("woff"),url(../fonts/latam_sans_light-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Extended;
  src: url(../fonts/latam_sans_extended-webfont.woff) format("woff"),url(../fonts/latam_sans_extended-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Bold-Italic;
  src: url(../fonts/latam_sans_bold_italic-webfont.woff) format("woff"),url(../fonts/latam_sans_bold_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Bold;
  src: url(../fonts/latam_sans_bold-webfont.woff) format("woff"),url(../fonts/latam_sans_bold-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.hero-content {
  font-family:Latam-Sans-Regular, sans-serif ;
  border-radius: 24px;
  max-height: 494px;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding-left: 40px;
  background-color: #ffffff;
}


.overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  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: 571px;
}

.hero-info strong {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
  color: #fff;
}


.hero-info h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  color: #303030;
  margin-bottom: 0px;
  padding-bottom: 6px;
  padding-bottom: 10px;
}

.hero-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #303030;
  margin-bottom: 0px;
  margin-top: 0.5rem;
  padding-bottom: 40px;
}

.hero-info  a {
  color: #fff;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  line-height: 18px;
}

.hero-card {
  max-width: 505px;
  margin-top:20px;
  padding: 32px;
  background-color: #F2F2F2;
  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-weight: 400;
  color: #303030;
  align-items: self-start;
}

.hero-card ul li span a {
  font-size: 16px;
  line-height: 24px;
  color: #2D34CE;
  font-weight: 700;
}

.hero-card span a {
  color: #2D34CE;
  text-decoration:underline;
  font-weight: 700;
}

.hero-card span a:hover {
  color: #0A0E80;
}

.hero-card h2 {
  color:#303030;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 700;
}

.hero-card p {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  color: #5C5C5C;
}

.hero-card button {
  width: 100%;
  outline: none;
  border: none;
  padding: 0 10px;
  height: 40px;
  background-color: #2C31C9;
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}

.hero-card button:hover {
  background-color: #0A0E80;
}

.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;
  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 {
    max-height: 1000px;
    padding: 24px;
  }

  .hero-card {
    max-width: 100%;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

}


@media (max-width: 768px) {
   .hero-content {
    max-height: 1000px;
  }

}
