.hero-banner {
  width: 100vw;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.hero-banner .field--name-field-media-oembed-video {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* padding-bottom: 56.25%; */
  padding-bottom: 438px;
  height: 0;
}
.hero-banner .field--name-field-media-oembed-video iframe {
  position: absolute;
  width: 779px;
  height: 100%;
}
.hero-banner .field--name-field-background-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-banner .field--name-field-background-color .color_field__swatch--square {
  position: absolute;
}
.hero-banner .hero-banner-image {
  position: relative;
  display: flex;
  justify-content: center;
  height: 0;
  padding-top: 535px;
  overflow: hidden;
}
.hero-banner .hero-banner-image:before {
  content: "";
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.hero-banner .hero-banner-image .container {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.hero-banner .hero-banner-image .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-banner .hero-banner-image .header-area-content {
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 1.5625rem 0;
}
.hero-banner .hero-banner-image .header-area-content .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.375rem;
  height: 3.375rem;
  border: 0.1875rem solid var(--central-header-icon-border);
  border-radius: 50%;
}
.hero-banner .hero-banner-image .header-area-content .title-wrapper {
  line-height: 1;
  font-weight: var(--font-semibold);
}
.hero-banner .hero-banner-image .header-area-content .title-wrapper .field--name-field-subtitulo p {
  font-size: 1.125rem;
  color: var(--central-header-title);
  line-height: 1;
  margin: 0;
}
.hero-banner .hero-banner-image .header-area-content .title-wrapper .paragraph-title {
  font-size: 2.0625rem;
  color: var(--central-header-title);
}
.hero-banner .hero-banner-image .cta {
  display: flex;
  gap: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .hero-banner .hero-banner-image .cta {
    flex-direction: column;
  }
}
.hero-banner .hero-banner-image .cta .field--type-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font-semibold);
  color: var(--cl-white);
  width: 260px;
  padding: 15px 0;
  border-radius: 5px;
  text-decoration: none;
}
.hero-banner .hero-banner-image .cta .field--name-field-hero-cta-primary a {
  background-color: #1CABE2;
}
.hero-banner .hero-banner-image .cta .field--name-field-hero-cta-secondary a {
  background-color: #E39832;
}
.hero-banner .field--name-field-media-image {
  /*  */
}
.hero-banner .field--name-field-media-image img {
  /*  */
}

.paragraph--type--hero-banner-com-cta .hero-banner-image .header-area-content .title-wrapper .paragraph-title {
  margin-bottom: 20px;
}
.paragraph--type--hero-banner-com-cta .hero-banner-image .header-area-content .title-wrapper .field--name-field-subtitulo p {
  font-size: 2.0625rem;
  font-weight: var(--font-normal);
}

.hero-banner-wrapper + .field__item {
  padding-top: 490px;
}

.hero-banner-wrapper.wimage + .field__item {
  padding-top: 590px;
}

.internalpage {
  position: static;
}

/*# sourceMappingURL=paragraph--hero-banner.css.map*/