section .hero {
  height: 350px;
  padding: 150px 0 50px;
  margin-bottom: 60px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  position: relative;
}
section .hero picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(calc(100% - 56px) 100%, 100% calc(100% - 56px), 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% calc(100% - 56px), 56px 100%);
}
section .hero picture:before {
  content: "";
  background: linear-gradient(270deg, rgba(42, 58, 218, 0) 0%, rgba(42, 58, 218, 0.32) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .hero .container {
  position: relative;
}
section .hero .section-sup {
  color: #FFFFFF;
}
section .section-tit2 {
  color: #2A3ADA;
}
section .contentStyledText {
  font-weight: 300;
}
section img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  display: block;
}/*# sourceMappingURL=estaticas.css.map */