
 html,
 body,
 header,
 .view {
   height: 700px;
 }
 .view_caracteristicas{
  height: 450px;
}
.viewcliente{
  height: 450px;
}
.viewhistoria{
  height: 450px;
  background-color: #343746 !important;
}
.viewnosotros{
  height: 450px;
  background-color: #0D3562 !important;
}
.viewDescarga{
  height: 100%;
}


 @media (max-width: 740px) {
   html,
   body,
   header,
   .view {
     height: 700px;
   }
   .view_caracteristicas{
    height: 450px;
  }
  .viewcliente{
    height: 450px;
  }
  .viewhistoria{
    height: 450px;
    background-color: #343746 !important;
  }
  .viewnosotros{
    height: 450px;
    background-color: #0D3562 !important;
  }
 }


 @media (min-width: 800px) and (max-width: 850px) {
   html,
   body,
   header,
   .view {
     height: 700px;
   }
   .view_caracteristicas{
    height: 450px;
  }
  .viewcliente{
    height: 450px;
  }
  .viewhistoria{
    height: 450px;
    background-color: #343746 !important;
  }
  .viewnosotros{
    height: 450px;
    background-color: #0D3562 !important;
  }
 }


 .top-nav-collapse {
   background-color: #0D3562 !important;
 }

 .navbar:not(.top-nav-collapse) {
   background: #0D3562 !important;
 }

 @media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
   background: #0D3562 !important;
  }
 }

 h6 {
   line-height: 1.7;
 }

 
 .contact-section .form .btn-floating {
   left: 3px;
 }

 
 .map-container-section {
   overflow:hidden;
   padding-bottom:56.25%;
   position:relative;
   height:0;
 }
 .map-container-section iframe {
   left:0;
   top:0;
   height:100%;
   width:100%;
   position:absolute;
 }

 .appWhatsapp{
   position: fixed;
   right: 26px;
   bottom: 100px;
   width: 60px;
   z-index: 1000;
 }

 .appWhatsapp img{
  width: 100%;
  height: auto;
}
footer{
  background: #322d2d !important;
}

.intro-section{
  background: #0D3562 !important;
}




