@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.centrar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

header {
	position: absolute;
	height: 50px;
	width: 100%;
	/*background: red;*/
/*	overflow: hidden;*/
	z-index: 99;
	background: rgba(03,29, 92, 1);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}

#texto_bienvenida {
	position: absolute;
	top: 150px;
	left: 20%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #000;
	transition: all 2s ease;
	display: none;
}

#texto_bienvenida_dos {
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	text-align: center;
	padding: 0 30px;
	width: 100%;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 40px;
	color: #031d5c;
	display: block;
}


#bienvenido {
	font-weight: 700;
	margin-right: 10px;
	transition: all 1s ease;
}

#bienvenido_dos {
	font-weight: 700;
}

#menu_systems {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 40px;
	margin: 5px 5px;
/*	width: 300px;*/
	overflow: hidden;
	background: rgba(255,255,255,0);
}

#menu_systems ul li a {
	padding: 5px 15px;
	border-radius: 3px;
	background: rgba(255,255,255,0);
	color: #fff;
	margin: 5px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	transition: all 0.6s;
}

#menu_systems ul li a:hover {
	text-decoration-line: underline;
  	text-decoration-style: solid;
}

#crm:hover {
	background: rgba(159,27,11,0.5);
}

#moper:hover {
	background: rgba(37,24,77,0.5);
}

#content_Logo {
	position: absolute;
	left: 38%;
	height: 130px;
	width: 100px;
	background: #fff;
/*	border-radius: 0px 0px 100px 100px; */
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}

#Logo {
	position: relative;
	margin: auto;
	height: 100%;
	width: 100%;
	background: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
}

#content_BG {
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-image: url('../img/homebg.png');
/*	background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eaeaea' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
*/	/*background-image: url('../img/BGSECTION2.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#content_container {
	position: absolute;
	top: 173px;
	height: auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-device-width: 660px) {
	#content_Logo {
	position: absolute;
	left: 70px;
	height: 130px;
	width: 100px;
	}

	#texto_bienvenida {
	position: absolute;
	top: 15px;
	left: 30%;
	color: #fff;
	display: block;
	}

	#texto_bienvenida_dos {
		display: none;
	}

	#menu_systems {
	right: 5%;
	}

	#content_container {
		top: 160px;
	}
}

@media only screen and (min-device-width: 1280px) {
	#content_Logo {
	position: absolute;
	left: 100px;
	height: 130px;
	width: 100px;
	}

	#texto_bienvenida {
	position: absolute;
	top: 15px;
	left: 250px;
	}
}

/* ::::::::::::INICIO DE CONTENEDOR DE PAISES:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');

#contenedor_banner {
	position: relative;
	width: 100%;
	background: url('../img/homebg.png')/*url('../img/bgt.jpg')#FFFFFF*/ ;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#Titulo {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; 
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


	/*su pieza clave*/
	#supiezaclave {
		position: relative;
		height: 100px;
		width: 200px
	}

	#supiezaclave img {
		height: 100%;
		width: 100%;
	}

	/*fin su pieza clave*/

	/*home orada svg*/

	#gtlhome_svg {
		position: relative;
		height: 300px;
		width: 300px;
	/*	overflow: hidden;*/
	}

	/*#gtlhome_svg img {
		position: absolute;
		height: 100px;
		width: 100px;
	}*/

	.bgparts {
		position: relative;
		height: 70px;
		width: 70px;
		transition: .6s ease;
	}

	.bgparts img {
		width: 100%;
		height: 100%;
	}

	.bgparts:hover {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}

	.homebgtext {
/*	  background-color: #001A5A;*/
	  color: #333333;
	  text-align: center;
	  border-radius: 6px;
	  padding: 2px;
	  /* Text style */
	  font-family: 'Roboto', sans-serif;
	  font-weight: bolder;
	  font-size: 10px;
	  /* Position the tooltip */
	  position: relative;
	/*  z-index: 100;*/
	/*  bottom: -40px;*/
	/*	transition: .6s ease;*/
	}

	.active_bgparts {
		opacity: 1;
	}

	.active_bgparts_cincuenta {
		opacity: 0.5;
	}

	#bgp_uno {
		position: absolute;
		height: 150px;
		width: 150px;
		top: 50%;
		left: 50%;
		margin-left: -75px;
		margin-top: -75px;
		z-index: 50;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#bgp_dos {
		position: absolute;
		top: 106px;
		left: -1px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_dos {
			position: absolute;
			top: -21px;
		}

	#bgp_tres{
		position: absolute;
		top: 6px;
		left: 97px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_tres {
			position: absolute;
			top: 24px;
			right: -41px;
		}

	#bgp_cuatro{
		position: absolute;
		top: 80px;
		right: 0px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
		
		#homebg_part_cuatro {
			position: absolute;
			top: -16px;
			width: 100%;
			overflow: hidden;
		}

	#bgp_cinco{
		position: absolute;
		top: 191px;
		right: 20px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_cinco {
			position: absolute;
			bottom: -18px;
		}

	#bgp_seis{
		position: absolute;
		bottom: 7px;
		right: 165px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_seis {
			position: absolute;
			bottom: -19px;
		}

	#bgp_siete{
		position: absolute;
		bottom: 20px;
		left: 40px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_siete {
			position: absolute;
			bottom: -20px;
		}

		#bgp_siete:hover .homebgtext {
			visibility: visible;
		}

	/*fin home svg*/


/* ::::INICIO CONTENEDOR DE PAISES:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#contenedor_banner #Titulo h1 {
	text-align: center;
	position: relative;
	font-weight: 100;
	width: 90%;
	font-size: 25px;
	color: #fff;
}

/*#animate_logistic {
	position: relative;
	height: 70px;
	width: 100%;
	background: url("../img/Recurso 1.svg");
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center;
}*/

#contenedor_banner #btn_cot {
	position: relative;
	display: none;
	margin-top: 10px;
	color: #fff;
	font-weight: 400;
	padding: 8px 15px;
	background: #007bff;
	border-radius: 3px;
	transition: all 0.3s ease;
}

section#contenedor_contenido {
	position: relative;
	margin: auto;
	padding: 20px;
	width: 1080px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

#contenedor_banner #btn_cot:hover {
	background: #0A4A99;
}




/*ESTILO PARA CARDS*/
.card {
	position: relative;
	margin: 20px;
	height: auto;
	width: 250px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.img_card {
	position: relative;
	height: 200px;
	width: 100%;
/*	background: #F7F7F7;*/
}

.bgbord_card {
	position: relative;
	height: 5px;
	width: 100%;
	background: /*linear-gradient(to left, #2e3191, #c0272d)*/ #1961B3;
	overflow: hidden;
}

.efect_bgboard {
	position: relative;
	height: 50px;
	width: 50px;
	overflow: hidden;
	background: url("../img/servicios/Hover brillo.png");
	background-position: center;
	background-size: 100%;
	transition: 0.9s;
}

.content_card {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 200px;
/*	border-bottom: 1px solid #bdbdbd;*/
	padding: 15px 20px;
	overflow: hidden;
}

.content_card h3 {
	color: #090e26;
	margin-bottom: 10px;
}

.content_card p {
	font-family: sans-serif;
	color: #757575;
	font-weight: 400;
	font-size: 14px;
}

.btn_container_card {
	position: relative;
	height: 45px;
	width: 220px;
	padding: 5px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_card {
/*	position: absolute;
	left: 20px;*/
	padding: 5px 15px;
	background: #007bff;
	border-radius: 3px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	transition: 0.3s;
}

.btn_card:hover {
	background: #0A4A99;
}

#TerrestreCard {
	background: url('../img/servicios/Terrestre.png');
	background-size: 130%;
	background-position: center;
	transition: 0.3s;
}

#TerrestreCard:hover {
	background-size: 135%;
}

#MaritimoCard {
	background: url('../img/servicios/Maritimo.png');
	background-size: 150%;
	background-position: center;
	transition: 0.3s;
}

#MaritimoCard:hover {
	background-size: 155%;
}

#AereoCard {
	background: url('../img/servicios/aereo.png');
	background-size: 130%;
	background-position: center;
	transition: 0.3s;
}

#AereoCard:hover {
	background-size: 135%;
}

#whare_card {
	background: url('../img/servicios/wharehouse.png');
	background-size: 130%;
	background-position: center;
	transition: 0.3s;
}

#whare_card:hover {
	background-size: 135%;
}

#almacenaje_card {
	background: url('../img/servicios/otros.png');
	background-size: 130%;
	background-position: center;
	transition: 0.3s;
}

#almacenaje_card:hover {
	background-size: 135%;
}

#recoleccion_card {
	background: url('../img/servicios/recoleccion.png');
	background-size: 130%;
	background-position: center;
	transition: 0.3s;
}

#recoleccion_card:hover {
	background-size: 135%;
}

#especiaload_card {
	background: url('../img/servicios/especial.png');
	background-size: 130%;
	background-position: center;
	transition: 0.3s;
}

#especiaload_card:hover {
	background-size: 135%;
}

#aduanal_card {
	background: url('../img/servicios/agenciamiento.png');
	background-size: 130%;
	background-position: center;
	transition: 0.3s;
}

#aduanal_card:hover {
	background-size: 135%;
}

#seguridad_card {
	background: url('../img/servicios/seguridad.png');
	background-size: 130%;
	background-position: center;
	transition: 0.3s;
}

#seguridad_card:hover {
	background-size: 135%;
}

@media only screen and (min-device-width: 320px) {
	section#contenedor_contenido {
	padding: 5%;
	width: 90%;
	}
}

@media only screen and (min-device-width: 660px) {
	section#contenedor_contenido {
	padding: 5%;
	width: 90%;
	}

	/*home orada svg*/

	#gtlhome_svg {
		position: relative;
		height: 350px;
		width: 500px;
	/*	overflow: hidden;*/
	}

	#bgp_uno {
		position: absolute;
		height: 150px;
		width: 150px;
		top: 160px;
		left: 240px;
		margin-left: -75px;
		margin-top: -75px;
	}

	#gtlhome_svg img {
		height: 100%;
		width: 100%;
	}

	.bgparts {
		position: relative;
		height: 60px;
		width: 60px;
		transition: .6s ease;
	}

	.bgparts:hover {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}

	.homebgtext {
	  visibility: hidden;
	  background-color: #001A5A;
	  color: #fff;
	  text-align: center;
	  border-radius: 6px;
	  padding: 5px 12px;
	  /* Text style */
	  font-family: 'Roboto', sans-serif;
	  font-weight: bolder;
	  font-size: 10px;
	  /* Position the tooltip */
	  position: relative;
	/*  z-index: 100;*/
	/*  bottom: -40px;*/
	/*	transition: .6s ease;*/
	}

	.active_bgparts {
		opacity: 1;
	}

	.active_bgparts_cincuenta {
		opacity: 0.5;
	}

	#bgp_uno {
		position: absolute;
		height: 180px;
		width: 180px;
		z-index: 50;
	}

	#bgp_dos {
		position: absolute;
		top: 120px;
		left: 105px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_dos {
			position: absolute;
			left: -63px;
			top: -28px;
		}

		#bgp_dos:hover .homebgtext {
			visibility: visible;
		}

	#bgp_tres{
		position: absolute;
		top: 25px;
		left: 216px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_tres {
			position: absolute;
			right: -63px;
			top: 25px;
		}

		#bgp_tres:hover .homebgtext {
			visibility: visible;
		}

	#bgp_cuatro{
		position: absolute;
		top: 120px;
		right: 95px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
		
		#homebg_part_cuatro {
			position: absolute;
			top: 41px;
			right: -56px;
			padding: 3px 0px;
		}

		#bgp_cuatro:hover .homebgtext {
			visibility: visible;
		}

	#bgp_cinco{
		position: absolute;
		top: 240px;
		right: 120px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_cinco {
			position: absolute;
			right: -50px;
		}

		#bgp_cinco:hover .homebgtext {
			visibility: visible;
		}

	#bgp_seis{
		position: absolute;
		bottom: 33px;
		right: 282px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_seis {
			position: absolute;
			bottom: -21px;
			right: -61px;
		}

		#bgp_seis:hover .homebgtext {
			visibility: visible;
		}

	#bgp_siete{
		position: absolute;
		bottom: 0px;
		left: 100px;
		z-index: 53;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#homebg_part_siete {
			position: absolute;
			bottom: -20px;
		}

		#bgp_siete:hover .homebgtext {
			visibility: visible;
		}

	/*fin home svg*/

	/*su pieza clave*/
	#supiezaclave {
		position: relative;
		height: 150px;
		width: 300px
	}

	#supiezaclave img {
		height: 100%;
		width: 100%;
	}

	/*fin su pieza clave*/

}

@media only screen and (min-device-width: 950px) {

}

@media only screen and (min-device-width: 1024px) {
	section#contenedor_contenido {
	padding: 20px;
	width: 1080px;
	}

	#Titulo {
	top: 5%;
	width: 800px;
	}
}


/*  */

.content-module {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.card-module {
	background: #fff;
	margin: 20px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	height: 150px;
	width: 400px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.box-one-mdle {
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #4079cb;
	height: 100%;
	width: 40%;
	border-radius: 10px 0 0 10px;
	padding: 20px;
}

/*  */

.box-two-mdle {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 60%;
}

.box-two-mdle span {
	font-weight: thin;
	margin: 10px 0;
}

.btn-mdl-go {
	padding: 10px 15px;
	background-color: #4079cb;
	color: #fff;
	outline: none;
	border: none;
	width: 100px;
	border-radius: 25px;
	font-weight: bolder;
	transition: all .6s cubic-bezier(0.4,-0.27, 0, 1.07);
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.btn-mdl-go:hover {	
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	background-color: #f1b100;
}

/*  */