.swiper-nav {
    /*margin-top: 40px;*/
    /*background:url(https://cuponassets.cuponatic-latam.com/front/frontendAll/images/generales/bg-menu.png) repeat-x 0 bottom;*/
    /*background-size: auto 45px;*/
    background: #FFFFFF;
    height: 40px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.45);
}
.swiper-nav .swiper-wrapper {
    margin: 0 auto;
    box-sizing: border-box;
}
/*.swiper-nav .swiper-slide{*/
/*    border-bottom: 3px solid #b0b0b0;*/
/*}*/
.swiper-nav .swiper-slide.selec{
    border-bottom: 3px solid #316AFF;
    font-weight: 700;
}
.swiper-nav .swiper-slide.selec a{
    color: #316AFF;
}
.swiper-nav .swiper-slide.selec a svg{
    fill: #316AFF;
}
.swiper-nav a {
    /*border-right: 1px solid #a5a5a5;*/
    color:#333;
    cursor: pointer;
    display: block;
    line-height: 37px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    font-size: 0.750em;
    text-transform: uppercase;
}
.swiper-nav a svg.iconBottom{
    height: 20px;
    vertical-align: text-bottom;
}
.swiper-nav .swiper-slide:first-child a {
    border-left: none;
}
.swiper-nav .swiper-slide:last-child a {
    border-right: none;
}
.swiper-pages {
    height: 100%;
}
.scroll-container {
    height: 100%;
    width: 100%;
}
.scroll-container .swiper-slide {
    width: 100%;
}
.page-inner {
    padding: 15px 20px;
}
#geoMbl .geoMapa .mapa {
    background: url(https://cuponassets.cuponatic-latam.com/front/frontendAll/images/loading.gif) center center no-repeat;
    background-size: 30%;
    height: 426px;
    margin: 0 7px;
}
/*background: url(https://cuponassets.cuponatic-latam.com/front/frontendAll/images/loading.gif) center center no-repeat;
background-size: 30%;*/
@media only screen and (min-width: 48em){
    /* > 768px */
    #st-container #list {
        margin-top: 88px;
    }
    .swiper-nav {
        position: fixed;
        top: 44px;
        z-index: 99;
        margin-top: 0;
    }
}

@media only screen and (min-width: 64em){
    /* > 1024px */
    .swiper-nav .swiper-wrapper {
        margin-left: auto;
    }
}

.emoji {
    fill: #434343;
}

/*!*header custom*!*/
/*header #icomenu .iconMenu{*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
/*header #icomenu .iconMenu, header #navCarro .iconCarro, header #ingreso .iconIngreso, header #icousuario .iconMicuenta {*/
/*    fill: #FFFFFF;*/
/*}*/
/*header #navCarro span[data-cantidad="0"]{*/
/*    color: #8586EC;*/
/*}*/
/*header #volver .iconVolver{*/
/*    fill: #FFFFFF;*/
/*}*/

/*login screen v2*/
main#login.login-panel{
    background: #4244F0;
}

.login-form{
    background-color: #4244F0;
}
/*.title-login{*/
/*    color: #4244F0;*/
/*}*/
