@charset "UTF-8";
.paragraph--type--highlight-banner .paragraph--type--component--content--wrapper {
  clear: both;
}
.paragraph--type--highlight-banner .paragraph--type--component--content--wrapper:before, .paragraph--type--highlight-banner .paragraph--type--component--content--wrapper:after {
  content: "";
  display: table;
}
.paragraph--type--highlight-banner .paragraph--type--component--content--wrapper:after {
  clear: both;
}

.highlight-banner--texto--subtitle {
  font-family: "Klavica light";
}

.highlight-banner--texto--title,
.highlight-banner--texto--link {
  font-family: "Klavica regular";
}

.highlight-banner--texto--link {
  font-size: 30px;
  font-size: 3rem;
  color: #006699;
  letter-spacing: -0.8px;
  line-height: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.highlight-banner--texto--body {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
}

.highlight-banner--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
.highlight-banner--texto {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 50px 0;
  padding: 0px;
  color: #ffffff;
}
.highlight-banner--texto.hg-has-bg-color {
  padding: 30px 40px;
}
@media only screen and (max-width: 991px) {
  .highlight-banner--texto {
    margin: 30px 0;
  }
}
.highlight-banner--texto--title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1em;
  color: #ffffff !important;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.highlight-banner--texto--title a {
  color: #ffffff !important;
}
.highlight-banner--texto--title a:hover {
  color: #ffffff !important;
}
.highlight-banner--texto--subtitle {
  font-size: 30px;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 0.9;
  letter-spacing: -0.5px;
}
.highlight-banner--texto--body {
  margin-bottom: 30px;
}
.highlight-banner--texto--link {
  font-size: 24px;
  font-size: 2.4rem;
}
.highlight-banner--texto--link a {
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
}
.highlight-banner--texto--link a:before {
  margin-right: 0.3em;
  font-size: 1.3em;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}
.highlight-banner--texto--link a.icon1:before {
  content: "A";
  font-family: "Glyphter";
}
.highlight-banner--texto--link a.icon2:before, .highlight-banner--texto--link a.icon3:before, .highlight-banner--texto--link a.icon4:before {
  font-family: "FontAwesome";
}
.highlight-banner--texto--link a.icon2:before {
  content: "";
}
.highlight-banner--texto--link a.icon3:before {
  content: "";
}
.highlight-banner--texto--link a.icon4:before {
  content: "";
}

.paragraph--type--highlight-banner {
  position: relative;
}
.paragraph--type--highlight-banner .container-highlight-banner--texto {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1426px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .paragraph--type--highlight-banner .container-highlight-banner--texto {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.paragraph--type--highlight-banner.background-transparency--25 .highlight-banner--texto {
  background-color: rgba(0, 157, 204, 0.25);
}
.paragraph--type--highlight-banner.background-transparency--50 .highlight-banner--texto {
  background-color: rgba(0, 157, 204, 0.5);
}
.paragraph--type--highlight-banner.background-transparency--75 .highlight-banner--texto {
  background-color: rgba(0, 157, 204, 0.75);
}
.paragraph--type--highlight-banner.background-transparency--100 .highlight-banner--texto {
  background-color: #009dcc;
}
.paragraph--type--highlight-banner.text-position--left .container-highlight-banner--texto {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.paragraph--type--highlight-banner.text-position--right .container-highlight-banner--texto {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media only screen and (max-width: 991px) {
  .highlight-banner--texto {
    width: 100%;
  }
}

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