
/*PRESENTACION*/
#presentacion {
	max-width: 1500px;
	margin: auto;
	background: #fff;
}
.nosotros-img {
	border-radius: 30px;
	height: 350px;
	object-fit: cover;
	margin-bottom: 40px;
}
.valores-item {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #364241;
	display: flex;
}
.index-valores span {
	color: #FF7D0E;
	margin-right: 10px;
}

/*VALORES*/
#valores {
	max-width: 1500px;
	margin: auto;
	background: #fff;
}
.grupo-valores {
  max-width: 1100px;
  margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.columna-valores {
	padding: 20px;
	border: 1px dashed #364241;
	border-radius: 10px;
	width: 48%;
	margin: 1%;
	text-align: center;
}
.valores-titulo {
	font-size: 1em;
	text-align: center;
	color: #364241;
	margin-bottom: 10px;
}
.valores-img {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.valores-txt {
  max-width: 960px;
  margin: auto;
  font-size: 1em;
  color: #364241;
  text-align: left;
}

/*SERVICIOS*/
.servicios-img {
	
}
/*ESTILOS RESPONSIVE*/
@media (min-width: 450px) {

}

@media (min-width: 768px) {
.columna-valores {
	width: 31%;
}
}

@media (min-width: 1024px) {
	.grupo-presentacion {
	  max-width: 1100px;
  	margin: auto;
		display: flex;
		justify-content: center;
	}
	.columna-presentacion {
		width: 50%;
		padding: 20px;
	}
.nosotros-img {
	height: 400px;
	margin-bottom: 0px;
}
}