body {
	font-family: lato;
	color: #434040;
}

.contenidoNOSOTROS {
	margin-top: 15px;
	padding-bottom: 50px;
}

.imagencelesteNOSOTROS {
	background: url("../imgs/carruselsub.png") center center no-repeat;
	background-size: contain;
	padding: 50px;
}

.imagencelesteNOSOTROS h1,
.imagencelesteNOSOTROS p {
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
	width: 250px;
	line-height: 40px;
	padding-left: 87px;
}

@media (max-width: 1199px) {
	.imagencelesteNOSOTROS h1,
	.imagencelesteNOSOTROS p {
		text-align: center;
		color: #FFFFFF;
		font-size: 32px;
		width: 250px;
		line-height: 40px;
		padding-left: 27px;
	}
}

@media (max-width: 992px) {
	.imagencelesteNOSOTROS h1,
	.imagencelesteNOSOTROS p {
		text-align: center;
		color: #FFFFFF;
		font-size: 24px;
		width: 175px;
		line-height: 30px;
		padding-left: 2px;
	}
}

@media (max-width: 767px) {
	.imagencelesteNOSOTROS h1,
	.imagencelesteNOSOTROS p {
		text-align: center;
		color: #FFFFFF;
		font-size: 32px;
		width: 250px;
		line-height: 40px;
		margin: auto;
	}
}

@media (max-width: 420px) {
	.imagencelesteNOSOTROS h1,
	.imagencelesteNOSOTROS p {
		text-align: center;
		color: #FFFFFF;
		font-size: 26px;
		width: 200px;
		line-height: 35px;
		margin: auto;
	}
}

.imagencelesteNOSOTROS p {
	font-size: 36px;
}

.textoNOSOTROS {
	font-size: 16px;
	font-weight: normal;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 35px;
}

#textoNOSOTROS1 {
	color: #727272;
	font-weight: bold;
}

#textoNOSOTROS2 {
	color: #9E9E9E;
}

.item {
	width: 100%;
	height: 500px;
}

.carousel-control {
  position: absolute;
  bottom: 225px;
  right: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  background-color: #0091E0;
  width: 60px;
  height: 60px;
}
.carousel-control.left {
  background-repeat: repeat-x;
  text-align: left;
  margin-left: 585px;
}
.carousel-control.right {
  background-repeat: repeat-x;
  text-align: center;
  right: -65px;
}

@media (max-width: 1200px) {
	.carousel-control.left {
		margin-left: 470px;
	}
	.carousel-control.right {
		right: -65px;
	}
}

@media (max-width: 992px) {
	.carousel-control {
		bottom: 300px;
	}
	.carousel-control.left {
		margin-left: 340px;
	}
	.carousel-control.right {
		right: -65px;
	}
	
	.textoNOSOTROS {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.carousel-control {
		bottom: 200px;
		left: 0;
	}
	.carousel-control.left {
		margin-left: 0;
	}
	.carousel-control.right {
		right: 0;
		left: auto;
	}
}

@media (max-width: 500px) {
	.carousel-control {
		left: 0;
	}
}

@media (max-width: 500px) {
	.carousel-control {
		bottom: 300px;
	}
}

.botonizq {
	background-image: url("../imgs/flechaizq.png");
	background-repeat: no-repeat !important;
	background-position: center center;
}

.botonder {
	background-image: url("../imgs/flechader.png");
	background-repeat: no-repeat !important;
	background-position: center center;
}

.item {
	height: auto !important;
}

.altitofijo {
	height: 494px !important;
	max-width: 658px !important;
}

@media (max-width: 992px) {
	.altitofijo {
		max-height: 494px !important;
		max-width: 658px !important;
	}
}