:root {	
	--white: #ffffff;
	--blue: #025fa1;
	--black: #040404;
	--orange: #fb700a;
}
@font-face {
    font-family: 'AvantGarde';
    src: url('fonts/AvantGardeITCbyBT-Book.eot');
    src: url('fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'),
        url('fonts/AvantGardeITCbyBT-Book.woff') format('woff'),
        url('fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'),
        url('fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'AvantGarde', sans-serif;
	font-size: 17px;
	color: var(--black);
	font-weight: normal;
	line-height: 1.3em;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-orange {
	background: var(--orange);
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'AvantGarde', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'AvantGarde', sans-serif;
	font-weight: normal;
	margin: 0;
}

@media(min-width:767px) {
	.floatright {
		float: right;
	}
}

/**** HEADER ****/
.top .logo {
	padding-top: 20px;
	padding-bottom: 20px;
}
.top .contactos {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	color:var(--blue);
}
.top .idiomas {
	margin-bottom: 4px;
}
.top .idiomas a {
	color: var(--black) !important;
}
.graphics {
	background:url(images/transport.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 100px;
	margin-bottom: 30px;
}
.content-graphics {
	background: rgba(255,255,255,0.8);
	padding: 30px;
	border-radius: 12px;
	width: 730px;
	max-width: 98%;
	color:var(--orange);
	font-size: 20px;
	float: right;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li {
	margin-bottom: 5px;
	position: relative;
}
.content-graphics ul li {
	padding-left: 30px;
}
.content-graphics ul li::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius:50%;
	position: absolute;
	left: 10px;
	top: 8px;
	background:var(--orange);
}
h1 {
	font-size: 64px;
	margin-bottom: 30px;
}
.transport {
	background:url(images/graphics2.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 150px;
	position: relative;
}
.transport .necesidades {
	color: var(--blue);
	font-size: 38px;
	width: 750px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	text-shadow: 0px 0px 2px #ffffff, 0px 0px 1px #ffffff, 1px 1px 1px #ffffff;
}
.contenido-left {
	width: 680px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.transport .necesidades img {
  margin: 30px 0;
  max-width: 100%;
  width: 534px;
}
.content-transport {
	background: rgba(255,255,255,0.8);
	padding: 30px;
	border-radius: 12px;
	width: 500px;
	max-width: 98%;
	color:var(--blue);
	font-size: 20px;
}
.content-transport ul li {
	padding-left: 30px;
}
.content-transport ul li::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius:50%;
	position: absolute;
	left: 10px;
	top: 8px;
	background:var(--blue);
}
.pie {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	color:#fff;
	text-align: right;
	text-shadow: 0px 0px 1px #000000;
}
footer {
	height: 50px;
}

@media(max-width: 991px) {
	body {
  		font-size: 16px;
  	}
	h1 {
 		font-size: 44px;
  		margin-bottom: 20px;
	}
	.transport .necesidades {
  		font-size: 32px;
	}
	.transport .necesidades img {
 		margin: 20px 0;
 		height: 44px;
	}
	.content-graphics, .content-transport {
  		font-size: 18px;
	}
}

@media(max-width: 767px) {
	.top .idiomas {
 		margin-bottom: 4px;
  		float: left;
	}
	.graphics {
  		padding-top: 100px;
  		padding-bottom: 100px;
  		padding-left: 0;
  	}
  	.logo img {
  		max-width: 92%;
  		margin-left: auto;
  		margin-right: auto;
  		display: block;
	}
}


@media(max-width: 598px) {
	h1 {
   		font-size: 34px;
    }
    .content-transport, .content-graphics {
    	padding: 24px;
    }
    .transport .necesidades {
    	font-size: 30px;
    	line-height: 36px;
    	width: 400px;
    	float: right;
    	max-width: 100%;
  	}
  	.transport .necesidades img {
    	margin: 20px 0;
    	height: auto;
  	}
  	.content-graphics ul li {
 		padding-left: 28px;
	}
	.transport .necesidades {
   		float: none;
    }
}

@media(max-width:498px) {
	h1 {
   		font-size: 32px;
  	}
}