a img {
  max-width: 150px;
  max-height: 80px;
}

.bg-dark {
  background-color: rgba(30, 45, 59, 1)!important;
}
.navbar-brand img {
    max-width: 100px;
}

.nav-contact {
  display: block;
  color: white;
}



.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 601px) {
  .intro h2 {
    font-size: 3.5rem;
    color: white;
  }
}
@media screen and (max-width: 600px) {
  .intro h2 {
    font-size: 2.3rem;
    color: white;
  }
}


.vl {
    border-left: 2px solid white;
    height: 80px;
    margin-top: 40px;
}


.facts h1 {
  font-size: 4rem!important;
}

.facts h4 {
  opacity: .5;
}

.title-header h1 {
  font-size: 3.5rem!important;
  opacity: 0.5;
}

.title-header hr {
  border-top: 10px solid rgba(30, 45, 59, 1)!important;
  width: 130px!important;
}

.cliente-img {
  min-height: 200px;
  min-width: 210px;
}

.clientes a {
  max-width: 100px;
}

.card {
  border: inherit!important;
  background-color: #f7f7f7;
  width: 240px;
  margin-bottom: 10px;
}

.card-body{
  height:210px;
}

.maquinaria-capacidad{
  margin-left: 20px;;

}


  .mapouter {
    text-align:right;
    max-height:200px;
    width:1000px;
  }
  .gmap_canvas {
    overflow:hidden;
    background:none!important;
    max-height:200px;
    width:1000px;
  }

  .contact {
    color:black;
    font-size: 25px;
  }

  a {
    color:#212529;
  }
  a:hover {
    color:grey;
    text-decoration: inherit;
  }

  .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(30, 45, 59, 1);
      text-align: center;
      height: 50px;
      font-size:20;
  }

.presupuesto{
  padding-left: 0px;
}
.presupuesto hr {
  border-top: 10px solid rgba(237, 205, 31, 1)!important;
  width: 130px!important;
  margin-top: 20px;

}
div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 116px;
}

#carouselConstruccion img {
  width: auto!important;
  height: 700px;
}

#carouselConstruccion .carousel-inner {
  max-height:700px;
  max-width: 540px;

}

body {
    min-width: 242px!important;
}
