/*
Theme Name: Metros Ligeros MLM 2026
Author: Bandín.compact
Author URI: https://www.bandin.com
Description: Tema personalizado para Metro ligero en 2026. We are Cumbre (wearecumbre.com). Desarrollo &Aacute;ngel Band&iacute;n
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
  font-family: 'Manrope';
  src: url('fonts/Manrope-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope200';
  src: url('fonts/Manrope-200.ttf') format('ttf');
}
@font-face {
  font-family: 'Manrope300';
  src: url('fonts/Manrope-300') format('ttf');
}
@font-face {
  font-family: 'Manrope500';
  src: url('fonts/Manrope-500.ttf') format('ttf');
}
@font-face {
  font-family: 'Manrope600';
  src: url('fonts/Manrope-600.ttf') format('ttf');
}
@font-face {
  font-family: 'Manrope700';
  src: url('fonts/Manrope-700.ttf') format('ttf');
}
@font-face {
  font-family: 'Manrope800';
  src: url('fonts/Manrope-800.ttf') format('ttf');
}



* {
  box-sizing: border-box;
}
body {
    background-color: #ffffff;
    font-family: "Manrope", Helvetica Neue, Helvetica!important;
	margin:0;
	font-size: 17px;/*font-size: 18px;*/
	max-width:2000px;
	margin-left:auto;
	margin-right:auto;
}
body p {
	font-size: 17px;
}

.accessibility-location-right .accessability_container {

 /* top: 150px;*/
}

.aicon_image{
	width:100%;
}

/*Pequeña*/
.funyrss{
	display:none;
}

.mlm-logo{
	text-align: center;
}
.mlm-logo img{
	width:160px;
	/*height:120px;*/
	/*width:250px;
	height:150px;*/
}
	/*Menú*/
.menu-item > a {
	/*font-weight:bold!important;*/
}
.current-menu-item a {
	color: #95B2F9 !important;
}

.movil-no{
	display:none;
}
.mt8{
	margin-top:80px;
}
.mt8i{
	margin-top:80px!important;
}
.anotacion.mt8{
	margin-top:80px!important;
}
.pb25{
	padding-bottom:25px;
}
/*// Definimos un ancho fluido y una altura fija para nuestro menú*/
header.mlm-logo {
  //background: #22282e;
  height: 60px;
  position: relative;
  width: 100%;
}

#bandescarga {
  padding: 15px !important;
  border-radius: 25px !important;
}
#bandescarga a{
	font-weight: bold !important;
}

/*// Flotamos el menú a la izquierda */
#menu {
z-index: 10000;
}
#menu {
  position: absolute;
  top: 4px;
  float:left;
  z-index: 10000;

  /*// Quitamos estilos por defecto de el tag UL*/
  ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
  }

  /*// Convertimos nuestra lista de enlaces en un menú horizontal*/
  li {
    display: block;
    /*background: #33363b;*/
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #282b30;

    
    a {
      display: block;
      color: #fff;
      text-decoration: none;
      line-height: 60px;
      padding: 0 26px;

      &:active,
      &:focus   {
        color: #000000;
      }
    }
  }

  /*// Agregamos una animación al despliegue del menú*/
  .open-menu {
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    max-height: 400px;
    transition: max-height .4s ease;
  }
}

/*// Botón mostrar menú*/
#nav-mobile {
  background: transparent;
  border: 0;
  cursor: pointer;
  float: left;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: -10px;
  opacity: 0.6;

  /*// Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado*/
  &.nav-open {
    opacity: 1;
  }

  span {
    display: block;
    width: 60%;
    margin: 4px auto;
    height: 4px;
    background: #000
  }
}

/* Footer */
footer{
	background: #d9e8ff; /*#d9e8ff;*/
	color: #37518c;
	/*margin-top: 3vw;*/
}
.descarga-footer{
	background: #d9e8ff;/*#6c0e28;*/
	text-align:center;
	padding:3vw;
	/*font-size: 3vw;*/
	font-size: 15px;
}
.descarga-footer a{
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 18px;
}
.menu-footer {
	background: #d9e8ff;
	padding:1vw;
}
#menu-pie ul{
	list-style:none;
}
#menu-pie ul li{
	padding-bottom:3.5vw;
}
#menu-pie a {
	text-decoration:none;
	color:#37518c;
	text-transform: uppercase;
	/*font-size: 3vw;*/
	font-size: 14px;
	font-weight: 400;
	cursor:pointer;
}
#menu-pie ul.sub-menu{
	padding-left:0;
}
#menu-pie ul.sub-menu{
	padding-bottom:.5vw;
	padding-top: .5vw;
}
#menu-pie ul.sub-menu li{
	padding-bottom:.5vw;
	padding-top:.5vw;
}
#menu-pie ul.sub-menu a{
	text-transform: none;
}

.logo-rss{
	background: #454545;
	padding: 1vw;
}
/*
.logo-footer {
	width: 100%;
	text-align:center;
}
.logo-footer img{
	max-width:100%;
}
*/

.logo-mlm img{ 
	max-width:250px;
}
.rrss-footer{
	width: 100%;
	text-align:center;
	margin: 20px 0 20px 0;
}
.logo-ctrm-footer, .logo-mlm{
	text-align:center;
	/*margin: 20px 0 20px 0;*/
}

/*	Contenido	*/
main.wrap{
	margin-top:3rem;
	display: inline-block;
	width:100%;
}
.wrap h2, .wrap h3, .wrap h4, .wrap h5 ,.wrap h6, .wrap div, .wrap p, .wrap table, .wrap ul, .wrap li .wrap a,
 footer {
	/*font-family: "Montserrat", Helvetica Neue, Helvetica;*/
}
h2.tit-seccion{
	/*background:	#a2a9b3;/*#7a8591 #f2f3f5*/
	/*margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;*/
	color: #FFFFFF;
	/*text-transform: uppercase;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;*/
	margin-left:9%;
}
h2.tit-seccion.tit-planifica{
	color: #FFC5BA;
}
#cf-14 h2.tit-seccion.tit-planifica{
	color: #29437C;
}
h2.tit-seccion.tit-comousar{
	font-size:96px;
	margin-left:0;
	line-height: 1;
	font-weight: 400;
}
h3.tit-apartado{
	font-size: 24px;
	font-weight: bold;
	text-transform:uppercase;
}
.contenedor-eventos h3.tit-apartado{
	max-width: 93%;
}
h3.tit-apartado.azul, h4.tit-apartado.azul{
	color: #000000;
}
h3.estacion{
	
}
div.apartado{
	text-align: center;
}
.tex-apartado{
	/*font-size: 17px;*//*font-size: 18px;*/
	font-size: 22px;
}
#cf-18 .tex-apartado{
	font-size: 17px;
}
.tex-apartado.grande{
	font-size: 22px;
}
.centrado{
	text-align:center;
}
.ico-boton{
	text-align:center;
	margin: auto auto 25px auto;
	/*position: absolute;*/
	position: relative;
	/*top: 10px;
	right: 10px;
	*/
}

#cf-2 .ico-boton,
#cf-14 .ico-boton{
	text-align: center;
	margin: auto auto 25px auto;
	position: absolute;
	top: 20px;
	right: 20px;
}
.ico-boton.boton-evento{
	cursor:pointer;
}
.asin, .asin:hover,  .ico-boton a, .ico-boton a:hover {
	text-decoration:none;
}
.asin, .asin:hover{
	color:inherit;
}
.tar{
	/*text-align:right!important;*/
	text-align:center;
}
.tal{
	/*text-align:left!important;*/
	text-align:center;
}

.ico-boton img{
	position:relative;
	z-index:2;
}
.ico-boton .texto{
	/*bottom: 26px;*/
	position: relative;
	color: #fff;
	background:#A8163D; /*#B5CDFF;/*#FF6267;*/ /*#A51426;*/
	padding: 8px 35px 8px 35px;
	font-weight: bold;
	margin-left: -18px;
	/*z-index: -1;*/
	border-radius: 24px;
}
#cf-2 .ico-boton .texto{
	background:#a8163d;
}
#cf-14 .ico-boton .texto{
	background:#29437C;
}
#cf-15 {
	/*position:relative;*/
	/*overflow-x:hidden;
	overflow-y:hidden;*/
	overflow:hidden;
}
#cf-15 section{
	margin-left:25px;
}
#cf-15 .cuadril1 {
	width: 50%;
	height: 180rem;
	background-color: #FFC5BA;
	z-index: -1;
	position: absolute;
	top: 85%;
	clip-path: polygon(0 0, 95% 0, 100% 100%, 17% 100%);
	left: 50%;
}

#cf-15 .cuadril2 {
	width: 100%;
	height: 150rem;
	background-color: #E2EFC34D;
	z-index: -1;
	position: absolute;
	top: 410%;
	clip-path: polygon(0 0, 70% 0, 100% 100%, 12% 100%);
	left: -5%;
}

#cf-16 {
	background:#FFF; /*#EAE4DF;*//* Revisar línea 438*/
	padding-top: 20px;
	padding-bottom: 50px;
}
#cf-16 .titulo_inclinado{
	background-color: #95B2F9;
}
#cf-16 h1 {
	color: #29437C;
/*	margin-left:10%;*/
	text-align:left;
	font-size:96px;
	font-weight: 400;
	
	background-color:#FFF; /*#EAE4DF;*/
	width: 60%;
	clip-path: polygon(0 0, 95% 0, 100% 124%, 5% 215%);
	padding-left: 5%;
	margin-left: 5%;
	padding-right: 1.5%;
}
#cf-16 .columna2.texto {
	color: #616161;
	font-size: 24px;
	text-align:center;
	width: 60%;
	margin-left: 20%;
	margin-top:50px;
}
#cf-17 {
	background-color: #EAE4DF;
	color: #fff;
	font-size:24px;
	/*display:flex;*/
	background-image: url('https://www.metrosligerosdemadrid.es/wp-content/themes/mlm2026/imagenes/fondo_quienes.png');
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position-y: 50%;
	background-position-x: 50%;
}
#cf-17 .izquierda {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	width: 40%;
	/*background-color: #95B2F9;*/
	padding-left: 6%;
	margin-left: 0;
	padding-right: 2.5%;
}
#cf-17 .derecha {
	width: 55%;
}
#cf-17 h2 {
	color: #fff;
	font-size: 96px;
	/*margin-top:50px;*/
	font-weight:400;
}
#cf-17 h3 {
	font-size:24px;
	font-weight:bold;
	margin-bottom: 20px;
}
#cf-17 p {
}
#cf-18 {
	background-color: #fff; /* #EAE4DF;*/
	color: #fff;
	font-size:24px;
	margin-top: -50px;
	padding-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#cf-18  h2 {
	color:#29437C;
	font-size:96px;
	margin-left:10%;
	text-transform: capitalize;
	width:100%;
	font-weight: 400;
}
#cf-18 a{
	color:#29437C;
}
#cf-18 .izquierda{
	margin-left: 0%;
}
#cf-18 .derecha{
	margin-right: 0%;
}
#cf-18  h3 {
	/*color:#FF6267;*/
	color:#fff;
	font-size:24px;/*36px;*/
	font-weight: normal;
	text-transform: unset;
	text-align: right;
	margin-right: 10%;
	margin-left: 2%;
}
#cf-18  p {
	/*color:#616161;*/
	color:#fff;
}
#cf-18 .abajo{
	/*border-top: 12px solid #FF6267;*/
	border-top: 12px solid #29437C;
	margin-left: 3%;
}
#cf-18 .arriba{
	/*border-bottom: 12px solid #FF6267;*/
	border-bottom: 12px solid #29437C;
	margin-left: 3%;
}
#cf-18 .recuadro_blanco {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 1% 100%);
	margin: 20px 0 20px 0;
	padding: 1px 0 1px 0;
}

#cf-19 {
	background-color: #fff; /*#EAE4DF;*/
	color: #fff;
	font-size:24px;
	margin-top: -50px;
	padding-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#cf-19  h2 {
	color:#29437C;
	font-size:96px;
	margin-left:10%;
	/*text-transform: capitalize;*/
	width:100%;
	font-weight: 400;
}
#cf-19  p {
	color:#616161;
}
#cf-19 .derecha{
	position: relative;
	margin-right: 0%;
}
#cf-19 .redes_abajo{
	position: absolute;
	bottom: 0;
	right: 25%;
}

#cf-20 {
	background-color: #FF6267;
	color: #fff;
	font-size:22px;
	margin-top: -50px;
	padding-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 50px;

	border-top-left-radius: 1000px 200px;
	border-top-right-radius: 1000px 200px;
}
#cf-21 {
	background-image: url('https://www.metrosligerosdemadrid.es/wp-content/themes/mlm2026/imagenes/fondo-horarios-1.png');
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position-y: 50%;
	background-position-x: 50%;

	background-color: transparent;
	/*display:initial;*/
	
	height:45rem;
}
#cf-21 #ban-tiempostablas{
	width:20%;
	margin-left:40%;
}
#cf-21 .circle-parada {
	text-align: center;
	background: #d9e8ff;
	padding: 40px 60px;
	border-radius: 15px;
}
#cf-22 {
	background:#fff;
	padding-top: 20px;
	padding-bottom: 50px;
}
#cf-23 {
	background-color: rgb(181, 205, 255);
	margin-top: 50px;
	margin-bottom: 50px;
	/*padding: 10px 0 10px 0;*/
}
#cf-23 h1 {
  background-color: rgb(255, 255, 255);
  width: 50%;
  clip-path: polygon(0px 0px, 95% 0px, 100% 100%, 5% 100%);
  padding-left: 5%;
  margin-left: 5%;
  padding-right: 50px;
}
#cf-23 p{
	text-align: center;
	font-size:24px;
	
}
.page-id-42365 h2{
	margin-top:75px;
	text-align:center;
	font-size:30px!important;
}
#cf-24 {
	width:100%;
	margin-top: 150px;
}
#cf-24 .recuadro_gris {
	width:80%;
	background: #b5cdff;
}
#cf-24 .recuadro_blanco {
	padding: 5px 5px 5px 25px;
	margin-bottom: 15px;
}
#cf-24 h3 div.tit-evento {
	color: #37518c;
	font-size: 24px;
}
#cf-24 h3 img {
	width: 100px;
	margin-bottom: 15px;
}
#cf-24 .ico-boton.boton-evento {
	margin-top:15px;
}
#cf-24 .boton-mas span{
	background: #37518c;
	text-align: center;
	padding: 15px;
	font-size: initial;
	border-radius: 25px;
	top: 15px;
}
#cf-1 #bantiempos::after {
	content: "";
	background-color: #fffa;
	position: absolute;
	clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}
#cf-1 #bantiempos {
  border-radius: 0px !important;
  /*background-color: #fffa;*/
  padding: 20px 45px;
  width: 60%;
  /*clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);*/
}

#bantiempos select, #bantiempos p {
	color:#000!important;
	font-weight:bold;
}
#ban-btn-ver-horario {
	border-radius: 24px !important;
	font-weight: bold !important;
}
.page-id-42362 main.wrap{
	background-color:#fff; /*#eae4df;*/
}
.page-id-42362 footer{
	margin-top: 50px!important;
}
#cf-20  h2 {
	color:#fff;
	font-size:96px;
	width:100%;
	text-align:center;
}
#cf-20 ul.margen{
	margin-left:50%;
}
#cf-20 .izquierda, #cf-20 .derecha {
	/*flex: 1 1 30%;*/
}
#cf-20 .izquierda.margen, #cf-20 .derecha.margen {
	padding-left:20%;
	margin-top:100px;
}
#cf-20 .izquierda.margen p , #cf-20 .derecha.margen p {
	margin-top:20px;
}
#cf-20 #silla{
	background-image: url('https://www.metrosligerosdemadrid.es/wp-content/themes/mlm2026/imagenes/silla.png');
	background-repeat: no-repeat; 
	background-size: contain; /*cover; */
	background-position-y: 0%;
	background-position-x: 50%;
	
}
#cf-20 #baston {
	background-image: url('https://www.metrosligerosdemadrid.es/wp-content/themes/mlm2026/imagenes/baston.png');
	background-repeat: no-repeat; 
	background-size: contain;/*cover; */
	background-position-y: 0%;
	background-position-x: 50%;
}
#cf-20 .tex-apartado.centrado {
	width:100%;
	margin-top: 50px;
}

#cf-20 section {
	width:100%;
}
#cf-20 section .container {
	/*width: calc(50% - 10px);*/
	width:80%;
}
#cf-20 .img-info{
	background-color:#fff;
	border-radius: 24px;
	margin-top: 10px;
	color: #FF6267;
	padding-left: 0;
	padding-right: 0;
}
#cf-20 .img-info h3 {
	margin-left:10%;
}
.ico-boton .texto, .ico-boton .texto a{
	color: #fff;
	text-decoration:none;
	font-size: 18px;
}
.columna, .columna3{
	width:100%;
	text-align:center;
	padding: 25px 20px 0 20px;
}
.page-template-tarifas25 .columna3{
	padding: 25px 50px 25px 50px;
}
.anotacion{
	/*border: 1px solid #a8163d; // #6c0e28*/
	/*background-image: linear-gradient(left, transparent 30px, $fondo 30px, $fondo 478px),linear-gradient($border-color 30px, transparent 30px, transparent 278px, $border-color 278px);*/
	/*width: 100%;*/
	margin: 0 10px;
}

.esquina_arriba_izquierda{
	float:left;
	/*background: #A1CC3A;*/
/*	border: 2px solid #a8163d;
	/*margin: 2%;*/
/*	height: 80px;
	border-radius: 100% 0 0 ;
	width: 80px;
	*/
}
.esquina_arriba_derecha{
	float:right;
	/*background: #A1CC3A;*/
/*	border: 2px solid #a8163d;
	/*margin: 2%;*/
/*	height: 80px;
	border-radius: 0 100% 0 0;
	width: 80px;*/
}
.esquina_abajo_derecha{
	float:right;
/*	border: 2px solid #a8163d;
	/*margin: 2%;*/
/*	height: 80px;
	border-radius: 0 0 100% 0 ;
	width: 80px;*/
}
.esquina_abajo_izquierda{
	float:left;
/*	border: 2px solid #a8163d;
	/*margin: 2%;*/
/*	height: 80px;
	border-radius: 0 0 0 100%;
	width: 80px;*/
}
.anotacion .contenido{
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
.anotacion.angulos .contenido{
	color:#37518c; /*#a8163d;*/
	text-align: center;
}
.todogris{
	background: #f2f3f5;
	margin: 100px 0 50px 0;
	padding-bottom: 20px;
}
.contenedor_arriba{
	text-align: left;
	margin-right:15px;
	height:0;
}
.arriba{
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	/*border-bottom: 25px solid #6c0e28;*/
	border-bottom: 12px solid #37518C;
	margin-left: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.abajo{
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	/*border-top: 25px solid #a8163d;*//*#6c0e28*/
	border-top: 12px solid #37518C;
	margin-left: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	top: 10px;
}
.desplegada .columna2.texto{
	margin-top: -25px;
}
.gris{
	color:#7a8591;
}
.granate-g1{
	color:#a8163d;
}
.granate-g2{
	color:#6c0e28;
}
.fondo-gris{
	background-color:#f2f3f5;
}
#sala-prensa-sala-prensa.fondo-gris{
	background-color:#95B2F9;
}
#sala-prensa-sala-prensa.fondo-gris p{
	color:#fff;
}
.fondo-azul {
  background-color: #d9e8ff;
}
.fondo-titulo-gris{
	background-color:#a2a9b3;
}

.muy-grande{
	font-size:96px;
}
.blanco{
	color:#ffffff;
}
a.blanco:hover{
	/*color:#95B2F9;*/
	color:#29437C;
}

/* HOME */
/*#cabecera-home {
	width: 99.1vw;
	//height: 110vh;//
	height:600px;
	background-image: url('https://www.metrosligerosdemadrid.es/wp-content/themes/metrosligeros2025/imagenes/cabecera-home.jpg');
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position-y: 50%;
	background-position-x: 50%;
}*/
#cf-1{
	height: 100rem;/*70*/
	background-image: url('https://www.metrosligerosdemadrid.es/wp-content/themes/mlm2026/imagenes/bg_metro_home_1.jpg');
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position-y: 50%;
	background-position-x: 50%;
	margin-top: 50px;
}
#bantiempos{
	margin-top:8rem;
}
#banmeteo{
	margin-top: 25rem;
}
#banmeteo .wi{
	transform: skewX(20deg);
}
#banmeteo .prediccion-ico{
	top: -45px;
	position: relative;
	/*transform: skewX(20deg);*/
}
#banmeteo .local{
	top: -40px;
	position: relative;
}
.wi-day-sunny::before {
  font-size: 90px;
  margin-left: 5px;
}
#banmeteo .meteo_int{
	padding-top: 30px !important;
}
#cf-1 .muy-grande{
	margin-top: 21rem;
	line-height: 1;
	font-weight: 400;
}

#cf-2{
	margin-top:100px;
	margin-bottom:150px;
	background:transparent;
	gap:0;
}
#cf-14{
	margin-top:50px;
	margin-bottom:150px;
	background:transparent;
	gap:0;
}
#cf-2 .izquierda, #cf-2 .derecha,
#cf-14 .izquierda, #cf-14 .derecha {	
	border-radius: 10px;
}
#cf-2 .izquierda {	
	background:#FF6267;
}
#cf-14 .izquierda {	
	background:#B5CDFF;
}
#cf-2 .derecha,
#cf-14 .derecha {
	background:#FFC5BA66;
	border-radius: 10px 10px 10px 10px;
}
#cf-14 .derecha{
	background:#EBF2FC;
}
#cf-3 {
	height: 90rem;/*70*/
	color: #ffffff;

	/*background-image: url('https://www.metrosligerosdemadrid.es/wp-content/themes/mlm2026/imagenes/tren_home.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position-y: -95px;
	background-position-x: 100%;
	*/
	
	overflow: visible;
	position: relative;
}

#cf-3::before {
	content: "";
	position: absolute;

	background-image: url('https://www.metrosligerosdemadrid.es/wp-content/themes/mlm2026/imagenes/tren_home.png');
	background-size: initial;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 110%;

	top: -200px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px;

	z-index: 1;
}
#cf-3 .izquierda{
	z-index:10;
}
#cf-4 {
	background: #FFFFFF;
	margin-top: 60px;
}


.cont-fondo{
	/*background:#D0D0D0;*/
	background:#95B2F9;
	display:flex;
	flex-wrap: wrap;  
	gap:20px;
}
.izquierda, .derecha{
	flex:1 1 25%;
	/*flex:1 1 5%;*/
	/*border: 1px solid red;*/
}
.izquierda{
	margin-left:10%;
	width:40%;
}
.derecha{
	width:40%;
	margin-right:10%;
}

.columnas-4 {
	width:70%;
	display:flex;
	/*flex-wrap: wrap;  */
	gap:20px;
	margin:0 auto;
}
.col{
	/*width:20%;*/
	flex:1 1 11%;
	text-align:center;
}
.col h3, .col p {
	text-align:center;
}
.col p {
	color:#29437C;
}

.col-1{
	/*margin-left: 25%;*/
}
.co1-2{
}
.co1-3{
}
.col-4{
	/*margin-right: 25%;*/
}
.persona{
	width: 175px;
}
.persona.persona8{
	width: 150px;
}
p.azul{
	color: #29437C;
}
.elemento {
	border-bottom: 1px solid #29437C;
	color:#ffffff;
}
.elemento a {
	color:#ffffff;
}
.elemento h4::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
	margin-right:10px;
}

.cuadri1{
	width: 350px;
	height: 300px;
	background-color: rgba(198, 217, 131, 0.35);
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
	font-size: 100px;
	color: #ffffff;
	margin-top: 50px;
	margin-left: -45px;
	padding-top: 25px;
	padding-left: 40px;
	position: relative;
	top: 100px;
	right: -200px;
	z-index: 1000;
}
.cuadri2{
	width: 150px;
	height: 100px;
	/*background-color: #C6D983;*/
	background-color: rgba(198, 217, 131, 0.35);
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
	font-size: 100px;
	color: #ffffff;
	margin-top: 150px;
	margin-right: 150px;
	padding-top: 25px;
	padding-left: 40px;
}
#sb_instagram #sbi_images {
	padding: 12px 0 0 0 !important;
	gap:0px !important;
}
#sb_instagram{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#planifica {
	/*background-image: imagen de fondo a partir de 1200*/
/*	padding-top: 50px;
	max-width:100%;
	*/
}

#form-planifica{
	/*background: #000000;*/
	left: calc(50% - 150px);
	position: relative;
	width: 300px;
	border-radius: 15px;
	padding: 15px;
	max-width: 650px;
	margin:0;
}
#form-planifica .origen, #form-planifica .destino{
	display: inline-block;
	min-width:200px;
	padding: 10px;
	width: 49%;
}

#form-planifica label{
	color:#fff;
	text-transform:uppercase;
	font-weight: 600;
	font-size: 17px;/*font-size: 18px;*/
}
#form-planifica .expl{
	color:#fff;
	margin: 10px 0 10px;
}
#form-planifica select, #form-planifica input{
	width: 220px;
	height: 35px;
}
#form-planifica .planificar{
	/*text-align:center;*/
	margin-top: 20px;
}
#form-planifica .boton-planificar{
	font-family: "Montserrat", Helvetica Neue, Helvetica;
	font-size: 17px;/*font-size: 18px;*/
	background: #a8163d;
	padding: 8px 20px 8px 25px;
	border-radius: 24px;
	color: #fff;
	font-weight: 600;
	border-color: #a8163d;
	border: none;
}
#cf-14 #form-planifica .boton-planificar{
	background: #29437C;
}
#plano{
	padding-top: 0%;
	/*padding-bottom: 50px;*/
	max-width:100%;
	text-align:center;
	position: relative;
}
#plano img.mapa{
	width:75%;
	margin-bottom: 15px;
}

#como-usar{
	padding-bottom: 50px;
}
#ventajas{
	padding-bottom: 50px;
}
#mlm-redes{
	padding-bottom: 50px;
	padding-left:1vw;
	padding-right:1vw;
}
#mlm-redes .tiktok-feed__actions{
	display:none;
}


/* HORARIOS */
#cf-5 {
	background: #FFFFFF;
}
h2.titulo21, h2.titulo22{
	font-size:96px;
	width:100%;
	padding-left:10%;
	font-weight:400;
}
h2.titulo21{
	color:#fff;
	background-color:#95B2F9;
	margin-bottom:0;
	line-height: 1.1;
	font-weight:400;
}
h2.titulo22{
	color:#37518C;
	background-color:#fff;
	margin-top:0;
	line-height: .6;
	font-weight:400;
}
#imgtrenh{
	position: relative;
	top: -150px;
}

#cabecera-horarios {
	width: 99.1vw;
	/*height: 80vh;*/
	height:600px;
	background-image: linear-gradient(to right, rgba(255,255,255, 0.7) 0 100%), url('https://www.metrosligerosdemadrid.es/wp-content/themes/metrosligeros2025/imagenes/fondo-horarios.jpg');
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position-y: 25%;
	background-position-x: 50%;
}
#horarios{
	/*background: #f2f3f5;*/
	padding-bottom: 30px;
	padding-top: 30px;
}
#horarios h3,#invierno, #horarios #invierno, #horarios #invierno p, #horarios #invierno p>strong, .oculto26 {
	display:none!important;
}
#horarios table{
	padding: 50px;
	left: 0;
	max-width: 500px;
	position: relative;
	padding: 5px;
	background: #ffffff;
	border-radius: 16px;
	display: block;
}

#horarios tr{
}
#horarios tr.titulos{
	text-align: center;
	/*font-weight: bold;*/
	color: #999999;
	text-transform:uppercase;
}
#horarios tr.titulos td{
	padding-left:5px;
}
#horarios td{
	text-align:left;
	/*border-top: dotted 1px #000;*/
	border-top: solid 1px #999;
	width:33%;
	padding-left:20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#horarios td.dia{
	/*border-top:none;*/
	/*background: #f2f3f5;*/
	vertical-align: top;
	padding: 5px;
	text-align:left;
	width:33%;
	padding-left: 10px;
}
#horarios td.vacio{
	border-top:none;
}
#horarios td.ladoi{
	border-left: solid 1px #999;
}
#horarios td.topno{
	border-top: none;
}
#horarios tr.titulos td{
	border-top:none;
}
/*Titulos y tarifas*/
#cf-6 {
	background: #FFFFFF;
}
#cf-6 .izquierda, #cf-6  .derecha {
  flex: 1 1;
  margin-bottom:50px;
}
#cf-6 .izquierda{
	flex-basis: 20%;
}
#cf-6 .derecha{
	flex-basis: 50%;
}
h1.titulos-tarifas,
h1.atencion-cliente,
h1.muy-cerca{
	color: #37518C;
	font-size: 96px;
	font-weight: 400;
	text-align:center;
	width: 100%;
	margin-bottom: 50px;
	margin-top:50px;
}
h1.muy-cerca{
	color:#29437C;/* #B5CDFF;*/
	text-align:left;
	margin-left:10%
}
h2.tit-seccion.tit-comprar, h2.tit-seccion.tit-tipos,
h2.tit-seccion.tit-validar{
	color: #37518C;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height:1.5;
}
#cf-9 h2.tit-seccion.tit-validar,
#cf-11 h2.tit-seccion.tit-validar{
	width:100%;
}
#cf-6 h3.tit-apartado,
#cf-9 h3.tit-apartado,
#cf-11 h3.tit-apartado {
	color: #616161;
	font-size: 24px!important;
	font-weight: 400 !important;
	text-transform: none !important;
}
#cf-6 h3.tit-apartado::before,
#cf-9 h3.tit-apartado::before,
#cf-11 h3.tit-apartado::before {
  content: "";
  display: inline-block;
  width: 12px;         /* Tamaño del círculo */
  height: 12px;        /* Mismo tamaño que el ancho para hacerlo perfecto */
  background-color: #EDE8E3; /* Color del círculo */
  border-radius: 50%;  /* Convierte el cuadrado en círculo */
  margin-right: 8px;   /* Espacio entre el círculo y el texto */
  vertical-align: middle; /* Alinea verticalmente con el texto */
}
#cf-6 .recuadro_blanco,
#cf-9 .recuadro_blanco,
#cf-11 .recuadro_blanco {
	border-bottom: 1px solid #B6B4B4;
}
#cf-9 .recuadro_blanco {
	border-top: 20px;
}

#cf-6 p.tex-apartado {
	color:#616161;
	font-size: 17px;
	line-height: 1.5;
}


.page-template-tarifas25 #comprar{
	margin-bottom:50px;
}
#cf-7 {
	background: #95B2F9;
	color: #fff;
	font-size: 20px;
}
.columnas3 {
  display: flex; /* Activa Flexbox */
  gap: 20px;     /* Espacio de separación entre las columnas */
  margin-left: 10%;
  margin-right: 10%;
  margin-top:50px;
  margin-bottom: 50px;
  width:100%;
}

.col {
  flex: 1;           /* Hace que las 3 columnas tengan exactamente el mismo ancho */
  /*background: #f4f4f4;*/
  padding: 20px;
  text-align: center;
}
#cf-7 .col p{
	color: #fff;
	font-size: 20px;
	height: 250px;
}
.recuadro_gris, .recuadro{
	margin: 50px auto 50px auto;
	background: #f2f3f5;
	width: 90%;
	border-radius: 15px;
	padding: 25px;
}
.recuadro{
	background: transparent;
}
.recuadro.sin-m-vertical {
	margin-top: 0px;
	margin-bottom: 0px;
}
.tex-apartado.con-m-vertical{
	margin-top: 50px;
	margin-bottom: 50px;
}
#cf-8{
	background-color:#fff;
	color: #29437C;
}
#cf-8 .columnas3 {
	margin-left: 20%;
	margin-right: 20%;
}

#cf-8 .col h3, #cf-8 .col p,
#cf-8 .col img, #cf-8 .col {
	text-align:left;
}
#cf-8 .col img{
	//width:27%;
}
#cf-8 h3{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
#cf-8 p{
	font-size: 16px;
}
#cf-8 a{
	color: #29437C;
	text-decoration:underline;
}

#cf-9{
	background-color:#fff;
	margin-bottom: 50px;
}
#cf-9 .recuadro_at,
#cf-11 .recuadro_at{
	margin-left:10%;
	width:80%;;
}
.recuadro_blanco{
	/*padding: 25px;*/
	padding: 0;
	background: #fff;
	/*border-radius: 15px;*/
	/*margin: 25px 0 25px 0;*/
	margin: 0;
}
#cf-11 .recuadro_blanco{
	background: transparent;
	margin-top: 25px;
	margin-bottom: 25px;
}
#cf-18 .recuadro_blanco{
	background-color: #95B2F9;/* Color verde: #C6D983;*/
	color:#FFF;	
}
.contenedor_columna2{
	margin: 50px auto 50px auto;
	max-width:90%;
}
.columna2{
	display: block;
}
.columna2.texto{
	width: 93%;
}
.columna2.tarjeta{
	width: 100%;
	text-align:center;
	vertical-align:top;
}
.columna2.tarjeta img {
	width:80%;
	margin-top:60px;
	margin-bottom: 10px;
}
.columna2.texto2{
	width: 100%;
}
.columna2.tarjeta2{
	width: 100%;
	text-align:center;
	vertical-align:top;
}
.columna2.igual{
	width: 100%;
}
.columna-int2{
	display:inline-block;
	width:100%;
	margin: 20px auto;
	text-align:center;
}
.puntos_azules li::marker {
  color: #000000;
}
.puntos_azules li {
	font-size: 19px;/*font-size: 18px;*/
	line-height: 1.5;
	margin-bottom: 10px;
}


.plegada{
	display:none;
}
.desplegada{
	
}
#cf-10{
	background-color:#fff;
	/*height: 70rem;*/
	
	background-image: url('https://www.metrosligerosdemadrid.es/wp-content/themes/mlm2026/imagenes/fondo-atencion.png');
	background-size: auto;/*cover;*/
	background-repeat: no-repeat;
	background-position-y: 0;
	background-position-x: center;
}
#cf-10 a, #cf-10 li b{
	color:#37518C;
}
#cf-10 .tex-apartado,#cf-9 .tex-apartado{
	font-size:20px;
;}

#cf-9 h2.tit-seccion.tit-validar, #cf-11 h2.tit-seccion.tit-validar, #cf-12 h2.tit-seccion.tit-validar {
	font-size:24px;
}
	
.relleno{
	width:100%;
	height: 70rem;
}
#cf-11{
	background-color:transparent;
}
#cf-12{
	background-color:transparent;
	margin-top:50px;
	margin-bottom: 50px;
}
#cf-12 h2.tit-seccion{
	margin-left:0;
}
#cf-12  p{
	color:#616161;
}
#cf-12 p.tex-apartado{
	margin-top:40px;
	margin-bottom:40px;
}
#cf-12  p a{
	text-decoration:underline;
	color:#616161;
}
#cf-12 .ico-boton{
	text-align: left;
	margin-top: 50px;
}
#cf-12 .ico-boton .texto{
	background: #95B2F9;
	color: #37518C;
	text-transform: uppercase;
}
#cf-13{
	background-color: #B5CDFF;
	margin-top: 100px;
}
#cf-13 h1 {
	background-color: #fff;
	width: 60%;
	clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
	padding-left: 5%;
	margin-left: 5%;
}

#tipos  img, #la-empresa img{
	max-width:100%;	
}
.page-template-atencion-al-cliente25 .recuadro_gris, .page-template-atencion-al-cliente25 .recuadro,
.page-template-te-interesa25 .recuadro_gris{
	width:100%;
}
.page-template-atencion-al-cliente25 #img-ayuda img{
	width:100%;
	max-width:100%;
}
.page-template-atencion-al-cliente25 #img-ayuda{
	margin-top: 50px;
}

.desplegada .columna1.texto, .plegada .columna1.texto{
	margin-top: -25px;
}
 .columna1.texto {
    width: 99%;
	text-align:left;
	padding: 5px 20px 0 20px;
}
#ayuda-faq h3.tit-apartado.azul{
	/*margin:0;*/
}
#compromiso .anotacion{
	margin-bottom: 100px;
}
#historia img.linea.grande{
	display:none;
}
#historia img.linea.pequena{
	width:100%;
}
#historia .rrss{
	margin: 25px auto;
	max-width: 150px;
}
#historia .rrss span{
	width:100%;
	text-align:left;
	font-weight:bold;
	display: inline-block;
}
#historia .fotos img{
	/*width:300px;
	height:300px;*/
}
#historia .fotos{
	margin-bottom:50px;
}
#la-linea .completa{
	width:100%;
}

#massobre{
clear: both;
  background-color: FF6267;/*#f2f3f5;*/
}
.contenedor-boton-granate{
	text-align:center;
}
.boton-granate{
	font-size: 17px;/*font-size: 18px;*/
	background: #a8163d;
	background: #c50e3c;
	padding: 8px 20px 8px 25px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	border-color: #a8163d;
	border: none;
}
.img-girada{
	-moz-transform: rotate(-180deg);
     -o-transform: rotate(-180deg);
     -webkit-transform: rotate(-180deg);
     transform: rotate(-180deg);
}
.page-template-quienes-somo25	footer{
	margin-top:0px;
}
.page-template-quienes-somo25	main{
	margin-bottom:-50px;
}
.page-template-quienes-somo25 .tit-apartado.azul img{
	display:block;
}

#panel-massobre.desplegada{
	margin-bottom: 50px;
	/*display: flex;*/
	display:block;
	flex-wrap: wrap; /* Obliga a saltar de línea cuando no caben más elementos */
	/*gap: 20px;*/

}
.rll{
	height: 50px;
	margin-bottom: 50px;
}

.mapa-estacion{
	width: 100%;
	
	margin: 20px auto 50px auto;
	
	background-color: #B5CDFF;
  border-top: 30px solid #B5CDFF;
  border-bottom: 80px solid #B5CDFF;
  border-radius: 24px;
}
.mapa-estacion h3{
	margin-left:20px;
	color:#fff;
}
.mapa-estacion h3 img {
	float: left;
	margin-right: 15px;
}
.wp_mapit_multipin_map{
	border-radius: 24px;
}
.mapa-estacion .enlace{ 
	/*display:none;*/
}
.mapa-estacion .enlace a{ 
	color:#fff;
	font-size:18px;
}

/* Legacy */
.img-overlay {
  position: relative;
  max-width: 100%;
}
.img-overlay img {
  margin: 25px 0 0 0;
  width: 100%;
  border-radius: 24px;
}

.content-module h4 {
  font-size: 17px;
  color: #777777;
  text-align: left;
  padding: 20px 0 0;
  font-weight: 600;
}
.content-module h4.color {
	color: #c91842;
	font-weight: 300;
	line-height: .9em;
}
.content-module h5.color {
	color: #c91842;
	font-weight: 300;
	line-height: 1.5em;
	margin: 15px 0;
}
.content-module h4.color span.gota {
	background: url("imagenes/legacy/gota.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 24px;
	height: 30px;
	display: inline-block;
	padding: 5px 0 0 1px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.content-module h4 span.gota {
	background: url("imagenes/legacy/gota-on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 24px;
	height: 30px;
	display: inline-block;
	padding: 5px 0 0 1px;
	color: #c91842;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.content-module h4.panel-title {
    color: #777777;
    font-size: 17px;
    font-weight: 300;
    padding: 0;
    text-align: left;
    position: relative;
    width: 97%;
}
.content-module h4.panel-title span {
    position: absolute;
    right: -20px;
    top: 3px;
}

.active span.globo {
  background: rgba(0, 0, 0, 0) url("imagenes/legacy/gota-on.png") no-repeat scroll 0 0;
  color: #c91842;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  height: 30px;
  padding: 5px 0 0 1px;
  text-align: center;
  width: 24px;
}
span.globo {
  background: rgba(0, 0, 0, 0) url("imagenes/legacy/gota.png") no-repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  height: 30px;
  padding: 5px 0 0 1px;
  text-align: center;
  width: 24px;
}
.ancla {
	margin-top: -80px;
    position: absolute;
}
.globo-overlay {
  position: absolute;
  left: 0;
  top: 0;
}
#globo1-1 {
    left: 24.5%;
    top: 23%;
}
#globo1-2 {
    left: 58%;
    top: 75%;
}
#globo1-3 {
    left: 39%;
    top: 27%;
}
#globo1-4 {
    left: 93%;
    top: 47%;
}
#globo1-5 {
    left: 86%;
    top: -3%;
}
#globo1-6 {
    left: 51.7%;
    top: 58.5%;
}
#globo1-7 {
    left: 55%;
    top: 19%;
}
#globo1-8 {
    left: 29%;
    top: 52%;
}
#globo1-9 {
    left: 62%;
    top: 5%;
}
#globo1-10 {
    left: 71%;
    top: 36%;
}
#globo1-11 {
    left: 80%;
    top: 2%;
}
#globo1-12 {
    left: 84%;
    top: 4%;
}

#globo12-1 {
    left: 31.5%;
    top: 54%;
}
#globo12-2 {
    left: 16.5%;
    top: 24%;
}
#globo12-3 {
    left: 20.5%;
    top: .5%;
}
#globo12-4 {
    left: 76.5%;
    top: 12.5%;
}

#globo2-1 {
	left: 65%;
	top: 45%;
}
#globo2-2 {
	left: 56%;
	top: 36%;
}
#globo2-3 {
	left: 52%;
	top: 41%;
}
#globo2-4 {
	left: 45%;
	top: 4%;
}
#globo2-5 {
	left: 32%;
	top: 50%;
}
#globo2-6 {
	left: 61%;
	top: 64%;
}

#globo3-1 {
    left: 7%;
    top: 45%;
}
#globo3-2 {
    left: 93%;
    top: 41%;
}
#globo3-3 {
    left: 20%;
    top: 59%;
}
#globo3-4 {
    left: 96%;
    top: 12%;
}
#globo3-5 {
    left: 28%;
    top: 58%;
}
#globo3-6 {
    left: 56%;
    top: 44%;
}
#globo3-7 {
    left: 80%;
    top: 83%;
}

#globo4-1 {
    left: 42%;
    top: 50%;
}
#globo4-2 {
    left: 48%;
    top: 51%;
}
#globo4-3 {
    left: 60%;
    top: 29%;
}
#globo4-4 {
    left: 63%;
    top: 12%;
}
#globo4-5 {
    left: 53%;
    top: 85%;
}
#globo4-6 {
    left: 68%;
    top: 44%;
}
.img-panel {
	background-color: #fff;/* #c91842;*/
	padding: 20px;
	border-radius: 24px;
}
.img-panel h4, .img-panel p {
	display: none;
	color: #FF6267 !important;
}
.img-panel h4 {
   padding: 0 !important;
}
.img-panel p {
	padding: 0 !important;
	margin: -9px 0 0 27px !important;
	line-height: 1em !important;
}
.img-panel h4.active, .img-panel p.active {
	display: block;
	font-weight: 300;
}

/*Eventos*/
.contenedor-eventos, .boton-mas{
	display:none;
	}
.mostrar{
	display:block;
}
.contenedor-eventos{
/*	padding: 0px 50px 0px 50px;*/
}
.contenedor-eventos h3{
	color: #000000;
	font-size:20px;
	line-height: 18px;
	
}
.contenedor-eventos h3 span.sup, .sup{
	/*vertical-align: -10px;*/
	vertical-align: -moz-middle-with-baseline;
}
.contenedor-eventos h3 div.tit-evento{
	/*display: inline-block;*/
	clear: both;
}
.contenedor-eventos p{
	font-size: 17px;/*font-size: 18px;*/
}
.contenedor-eventos p, .contenedor-eventos h3{
	max-width:94%;
}
.contenedor-eventos a{
	word-wrap: break-word;
}
.boton-mas{
	cursor: pointer;
	text-align:center;
}
.contenedor-eventos .columna2{
	margin-top:10px;
}
.mapa-evento{
	width:100%;
	border:none;
	height: 300px;
	width: 550px;
}
.contenedor-eventos table{
	margin-left:5%;
	width:90%;
}
.contenedor-eventos td{
	border-top: 1px dotted #000;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	vertical-align: top;
}
.contenedor-eventos td.vacio{
	border-top:none;
}
/*Sala de prensa*/
#medios{
	padding-top: 50px;
	max-width:100%
}
#medios .recuadro{
	background: rgba(220,220,220,0.7);
	left: calc(50% - 150px);
	position: relative;
	width: 300px;
	border-radius: 15px;
	padding: 15px;
	max-width: 650px;
	margin:0;
}

#contacto-medios .columna2{
	width:100%;
	text-align:center;
}

.page-template-mapaweb25 #mapaweb{
	margin: 25px auto;
	max-width: 500px;
	font-size: 20px;
}
.page-template-mapaweb25 #mapaweb ul{
	list-style: none;
}	
												/*Mediana*/ 


@media screen and (min-width: 480px) {
	
	.movil-no{
		display:revert;
	}
	.logo-footer {
		display: inline-block;
		width: 49%;
	}
	.rrss-footer{
		display: inline-block;
		/*text-align:right;*/
		text-align:center;
	}
	#horarios table{
		/*left: calc(50% - 300px);*/
		padding: 50px 0;
		margin: 0 auto;
	}
	#historia img.linea.grande{
		display:block;
		width:100%;
	}
	#historia img.linea.pequena{
		display:none;
	}
	
}
@media screen and (min-width: 900px) {
	#historia .rrss{
		/*margin: 0 auto;*/
		max-width: 100%;
	}
	#historia .rrss span{
		width:19%;
		/*text-align:center;*/
		/*font-weight:bold;*/
		/*display: inline-block;*/
	}
	
}

												/*Grande*/
												
												
@media screen and (min-width: 1200px) {
	.contenedor-eventos .columna2{
		margin-top:30px;
	}
	.mapa-evento{
		height:300px;
		width: 100%;
	}
	#contacto-medios .columna2{
		width:49%;
		vertical-align: top;
	}
	#contacto-medios .recuadro{
		max-width: 1000px;
	}
	.tar{
		text-align:right!important;
	}
	.tal{
		text-align:left!important;
	}
	
	#medios{
		/*background-image: linear-gradient(to right, rgba(255,255,255, 0.7) 0 100%), url('https://www.metrosligerosdemadrid.es/wp-content/themes/metrosligeros2025/imagenes/11.jpg');*/
		background-image:url('https://www.metrosligerosdemadrid.es/wp-content/themes/metrosligeros2025/imagenes/11.jpg');
		background-size: cover;
		background-position: 20%;
		background-repeat: no-repeat;
		padding-top: 50px;
		padding-bottom: 50px;
		display: grid;
		justify-content: center;
	}
	#medios .recuadro{
		background: rgba(220,220,220,0.7);
		left: calc(50% - 250px);
		position: relative;
		width: 600px;
		border-radius: 15px;
		padding: 25px 25px 25px 50px;
		max-width: 650px;
		margin:0;
	}
	
	#imagen-estacion{
		/*clip-path: polygon(0px 400px ,100% 400px, 100% 900px , 0 900px);
		margin-top: -400px;*/
		/*margin-bottom: -400px;*/
	}
	
	.mapa-estacion{
		width: 40vw;
		height: 650px;
		margin: 20px auto 50px auto;
	}
	.mapa-estacion .estacion{
		width:100%;
		border-radius:24px;
	}

	.page-template-atencion-al-cliente25 .recuadro_gris, .page-template-atencion-al-cliente25 .recuadro,
	.page-template-quienes-somo25 .recuadro_gris, .page-template-te-interesa25 .recuadro_gris{
		width:60%;
	}
	.page-template-quienes-somo25 .tit-apartado.azul img{
		display:inline-block;
	}
	
	#historia .fotos img{
		/*width:290px;
		height:290px;
		*/
	}
	
	#historia img.linea.grande{
		width:100%;
	}
	#historia .rrss span{
		width:19%;
		text-align:left;
		font-weight:bold;
		font-size:16px;
	}
	#historia .recuadro, #la-linea .recuadro{
		width:60%;
	}
	
	header.mlm-logo {
	  height: 120px;
	  position: relative;
	  width: 100%;
	  float:left
	}
	.mlm-logo{
		text-align: left;
	}
	.mlm-logo img{
		margin-left: 50px;
		/*margin-top: 19px;*/
	}
	/*Menú*/
	/*// ocultamos botón #nav-mobile*/
  #nav-mobile{ display: none; }

  /*// Nuestro nav con id #menu lo flotaremos a la derecha*/
  #menu {
    width: auto;
    top: -83px;
    position: relative;
	margin-left: 26%;
    margin-right: 26%;
	z-index: 1000;

    .open-menu {
      box-shadow: none;
    }

    /*// Hacemos reset de max-height*/
    ul {
      max-height: inherit;
    }

    /*// Alineamos los items de forma horizontal*/
    li {
      float: left;
      border: 0;
      /*background: transparent;*/

      a {
        display: block;
        color: #000;
        padding: 0 .4vw;
		text-decoration:none;
		/*font-size: .8vw;*/
		font-size: 14px;
		font-weight:400;
		line-height: 2rem;
		

        &:hover {
          color: #95b2f9;
          background: #fff;
        }
      }
   }
   
	
	

  }
  

	
	
   div.funyrss{
		display: block;
		/*float: right;*/
		top: 62px;
		margin-top: 0;
		margin-right:10%;
		right: 10px;
		position: absolute;
			
	}
	div.funyrss ul{
		list-style: none;
		padding-left: 0;
		text-align:center;		
	}
	div.funyrss ul li{
		display: inline;
	}
	div.funyrss a {
		color: #000000;
		font-weight:400;
		/*font-size: .8vw;*/
		font-size: 14px;
		text-decoration: none;
		margin-left:2px;
		margin-right:2px;
		text-transform: uppercase;
	}
	.funyrss form {
		display: inline;
	}
	.funyrss input {
		color: #000000;
		border: 1px solid #000000;
		border-radius: 25px;
		font-weight:400;
		margin-left:5px;
		margin-right:5px;
		text-transform: uppercase;
		text-align: center;
		/*font-size: .8vw;*/
		font-size: 14px;
		width: 100px;
	}
	.funyrss input::placeholder {
		color: #000000;
	}
	div.rrss{
		text-align: center;
	}
	/**/
	main.wrap{
		margin-top:5rem;
	}
	
	#plano img.mapa{
		width:85%;
		margin: 5% auto 5% auto;
	}
	
	.page-template-home25 #planifica{
		/*
		background-image: linear-gradient(to right, rgba(255,255,255, 0.7) 0 100%), url('https://www.metrosligerosdemadrid.es/wp-content/themes/metrosligeros2025/imagenes/fondo-planifica.jpg');
		background-size: cover;
		background-position: 20%;
		background-repeat: no-repeat;
		padding-top: 50px;
		padding-bottom: 50px;
		display: grid;
		justify-content: center;
		*/
	}
	/*.page-template-horarios25 #planifica{*/
	
	.page-template-home25 .ico-boton.tiktok{
		margin-top: -2em;
		margin-bottom: 3em;
	}
	#planifica{
		background-image: none;
		padding-top: 20px;
		padding-bottom: 20px;
		display: grid;
		/*justify-content: center;*/
	}

	#form-planifica{

		/*background: #000000;*/
		left: 0;
		position: relative;
		width: 100%;
		border-radius: 15px;
		margin: 0 auto;
	}
	
	.columna{
		width:24%;
		text-align:center;
		display:inline-block;
		vertical-align: top;
	}
	.columna3{
		width:33%;
		text-align:center;
		display:inline-block;
		vertical-align: top;
	}
	.anotacion{
		width: 60%;
		margin:0 auto;
	}
	.columna2{
	display: inline-block;
	}
	.columna2.texto{
		width: 60%;
	}
	.columna2.tarjeta{
		width: 39%;
	}
	.columna2.texto2{
		width: 80%;
	}
	.columna2.tarjeta2{
		width: 19%;
		text-align:center;
		vertical-align:top;
	}
	.columna2.igual{
		width: 49%;
	}
	.columna-int2{
		width:30%;
		text-align:left;
	}
	
	#menu-pie a{
		/*font-size: 1.4vw;*/
		font-size: 14px;
		padding-right: 15px;
	}
	#menu-pie ul li{
		display: inline-grid;
		width:14%;
	}
	#menu-pie ul.sub-menu li{
		width:100%;
		display: block;
	}
	#menu-pie ul.sub-menu li a{
		/*font-size:1.2vw;*/
		font-size: 14px;
	}
	.logo-footer{
		float:right;
		height:0;
	}
	.logo-footer img{
		
		float: right;
		position: relative;
		/*bottom: 18vh;*/
		/*bottom: 220px;*/
		top:-220px;
		right: 0px;
	}
	.descarga-footer{
		
		background: #37518c;
		text-align: center;
		padding: 15px; /*1vw;*/
		font-size: initial;
		float: right;
		position: relative;
		bottom: -3vh;
		right: 10%; /*19.5vw;*/
		border-radius: 25px;
	}
	#footer-contact p{
		text-align: center;
		width: 100%;
	}
	#footer-contact span{
		width: 30%;
		display: inline-block;
	}
	.rrss-footer{
		/*width:100%;*/
		width:49%;
	}
	.logo-ctrm-footer, .logo-mlm{
		width:25%;
		display:inline-block;
	}
	.logo-mlm{
		text-align:left;
		padding-left:40px;
	}
	.logo-ctrm-footer{
		text-align:right;
		padding-right:40px;
	}
		
}
/*}*/
/*}*/

/*//////////////////////*/
.mapa-estacion img.estacion{
	width:100%;
	border-radius:25px;
}
.mapa-estacion {
  border-bottom: 10px solid #B5CDFF;
}
@media screen and (min-width: 600px) {
	.mapa-estacion {
	/*	width: 70%;
		margin: 20px 15% 50px 15%;*/
	}
	.mapa-estacion img.estacion{
		width:100%;
	}
	
}
@media screen and (min-width: 1200px) {
	.mapa-estacion {
	/*	width: 100%;
		margin: 20px auto 50px auto;*/
	}
	.mapa-estacion img.estacion{
		/*width:initial;*/
	}
	
	.mapa-estacion {
		height: 470px;
	}
}
@media screen and (min-width: 1300px) {
	#menu ul.nav-menu li a {
        padding: 0 .7vw;
	}
	.mapa-estacion {
		height: 520px;
	}
}
@media screen and (min-width: 1500px) {
	#menu ul.nav-menu li a {
        padding: 0 1.2vw;
	}
	#imagen-estacion{
		
		/*margin-bottom: -4em;*/
	}
	.mapa-estacion {
		height: 550px;
	}
}
@media screen and (min-width: 1600px) {
	.mapa-estacion {
		height: 580px;
	}
}
@media screen and (min-width: 1700px) {
	#menu ul.nav-menu {
		left: calc(50% - 400px);
		position: relative;
	}
	/*#menu ul.nav-menu li a {
        padding: 0 1.4vw;
	}
	*/
	.page-template-home25 .ico-boton.tiktok{
		margin-top: -3em;
		margin-bottom: 3em;
	}
	#imagen-estacion{
		/*margin-bottom: -16em;*/
	}
	.mapa-estacion {
		height: 600px;
	}
}
@media screen and (min-width: 1800px) {
	.mapa-estacion {
		height: 660px;
	}
}
@media screen and (min-width: 2000px) {
	
	.page-template-home25 .ico-boton.tiktok{
		margin-top: -4em;
		margin-bottom: 3em;
	}
	
	#imagen-estacion{
		margin-bottom: -60vh;
		max-height: 1333px;
	}
	
	/*#menu ul.nav-menu li a {
        padding: 0 .8vw;
	}*/	

}
.fondo-planifica{
	padding-top: 10px;
}

@media screen and (max-width: 1800px) {
	#plano{
		padding-top: 5%;
	}
	#cf-20 #baston{
		/*margin-right:5%;*/
	}
	#cf-20 .izquierda.margen p,
	#cf-20 .derecha.margen p {
		/*margin-top: 90px;*/
	}
	#cf-23 h1 {
		width: 50%;
	}
}
@media screen and (max-width: 1600px) {
	h2.tit-seccion.tit-comousar {
		font-size: 75px;
	}
	#cf-3::before {
		background-position-x: 135%;
	}
	#cf-21 .circle-parada {
		padding: 20px;
	}
	#cf-13 h1 {
		width: 70%;
	}
	#cf-17 {
		background-position-x: 40%;
	}
	#cf-17 .izquierda {
		background-color: #95B2F9;
		width: 34%;
	}
	#cf-23 h1 {
		width: 70%;
	}
}
@media screen and (max-width: 1400px) {
	
	div.funyrss{
		margin-right:5%;
	}
	#cf-3 {
		height: 95rem;
	}
	#cf-3::before {
		background-position-x: 165%;
		top: -250px;
	}
}
@media screen and (max-width: 1300px) {
	#menu{
		width:100%;
	}
	div.funyrss{
		margin-right:3%;
	}
	#plano{
		padding-top: 15%;
	}
	#cf-3 {
		height: 100rem;
	}
	#cf-3::before {
		background-position-x: 225%;
		top: -300px;
	}
	#cf-13 h1 {
		width: 80%;
	}
	#cf-17 {
		background-position-x: 50%;
	}
	#cf-17 .izquierda {
		background-color: #95B2F9D7;
		width: 100%;
	}
	#cf-23 h1 {
		width: 80%;
	}
}
@media screen and (max-width: 1200px) {
	#bantiempos {
		width: 80%;
	}
	#plano{
		padding-top: 25%;
	}
	#cf-3 {
		height: 110rem;
		background-color: #95B2F990;
	}
/*	#cf-3 .cont-fondo{
		
	}*/
	#cf-3::before {
		/*background-position-x: 275%;*/
		top: -400px;
		/*-webkit-filter: blur(5px);
		 -moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		*/
		z-index:-1;
	}
	#cf-3 .columnas-4{
		width:90%;
	}
	#cf-3 .persona, #cf-3 .persona.persona8 {
	/*	width:80%;*/
	}
	#cf-7 .col p {
		height: 350px;
	}
	#cf-13 h1 {
		width:60%;
	}
	#cf-13 h1.muy-cerca {
		font-size:56px;
	}
	#cf-16 .columna2.texto {
		width: 80%;
		margin-left:10%;
	}
	#cf-18 .derecha, #cf-18 .izquierda{
		flex: none;
	}
	#cf-18 .derecha{
		width:58%;
	}
	
	#cf-21 #ban-tiempostablas{
		width:30%;
		margin-left:35%;
	}
	#cf-23 h1 {
		width:60%;
	}
	#footer-contact{
		p span {
			display:block;
			padding-left:40px;
		}
	}
}
@media screen and (max-width: 1199px) {
	.mlm-logo img {
		width: 115px;
	}
	#menu ul {
		background-color:gray;
	}
	.descarga-footer a {
		color: #3b548e;
	}
}
@media screen and (max-width: 1000px) {
	#cf-18 .derecha {
		width: 80%;
		margin-left: 10%;
	}
}
@media screen and (max-width: 960px) {
	#cf-1 .muy-grande{
		font-size:75px;
		line-height: 6rem;
	}
	#banmeteo .prediccion-ico {
		/*top: -40px;*/
	}
	#bantiempos {
		width: 100%;
	}
	#cf-3::before {
		background-position-x: 2700%;
	}
	#cf-3 .col{
		width:20%;
	}
	#cf-3 .persona, #cf-3 .persona.persona8 {
		width:80%;
	}
	#cf-6 .izquierda{
		margin-left: 5%;
	}
	#cf-6 .derecha{
		margin-right: 5%;
	}
	#cf-7 .columnas3 {
		display:initial;
	}
	#cf-7 .columnas3 img{
		margin-bottom:50px;
		margin-top:50px;
	}
	#cf-7 .col p {
		height: auto;
	}
	#cf-13 h1 {
		width:80%;
	}
	#cf-18 h2 {
		font-size: 56px;
	}
	#cf-19 {
		display:block;
	}
	#cf-19 section .container{

		width: 80% !important;

	}
	#cf-19 .izquierda {
		width:80%;
		margin: 5% 10%;
	}
	#cf-19 .derecha {
		width: 100%;
		margin: 5% 0%;
	}
	#cf-19 .redes_abajo {
		position: relative;
		margin-left: 10%;
		/*margin-right: 10%;*/
		/*width: 80%;*/
		text-align: center;
		margin-top: 50px;
	}
	#cf-20 {
		display:block;
	}
	#cf-20 .izquierda{
		width:80%;
		margin:0 10%;
	}
	#cf-20 ul.margen {
		margin-left: 0;
	}
	#cf-20 .derecha{
		width:80%;
		margin:0 10%;
	}
	#cf-20 #silla, #cf-20 #baston {
		background-position-x: 0%;
	}
	#cf-20 .izquierda.margen, #cf-20 .derecha.margen {
		padding-left: 30%;
	}
	#cf-20 .tex-apartado.centrado {
		width: 100%;
		padding: 0 5%;
	}
	#cf-20 #panel-massobre.desplegada {
		display:block;
	}
	#cf-20 section .container {
		width: 80%;
	}	
	#cf-21 #ban-tiempostablas{
		width:40%;
		margin-left:30%;
	}
	#cf-23 h1 {
		width:80%;
	}
}
@media screen and (max-width: 800px) {
	#cf-20 .izquierda.margen, #cf-20 .derecha.margen {
		padding-left: 40%;
	}
	#cf-24 .mapa-evento {
		max-width: 100%;
	}
}
@media screen and (max-width: 760px) {
	h2.tit-seccion.tit-comousar{
		margin-bottom: 50px;
		padding-top: 50px;
		font-size: 65px;
	}
	#cf-1 .muy-grande{
		font-size:65px;
		margin-top:17rem;
	}
	#bantiempos {
		padding-left:25px;
	}
	#cf-3 {
		display: block;
		height:auto;
		background-color: #95B2F9;
	}
	#cf-3 .derecha{
		display:none;
	}
	#cf-3 .izquierda{
		width: 80%;
	}
	#cf-3 .columnas-4{
		width:100%;
		background-color: #95B2F9;
		display:block;
	}
	#cf-3 .col{
		width: 50%;
		margin: 0 auto;
	}
	#form-planifica .planificar {
		text-align:center;
	}
	#cf-8 .columnas3 {
		display:initial;
	}
	#cf-8 .col, #cf-8 .col h3, #cf-8 .col p{
		text-align: center;
	}
	h1.atencion-cliente{
		font-size:56px;
	}
	#cf-12.cont-fondo{
		display:initial;
	}
	#cf-12 .derecha, #cf-12 .izquierda{
		width:80%;
		margin-left:10%;
		margin-right:5%;
	}
	#cf-13 h1 {
		width:90%;
		padding-right: 3%;
	}
	#cf-16 h1 {
		font-size:56px;
	}
	#cf-18 h3 {
		font-size: 32px;
	}
	#cf-19 h2 {
		font-size: 56px;
	}
	#cf-23 h1 {
		width:90%;
		padding-right: 4%;
	}

}
@media screen and (max-width: 640px) {
	main.wrap{
		margin-top: -11rem;
	}
	#cf-1{
		display: block;
	}
	#cf-1 .derecha, #cf-1 .izquierda{
		width:80%;
		margin:150px auto;
	}
	#cf-1 .muy-grande{
		font-size: 63px;
		padding-top: 55px;
	}
	#cf-1 #banmeteo {
		margin-left: 30%;
	}
	#cf-1 #bantiempos {
		padding-left:45px;
		width:100%;
	}
	#plano{
		padding-top: 5%;
	}
	#cf-2{
		display: block;
	}
	#cf-2 .derecha, #cf-2 .izquierda{
		width:80%;
		margin:10% auto;
	}
	#cf-2 .izquierda{
		/*margin-top:150px;*/
	}
	#cf-5 .cont-fondo{
		display:block;
	}
	#cf-5 .derecha{
		padding-top: 100px;
	}
	h2.titulo21, h2.titulo22 {
		font-size: 56px;
	}
	#cf-6 {
		display:initial;
	}
	#cf-6 .derecha, #cf-6 .izquierda{
		width:80%;
		margin:10% auto;
	}
	#cf-6 .izquierda{
		text-align:center;
	}
	h1.titulos-tarifas{
		margin-top:150px;
	}
	#cf-8 {
		margin-top:150px;
	}
	#cf-13 {
		margin-top: 150px;
	}
	#cf-14{
		display: block;
		margin-bottom:0;
	}
	#cf-14 .derecha, #cf-14 .izquierda{
		width:80%;
		margin:10% auto;
	}
	#cf-16, #cf-22 {
		margin-top:150px;
	}
	#cf-18 h2 {
		font-size: 44px;
	}
	#cf-19 h2 {
		width:90%;
	}
	#cf-21 #ban-tiempostablas{
		margin-top:150px;
		width:80%;
		margin-left:10%;
	}
	#cf-23 {
		margin-top: 150px;
	}
}
@media screen and (max-width: 400px) {
	#cf-1 .muy-grande{
		font-size: 50px;
	}
	#cf-2 {
		margin-top: 150px;
	}
	#bantiempos {
		padding-left: 25px;
	}
	#plano{
		padding-top: 15%;
	}
	#cf-18 h2 {
		font-size: 40px;
	}
	#cf-19 .redes_abajo img {
		width:15%;
	}
	#cf-16  h1, #cf-22 h1{
		font-size: 50px;
		width:80%;
	}
	#cf-23 h1 {
		width:90%;
		padding-right: 5%;
		font-size: 56px;
	}
}
	
/*
@media screen and (max-width: 10240px) {
	#cf-3 {
		height: 130rem;
	}
	#cf-3 .columnas-4{
		flex-wrap:wrap;
	}
	#cf-3 .col{
		min-width:40%;
	}
}
*/
	
/*@media screen and (min-width: 2500px) {
	#menu ul.nav-menu li a {
        padding: 0 1vw;
	}
}
@media screen and (min-width: 3000px) {
	#menu ul.nav-menu li a {
        padding: 0 1.2vw;
	}
}*/
/*/////////////////////////*/
