@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
/*
azul #0C1C68;
gris #B9B9B9;
*/
/*ESTILOS GENERALES*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', serif;
}
body {
	background: #000;
}
img {
	display: block;
  width: 100%;
}
ul, li {
	list-style: none;
}
a {
	display: block;
	text-decoration: none;
}
.contenedor {
	width: 95%;
	margin: auto;
	max-width: 1500px;
}
.section {
  padding: 80px 0; 
	overflow: hidden;
}

/*DATOS DE CONTACTO*/
#barrasuperior {
	max-width: 100%;
	margin: auto;
	padding: 5px 0;
	background: #0C1C68;
}
#barrasuperior .contenedor {
	display: flex;
	justify-content: center;
}
.barrasuperior-txt {
  max-width: 1500px;
  margin: auto;
	font-size: 0.9em;
	color: #fff;
  display: flex;
  justify-content: center;
}
#barrasuperior span {
	font-size: 1.2em;
	position: relative;
	top: 3px;
	margin: 0 10px;
	color: #fff;
}

/*LOGO*/
.logo-contenedor {
	max-width: 100%;
	margin: auto;
	background: #fff;
	padding: 20px 0;
}
.logotipo-svg {
	max-width: 200px;
	margin: auto;
}

/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/BANNER.jpg);
	background-size: cover;
	background-position: center;
  height: 400px;
  object-fit: cover;
  position: relative;
}
.mockfondo-index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.textos-banner {
  position: absolute;
  padding: 0 10px;
  width: 95%;
  margin: auto;
  top: 50%;
	left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.banner-txt {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 1.2em;
  margin: 10px 0;
}
.banner-txt2 {
  text-align: center;
  font-weight: 800;
  color: #fff;
  font-size: 2em;
}
.banner-txt3 {
  font-weight: 600;
  background: #E2232B;
  padding: 10px;
  color: #fff;
  font-size: 1.4em;
	text-align: center;
	width: 300px;
	margin: 20px auto;
}

/*BANNER ALMACENAMIENTO*/
.mockfondo-almacenamiento {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/BANNER-ALMACENAMIENTO.jpg);
	background-size: cover;
	background-position: center;
  height: 400px;
  object-fit: cover;
  position: relative;
}
.mockfondo-almacenamiento:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/*BANNER ALMACENAMIENTO*/
.mockfondo-logistica {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/BANNER-LOGISTICA.jpg);
	background-size: cover;
	background-position: center;
  height: 400px;
  object-fit: cover;
  position: relative;
}
.mockfondo-logistica:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/*BANNER GESTION*/
.mockfondo-gestion {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/BANNER-GESTION.jpg);
	background-size: cover;
	background-position: center;
  height: 400px;
  object-fit: cover;
  position: relative;
}
.mockfondo-gestion:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/*BANNER TRANSPORTE*/
.mockfondo-transporte {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/BANNER-TRANSPORTE.jpg);
	background-size: cover;
	background-position: center;
  height: 400px;
  object-fit: cover;
  position: relative;
}
.mockfondo-transporte:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}


/*PRESENTACION INDEX*/
#presentacion {
	max-width: 100%;
	margin: auto;
	background: #fff;
}
.presentacion-titulo {
	text-align: center;
	font-size: 1.8em;
	color: #0C1C68;
	font-weight: 600;
	margin-bottom: 10px;
}
.presentacion-subtitulo {
	text-align: center;
	font-size: 1.2em;
	color: #0C1C68;
	font-weight: 400;
}
.grupo-presentacion {
	max-width: 1000px;
	margin: auto;
}
.columna-presentacion {
	border: 1px dashed #999;
	padding: 10px;
	width: 95%;
	margin: 10px auto;
	
  display: flex;
  flex-wrap: wrap;
}
.presentacion-rubros {
	font-weight: 600;
	text-align: center;
	font-size: 1.4em;
	color: #0C1C68;
}
.lineainferior {
	width: 70%;
	margin: 10px auto;
	height: 4px;
	background: #B9B9B9;
}
.presentacion-txt {
	font-size: 1em;
	color: #0C1C68;
	text-align: center;
}
.presentacion-mitad {
	width: 100%;
}
.presentacion-btn {
  width: 50%;
  align-self: flex-end;
  margin: 15px auto;
}
.presentacion-boton {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  background: #0C1C68;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.presentacion-img {
	height: 300px;
	object-fit: cover;
}

/*SLOGAN INDEX*/
.slogan-index {
	position: relative;
	z-index: -11;
	max-width: 100%;
	margin: auto;
  padding: 140px 10px;
  background-image: url(../img/index-slogan.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
.slogan-index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: #000;
  opacity: 0.5;
	z-index: -10;
}
.slogan-index h2 {
  color: #fff;
	font-size: 2em;
}
.grupo-slogan {
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.columna-slogan {
  max-width: 500px;
  margin: 20px;
}
.grupo-slogan p {
  color: #fff;
  font-size: 1em;
	font-weight: 400;
}

/*SECCION BENEFICIOS*/
#beneficios {
	background: #B9B9B9;
	max-width: 100%;
	margin: auto;	
}
#beneficios .contenedor {
	width: 70%;
}
#beneficios .presentacion-titulo {
	color: #0B1171;
}
.columna-beneficios {
	margin: 40px 0;
}
#beneficios  .beneficios-txt {
	font-size: 1em;
	color: #0B1171;
	text-align: left;
	display: flex;
}
#beneficios .icon-checkcuadrado {
	position: relative;
	top: 2px;
	font-size: 1.4em;
	color: #0B1171;
	margin-right: 10px;
}
.beneficiosimg {
	width: 280px;
	margin: auto;
}

/*WHATSAPP DIRECTO	*/
	#whatsapp {
	max-width: 1500px;
	margin: auto;
	padding: 60px;
	background: #fff;
	height: 200px;
	}
	.link-wa {
		background: green;
		color: #fff;
		width: 240px;
		margin: auto;
		padding: 10px;
		border-radius: 10px;
	}

/*BOTON FLOTANTE WASAP*/
.btn-whatsapp {
  display: block;
  width: 90px;
  height: 90px;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  line-height: 80px;
	text-align: center;
  z-index: 999;
}

/*FOOTER*/
.footer {
	max-width: 100%;
	margin: auto;
  padding: 120px 0;
	background: #1a1a1a;
	overflow: hidden;
}
.grupo-footer {

}
.columna-footer {
	margin: 40px auto;
	border-bottom: 1px dashed #666;
	padding-bottom: 20px;
}
.columna-footer:last-child {
	border-bottom: none;
}
.columna-footer p {
	display: flex;
}
.columna-footer a {
	text-align: left;
}
.logotipo-footer {
	width: 180px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.grupo-footer h2 {
  font-size: 1.2em;
  color: #fff;
	font-weight: 600;
}
.grupo-footer p {
	font-size: 0.9em;
	padding: 0 10px;
	color: #fff;
}
.grupo-footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.6em;
	color: #B9B9B9;
}

/*ELABORADO POR*/
.elaboradopor {
	max-width: 100%;
	margin: auto;
  padding: 60px 0;
background: #000;
	overflow: hidden;
}
.elaboradopor-txt, a {
	text-align: center;
	font-size: 1em;
	padding: 0 10px;;
	color: #666;
}


/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*DATOS DE CONTACTO*/
#barrasuperior {
	background: #B9B9B9;
}
.barrasuperior-txt {
  justify-content: flex-end;
}
	
/*BANNER*/
.mockfondo-index {
  height: 600px;
}
.mockfondo-almacenamiento {
  height: 600px;
}
.mockfondo-logistica {
  height: 600px;
}
.mockfondo-gestion {
  height: 600px;
}
.mockfondo-transporte {
  height: 600px;
}
.banner-txt {
  font-size: 3em;
}	
	
	
/*	PRESENTACION*/
.grupo-presentacion {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-presentacion {
	width: 47%;
}

}

@media (min-width: 1024px) {
.logotipo-svg {
	max-width: 260px;

}
	
.mockfondo-index {
	background-size: contain;
}
	
/*SECCION BENEFICIOS*/
.grupo-beneficios	{
  max-width: 960px;
  margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.columna-beneficios {
	width: 33%;
}

	
/*	FOOTER*/
.grupo-footer {
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
}
.columna-footer {
	width: 25%;
	border-right: 1px dashed #666;
	border-bottom: none;
	padding: 20px;
	margin: 0px auto;
}
.columna-footer:last-child {
	border-right: none;
}
.logotipo-footer {
	width: 220px;

}
}