/*===================================================================================*/
/*  HIGH HIGH                                                                 */
/*===================================================================================*/

@media only screen and (min-width: 1920px) {
  .box-titular .titulo {
    font-size: 85px;
    line-height: 75px;
  }
}

/*===================================================================================*/
/*  TABLET PORTRAIT                                                                  */
/*===================================================================================*/

@media only screen and (min-width: 690px) and (max-width: 1024px) {
  .md-modal {
    display: none !important;
  }

  .logo .logo-mobile {
    display: block;
  }
  .logo .logo-slogan,
  .menu-links {
    display: none;
  }

  .menu {
    display: none;
  }

  .bg-menu {
    z-index: -1;
  }

  .box-titular {
  }
  .box-titular .titulo {
    font-size: 45px;
    line-height: 42px;
  }
  .box-titular .vermas {
    display: none;
  }

  #mapa {
    display: none;
  }
  /* #downloads	{ display:none; } */

  .box-medidor,
  .box-counter {
    display: none;
  }

  #productos {
    height: auto !important;
  }
  #productos .contenedor {
    width: 100%;
  }
  #productos .box-producto {
    float: left !important;
    opacity: 1 !important;
    width: 50% !important;
    height: 370px;
  }
  #productos .vermas {
    bottom: 80px;
    opacity: 1 !important;
  }
  #productos .copete,
  #productos .line {
    display: none;
  }
  #productos .aligncenter {
    display: none;
  }

  .box-producto .background {
    opacity: 0.55 !important;
  }
  .box-producto .background.halleyV2 {
    border-bottom: 1px solid #46aab1;
    border-right: 1px solid #46aab1;
    background: url(../images/layout/bg-halleyv2.jpg) center no-repeat;
    background-size: 100%;
  }
  .box-producto .background.halleypump {
    border-right: none !important;
    border-bottom: 1px solid #46aab1;
    background: url(../images/layout/bg-halleypump.jpg) center no-repeat;
    background-size: 100%;
  }
  .box-producto .background.halleytank {
    border-right: 1px solid #46aab1;
    background: url(../images/layout/bg-halleytank.jpg) center no-repeat;
    background-size: 100%;
  }
  .box-producto .background.halleyfleet {
    border-right: none !important;
    background: url(../images/layout/bg-halleyfleet.jpg) center no-repeat;
    background-size: 100%;
  }

  .box-producto:hover {
    background-size: 106% !important;
  }
  .box-producto:hover .titulo,
  .box-producto:hover .subtitulo,
  .box-producto:hover .line {
    opacity: 1 !important;
  }

  .descripcion-soluciones {
    padding: 0px 30px;
  }

  .box-cliente {
    width: 50% !important;
    min-width: 185px;
    height: 125px;
    border-bottom: none !important;
    border-right: none !important;
    float: left;
    margin: 0px auto;
  }

  #contact .container {
    max-width: 1000px !important;
  }

  .contact-form [class*="btn-"] {
    width: 100%;
  }

  .parallax [class*="span"].last {
    margin-bottom: 0;
  }
  .parallax .container {
    padding: 50px 0;
  }

  #contact-data .columnLeft {
    display: none !important;
  }
  #contact-data .columnRight {
    display: block;
    margin: 0px auto !important;
    width: 690px;
    padding-right: 0px;
    margin: 0px auto;
  }

  /* Separadores: Pump & Tank */
  #separador-halleypump {
    display: none;
  }
  #separador-responsive {
    display: block;
  }
  #separador-halleytank {
    display: none;
  }

  /* Servicios: Listas */
  .calibracion-list {
    list-style-position: inside !important;
    width: 400px;
    margin: 0px auto !important;
  }
  .box-calibracion {
    text-align: left;
    margin: 25px auto;
    width: 400px;
  }
  .box-calibracion img {
    display: none;
  }
  .box-calibracion .texto-calibracion {
    font-size: 13px;
    line-height: 20px;
  }
  .enter-fix {
    display: none;
  }

  /* Quitar flechas de sliders */
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn,
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    display: none;
  }

  /* Seccion de Detalle de Productos */
  .sub-nav {
    display: none;
  }
  #detalle {
    padding: 30px 5%;
  }
  .modulo-descripcion {
    padding: 0px 5%;
  }
  .modulo-titulo {
    margin-left: 0px !important;
  }
  .modulo-data {
    width: 100% !important;
  }
  .modulo-data ul {
    list-style-position: inside;
  }
  #separador-visionNegocio .container {
    padding-bottom: 60px;
  }
}

/*===================================================================================*/
/*  MOBILE LANDSCAPE                                                                 */
/*===================================================================================*/

@media only screen and (max-width: 690px) {
  #separador-visionNegocio .container {
    padding-bottom: 60px;
  }

  .md-modal {
    display: none !important;
  }

  .logo .logo-mobile {
    display: block;
    height: 14px;
  }
  .logo .logo-slogan,
  .menu-links {
    display: none;
  }

  .pattern-overlay {
    background-size: 20%;
  }
  .pattern-overlay-brillo {
    background-size: 150%;
  }
  .pattern-overlay-brillo-producto {
    background-size: 150%;
  }
  .box-titular {
    padding-top: 20px;
    width: 90%;
    text-align: center;
    right: 5%;
  }
  .box-titular .titulo {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
  .box-titular .line {
    display: none;
  }
  .box-titular .vermas {
    display: none;
  }

  .menu {
    display: none;
  }
  .nav {
    padding: 0px 25px;
    height: 60px;
  }
  .nav .triggerMenu,
  .nav .closeMenu {
    height: 60px;
    line-height: 60px;
  }
  .logo {
    height: 60px;
  }

  .box-dispositivos {
    height: 250px;
  }
  .box-cliente {
    width: 185px;
    height: 125px;
    border-bottom: none !important;
    border-right: none !important;
    float: none;
    margin: 0px auto;
  }

  .bg-menu {
    z-index: -1;
  }
  .bg-menu .right-menu {
    margin-top: 65px;
  }
  .bg-menu .right-menu a {
    height: 30px;
    line-height: 30px;
  }

  #mapa,
  #downloads {
    display: none;
  }

  .box-medidor,
  .box-counter {
    display: none;
  }

  #productos {
    height: auto !important;
  }
  #productos .contenedor {
    width: 100%;
  }
  #productos .box-producto {
    float: none !important;
    border-bottom: 1px solid #46aab1 !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 370px;
    border-right: none !important;
  }
  #productos .vermas {
    bottom: 80px;
    opacity: 1 !important;
  }
  #productos .copete,
  #productos .line {
    display: none;
  }
  #productos .aligncenter {
    display: none;
  }

  .box-producto .background {
    opacity: 0.55 !important;
  }
  .box-producto.halleyV2 {
    background: url(../images/layout/bg-halleyv2.jpg) center no-repeat;
    background-size: 100%;
  }
  .box-producto.halleypump {
    background: url(../images/layout/bg-halleypump.jpg) center no-repeat;
    background-size: 100%;
  }
  .box-producto.halleytank {
    background: url(../images/layout/bg-halleytank.jpg) center no-repeat;
    background-size: 100%;
  }
  .box-producto.halleyfleet {
    background: url(../images/layout/bg-halleyfleet.jpg) center no-repeat;
    background-size: 100%;
  }

  .box-producto:hover {
    background-size: 106% !important;
  }
  .box-producto:hover .titulo,
  .box-producto:hover .subtitulo,
  .box-producto:hover .line {
    opacity: 1 !important;
  }

  #contact-data .columnLeft {
    display: none;
  }
  #contact-data .columnRight {
    display: block;
    width: 290px;
    margin: 0px;
    padding-right: 0px;
    margin: 0px auto;
    padding-left: 70px;
  }

  .parallax .container {
    padding: 50px 0;
  }
  .contact-form [class*="btn-"] {
    width: 100%;
  }

  /* Separadores: Pump & Tank */
  #separador-halleypump {
    display: none;
  }
  #separador-responsive {
    display: block;
  }
  #separador-halleytank {
    display: none;
  }

  /* Soporte Tecnico */
  .titulo-soporte-tecnico img {
    display: block;
    margin: 10px auto !important;
  }

  /* Servicios: Listas */
  .calibracion-list {
    list-style-position: inside !important;
    margin-bottom: 0px !important;
  }
  .box-calibracion {
    text-align: left;
    margin: 25px auto;
  }
  .box-calibracion img {
    display: none;
  }
  .box-calibracion .texto-calibracion {
    font-size: 13px;
    line-height: 20px;
  }
  .enter-fix {
    display: none;
  }

  .copyright {
    display: none;
  }

  /* Quitar flechas de sliders */
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn,
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    display: none;
  }

  /* Seccion de Detalle de Productos */
  .sub-nav {
    display: none;
  }
  #detalle {
    padding: 30px 5%;
  }
  .modulo-descripcion {
    padding: 0px 5%;
  }
  .modulo-titulo {
    margin-left: 0px !important;
  }
  .modulo-titulo .titulo {
    font-size: 35px !important;
  }
  .modulo-data {
    width: 100% !important;
  }
  .modulo-data ul {
    list-style-position: inside;
    margin-left: 20px;
  }
}
