 html,
      body,
      header,
      .carousel-1 {
        height: 120vh;
        font-family: 'Roboto', sans-serif;
      }
      .carousel-2{
         height: 100vh;
      }
      h1, h2, h3, h4{
        font-weight: 700;
      }
      p, a{
        font-weight: 400;
      }
      .navbar{
        background-color: rgba(0,0,0,0);
        box-shadow: none !important;
      }
      .page-footer, .top-nav-collapse{
        background-color: #416891;
      }
      .logo{
        max-width: 200px;
      }
      .tel-nav{
        color: #fff !important;
      }
      #menu-button {
   position: fixed;
   top:10px;
   right: 20px;
   display: block;
   width: 50px;
   height: 50px;
   border-radius: 5px;
   z-index: 200;
}
 #menu-button:after {
   position: absolute;
   content: "☰";
   font-size: 32px;
   color: #fff;
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 50px;
}
 #menu-button:hover {
   opacity: 0.8;
}
 #menu-button.on:after {
   content: "x";
}
 #overlay {
   display: none;
   height: 100vh;
   width: 100%;
   position: fixed;
   z-index: 99;
   opacity: 0;
   background-color: rgba(0, 0, 0, 0.4);
   bottom: 0;
   right: 0;
   left: 0;
}
 #overlay.open {
   display: block;
}
 #hamburger-menu {
   height: 0;
   width: 0;
   background: #fff;
   position: fixed;
   top: 20px;
   right: 90px;
   z-index: 101;
   overflow: hidden;
   border-radius: 5px;
}
 #hamburger-menu nav {
   padding: 10px;
   z-index: 101;
   overflow-y: hidden;
   overflow-x: hidden;
}
 #hamburger-menu nav a {
   display: block;
   padding: 10px;
   color: #000;
   font-size: 1em;
   line-height: 1em;
   text-decoration: none;
   overflow: hidden;
   font-weight: 400;
}
 #hamburger-menu nav a:hover {
   cursor: pointer;
   color: #00b221;
   background: rgba(255, 255, 255, 0.02);
}
.btn-info{
  background-color: #00b121 !important;
}
.h-form input, .h-form textarea{
  margin: 8px 0;
  padding-left: 10px;
  background-color: rgba(255,255,255,0.7);
  color: #000 !important;
}
.highs{
  background-color: #416891;
  padding: 40px 0 10px 0;
}
.highs h2{
  color:#fff;
  text-align: center;
  font-size: 45px;
}
.highs .col-md-3{
  margin: 0;
}
.highs p{
  color:#fff;
  text-align: center;
}
.bold{
  font-weight: 700;
}
.highs h3{
  font-size: 20px;
  color: #00b121;
}
.somos{
  padding: 40px 0;
}
.somos .col-md-3{
  padding: 0 40px;
}
.somos h2{
  text-align: center;
  padding-bottom: 40px;
}
.somos p{
  text-align: center;
}
.icono-somos{
  max-width: 70px;
  display: flex;
  margin: 0 auto;
  padding-bottom: 15px;
}
.bg-azul{
  padding: 50px 40px;
  height: 100%;
  background-color: rgba(65,104,145, 0.7);
}
.bg-azul h2{
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  font-size: 35px;
}
.bg-azul p{
  color: #fff;
}
.s-bottom{
  position: absolute;
  bottom: 0;
  right: 40px;
   padding: 0;
}
.s-bottom h3{
  color: #fff;
  font-weight: 700;
  font-size: 35px;
}
.clientes{
  padding: 40px 0;
}
.clientes h2{
  text-align: center;
  padding-bottom: 40px;
}
.controls-top{
  display: flex !important;
  margin: 0 auto !important;
  position: relative;
    left: 48%;
    bottom: 10px;
}
.controls-top .btn-floating{
  background-color: #00b225;
  color: #fff;
  padding: 5px 8px;
   display: flex;
  margin: 0 5px;

}
.contacto{
  padding: 40px 0;
}
.contacto h2{
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.contacto p{
color: #fff;
}
.contacto a{
  color:#fff;
}
label{
  color: #fff !important;
}
input{
  color: #fff !important;
}
.status{
  color: #00b121;
}
.carousel-control-prev{
  left: -40px;
}
.carousel-control-next{
  right: -40px;
}
      @media (max-width: 740px) {
        html,
        body,
        header,
        .carousel-1 {
          height: 137vh;
        }
        .carousel-2 {
          height: 115vh;
        }
        .highs .col-md-3{
  margin: 25px 0;
}
.s-bottom{
  position: initial;
  padding: 30px 0 30px 10px;
}
.carousel-control-prev{
  left: 0px;
}
.carousel-control-next{
  right: 0px;
}
      }

      @media (min-width: 800px) and (max-width: 850px) {
        html,
        body,
        header,
        .carousel-1 {
          height: 100vh;
        }
        .carousel-2 {
          height: 100vh;
        }
      }

      @media (min-width: 800px) and (max-width: 850px) {
              .navbar:not(.top-nav-collapse) {
                  background: #1C2331!important;
              }
          }





