/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


/* Pasajeros */
.row-pasajeros .sub-counter{
	min-height: 25px;
}
.row-pasajeros .unidad-0 .nectar-milestone .number h5:before{
	content: '0,';
}
.row-pasajeros .unidad-0 .nectar-milestone .subject{
	color: #fff;
	font-style: italic;
	padding-top: 0;
	margin-top: -15px;
	font-weight: normal;
}
.row-pasajeros .title-type-1{
	font-size: 16px!important;
}
.row-pasajeros .title-type-1:after{
	content: "\f0c0";
	font-family: FontAwesome;
	font-weight: normal;
	margin-left: 10px;
}
.row-pasajeros .title-type-2{
	font-size: 16px!important;
	margin-bottom: 27px!important;
}
.row-pasajeros .text-info{
	font-size: 12px;
	font-weight: 300;
}

/* Conductores */
.row-conductores .title-type-1{
	font-size: 16px!important;
}
.row-conductores .title-type-1:after{
	content: "\f1b9";
	font-family: FontAwesome;
	font-weight: normal;
	margin-left: 10px;
}
.row-conductores .unidad-0 .nectar-milestone .number h5:before{
	content: '0,';
}
.row-conductores .unidad-0 .nectar-milestone .subject{
	color: #fff;
	font-style: italic;
	padding-top: 0;
	margin-top: -15px;
	font-weight: normal;
}

/* Empresas */
.col-bottom{
	align-items: flex-end!important;
}

/* Download buttons */
@media (max-width: 999px){
	.col-btns .download-btn{
		display: initial;
		max-width: 220px!important;
	}
}