html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent;border: 0;margin: 0;padding: 0;vertical-align: baseline} a{text-decoration:none}

/*GENERALES*/
*, *:after ,*:before{
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.animado, a{
	-ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: omnes_regularregular;
	font-size: 16px;
}
#wrapper{
	background: #000;
	padding-left: 5%;
}
section, header{
	background: #FFF;
}
.clear{
	clear: both;
}
.caja{
	width: 90%;
	margin: auto
}
.flex{
	display: flex;
}
.col2{
	width: 50%;
}
span{
	font-weight: bold;
}
p{
	margin-bottom: 1em;
}
.title{
	font-size: 2.2em;
	margin-bottom: .5em;
}
.naranja{
	color: #e66113;
}
header{
	border-bottom: 6px solid #1b4278;
	position: fixed;
	width: 95%;
	height: 75px;
	z-index: 9999;
}
.espacio{
	width: 100%;
	height: 75px;
}
header .caja{
	justify-content: space-between;
}
.menuContacto{
	align-items: center;
}
nav ul li{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1em !important;
	margin-right: 1em;
	position: relative;
	transition: all .1s ease-out;
}
nav ul li a{
	text-transform: uppercase;
	color: black;
}
nav ul li:hover{
	border-top: 4px solid #1b4278;
}
.telefonoHead{
	background: #1b4278;
	justify-content: center;
	padding: .2em 0;
	color: #FFF;
}
.telefonoHead, .contacHead{
	align-items: center;
}
.telefonoHead p, .contacHead p{
	margin: 0;
}
.icon{
	width: 15px;
	height: 15px;
	margin-right: .5em;
}
.contacHead .icon{
	width: 21px;
	height: 16px;
}
.contacHead{
	font-size: .9em;
}
#hamburger{
	display: none;
}
.menuShow{
	left: 0;
}
/*INTRO*/
#intro{
	min-height: 90vh;
	background: url(../img/busesIntro_03.png)50% 50%;
	background-size: cover;
}
#statement{
	width: 30%;
	font-size: 1.5em;
	color: #FFF;
	font-weight: bold;
	position: relative;
	left: 10%;
	top: 50vh;
	transform:translate(0,-50%) 
}
/*EMPRESA*/
#empresa{
	padding: 2em 0;
}
#empresa .flex{
	align-items: center;
}
#empresa .col2 img{
	width: 80%;
	display: block;
	margin: auto;
}
#empresa h2{
	line-height: 1em;
	font-size: 1.9em;
}
.borderIzquierdo{
	margin-bottom: .5em;
	padding-left: .2em;
	border-left: 50px solid #e66113;
}
/*numeralia*/
#numeralia{
	background: #1b4278;
	padding: 2em 0;
}
.col5{
	width: 20%;
	display: flex;
	align-items: center;
	border-right: 1px solid #FFF;
	text-align: center;
}
.col5:last-child{
	border: none;
}
.col5 img{
	display: inline-block;
	margin: auto;
}
/*SERVICIOS*/
#servicios{
	padding: 2em 0;
	text-align: center;
}
#servicios p{
	width: 60%;
	margin: auto;
}
.botonera img{
	display: block;
}
.botonera{
	padding: 2em 0;
	justify-content: space-around;
}
.botonera a{
	display: block;
	text-align: center;
	background: #000;
	padding: 1em 0;
	color: #FFF;
}
.botonera a:hover{
	background: #e66113;
}
/*EXPERIENCIA*/
#experiencia{
	padding: 2em 0;
	text-align: center;
}
#experiencia p{
	width: 60%;
	margin: auto;
}
#experiencia .naranja{
	display: block;
}
#experiencia .flex{
	padding: 2em 0;
	text-align: center;
}
#experiencia .col5{
	display: block;
}
#experiencia .col5 h4{
	font-family: 'omnessemibold';
}
#experiencia .col5 img{
	position: relative;
}
/*CONTACTO*/
#contacto{
	background: #000;
	padding: 2em 0;
	padding-left: 5%;
	text-align: center;
	color: #FFF;
	font-size: 1.5em;
}
#contacto a{
	padding: .5em .8em;
	background: #e66113;
	color: #FFF;
	margin: .3em;
	display: inline-block;
}
/*EXPERIENCIA*/
footer{
	
	text-align: center;
	padding: .5em 0;
	padding-left: 5%;
}
footer > .flex{
	justify-content: space-between;
	align-items: center;
}
footer .flex div{
	align-items: center;
}
.iconFooter{
	display: block;
	margin-top: -12px;
	margin-right: 5px;
}
.telFooter{
	width: 16px;
}
.linkCorreo{
	color: #000;
}
.avisoBtn{
	color: #000;
}
.aviso{
	width: 100%;
	p
	margin:auto;
	padding: 2em 10%;
}
.aviso h2{
	color: #16C5D8;
	margin-bottom: 1em;
	text-align: center;
}
.aviso p{
	margin-bottom: 1em;
}
/*SERVICIOS INTERNA*/
.intro{
	display: block;
	width: 100%;
}
#serviciosInt .caja{
	padding: 2em 0;
}
#serviciosInt ul{
	margin-left: 1em;
}
#serviciosInt .flex{
	align-items: center;
	justify-content: center;
	padding: 2em 0;
}
#serviciosInt .col2{
	width: 50%;
	position: relative;
}
#serviciosInt .col2 img{
	display: block;
	margin: auto;
}
.centerCont{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*Experiencia INT*/
#experienciaInt > .caja{
	padding: 2em 0;
}
#experienciaInt .col2 img{
	display: block;
	margin: auto;
}
.gris{
	background: #e3e3e3;
	padding: 1em 0;
	text-align: center;
}
.gris p{
	margin: 0;
}
#carrusel{
	padding: 2em 0 0 0;
	position: relative;
}
.owl-carousel div{
	text-align: center !important;
}
.owl-carousel div p{
	width: 60%;
	margin: auto;
}
.owl-carousel div h2{
	margin-bottom: 1em;
}
.owl-next, .owl-prev{
	position: absolute
}
.owl-prev{
	font-size: 4em !important;
	top: 15%;
	left: 0;
}
.owl-next{
	font-size: 4em !important;
	top: 15%;
	left: 95%;
}
.iconCarrusel{
	display: block;
	width: 50px !important;
	margin:auto;
}
.iconCarruselB{
	display: block;
	width: 80px !important;
	margin:auto;
}
.iconCarruselA{
	display: block;
	width: 100px !important;
	margin:auto;
}
/*BOTONERA*/
.plecaBtn{
	background: #1b4278;
}
.plecaBtn .col5{
	border: 0;
	text-align: center !important;
	padding: 1em 0;
	justify-content: center;
}
.plecaBtn .col5 img{
	display: block;
	height: 40px;
	margin: auto;
}
.plecaBtn .col5 a{
	color: #8ca0bb
}
/*QUERY*/
@media screen and (max-width: 1200px){
	header{
		/* //background: red; */
	}

}

@media screen and (max-width: 1024px){
	header{
		/* //background: green; */
	}
	#wrapper{
		padding-left: 0%;
	}
	header{
		width: 100%;
	}
	.bus{
		max-width: 100%;
	}
	.botonera img{
		max-width: 100%;
	}

}

@media screen and (max-width: 768px){
	header{
		/* //background: blue; */
		overflow: hidden;
	}
	.botonera{
		flex-flow: wrap;
	}
	.botonera div:first-child{
		margin-bottom: 3em;
	}
	#numeralia .flex, #experiencia .flex, footer > .flex, .flex, #serviciosInt .flex {
		flex-flow: wrap;
	}
	.col5{
		width: 33.33333333%;
		margin-bottom: 1em;
		border: none;
	}
	.flex > .col2{
		width: 100%;
	}
	#statement{
		width: 80% 
	}
	#serviciosInt .flex .col2{
		width: 100%;
	}
	#serviciosInt .flex .col2 img{
		width: 100%;
	}
	.centerCont{
		position: static;
		transform: none;
	}
	.particularesAcomodo{
		order: 1 !important;
	}
	.particularesAcomodoB{
		order: 2 !important;
	}
	.fotoR{
		margin-bottom: 2em !important;
	}
	.experienciaImgInterna{
		width: 100%;
	}
	.plecaBtn{
		display: none;
	}
}

@media screen and (max-width: 600px){
	header{
		/* //background: cyan; */
	}
	.col5{
		width: 50%;
		margin-bottom: 3em;
	}
	.col5:last-child{
		margin-bottom: 0;
	}
	footer > .flex > div{
		width: 100%;
		text-align: center;
	}
	footer > .flex > .flex{
		display: none;
	}
	nav{
		display: block;
		-ms-transition: all .3s ease-out;
    	-moz-transition: all .3s ease-out;
    	-webkit-transition: all .3s ease-out;
    	transition: all .3s ease-out;
		padding: 0;
		margin: 0;
		background: #32394b;
		width: 200px;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: -300px;
		z-index: 9999 !important;
	}
	nav ul{
		padding: 0;
		margin: 0;
	}
	nav ul li{
		width: 100%;
		display: block ;
		
	}
	nav ul li a{
		width: 100%;
		display: block ;
		padding: 20px 10px;
		border-bottom: solid 2px #000;
		border-top: solid 1px #4a5572;
		list-style: none;
		text-align: left;
		color:#ccc;
		font-size: 1.2em;
		text-decoration: none;
		height: auto;
	}
	nav ul li:hover{
		background: #597781;
	}
	nav ul li a:hover{
		background: none;
	}
	nav ul li:hover{
		border-top: none;
	}
	#contactoHead{
		display: none;
	}
	/* hamburger */
	#hamburger {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		top:20px;
		left: 86%;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		z-index: 9999;
	}
	#hamburger span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #242d5d;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#hamburger span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#hamburger span:nth-child(2) {
		top: 11px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#hamburger span:nth-child(3) {
		top: 22px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#hamburger.open span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: -3px;
		left: 9px;
	}

	#hamburger.open span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}

	#hamburger.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 22px;
		left: 8px;
	}

}


@media screen and (max-width: 480px){
	header{
		/* //background: magenta; */
	}
	.col5{
		width: 100%;
		
	}
}

@media screen and (max-width: 320px){
	header{
		/* //background: yellow; */
	}
}
/*FUENTES*/
@font-face {
    font-family: 'omnes_regularregular';
    src: url('../fonts/omnes-regular-webfont.eot');
    src: url('../fonts/omnes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/omnes-regular-webfont.woff') format('woff'),
         url('../fonts/omnes-regular-webfont.ttf') format('truetype'),
         url('../fonts/omnes-regular-webfont.svg#omnes_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'omnessemibold';
    src: url('../fonts/omnes-semibold-webfont.eot');
    src: url('../fonts/omnes-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/omnes-semibold-webfont.woff') format('woff'),
         url('../fonts/omnes-semibold-webfont.ttf') format('truetype'),
         url('../fonts/omnes-semibold-webfont.svg#omnessemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
