/* nav .wrap>ul>li.datos {
  display: none;
} */

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

  input,
  select {
    -webkit-appearance: none;
  }

  .desktop {
    display: none !important;
  }

  .wrap {
    width: 100%;
  }

  .btn {
    height: 30px;
    padding: 0px 20px 0px 10px;
    line-height: 30px;
  }

  .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;
    padding-bottom: 270px;
  }

  /*Cabecera*/
  header {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 1.5rem;
  }

  header h1 {}

  header h1 a {
    width: 70px;
  }

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

  header h1 a img {
    width: 100%;
  }

  /*Acceso Usuarios*/
  header #acceso-usuarios {
    position: absolute;
    top: 40px;
    right: 10px;
    float: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    cursor: pointer;
  }

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

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

  header #acceso-usuarios form#form-acceso-escritorio,
  header #acceso-usuarios a.olvido-clave,
  header #acceso-usuarios a.solicito-clave {
    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=text],
  header form#form-acceso-moviles label input[type=password] {
    display: block;
    width: calc(100% - 50px);
    height: 24px;
    margin: 0px;
    padding: 3px 10px 3px 40px;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    font-family: 'sansa-pro-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=text]:focus,
  header form#form-acceso-moviles label input[type=password]:focus {
    -webkit-box-shadow: 0px 0px 0px 1px #2CA5DE;
    box-shadow: 0px 0px 0px 1px #2CA5DE;
  }

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

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

  header form#form-acceso-moviles label span.error {
    display: block;
    margin: 5px 0px 0px 5px;
    color: #f20;
    font-family: 'sansa-pro-normal', 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 0px auto;
    padding: 0px 5px;
    text-align: center;
    color: #fff;
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 12px;
  }

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

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

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

  /*Menu navegación*/
  header #btn-menu-moviles {
    position: relative;
    display: block;
    width: 40px;
    height: 25px;
    margin-left: 1.5rem;
    margin-right: 30px;

    cursor: pointer;
  }

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

  header #btn-menu-moviles span.top {
    top: 0px;
  }

  header #btn-menu-moviles span.mid {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header #btn-menu-moviles span.bottom {
    bottom: 0px;
  }

  nav {
    position: absolute;
    z-index: 99999;
    top: 100px;
    bottom: auto;
    left: 0px;
    display: none;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
  }

  nav .wrap>ul>li {
    display: block;
    margin-right: 0px !important;
    padding-left: 40px;
    border-bottom: 1px solid rgba(0, 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.noticias {
    background-image: url(../../images/iconos/ico_noticias.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.crece {
    background-image: url(../../images/iconos/ico_crece.png);
    background-position: 10px 20px;
  }

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

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

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

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

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

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

  nav .wrap>ul>li.datos {
    display: none;
    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;
    font-size: 20px;
  }

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

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

  /*Footer*/
  footer {
    height: 250px;
    padding: 10px 0px;
  }

  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 {
    display: block;
    width: auto;
    margin-top: 10px;
    padding: 10px 20px 0px 20px;
    border-top: none;
  }

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

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

  footer #info-footer span.info.telefono a {
    font-size: 16px;
  }

  /*Avisos*/
  #aviso span {
    display: block;
    float: none;
    width: 130px;
    margin: 0px 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: 0px;
    text-align: center;
    font-size: 12px;
  }

  /*Sección*/
  main.privado section {
    width: calc(100% - 20px);
    padding: 30px 10px;
  }

  section h4 {
    font-size: 22px;
  }

  section p {
    font-size: 13px;
  }

  section h4+p {
    width: auto;
  }

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

  section .titulo {
    position: relative;
  }

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

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

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

  .sub-seccion .titulo h5+.ico {
    right: 0px;
  }

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

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

  .fila {
    padding: 0px;
  }

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

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

  .tablet.horizontal {
    display: none !important;
  }

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

  #mensaje-exito .izq {
    float: none;
  }

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

  #mensaje-exito h3,
  #mensaje-exito h4,
  #mensaje-exito a:not(.btn) {
    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;
  }
}

@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;
  }
}

/*Login Independiente*/
@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;
  }
}

table tr td.tablet {
  height: 41px;
  line-height: 36px;
}

/*-- botones responsive --*/

@media(min-width:1024px) {
  .botonera.ot_aceptada .btn.der.ico-xls {
    margin-right: 10px;
  }
}

@media(max-width:420px) {

  .botonera.ot_aceptada#acciones,
  .botonera.ot_aceptada {
    height: 50px;
  }

  .botonera.ot_aceptada .btn.der.ico-xls {
    width: 94%;
    min-width: 94%;
    margin: 10px 10px;
    position: absolute;
    left: 47%;
    transform: translate(-50%, -50%);
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }

}

@media(max-width:375px) {

  .botonera.ot_aceptada#acciones,
  .botonera.ot_aceptada {
    height: 50px;
  }

  .botonera.ot_aceptada .btn.der.ico-xls {
    width: 94%;
    min-width: 94%;
    margin: 10px 10px;
    position: absolute;
    left: 47%;
    transform: translate(-50%, -50%);
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }

}

@media(max-width:360px) {

  .botonera.ot_aceptada#acciones,
  .botonera.ot_aceptada {
    height: 50px;
  }

  .botonera.ot_aceptada .btn.der.ico-xls {
    width: 94%;
    min-width: 94%;
    margin: 10px 10px;
    position: absolute;
    left: 47%;
    transform: translate(-50%, -50%);
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }

}