/*PRINCIPALES SERVICIOS*/
#presentacion {
	width: 100%;
background: #F2FAFA;
}
.presentacion-titulo {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #666;
}
.presentacion-subtitulo {
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  color: #666;
	margin-bottom: 40px;
}
.presentacion-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  color: #666;
	margin-bottom: 20px;
	text-align: justify;
}
.grupo-presentacion {

}
.columna-presentacion {
  margin: 20px 0;
	overflow: hidden;
}
#presentacion a {
	color: #fff;
  transition: all 0.4s;
}
#presentacion a:hover {
	transform: scale(1.1);
}

.servicios-img {

}

.presentacion-rubros {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: rgba(0,0,0,0.3);
	width: 100%;

  color: #fff;
  margin: 0;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
	padding: 10px;
}



/*NOSOTROS*/
#agenciamiento {
	width: 100%;
  background: #FFF;
}
#agenciamiento .presentacion-txt {
	text-align: justify;
}

/*DESPACHO*/
.grupo-despacho {
	display: none;
}



@media (min-width: 768px){
.grupo-presentacion {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-presentacion {
	margin: 1%;
	width: 30%;
}
.presentacion-titulo {
	font-size: 2.4em;
}
.servicios-img {
	height: 400px;
	object-fit: cover;
}
	
/*AGENCIAMIENTO*/
	.grupo-agenciamiento {
		max-width: 900px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.columna-agenciamiento {
		width: 50%;
		padding: 10px;
	}
}


@media (min-width: 1024px) {
/*DESPACHO*/
.grupo-despacho {
	display: flex;
	justify-content: space-between;
}
	.columna-despacho {
		padding: 15px;
		border-right: 1px dashed #999;
	}
	.columna-despacho:last-child {
		border-right: none;
	}
	.grupo-despacho span {
		margin-right: 10px;
		color: #EA7B62;
		font-size: 1.6em;
		position: relative;
		top: 4px;
	}
	.grupo-despacho .presentacion-rubros {
		text-align: left;
		font-size: 0.9em;
		margin-bottom: 10px;
	}
	.despacho-txt {
		color: #666;
		font-size: 0.8em;
		text-align: justify;
		margin-bottom: 10px;
	}
}