@media (min-width: 1025px) and (max-width: 1280px){
    /************************** HOME **************************************/
    .grid-somos{
        grid-template-rows: auto 320px;
      }
    .bar-black{
        padding:20px;
        font-size: 18px;
    }
    .item-somos:nth-child(5){
        top:-200px;
        padding-left: 20px;
      }
    .txt-item4{
        position: relative;
        left:60px;
        width:560px;
        height:auto;
      }
      .txt-item4 img{
        width:560px;
      }
      .txt-item3 img{
        width:160px;
      }    
      .item5-celda1 img{
        width:26px;
      }
      .item5-celda2 img{
        width:340px;
      }
    /************************** HOME_CARDS-SERVICIOS  **************************************/
    .cards_boton a{
        top:-14px;
    }
    .cards_boton img{
        width: 30px;
    }
    .cards_icon img{
    width: 30px;
    }
    .cards_titulo a{
        line-height: 20px;
      }
    /************************** HOME - CATALOGO **************************************/
    .seccion_catalogo{
      padding-bottom:100px;
    }
    .barra_izquierda-cat{
      margin-top:60px;
      width:200px;
      height:50px;
    }
    .barra_derecha-cat{
      margin-top:60px;
      width:260px;
      height:68px;
    }
    .barra_derecha-cat img{
      width:32px;
      height: 32px;
    }
    .txtbarra_derecha-cat{
      width:400px;
    } 
    /************************** SERVICIOS - MENU **************************************/
    .submenu{
      height: 80px;
  }    
   /************************** NOSOTROS **************************************/
   .box_img-nosotros_mision img{
    width:100%
  }
  .caja_somos{padding: 100px 0 0 140px;} 

  .caja_mision,
  .caja_vision{
    padding: 10px 0 0 100px;
  }   
  /************************** CONTACTO **************************************/
.txt_contacto{
  width:35%;
  padding:80px;
}
  }