/*SERVICIOS*/
#servicios {
  max-width: 100%;
  margin: auto;
	background: #eee;
}
.grupo-servicios {
	max-width: 1200px;
	margin: auto;
}
.columna-servicios {
  margin-bottom: 20px;
}
.cuadro {
  padding: 20px;
  border: 5px solid #336799;
}
.lineainferior {
  width: 50%;
  margin: 20px auto;
  height: 5px;
  background: #333;
  
}
.servicios-mitad {
	width: 100%;
}
.servicios-img {
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
	margin-bottom: 20px;
}
.servicios-rubros {
  font-size: 1em;
  color: #333;
	font-weight: 500;
	margin-bottom: 10px;
}

.servicios-btn {
  width: 50%;
  align-self: flex-end;
  margin: 10px auto;
}
.servicios-boton {
font-family: "Poppins", sans-serif;
  font-size: 1em;
  background: #336799;
  color: #eee;
  padding: 7px;
  text-align: center;
	border-radius: 10px;
	transition: all .4s;
}
.servicios-boton:hover {
	background: #1d1d1d;
}

/*OBJETIVOS*/
#objetivos {
  max-width: 100%;
  margin: auto;
  background: #eee;
}
.grupo-objetivos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-objetivos {
  width: 100%;
	padding: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
#objetivos .txt {
  text-align: center;
}
.objetivos-img {
  width: 80px;

	margin-bottom: 10px;
}
.objetivos-rubros {
  font-size: 1em;
  text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
}



/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*	SERVICIOS*/
	.grupo-servicios {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.columna-servicios {
		width: 22%;
		margin: 1%;
	}
/*INDUSTRIAS*/
	.columna-objetivos {
		width: 23%;
    margin: 1%;
	}
	
}

@media (min-width: 1024px) {


}