
@media screen and (min-width: 1200px) and (max-width: 1400px) {

}


@media screen and (min-width: 992px) and (max-width: 1200px) {
  body {
    font-size: .90rem;
  }
  .nav-link {
    padding: 0 1rem;
    margin: 0 2rem !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }

}



@media screen and (max-width: 992px) {

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: rgba(255, 255, 255, 1);
  }

  /* nav a {

    color: #fff !important;

  } */

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem !important;
  }
  .navbar-nav {
    margin: 5% 0;
  }
  .navbar-nav .nav-link {
    margin: 0;
    padding: 3% 3%;
    line-height: 100%;
    text-align: right;
  }
  nav a.active {
    background: none;
  }
  .nav-item {
    display: block;
    flex-direction: inherit;
    flex-wrap: inherit;
    height: 50px;
  }

  nav li a:after {
    content: "";
    position: absolute;
    bottom: 0px;
  }

  .navbar-brand img {
    height: 80px;
}
footer img.logo {
  height: 80px;

}

  picture.right { height: 300px; width: 100%; position: relative; right: -10px; top: 0;    display: flex; margin-top: 0rem;}
  picture.left { height: 300px; width: 100%; position: relative; left: -10px; top: 0;    display: flex; margin-top: 0rem;}


  p.lead { text-align: left; line-height: 125%; }


  .card-link {margin-bottom: 2rem;}
  .card-link a picture {
    height: 250px;
}

.header {
  background: url(../img/home/slider-1-m.jpg) no-repeat center;
  background-size: cover;
  height: 600px;
  width: 100%;
  align-items: start;
  padding-top: 2rem;
}
.header.nosotros {
  background: url(../img/nosotros/nosotros-m.jpg) no-repeat center top ;
  background-size: cover;
  height: 600px;
  width: 100%;
  align-items: start;
  padding-top: 2rem;
}

.header.soluciones {
  background: url(../img/soluciones/soluciones-m.jpg) no-repeat center bottom ;
  background-size: cover;
  height: 600px;
  width: 100%;
  align-items: start;
  padding-top: 2rem;
}
.header.clientes {
  background: url(../img/clientes/clientes-m.jpg) no-repeat bottom center ;
  background-size: cover;
  height: 600px;
  width: 100%;
  align-items: start;
  padding-top: 2rem;
}
.header.contacto {
  background: url(../img/contacto/contacto-m.jpg) no-repeat center bottom ;
  background-size: cover;
  height: 600px;
  width: 100%;
  align-items: start;
  padding-top: 2rem;
}
}



@media screen and (min-width: 768px) and (max-width: 992px) {






}
@media only screen and (min-width: 576px) and (max-width: 768px) {


}
@media only screen and (max-width: 576px) {



}
