@media (min-width: 769px) and (max-width: 1024px){
    /************************** HOME **************************************/
    .bar-black{
        padding:20px;
        font-size: 18px;
    }
    .grid-somos{
        grid-template-rows: auto 340px;
      }
    .item-somos:nth-child(2){
        line-height: 14px;
      }
    .item-somos:nth-child(5){
        top:-160px;
        padding-left: 20px;
      }
    .txt-item4{
        position: relative;
        left:20px;
        width:360px;
        height:auto;
        line-height: 16px;
      }
      .txt-item4 img{
        width:350px;
      }
      .txt-item3 img{
        width:120px;
      } 
      .item5-celda1 img{
        width:26px;
      }
      .item5-celda2 img{
        width:320px;
      }     
      .icon-barra1, .icon-barra2, .icon-barra3{
        font-size: 40px;
      }
      .txt-item2{
        padding-top:40px;
      }
      /************************** HOME_CARDS-SERVICIOS  **************************************/
      .titulo_servicios{
        position:absolute;
        top:60px;
        left:50%;
      }
      .cards_boton a{
          top:-14px;
      }
      .cards_boton img{
          width: 30px;
      }
      .cards_icon img{
      width: 30px;
      }
      .cards_titulo a{
          line-height: 14px;
        }
    /************************** HOME - CATALOGO **************************************/
    .seccion_catalogo{
      padding-bottom:100px;
    }
    .barra_izquierda-cat{
      margin-top:20px;
      left:120px;
      width:200px;
      height:50px;
    }
    .barra_derecha-cat{
      margin-top:20px;
      right:100px;
      width:260px;
      height:60px;
    }
    .barra_derecha-cat img{
      width:32px;
      height: 32px;
    }
    .txtbarra_derecha-cat{
      width:400px;
    }   
        /************************** SERVICIOS - MENU **************************************/
      .submenu{
          height: 80px;
      }      
      .caja_preventivo{
        padding: 0px 40px 40px 40px;
      }  
   /************************** NOSOTROS **************************************/
   .box_img-nosotros_mision img{
    width:100%
  }
  .caja_somos{
    padding: 80px 0 0 100px;
    width:480px
  } 

  .caja_mision,
  .caja_vision{
    padding: 10px 0 0 60px;
    width:480px;
  }  
  .imgnosotros_icon{
    height: 140px;
  }
/************************** CONTACTO **************************************/
.txt_contacto{
  width:40%;
  padding:80px;
}      
  }