@charset "UTF-8";
/* ----------------------------------------------------------- 
==============================================================
🖥️  💻  🖥️  💻  🖥️  Dispositivos grandes 🖥️  💻  🖥️  💻  🖥️ 
==============================================================
-------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Contenedor principal */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------------------------------------- */
main {
  padding-left: 50px;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Líneas */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.linea {
  color: #fff;
  width: 80px;
  display: inline-block;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 13px;
}
.linea.linea-1,
.linea-1 {
  background-color: #e4be36;
}
.linea.linea-2,
.linea-2 {
  background-color: #b4397f;
}
.linea.linea-3,
.linea-3 {
  background-color: #b11c2f;
}
.linea.linea-4,
.linea-4 {
  background-color: #2b498b;
}
.linea.linea-5,
.linea-5 {
  background-color: #4e886d;
}
.linea.linea-6,
.linea-6 {
  background-color: #817fb3;
}
.linea.linea-7,
.linea-7 {
  background-color: #ce7d28;
}
.linea.linea-8,
.linea-8 {
  background-color: #97c4da;
}
.linea.linea-9,
.linea-9 {
  background-color: #a47e52;
}
.linea.linea-10,
.linea-10 {
  background-color: #b9ca72;
}
span[class*="linea-"].linea {
  background-color: transparent;
  padding: 0;
  width: 24px;
  margin-right: 15px;
}
span[class*="linea-"].linea>img {
  width: 24px;
  margin-top: 4px;
}

/* -------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Bloque lateral [ Large devices ] */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------------------------------------- */
.menu-icono {
  display: block;
  width: 40px;
  height: 25px;
  margin-top: 10px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.menu-barra {
  background: #cc307f;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.barra-lateral {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: -500px;
  height: 100vh;
  background: #fff;
  width: 500px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.84);
}

.listado--historico .rwd-table th {
  color: #222;
  font-weight: 600;
}

.barra-lateral.open {
  left: 0px;
}

.backdrop.open {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.barra-lateral .barra-lateral-content {
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.barra-lateral .barra-lateral-content .login-container .seleccion {
  top: 0;
}

.barra-lateral .barra-lateral-content .login-container .seleccion p {
  width: auto;
}

.barra-lateral .barra-lateral-content .contenedor-selector .seleccion:before {
  top: 0px;
}

.barra-lateral .nav-mobile {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
}

.barra-lateral .nav-mobile > li {
  position: relative;
  display: block;
  line-height: 1em;
}

.barra-lateral .nav-mobile > li > a {
  position: relative;
  display: block;
  padding: 0px 80px 8px 0;
  text-align: right;
  color: #222;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.barra-lateral .nav-mobile > li > ul > li {
  line-height: 1.2em;
}

.barra-lateral .nav-mobile > li > ul > li > a {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

.barra-lateral b.caret,
.barra-lateral .dropdown-toggle::after {
  display: none;
}

.barra-lateral ul.dropdown-menu {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  border-radius: 0;
  border: 0;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 90px;
  padding-top: 0px;
  padding-bottom: 24px;
}

.barra-lateral .info-vertical {
  position: absolute;
  top: 0px;
  right: -50px;
  background-color: #e51d2d;
  width: 50px;
  height: 100vh;
}

.barra-lateral .info-vertical span {
  top: 280px;
  position: absolute;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  writing-mode: lr;
  width: 120px;
  color: #fff;
  left: -35px;
}

.barra-lateral .rrss-vertical {
  position: absolute;
  top: 390px;
  right: -34px;
  width: 20px;
}

.barra-lateral .rrss-vertical a {
  margin-bottom: 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.barra-lateral .rrss-vertical a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 991px) and (min-width: 800px) {
  .barra-lateral {
    right: -420px;
  }
  .barra-lateral.open {
    right: -120px;
  }
}

.tarjeta-preview img {
  filter: drop-shadow(5px 5px 5px #a0a0a0);
  padding: 0 30px;
  width: 100%;
}

.tarjeta-preview > div {
  position: absolute;
  z-index: 1;
}

.tarjeta-preview > div > div,
.tarjeta-preview--button {
  background-color: #222222;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 46%);
}

.tarjeta-preview > div > div:hover,
.tarjeta-preview > div > div:focus {
  transform: scale(0.9);
}

.tarjeta-recarga:hover {
  background-color: #fff;
}

.tarjeta-recarga.js-efecto--borde {
  cursor: pointer;
  margin: auto;
  position:relative;
  box-sizing: border-box; 
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

.tarjeta-recarga.js-efecto--borde:after{
  pointer-events: none;
  position: absolute;
  left:0;
  top: 0;
  content:"";
  width:0%;
  border-top: 2px solid #5f5d5d;
  transition: all 2s ease;
}

.tarjeta-recarga.js-efecto--borde:hover::after{
  animation: linefill 1s ease;
  animation-fill-mode: forwards;
  
}

@keyframes linefill{
  50%{
    width: 100%;
    height: 0px;
  }
  100%{
    width: 100%;
    height: 800px;
    border-right: 2px solid #5f5d5d;
  }
}
 
.tarjeta-recarga.js-efecto--borde:before{
  pointer-events: none;
  position: absolute;
  right: 0;
  content:"";
  width:0%;
  height: 800px;
  border-bottom: 2px solid #5f5d5d;
  transition: all 3s ease;
  bottom: 0;
}

.tarjeta-recarga.js-efecto--borde:hover::before{
  animation: linefill2 .7s ease;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes linefill2{
  25%{
    width: 100%;
    height: 0px;
  }
  100%{
   width: 100%;
   height: 800px;
   border-left: 2px solid #5f5d5d;
  }
}

.tarjeta-recarga.activa {
  background-color: #fff;
}

.tarjeta-preview {
  margin-bottom: -25px;
}

.tarjeta-recarga .tarjeta-preview img {
  padding: 0 0px;
}

.tarjeta-preview .container--borrar-tarjeta {
  position: absolute;
  top: 15px;
  right: 55px;
}

.horarios-enlaces.trayecto .estacion {
  padding-bottom: 0 !important;
}

.horarios-enlaces.trayecto hr {
  margin: 10px 0 10px 0;
}

.custom-file .tipo-campo.mt30 {
  margin-top: 0 !important;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Alerta */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.alerta-general.bg-rojo {
  background-color: #d32049;
}

.alerta-general.bg-azul {
  background-color: #3962f5;
}

.alerta-general.bg-verde {
  background-color: #01c792;
}

.bg-alerta.tren::before {
  content: '\f239';
  font: 30px 'Font Awesome 5 Free';
  transition: transform 0.5s ease;
  will-change: transform;
  font-weight: 900;
  color: rgb(255 255 255 / 21%);
  position: absolute;
  z-index: 1;
  /* right: 40px;
  bottom: 30px; */
  right: 30px;
  bottom: 20px;
}

.bg-alerta.exclamacion::before {
  content: '\f071';
  font: 50px 'Font Awesome 5 Free';
  transition: transform 0.5s ease;
  will-change: transform;
  font-weight: 900;
  color: rgb(255 255 255 / 21%);
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 30px;
}

.bg-alerta.reloj::before {
  content: '\f017';
  font: 50px 'Font Awesome 5 Free';
  transition: transform 0.5s ease;
  will-change: transform;
  font-weight: 900;
  color: rgb(255 255 255 / 21%);
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 30px;
}

.barra-selector-idioma .alerta-avisos::before {
  content: '·';
  color: #fff;
  position: absolute;
  z-index: 1;
  right: -10px;
  top: 0px;
}

.barra-selector-idioma .alerta-avisos {
  margin-right: 15px;
}

.barra-selector-idioma .alerta-avisos a {
  padding-left: 5px;
}

.feed-main-avisos .alerta-avisos {
  max-width: 470px;
  width: 100%;
  padding: 30px;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 50%);
  display: flex;
  margin: 0 auto;
  background-color: white;
}

.feed-main-avisos .alerta-avisos p {
  padding-left: 10px;
}

/* icono aviso alertas header */
.icono-alerta-avisos {
  border-radius: 100%;
  padding: 0.3em 0.3em 0.3em 0.4em;
  font-size: 0.8em;
}
.icono-alerta-avisos--on {
  background: white;
  color: black;
}
.icono-alerta-avisos--off {
  background: var(--blue);
}
/* icono aviso alertas header mobile */
/*
.alerta-abierto .icono-alerta-avisos {
  margin-right: 15px;
}
.alerta-abierto .icono-alerta-avisos--on {

}
.alerta-abierto .icono-alerta-avisos--off {
  
}
*/

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Botonera principal */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.contenedor-selector {
  padding-top: 30px;
  padding-bottom: 30px;
  /*margin-bottom: 30px;*/
}

.contenedor-selector img {
  filter: invert(1);
  width: 80px;
}

.contenedor-selector p {
  width: 130px;
  margin: 0 auto;
  line-height: 1.2em;
}

.contenedor-selector .seleccion:before {
  content: '';
  background-color: #e51d2d;
  position: absolute;
  width: 0px;
  height: 4px;
  display: block;
  top: -30px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contenedor-selector .seleccion:hover:before {
  width: 100%;
}

.contenedor-selector .seleccion:hover img,
.contenedor-selector .seleccion:hover p {
  opacity: 0.5;
}

.contenedor-selector .seleccion:after {
  content: '';
  /*background-color: #fff;*/
  position: absolute;
  width: 4px;
  height: 80px;
  display: block;
  top: 20px;
  left: 0;
}

.contenedor-selector .seleccion:first-child:after {
  width: 0px;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Páginas genéricas */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.listado-inline li {
  margin-right: 20px;
  display: inline-block;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Horarios */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.horarios-calculo {
  /*overflow: hidden !important;*/
  overflow-x: auto;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Zona de usuario y Registro*/
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.zona-registro::before {
  content: '\f007';
  font: 10.6em 'Font Awesome 5 Free';
  transition: transform 0.5s ease;
  will-change: transform;
  font-weight: 900;
  color: rgb(0 0 0 / 6%);
  position: absolute;
  z-index: 0;
  left: 3%;
  top: 110px;
}

.zona-orientacion>div::before {
  content: '\f0a8';
  font: 10.6em 'Font Awesome 5 Free';
  transition: transform 0.5s ease;
  will-change: transform;
  font-weight: 900;
  color: rgb(0 0 0 / 6%);
  position: absolute;
  z-index: 0;
  left: 3%;
  bottom: -120px;
}

.zona-registro.nuevo::before {
  content: '\f234';
}

.zona-registro.email::before {
  content: '\f1fa';
}

.zona-registro.contrasena::before {
  content: '\f09c';
}

.zona-registro.nuevo::after {
  content: '';
  position: absolute;
  left: -50px;
  height: 40vh;
  width: 4px;
  background-color: transparent;
}

.zona-registro > div {
  max-width: 100%;
  width: 500px;
}

.texto-login {
  max-width: 100%;
  width: 320px;
  line-height: 1.7em;
}

/* -------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Sección (Noticias + Tablón de anuncios) */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------------------------------------- */
.bg-50 {
  background-size: cover !important;
}

.bloque-50-d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
}

@media only screen and (max-width: 1700px) {
  .bloque-50-d {
    padding-right: 85px;
  }
}

.bloque-50-i {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 500px;
}

@media only screen and (max-width: 1700px) {
  .bloque-50-i {
    padding-left: 85px;
  }
}

.bloque-50-d:before {
  content: '';
  background-color: #000;
  position: absolute;
  width: 20%;
  height: 4px;
  top: 170px;
  right: 0px;
}

.bloque-50-d:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -12px;
  top: 160px;
  width: 25px;
  height: 25px;
  border-radius: 43px;
  border: solid 6px #e51d2d;
  background-color: #fff;
  padding: 0;
}

.bloque-50-i:before {
  content: '';
  background-color: #000;
  position: absolute;
  width: 20%;
  height: 4px;
  top: 170px;
  left: 0px;
}

.bloque-50-i:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 160px;
  width: 25px;
  height: 25px;
  border-radius: 43px;
  border: solid 6px #e51d2d;
  background-color: #fff;
  padding: 0;
}

.bloque-50-d > div > div,
.bloque-50-i > div > div {
  max-width: 500px;
  width: 100%;
}

.creatividad-feed {
  margin-top: 60px;
  margin-bottom: 60px;
}

.col-creatividad {
  padding-right: 70px;
}

.col-creatividad > a {
  display: flex;
  flex-direction: column;
  min-height: 240px;
}

.col-creatividad > a > h2 {
  font-weight: 800;
  font-size: 23px;
  color: #212529;
  position: relative;
}

.col-creatividad > a > div {
  font-size: 0.8em;
  border-radius: 0;
  text-transform: uppercase;
  color: #e51d2d;
  font-weight: 700;
  padding-right: 15px;
}

.col-creatividad > a > div:hover {
  color: black;
}

.col-creatividad > a > div:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f054';
  font-size: 1.1em;
  position: absolute;
  display: inline-block;
  right: 0px;
  margin-top: 0.05em;
  transition: all 0.2s ease-in-out;
}

.col-creatividad > a > div:hover:after {
  right: 3px;
  color: #e51d2d;
}

.col-creatividad > a > p {
  flex-grow: 1;
  font-size: 16px;
  /*color: #989898;*/
  /* Update Contraste Accesibilidad */
  color: #757575;
  margin-top: 10px;
  line-height: 30px;
}

.creatividad-tarjeta:hover a > h2 {
  color: #e51d2d;
}

.creatividad-tarjeta a > h2:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 3;
  background-color: #212529;
  height: 4px;
  width: 0%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.creatividad-tarjeta:hover a > h2:after {
  width: 100%;
}

.creatividad-tarjeta.i .img-creatividad:before {
  content: url(images/icono-esquinero-puntos.svg);
  transition: all 0.2s ease;
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 260px;
  height: 260px;
  z-index: -1;
}

.creatividad-tarjeta.i:hover .img-creatividad:before,
.creatividad-tarjeta.i:focus .img-creatividad:before {
  right: -25px;
  bottom: -25px;
}

.creatividad-tarjeta.p .img-creatividad:before {
  content: url(images/icono-esquinero-puntos.svg);
  transition: all 0.2s ease;
  position: absolute;
  left: -30px;
  top: -30px;
  width: 260px;
  height: 260px;
  z-index: -1;
}

.creatividad-tarjeta.p :hover .img-creatividad:before,
.creatividad-tarjeta.p :focus .img-creatividad:before {
  left: -25px;
  top: -25px;
}
.page-template-page-noticias .creatividad-tarjeta .img-creatividad img {
  height: 260px;
  object-fit: cover;
}
.tablero .noticia-min h3 {
  padding-right: 40px;
}

.tablero .noticia-min h3::after {
  content: '\f054';
  font: 1.6em 'Font Awesome 5 Free';
  transition: all 0.2s ease;
  will-change: all;
  font-weight: 900;
  color: rgb(0 0 0 / 15%);
  position: absolute;
  right: 0px;
}

.tablero .noticia-min a {
  transition: all 0.2s ease;
  will-change: all;
}

.tablero .noticia-min:hover h3,
.tablero .noticia-min:focus h3 {
  color: #000;
}

.tablero .noticia-min:hover h3::after,
.tablero .noticia-min:focus h3::after {
  right: 20px;
  color: #e51d2d;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Noticia & Página estática & Comunicación */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.estatica h2 {
  font-weight: bold;
}

.estatica .noticia-titular h3:before {
  width: 0px;
}

.content-estatica > p.destacado {
  font-size: 18px;
  font-weight: 600;
  /*color: ##959798;*/
  /* Update Contraste Accesibilidad */
  color: #747476;
}

.content-noticia > div > strong,
.content-estatica > div > strong {
  font-weight: 600;
}

.content-noticia img
/* .content-estatica img */ {
  margin-top: 15px;
  margin-bottom: 15px;    
  width: 100%;
  height: auto;
}

.content-comunicado .imagen-destacada {
  position: relative;
}

.content-comunicado .imagen-destacada:after {
  content: url(images/icono-esquinero-puntos.svg);
  transition: all 0.2s ease;
  position: absolute;
  left: -30px;
  top: -15px;
  width: 260px;
  height: 260px;
  z-index: -1;
}

.content-estatica-titular h3 {
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
  padding-bottom: 15px;
}

body.single-post,
body.single-communications,
body.single-advertisement,
body.single-event {
  background: url('images/fondo-post-metrovalencia-02.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.single .introduccion {
  height: auto;
  margin-top: 13vh;
}
.single .introduccion h1 {
  position: relative;
}

.single .introduccion h1:before {
  content: '';
  background-color: #a0a0a0;
  position: absolute;
  width: 20vw;
  height: 4px;
  bottom: 20px;
  right: -20px;
}

.single .introduccion h1:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -35px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  border-radius: 43px;
  border: solid 6px #e51d2d;
  background-color: #fff;
  padding: 0;
}
.single .flecha-scroll {
  display: none !important;
}

.flecha-scroll {
  position: absolute;
  text-align: center;
  z-index: 9;
  right: 0;
  left: 0;
  bottom: 20px;
}

.flecha-scroll-contenedor {
  display: inline-block;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.flecha-scroll-contenedor:hover {
  opacity: 0.5;
}

.flecha-scroll-contenedor-animacion {
  animation: flecha-scroll 1.7s infinite ease;
}

@keyframes flecha-scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  55% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}

.introduccion {
  height: 90vh;
}

.introduccion > div {
  max-width: 100%;
  width: 900px;
}

.introduccion > div > h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 60px;
}

.extracto {
  font-size: 20px;
  line-height: 1.4em;
  padding-bottom: 20px;
}

.introduccion .boton-rojo {
  display: inline-block;
  max-width: 200px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  align-self: flex-end;
}

.single .noticia-titular h3 {
  font-size: 60px;
  font-weight: bold;
}

.single .noticia-titular h3:before {
  content: '';
  background-color: #e51d2d;
  position: absolute;
  width: 400px;
  height: 4px;
  display: block;
  bottom: 10px;
  top: auto;
  right: 0;
  left: auto;
}

.single .categoria a {
  color: #e51d2d;
}

.content-noticia .destacado {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}
.single .imagen-destacada{
  max-width: 1140px;
  margin: auto;
  position: relative;
  padding-bottom: 2rem;
}
.single .imagen-destacada::before {
  content: '';
    background-color: #a0a0a0;
    position: absolute;
    width: 20vw;
    height: 4px;
    bottom: 20px;
    right: -10px;
}
.single .imagen-destacada::after{
  content: '';
    position: absolute;
    z-index: 1;
    right: -12px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    border-radius: 43px;
    border: solid 6px #e51d2d;
    background-color: #fff;
    padding: 0;
}
.single .imagen-destacada img{
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}
.single .post_content {
  margin-top: 3rem;
}
.sidebar-noticia {
  padding-left: 30px;
}

.sidebar-noticia .contenedor-selector {
  padding-top: 0;
}

.sidebar-noticia .contenedor-selector img {
  filter: invert(0);
  width: 40px;
  margin-right: 0.75rem;
}

.sidebar-noticia .contenedor-selector p {
  max-width: 220px;
  width: 100%;
}

.sidebar-noticia .comparte {
  border-bottom: 1px solid rgba(255, 0, 0, 0.1);
  padding-bottom: 15px;
}

.sidebar-noticia .comparte a {
  text-decoration: none !important;
  margin-right: 5px;
}
.sidebar-noticia .comparte a:hover {
  opacity: 0.7;
}

.sidebar-noticia .contenedor-selector a {
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.sidebar-noticia .contenedor-selector > a:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

.sidebar-noticia .contenedor-selector > a::after {
  content: '\f054';
  font: 1.1em 'Font Awesome 5 Free';
  transition: all 0.2s ease;
  will-change: all;
  font-weight: 900;
  color: #4A4A4A;
  position: absolute;
  right: 0px;
}

.sidebar-noticia .contenedor-selector > a:hover::after,
.sidebar-noticia .contenedor-selector > a:focus::after {
  right: 20px;
  color: #212529;
}

.sidebar-noticia h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

.sidebar-noticia .widget_media_image {
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 390px;
}

.sidebar-noticia .widget_media_image img {
  max-width: 390px!important;
  display: block;
  width: 100%;
}

.sidebar-noticia .widget_media_image:hover {
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.18);    
  overflow: hidden;
}

.sidebar-noticia .widget_media_image:before,
.img-link:before {
  content: '';
  background-color: #e51d2d;
  position: absolute;
  width: 0px;
  height: 4px;
  display: block;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-noticia .widget_media_image:hover:before,
.img-link:hover:before {
  width: 100%;
}

.sidebar-noticia .widget_media_image a::after,
.img-link:after {
  content: '\f054';
  font: 1.6em 'Font Awesome 5 Free';
  transition: all 0.2s ease;
  font-weight: 900;
  color: rgb(0 0 0 / 15%);
  position: absolute;
  top: 0;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;    
  height: 204px;
  width: 0px;
  color: #fff;
  background-color: #e51d2d;
  overflow: hidden;
}

.img-link:after {
  height: 370px;
}

.sidebar-noticia .widget_media_image:hover a::after,
.img-link:hover::after {
  width: 40px;
}

body.page-template {
  background: url('images/fondo-page-metrovalencia-03.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

body.page-template.page-template-page-consulta-horarios-pruebas,
body.page-template-page-tarjetas-personalizadas,
body.page-template.page-template-page-consulta-horarios,
body.page-template.page-template-page-consulta-estaciones,
body.page-template.page-template-page-planificar-ruta,
body.page-template.page-template-page-tarjetas-titulos,
body.page-template.page-template-page-consulta-avisos,
body.page-template.page-template-page-titulos,
body.page-template.page-template-page-eventos,
body.page-template-page-pago-confirmado,
body.page-template.page-template-page-horarios-planificador,
body.page-template-page-pago-rechazado,
body.page-template-page-sugerencias,
body.page-template-page-reclamaciones,
body.page-template-page-solicitud-tarjetas-personalizadas {
  background: none;
}

.content-estatica-titular {
  margin-top: 20vh;
}

.content-estatica-titular h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 60px;
}

.content-estatica-titular h1:before {
  content: '';
  background-color: #a0a0a0;
  position: absolute;
  width: 20vw;
  height: 4px;
  bottom: 20px;
  right: 20px;
}

.content-estatica-titular h1:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  border-radius: 43px;
  border: solid 6px #e51d2d;
  background-color: #fff;
  padding: 0;
}

.estatica h3 {
  /*font-size: 40px;*/
  font-weight: bold;
  line-height: 1.2em;
  /*padding-bottom: 30px;*/
  padding-bottom: 15px;
  color: #484c50;
  font-size: 22px;
}

.estatica a.frame {
  display: block;
  min-height: 370px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 400% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  margin: 0 0.5% 0.5% 0;
}

@media only screen and (min-width: 576px) {
  .estatica a.frame {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }

  .estatica a.frame.col-lg-3 {
    -ms-flex: 0 0 32.333%!important;
    flex: 0 0 32.333%!important;
    max-width: 32.333%!important;
  }
}

/* -------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FAQs */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------------------------------------- */
.cabecera-faqs .faqs--buscador::before {
  content: '';
  background-color: #a0a0a0;
  position: absolute;
  width: 20vw;
  height: 4px;
  bottom: -4px;
  right: -20px;
  z-index: 1;
}

.cabecera-faqs .faqs--buscador:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -35px;
  bottom: -14px;
  width: 25px;
  height: 25px;
  border-radius: 43px;
  border: solid 6px #e51d2d;
  background-color: #fff;
  padding: 0;
}

/* -------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Mapa */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------------------------------------- */
.contenedor-mapa {
  padding-top: 30px;
}

.contenedor-mapa > .contenedor-desplegable {
  overflow: hidden;
  height: 500px;
  padding-top: 60px;
}

.contenedor-mapa > .contenedor-desplegable::before {
  content: '';
  background-color: rgb(0 0 0 / 18%);
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 30px;
  width: 100%;
  height: 500px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contenedor-mapa > .contenedor-desplegable:after {
  content: '\f00e';
  font: 1.6em 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50%;
  right: 50%;
  background-color: #e51d2d;
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
}

.contenedor-mapa > .contenedor-desplegable.abierto {
  height: auto;
  padding-top: 60px;
}

.contenedor-mapa > .contenedor-desplegable.abierto::before {
  background-color: rgb(0 0 0 / 0%);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.contenedor-mapa > .contenedor-desplegable.abierto:after {
  opacity: 0;
}

.contenedor-mapa svg {
  width: 100%;
  max-width: 1080px;
  margin-top: -200px;
  padding-bottom: 60px;
}

.contenedor-mapa .contenedor-desplegable.abierto svg {
  margin-top: 0px;
}

.bg-padding {
  font-size: 14px;
  padding: 4px 8px;
}

.contenedor-mapa > .contenedor-desplegable,
.seleccion-linea {
  cursor: pointer;
}

path.anim-trazo {
  stroke-dasharray: 170;
  -webkit-animation: punteado 7s infinite linear; /* Chrome, Safari, Opera */
  animation: punteado 7s infinite linear;
}

@keyframes punteado {
  to {
    stroke-dashoffset: 1000;
  }
}

@-moz-keyframes punteado {
  to {
    stroke-dashoffset: 1000;
  }
}

@-webkit-keyframes punteado {
  to {
    stroke-dashoffset: 1000;
  }
}

/* -------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Reclamaciones y Sugerencias */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------------------------------------- */
.form-reclamaciones,
.form-sugerencias {
  padding: 30px 15px;
}

.form-sugerencias .error-checkbox {
  bottom: 38px;
  left: 17px;
}

/* -------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Metro rutas */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------------------------------------- */
/*.content-noticia img, 
.content-estatica img,*/
.container-metrorutas img {
  margin-top: 0;
  margin-bottom: 0;
}

.container-metrorutas .cabecera-tarjeta {
  margin-bottom: 5px;
  color: black;
}

.container-metrorutas .cabecera-tarjeta p {
  font-size: 35px;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 50px;
}

.container-metrorutas .cabecera-tarjeta .calle-pin {
  color: #bf4f59;
  padding-left: 12px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 10px;
}

.container-metrorutas .lista-lugares {
  width: 100%;
  column-count: 2;
  margin: 20px 0;
  font-size: 14px;
  padding-left: 15px !important;
}

.container-metrorutas .lista-lugares li {
  /*color: #989898;*/
  /* Update Contraste Accesibilidad */
  color: #757575;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
  width: 90%;
  font-size: 14px !important;
}

.container-metrorutas .lista-lugares li:before {
  content: '\2022';
  color: #e51d2d;
  font-size: 2em;
  position: absolute;
  display: inline-block;
  margin-left: -0.5em;
  margin-top: -3px;
}

.container-metrorutas .lista-lugares li:last-child {
  margin-bottom: 13px;
}

.container-metrorutas .ruta {
  padding: 10px 10px;
  margin: 5px 0;
  text-align: left;
  position: relative;
}

.container-metrorutas .tarjeta-ruta {
  position: relative;
  text-align: center;
}

.container-metrorutas .tarjeta-ruta a {
  font-size: 0.8em;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #ce1b41;
  font-weight: 700;
}

.container-metrorutas .tarjeta-ruta a:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f054';
  font-size: 1.1em;
  position: absolute;
  display: inline-block;
  margin-left: 0.4em;
  margin-top: 0.05em;
  transition: all 0.3s ease-in-out;
}

.container-metrorutas .tarjeta-ruta a:hover {
  text-decoration: none;
  color: black;
}

.container-metrorutas .tarjeta-ruta a:hover:after {
  margin-left: 0.7em;
  color: #ce1b41;
}

.container-metrorutas .pb20 {
  padding-bottom: 20px !important;
}

.container-metrorutas hr {
  margin: 10px 0;
}

.container-metrorutas hr:last-child {
  display: none;
}

.container-metrorutas .container-img {
  width: 100%;
}

.container-metrorutas .container-img img {
  width: 100%;
  height: auto;
}

.container-metrorutas .calle-pin:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f276';
  font-size: 1.1em;
  position: absolute;
  display: inline-block;
  margin-left: -0.8rem;
  margin-top: 0.05em;
  /*color: #b0b3b4;*/
  /* Update Contraste Accesibilidad */
  color: #6A7171;
}

.container-metrorutas .sombra {
  padding: 2em 0;
}

.container-metrorutas .line-min {
  width: 60px;
  height: 2px;
  margin-left: 10px;
  background-color: #ce1b41;
}

.container-metrorutas .contenedor-content p:first-child {
  font-weight: 400;
  color: #ce1b41;
  font-size: 40px;
  width: 50%;
  padding: 10px 0;
  line-height: 50px;
}

.container-metrorutas .contenedor-content p {
  font-size: 16px;
  /*color: #989898;*/
  /* Update Contraste Accesibilidad */
  color: #757575;
  margin-top: 10px;
  line-height: 30px;
}

/* -------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HEADER [ Large devices ] */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------------------------------------- */
header {
  position: sticky;
  top: 0;
  z-index: 8888;
  /*height: 66px;*/
  width: 100%;
  padding-left: 50px;
  background-color: #fff;
  min-height: 170px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.fondo-blanco {
  top: -170px;
}

.bg-header {
  width: 100%;
  height: 170px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.bg-header.fondo-blanco {
  height: 0px;
}

.container-logo {
  display: inline-block;
  width: 180px;
}

.header-links li {
  display: inline;
  margin-right: 5px;
}

.header-links li:before {
  content: '·';
  margin-right: 5px;
  padding-right: 5px;
}

.header-links li:first-child:before {
  content: '';
  margin-right: 0;
  padding-right: 0;
}

.barra-selector-idioma {
  background-color: #000;
  font-size: 14px;
  color: #fff;
}
.barra-selector-idioma a {
  text-transform: uppercase;
  color: #fff;
}
.barra-selector-idioma a:hover,
.barra-selector-idioma a:focus {
  color: #999;
}

#menu-main-menu {
  display: flex;
  justify-content: space-between;
}

#menu-main-menu .menu-item .chevron,
#menu-main-menu .menu-item a:after {
  display: none;
}

#menu-main-menu > li:first-child {
  display: none !important;
}

#menu-main-menu > li > a {
  padding: 5px 5px 5px 5px;
  color: #212529;
}

#menu-main-menu > li:before {
  content: '';
  position: absolute;
  top: 8px;
  right: -12px;
  z-index: 1;
  background-color: transparent;
  height: 4px;
  width: 10px;
  border-top: 5px solid #b1b1b1;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

#menu-main-menu li:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 3;
  background-color: #212529;
  height: 4px;
  width: 0%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu-main-menu li:hover:after {
  width: 100%;
}

#menu-main-menu > li > .dropdown-menu .ctanegro {
  height: 200px;
  width: 200px;
  display: flex;
  background-color: #505050;
  position: absolute;
  top: 0;
  right: 200px;
  justify-content: center;
  align-items: center;
}

#menu-main-menu > li > .dropdown-menu .ctarojo {
  height: 200px;
  width: 200px;
  display: flex;
  background-color: red;
  position: absolute;
  top: 0;
  right: 0px;
  justify-content: center;
  align-items: center;
}

#menu-main-menu li {
  text-align: left;
  padding-bottom: 9px;
}

#menu-main-menu li a {
  color: #212529;
  line-height: 1.3em;
  font-size: 18px;
}

#menu-main-menu li a:hover,
#menu-main-menu li a:focus {
  color: #bf5059;
}

@media (max-width: 1300px) {
  #menu-main-menu li a {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  #menu-main-menu li a {
    font-size: 14px;
  }
}

#menu-main-menu > li > .dropdown-menu {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 3;
  float: inherit;
  min-width: 240px;
  padding: 20px 15px;
  margin: 0;
  font-size: 14px;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0px;
  border-radius: 0;
  box-shadow: 0 2px 12px 3px rgb(0 0 0 / 2%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

#menu-main-menu .dropdown-menu > li:after {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

#menu-main-menu .dropdown-menu > li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#menu-main-menu .dropdown-menu > li:last-child {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

.container-logo {
  padding-left: 0;
  top: 0;
  position: relative;
}

.boton-negro#iniciar-login {
  min-height: 40px;
  padding: 0 15px;
  width: auto;
}

#menu-item-37272 .dropdown-menu {
  width: 620px;
}

header input[type='search'] {
  width: 330px;
  padding: 0.4em 1em;
}

header .input-effect input:focus ~ label,
header .input-effect input.has-content ~ label {
  top: -0.6em;
  font-size: 0.6em;
}

header .input-effect {
  margin-top: 0;
}

.imagen-destacada-bg,
.imagen-random-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-secundario.imagen-random-bg > div {
  padding: 140px 0;
}
.page-template-page-homepage .header-secundario.imagen-random-bg > .row {
  align-items: flex-start;
}
.contenedor-dinamico {
  min-width: 470px;
  max-width: 600px;
  padding: 30px 30px 15px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.84);
}

.botones-usuario .seleccion {
  border: 2px solid #e5e5e5;
  background-color: #fff;
  padding: 10px;
  font-size: 0.8em;
  -ms-flex: 0 0 30.333333%;
  flex: 31.33%;
  max-width: 31.33%;
  margin: 1%;
  border-radius: 0;
}

/*.contenedor-selector.botones-usuario .seleccion {
  -ms-flex: 0 0 23%;
  flex: 23%;
  max-width: 23%;
}*/

.botones-usuario .seleccion.destacado {
  border: 2px solid #000000;
}

.page-template-page-homepage .botones-usuario .seleccion.destacado {
  border: 2px solid #e5e5e5;
}

.botones-usuario .seleccion.destacado p {
  color: #000;
}

.botones-usuario .seleccion img {
  width: 40px;
  margin-bottom: 4px;
  filter: invert(0);
}

.botones-usuario .seleccion p {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  line-height: 120%;
}

.botones-usuario.contenedor-selector .seleccion:after {
  content: '';
  background-color: transparent;
  position: absolute;
  width: 0px;
  display: block;
}

.botones-usuario.contenedor-selector {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 11px;
  padding-left: 11px;
}

.botones-usuario.contenedor-selector .seleccion:before {
  top: 0px;
}

.feed-noticias.alerta-general {
  /* max-width: 470px; */
  max-width: 80%;
  width: 100%;
  padding: 30px;
  margin-bottom: 15px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
  min-height: 95px;
  /* padding-bottom: 84px; */
  padding-bottom: 70px;
}

.feed-noticias.alerta-general.bg-gris {
  background-color: #9f9f9f;
}

.feed-noticias.alerta-general a {
  color: #ffffff;
}

.barra-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 12px;
  padding-bottom: 0px;
}

.dropdown-menu-fluid {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(22, 22, 22, 0.175);
  display: none;
}

.dropdown-menu-fluid .col-3 {
  /* max-width: 20%; */
  max-width: max-content;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  margin-right: 5%;
}

.dropdown-menu-fluid .c-1550 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dropdown-menu-fluid .c-1550 ul li a {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 21px 0;
  display: block;
  font-size: 16px;
  min-height: 61px;
  width: 110%;
}

.dropdown-menu-fluid .c-1550 ul > li:last-child > a {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}

.dropdown-menu-fluid .c-1550 .menu-subnivel a::after {
  content: '\f054';
  font: 1.2em 'Font Awesome 5 Free';
  transition: all 0.2s ease;
  will-change: all;
  font-weight: 900;
  color: rgb(0 0 0 / 30%);
  position: absolute;
  right: -12px;
}

.dropdown-menu-fluid .c-1550 li:hover a::after {
  /*right: 40px;*/
  color: #212529;
}

.sidebar-noticia.sidebar-menu .contenedor-selector a:hover,
.sidebar-noticia.sidebar-menu .contenedor-selector a:focus {
  background-color: #f7f7f7;
}


.sidebar-noticia.sidebar-menu .contenedor-selector a:hover::after,
.sidebar-noticia.sidebar-menu .contenedor-selector a:focus::after {
  color: #b2b2b2;
}

.sidebar-noticia.sidebar-menu .contenedor-selector p {
  font-size: 16px;
}

.sidebar-noticia.sidebar-menu .contenedor-selector a {
  width: 110%;
  background-color: #f2f2f2;
  border-radius: 3px;
  border-bottom: 1px solid #fff;
  padding-left: 20px;
  border-left: 4px solid black;
  transition: .3s all ease-in-out;
}

.sidebar-noticia.sidebar-menu .contenedor-selector a::after {
  right: 10px;
}

.sidebar-noticia.sidebar-menu .contenedor-selector a:hover p,
.sidebar-noticia.sidebar-menu .contenedor-selector a:focus p {
  opacity: 1;
}

.bloque-cta .titulo {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 40px;
  width: 100%;
  max-width: 440px;
  line-height: 1.2em;
}

.bloque-cta .enlace {
  position: absolute;
  top: 20px;
  right: 50px;
  width: 200px;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* FOOTER [ Large devices ] */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.acordeon-noticias {
  width: 100%;
  max-width: 100%;
  /* height: 643px; */ 
  overflow: hidden;
  /* padding-left: 50px; */
}
.acordeon-noticias ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.acordeon-noticias ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 643px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  transition: all 500ms ease;
}
.acordeon-noticias ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.acordeon-noticias ul li div a {
  display: block;
  height: 643px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}
.acordeon-noticias ul li div a * {
  opacity: 1;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.acordeon-noticias ul li div a .fecha {
  bottom: 290px;
  left: 50px;
  position: absolute;
  background-color: #fff;
  display: inline-block;
  width: fit-content;
  padding: 5px;
  color: #000;
  font-size: 16px;
}

.acordeon-noticias ul li div a h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
  top: 360px;
  /*bottom: 160px;*/
  left: 50px;
  position: absolute;
  width: 90%;
  white-space: inherit;
}

.acordeon-noticias ul li div a .extracto {
  top: 470px;
  /*bottom: 80px;*/
  left: 50px;
  position: absolute;
  width: 76%;
  line-height: 1.5em;
  height: 40px;
}

@media only screen and (max-width: 1440px) {
  .acordeon-noticias ul li div a .extracto {
    top: 500px;
  }
}

.acordeon-noticias ul li div a .leer-mas {
  position: absolute;
  bottom: 0;
  left: 50px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.acordeon-noticias ul li div a .leer-mas:after {
  content: '';
  background-color: #e51d2d;
  position: absolute;
  width: 120px;
  height: 4px;
  display: block;
  margin-top: 5px;
  z-index: 99999;
  bottom: 0px;
  left: 20px;
}

.acordeon-noticias ul li div a p {
  top: 160px;
}

.acordeon-noticias ul:hover li,
.acordeon-noticias ul:focus-within li {
  width: 8%;
}

.acordeon-noticias ul li:focus {
  outline: none;
}

.acordeon-noticias ul:hover li:hover,
.acordeon-noticias ul li:focus,
.acordeon-noticias ul:focus-within li:focus {
  width: 60%;
}

.acordeon-noticias ul:hover li:hover a,
.acordeon-noticias ul li:focus a,
.acordeon-noticias ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.5);
}

.acordeon-noticias ul:hover li:hover a *,
.acordeon-noticias ul li:focus a *,
.acordeon-noticias ul:focus-within li:focus a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.acordeon-noticias ul:hover li {
  width: 8% !important;
}

.acordeon-noticias ul:hover li a * {
  opacity: 0 !important;
}

.acordeon-noticias ul:hover li:hover {
  width: 60% !important;
}

.acordeon-noticias ul:hover li:hover div a .fecha {
  top: 330px;
  /*bottom: 250px;*/
}

.acordeon-noticias ul:hover li:hover div a h2 {
  top: 380px;
  /*bottom: 170px;*/
}

.acordeon-noticias ul:hover li:hover div a .extracto {
  top: 440px;
  width: 90%;
  white-space: inherit;
}

.acordeon-noticias ul:hover li:hover div a .leer-mas:after {
  width: 180px;
}

.acordeon-noticias ul li a {
  background: rgba(0, 0, 0, 0.5);
}

.acordeon-noticias ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.3);
}

.acordeon-noticias ul:hover li:hover a * {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 1420px) {
  .acordeon-noticias ul li div a .extracto {
    top: 500px;
  }
  .acordeon-noticias ul:hover li:hover div a h2 {
    top: 360px;
  }
}

@media screen and (max-width: 600px) {
  .acordeon-noticias {
    height: auto;
  }

  .acordeon-noticias ul li,
  .acordeon-noticias ul li:hover,
  .acordeon-noticias ul:hover li,
  .acordeon-noticias ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}

.news--container .news__item--big-new {
  display: flex;
}

.news--container .news__item--big-new .news__item--big-new__container,
.news--container .news__item--grid-news .news__item--grid-news__row {
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  overflow: hidden;
  background-size: 100% !important;
  background-position: bottom right !important;
}

.news--container .news__item--big-new .news__item--big-new__container {    
  display: flex;
  flex: 1;
  position: relative;
}

.news--container .news__item--big-new .news__item--big-new__container>a>div>div,
.news--container .news__item--big-new .news__item--big-new__container>a>div>h2 {    
  position: relative;
  z-index: 2;
  color: #fff;
}

.news--container .news__item--big-new .news__item--big-new__container>a h2 {    
  font-weight: 500;
  font-size: 23px;
  padding-bottom: 24px;
  color: #e51d2d;
}

.news--container .news__item--big-new .news__item--big-new__container>a .fecha {   
  padding-bottom: 16px;
  color: #212121;
}

.news--container .news__item--big-new .news__item--big-new__container>a .extracto {   
  padding-bottom: 48px;
  color: #212121;
}

.news--container .news__item--big-new .news__item--big-new__container>a {    
  display: block;
  width: 100%;
  padding: 60px;
  z-index: 1;
}


.news--container .news__item--big-new .news__item--big-new__container>a>div {    
  display: block;
  /* position: absolute; */
  bottom: 60px;
  width: 450px;
  width: 100%;
}
.news-wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.news--container .news__item--big-new .news__item--big-new__container>a .leer-mas {    
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #212121;
  width: max-content;
}

.news--container .news__item--big-new .news__item--big-new__container>a .leer-mas::before { 
  content: '';
  background-color: #e51d2d;
  position: absolute;
  width: 60px;
  height: 4px;
  bottom: -16px;
  left: calc(50% - 30px);
  transition: all ease-in-out .3s;
}

.news--container .news__item--big-new .news__item--big-new__container>a:hover .leer-mas::before,
.news--container .news__item--big-new .news__item--big-new__container>a:focus .leer-mas::before { 
  width: 80px;
  left: calc(50% - 40px);   
}

.news--container .news__item--big-new .news__item--big-new__container::before {         
  content: '';
  position: absolute;
  background-color: rgb(229 29 45 / 54%);
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: 1;
  mix-blend-mode: color-burn;
  transition: all ease-in-out .3s;
  display: none;
}

.news--container .news__item--big-new .news__item--big-new__container:hover::before,
.news--container .news__item--big-new .news__item--big-new__container:focus::before {       
  background-color: rgb(0 0 0 / 54%);
}

.news--container .news__item--big-new .news__item--big-new__container::after {  
  content: '';
  position: absolute;
  background-color: rgb(0 0 0 / 63%);
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: 0;
  mix-blend-mode: darken;
  display: none;
}
.news--container .news__item--grid-news {
  border-left: 1px solid #CFCFCF;
}
.news--container .news__item--grid-news .news__item--grid-news__row {
  position: relative;
  padding-top: 20px;  
}
.news--container .news__item--grid-news .news__item--grid-news__row:first-child {
  margin-top: 20px;
}
.news--container .news__item--grid-news .news__item--grid-news__row>a {
  display: block;
  display: flex;
  align-self: flex-end;
  justify-content: space-between;
  /* width: 100%; */
  /* padding: 40px;
  padding: 40px 40px 20px 40px; */
  padding-bottom: 20px;
  
  margin: 20px 40px;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #CFCFCF;

}
.news--container .news__item--grid-news .news__item--grid-news__row:last-child>a {
  border-bottom: 1px solid transparent;
}
.page-template-page-servicios-comerciales .news--container {
  display: none !important;
}
.img-post-wrapper {
  margin-left: 50px;
  overflow: visible;
}
.img-post-wrapper::after {
  content: url(images/icono-esquinero-puntos.svg);
  position: absolute;
  top: 10px;
  left: 40px;
  height: 70px;
  width: 70px;
  z-index:-1;
}
.news--container .news__item--grid-news .news__item--grid-news__row img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  aspect-ratio: 1;
  position: relative;
}
.news--container .news__item--grid-news .news__item--grid-news__row img::after {
  
}
.news--container .news__item--grid-news .news__item--grid-news__row>a>div>div,
.news--container .news__item--grid-news .news__item--grid-news__row>a>div>h2 {    
  position: relative;
  z-index: 2;
  color: #212121;
}

.news--container .news__item--grid-news .news__item--grid-news__row>a>div>h2 {  
  font-weight: 500;
  font-size: 23px;
  line-height: 1.3em;
}

.news--container .news__item--grid-news .news__item--grid-news__row>a>div {      
  /* width: 73%; */
  display: inline-block;
}
.news--container .news__item--grid-news .news__item--grid-news__row>a .leer-mas{
  white-space: pre;
  text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #212121;
    width: max-content;
    height: max-content;
    margin-top: 35px;
    margin-left: 30px;
}
.news--container .news__item--grid-news .news__item--grid-news__row>a .leer-mas::before {
  content: '';
    background-color: #e51d2d;
    position: absolute;
    width: 60px;
    height: 4px;
    bottom: -16px;
    left: calc(50% - 30px);
    transition: all ease-in-out .3s;
}
.news--container .news__item--grid-news .news__item--grid-news__row>a:hover .leer-mas::before {
  width: 80px;
    left: calc(50% - 40px);
}
.news--container .news__item--grid-news .news__item--grid-news__row::before {    
  content: '';
  position: absolute;
  background-color: rgb(229 29 45 / 54%);
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: 1;
  mix-blend-mode: color-burn;
  transition: all ease-in-out .3s;
  display: none;
}

.news--container .news__item--grid-news .news__item--grid-news__row:hover::before,
.news--container .news__item--grid-news .news__item--grid-news__row:focus::before {    
  background-color: rgb(0 0 0 / 63%);
  display: none;
}

.news--container .news__item--grid-news .news__item--grid-news__row::after {    
  content: '';
  position: absolute;
  background-color: rgb(0 0 0 / 63%);
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: 0;
  mix-blend-mode: darken;
  display: none;
}

.container-social {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-widget.redes-sociales > div:first-child {
  width: 190px;
}

.footer-widget.redes-sociales:before {
  content: '';
  background-color: #000;
  position: absolute;
  width: 40vw;
  height: 4px;
  top: 120px;
  right: 0px;
}

.footer-widget.redes-sociales:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -25px;
  top: 110px;
  width: 25px;
  height: 25px;
  border-radius: 43px;
  border: solid 6px #e51d2d;
  background-color: #fff;
  padding: 0;
}

.newsletter .input {
  padding: 0 30px;
}

.newsletter label,
.newsletter span > input {
  width: 100%;
}

.newsletter label {
  font-size: 14px;
  color: #000;
}

.newsletter span > input {
  min-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 0;
  border: #000;
}

.newsletter input[type='submit'] {
  min-height: 40px;
  width: 100%;
  border-radius: 0;
  border: 0;
  background-color: #000;
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

.newsletter .input-floating-label label:first-of-type {
  left: 3.5em;
}

.newsletter .input-floating-label input:focus ~ label:first-of-type {
  left: 30px;
}

.accept-policy {
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 15px;
  display: block;
}

.accept-policy a {
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}

.copyright > div {
  padding: 12px 0;
  text-align: right;
}

.footer-widget hr {
  margin: 0;
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-bottom: 20px;
}

.row > .footer-widget {
  border-right: 2px solid #fff;
}

.row > .footer-widget {
  border-right: 2px solid #fff;
}

.row > .footer-widget:last-child {
  border-right: 0px solid transparent;
}

.footer-menu {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-widget > p,
.footer-widget > a {
  padding-left: 15px;
}
.footer-menu ul {
  padding-left: 0px;
}

.footer-menu ul li::before {
  content: '';
}

.footer-menu ul > li > a,
.footer-menu .textwidget a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-bottom: 14px;
  position: relative;
  display: inline-block;
}

.footer-menu ul > li > a:before,
.footer-menu .textwidget a:before {
  content: '';
  position: absolute;
  bottom: 10px;
  background: #fff;
  height: 2px;
  left: auto;
  right: 0;
  width: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.footer-menu ul > li > a:hover:before,
.footer-menu .textwidget a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.footer-menu .textwidget p {
  font-size: 14px;
  color: #fff;
  padding-bottom: 14px;
}

footer .footer-widget:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .footer-widget:first-child svg {
  width: 30px;
}

.footer-widget > p,
.footer-widget h4.widgettitle {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-bottom: 26px;
}

.footer-widget > p:after,
.footer-widget h4.widgettitle:after {
  content: '';
  background-color: #e51d2d;
  position: absolute;
  width: 60px;
  height: 4px;
  display: block;
  margin-top: 5px;
}

footer .bg-gris {
  padding-top: 20px;
}

footer .bg-gris p,
footer .bg-gris .footer-menu ul > li > a {
  color: #000;
}

.footer-widget.bg-gris ul li::before {
  color: #000;
}

.footer-widget.bg-blanco {
  padding-top: 15px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgb(0 0 0 / 40%)
  ) !important;
}

.footer--bottom.bg-blanco p {
  color: #000;
}

.footer-widget.bg-blanco a {
  display: inline-block;
}

.footer-widget.bg-blanco a > img {
  width: 100%;
  height: 48px;
}

.footer-legal::before {
  content: '\f023';
  font: 1.6em 'Font Awesome 5 Free';
  transition: transform 0.5s ease;
  will-change: transform;
  font-weight: 900;
  color: rgb(0 0 0 / 15%);
  position: absolute;
  z-index: 0;
  right: 40px;
  top: 8px;
  transform: rotate(20deg);
}

footer .footer-menu:last-child {
  padding-bottom: 10px;
}

.newsletter h3 {
  padding-right: 30px;
  padding-left: 30px;
}

.form-newsletter {
  box-shadow: 0 2px 12px 3px rgba(0, 0, 0, 0.18);
  background-color: #e5e5e5;
}

.form-newsletter span.wpcf7-not-valid-tip,
.form-newsletter .wpcf7-response-output {
  color: #ac1818;
  font-size: 14px;
}

.form-newsletter .wpcf7-not-valid-tip {
  padding-top: 10px;
  margin-bottom: 10px;
}

ul#menu-legal-terms {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}

ul#menu-legal-terms > li {
  color: #000;
  padding-right: 30px;
}

ul#menu-legal-terms > li > a {
  color: #000;
}

ul#menu-legal-terms > li > a::after {
  content: '\2022';
  color: #000;
  font-size: 2em;
  position: absolute;
  display: inline-block;
  margin-left: 13px;
  margin-top: -3px;
}

ul#menu-legal-terms > li:last-child > a::after {
  content: '';
}

.copyright p,
.aqui {
  font-size: 14px;
  color: #000;
}

.single-input.input-effect.mt30 {
  margin-top: 50px !important;
}
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Cita previa */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */


.cita-map {
  align-self: flex-end;
  margin-bottom: 0.5rem;
}

.container--consulta-mapas__wrapper__map {
  margin-top: 0;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*Modal Aceptación Registro*/
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
#privacyModal {
  width: clamp(18.75rem, 8.333rem + 46.296vw, 50rem);
  height: auto;
  padding: 40px clamp(1.25rem, 0.833rem + 1.852vw, 2.5rem);
}
#privacyModal  .modal-content {
  border: none;
}
#privacyModal h2 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
#privacyModal h3 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3em;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
}
#privacyModal p,
#privacyModal span,
#privacyModal a {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
  color: #000 !important;
  font-size: 14px !important;
  line-height: 1.3em;
}
#privacyModal a {
  color: #e51d2d !important;
  text-decoration: none;
}
#acceptPrivacyButton {
  width: auto;
  margin: auto;
  margin-top: 30px;
  padding: 0 clamp(0rem, -0.313rem + 1.389vw, 0.938rem);
}