/*paginas: auditorias, consultorias, capacitacion*/
#servicios {
  background: #fff;
	text-align: center;
}
.columna-servicios {

}
.servicios-img {
	width: 100%;
}
.servicios-titulo {
	color: #fff;
	background: #BE0201;
	padding: 10px;
}
.servicios-item {
	display: flex;
	align-items: center;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  padding: 0 10px;
  color: #333;
}
.mant-img {
	width: 50px;
	margin: 0  10px;
}
.grupo-cotizar {
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px;
}
.columna-cotizar {
	padding: 10px;
	width: 48%;
	margin: 1%;
	border: 1px solid rgba(0,0,0,0.1);
}
.cotizar-img {
	height: 120px;
	object-fit: cover;
}



/* -------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.columna-cotizar {
	width: 30%;
}
.cotizar-img {
	height: 150px;
}
}

@media (min-width: 1024px) {
	.grupo-servicios {
		max-width: 1100px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
	.columna-servicios {
		width: 50%;
		padding: 20px;
	}
	.revers {
		flex-direction: row-reverse;
	}
	.servicios-img {
		height: 400px;
	}
}