body{
  position: relative;
  margin:0;
  padding: 0;
  border:none;
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#eco-header{
  position: fixed;
  width: 100%;
  height: 85px;
  z-index: 99999;
  background-color: rgba(0,0,0,0);
  transition-duration: 1s;
}

#eco-header .h-logo{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px 15px 20px 5px;
  background-color: rgba(0,0,0,0.5);
  border-bottom-right-radius: 80px;
  transition-duration: 1s;
}

#eco-header .h-logo img{
  position: relative;
  width: 110px;
  margin: 0 auto;
  left: 0px;
  transition-duration: 1s;
}

#eco-header .h-nav{
position: absolute;
left: 150px;
top: 30px;
}

#eco-header .h-nav ul{
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

#eco-header .h-nav ul li{
  position: relative;
  display: inline-block;
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  margin-left: 20px;
  letter-spacing: 2px;
}

#eco-header .h-social{
  position: absolute;
  right: 30px;
  top: 30px;
}

#eco-header .h-social ul{
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

#eco-header .h-social ul li{
  position: relative;
  display: inline-block;
  color: white;
  margin-right: 10px;
}

#mobile-nav{
  display: none;
}

/* Scroll header class */
.h-scroll{
  transition-duration: 1s;
  background-color: rgba(0,0,0,0.8) !important;
}

.l-scroll{
  transition-duration: 1s;
  background-color: rgba(0,0,0,0.0) !important;
}
.l-scroll img{
  transition-duration: 1s;
  width: 90px !important;
  left: 20px !important;
}

/* TOP BANNER */
#top-banner{
  position: relative;
  width: 100%;
  height: 95vh;
  background-image: url("../assets/videoholder.jpg");
  background-size: cover;
}

#top-banner .text-holder{
  position: absolute;
  left: 0px;
  top: 0px;
  display: table;
  z-index: 3;
}

#top-banner .pattern-holder{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url("../assets/cell_animated.svg");
  background-size: 30px 30px;
  background-repeat: repeat;
  opacity: 0.3;
  z-index: 2;
}

#top-banner .video-holder{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1;
}

#top-banner .video-holder video{
  display: block; width: 100%;
  height: 100%;
}

#top-banner .text-holder{
  position: absolute;
  width: 100%;
  height: 80%;
  display: table;
  margin: 0;
  padding: 0;
}

#top-banner .text-holder .th-cell{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#top-banner .text-holder .th-title{
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#top-banner .text-holder .th-title h1{
  color: white;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 4px;
  margin: 0;
}

#top-banner .text-holder .th-subtitle{
  position: relative;
}

#top-banner .text-holder .th-subtitle h4{
  color: white;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  margin: 0;
}

/* ESTILOS DEL PAISAJE PARA ESCRITORIO */
#landscape{
position: relative;
width:100%;
height: 135px;
margin: 0 auto;
text-align: center;
}

#desk-land{
position: relative;
width:768px;
height: 100%;
top: -180px;
margin: 0 auto;
z-index: 5;
}

#desk-land .dl-helice1{
position: absolute;
z-index: 4;
left: 325px;
top: -63px;
}
#desk-land .dl-helice2{
position: absolute;
z-index: 4;
right: 227px;
top: -43px;
}
#desk-land .dl-helice2 img{
  width: 110px;
  height: 110px;
}
#desk-land .dl-helice3{
position: absolute;
z-index: 4;
right: 155px;
bottom: 50px;
}
#desk-land .dl-helice3 img{
  width: 90px;
  height: 90px;
}
#desk-land .dl-todo{
position: absolute;
z-index: 3;
}
#desk-land .dl-cerritos{
position: absolute;
z-index: 2;
bottom: 85px;
left: 40px;
}
#desk-land .dl-edificios{
position: absolute;
z-index: 1
top: 20px;
left: 70px;
}
#desk-land .dl-sol{
position: absolute;
z-index: 0;
bottom: 0;
}
#desk-land .dl-nubes{
position: absolute;
right: 80px;
z-index: 0;
}

#mobile-land{
  display: none;
}
/* HACER RESPONSIVE DESDE 820 */

/* BENEFICIOS */
#benefits{
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
#benefits .ben-title{
  width: 100%;
  text-align: center;
}

#benefits .ben-title h3{
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 0;
}
#benefits .ben-title h2{
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0;
}
#benefits .ben-table{
  position: relative;
  width: 80%;
  margin: 30px auto 0px auto;
  top: 30px;
  text-align: center;
}

#benefits .ben-table .box-margin{
  margin-left: 20px;
  margin-right: 20px;
}

#benefits .ben-table .benefit-box{
  position: relative;
  display: inline-block;
  background-color: rgba(0,0,0,0.1);
  text-align: center;
  width: 30%;
  padding: 30px 0px;
  margin-bottom: 30px;
  border-bottom: solid 6px #33a2c7;
}

#benefits .ben-table .benefit-box .b-icon img{
  position: relative;
  width: 40px;
  margin: 0 auto;
}

#benefits .ben-table .benefit-box .b-text{
  max-width: 200px;
  margin: 0 auto;
  font-weight: 300;
}

#benefits .ben-table .benefit-box .b-text h4{
  margin-bottom: 0;
}

#benefits .ben-table .benefit-box .b-text p{
  margin-top: 0;
}

#f-banner{
  position: relative;
  width: 100%;
  height: 250px;
  text-align: center;
  display: table;
  background: linear-gradient(to right, #97cd58, #33a2c7);
}

#f-banner .fb-cont{
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: white;
}

/* CALL TO ACTION*/
#callaction{
  position: relative;
  display: table;
  width: 100%;
  height: 200px;
  background-color: #1a1a1a;
}

#callaction .call-cont {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#callaction .call-cont .goto-products{
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 13px 0px;
  text-align: center;
  border: #97cd58 solid 4px;
  color: #97cd58;
  font-size: 16px;
  margin-right: 5%;
}

#callaction .call-cont .goto-quotation{
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 13px 0px;
  text-align: center;
  border: #33a2c7 solid 4px;
  color: #33a2c7;
  font-size: 16px;
  margin-left: 5%;
}

#callaction .call-cont a{
  text-decoration: none;
}

/* FOOTER */
#bot-footer{
  width: 100%;
  padding: 10px 0px;
  background-color: #1a1a1a;
}

#bot-footer a{
  color: white;
  text-decoration: none;
}

#bot-footer .info-foot{
  position: relative;
  display: inline;
}

#bot-footer .info-foot .info-c1{
  position: relative;
  display: inline-block;
  padding: 0px 6%;
}

#bot-footer .info-foot .info-c1 h5{
  color: white;
  font-size: 22px;
}

#bot-footer .info-foot .info-c1 ul{
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  color: white;
  font-weight: 300;
  font-style: italic;
}

#bot-footer .info-foot .info-c1 ul li{
  margin: 15px 0px;
  letter-spacing: 1px;
}

#bot-footer .info-foot .info-c2{
  position: relative;
  display: inline-block;
  padding: 0px 6%;
}

#bot-footer .info-foot .info-c2 h5{
  color: white;
  font-size: 22px;
}

#bot-footer .info-foot .info-c2 ul{
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  color: white;
  font-weight: 300;
  font-style: italic;
}

#bot-footer .info-foot .info-c2 ul li{
  margin: 10px 0px;
}

#bot-footer .info-foot .info-c2 ul ul li{
  position: relative;
  display: inline-block;
  color: white;
  margin-right: 10px;
  letter-spacing: 1px;
}

#bot-footer .foot-logo{
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 0px;
  right: 10%;
  z-index: 90;
}

#bot-footer .foot-logo img{
  position: relative;
  width: 200px;
  margin: 0 auto;
}


/* RESPONSIVE */

@media screen and (max-width: 850px){
  #top-banner{
    height: 120vh;
  }
  #desk-land{
    display: none;
  }
  #mobile-land{
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: -250px;
    width: 100%;
    overflow: hidden;
    z-index: 9;
  }
  #mobile-land img{
    position: relative;
    width: 60%;
    min-width: 350px;
    margin: 0 auto;
    text-align: center;
  }

  #mobile-nav{
    display: block;
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
  }

  #mobile-nav #mh-logo{
    position: absolute;
    width: 100px;
    top: 10px;
    left: 10px;
  }

  #mobile-nav .open-mobnav{
    position: absolute;
    right: 20px;
    top: 20px;
  }

  #mobile-nav .open-mobnav img{
    width: 50px;
  }

  #mobile-nav .mobile-menu{
    position: absolute;
    z-index: 999999;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    padding: 60px 0px 0px 0px;
    margin: 0;
    list-style: none;
    text-align: center;
    display: none;
  }

  #mobile-nav .mobile-menu a{
    text-decoration: none;
    color: white;
  }

  #mobile-nav .mobile-menu li{
    position: relative;
    margin: 7% 0px;
    font-size: 20px;
  }

  #mobile-nav .mobile-menu li ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #mobile-nav .mobile-menu li ul li{
    position: relative;
    display: inline;
    margin: 0px 10px;
  }

  #close-mobnav{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
  }

  #eco-header{
    display: none;
  }

  #benefits .ben-table .benefit-box{
    position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
  }

  #callaction{
    height: 300px;
  }

  #callaction .call-cont .goto-products{
    position: relative;
    margin: 0px auto 40px auto;
    display: block;
  }

  #callaction .call-cont .goto-quotation{
    position: relative;
    margin: 0 auto;
    display: block;
  }

  #bot-footer .info-foot .info-c1{
    position: relative;
    display: block;
    padding: 0px 6%;
    text-align: center;
  }

  #bot-footer .info-foot .info-c2{
    position: relative;
    display: block;
    padding: 0px 6%;
    text-align: center;
  }

  #bot-footer .foot-logo{
    position: relative;
    width: 200px;
    height: 200px;
    bottom: 0px;
    right: inherit;
    margin: 0 auto;
    z-index: 90;
  }

  #bot-footer .foot-logo img{
    position: relative;
    width: 200px;
    margin: 0 auto;
  }

}
