.modulo-sticky-lateral {
  position: absolute;
  height: 100%;
  width: 0;
  right: 0;
  top: -2rem;
  padding: 0 2rem;
}
.modulo-sticky-lateral h3 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0.5rem;
}
.modulo-sticky-lateral .sticky-lateral__redes {
  width: 100%;
  margin-bottom: 1rem;
}
.modulo-sticky-lateral .sticky-lateral__redes a {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #005199;
  max-width: 45px;
  max-height: 45px;
  width: 45px;
  height: 45px;
  padding: 7px;
  margin: 0 5px;
}
.modulo-sticky-lateral .sticky-lateral__redes a:first-child {
  margin-left: 0;
}
.modulo-sticky-lateral .sticky-lateral__redes a:last-child {
  margin-right: 0;
}
.modulo-sticky-lateral .sticky-lateral__redes a svg path {
  /* stroke: $blueSener !important; */
  fill: #005199 !important;
}
.modulo-sticky-lateral .sticky-lateral__rail {
  width: 100%;
  height: 100%;
}
.modulo-sticky-lateral .sticky-lateral__rail__roader {
  position: -webkit-sticky;
  position: sticky;
  width: 210px;
  top: calc(128px + 1rem);
}
.modulo-sticky-lateral .sticky-lateral__rail__roader h3 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.32px;
  margin-bottom: 0.5rem;
}
.modulo-sticky-lateral .sticky-lateral__rail__roader img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.modulo-sticky-lateral .sticky-lateral__rail__roader--claim {
  font-family: Noto Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 162%;
  color: #80ADDC;
  margin-bottom: 0.5rem;
  display: block;
}
.modulo-sticky-lateral .sticky-lateral__rail__roader--claim.evento {
  font-size: 19px;
}
.modulo-sticky-lateral .sticky-lateral__rail__roader span.date {
  font-family: Noto Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -0.6px;
}
.modulo-sticky-lateral .sticky-lateral__rail__roader .sener-button {
  margin-top: 2rem;
}
.modulo-sticky-lateral.static {
  position: relative;
  width: 100% !important;
  top: 0 !important;
}
.modulo-sticky-lateral.static .sticky-lateral__rail {
  display: none;
}

/*# sourceMappingURL=modulo-sticky-lateral.css.map */
