@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,700');
* {
	padding: 0;
	margin: 0;
}
body{
	background-color: #FFF;
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h6{
	font-size: 1.1em;
}
a {
	text-decoration: none;
	color: #17D4FF;
}
section {
	position: relative;
}
.medida {
	width: 80%;
	margin: 0 auto;
	display: table;
	position: relative;
}
#principal {
	position: absolute;
	top: 27px;
	width: 100%;
	z-index: 99999;
}
#principal .medida {
	border-bottom: thin solid #FFF;
	padding-bottom: 17px;
}
#nav {
	float: right;
}
#nav ul {
	list-style: none;
	text-align: center;
}
#nav ul li {
	float: left;
	margin: 1px;
	display: inline-block;
}
#nav ul li a {
	/*color: #FFF;*/
	display: block;
	padding: 7px 17px;
}
#nav ul li:nth-last-child(1) a {
	/*color: #0E1F54;
	background-color: #FFF;
	padding: 7px 27px;*/
}
#contenedor {
	position: absolute;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	top: -27px;
}
#superior{
	color: white;
	background-color: #d4d4d4;
	z-index: 1;
}
#superior p{
	color: #17d4ff;
}


#contenedor-cont{
	position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}


/*slider*/
#bajar{
	background-image: url(../images/down.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto;
	display: block;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -60px;
	position: absolute;
	top: 100%;
	width: 40px;
	z-index: 5;
}

#bajar{
  animation: animationFrames ease 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
}

a {
    text-decoration: none;
    color: #65CB36;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(-1px,-70px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(-1px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(-1px,-70px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(-1px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(-1px,-70px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(-1px,0px)  ;
  }
}

#carga {
	position: absolute;
	z-index: 999;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
}

#play-video{
	background-color: #000000;
	background-image: url(../images/slider/fondo-video.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.img-responsive{
	display: none !important;
}

#sliderP {
	position: relative;
	z-index: 2;
	width: 100%;
	display: table;
}
#medidaSliderP {
	position: absolute;
	height: 70%;
	width: 100%;
	background-color: #FFF;
	border-bottom: 17px solid #FFF;
}

.img-full{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

#medidaSliderP p{
	color: #17d4ff;
}

#medidaSliderP h1, h6{
	color: #fff;
}

.textoC{
	text-align : justify;
	padding: 15px 0px;
}

.border-top-black{
	border-top: 3px solid #000000;
	padding-top: 10px;
}

.blanca{
	background-color: #ffffff;
}

.seccion{
	display: block;
	overflow: auto;
	position: relative;
	width: 100%;
	z-index: 4;
}

.grid{
	display: block;
	margin: 0px auto;
	max-width: 1400px;
	overflow: auto;
	padding: 60px 0px;
	width: 95%;
}

#we-are-wireless {
	background-image: url(../images/w.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50% auto;
	bottom: 0;
	left: 0;
	display: block;
	opacity: .4;
	height: 88px;
	position: absolute;
	width: 7.5%;
	max-width: 88px;
	z-index: 4;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#we-are-wireless:hover{
	opacity: 1;
}
.columna-6{
	display: block;
	float: left;
	width: 60%;
}

.columna-7{
	display: block;
	float: left;
	width: 70%;
}

.padding-47{
	padding: 47px;
}

.tituloG{
    text-align: justify;
    font-size: 4em;
    line-height: 1.2em;
    margin: 0px;
}


.botonblue{
	background-color: #17d4ff;
	padding: 10px;
	color: #FFF;
	margin-top: -44px;
	display: block;
	width: 40%;
	text-align: center;
}
#sala{
	color: white;
	z-index: 2;
}
.col60{
	color: #0E1F54;
	width: 60%;
	float: left;
}
.col60 p{
	color: #17d4ff;
	/*text-align: center;*/

}
.col60 h5{
	
}
.col40{
	width: 40%;
	float: left;
}
.col40 p{
}
.columna-4{
	display: block;
	float: left;
	width: 40%;
}
.columna-3{
	display: block;
	float: left;
	width: 30%;
}
.contenidoSlide {
	position: absolute;
	width: 100%;
	bottom: 40%;
}
.contenidoSlide h6 {
	font-weight: 300;
}
.padding47 {
	padding: 47px;
}
.azulfoto {
	background-color: #0F1F54;
	background-size: cover;
	background-position: center right;
	background-image: url(../images/fondo-azul-donde-estamos.jpg);
}
/*.superslides li {
	position:  absolute;
	height: 100%;
	width: 100%;
}
.superslides li img {
	min-height: 100%;
	width: auto;
}*/
.lineaazul {
	display: block;
	position: relative;
}
.lineaazul::before {
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	background-color: #17D4FF;
	position: absolute;
	left: -95%;
	top: 14px;
}
#videito {
	width: 95%;
	height: auto;
	min-height: 170px;
	margin-top: 17px;
	margin-bottom: 17px;
	background-color: #242424;
	clear: both;
}
#contenedor2slide {
	position: absolute;
	height: 100%;
	width: 90%;
	background-color: #242424;
}
#compresor {
	margin-top: -77px;
	    z-index: 3;
}
#fondito-compresor {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	background-image: url(../images/fondo-compresor.jpg);
	height: 40%;
}
.mensajeAzul {
	background-color: #0E1F54;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	height: 40%;
}
.padding5p {
	padding: 5%;
}
#noticias{
	background-color: #0e1f54;
	color: white;
	padding: 70px 0;
	display: table;
    width: 100%;

}

.t_center{
	display: block;
	text-align: center;
}
.t_blanco{
	color: #ffffff;
}
.t_verde{
	color: #65CB36;
}
.t_2_em{
	font-size: 2em;
}
.t_bold{
	font-weight: 900;
}

.boton{
	border: solid 1px transparent;
	display: block;
	line-height: 50px;
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0 17px;
	width: 240px;
}

.data {
	font-style: italic;
}

.boton.b-blanco{
	border-color: #ffffff;
	color: #ffffff;
}

.boton.b-blanco:hover{
	background-color: #ffffff;
	color: #111111;
}

/*ESTILOS FOOTER*/

#spacer {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: transparent;
	z-index: 1;
}

#pie {
	bottom: 0;
	color: #FFF;
	height: auto;
	position: fixed;
	width: 100%;
	z-index: 1;
}

.medida-footer{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,0.8);
	display: block;
	float: left;
	padding: 80px 10%;
	width: 80%;
}

.columna70 {
	width: 70%;
	float: left;
}

.columna30 {
	width: 30%;
	float: left;
}

.columna30 img {
	width: 100%;
	height: auto;
}

.box-bottom{
	-webkit-box-shadow: 0px 14px 51px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 14px 51px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 14px 51px 0px rgba(0,0,0,0.75);
}


.data {
	background-color: #000000;
	color: #ffffff;
	display: block;
	float: left;
	font-style: italic;
	padding: 40px 7.5%;
	position: relative;
	text-align: center;
	width: 85%;
	z-index: 4;
	font-size: 13px;
	text-transform: uppercase;
}


.col55izq {
	width: 75%;
	float: right;
}
.fotonoticia{
	float: right;
	width: 60%;
	
}

.cuerponoticia {
	width: 40%;
	float: left;
}
.lineacompleta {
position: absolute;
height: 1px;
background-color: #17d4ff;
width: 32%;
left: 0;
top: 26%;	
}

.col40hielo{
float: right;
width: 40%;
}
.col40hielo .lineacompleta{
float: right;
width: 65%;
top: 29%

}
#maquinas{
padding-top: 70px;
    background-size: 70%;
    background-image:url(../images/hielos.jpg);
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    background-position: bottom left;	
}
#blue {
	width: 82%;
	background-color: #17d4ff;
	color:white;
	padding: 80px 0;
	text-align: left;
}
#blue a{
	color: black;
}
#contenedor3slider {
	width: 60%;
}

@media only screen and (max-width: 767px){
	.grid{
		padding: 20px 0px;
	}
	.grid .columna-4 h4{
		margin-left: 5%;
		width: 90%;
	}
	.columna-4, .columna-6{
		width: 100%;
	}
	.padding-47{
		padding: 24px 5%;
	}
	.columna-4, .columna-6{
		width: 100%;
	}
	.columna-4.previo{
		background-size: cover !important;
	}

	.grid .columna-4 h4{
		margin-left: 5%;
		width: 90%;
	}
	.tituloG{
		font-size: 2em;
	}

	#pie{
		position: relative
	}

	.columna30 .padding, .columna70 .padding {
		font-size: .8em;
	    padding: 47px 5%;
	}

	.columna30 .padding{
	    padding: 47px 5% 0px;
	}

	.medida .padding {
		padding: 24px 5%;
	}

	footer .data {
	    padding: 30px 5% !important;
	}

	footer .padding {
	    padding: 20px 5%;
	}

	.data{
		display: inline-block;
		float: none;
		padding: 30px 5% !important;
	}

	#we-are-wireless{
		display: none;
	}
}

@media only screen and (min-width: 768px)  and (max-width: 1024px){

	#play-video{
		display: block;
	}


	.tituloG {
	    font-size: 3em;
	}

	.previo{
		height: 420px;
	}

	.seccionFull{
		height: 768px;
	}

	.columna30 .padding{
		padding: 47px 5%;
	}
}

@media only screen and (min-width: 768px)  and (max-width: 1024px) and (orientation:portrait){

	.tituloG {
	    font-size: 2em;
	}
}