*{
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	 font-family: "Poppins", sans-serif;
   
}
@media only screen and (min-width: 1024px){
	html{
		overflow: visible !important;
	}
}
h1, h2, h3, h4, h5, h6{
	 font-family: "Poppins", sans-serif;
	margin: 0px;
}
p{
	font-weight: normal;
	color: #444;
	font-size: 1rem;
}
a, a:hover, a:focus{
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
header{
	position: fixed;
	padding-top: 50px;
	width: 100%;
	z-index: 9;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
header.sticky {
	padding-top: 0;
	background-color: rgba(255,255,255,.95);
}
.logo{
	max-width: 250px;
	width: 100%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
header.sticky  .logo{
	max-width: 150px;
	padding: 15px 0;
}
.logo img{
	width: 100%;
}
.menu-principal{
	list-style-type: none;
	margin: 10px 0 0;
}
@media only screen and (min-width: 992px){
	.menu-principal{
		text-align: right;
	}
}
@media only screen and (max-width: 991px){
	nav{
		display: block;
	    position: fixed;
	    opacity: 0;
	    visibility: hidden;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    -webkit-transform: scale(2);
	    transform: scale(2);
	    background-color: rgba(13,177,227,.9);
	    z-index: 9999;
	    -webkit-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	.menu-principal{
		position: absolute;
		text-align: center;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	    /* The main point: */
	    overflow-y: auto;
	}
}
.menu-principal li{
	display: block;
	text-transform: uppercase;
	letter-spacing: -1px;
}
@media only screen and (min-width: 992px){
	.menu-principal li:last-child{
		display: none;
	}	
}
.menu-principal li:last-child{
	margin-top: 50px;
}
.menu-principal li:last-child label{
	border: 1px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	line-height: 48px;
}
.menu-principal li:last-child label i{
	color: white;
}
@media only screen and (min-width: 1024px){
	.menu-principal li{
		margin-left: 20px;
		display: inline-block;
	}
}
@media only screen and (min-width: 1200px){
	.menu-principal li{
		margin-left: 30px;
	}
}
.menu-principal li:first-child{
	margin-left: 0;
}
.menu-principal li a{
 font-family: "Poppins", sans-serif;
	color: #666;
}
@media only screen and (max-width: 991px){
	.menu-principal li{
		margin: 20px 0;
	}
	.menu-principal li a{
		color: #fff
	}
}
@media only screen and (max-width: 1024px){
	.menu-principal li a{
		font-size: 14px;
	}
}
@media only screen and (min-width: 1025px){
	.menu-principal li a{
		font-size: 15px;
	}
}
@media only screen and (min-width: 992px){
	.menu-principal li a:hover{
		color: #0db1e3;
	}
}
.activo{
	color: #0db1e3 !important;
}
#toogle-menu{
	display: none;
}
.btn-menu-mobile{
	float: right;
	font-size: 2rem;
}
@media only screen and (min-width: 992px){
	.btn-menu-mobile{
		display: none;
	}
}
.social-icon-menu{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	border-top: 1px dotted rgba(255,255,255,.45);
	padding: 10px 0;
}
@media only screen and (min-width: 992px){
	.social-icon-menu{
		display: none;
	}
}
@media only screen and (orientation: landscape){
	nav{
		overflow: auto;
	}
	.menu-principal{
		position: initial;
		top: 0px;
		left: 0px;
		transform: none;
	}
	.social-icon-menu{
		position: relative;
		bottom: inherit;
		left: inherit;
	}
}
.social-icon-menu a{
	margin: 0px 30px;
	color: white;
}
.animacion-nube{
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.animacion-nube:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80%;
	background: url(../images/nubes-slide.png) no-repeat center center;
	background-size: cover;
	z-index: 3;
}
.contenido-animacion{
	/*position: absolute;
	bottom: 200px;
	left: 50%;*/
	margin: 50px 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -1px;
	/*-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;*/
}/*
@media only screen and (max-width: 991px) and (orientation: landscape){
	.contenido-animacion{
		bottom: inherit;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}*/
.contenido-animacion h3{
	font-weight: bold;
	color: #333;
	font-size: 2rem;
}
.contenido-animacion h2{
	font-weight: lighter;
	/*background-color: #0db1e3;*/
	padding: 0px 50px;
	color: #0db1e3;
}
@media only screen and (max-width: 767px){
	.contenido-animacion h3, .contenido-animacion h2{
		font-size: 1.2rem;
	}
}
.button-down {
  position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #0db1e3;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -40px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.contenedor-gris{
	padding: 80px 0;
	background-color: #f3f3f3;
}
.contenedor-celeste{
	padding: 80px 0;
	background-color: #eafaff;
}
.encabezado01{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: lighter;
	color: #666;
}
@media only screen and (max-width: 991px){
	.encabezado01{
		font-size: 1.2rem;
	}
}
.encabezado01 span{
	color: #333;
}
.encabezado02{
	letter-spacing: -1px;
	font-weight: lighter;
	color: #0db1e3;
	margin: 30px 0;
}
.owl-carousel .owl-item.center{
	border-top: 1px solid #0db1e3;
}
.owl-carousel .owl-item.center img{
	opacity: 1;
}
.linea01{
	border-top: 1px dotted #999;
}
.seccion-video{
	font-family: 'Raleway', sans-serif;
	background: url(../images/bg-parallax.jpg) no-repeat bottom center;
	background-size: cover;
	min-height: 550px;
	position: relative;
	color: white;
}

.seccion-video iframe{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-bwekit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	pointer-events: none;
}
@media only screen and (min-width: 992px){
	.seccion-video{
		background-size: cover;
		min-height: 500px;
	}
}
@media only screen and (max-width: 991px){
	.seccion-video h1{
		font-size: 1.8rem;
	}
}
footer .enlaces-pie{
	text-align: center;
	margin: 30px 0 20px;
}
footer .enlaces-pie a{
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	font-size: .9rem;
	color: #999;
	margin: 0 30px;
}
@media only screen and (min-width: 1200px){
	footer .enlaces-pie a{
		margin: 0 25px;
	}
}
@media only screen and (max-width: 922px){
	footer .enlaces-pie a{
		display: block;
		margin: 10px 0;
	}
}
footer h5{
	font-family: 'Raleway', sans-serif;
	font-size: .9rem;
	color: #333;
	margin: 20px 0 30px;
}
.top-footer{
	padding: 40px 0 0;
}
.hide{
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	transform: none;
}
.notScroll{
	overflow-y: hidden;
}
.contenedor-encabezados{
	padding-top: 220px;
	padding-bottom: 60px;
	background: url(../images/bg-cielo.jpg) no-repeat top center #fff;
	background-size: cover;
}
.contenedor-encabezados h2{
	font-weight: lighter;
	color: #666;
	text-transform: uppercase;
	margin-left: 20px;
	margin-bottom: 0px;
}
.contenedor-encabezados h3{
	font-weight: bold;
	color: #006583;
	padding: 5px 20px;
	display: inline-block;
}
.headerInterna{
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.headerInterna.sticky{
	padding-bottom: 0;
}
.secciones-bg{
	/*padding: 100px 0;*/
	min-height: 300px;
	background-color: #006583;
	position: relative;
	overflow: hidden;
}
/*.secciones-bg:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,101,131,.85);
}
@media only screen and (min-width: 768px){
	.secciones-bg:before{
		top: 0px;
		left: inherit;
		right: -100px;
		width: 65%;
		-webkit-transform: skew(35deg);
		-moz-transform: skew(35deg);
		-ms-transform: skew(35deg);
		transform: skew(35deg);
	}
}
@media only screen and (min-width: 1200px){
	.secciones-bg:before{
		width: 60%;
	}
}*/
.secciones-bg h1{
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
}
.secciones-bg h5{
	font-family: 'Raleway', sans-serif;
	color: rgba(255,255,255,.7);
}
.bg-01{
	background: url(../images/internas/bg01.jpg) no-repeat top center;
	background-size: cover;
}
.bg-02{
	background: url(../images/internas/bg02.jpg) no-repeat center center;
	background-size: cover;
}
.bg-03{
	background: url(../images/internas/bg03.jpg) no-repeat center center;
	background-size: cover;
}
.bg-04{
	background: url(../images/internas/bg04.jpg) no-repeat center center;
	background-size: cover;
}
.bg-05{
	background: url(../images/internas/bg05.jpg) no-repeat center center;
	background-size: cover;
}
.main{
	background: url(../images/bg-main-cielo.jpg) repeat-y center center;
	background-size: 100%;
}
.breadcrumb{
	background-color: transparent;
	padding: 30px 0;
}
.breadcrumb li{
	margin-right: 10px;
}
.breadcrumb li:last-child{
	margin-right: 0;
}
.breadcrumb li a{
	color: #0db1e3;
	font-weight: bold;
}
.bg-gray-transparent{
	padding: 20px;
	background-color: rgba(0,0,0,.04);
}
@media only screen and (min-width: 992px){
	.bg-gray-transparent{
		padding: 50px;
	}
}
.bg-gray-transparent p{
	color: #333
}
.titulo-linea-azul{
	margin-bottom: 40px;
	color: #0db1e3;
}
.titulo-linea-azul hr{
	border-top: 2px solid #006583;
	width: 40px;
	margin: 20px 0; 
}
.bg-lateral-image{
	background-color: #f4f3f1;
	padding: 70px 0 100px;
	position: relative;
}
@media only screen and (min-width: 768px){
	.bg-lateral-image:before{
		content: '';
		position: absolute;
		background: url(../images/bg-valores.jpg) no-repeat center center;
		background-size: cover;
		width: 50%;
		height: 100%;
		top: 0;
		left: 0;
	}
}
.p-tbox-160{
	padding-top: 160px;
}
.seccion-servicio{
	position: relative;
}
@media only screen and (min-width: 992px){
	.seccion-servicio:before{
		content: '';
		position: absolute;
		height: 100%;
		width: 70%;
		background-color: rgba(3,147,191,.05);
		top: 0px;
		left: 0px;
	}
	.seccion-servicio:nth-child(odd):before{
		right: 0px;
		left: inherit;
	}
}
.bg-full-bottom{
	padding: 100px 0 150px;
	background: url(../images/bg-aerofumigacion.png) no-repeat top center;
	background-size: cover;
}
.text-shadow{
	-webkit-text-shadow: 0px 0px 8px rgba(0,0,0,1);
	text-shadow: 0px 0px 8px rgba(0,0,0,1);
}
/*#map{
	min-height: 350px;
}
#map iframe{
	width: 100%;
	height: 100%;
}*/
.map{
	min-height: 350px;
}
.map iframe{
	width: 100%;
	height: 100%;
}
.detalle-contacto{
	padding: 50px 20px;
	text-align: center;
	background: url(../images/bg-contacto-info.jpg) no-repeat center right #f7f7f7;
	background-size: cover;
}
.detalle-contacto hr{
	margin: 10px auto;
}
@media only screen and (min-width: 992px){
	.map{
		min-height: 550px;
	}
	.map, .detalle-contacto{
		width: 50%;
	}
	.detalle-contacto{
		padding: 60px 80px;
	}
}
@media only screen and (min-width: 1200px){
	.detalle-contacto{
		text-align: inherit;
	}	
	.detalle-contacto hr{
		margin: 10px 0;
	}
}
.detalle-contacto .titulo-linea-azul{
	margin-bottom: 20px;
}
.slide-aviones{
	z-index: 5;
}
.slide-aviones .slick-slide{
	opacity: 1;
	position: relative;
	height: 100vh
}
.slide-aviones .slick-slide img{
	opacity: 1
}
.imagen-slide-avionetas{
	max-width: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.avioneta{
	position: absolute;
	max-width: 1200px;
	min-width: 800px;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}
.avioneta img{
	width: 100%;
	position: relative;
	z-index: 2;
}
.avionetas{
	position: absolute;
	width: 75%;
	height: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 3;
}
.avionetas img{
	display: block;
	width: 100%;
}
.avioneta01{	
	width: 80%;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.avioneta02{	
	width: 30%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (min-width: 1400px){
	.avioneta02{
		margin-top: 50px;
	}
}
.avioneta03{	
	width: 35%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.avioneta01:hover .tooltip-descripcion, .avioneta02:hover .tooltip-descripcion, .avioneta03:hover .tooltip-descripcion{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.tooltip-descripcion{
	position: absolute;
	padding: 20px;
	width: 350px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(255,255,255,.85);
	top: 120%;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 1px 1px 0px #0db1e3;
	box-shadow: 1px 1px 0px #0db1e3;
}
.tooltip-descripcion:before{
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid rgba(255,255,255,.85) 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	width: 0;
}
.tooltip-descripcion p{
	color: #333;
	margin-bottom: 0px;
	font-size: 16px;
}
.video-modal{
	border: 5px solid white;
	width: 70px;
	display: block;
	margin: auto;
	line-height: 60px;
	padding-left: 8px;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.video-modal:hover, .video-modal:focus{
	outline: none;
}
.box-noticia{
	margin: 10px 0 25px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.box-noticia:hover{
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.1);
	box-shadow: 0px 5px 10px rgba(0,0,0,.1);
}
.box-noticia .image-box-noticia{
	background-color: white;
}
.box-noticia .image-box-noticia img{
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.box-noticia a:hover .image-box-noticia img{
	opacity: .3;
}
.box-noticia .content-box-noticia{
	background-color: white;
	padding: 30px;
}
.box-noticia .content-box-noticia a:hover{
	color: #0db1e3;
}
.box-noticia .content-box-noticia span{
	margin-bottom: 10px;
	display: block;
	color: #999
}
.box-noticia .content-box-noticia .titulo-linea-azul{
	margin-bottom: 20px;
	color: #333
}
.box-noticia .content-box-noticia .link-noticia{
	color: #0db1e3;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
}
.box-noticia .content-box-noticia .link-noticia:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0db1e3;
	bottom: -5px;
	left: 0px;
}
.contenedor-error{
	width: 100%;
	height: 100%;
	background: url(../images/bg-cielo.jpg) no-repeat top center #fff;
    background-size: cover;
}
.contenedor-error .btn{
	letter-spacing: 1px;
}
.text-404{
	font-size: 15rem;
	font-weight: bold;
	letter-spacing: -12px;
	line-height: 9rem;
	color: #0db1e3;
	-webkit-transform: scale(.7);
	transform: scale(.7);
}
.text-404 span{
	font-size: 10rem;
	font-weight: lighter;
	letter-spacing: 5px;
	color: #000;
}
@media only screen and (min-width: 992px){
	.text-404{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.form-error{
	color: rgb(185, 74, 72);
	font-size: 13px;
}

/*NUEVOS ESTILOS*/
.box-noticia .image-box-noticia i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 2rem;
	opacity: 0;
	visibility: hidden;
	color: #0db1e3;
	z-index: 2;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.box-noticia a:hover .image-box-noticia i{
	opacity: 1;
	visibility: visible;
}
.autoplay .slick-slide img{
	opacity: 1
}