@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;
}

.banner-content {
  font-family: Latam-Sans-Regular, sans-serif;
  /* max-width: 1279px; */
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  padding: 100px 48px;
  background: #F2F2F2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh; /* Altura total da tela */
  width: 100%;
}


.overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.banner-content-info {
  position: relative;
  z-index: 3;
}

.banner-content picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.banner-content picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hero-info-banner {
  max-width: 607px;
}

.hero-info-banner strong {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
  color: #fff;
}

.hero-info-banner h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  color: #303030;
  margin-bottom: 0px;
  padding-bottom: 20px;
  align-self: stretch;
}

.hero-info-banner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.2px;
  color: #18181B;
  margin-bottom: 0px;
  margin-top: 0.5rem;
  padding-top: 30px;
}

.hero-info-banner  a {
  color: #2C31C9;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  padding-top: 30px;
}

.hero-info-banner  a:hover {
  text-decoration: underline;
  color:#0A0E80;
}

@media (max-width: 1200px) {
   .hero-info-banner h2 {
    font-size: 1.5rem;
    line-height: 28px;
  }
}

@media (max-width: 992px) {

  .banner-content {
    height: 612px;
    padding: 24px;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

}


@media (max-width: 768px) {
   .banner-content {
    height: 800px;
  }
}
