
html, body {
  margin: 0;
  height: 100%;
  /*background-color: #95D5FF;*/
  font-size: 12px;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  
}

header{
}

section{
  width: 100%;
  text-align: center;
  margin: 70px auto;
  
}

h1{
  font:700 1.5em 'aller_lightregular';
  color: #fff;
}



/* ESTRUCTURA
   ========================================================================= */

  .content{
    max-width: 1160px;
    margin: 0 auto;
  }

  h1{
    font:700 2rem 'Anton';
    color: #FFF;
    text-align: center;
    /*top:50%;
    left: 37%;*/
  }

   h2{
    font:700 2rem 'Anton';
    color: #116DB6;
    text-align: center;
    /*top:50%;
    left: 37%;*/
  }

  p{
    font: 400 1.5rem 'Lato';
    color: #fff;
    text-align: center;
  }

  span{
    font-weight: 700;
    font-size: 1.8rem;
  }

  .margen{
    margin: 0 auto;
    width: 90%;
    max-width: 1160px;
  }


/* INICIO
========================================================================= */

  #section1{
    background:#fff url("../img/site/estructura/bg-sky.jpg") no-repeat ;
  background-size: cover;
  }

  .resalta-home{
    color: #1763A5;
  }

  #airplane{
  width: 100%;
  position: absolute;
  left:50%;
  right: 50%;
  top:180px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}

#airplane img{
  max-width: 558px;
  width: 70%;
}

.sky {
    margin-top: -150px;
    height: 180px;
  }

    .clouds_one {
    background:transparent url("../img/site/clouds/cloud_one-500.png");
  }

  .clouds_two {
    background:transparent url("../img/site/clouds/cloud_two-500.png");
  }

  .clouds_three {
    background:transparent url("../img/site/clouds/cloud_three-500.png");
  }


/* RESPONSIVE
   ========================================================================= /

/* Móviles en horizontal o tablets en vertical
 ------------------------------------------------------------------------- */
@media (min-width: 480px) {

  
  
}
 
/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media (min-width: 768px) {
 
  .sky {
    margin-top: 0px;
    height: 480px;
  
  }

    .clouds_one {
    background:transparent  url("../img/site/clouds/cloud_one.png");
  }

  .clouds_two {
    background:transparent  url("../img/site/clouds/cloud_two.png");
  }

  .clouds_three {
    background:transparent  url("../img/site/clouds/cloud_three.png");
  }

  #airplane{
    top:350px;
  }

  h1{
    font-size: 4rem;
  }
  
}
 
/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */
@media (min-width: 1024px) { 

}
 
/* Escritorios muy anchos
   ------------------------------------------------------------------------- */
@media (min-width: 1200px) {

  h1{
    font-size: 5rem;
  }



}
