/* SECCION LLEGAMOS AL LUGAR QUE NECESITAS */

#contenedor-tractomula {
	position: relative;
	margin-top: 47.92px;
}

#tractomula-img {
	position: relative;
	height: 80vh;
	background-image: url('/resources/img/llegamos-al-lugar-que-necesitas.jpg');
	background-position-x: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#contenido-tractomula {
	position: absolute;
	color: #fff;
	background: black;
	height: 100%;
	top: 0;
	background-color: #002cbebc;
}

#contenido-tractomula div {
	height: 100%;
}

#carga-granel, #transporte-de-contenedores, #carga-refigerada {
	height: 40%;
}

.bg-negro-transparente {
	background-color: #00000094;
}

.columna-servicios {
	height: auto;
	color: #FFF;
}

.bg-servicio {
	background-size: cover;
	background-repeat: no-repeat;
}

#carga-normal {
	background-image: url(/resources/img/carga-normal.jpg);
	background-position: top right;
}

#servicio-grua {
	background-image: url(/resources/img/servicio-grua.jpg);
	background-position: center center;
}

#carga-granel {
	background-image: url(/resources/img/carga-granel.jpg);
}

#transporte-de-contenedores {
	background-image: url(/resources/img/transporte-de-contenedores.jpg);
	background-position: bottom right !important;
}

#carga-refigerada {
	background-image: url(/resources/img/carga-refigerada.jpg);
}

#titulo-tractomula, p {
	letter-spacing: 1px;
	margin: 0;
}

#ventajas-corporativas {
	background: #0051D8;
	color: #FFF;
}

.card {
	width: 100%;
	color: #FFF;
}

.card .card-body {
	background: #0051D8;
	min-height: 218px;
	height: auto;
}

#logo-policia {
	width: 25px;
	height: 25px;
	margin: 0px auto;
}

.card-img-top {
	width: 100%;
	height: auto;
}

.fas.fa-angle-right {
	font-size: 15px;
}

p {
	line-height: 100%;
	margin-bottom: 5px;
}

.btn {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	#contenedor-tractomula {
		margin-top: 90px;
	}
	#tractomula-img {
		height: 70vh;
	}
	.columna-servicios {
		height: 100%;
	}
	.titulo-servicio {
		font-size: 29px;
	}
	#carga-granel, #transporte-de-contenedores, #carga-refigerada {
		height: auto;
	}
	#tractomula-img {
		background-position: center center;
	}
	#logo-policia {
		width: 100px;
		height: 100px;
		margin: 0px auto;
	}
	.card {
		width: 60%;
		margin: 0px auto;
	}
}

@media screen and (min-width: 992px) {
	.card {
		width: calc(98%/3);
		height: 100%;
	}
}