/* SECCION LLEGAMOS AL LUGAR QUE NECESITAS */

#contenedor-tractomula {
	position: relative;
	margin-top: 47.92px;
}

#tractomula-img {
	position: relative;
	height: 100vh;
	background-image: url('/resources/img/llegamos-al-lugar-que-necesitas.jpg');
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#contenido-tractomula {
	position: absolute;
	color: #fff;
	background: black;
	height: 100%;
	top: 0;
	background-color: rgba(0, 4, 216, 0.685);
}

#contenido-tractomula div {
	height: 100%;
}

.texto-conocenos {
	background-color: #0051DE;
	color: #FFF;
	height: auto;
	min-height: 300px;
}

.texto-conocenos .row {
	height: 100%;
}

.imagen-conocenos {
	width: 100%;
	height: auto;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
}

#conocenos-container .contenido-conocenos:nth-child(even) {
	flex-direction: row-reverse;
}

#actitud-de-servicio {
	background-image: url('/resources/img/conocenos-img/actitud-de-servicio.png');
}

#integridad {
	background-image: url('/resources/img/conocenos-img/integridad.png');
}

#compromiso {
	background-image: url('/resources/img/conocenos-img/compromiso.png');
}

#proactividad {
	background-image: url('/resources/img/conocenos-img/proactividad.png');
}

#gestion-efectiva {
	background-image: url('/resources/img/conocenos-img/gestion.png');
	background-position: center center;
}

#mejoramiento-continuo {
	background-image: url('/resources/img/conocenos-img/mejoramiento-continuo.png');
	background-position: center 75%;
}

#respeto-por-el-cliente {
	background-image: url('/resources/img/conocenos-img/respeto-por-el-cliente.png');
	background-position: center center;
}

@media screen and (min-width: 768px) {
	.contenido-conocenos {
		margin: 50px 0px;
	}
	#contenedor-tractomula {
		margin-top: 59px;
	}
	#tractomula-img {
		height: 70vh;
		background-position: bottom center;
		background-position-x: 75%;
	}
	#contenido-tractomula {
		top: 15%;
		height: 70%;
	}
	#titulo-tractomula {
		font-size: 50px;
	}
	#tractomula-img {
		height: 70vh;
	}
}