@charset "utf-8";
/* CSS Document */

#company {
    margin-top:75px;
    }
#company .contenedor {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	}

#company .contenedor .caja-sistema-integrado {
	text-align:center;
	width:100%;
	margin-bottom:10px;
	}
#company .contenedor .caja-sistema-integrado img {
	height:150px;
	width:316px;
	}

#company .contenedor .titulo {
	width:100%;
	}

#company .contenedor .info {
	width:100%;
	}

#company .contenedor .mapa-la-empresa {
	text-align:center;
	width:100%;
	margin-bottom:10px;
	}

@media (min-width:640px) {
	#company .contenedor .caja-sistema-integrado img {
		height:150px;
		width:632px;
		}
	}

@media (min-width:960px) {
	#company .contenedor .caja-sistema-integrado img {
		height:200px;
		width:948px;
		}
	
	#company .contenedor .info {
		width:70%;
		}
	
	#company .contenedor .mapa-la-empresa {
		width:30%;
		padding-top:70px;
		}
	}