*{
	padding: 0;
	margin: 0;
}
body{
	font-family: ubuntu;
	box-sizing: border-box;
}

.datos_cabecera{
	width: 100%;
	float: left;
	box-sizing: border-box;
	background-color: #e4433d;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	padding: 12px;
}
.datos_cabecera p{
	display: inline-block;
	margin: 0;
	margin-left: 20px;
}
.datos_cabecera p span{
	margin-right: 5px;
}

@media (max-width: 1085px) {
	.datos_cabecera{
		font-size: 0.9em;
		padding: 12px 0;
	}
}













/*------------------------------------------*/


nav{
	width: 60%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	margin-left: 20%;
	text-align: center;
	background-color: #efc9c8;
	padding: 10px;
}

nav ul{
	width: 100%;
	text-align: center;
	list-style: none;
}
nav ul li{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
nav ul li a{
	color: #000;
	text-decoration: none;
}
nav ul li a:hover{
	cursor: pointer;
	text-decoration: underline;
}

@media (max-width: 1085px) {
	nav{
		width: 100%;
		margin-left: 0;
	}
}













/*-----------------------------------------*/

.logo_titulo{
	width: 60%;
	float: left;
	box-sizing: border-box;
	margin-left: 20%;
}

.logo{
	width: 30%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.logo img{
	width: 70%;
	height: auto;
}

.titulo_empresa{
	width: 70%;
	float: left;
	box-sizing: border-box;
}

.titulo_empresa h3,.titulo_empresa h4,.titulo_empresa h5,.titulo_empresa .bandera{
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.titulo_empresa h3{
	font-size: 2.5em;
}
.titulo_empresa h4{
	font-size: 1.8em;
	font-style: italic;
}
.titulo_empresa h5{
	margin-bottom: 5px;
}
.titulo_empresa h5 p{
	margin: 0;
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
}
.titulo_empresa h5 .texto_verde{
	color: #07a60b;
}
.titulo_empresa h5 .texto_rojo{
	color: #e90803;
}
.titulo_empresa .bandera{
	height: 7px;
	margin-bottom: 15px;
}
.titulo_empresa .bandera div{
	width: 33.33%;
	float: left;
	box-sizing: border-box;
}
.bandera_verde{
	background-color: #07a60b;
	color: #07a60b;
}
.bandera_blanco{
	background-color: #fff;
	color: #fff;
}
.bandera_rojo{
	background-color: #e90803;
	color: #e90803;
}




@media (max-width: 1085px) {

.logo_titulo{
	width: 100%;
	margin-left: 0;
}
.logo{
	width: 100%;
}
.logo img{
	width: 40%;
	height: auto;
}
.titulo_empresa{
	width: 100%;
}
.titulo_empresa .bandera{
	height: 4px;
}
.titulo_empresa h3{
	font-size: 1.2em;
}
.titulo_empresa h4{
	font-size: 1em;
}
.titulo_empresa h5{
	margin-bottom: 5px;
}
.titulo_empresa h5 p{
	font-size: 0.9em;
}
	
}


/*--------------------------------------------*/

.titulo_empresa figure{
	width: 100%;
	float: left;
	box-sizing: border-box;
}

/*--------------------------------------------*/

.banderas{
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
}
.banderas div{
	width: 50%;
	float: left;
}
.banderas div img{
	display: inline-block;
	width: 10.5%;
	height: auto;
}

@media (max-width: 1085px) {
	.banderas div{
		width: 100%;
	}
	.banderas div img{
		display: inline-block;
		width: 10%;
		height: auto;
	}
	.banderas .B{
		display: none;
	}
}

/*-------------------------------------------*/

.lo_que_podemos{
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	background-color: #e4433d;
	color: #fff;
	text-align: center;
	font-size: 1.9em;
	padding: 12px;
}

@media (max-width: 1085px) {
	.lo_que_podemos{
		width: 100%;
		float: left;
		box-sizing: border-box;
		text-align: center;
		background-color: #e4433d;
		color: #fff;
		text-align: center;
		font-size: 1.2em;
		padding: 12px;
	}
}


/*----------SOMOS-----------------------------------------------------*/

.experiencia{
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	font-size: 2.2em;
	color: orange;
	font-weight: bold;
}

.experiencia2{
	width: 100%;
	float: left;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 150px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}


@media (max-width: 1085px) {
	.experiencia{
		padding: 0 50px;
	}
	.experiencia2{
		padding: 0 10px;
	}
}



/*----------ADUANAL----------------------------------------------------*/


h1{
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 15px;
}
.somos{
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: justify;
	margin-bottom: 15px;
}
ol{
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: left;
	padding: 0 200px;
	margin-bottom: 30px;
}
h2{
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 0 30px;
	margin-bottom: 30px;
}






@media (max-width: 1085px) {
	h1{
		font-size: 1.6em;
	}
	.somos{
		padding: 0 20px;
	}
	ol{
		padding: 0 50px;
	}
}




/*----------MAIN------------------------------------------------------*/

main{
	width: 60%;
	float: left;
	box-sizing: border-box;
	margin-left: 20%;
	margin-top: 20px;
}
main article{
	width: 100%;
	float: left;
	box-sizing: border-box;
	border-top: solid 3px gray;
	margin-bottom: 20px;
}
main article figure{
	width: 40%;
	float: left;
	box-sizing: border-box;
}
main article figure img{
	width: 100%;
	height: auto;
}
main article div{
	width: 60%;
	float: left;
	box-sizing: border-box;
}
main article div h3{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	font-size: 2em;
	color: orange;
}


@media (max-width: 1085px) {
	main{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	main article{
		width: 97%;
		margin-left: 1.5%;
	}
	main article figure{
		width: 70%;
		margin-left: 15%;
	}
	main article div{
		width: 100%;
	}
	main article div h3{
		font-size: 1.5em;
		text-align: center;
	}
}



/*--------FOOTER-----------------------------------------------------------*/

footer{
	width: 100%;
	float: left;
	box-sizing: border-box;
	background-color: #6cc06e;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	padding: 40px 0;
}
footer figure{
	width: 15%;
	float: left;
	box-sizing: border-box;
	margin-left: 42.5%;
	margin-bottom: 15px;
}
footer figure img{
	width: 100%;
	height: auto;
}
footer .copyright{
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 15px;
}
footer .datos_footer{
	width: 100%;
	float: left;
	box-sizing: border-box;
}




@media (max-width: 1085px) {
	footer{
		font-size: 0.9em;
	}
	footer figure{
		width: 40%;
		margin-left: 30%;
	}
	footer .copyright{
		padding: 0 15px;
	}
	footer .datos_footer{
		padding: 0 15px;
	}
}





















