#presentacion {
  background: #fff;
}
.foto-index {
	height: 300px;
	object-fit: cover;
	border-bottom-left-radius: 80px;
	border-top-right-radius: 80px;
}
.grupo-presentacion {

}
.columna-presentacion {
	padding: 20px;
	background: #fff;
}
.txt {
	text-align: justify;
}



/*SERVICIOS*/
#servicios {
	background: #FF1749;
}
#servicios .titulo-seccion {
  color: #fff;
}
.grupo-servicios {
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.servicios-img {
	height: 260px;
	width: 260px;
	object-fit: cover;
	margin-bottom: 20px;
}
.columna-servicios {
	width: 48%;
	overflow: hidden;
	padding: 10px;
	margin: 1%;
	border: 1px dashed #fff;
}
.presentacion-mitad {

}
.presentacion-rubros {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
.presentacion-btn {
  width: 50%;
  align-self: flex-end;
  margin: 10px auto;
}
.index-vermas {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  background: #1a1a1a;
  color: #fff;
  padding: 7px;
  text-align: center;
}

/*DIFERENCIA*/
#diferencia {
  background: #fff;
}
.columna-diferencia {
	padding: 20px;
}
.icon-sign-out {
	display: block;
	font-size: 1.8em;
	color: #7E1717;
}
.txt-bold {
	color: #7E1717;
font-family: 'Montserrat', sans-serif;
}



/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
	.grupo-presentacion {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		margin: auto;
	}
	.columna-presentacion{
		width: 50%;
	}
	
/*	SERVICIOS*/
	.columna-servicios {
	  display: flex;
		flex-wrap: wrap;
		width: 30%;
		margin: 1%;
	}

/*DIFERENCIA*/
	.grupo-diferencia {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 900px;
		margin: auto;
	}
	.columna-diferencia {
		width: 33%;
	}
	
}

@media (min-width: 1024px) {
.foto-index {
	height: 500px;

}

}