/* ==========================================================================
   CONTENIDO DE PÁGINAS INTERIORES
   Título con flechas, bloques de texto/imagen/video y sección de noticias.
   ========================================================================== */

.banner-content {
  margin-bottom: 20px;
  position: relative;
}
.banner-content img {
  width: 100%;
}

.wrapper-noticias {
  margin-top: 15px;
  padding-right: 15px;
}
.wrapper-noticias .separator-container {
  margin-bottom: 20px;
}
.wrapper-noticias span {
  text-transform: uppercase;
  font-family: var(--vz-fuente-titulo);
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: var(--vz-guinda-oscuro);
  margin-bottom: 0px;
  display: block;
  background: var(--vz-gris-200);
}
.wrapper-noticias h5 {
  margin-bottom: 19px;
  font-family: var(--vz-fuente-titulo);
  font-weight: bold;
  font-size: 1em;
}

.wrapper-orgullo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.separator-container {
  text-align: center;
  position: relative;
  color: var(--vz-texto);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: var(--vz-fuente);
}
.separator {
  font-weight: 500;
  font-style: normal;
  font-family: var(--vz-fuente);
  color: var(--vz-texto);
  text-transform: uppercase;
  font-size: 25px;
}
.separator-container .separator.line-separator:before {
  margin: 0px 15px 0 0px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 320px;
  height: 22px;
  content: " ";
  background-image: url(../../img/iconos/flecha-izquierda.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.separator-container .separator.line-separator:after {
  margin: 0px 0px 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 320px;
  height: 22px;
  content: " ";
  background-image: url(../../img/iconos/flecha-derecha.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .separator-container .separator.line-separator:before,
.separator-container .separator.line-separator:after {
    width: 200px;
  }
}
