/*Cabecera*/
header{
    height: 260px;
    z-index: 99999;
}

header .logo-sodexo{
    position: absolute;
    top: 40px;
    right: 0px;
    width: 200px;
}

header.error{
    height: 150px;
}

/*Menú Cliente*/
header #menu-cliente{
    width: 100%;
    height: 130px;
    background-image: url(../images/home/bg_menu_principal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/*Datos Cliente*/
header #menu-cliente #datos-cliente{
    width: 70%;
    margin-top: 20px;
}

header #menu-cliente #datos-cliente figure{
    float: left;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}

header #menu-cliente #datos-cliente h2 a{
    display: block;
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 24px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;

}

header #menu-cliente #datos-cliente h2 a:hover{
    opacity: 1;
}

header #menu-cliente #datos-cliente h2 a img{
    display: inline-block;
    width: 17px;
}

header #menu-cliente #datos-cliente .chosen-container{
    margin: 0px;
}

header #menu-cliente #datos-cliente .chosen-container-single .chosen-single div b{
    background-image: url('../images/general/flecha_select_blanco.png');
}

header #menu-cliente #datos-cliente .chosen-single{
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    min-width: 150px;
}

header #menu-cliente #utiles{
    width: 30%;
    margin-top: 50px;
}

header #menu-cliente #utiles #btn-notificaciones{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 23px;
    background-image: url(../images/iconos/ico_btn_notificaciones.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 40px;
    margin-top: 7px;
}

header #menu-cliente #utiles #btn-notificaciones span{
    position: absolute;
    top: -7px;
    right: -15px;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #cc0025;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-family: 'sansa-pro-normal', sans-serif;
}

#modal-notificaciones{
    display: none;
    position: absolute;
    z-index: 999999;
    width: 400px;
    padding: 10px;
    border-radius: 7px;
    background-color: rgba(255,255,255,1);
    top: 230px;
    right: 50%;
    margin-right: -554px;
}

#modal-notificaciones::before{
    content: '';
    display: block;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -20px;
    right: 78px;
}

#modal-notificaciones .notificacion{
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-size: 20px;
    padding-left: 40px;
    border: 1px solid rgba(0,0,0,0.05);
}

#modal-notificaciones .notificacion.advertencia{
    background-image: url(../images/iconos/ico_advertencia.png);
}

#modal-notificaciones .notificacion.info{
    background-image: url(../images/iconos/ico_info.png);
}

#modal-notificaciones .notificacion.importante{
    background-image: url(../images/iconos/ico_error.png);
}

#modal-notificaciones .notificacion:last-child{
    margin-bottom: 0px;
}

#modal-notificaciones .notificacion p{
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 12px;
}

header #menu-cliente #utiles #btn-cerrar-sesion{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/iconos/ico_btn_cerrar_sesion.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Menu de navegacion*/
nav{
    position: relative;
    bottom: auto;
    transition: background-color 200ms ease-in-out;
}

#sticky-wrapper{
    position: relative;
    z-index: 99998;
    width: 100%;
    background-image: url(../images/home/bg_menu_principal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.is-sticky nav{
    background-color: #29295D;
    z-index: 99999 !important;
}

.is-sticky nav .wrap > ul > li > a{
    color: #fff;
}

nav li{
    margin-right: 35px !important;
}

nav li a{
    font-size: 14px !important;
}

main{
    padding: 20px 0px;
    margin-bottom: 20px;
}

/*Filtro de Búsqueda*/
#filtro-busqueda{
    width: 100%;
    padding: 20px 0px;
}

#filtro-busqueda label{
    width: 225px;
    float: left;
    margin-right: 20px;
}

#filtro-busqueda .chosen-container{
    min-width: 100% !important;
}

#filtro-busqueda .chosen-single{
    width: 225px;
    border: 1px solid #bfcbcf;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    height: 38px;
    padding: 3px 5px;
    margin-top: 5px;
    line-height: 32px;
    background-color: #fff;
}

#filtro-busqueda label.doble{
    width: 450px;
}

#filtro-busqueda label.doble .chosen-single{
    width: 450px;
}

#filtro-busqueda .chosen-drop{
    border: 1px solid #bfcbcf;
}

#filtro-busqueda li{
    font-family: 'Arial', sans-serif;
    font-size: 13px;
}

#filtro-busqueda #reembolsoEstado_chosen li{
    padding-left: 0px;
}

#filtro-busqueda #reembolsoEstado_chosen li:not(:first-child)::before{
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: grey;
}

#filtro-busqueda #reembolsoEstado_chosen li:nth-child(2)::before{
    background-color: #37A828;
}

#filtro-busqueda #reembolsoEstado_chosen li:nth-child(3)::before{
    background-color: #0E71B8;
}

#filtro-busqueda #reembolsoEstado_chosen li:nth-child(4)::before{
    background-color: #EBC337;
}

#filtro-busqueda .btn{
    width: 120px;
    min-width: 120px;
    line-height: 22px;
    margin-left: 0px;
    margin-top: 28px;
}

#filtro-busqueda .sk-fading-circle{
    float: left;
    margin: 25px 0px 0px 0px;
}

#filtro-busqueda .sk-fading-circle:after{
    display: block;
    content: 'Buscando';
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    margin-left: 0px;
    color: #596066;
    line-height: 20px;
    position: absolute;
    right: -70px;
    top: 8px;
}

/*Paginación*/
#paginacion{
    text-align: center;
    margin: 20px 0px;
}

#paginacion a{
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 15px;
    display: inline-block;
    color: #596066;
}

#paginacion a.selec{
    color: #0e71b8;
    font-family: 'sansa-pro-bold', sans-serif;
}

#paginacion a::after{
    content: ' - ';
    font-family: 'sansa-pro-normal', sans-serif !important;
    color: #596066 !important;
}

#paginacion a:last-child::after{
    display: none;
}

/*Tablas*/
table{
    width: 100%;
    margin: 20px 0px;
    border-spacing: 0px;
    border: 1px solid #dae2e5;
    border-radius: 7px;
    padding: 20px;
}

table thead tr th{
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #3f4a56;
    text-align: left;
    padding: 20px 0px;
    border-bottom: 1px solid #dae2e5;
    padding: 10px;
}

table tbody tr td{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #596066;
    text-align: left;
    border-bottom: 1px solid #dae2e5;
    line-height: 20px;
    padding: 10px;
    height: 34px;
}

table tbody tr td img{
    width: 70px;
}

table thead tr th.txt-der,
table tbody tr td.txt-der{
    text-align: right;
}

table tbody tr:last-child td{
    border-bottom: none;
}

table .btn{
    min-width: auto;
    margin: 0px;
}

table span.fecha{
    display: inline-block;
    width: 17px;
    height: 18px;
    background-image: url(../images/iconos/ico_fecha.gif);
    float: left;
    margin-right: 5px;
}

table span.pendiente,
table span.reversa{
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background-color: #EBC337;
    border-radius: 50%;
}

table span.pagado,
table span.consumo{
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background-color: #37A828;
    border-radius: 50%;
}

table span.proceso,
table span.anulacion{
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background-color: #0E71B8;
    border-radius: 50%;
}

main.interior{
    background-color: #fff;
    position: relative;
    z-index: 99997;
}

main.interior .cabecera{
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

main.interior .cabecera h5{
    position: absolute;
    width: 500px;
    margin: 0 auto;
    z-index: 2;
    color: #fff;
    font-size: 25px;
    left: 50%;
    top: 50%;
    margin-left: -560px;
    transform: translateY(-50%);
}

main.interior .cabecera img{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

main.interior h4{
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 25px;
    color: #596066;
    margin: 20px 0px;
}

main.interior h5{
    font-family: 'sansa-pro-light', sans-serif;
    font-size: 18px;
    color: #596066;
    margin: 20px 0px;
    width: 380px;
}

main.interior h6{
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 18px;
    color: #596066;
    margin: 20px 0px;
}

main.interior p{
    font-family: 'Arial', sans-serif;
    color: #596066;
    font-size: 14px;
    line-height: 20px;
}

main.interior p.legal{
    font-size: 12px;
    text-align: justify;
}

main.interior a:not(.btn){
    display: block;
    font-family: 'sansa-pro-bold', sans-serif;
    color: #596066;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}

main.interior li{
    font-family: 'Arial', sans-serif;
    color: #596066;
    font-size: 14px;
    margin-bottom: 10px;
}

/*Cabecera Interior*/
#cabecera-interior{
    width: 100%;
    height: 110px;
    margin-top: -20px;
    padding: 7px 0px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    background-color: #f1f4f5;
}

#cabecera-interior.azul h4{
    color: #0e71b8;
}

#cabecera-interior.azul h3{
    background-image: url(../images/interior/ico_apoyamos.png);
}

#cabecera-interior.morado h4{
    color: #951b81;;
}

#cabecera-interior.morado h3{
    background-image: url(../images/interior/ico_promovemos.png);
}

#cabecera-interior.naranjo h4{
    color: #e94e1b;;
}

#cabecera-interior.naranjo h3{
    background-image: url(../images/interior/ico_ayudamos.png);
}

#cabecera-interior.verde h4{
    color: #3aaa35;;
}

#cabecera-interior.verde h3{
    background-image: url(../images/interior/ico_valoramos.png);
}

/*Ruta*/
#ruta{
    border-bottom: 1px solid rgba(255,255,255,1);
    padding-bottom: 0px;
    margin-bottom: 12px;
    height: 20px;
}

#ruta p,
#ruta p a{
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    color: #596066;
    display: inline-block;
    margin-right: 5px;
    line-height: 0px;
}

#ruta p::after{
    content: '/';
    display: inline-block;
    margin-left: 5px;
    color: #b9c7d4;
}

#ruta p:last-child{
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

#ruta p:last-child::after{
    display: none;
}

#cabecera-interior h3{
    font-family: 'sansa-pro-light', sans-serif;
    font-size: 25px;
    display: inline-block;
    color: #596066;
    letter-spacing: -1px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 60px;
    line-height: 53px;
}

#cabecera-interior h3::after{
    content: '|';
    display: inline-block;
    margin: 0px 10px;
    color: rgba(0,0,0,0.2);
}

#cabecera-interior h4{
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 25px;
    color: #596066;
    display: inline-block;
    letter-spacing: -1px;
}

#botonera-detalle .btn{
    display: inline-block;
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 12px;
    padding: 5px 30px;
    text-align: center;
    background-color: #a9b7bd;
    color: #fff;
}

/*Utilitarios*/
#utilitarios{
    display: block;
    margin: 50px 0px 20px 0px;
    width: 100%;
    text-align: center;
}

#utilitarios a{
    display: inline-block;
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #3f4a56;
    padding: 0px 40px;
    border-right: 2px solid rgba(0,0,0,0.2);
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}

#utilitarios a:hover{
    opacity: 0.8;
}

#utilitarios a:first-child{
    padding-left: 0px;
}

#utilitarios a:last-child{
    padding-right: 0px;
    border-right: none;
}

/*Listado de Documentos*/
#listado-documentos a.archivo{
    display: block;
    padding: 20px 20px 20px 100px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 20px 0px;
    border-radius: 7px;
    position: relative;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}

#listado-documentos a.archivo:hover{
    background-color: rgba(0,0,0,0.03);
}

#listado-documentos a.archivo::before{
    display: block;
    content: '';
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #a9b7bd;
    background-repeat: no-repeat;
    background-position: center;
}

#listado-documentos a.archivo.pdf::before{
    background-image: url(../images/iconos/ico_pdf.gif);
}

#listado-documentos a.archivo.xls::before{
    background-image: url(../images/iconos/ico_xls.gif);
}

#listado-documentos a.archivo.doc::before{
    background-image: url(../images/iconos/ico_doc.gif);
}

#listado-documentos a.archivo p.fecha{
    font-size: 11px;
    margin-bottom: 3px;
}

#listado-documentos a.archivo h5{
    margin: 3px 0px;
    font-size: 20px;
    font-family: 'sansa-pro-normal', sans-serif;
}

#listado-documentos.procedimientos a.archivo::after{
    content: '';
    display: block;
    clear: both;
}

#listado-documentos.procedimientos a.archivo h5,
#listado-documentos.procedimientos a.archivo p{
    width: 700px;
}

#listado-documentos a.archivo .servicios{
    position: absolute;
    height: 50px;
    text-align: center;
    top: 50%;
    right:  10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#listado-documentos a.archivo .servicios img{
    height: 50px;
    display: inline-block;
    margin-right: 5px;
}

/*Procedimientos*/
#cabecera-interior.procedimientos h4{
    color: #6CAFD2;
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 25px;
    display: block;
    letter-spacing: -1px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 60px;
    line-height: 53px;
}

#cabecera-interior.procedimientos h4{
    background-image: url(../images/iconos/ico_procedimientos.png);
}

/*Contacto*/
#cabecera-interior.contacto h4{
    color: #6CAFD2;
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 25px;
    display: block;
    letter-spacing: -1px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 60px;
    line-height: 53px;
}

#cabecera-interior.contacto h4{
    background-image: url(../images/iconos/ico_contacto.png);
}

/*Mis datos*/
#cabecera-interior.datos h4{
    color: #6CAFD2;
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 25px;
    display: block;
    letter-spacing: -1px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 60px;
    line-height: 53px;
}

#cabecera-interior.datos h4{
    background-image: url(../images/iconos/ico_datos.png);
}

#mis-datos #cabecera-detalle{
    padding-top: 20px;
}

#mis-datos #cabecera-detalle figure a{
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

#mis-datos #cabecera-detalle figure a::after{
    opacity: 0;
    display: block;
    content: '';
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/iconos/ico_editar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}

#mis-datos #cabecera-detalle figure a:hover::after{
    opacity: 1;
}

#mis-datos #cabecera-detalle .texto{
    margin-left: 20px;
    margin-top: 50px;
}

#mis-datos #cabecera-detalle .texto p{
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 20px;
}

#mis-datos #cabecera-detalle .texto p span{
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    margin-top: 3px;
}

/*Detalle de compañia*/
#detalle-compania{
    padding: 20px 0px;
}

#detalle-compania h4{
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 25px;
    color: #596066; 
}

#detalle-compania .fila{
    display: block;
    text-align: left;
    border-bottom: 1px solid #dae2e5;
}

#detalle-compania .fila .col:first-child,
#detalle-compania .fila .col:last-child{
    float: none;
}

#detalle-compania .fila .col{
    font-size: 14px;
    font-weight: normal;
    color: #596066;
    text-align: left;
    line-height: 20px;
    padding: 2px;
    margin-right: 0px;
    width: 330px;
}

#detalle-compania .fila .col:first-child,
#detalle-compania .fila .col:nth-child(3){
    width: 170px;
    font-family: 'sansa-pro-bold', sans-serif;
}

#detalle-compania .fila .col input{
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    color: #596066;
    width: 300px;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: 5px 6px;
    background-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    padding-left: 23px;
}

#detalle-compania .fila .col span{
    padding-left: 23px;
    font-family: 'Arial', sans-serif;
}

#detalle-compania .fila .col span.pendiente,
#detalle-compania .fila .col span.proceso,
#detalle-compania .fila .col span.pagado{
    padding-left: 0px;
}

#detalle-compania .fila .col span.pendiente::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background-color: #EBC337;
    border-radius: 50%;
    margin-left: 22px;
}

#detalle-compania .fila .col span.proceso::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background-color: #0E71B8;
    border-radius: 50%;
    margin-left: 22px;
}

#detalle-compania .fila .col span.pagado::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background-color: #37A828;
    border-radius: 50%;
    margin-left: 22px;
}

#detalle-compania .fila .col input:hover{
    color: #000;
    background-image: url(../images/iconos/ico_editar_gris.png);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    background-size: 15px;
    padding-left: 23px;
    background-color: #f8f8f8;
}

#detalle-compania .fila .col input:focus{
    background-image: url(../images/iconos/ico_editar.png);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    background-size: 15px;
    padding-left: 23px;
    color: #fff;
    background-color: #2ba6df;
    cursor: initial;
}

#detalle-compania .accordionButton{
    height: 31px;
    width: 31px;
    margin: 20px auto 0px auto;
    padding: 0px;
    background-position: center;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    position: relative;
    border-bottom: none;
}

/*Crear promocion*/
#ejemplo-promocion .promocion .vista-previa{
    width: 463px;
    height: 400px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0,0,0,0.1); 
}

#ejemplo-promocion .promocion .vista-previa img.bg{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#ejemplo-promocion .promocion .vista-previa figure{
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 90px;
    overflow: hidden;
}

#ejemplo-promocion .promocion .vista-previa figure img{
    width: 100%;
}

#ejemplo-promocion .promocion .vista-previa p.titulo{
    position: relative;
    z-index: 2;
    margin-top: 140px;
    margin-left: 20px;
    font-family: 'sansa-pro-bold', sans-serif;
    color: rgba(255,255,255,0.5);
    font-size: 55px;
    line-height: 65px;
    width: 240px;
}

#ejemplo-promocion .promocion .vista-previa p.detalle{
    position: relative;
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    margin-left: 20px;
    margin-bottom: 15px;
    z-index: 2;
    width: 240px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

#ejemplo-promocion .promocion .vista-previa p.tipo-promo{
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    position: absolute;
    top: 162px;
    left: 281px;
    z-index: 2;
    width: 70px;
    text-align: center;
    line-height: 13px;
    transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
}

#ejemplo-promocion .promocion .vista-previa p.tipo-promo.una-linea{
    top: 170px;
    left: 282px;
}

#ejemplo-promocion .promocion .vista-previa p.nombre-direccion{
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;    
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    position: relative;
    margin-left: 20px;
    z-index: 2;
    width: 240px;
    margin-bottom: 20px;
}

#ejemplo-promocion .promocion .vista-previa p.restriccion{
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    line-height: 12px;    
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    position: relative;
    margin-left: 20px;
    z-index: 2;
    width: 240px;
}

#ejemplo-promocion .promocion .vista-previa p.vigencia{
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    line-height: 12px;    
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    position: relative;
    margin-left: 20px;
    z-index: 2;
    width: 240px;
    margin-top: 10px;
}

/*Listado de promociones*/
#listado-promociones.portada{
    padding: 20px 0px;
    border: none;
}

#listado-promociones .promocion{
    width: 300px;
    height: 450px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 7px;
    float: left;
    margin-right: 37px;
    margin-bottom: 37px;
}

#listado-promociones.portada .promocion{
    width: 100%;
    height: auto;
}

#listado-promociones .promocion.mi-local{
    /*height: 398px;*/
    width: 340px;
    margin-right: 0px;
    padding: 0px;
    border: none;
}

#listado-promociones .promocion:nth-child(3n){
    margin-right: 0px;
}

#listado-promociones .promocion h5{
    font-size: 20px;
    font-family: 'sansa-pro-light', sans-serif;
    color: #596066;
    margin: 20px 0px;
    text-align: left;
}

#listado-promociones .promocion .vista-previa{
    width: 300px;
    height: 259px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 0 auto;
}

#listado-promociones .promocion.mi-local .vista-previa{
    width: 340px;
    height: 280px;
}

#listado-promociones .promocion.mi-local .vista-previa p.tipo-promo{
    top: 117px;
    left: 197px;
}

#listado-promociones.portada .promocion .vista-previa{
    margin: 0;
    float: left;
}

#listado-promociones .promocion .vista-previa img.bg{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#listado-promociones .promocion .vista-previa figure{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0px;
    width: 93px;
    height: 50px;
    overflow: hidden;
}

#listado-promociones .promocion .vista-previa figure img{
    width: 100%;
}

#listado-promociones .promocion .vista-previa p.titulo{
    position: relative;
    z-index: 2;
    margin-top: 90px;
    margin-left: 10px;
    font-family: 'sansa-pro-bold', sans-serif;
    color: rgba(255,255,255,0.5);
    font-size: 38px;
    line-height: 45px;
    width: 160px;
}

#listado-promociones .promocion .vista-previa p.detalle{
    position: relative;
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    margin-left: 20px;
    margin-bottom: 5px;
    z-index: 2;
    width: 160px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

#listado-promociones .promocion .vista-previa p.tipo-promo{
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    position: absolute;
    top: 102px;
    left: 169px;
    z-index: 2;
    width: 70px;
    text-align: center;
    line-height: 11px;
    transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
}

#listado-promociones .promocion .vista-previa p.tipo-promo.una-linea{
    top: 107px;
    left: 171px;
}

#listado-promociones .promocion .vista-previa p.nombre-direccion{
    font-family: 'Arial', sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;    
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    position: relative;
    margin-left: 20px;
    z-index: 2;
    width: 160px;
    margin-bottom: 5px;
}

#listado-promociones .promocion .vista-previa p.restriccion{
    font-family: 'Arial', sans-serif;
    font-size: 8px;
    line-height: 12px;    
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    position: relative;
    margin-left: 20px;
    z-index: 2;
    width: 160px;
}

#listado-promociones .promocion .vista-previa p.vigencia{
    font-family: 'Arial', sans-serif;
    font-size: 8px;
    line-height: 12px;    
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    position: relative;
    margin-left: 20px;
    z-index: 2;
    width: 160px;
    margin-top: 5px;
}

#listado-promociones.portada .promocion .info{
    width: 775px;
    float: left;
    margin-left: 20px;
}

#listado-promociones.portada .promocion .info h5{
    font-family: 'sansa-pro-normal', sans-serif;
    font-size: 25px;
    color: #596066;
    margin-bottom: 15px;
    margin-top: 0px;
}

#listado-promociones.portada .promocion .info div{
    margin: 15px 0px;
    width: 28%;
    height: 239px;
    border-right: 1px solid rgba(0,0,0,0.2);
    padding: 10px 20px;
    float: left;
}

#listado-promociones.portada .promocion .info div:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

#listado-promociones.portada .promocion .info div p.estado{
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 30px;
    line-height: 27px;
}

#listado-promociones.portada .promocion .info div p.validacion{
    background-image: url(../images/iconos/ico_validacion.png);
    background-position: 0px 0px;
}

#listado-promociones.portada .promocion .info div p.rechazada{
    background-image: url(../images/iconos/ico_rechazo.png);
}

#listado-promociones.portada .promocion .info div p.finalizada{
    background-image: url(../images/iconos/ico_check.gif);
    background-position: 0px 7px;
}

#listado-promociones.portada .promocion .info div p.motivo,
#listado-promociones.portada .promocion .info div p.publicacion{
    background-image: url(../images/iconos/ico_info.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 30px;
}

#listado-promociones.portada .promocion .info div.impacto p{
    background-image: url(../images/iconos/ico_informacion.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 30px;
    padding-left: 35px;
    line-height: 30px;
}

#listado-promociones.portada .promocion .info div p{
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    color: #596066;
}

#listado-promociones.portada .promocion .info div p span{
    font-weight: bold;
}

.menu-promocion{
    width: 770px;
    margin: 40px auto 0px auto;
}

.menu-promocion #listado-promociones .promocion .info{
    margin-top: 13px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 7px;
}

.menu-promocion #listado-promociones .promocion .info h5{
    text-align: center;
}

.menu-promocion #listado-promociones .promocion .info .btn{
    width: 150px;
    display: block;
    margin: 10px auto 0 auto;
}

.menu-promocion #listado-promociones .promocion .info p{
    margin-bottom: 10px;
}

.menu-promocion #listado-promociones .promocion .info div p{
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 30px;
    line-height: 27px;
}

.menu-promocion #listado-promociones .promocion .info div p.validacion{
    background-image: url(../images/iconos/ico_validacion.png);
    background-position: 0px 0px;
}

/*Menu Vigente*/
#menu-vigente-detalle{
    position: relative;
    width: 340px;
    height: 438px;
    background-image: url(../images/interior/bg_menu.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 7px;
    margin-right: 50px;
}

#menu-vigente-detalle > img{
    display: none;
    width: 130px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

#menu-vigente-detalle > img.mostrar{
    display: block;
}

#menu-vigente-detalle .menu{
    position: absolute;
    width: 200px;
    height: 230px;
    top: 98px;
    left: 70px;
}

#menu-vigente-detalle .mCustomScrollbar{
    left: 84px;
}

#menu-vigente-detalle .menu p{
    display: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}

.menu-promocion #menu-vigente-detalle .menu p{
    display: block;
}

#menu-vigente-detalle .btn{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

#menu-vigente-detalle .menu p.valor{
    display: none;
    font-family: 'sansa-pro-normal', sans-serif;
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

#menu-vigente-detalle .menu p.valor span{
    display: block;
    font-size: 30px;
}

#menu-vigente-detalle .menu p span{
    font-family: 'sansa-pro-bold', sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.local-menu .fila-mensaje{
    display: none;   
}

.sin-resultados{
    border: 1px solid #dae2e5;
    padding: 20px;
    border-radius: 7px;
}

.sin-resultados img{
    width: 50px;
    margin: 0 auto 20px auto;
}

.sin-resultados p{
    text-align: center;
    font-family: 'sansa-pro-bold', sans-serif !important;
}

/*Slider Imágenes*/
#slideshow-imagenes-1{
    width: 100%;
}

#slideshow-imagenes-1 .cycle-slideshow div.slide{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

#slideshow-imagenes-2{
    position: relative;
    margin: 10px auto 50px auto;
    width: calc(100% - 90px);
}

#slideshow-imagenes-2 .cycle-slideshow{
    width: 100% !important;
    padding-bottom: 10px;
}

#slideshow-imagenes-2 .cycle-slideshow div.slide{
    width: 82px;
    height: 85px;
    margin-right: 13px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    transition: border-bottom 200ms ease-in-out;
}

#slideshow-imagenes-2 .cycle-slideshow div.slide.cycle-slide-active{
    border-bottom: 5px solid #2ba6df;
    margin-bottom: 0px;
}

#slideshow-imagenes-2 .cycle-slideshow div.slide img{
    height: 100%;
}

#slideshow-imagenes-2 .cycle-prev{
    position: absolute;
    top: 20px;
    left: -50px;
}

#slideshow-imagenes-2 .cycle-prev.disabled{
    opacity: 0.3;
}

#slideshow-imagenes-2 .cycle-next{
    position: absolute;
    top: 20px;
    right: -50px;
}

#slideshow-imagenes-2 .cycle-next.disabled{
    opacity: 0.3;
}

#slideshow-imagenes-2 .cycle-next img{
    transform: rotate(180deg);
}