@media screen and (max-width: 1024px) {
  /***INDEX***/
  #video {
    padding-bottom: 0;
  }
  .elastislide-list li {
    margin: 0 10px !important;
  }
  #accion h4, #accion2 h4 {
    width: 75%;
  }
  /***CONOCENOS 1024****/
  #us-hero h3 {
    font-size: 25px;
  }
  #us-hero h2 {
    font-size: 33px;
  }
  /*****SERVICIOS 1024***/
  .box-serv-img {
    height: 220px; 
  }
  /****PRODUCTOS 1024*****/
  #hero-prod, #hero-contact {
    height: 400px;
  }
  #productos-int {
    margin-top: 0;
  }
  .submenu-prod {
    width: 18%;
    padding: 20px;
  }
  .submenu-prod nav#submenu-nav a {
    margin: 20px 0;
  }
  #cotizacion {
    background-size: 12%;
  }
  .brands img {
    width: 140px
  }
  img.keyence {
    width: 170px;
  }
  img.mitsubishi {
    width: 80px;
  }
  /******CONTACTO 1024****/
  #tel {
    width: 68%
  }
}
@media screen and (max-width: 768px) {
  /******INDEX***/
  .elastislide-list li {
    margin: 0 25px !important;
    width: 100% !important;
  }
  .elastislide-horizontal nav span {
    top: 40%;
  }
  .caption-service {
    width: 80%;
  }
  #accion h4, #accion2 h4 {
    width: 100%;
    font-size: 18px;
  }
  #accion h3, #accion2 h3 {
    font-size:35px;
  }
  h3 .blue-txt {
    font-size: 40px;
  }
  #accion .img-action, #accion2 .img-action {
    width: 53%;
  }
  #accion .txt-action, #accion2 .txt-action {
    width: 43%;
  }
  /*****CONÓCENOS 768******/
  #historia .box-history {
    width: 60%;
  }
  #servicios-int .box-serv {
    width: 40%;
  }
  .box-serv h2 {
    font-size: 30px;
  }
  .box-serv ul li {
    font-size: 15px;
  }
  /*****SERVICIOS 768******/
  .box-serv-img {
    height: 190px;
  }
  /*****PRODUCTOS 768******/
  #hero-prod {
    background-size: 140%;
    background-position: -150px center;
  }
  #productos-int article {
    display: block;
  }
  .submenu-prod {
    width: 100%;
    padding: 10px 30px;
  }
  #submenu-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-detail {
    width: 100%;
    float: none;
    display:flex;
    margin-top: 30px;
  }
  #convenio {
    padding-top: 0;
  }
  #convenio .brands img {
    width: 300px;
  }
  .brands img, img.keyence {
    width: 150px;
  }
  img.mitsubishi {
    width: 90px;
  }
  /*****CONTACTO 768****/
  form {
    width: 100%;
  }
  .data {
    padding-right: 0;
  }
  /****ERROR*****/
  #hero-error {
    height: 68vh;
    background-size: 150%;
  }
}
@media screen and (max-width: 680px) {
  body, html {
    overflow-x: hidden;
  }
  /****ERROR*****/
  #hero-error {
    height: 600px;
    background-size: cover;
  }
  /*****MENU 680*****/
  #nav-scroll {
    display:none;
  }
  .nav-header article {
    width:100%;
  }
  .nav-header nav {
    border-bottom: 0;
    height: auto;
    width: 100% !important;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
  }

  .nav-header nav ul {
    display: none;
    height: auto;
    width: 100%;
  }

  .nav-header nav li {
    width: 100%;
    float: none;
    position: relative;
    padding: 20px 0;
    text-align: center;
  }

  .nav-header nav a {
    text-align: left;
    width: 50%;
    font-size: 30px;
  }

  .nav-header nav a#pull {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.3);
    background: #3e4ea8;
  }

  .nav-header nav a#pull:after {
    content:"";
    background: url('../img/icn-nav.svg') no-repeat;
    width: 60px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .logo img {
    width: 200px;
  }
  .top-header {
    margin-top: 48px;
  }
  /****HEADER 680****/
  .title-gray h1, .title-white h1 {
    top: -7px;
    font-size: 25px;
  }
  .bg-title-gray, .bg-title-white, .bg-title-gray-2 {
    font-size: 75px;
  }
  .top-header article {
    flex-direction: column;
  }
  /*****FOOTER 680******/
  footer article {
    display: block;
  }
  .data-footer, .logo-footer, .legal-footer {
    margin: 0 auto 40px auto;
    text-align: center;
    width: 100%;
  }
  footer .tel, footer .mail {
    font-size:20px;
    background: transparent;
  }
  footer .legal-footer {
    margin-bottom: 0;
  }
  .logo-footer {
    width: 50%;
  }
  /****INDEX 680****/
  .caption-service {
    width: 90%;
  }
  .btn-container {
    margin-top: 60px
  }
  a.btn {
    transform: scale(1.5);
    display: block;
    width: 60%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
  }
  .elastislide-list li {
    width: 90% !important;
  }
  .gallery-products {
    flex-wrap: wrap;
  }
  .gallery-products .box {
    width: 100%;
    margin-bottom: 60px;
  }
  .gallery-products h3 {
    font-size:30px;
  }
  #accion article, #accion2 article {
    flex-wrap: wrap;
  }
  #accion .img-action, #accion2 .img-action {
    width: 100%;
  }
  #accion .txt-action, #accion2 .txt-action {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  h3 .blue-txt {
    font-size: 45px;;
  }
  /******CONÓCENOS 680*******/
  #us-hero {
    display: block;
    height: auto
  }
  #us-hero .box {
    width: 100%;
  }
  #us-hero .box:last-child {
    padding: 60px 30px;
  }
  .box-us {
    width: 100%;
  }
  #historia .box-history {
    width: 100%
  }
  #valores {
    background-position: left center;
  }
  #valores .btn-container {
    width: 100%;
  }
  #valores a.btn {
    width: 60%;
  }
  /*****SERVICIOS 680****/
  #slider-servicios .flexslider ul li figcaption {
    margin-top: 0;
    font-size: 25px;
    padding: 4%;
    margin-left: 20px;
  }
  #servicios-int .box-serv {
    width: 100%;
  }
  .box-serv-img {
    height: 200px;
  }
  /*****PRODUCTOS 680******/
  #hero-prod {
    background-size: cover;
  }
  .box-white {
    top: 200px;
    margin: 0 auto;
    left: 0;
  }
  #submenu-nav {
    display: block;
    text-align: center;
  }
  .submenu-prod nav#submenu-nav a {
    font-size: 20px;
  }
  .product-detail-content {
    display: block;
  }
  .txt-prod, .img-prod {
    display: block;
    width: 100%;
  }
  .product-detail {
    height: 900px;
  }
  .product-detail-content .btn-container {
    margin-bottom: 60px;
  }
  .brands {
    display: block;
    text-align: center;
  }
  .brands img {
    margin: 25px 0;
    width: 90%;
  }
  img.mitsubishi {
    width: 50%;
  }
  /******CONTACTO 680****/
  #hero-contact {
    background-size: cover;
  }
  #hero-contact .box-white {
    padding: 40px 10px;
    margin-top: 60px;
  }
  #contacto-int article {
    display: block;
  }
  .box-form, .box-map {
    width: 100%;
  }
  .data li {
    margin: 10px;
  }
}