/*PRINCIPALES SERVICIOS*/
#presentacion {
  background: #fff;
}
.foto-index {
	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: #7E1717;
}
#servicios .titulo-seccion {
  color: #fff;
}
.servicios-img {
	margin-bottom: 20px;
}
.columna-servicios {
	overflow: hidden;
	padding: 20px;
}
.presentacion-mitad {

}
.index-pretitulo {
	font-size: 1.6em;
  color: #fff;
  text-align: center;
  padding: 0;
	text-shadow: 0px 0px 5px #000;
}
.presentacion-rubros {
  color: #fff;
  font-size: 1.8em;
  text-align: center;
	text-shadow: 0px 0px 5px #000;
}


/*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*/
	.grupo-servicios {
		max-width: 1000px;
		margin: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.columna-servicios {
		margin: 1%;
		width: 48%;
		border: 1px dashed #eee;
	}
/*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) {


}