@media (min-width: 250px) and (max-width: 768px) {
  .headerMovil {
    width: 100%;
    height: 86px;
    position: fixed;
    z-index: 20;
    top: 0;
    background: #fff;
  }
  .topMovil {
    width: 100%;
    height: 60px;
  }
  .barraMovil {
    width: 100%;
    height: 26px;
    background: #5fb34a;
    padding: 3px 0;
  }
  .barraMovil span {
    float: right;
    width: 100px;
    font-size: 16px;
    color: #fff;
  }
  .barraMovil span a {
    color: #fff;
    text-decoration: none;
  }
  .logoMovil {
    float: left;
    width: 40%;
    height: 60px;
    text-align: center;
    padding: 5px 0;
  }
  .logoMovil img {
      height: 50px; width: auto;
  }
  .sloganMovil {
    float: left;
    width: 60%;
    display: table;
  }
  .sloganMovil span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 16px;
  }
  .divCerrar {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      font-size: 30px;
      color: #000;
      z-index:10001; 
  }
  .logoMenu {
    width: 80%;
    height: 130px;
    margin: 0 auto;
    padding: 15px 0 0 0;
  }
  .logoMenu img {
    width: 100%;
    height: auto;
  }
  .navMovil ul {
    list-style: none;
    padding: 0;
    margin:20px 0 0 0;
  }
  .navMovil ul li {
  }
  .navMovil ul li a {
    display: block;
    padding: 12px 38px;
    font-size: 16px;
    color: #3563ab;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
  }
  .navMovil ul li a:hover, .navMovil ul li a.activa {
    background: #5fb34a;
  }
  .separadorMovil {
    display: block;
  }
  .bienvenida h1 {
    color:#4e4e4e;
    font-size: 24px;
  }
  .bienvenida h1 span {
    font-weight: 600;
    color: #3563ab;
    font-size: 32px;
  }
  .catsDestacadas {
    min-height: 570px;
    background: #eee;
  }
  .catsDestacadas h2 {
    font-size: 24px;
  }
  .serviciosHome {
    width: 100%;
    min-height: 900px;
    padding: 30px 0;
  }
  .cajaFacebook {
    width: 100%;
    height: 550px;
  }
  .listaServicios h2 {
    font-size: 24px;
  }
  .servicioHome { 
    height: 100px;
  }
  .picServicio {
    width: 100%; height: 80px;
  }
  .picServicio img {
    width: 100%; height: auto;
    -webkit-transform:none;
    transform:none;
    -webkit-transition:none;
    transition: .3s ease-in-out;
  }
  .nombreServicio {
    background: rgba(95,179,74,1);
  }
  .nombreServicio span {
    font-size: 14px;
  }
  /***************** LA EMPRESA *******************/
  .wraperBannerSeccion {
    width: 100%;
    height: 80px;
    margin-top: 86px;
  }
  .overlayBanner {
    height: 80px;
  }
  .wraperTituloSeccion {
    height: 80px;
  } 
  .wraperTituloSeccion {
    height: 80px;
  }
  .wraperTituloSeccion h1 {
    font-size: 24px;
  }
  .nosotrosIzq {
    float: none;
    width: 100%;
    min-height: 900px;
    margin: 0 auto;
  }
  .nosotrosDer {
    display: none;
  }
  .wraperArticulo {
    width: 96%;
  }
  .textoServicio {
    padding: 20px 10px;
  }
  #newsletter_block_left .form-group .form-control {
      padding: 2px 12px 0;
      height: 40px;
      line-height: 40px;
      max-width: 166px !important;
      background: #fff;
      border-color: #d6d4d4;
      color: #282828;
      float: left;
      border-radius: 0;
  }






















  .linksTop {
    display: none;
  }
  .menuTop{
   margin-top: 10px;
   margin-left: 10px;
  }
  .container{
     text-align:center;
  }
  .menuTop{
     display: inline-block;
  }
  .logo{
    margin-top: 10px;
    margin-left: -40%;
   
  }
  .navbar-header{
    position: absolute;
     left: 80%;
  }
  .top-bar {
      background: #64f66b;
      padding: 10px 0 9px;
      padding-top: 0px;
      padding-bottom: 0px;
      font-size: 12px;
  }
  .nav-bg-class ul li a {
      border: 1px solid #2e5999;
      font-size: 12px;
      border-radius: 8px;
      display: block;
      padding: 2px 10px;
      width: 80%;
      height: 50px;
      margin-right: 5px;
      margin-left: 10%;
      margin-bottom: 1%;
  }
  .navbar-collapse {
      padding-right: 0px;
      padding-left: 0px;
      overflow-x: hidden;
   }
  .containerMovil{
    width: 100%;
    margin-left: -20%;
  } 
  .navbar-collapse.in {
      overflow-y: none;
  }
  .collapse.in {
      width: 100%;
  }
  .menulateral{
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
.linksTopH{
  display: none;
}
.linksTopT{
  display: none;
}
.nav-bg-class ul li a {
    border: 1px solid #2e5999;
    font-size: 12px;
    border-radius: 8px;
    display: block;
    padding: 2px 10px;
    width: 85px;
    height: 50px;
    margin-right: 1px;
 }
 .navbar-default{
  position: absolute;
  left: 28%;
 }
}

@media (min-width: 993px) and (max-width: 1200px){
.nav-bg-class ul li a {
    border: 1px solid #2e5999;
    font-size: 12px;
    border-radius: 8px;
    display: block;
    padding: 2px 10px;
    width: 110px;
    height: 50px;
    margin-right: 1px;
}
}
@media (min-width: 1200px) and (max-width: 1500px){
.nav-bg-class ul li a {
    border: 1px solid #2e5999;
    font-size: 12px;
    border-radius: 8px;
    display: block;
    padding: 2px 10px;
    width: 130px;
    height: 50px;
    margin-right: 5px;
}
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
    color: #2e5999;
}