/*PRESENTACION*/
#resena {
overflow: hidden;
max-width: 100%;
margin: auto;
  background: #fff;
	text-align: center;
}
.resena-nota {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  color: rgb(20,11,54);
	margin-bottom: 20px;
}
.resenamuestra-img {
	width: 80%;
	margin-bottom: 40px;
}
.resena-txt {
  font-size: 1em;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
#resena .icon-check-circle {
	position: relative;
	top: 4px;
	font-size: 1.2em;
	color: #3E4095;
}
.grupo-indicativos {
  padding: 0 10px;
}
.resena-txt {
  color: #333;
}

/*PRINCIPALES SERVICIOS*/
#presentacion {
overflow: hidden;
max-width: 100%;
margin: auto;
  background: #3E4095;
	text-align: center;
}
#presentacion .presentacion-titulo {
	color: #fff;
}
#presentacion .presentacion-subtitulo {
	color: #fff;
}
.presentacion-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: center;
  color: #333;
}
.grupo-presentacion {
  max-width: 900px;
  margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-presentacion {
  background: #fff;
	padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
	
  display: flex;
  flex-wrap: wrap;
}
.presentacion-mitad {
  width: 100%;
}

.presentacion-rubros {
  color: #4d4d4d;
  margin: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
	padding: 10px;
}
.presentacion-btn {
  width: 100%;
  align-self: flex-end;
  margin: 0 auto;
}
.presentacion-boton {
  width: fit-content;
  margin: auto;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
	padding: 10px 20px;
	background: #3E4095;
	transition: all 0.2s;
	border-radius: 5px;
}
.presentacion-boton:hover {
	background: #BF4E4A;
	color: #fff;
}



/*PROVEEDORES	*/
#proveedores {
	background: #fff;
	text-align: center;
}
.grupo-proveedores {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.columna-proveedores {
	width: 48%;
	margin: 1%;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*RESEÑA*/
	.grupo-resena {
		max-width: 1100px;
  	margin: auto;
		display: flex;
		justify-content: center;
	}
.resenamuestra-img {
	width: 400px;
	height: 400px;
}
.fotomuestra {
	padding: 0 30px;
}
.columnatexto{
	width: 50%;
}

/*	SOPORTE*/
.grupo-soporte {
	display: flex;
	justify-content: center;
}
.columna-soporte {
	width: 31%;
}
	
/*PRESENTACION*/
.columna-presentacion {
	width: 31%;
  margin: 1%;
}

	
/*PROVEEDORES*/
.columna-proveedores {
	width: 10%;
	padding: 0;
}


}

@media (min-width: 1024px) {

}