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;
}
.clear{
	clear: both;
}
.caja{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #707070;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: flex;
}
.intro{
	display: block;
	width: 100%;
}
p{
	margin-bottom: 1em;
}
.flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 2em 0 1em 0;
}
.col3 .col{
	width: 33.333333333333333333333333333333333333333%;
}
.col4 .col{
	width: 25%;
}
.iconP{
	display: block;
	height: 100px;
	padding: .5em;
	margin: 0 auto 1em auto;
}
.iconCh{
	display: block;
	height: 110px;
	padding: 1em;
	margin: 0 auto 1em auto;
}
span{
	font-weight: 700;
}
span.verde{
	color: #16C5D8
}
span.azul{
	color: #11B6DD
}

aside{
	width: 15%;
	min-width: 200px;
	height: 100vh;
	position: fixed;
	background: #FFF;
	box-shadow: 1px 0px 3px 1px #aaaaaa;
}
.espacioAside{
	width: 15%;
	min-width: 200px;
	height: 100vh;
}
#content{
	width: 85%;
}
/*MENU ASIDE*/
#flexMenu{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#logoAside{
	display: block;
	width: 80%;
	margin: 1em auto 3em auto;
}
nav ul li{
	padding: .5em 0;
}
nav ul li a{
	display: block;
	width: 100%;
	padding-left: 1em;
	color: #707070;
	font-weight: 700;
	font-size: 1.2em;
}
nav ul li a > *{
	display: inline-block;
	vertical-align: middle;
}
.icon{
	width: 40px;
	text-align: center;
}
.icon img{
	position: relative;
	width: 30px;
	height: 35px;
	transition: all .3s ease-out;
}
nav ul li a:hover .icon img{
	transform: scale(1.2)
}
#correo{
	background: #535353;
	text-align: center;
	color: #FFF;
	padding: 1em 0;
}
#correo a{
	width: 40px;
	display: block;
	margin:auto;
}
#derechos{
	background: #28C5D6;
	color: #FFF;
	font-size: .9em;
	padding: .5em 0;
}

.footerNav{
	font-size: 12px;
	text-align: center;
}
.avisoBtn{
	display: block;
	color: #000;
}
/*HOME*/
#home{
	padding: 3em 0;
}

/*SERVICIOS*/
#servicios{
	padding-top: 3em;
}
.flex.servicios{
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	margin: 2em 0 0 0;
}
#alimentos{
	width: 100%;
	min-height: 244px;
	background: url(img/alimentos.png) 50% 50%;
	background-size: cover;
	cursor: pointer;
}
#hospedaje{
	width: 100%;
	min-height: 244px;
	background: url(img/hospedaje.png) 50% 50%;
	background-size: cover;
	cursor: pointer;
}
#gruas{
	width: 100%;
	min-height: 244px;
	background: url(img/gruas.png) 50% 50%;
	background-size: cover;
	cursor: pointer;
}
#alimentos:hover{
	background: url(img/alimentosL.png) 50% 50%, url(img/alimentos.png) 50% 50% ;
	background-size: cover;
}
#hospedaje:hover{
	background: url(img/hospedajeL.png) 50% 50%, url(img/hospedaje.png) 50% 50% ;
	background-size: cover;
}
#gruas:hover{
	background: url(img/gruasL.png) 50% 50%, url(img/gruas.png) 50% 50% ;
	background-size: cover;
}
#alimentos.active{
	background: url(img/alimentosL.png) 50% 50%, url(img/alimentos.png) 50% 50% ;
	background-size: cover;
}
#hospedaje.active{
	background: url(img/hospedajeL.png) 50% 50%, url(img/hospedaje.png) 50% 50% ;
	background-size: cover;
}
#gruas.active{
	background: url(img/gruasL.png) 50% 50%, url(img/gruas.png) 50% 50% ;
	background-size: cover;
}
.tabcontent{
	display: none;
	padding: 2em 0;
	background: url('img/constelacion.png');
}
.columnas{
	column-count: 2;
}
.estrellas{
	width: 250px;
	margin: 2em 0;
}
#gruasC .col{
	padding: 0 .4em;
}
.tituloTabs{
	display: none;
	text-align: center;
	margin-bottom: 1em;
	color: #11B6DD;
	font-size: 2em;
}
/*footer*/
footer{
	background: #535353;
	text-align: center;
	color: #FFF;
	padding: 1em 0;
}
footer p{
	font-size: .9em;
	margin-bottom: .2em;
}
footer span{
	font-size: 1.2em;	
}
/*COBERTURA*/
#cobertura{
	padding: 3em 0;
}
/*CALIDAD*/
#calidad{
	padding: 3em 0;
}
#calidad h3{
	margin-bottom: 2em;
}
.val{
	display: flex;
	padding: 3em;
	align-items: center;
	border-bottom: 1px solid #707070;
}
.val:last-child{
	border-bottom: none
}
.imgVal{
	width: 30%; 
	text-align: left;
}
.textoVal{
	width: 70%; 
	text-align: left;
}
.textoVal h4{
	color: #16C5D8;
	margin-bottom: 1em;
	font-size: 1.2em;
}
/*MENU RESPONSIVO*/
#hamburguerBack{
	display: none;
}
.menuShow{
	left: 0;
}
/* hamburger */
#hamburguerBack{
	width: 50px;
	height: 50px;
	background: #FFFF;
	position: fixed;
	left: 88%;
	top: 20px;
	border-radius: 25px;
	box-shadow: 2px 2px 2px #aaaaaa;
}
#hamburger {
	display: block;
	width: 35px;
	height: 30px;
	position: relative;
	top:55%;
	left: 50%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translate(-50%,-50%);
	-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:  #11B6DD;
	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;
}
#hamburger.open{
	margin-left: -3px;
}

/*AVISO DE PRIVACIDAD*/
.aviso{
	width: 80%;
	margin:auto;
	padding: 2em 0;
}
.aviso h2{
	color: #16C5D8;
	margin-bottom: 1em;
	text-align: center;
}
.aviso p{
	margin-bottom: 1em;
}
/*QUERY*/
@media screen and (max-width: 1200px){
	footer{
		//background: red;
	}

}

@media screen and (max-width: 1024px){
	footer{
		//background: green;
	}
	.val{
		flex-wrap: wrap;
	}
	.imgVal{
		width: 100%; 
		text-align: center;
	}
	.textoVal{
		width: 100%; 
		text-align: center;
	}

}

@media screen and (max-width: 768px){
	footer{
		//background: blue;
	}
	.caja{
		width: 90%;
	}
	.flex{
		flex-wrap: wrap;
	}
	aside{
		left: -200px;
		-ms-transition: all .3s ease-out;
    	-moz-transition: all .3s ease-out;
    	-webkit-transition: all .3s ease-out;
    	transition: all .3s ease-out;
	}
	.espacioAside{
		display: none;
	}
	#content{
		width: 100%;
	}
	.col3 .col{
		width: 100%;
	}
	.col4 .col{
		width: 50%;
	}
	.tabBtn{
		display: none;
	}
	.tabcontent{
		display: block !important;
	}
	.columnas{
		column-count: 1;
	}
	.tituloTabs{
		display: block;
	}
	.estrellas{
		display: none;
	}
	#hamburguerBack{
		display: block;
	}
	#correo, #derechos{
		display: none;
	}
}

@media screen and (max-width: 600px){
	footer{
		//background: cyan;
	}
}


@media screen and (max-width: 480px){
	footer{
		//background: magenta;
	}
	.col4 .col{
		width: 100%;
	}
	#hamburguerBack{
		left: 80%;
	}
	
}

@media screen and (max-width: 320px){
	footer{
		//background: yellow;
	}
}

