html {
  scroll-behavior: smooth;
}

.imgInf {
	width: 220px;
	height: 220px;
}

#introduccion {
	background: url('../img/bg1.jpg');
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
}

#sobre-nosotros {
	background: url('../img/bg2.jpg');
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
}

#software-y-marketing-digital {
	background: url('../img/bg3.jpg');
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
}

#mapa {
	background: url('../img/mapa.png');
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
	height: 340px;
}
