#beneficios {
	width: 100%;
	background: #fff;
}
.grupo-beneficios {
	max-width: 100%;
	margin: auto;
}
.columna-beneficios {
	padding: 30px 0;
}
.verde {
	position: relative;
	background: #F1A537;
}
.azul {
	position: relative;
	background: #17161B;
}
#beneficios .presentacion-rubros{
font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
	color: #fff;
	margin-bottom: 10px;
}

#beneficios .presentacion-txt {
	color: #fff;
	padding: 0;
	font-size: 1em;
}
.grupo-interior {
	display: flex;
	justify-content: space-between;
	max-width: 540px;
}
.BENEFICIOS-IMG {
	width: 100px;
	margin-right: 30px;

}


/*PRINCIPALES SERVICIOS*/
#presentacion {
	width: 100%;
  background: #F5F8FA;
}
.presentacion-titulo {
font-family: 'Raleway', sans-serif;
  font-size: 2em;
  text-align: center;
  color: #333;
}
.presentacion-subtitulo {
font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  text-align: center;
  color: #333;
	margin-bottom: 20px;
}
.presentacion-txt {
  font-size: 1em;
  margin: auto;
  padding: 10px;
  color: #333;
}
.indexpresentacion-txt {
	text-align: center;
}
.grupo-presentacion {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.servicios-img {
	width: 100px;
	margin: auto;
	margin-bottom: 20px;
}
.columna-presentacion {
	padding: 20px;
  background: #fff;
	width: 49%;
  margin: 10px 0;
}



@media (min-width: 768px){
.presentacion-titulo {
	font-size: 2.4em;
}
.presentacion-subtitulo {

}
.columna-presentacion {

}
  
.grupo-beneficios {

	}
}


@media (min-width: 1024px) {
.columna-presentacion {
	width: 24%;
}
.grupo-beneficios {
	display: flex;
}
.columna-beneficios {
	width: 50%;
	padding: 90px;
}
	.verde .contenedor {
		position: absolute;
		top: 50%;
		left: 60%;
		transform: translateX(-50%) translateY(-50%);
		width: 55%;
	}
		.azul .contenedor {
		position: absolute;
		top: 50%;
		left: 40%;
		transform: translateX(-50%) translateY(-50%);
		width: 55%;
	}
}