@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Vedilab
Autor: Omar De Luna
actualización: julio 2018 */



img{border:0; margin: 0; padding: 0;}

* { margin: 0; padding: 0; font-family: 'GothamBook', Helvetica, Arial sans-serif; list-style: none;}

a, input{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}


body , html{
	background: #404142;
}


main {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	}


nav{
	width: 96%;
	padding: 15px 2%;
	background: white;
}


nav ul{
	float: left;
}

nav ul li{
	display: inline-block;
	padding: 10px 8px;
}

nav ul li a{
	color: #243746;
	font-size: 13px;
	line-height: 10px;
	display: block;
	text-decoration: none;
	border: 0;
	background: none;
	letter-spacing: 0px;
}

nav ul li a:hover{
	font-family: 'GothamBlack';
	color: #fed925;
	border: 0;
	background: none;
}

nav ul li a.active{
	font-family: 'GothamBlack';
	color: #fed925;
	border: 0;
	background: none;
}

nav ul li a#menuiphone{
		display: none;
	}


nav ul li ul{
	display: none;
	position: absolute;
	z-index: 9;
	padding-top: 30px;
}

nav ul li ul li{
	display: block;
	background: #fed925;
	padding:0 15px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

nav ul li ul li a{
	line-height: 50px;
}

nav ul li ul li:hover{
	background: #243746;
}

nav ul li:hover ul{
	display: block;
}


nav ul li.simovil{
	display: none;
}

nav ul li.nomovil{
	display: inline-block;
}

#redes{
	float: right;
	margin-top: 8px;
}

#redes img{
	margin-bottom: -7px;
}

#redes img:hover{
	transform: scale(1.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.contacto{
	background: #fed925;
	padding: 7px 10px;
	font-size: 12px;
	border-radius: 20px;
	margin-left: 15px;
}

a.contacto:hover{
	background: #243746;
	color: #fed925;
}

a.mail{
	display: none;
}


header{
	background: #1a428a;
	width: 90%;
	padding: 20px 5%;
	border-bottom: 5px solid #fed925;
	margin: 0;
}


#slide{
	width: 100%;
	position: relative;
}

#slide img{
	display: block;
}

#frase{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25%;
	z-index: 9999;
}

#frase p{
	color: white;
	font-size: 18px;
	margin-top: 10px;
}

#frase p, #frase h1{
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

#scroll{
	position: absolute;
	text-align: center;
	z-index: 9999;
	bottom: 10%;
	left: 50%;
	margin-left: -13px;
	animation: blink;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

@keyframes blink{
	to{
		opacity: 0;
	}
	from{
		opacity: 1;
	}
}



#azul{
	width: 84%;
	padding: 70px 8%;
	background: #1a428a;
}

#dark{
	width: 84%;
	padding: 70px 8%;
	background: #243746;
}


#trackMe{
	float: right;
	width: 45%;
}

p.yell{
	color: #fed925;
	text-align: justify;
	font-size: 20px;
	line-height: 28px;
	margin-right: 5%;
	float: right;
}

img.trailer{
	margin-top: -25%;
	width: 50%;
}



footer{
	background: #fff;
	width: 90%;
	padding: 40px 5%;
}

#logos{
	text-align: right;
	float: right;
}

footer p{
	float: left;
	font-size: 12px;
	margin-top: 20px;
}

footer a{
	font-size: 12px;
	letter-spacing: 0;
}


.campo{
	font-family: 'GothamBlack';
	font-size: 35px;
	line-height: 65px;
	color: #fed925;
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.adjuntar{
	font-family: 'GothamBlack';
	font-size: 14px;
	line-height: 20px;
	color: white;
	background: #1a428a;
	padding: 15px 0;
	border-radius: 30px;
	width: 80%;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.campo2{
	font-size: 14px;
	color: white;
	text-decoration: none;
	border: 0;
	margin: 0;
	outline: none;
	width: 76%;
	background: #243746;
	padding: 20px 2%;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.campo3{
	width: 76%;
	padding: 20px 2%;
	height: 120px;
	background: #243746;
	color: white;
	border: 0;
	outline: none;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 300;
}


.campo4{
	width: 36%;
	padding: 10px 2%;
	border: 0;
	outline: none;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
	background: #4e619f;
	color: white;
}

.campo4:focus{
	background: white;
	color: #4e619f;
}

.campo5{
	background: #243746;
	color: white;
	border: 0;
	outline: none;
	padding: 15px 50px;
	cursor: pointer;
}


h1{
	font-family: 'GothamBlack';
	font-size: 50px;
	line-height: 65px;
	color: #fed925;
}


#frase p{
	text-align:center;
}


p{
	font-size: 15px;
	line-height: 21px;
	color: #404142;
	text-align: justify;
}

p.blanco{
	color: white;
}


a{
	font-size: 15px;
	line-height: 21px;
	color: #404142;
	text-decoration: none;
	margin: 0;
	letter-spacing: 1px;
}

a:hover{
	color: #fed925;

}


.cleare{
	display: block;
	clear: both;
}


/*–––––––––––––––––––––––––––––––––––––––––empresa––––––––––––––––––––––––––––––––––––––––*/


p.big{
	color: white;
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}

li.empresa{
	display: inline-table;
	background: #ffc720;
	padding: 20px 35px;
	border-radius: 40px;
	text-align: center;
	margin:0  20px;
}

li.empresa:last-child{
	background: none;
}


h2{
	font-family: 'GothamBlack';
	font-size: 40px;
	line-height: 55px;
	color: #fed925;
}

h3{
	font-family: 'GothamBlack';
	font-size: 20px;
	line-height: 25px;
	color: #fed925;
}

#cTercio{
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 20px;
	text-align: left;
}


#dark.gris{
	background: #58595b;
}

#dark.moreDark{
	background: #1f3240;
	border-bottom: 1px dashed #fed925;
}

#dark.pad{
	width: 72%;
	padding: 70px 20% 70px 8%; 
	position: relative;
}

img.mapa{
	position: absolute;
	right: 0;
	top: -31%;
	width:600px;
}




/*–––––––––––––––––––––––––––––––––––––––––servicios––––––––––––––––––––––––––––––––––––––––*/


img.Fser{
	margin-bottom: 50px;
	margin-top: -300px;
}

#azul.servicios{
	padding-bottom: 300px;
}

#clientes li{
	background: #1a428a;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
	margin: 0 1% 15px 0%;
	width: 14%;
	text-align: center;
}



/*–––––––––––––––––––––––––––––––––––––––––certificaciones––––––––––––––––––––––––––––––––––––––––*/



#azul.certifica{
	background: #e0e0e1;
}

#azul.certifica h1{
	color: #243746;
	text-align: center;
	margin-bottom: 40px;
}

#azul.certifica hr{
	border-top: 1px solid #333;
	margin: 50px 0;
	width: 100%;
}



/*–––––––––––––––––––––––––––––––––––––––––media––––––––––––––––––––––––––––––––––––––––*/


#media{
	margin-top: 90px;
}

#media h2{
	font-size: 14px;
	line-height: 18px;
}

#media a.contacto{
	margin-left: 0;
	display: inline-table;
}


#nota{
	width: 46%;
	margin-right: 3%;
	text-align: left;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #243746;
	display: inline-grid;
}

#nota img{
	margin: 30px 0;
}

#nota:nth-child(even){
	float: none;
}


#dark.det{
	width: 74%;
	padding: 50px 13%;
}

#dark.det h1{
	margin-top: 40px;
}
	
	
#dark.det img{
	width: 60%;
}
	
	
#dark.det strong{
	color: #fed925;
}

#media a.contacto {
    margin-left: 0;
    display: inline;
    width: 100px;
    text-align: center;
    margin-top: 20px;
}


/* BLOQUE TRACK-ME */
#wrapper_arriba_track{
	width:100%;
	height:300px;
	background-image:url(../imagenes/imagen_egoba_track.jpg);
	background-repeat:no-repeat;
}

#detalles_track{
	width:96%;
	padding:30px 2%;
	height:auto;
	/*background-image:url(../imagenes/fondo_detalle_track.png);*/
	background-color:#FFF;
	font-size:13px;
	position:relative;
}

#busqueda_track{
	width:96%;
	padding:2%;
	text-align:right;
}

.combo{
	border:thin thick #CCC;
	padding:3px;
	background-color:#FFF;
	color:#666;
	height:25px;
}
.txt_cal{
	padding:3px;
	background-color:#FFF;
	color:#666;
	height:15px;
}

#cuerpo_track{
	width:100%;
	height:auto;
	text-align:left;
}
#cuerpo_track h1{
	font-size:18px;
	font-weight:500;
	color:#003;
}

#barra_azul{
	width:100%;
	background-color:#1d4189;
	color:#FFF;
	padding:5px 0;
}
#barra_azul ul{
	width:100%;
	height:33px;
}
#barra_azul ul li{
	display:inline;
	width:65px;
	height:20px;
	float:left;
	padding-top:10px;
	color:#FFF;
	text-align:center;
	padding:5px 7px;
	border-left:thin dotted #FFF;
	font-size:11px;
}

#barra_datos{
	width:100%;
	height:20px;
	background-color:#FFF;
	color:#003;
	padding:2px 0;
}
#barra_datos ul{
	width:100%;
}
#barra_datos ul li{
	display:inline;
	height:20px;
	float:left;
	padding-top:2px;
	color:#333;
	text-align:center;
	padding:2px 7px;
	border-left:thin dotted #666;
	font-size:10px;
}

#barra_datos ul li a{
	font-size:10px;
	color:#1d4189;
}

#solicitud{
	width:96%;
	padding:2%;
	border:thin dotted #CCC;
	display:table;
	background:#fff;
}
/* FIN DE BLOQUE */



@media only screen and (min-width:0px) and (max-width:767px){
	
	main{
		padding-top: 70px;
	}	
	
nav{
	width: 96%;
	padding: 15px 2%;
	position: absolute;
	top: 0;
	z-index: 999999;
}

nav ul{
	float: none;
	overflow: hidden;
	height: 40px;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav ul.active{
	height: 610px;
}	
	
nav ul li{
	display: block;
	padding: 15px 7px;
	width: 100%;
}
	
nav ul li:hover{
	display: block;
	padding: 15px 7px;
	width: 100%;
	background: #f1f2f2;
}
	

nav ul li a{
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 0;
}

nav ul li a:hover{
	color: #fed925;
}

nav ul li a.active{
	color: #fed925;
}

nav ul li a#menuiphone{
	display: block;
	width: auto;
	}
	
nav ul li:hover:first-child{
	background: none;
	}


nav ul li ul{
	display: none;
	padding-top: 15px;
	padding-bottom: 25px;
	position: relative;
}
	
nav ul li:hover ul{
	display: none;
}

nav ul li ul li{
	padding:0 15px;
	background: none;
	box-shadow: none;
}

nav ul li ul li a{
	line-height: 20px;
}

nav ul li ul li:hover{
	background: none;
}
	
nav ul li.simovil{
	display: block;
}

nav ul li.nomovil{
	display: none;
}
	
	
a.contacto{
	background: #fed925;
	padding: 7px 7px;
	font-size: 12px;
	border-radius: 20px;
	margin-left: 10px;
	display: none;
}
	
a.mail{
	display: inline-block;
}
		

#redes{
	float: none;
	margin-top: 6px;
	position: absolute;
	z-index: 11;
	right: 3%;
	top:18px;
}
	
#redes img{
	margin-right: -5px;
	width: 23px;
}


header{
	width: 90%;
	padding: 20px 5%;
	text-align: center;
}
	
header img{
	width: 160px;
}


#frase{
	width: 100%;
	bottom: 20%;
}

#frase p{
	font-size: 13px;
	margin-top: 0px;
}


#scroll{
	bottom: 5%;
	left: 50%;
	margin-left: -8px;
}
	
	#scroll img{
		width: 15px;
	}


#azul{
	width: 84%;
	padding: 50px 8%;
}

#dark{
	width: 84%;
	padding: 50px 8%;
	text-align: center;
}


#trackMe{
	width: 100%;
}

p.yell{
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	margin-right: 0%;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
p.yell br{
	display: none;
}

img.trailer{
	margin-top: -20%;
	width: 80%;
	pointer-events: none;
}


footer{
	width: 90%;
	padding: 20px 5%;
	text-align: center;
}

#logos{
	width: 100%;
	text-align: center;
	float: right;
}
	
#logos img{
	height: 35px;
}

footer p{
	font-size: 12px;
	margin-top: 20px;
	float: none;
	margin-bottom: 20px;
}


h1{
	font-family: 'GothamBlack';
	font-size: 30px;
	line-height: 40px;
	color: #fed925;
}


p{
	font-size: 12px;
	line-height: 18px;
	color: #404142;
}


a{
	font-size: 12px;
	line-height: 18px;
}
	

/*–––––––––––––––––––––––––––––––––––––––––empresa––––––––––––––––––––––––––––––––––––––––*/


p.big{
	color: white;
	font-size: 14px;
	margin-bottom: 36px;
}

li.empresa{
	padding: 15px 25px;
	border-radius: 40px;
	margin:0  10px;
	margin-bottom: 15px;
}


h2{
	font-size: 30px;
	line-height: 40px;
}

#cTercio{
	width: 100%;
	margin-right: 0%;
}
	
#cTercio h2.borrar{
	display: none;
}
	
#dark.pad{
	width: 84%;
	padding: 70px 8% 70px 8%; 
	position: relative;
}

img.mapa{
	position: absolute;
	right: 0px;
	top: -25%;
	width:520px;
	display: none;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––empresa––––––––––––––––––––––––––––––––––––––––*/


img.Fser{
	margin-bottom: 40px;
	margin-top: 0px;
}

#azul.servicios{
	padding-bottom: 50px;
}

#clientes li{
	padding: 10px 20px;
	border-radius: 20px;
	margin: 0 1% 15px 0%;
	width: auto;
}
	

/*–––––––––––––––––––––––––––––––––––––––––media––––––––––––––––––––––––––––––––––––––––*/


#media{
	margin-top: 60px;
}

#media h2{
	font-size: 18px;
	line-height: 25px;
}

#media a.contacto{
	margin-left: 0;
}


#nota{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#nota img{
	margin: 30px 0;
}
	
	
	
#dark.det{
	width: 84%;
	padding: 50px 8%;
}
	
	
#dark.det img{
	width: 100%;
}
	
#dark.det p, #dark.der h1{
	text-align: left;
}
	

}


@media only screen and (min-width:768px) and (max-width:1023px){

nav{
	width: 96%;
	padding: 15px 2%;
	text-align: center;
}

nav ul{
	float: none;
	text-align: center;
}

nav ul li{
	display: inline-block;
	padding: 15px 6px;
}

nav ul li a{
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 0;
}

nav ul li a:hover{
	color: #fed925;
}

nav ul li a.active{
	color: #fed925;
}

nav ul li a#menuiphone{
		display: none;
	}


nav ul li ul{
	display: none;
	padding-top: 30px;
}

nav ul li ul li{
	padding:0 15px;
}

nav ul li ul li a{
	line-height: 40px;
}

	
a.contacto{
	background: #fed925;
	padding: 7px 7px;
	font-size: 12px;
	border-radius: 20px;
	margin-left: 10px;
	display: none;
}
	
a.mail{
	display: inline-block;
}
		

#redes{
	float: right;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
	
#redes img{
	margin-right: -5px;
	width: 23px;
}


header{
	width: 90%;
	padding: 20px 5%;
}
	
header img{
	width: 190px;
}


#frase{
	width: 100%;
	bottom: 25%;
}

#frase p{
	font-size: 18px;
	margin-top: 10px;
}


#scroll{
	bottom: 10%;
	left: 50%;
	margin-left: -13px;
}


#azul{
	width: 84%;
	padding: 70px 8%;
}

#dark{
	width: 84%;
	padding: 70px 8%;
}


#trackMe{
	width: 100%;
}

p.yell{
	text-align: right;
	font-size: 17px;
	line-height: 25px;
	margin-right: 0%;
	margin-top: -80px;
	float: none;
}

img.trailer{
	margin-top: -15%;
	width: 40%;
}


footer{
	width: 90%;
	padding: 20px 5%;
	text-align: center;
}

#logos{
	width: 100%;
	text-align: center;
	float: right;
}

footer p{
	font-size: 12px;
	margin-top: 20px;
	float: none;
	margin-bottom: 20px;
}


h1{
	font-family: 'GothamBlack';
	font-size: 45px;
	line-height: 55px;
	color: #fed925;
}


p{
	font-size: 13px;
	line-height: 19px;
	color: #404142;
}


a{
	font-size: 13px;
	line-height: 19px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––empresa––––––––––––––––––––––––––––––––––––––––*/


p.big{
	color: white;
	font-size: 16px;
	margin-bottom: 38px;
}

li.empresa{
	padding: 15px 25px;
	border-radius: 40px;
	margin:0  10px;
	margin-bottom: 15px;
}


h2{
	font-size: 30px;
	line-height: 40px;
}

#cTercio{
	width: 29%;
	margin-right: 4%;
}
	
#dark.pad{
	width: 72%;
	padding: 70px 20% 70px 8%; 
	position: relative;
}

img.mapa{
	position: absolute;
	right: 0px;
	top: -25%;
	width:520px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––empresa––––––––––––––––––––––––––––––––––––––––*/


img.Fser{
	margin-bottom: 50px;
	margin-top: -200px;
}

#azul.servicios{
	padding-bottom: 200px;
}

#clientes li{
	padding: 10px 20px;
	border-radius: 20px;
	margin: 0 1% 15px 0%;
	width: 23%;
}
	
/*–––––––––––––––––––––––––––––––––––––––––media––––––––––––––––––––––––––––––––––––––––*/


#media{
	margin-top: 60px;
}

#media h2{
	font-size: 14px;
	line-height: 22px;
}

#media a.contacto{
	margin-left: 0;
}


#nota{
	width: 46%;
	margin-right: 3%;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#nota img{
	margin: 30px 0;
}
	
#dark.det{
	width: 84%;
	padding: 50px 8%;
}
	
#dark.det img{
	width: 100%;
}
	

}


@media only screen and (min-width:1024px) and (max-width:1250px){

nav{
	width: 96%;
	padding: 15px 2%;
}

nav ul{
	float: left;
}

nav ul li{
	display: inline-block;
	padding: 15px 6px;
}

nav ul li a{
	font-size: 11px;
	line-height: 10px;
	letter-spacing: 0;
}

nav ul li a:hover{
	color: #fed925;
}

nav ul li a.active{
	color: #fed925;
}

nav ul li a#menuiphone{
		display: none;
	}


nav ul li ul{
	display: none;
	padding-top: 30px;
}

nav ul li ul li{
	padding:0 15px;
}

nav ul li ul li a{
	line-height: 50px;
}

	
a.contacto{
	background: #fed925;
	padding: 7px 7px;
	font-size: 11px;
	border-radius: 20px;
	margin-left: 5px;
}
		

#redes{
	float: right;
	margin-top: 10px;
}
	
#redes img{
	width: 20px;
}


header{
	width: 90%;
	padding: 20px 5%;
}


#frase{
	width: 100%;
	bottom: 25%;
}

#frase p{
	font-size: 18px;
	margin-top: 10px;
}


#scroll{
	bottom: 10%;
	left: 50%;
	margin-left: -13px;
}


#azul{
	width: 84%;
	padding: 70px 8%;
}

#dark{
	width: 84%;
	padding: 70px 8%;
}


#trackMe{
	width: 50%;
}

p.yell{
	text-align: right;
	font-size: 20px;
	line-height: 28px;
	margin-right: 5%;
	float: none;
}

img.trailer{
	margin-top: -30%;
	width: 50%;
}


footer{
	width: 90%;
	padding: 40px 5%;
}

#logos{
	float: right;
}

footer p{
	font-size: 12px;
	margin-top: 20px;
}


h1{
	font-family: 'GothamBlack';
	font-size: 50px;
	line-height: 65px;
	color: #fed925;
}


p{
	font-size: 14px;
	line-height: 20px;
	color: #404142;
}


a{
	font-size: 14px;
	line-height: 20px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––empresa––––––––––––––––––––––––––––––––––––––––*/


p.big{
	color: white;
	font-size: 18px;
	margin-bottom: 40px;
}

li.empresa{
	padding: 20px 25px;
	border-radius: 40px;
	margin:0  10px;
}


h2{
	font-size: 35px;
	line-height: 45px;
}

#cTercio{
	width: 29%;
	margin-right: 4%;
}
	
	

#dark.pad{
	width: 72%;
	padding: 70px 20% 70px 8%; 
	position: relative;
}

img.mapa{
	position: absolute;
	right: 0px;
	top: -28%;
	width:570px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––empresa––––––––––––––––––––––––––––––––––––––––*/


img.Fser{
	margin-bottom: 50px;
	margin-top: -300px;
}

#azul.servicios{
	padding-bottom: 300px;
}

#clientes li{
	padding: 10px 20px;
	border-radius: 20px;
	margin: 0 1% 15px 0%;
	width: 18%;
}
	
	
	
/*–––––––––––––––––––––––––––––––––––––––––media––––––––––––––––––––––––––––––––––––––––*/


#media{
	margin-top: 60px;
}

#media h2{
	font-size: 12px;
	line-height: 16px;
}

#media a.contacto{
	margin-left: 0;
}


#nota{
	width: 46%;
	margin-right: 3%;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#nota img{
	margin: 30px 0;
}


}



@font-face {
    font-family: 'GothamBlack';
    src: url('fonts/GothamBlack.eot');
    src: url('fonts/GothamBlack.eot') format('embedded-opentype'),
         url('fonts/GothamBlack.woff2') format('woff2'),
         url('fonts/GothamBlack.woff') format('woff'),
         url('fonts/GothamBlack.ttf') format('truetype'),
         url('fonts/GothamBlack.svg#GothamBlack') format('svg');
 font-style:normal;
 font-variant:normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.eot');
    src: url('fonts/GothamBook.eot') format('embedded-opentype'),
         url('fonts/GothamBook.woff2') format('woff2'),
         url('fonts/GothamBook.woff') format('woff'),
         url('fonts/GothamBook.ttf') format('truetype'),
         url('fonts/GothamBook.svg#GothamBook') format('svg');
	font-style:normal;
 font-variant:normal;
}



