/* SERVICIOS */
#servicios {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  background: #fff;
	text-align: center;
}
.servicios-txt {
  font-size: 1em;
  max-width: 1100px;
  margin: auto;
  padding: 0 10px;
  text-align: justify;
  color: #1a1a1a;
}
.grupo-servicios {
  max-width: 900px;
  margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.servicios-img {
  border-radius: 20px;
	margin-bottom: 40px;
}
#servicios .icon-check-circle {
	font-size: 1.2em;
	color: #BF4E4A;
	margin-right: 10px;
}
.grupo-indicativos {
  padding: 0 10px;
}
.columna-indicativos {
	width: 100%;
}
.columna-indicativos .servicios-txt {
	display: flex;

}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
	.grupo-servicios {
		max-width: 1100px;
  	margin: auto;
		display: flex;
		justify-content: center;
	}
  .columna-servicios {
    width: 50%;
  }
.servicios-img {
	height: 400px;
	object-fit: cover;
}
.fotomuestra {
	padding: 0 30px;
}
.columnatexto{
	width: 50%;
}
	
}

@media (min-width: 1024px) {

}