/*
 Theme Name:     Inthiers
 Theme URI:      https://inthiers.com.mx
 Description:    
 Author:         Sistemas AX
 Author URI:     https://sistemas-ax.com
 Template:       Divi
 Version:        1.0.0
*/

 
/*------------------------------------------------------- 
A partir de aquí puedes poner tus estilos de CSS personalizados 
------------------------------------------------------- */

.estacion{
	display:block;
	border:2px solid #089545;
	color:#089545;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	max-width: 140px;
	margin:10px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 0px -1px rgba(178,178,178,0.75);
	-webkit-box-shadow: 10px 10px 0px -1px rgba(178,178,178,0.75);
	-moz-box-shadow: 10px 10px 0px -1px rgba(178,178,178,0.75);
	margin-bottom: 25px;
}
.estacion span{
	display:block;
	font-size:11px;
	line-height:13px;
	text-decoration:underline;
	margin-bottom: 5px;
}
.estacion img{
	max-width: 80px;
	margin:15px auto;
}
.estacion .info{
	background: #f2f2f2;
	padding:10px 5px;
	font-weight: bold;
}
.estacion .nombre{
	color:#000;
	font-weight: bold;
	font-size: 14px;
	line-height:16px;
	padding-bottom: 15px:
}
.disable{
	border:2px solid #db2b23;
}
.disable .info{
	color: #db2b23;
}