@media all and (max-width:1024px) {

  input,
  select {
    -webkit-appearance: none
  }

  .desktop {
    display: none !important
  }

  .wrap {
    width: 100%
  }

  .btn.der {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .ico {
    width: 30px;
    height: 30px;
    background-size: 20px
  }

  .movil {
    display: block !important
  }

  .movil.horizontal {
    display: none !important
  }

  #envoltorio {
    z-index: 1
  }

  #contenedor {
    overflow: hidden
  }

  #contenedor .wrap.textos.integridad {
    box-sizing: border-box;
    padding: 0 20px;
  }

  header {
    position: relative;
    /* height: 100px */
  }

  header h1 {
    height: auto;
    margin-top: 10px;
    line-height: 100px;
  }



  header.error h1 {
    float: none;
    width: 120px;
    margin: 0 auto;
    padding: 10px
  }

  header h1 a img {
    width: 100%
  }

  header #acceso-usuarios {
    position: absolute;
    top: 40px;
    right: 10px;
    float: none;
    width: auto;
    height: auto;
    margin-top: 0
  }

  header #acceso-usuarios .titulo {
    float: none;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-right: 0;
    padding-left: 25px;
    border-right: none;
    background-image: url(../../images/iconos/ico_usuario_movil.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 22px;
  }

  header #acceso-usuarios .titulo p {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  header #acceso-usuarios a.olvido-clave,
  header #acceso-usuarios a.registro,
  header #acceso-usuarios form#form-acceso-escritorio {
    display: none
  }

  header form#form-acceso-moviles {
    position: absolute;
    top: 100px;
    display: none;
    width: 100%;
    padding-bottom: 20px;
    background-color: #29295D;
  }

  header form#form-acceso-moviles label {
    display: block;
    width: 224px;
    margin: 20px auto
  }

  header form#form-acceso-moviles label input[type=password],
  header form#form-acceso-moviles label input[type=text] {
    display: block;
    width: calc(100% - 50px);
    height: 24px;
    margin: 0;
    padding: 3px 10px 3px 40px;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    font-family: 'travel-light', sans-serif;
    font-size: 13px;
  }

  header form#form-acceso-moviles label input[type=text] {
    background-image: url(../../images/general/login_ico_usuario.gif)
  }

  header form#form-acceso-moviles label input[type=password] {
    background-image: url(../../images/general/login_ico_password.gif)
  }

  header form#form-acceso-moviles label input[type=password]:focus,
  header form#form-acceso-moviles label input[type=text]:focus {
    box-shadow: 0 0 0 1px #2CA5DE
  }

  header form#form-acceso-moviles label input[type=password].error,
  header form#form-acceso-moviles label input[type=text].error {
    box-shadow: 0 0 0 1px #f20
  }

  header form#form-acceso-moviles label span.ej {
    display: block;
    margin: 5px 0 0 5px;
    color: #a5aabd;
    font-family: 'travel-regular', sans-serif;
    font-size: 12px;
  }

  header form#form-acceso-moviles label span.error {
    display: block;
    margin: 5px 0 0 5px;
    color: #f20;
    font-family: 'travel-regular', sans-serif;
    font-size: 12px;
  }

  header form#form-acceso-moviles input[type=submit] {
    display: block;
    width: 224px;
    height: 30px;
    margin: 0 auto;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #2CA5DE;
    font-family: sansa-pro-bold, sans-serif;
    font-size: 12px;
  }

  header form#form-acceso-moviles a.olvido-clave {
    position: relative;
    display: block;
    width: 90px;
    margin: 30px auto 0 auto;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    font-family: 'travel-regular', sans-serif;
    font-size: 12px;
  }

  header form#form-acceso-moviles a.olvido-clave::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: '';
    background-color: #2ba6df
  }

  header form#form-acceso-moviles a.registro {
    position: relative;
    display: block;
    width: 90px;
    margin: 30px auto 0 auto;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    font-family: 'travel-regular', sans-serif;
    font-size: 12px;
  }

  header form#form-acceso-moviles a.registro::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: '';
    background-color: #cc0025
  }

  header form#form-acceso-moviles #login-fb-movil {
    width: 128px;
    margin: 20px auto 0 auto
  }

  header form#form-acceso-moviles #login-fb-movil p {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    color: #a5aabd;
    font-family: 'travel-regular', sans-serif;
    font-size: 10px;
  }

  header #btn-menu-moviles {
    position: relative;
    display: block;
    float: left;
    width: 25px;
    height: 15px;
    margin-top: 38px;
    margin-right: 20px;
    margin-left: 2rem;
    transition: all .3s ease
  }

  header #btn-menu-moviles span {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
  }

  header #btn-menu-moviles span.top {
    top: 0;
    transition: all .3s ease;
    transform-origin: top left;
  }

  header #btn-menu-moviles span.mid {
    top: 50%;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header #btn-menu-moviles span.bottom {
    bottom: 0;
    transition: all .3s ease;
    transform-origin: bottom left;
  }

  header #btn-menu-moviles.closeNav span.top {
    width: 80%;
    transform: rotate(45deg);
  }

  header #btn-menu-moviles.closeNav span.mid {
    opacity: 0
  }

  header #btn-menu-moviles.closeNav span.bottom {
    width: 80%;
    transform: rotate(-45deg);
  }

  nav {
    background-color: #fff !important
  }

  nav {
    position: absolute;
    z-index: 99999;
    top: 100px;
    bottom: auto;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
  }

  nav .wrap>ul>li {
    display: block;
    margin-right: 0 !important;
    padding-left: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-size: 25px;
    line-height: 45px;
  }

  nav .wrap>ul>li.inicio {
    background-image: url(../../images/iconos/ico_inicio.png);
    background-position: 10px 20px
  }

  nav .wrap>ul>li.sodexo-club {
    background-image: url(../../images/iconos/ico_sodexoclub.png);
    background-position: 10px 20px
  }

  nav .wrap>ul>li.pago-online {
    background-image: url(../../images/iconos/ico_pagoonline.png);
    background-position: 10px 20px
  }

  nav .wrap>ul>li.busca {
    display: flex;
    align-items: center;
    min-height: 65px;
    background-image: url(../../images/iconos/ico_buscador.png);
    background-position: 10px 20px;
  }

  nav .wrap>ul>li.busca>a {
    line-height: 1
  }

  nav .wrap>ul>li.donde-comer {
    background-image: url(../../images/iconos/ico_buscador.png);
    background-position: 10px 20px
  }

  nav .wrap>ul>li.mi-tarjeta {
    background-image: url(../../images/iconos/iconos_menu_tajeta.png);
    background-position: 10px 20px
  }

  nav .wrap>ul>li.vivir-bien {
    background-image: url(../../images/iconos/ico_vivir_bien.png);
    background-position: 10px 20px
  }

  nav .wrap>ul>li.parvulo {
    background-image: url(../../images/iconos/ico_parvulos_mov.png);
    background-position: 10px 20px
  }

  nav .wrap>ul>li.mis-datos {
    background-image: url(../../images/iconos/ico_misdatos.png);
    background-position: 10px 20px
  }

  nav .wrap>ul>li:first-child {
    display: block
  }

  nav .wrap>ul>li>a {
    display: block;
    padding: 10px;
    color: #29295D;
    font-size: 20px;
  }

  nav .wrap>ul>li>a::after {
    display: none
  }

  nav .wrap>ul>li>ul {
    display: none !important
  }

  #login-fb {
    display: none
  }

  footer {
    height: auto;
    padding: 10px 0;
  }

  footer .logo-sodexo {
    position: relative;
    top: auto;
    right: auto;
    width: 174px;
    margin: 0 auto 20px auto
  }

  footer ul#menu-footer {
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  footer ul#menu-footer li {
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0 2px 0 0
  }

  footer ul#menu-footer li a {
    display: block;
    font-size: 8px;
    line-height: 8px;
  }

  footer #info-footer {
    margin-top: 10px;
    padding: 10px 20px 0 20px;
    border-top: none;
  }

  footer #info-footer span.info {
    display: block;
    float: none;
    /* height: 20px; */
    margin-right: 0;
    padding: 0;
    text-align: center;
    border-right: none;
    line-height: 20px;
  }

  footer #info-footer span.info.telefono {
    width: 150px;
    height: 50px;
    margin: 0 auto;
    text-align: left;
    background-position: 0 0;
  }

  #aviso span {
    display: block;
    float: none;
    width: 130px;
    margin: 0 auto 15px auto;
    border-right: none;
  }

  #aviso img#btn-cerrar-aviso {
    position: absolute;
    top: -10px;
    right: 10px;
    float: none;
  }

  #aviso p {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 12px
  }

  main .wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 10px
  }

  main .wrap .mensaje_importante {
    margin: 0
  }

  main .destacado-quienes-somos .wrap {
    padding: 0
  }

  main.privado section {
    width: calc(100% - 20px) !important;
    padding: 30px 10px !important
  }

  main h5 {
    font-size: 20px
  }

  section h4 {
    font-size: 22px
  }

  section p {
    font-size: 12px
  }

  section h4+p {
    width: auto
  }

  section .sub-seccion {
    width: calc(100% - 20px);
    padding: 10px;
  }

  section .titulo {
    position: relative
  }

  section .titulo h5 {
    width: 85%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  section .titulo h5+.ico {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    margin-right: 10px !important
  }

  section .titulo h5::after {
    position: relative;
    width: 118%
  }

  .ico-doc,
  .ico-pdf,
  .ico-xls {
    background-size: 16px
  }

  .btn.der.ico-xls {
    margin-right: 10px !important
  }

  .fila .col.pull-left:not(:first-child) {
    margin-left: 0
  }

  .tablet.horizontal {
    display: none !important
  }

  #mensaje-exito {
    width: 90%;
    margin: 0 auto
  }

  #mensaje-exito .izq {
    float: none
  }

  #mensaje-exito img {
    width: 50%;
    margin: 0 auto
  }

  #mensaje-exito a:not(.btn),
  #mensaje-exito h3,
  #mensaje-exito h4 {
    text-align: center;
    font-size: 20px
  }

  #mensaje-exito .btn {
    display: block;
    width: 150px;
    margin: 50px auto 0 auto;
  }

  #filtro-busqueda .sk-fading-circle {
    float: none;
    width: 200px;
    margin: 0 auto
  }

  .fila {
    padding: 0
  }

  .fila.borde {
    padding-bottom: 10px
  }

  .fila .col {
    float: none !important;
    width: 100% !important;
  }

  .fila .col:last-child {
    margin: initial;
    margin-bottom: 0;
    padding-right: 3%;
  }

  form select {
    display: block;
    width: 100%;
    height: 38px;
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #bfcbcf;
    border-radius: 5px;
    background-color: #fff;
    background-image: url(../../images/general/flecha_select_movil.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-family: Arial, sans-serif;
    font-size: 12px;
  }

  #detalle-convenio .izq {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px
  }

  #detalle-convenio .der.txtCenter {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px
  }
}

@media all and (min-width:480px) and (max-width:1024px) {
  .movil.horizontal {
    display: block !important
  }
}

@media all and (min-width:1024px) and (max-height:768px) {
  .tablet.horizontal {
    display: block !important
  }
}

@media all and (max-width:767px) {
  .login-independiente {
    background-color: #2CA5DE
  }

  .login-independiente .bg_slider {
    display: none
  }

  .login-independiente form {
    width: calc(80% - 60px);
    padding: 10px 30px;
    border-radius: 20px
  }

  .login-independiente form img {
    width: 100px;
    margin: 0 auto
  }

  .login-independiente .mensaje {
    margin-bottom: 5px
  }

  .login-independiente form input[type=submit] {
    margin: 10px auto
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .login-independiente form {
    width: 230px;
    padding: 10px 30px;
    border-radius: 20px
  }
}

@media all and (max-width:736px) {
  .contact-form-title {
    height: 73px !important;
  }

  .btn {
    margin-bottom: 30px;
  }

  #buscador-comercios .buscador-comercios #cabecera-buscador .searchQuery-container form#formBuscadorServicios label.radiobox span {
    font-size: 19px !important;
  }
}

@media all and (max-width:380px) {

  .wmForm .form-field input.form-control,
  form select {
    height: 33px;
  }

  .mensaje {
    top: 15%;
  }
}

@media all and (max-width:1024px) {
  .filtros {
    width: 100%;
  }

  .filtros label {
    width: 24%;
  }

  .filtros label .chosen-container {
    width: 220px !important;
  }

  .filtros .btn {
    float: left;
  }
}

@media all and (max-width:850px) {
  .filtros label {
    width: 24%;
  }

  .filtros label .chosen-container {
    width: 90px !important;
  }

  .filtros .btn {
    float: left;
    width: 100px;
  }
}

@media all and (max-width:650px) {
  .filtros {
    width: 93%;
    margin-left: 23px;
  }

  .filtros label {
    width: 93%;
    margin-bottom: 6px;
    margin-left: 23px;
  }

  .filtros label .chosen-container {
    width: 90% !important;
  }

  .filtros .btn {
    float: left;
    width: 84% !important;
    margin-left: 24px !important;
  }
}

@media all and (max-width:414px) {
  .filtros {
    width: 90%;
    margin-left: 24px;
  }
}

@media all and (max-width:375px) {
  .filtros {
    width: 100%;
    margin-left: 0;
  }

  .filtros label {
    width: 100%;
    margin-left: 0;
  }

  .filtros .btn {
    width: 90% !important;
    margin-left: 0 !important;
  }
}

@media all and (max-width:414px) {
  header #btn-menu-moviles {
    margin-right: 15px;
  }

  #pagoOnline .form-field-pago input[type=text] {
    width: 90%;
  }
}

#destacados .mobil {
  display: none !important;
}

#destacados .desktop {
  display: block !important;
}

@media (max-width:540px) {
  #destacados .mobil {
    display: block !important;
  }

  #destacados .desktop {
    display: none !important;
  }
}

@media all and (max-width:768px) and (orientation:landscape) {
  .srvs .lnk-srv {
    width: 215px;
  }

  .srvs .lnk-srv.reg h2 {
    font-size: 17px;
  }

  .srvs .lnk-srv.reg span {
    font-size: 28px;
  }

  .srvs .lnk-srv .foto img {
    width: 90%;
  }

  .srvs .lnk-srv hgroup {
    padding: 15px;
  }
}

@media all and (max-width:768px) {
  #mensaje-exito img.otro {
    width: 100px;
  }

  .fot {
    width: 66%;
    margin: 0 auto;
    padding-top: 20px;
  }

  h6.altH {
    margin-top: 20px;
    text-align: center;
  }

  p.cent {
    text-align: center;
  }
}

@media all and (max-width:667px) and (orientation:landscape) {
  .srvs {
    padding-bottom: 10px;
  }

  .srvs h1 {
    height: 45px;
    font-size: 16px;
  }

  .srvs .lnk-srv {
    width: 165px;
  }

  .srvs .lnk-srv.reg h2 {
    font-size: 14px;
  }

  srvs .lnk-srv.reg span {
    font-size: 24px;
  }

  .lnk-srv.reg .flecha {
    width: 20px;
    height: 37px;
  }

  .lnk-srv.reg .flecha img {
    width: 100%;
  }
}

@media all and (max-width:380px) {

  .srvs,
  .lnk-srv.par-pass,
  .lnk-srv.chk-res {
    padding-bottom: 0;
  }

  .srvs .lnk-srv {
    margin: 0;
  }

  .srvs .lnk-srv.reg {
    margin-bottom: 15px;
  }

  #mensaje-exito img.otro {
    width: 95px;
  }
}

.visible-sm {
  display: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  .visible-sm {
    display: block !important;
  }
}

@media (max-width: 1024px) {

  .wmForm .form-field,
  .wmForms .form-field {
    margin-bottom: 15px;
  }
}

@media all and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }
}