.container-700 {
  width: 100%;
  max-width: 700px;
}

.sener-caso-exito {
  position: relative;
  height: 776px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #777;
}
.sener-caso-exito .caso-exito__background-resource, .sener-caso-exito .caso-exito__overlay-background, .sener-caso-exito .caso-exito__background-resource--image, .sener-caso-exito .caso-exito__background-resource.darken::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sener-caso-exito .caso-exito__background-resource--image, .sener-caso-exito .caso-exito__background-resource.darken::after {
  content: "";
}
.sener-caso-exito .caso-exito__background-resource--image {
  background-size: cover;
  background-repeat: no-repeat;
}
.sener-caso-exito .caso-exito__background-resource.darken::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.sener-caso-exito .caso-exito__background-resource, .sener-caso-exito .caso-exito__overlay-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}
.sener-caso-exito .caso-exito__background-resource--video {
  max-height: 776px;
  width: auto;
  object-fit: cover;
}
.sener-caso-exito .caso-exito__contenido {
  margin: auto;
  padding: 2rem;
}
.sener-caso-exito .caso-exito__contenido--tag {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2.28571px;
  text-transform: uppercase;
  background: #fff;
  display: inline-flex;
  margin: 0 10px 10px 0;
  padding: 0.2rem 0.5rem;
}
.sener-caso-exito .caso-exito__contenido--titulo {
  font-family: Noto Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -1.08333px;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
.sener-caso-exito .caso-exito__contenido--claim {
  font-family: Noto Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.566667px;
  color: #80ADDC;
}
.sener-caso-exito .caso-exito__label {
  display: none;
  background: #005199;
  color: #fff;
  font-family: Noto Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 44px;
  text-transform: uppercase;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.sener-caso-exito .caso-exito__label img {
  width: 48px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}

@media (min-width: 450px) {
  .sener-caso-exito .caso-exito__label {
    text-align: left;
    font-size: 32px;
    padding: 1rem 4rem 4rem 2rem;
  }
  .sener-caso-exito .caso-exito__label img {
    width: 64px;
  }
}
@media (min-width: 798px) {
  .sener-caso-exito .caso-exito__contenido {
    margin: auto 28px auto 38px;
  }
}
@media (min-width: 991px) {
  .sener-caso-exito .caso-exito__background-resource--video {
    min-width: 100%;
  }
  .sener-caso-exito .caso-exito__contenido {
    margin: auto;
    padding: 0;
  }
  .sener-caso-exito .caso-exito__contenido--tag {
    font-size: 16px;
  }
  .sener-caso-exito .caso-exito__contenido--titulo {
    font-size: 65px;
  }
  .sener-caso-exito .caso-exito__contenido--claim {
    font-size: 34px;
  }
  .sener-caso-exito .caso-exito__label {
    position: absolute;
    bottom: unset;
    right: 0;
    padding: 1rem 4rem 3rem 2rem;
    width: unset;
    top: 160px;
  }
}

/*# sourceMappingURL=modulo-cabecera-caso-exito.css.map */
