/**
 * Fuentes
 */

@font-face {
    font-family: 'neutra_light';
    src: url('../lib/fonts/NeutraTextFamily/NeutraTextLight.woff') format('woff');
    font-weight: lighter;
    font-style: bold;

}

@font-face {
    font-family: 'neutra_demi';
    src: url('../lib/fonts/NeutraTextFamily/NeutraTextDemi.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neutra_book';
    src: url('../lib/fonts/NeutraTextFamily/NeutraTextBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'neutra_bold';
    src: url('../lib/fonts/NeutraTextFamily/NeutraTextBold.woff') format('woff');
    font-weight: normal;
    font-style: bold;

}
@font-face {
    font-family: 'sansculottes';
    src: url('../lib/fonts/SansCulottes/SansCulottes.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/**
 * Estilos generales
 */


html{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    
}

body {
    background: #ffffff;
    /*font-family: 'Montserrat', serif;*/
    font-family: 'sansculottes', sans-serif;
    /*
    IMPORTANTE! Es obligatorio para adaptar el toolbar en el iPhone X y que se visualice correctamente     
    */
    /*padding-top: constant(safe-area-inset-top);*/ /* iOS 11.0 */
    /*padding-top: env(safe-area-inset-top);*/ /* iOS 11.2 */
}
/*
* IMPORTANTE !! Esto es obligatorio para adaptar el total de la pantalla al iPhone X
*/
view-main{
    /*padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);*/
}



/******** DECLARAMOS LOS TAMAÑOS QUE SE USARAN PARA LA MAQUETACION *******/
/******** Esto lo ponemos para que a modo de leyenda se tenga claro las resoluciones que vamos a maquetar ********/
/* iPhone 5/SE       (height => 570px) */
/* iPhone 6/7/8      (height => 670px) */
/* iPhone 6/7/8 Plus (height => 740px) */
/* iPhone X/11       (height => 815px) */
/* iPhone XR         (height => 900px) */





/* iPhone X y XS */
@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {
    .framework7-root{height:375px}
    .page-content{padding-left: 44px;padding-right: 44px;}
    .navbar {
        height: calc(constant(safe-area-inset-bottom) + 22px) !important;
        height: calc(env(safe-area-inset-bottom) + 22px) !important;
        left: 0;
        bottom: 0;
    }
    .toolbar {
        height: calc(constant(safe-area-inset-bottom) + 44px) !important;
        height: calc(env(safe-area-inset-bottom) + 44px) !important;
        left: 0;
        bottom: 0;
    }
    .ios .toolbar-inner {
        padding: 8px 44px;
        height: auto;
    }
    .ios .navbar-inner {
        height: 100%;
        padding-top: 11px;
    }
    html.with-statusbar.device-ios .framework7-root, html.with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root { padding-top: 0;}
    html.with-statusbar .statusbar {display: none;}
    
}


@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {
    .framework7-root{height:812px}

    html.with-statusbar.device-ios .panel, html.with-statusbar.ios:not(.device-ios):not(.device-android) .panel {
        height: 100%;
        top:0;
    }
    html.with-statusbar.device-ios .panel, html.with-statusbar.ios:not(.device-ios):not(.device-android) .panel .page {
        padding-top: 22px;
    }
    .navbar {
        height: calc(constant(safe-area-inset-bottom) + 38px) !important;
        height: calc(env(safe-area-inset-bottom) + 38px) !important;
        left: 0;
        bottom: 0;
    }
    .toolbar {
        height: calc(constant(safe-area-inset-bottom) + 36px) !important;
        height: calc(env(safe-area-inset-bottom) + 36px) !important;
        left: 0;
        bottom: 0;
    }
    .ios .toolbar-inner {
        padding: 8px 8px;
        height: auto;
        bottom: 10px;
    }
    .ios .toolbar.tabbar.button-big {
        height: calc(constant(safe-area-inset-bottom) + 45px) !important;
        height: calc(env(safe-area-inset-bottom) + 45px) !important;
    }
    .ios .navbar-inner {
        height: 100%;
        padding-top: 33px;
    }
    html.with-statusbar.device-ios .framework7-root, html.with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root { padding-top: 0;}
    html.with-statusbar .statusbar {display: none;}
    .page-content {
        padding-top: 75px !important;
    }
    /* CSS myList */
    #mylist-list{
        height: 505px;
        overflow: auto;
    }
    
    /* CSS tickets */
    #ticket-list{
        height: 505px;
        overflow: auto;
    }
}

/* iPhone XR y XS Max*/
@media only screen
and (device-width : 414px) 
and (device-height : 896px) 
and (-webkit-device-pixel-ratio : 2)
and (orientation : landscape),
screen
and (device-width : 414px) 
and (device-height : 896px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape){
    .framework7-root{height:414px}
    .page-content{padding-left: 44px;padding-right: 44px;}
    .navbar {
        height: calc(constant(safe-area-inset-bottom) + 22px) !important;
        height: calc(env(safe-area-inset-bottom) + 22px) !important;
        left: 0;
        bottom: 0;
    }
    .toolbar {
        height: calc(constant(safe-area-inset-bottom) + 44px) !important;
        height: calc(env(safe-area-inset-bottom) + 44px) !important;
        left: 0;
        bottom: 0;
    }
    .ios .toolbar-inner {
        padding: 8px 44px;
        height: auto;
    }
    .ios .navbar-inner {
        height: 100%;
        padding-top: 11px;
    }
    html.with-statusbar.device-ios .framework7-root, html.with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root { padding-top: 0;}
    html.with-statusbar .statusbar {display: none;}
    
    
}
@media only screen
and (device-width : 414px) 
and (device-height : 896px) 
and (-webkit-device-pixel-ratio : 2)
and (orientation : portrait),
screen
and (device-width : 414px) 
and (device-height : 896px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait){
    .framework7-root{height:896px}

    html.with-statusbar.device-ios .panel, html.with-statusbar.ios:not(.device-ios):not(.device-android) .panel {
        height: 100%;
        top:0;
    }
    html.with-statusbar.device-ios .panel, html.with-statusbar.ios:not(.device-ios):not(.device-android) .panel .page {
        padding-top: 22px;
    }
    .navbar {
        height: calc(constant(safe-area-inset-bottom) + 38px) !important;
        height: calc(env(safe-area-inset-bottom) + 38px) !important;
        left: 0;
        bottom: 0;
    }
    .toolbar {
        height: calc(constant(safe-area-inset-bottom) + 36px) !important;
        height: calc(env(safe-area-inset-bottom) + 36px) !important;
        left: 0;
        bottom: 0;
    }
    .ios .toolbar-inner {
        padding: 8px 8px;
        height: auto;
    }
    .ios .toolbar.tabbar.button-big {
        height: calc(constant(safe-area-inset-bottom) + 56px) !important;
        height: calc(env(safe-area-inset-bottom) + 56px) !important;
    }
    .ios .navbar-inner {
        height: 100%;
        padding-top: 33px;
    }
    html.with-statusbar.device-ios .framework7-root, html.with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root { padding-top: 0;}
    html.with-statusbar .statusbar {display: none;}
    .page-content {
        padding-top: 75px !important;
    }
    /* CSS myList */
    #mylist-list{
        height: 510px;
        overflow: auto;
    }
    
    /* CSS tickets */
    #ticket-list{
        height: 510px;
        overflow: auto;
    }
}

/* iPhone 6/7/8 */
@media only screen 
    and (max-width : 375px) 
    and (max-height : 667px) 
    and (-webkit-device-pixel-ratio : 2)
    and (orientation : portrait) { 

    /* CSS myList */
    #mylist-list{
        height: 400px;
        overflow: auto;
    }
    
    /* CSS tickets */
    #ticket-list{
        height: 400px;
        overflow: auto;
    }
}

/* iPhone 8 Plus */
@media only screen 
    and (max-width : 414px) 
    and (max-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) 
    and (orientation : portrait) { 
    
    /* CSS myList */
    #mylist-list{
        height: 430px;
        overflow: auto;
    }
    
    /* CSS tickets */
    #ticket-list{
        height: 430px;
        overflow: auto;
    }
}

/* iPhone 5/SE */
@media only screen 
    and (max-width : 320px) 
    and (max-height : 570px) 
    and (-webkit-device-pixel-ratio : 2)
    and (orientation : portrait) { 

    /* CSS myList */
    #mylist-list{
        height: 350px;
        overflow: auto;
    }
    
    /* CSS tickets */
    #ticket-list{
        height: 350px;
        overflow: auto;
    }
}

.tabbar a.tab-link, .tabbar a.link {
    margin-bottom: 15px;
}    



.statusbar-overlay{
    background: #fff;
}

/*h1, h2, h3, h4, h5, h6 {
 font-family: 'Lora', sans-serif;
 font-weight: 300;
 text-transform: uppercase;
}*/

.corporativo {
    color: #FACC2E;  /* color corporativo */
}


.loader-background {
    width: 100%;
    height: 100%;
    position: relative; /* Cambiamos de absolute a relative */
    background-color: #eaeaea4a;
    z-index: 9999;
}
.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid black;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position:absolute;
  /* Ponemos el valor de left, bottom, right y top en 0 */
  left: 0;
  bottom: 0; 
  right: 0; 
  top: 0%; 
  margin: auto; /* Centramos vertical y horizontalmente */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.page-content{
    overflow-x: hidden;
    overflow-y: auto;
}


.bg-white {
    background-color: #FFFFFF;
}

.bg-corporativo {
    background-color: #151515;  /* color corporativo */
}

button.corporativo, .button.corporativo {
    background-color: #192466; /* color corporativo */
    color: #ffffff;
    border: 1px solid #192466; /* color corporativo */
    height: 50px;
}

.buttons-row button, .buttons-row .button {
    border: 1px solid #64B6BC;  /* color corporativo */
    background-color: transparent;
    color: #151515
}

.buttons-row button.active, .button.active {
    background-color: #64B6BC;
    color: #fff;
}

.hide {
    display: none !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.capitalize {
    text-transform: capitalize !important;
}

.id-title{
    font-size: 24px;
}

.list-block {
    font-size: inherit;
     margin: 20px 0;
}

.content-block {
    color: #555;
    font-weight: normal;
}

.content-block .control-label {
    color: #555;
    /*font-weight: bold;*/
}

.inline {
    display: inline-block;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clear {
    clear: both;
}

.data-table {
    /*border-collapse: collapse;*/
}

form .item-input span.readonly {
    opacity: 0.7;
}

form .content-block{
    margin: 15px 0;
}

form.list-block{
    margin: 15px 0;
}

form .list-block textarea {
    border: 1px solid #c8c7cc;
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 8px;
}

.standard-input{
    border: 1px solid #ccc;
    width: 70%;
    padding: 2px;
}

.border-input{
    border: 1px solid #848484!important;
    margin: 7px 0;
}

.backlink{
    position:absolute;
    left:5%;
    top:4%;
    color:white;
    font-size: 32px;
    z-index:50;
}
.backlink a{
    color:white;
    font-family: 'neutra_light', sans-serif;
}

.toolbar.tabbar.no-background{
    background:none;
}
.toolbar.tabbar.no-border{
    border:0;
}

@media screen and (max-width: 1024px) {
    form .card-header{
        min-height: 52px;
        font-size: 22px;
    }
    form .smart-select{
        min-height: 52px;
        font-size: 22px;
    }
    form .list-block textarea {
        font-size: 17px;
    }
    form.searchbar {
        margin-top:10px;
    }
    .standard-input{
        line-height: 38px;
        font-size: 22px;
    }
    button.corporativo, .button.corporativo, button.secundary {
        font-size: 24px;
    }
    button.corporativo, .button.corporativo {
        height: 70px;
    }
    .toolbar.tabbar.button-big {
        height: 80px!important;
    }
    .toolbar.tabbar .row .button.secundary {
        height: 70px!important;
    }
    
}
   

@media screen and (max-width: 992px) {
    form .card-header{
        min-height: 52px;
        font-size: 22px;
    }
    form .smart-select{
        min-height: 52px;
        font-size: 22px;
    }
    form .list-block textarea {
        font-size: 17px;
    }
    form.searchbar {
        margin-top:10px;
    }
    .standard-input{
        line-height: 38px;
        font-size: 22px;
    }
    button.corporativo, .button.corporativo, button.secundary {
        font-size: 24px;
    }
    button.corporativo, .button.corporativo {
        height: 60px;
    }
    .toolbar.tabbar.button-big {
        height: 70px!important;
    }
    .toolbar.tabbar .row .button.secundary {
        height: 60px!important;
    }
    
}

@media screen and (max-height : 850px)  {
    form .card-header{
        min-height: 42px;
        font-size: 16px;
    }
    form .smart-select{
        min-height: 42px;
        font-size: 16px;
    }
    form .list-block textarea {
        font-size: 14px;
    }
    .standard-input{
        line-height: 24px;
        font-size: 16px;
    }
    button.corporativo, .button.corporativo, button.secundary {
        font-size: 18px;
    }
    button.corporativo, .button.corporativo {
        height: 49px;
    }
    .toolbar.tabbar.button-big {
        height: 60px!important;
    }
    .toolbar.tabbar .row .button.secundary {
        height: 49px!important;
    }
}

@media screen and (max-height: 700px) {
    form .card-header{
        min-height: 42px;
        font-size: 16px;
    }
    form .smart-select{
        min-height: 42px;
        font-size: 16px;
    }
    form .list-block textarea {
        font-size: 14px;
    }
    .standard-input{
        line-height: 24px;
        font-size: 16px;
    }
    button.corporativo, .button.corporativo, button.secundary {
        font-size: 18px;
    }
    button.corporativo, .button.corporativo {
        height: 49px;
    }
    .toolbar.tabbar.button-big {
        height: 56px!important;
    }
    .toolbar.tabbar .row .button.secundary {
        height: 49px!important;
    }
}

@media screen and (max-width: 350px) {
    form .card-header{
        min-height: 42px;
        font-size: 16px;
    }
    form .smart-select{
        min-height: 42px;
        font-size: 16px;
    }
    form .list-block textarea {
        font-size: 14px;
    }
    .standard-input{
        line-height: 24px;
        font-size: 16px;
    }
    button.corporativo, .button.corporativo, button.secundary {
        font-size: 17px;
    }
    button.corporativo, .button.corporativo {
        height: 48px;
    }
    .toolbar.tabbar.button-big {
        height: 55px!important;
    }
    .toolbar.tabbar .row .button.secundary {
        height: 48px!important;
    }
}

.relative {
    position: relative;
}
.block-separator{
    margin-bottom:5px;
}

.ion-icon-large {
    font-size: 22px;
}

.line-icon-large {
    font-size: 22px;
    vertical-align: middle;
}

.toolbar .line-icon-large{
    font-size: 26px;
}

/*Tamaño especial para los elementos del Tabbar*/
@media (min-width: 768px){
    .tabbar a.tab-link, .tabbar a.link {
        width: auto;
        min-width: 115px;
    }
}


.list-block .item-title.label {
    font-size: 16px;
    color: black;
    /*font-weight: bold;*/
    z-index: 2;
}

.list-block .item-inner {
    border : 0;
    margin-top: 10px;
} 

.list-block .item-title {
    text-align:left;
}  

.list-block .item-input{
    margin-top: 0px;
    border-bottom: 1px solid black;
    max-width: 300px;
    position: absolute;
    left: 15px;
    top: 40px;
    padding: 0;
}

.list-block .item-input.noborder{
    border-bottom: 0;
}

.list-block input[type=text], 
.list-block input[type=password], 
.list-block input[type=email], 
.list-block input[type=tel], 
.list-block input[type=url], 
.list-block input[type=date], 
.list-block input[type=datetime-local], 
.list-block input[type=number], 
.list-block select, 
.list-block textarea{
    height:35px;
}

/* Estilo checkbox */
input[type=checkbox] {
  display: none;
}

#form-login input[type=checkbox]+label {
  background:url("../img/icon-checkbox.png") no-repeat;
  position: absolute;
  top: 15px;
  left: 8px;
  height: 55px;
  width: 55px;;
  background-size: 50%;
  display: inline;
}

#form-login input[type=checkbox]:checked+label {
  background:url("../img/icon-checkbox-checked.png") no-repeat;
  position: absolute;
  top: 15px;
  left: 8px;
  height: 55px;
  width: 55px;;
  background-size: 50%;
  display: inline;
}




/* ========================================================================== */
/**
 * Pre-Login
 */
.view[data-page="pre-login"] .navbar {
    display: none;
}

#imgPreLoginBackgroundBorder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 500px;
    height: auto;
}
    
#imgPreLogin00{
    position: absolute;
    top: 18%;
    width: 100%;
    height:auto;
}

#imgPreLogin01{
    position: absolute;
    top: 46%;
    left : 14%;
    height:auto;
}

#imgPreLogin02{
    position: absolute;
    top: 75%;
    left : 30%;
    height:auto;
}

#imgPreLogin03{
    position: absolute;
    top: 82%;
    left: 30%;
    height:auto;
}

#imgPreLogin1{
    position: absolute;
    top: 25%;
    left:15%;
    width: 75%;
    height: auto;
}

#imgWelcome{
    position: absolute;
    top: 48%;
    left:26%;
    height: auto;
}

#imgPreLogin3{
    position: absolute;
    top: 63%;
    left:46%;
    height: auto;
}

#imgRegister{
    position: absolute;
    top: 76.5%;
    left:32%;
    height: auto;
}

#imgLogin{
    position: absolute;
    top: 83%;
    left:32%;
    height: auto;
}

/* ========================================================================== */
/**
 * Login
 */
.view[data-page="login"] .navbar {
    display: none;
}

.page-content.login-screen-content .content-block, .login-screen-content .list-block{
    margin: 10px auto;
}

#imgTitle0{
    position: absolute;
    top: -30px;
    left: -10px;
    width: 110%;
    height: auto;
    z-index: 5;
}

#imgTitle1{
    position: absolute;
    top: 3%;
    left: 25%;
    width: 50%;
    height: auto;
    z-index: 5;
}

#imgFooter{
    position: absolute;
    bottom: -55px;
    left: -10px;
    width: 110%;
    height: auto;
}

#imgLoginBackgroundForm{
    position: absolute;
    top: 20%;
    left: 2%;
    width: 96%;
    max-width: 450px;
    height: auto;
    z-index: 0;
}

#labelLoginTitleForm{
    position:absolute;
    top:23%;
    left:5%;
    font-size:24px;
    color:black;
    /*font-weight: bold;*/
}

#form-login{
    position:absolute;
    top:28%;
    left:5%;
    width:100%;
}

#chkLoginRememberPassword{
    position: absolute;
    top: 50%;
    left: 2%;
}

#labelLoginRememberPassword{
    position: absolute;
    top: 100%;
    left: 16%;
}

#imgLoginBackgroundButton1{
    position: absolute;
    top: 62%;
    left: 16%;
    width: 70%;
    height: auto;
    z-index: 0;
}

#imgLoginBackgroundButton2{
    position: absolute;
    top: 73%;
    left: 24%;
    width: 55%;
    height: auto;
    z-index: 0;
}

#btn-login{
    position: absolute;
    top: 64%;
    left: 29%;
    font-size: 27px;
    /*font-weight: bold;*/
}

#btn-remember{
    position: fixed;
    top: 74%;
    left: 25%;
    font-size: 21px;
    color: white;
}

@media screen and (max-width: 1024px) {
    .page-content.login-screen-content.login {
        background: url('../img/login-background-tablet.png') no-repeat;background-size: 100%;
    }
    .page-content.login-screen-content.register {
        background: url('../img/login-background-tablet.png') no-repeat;background-size: 100%;
    }
} 

@media screen and (max-width: 992px) {
    .page-content.login-screen-content.login {
        background: url('../img/login-background-tablet.png') no-repeat;background-size: 100%;
    }
    .page-content.login-screen-content.register {
        background: url('../img/login-background-tablet.png') no-repeat;background-size: 100%;
    }
}    

@media screen and (max-width: 600px) {
    .page-content.login-screen-content.login {
        background: url('../img/login-background.png') no-repeat;background-size: 100%;z-index:-1;
    }
    .page-content.login-screen-content.register {
        background: url('../img/login-background.png') no-repeat;background-size: 100%;z-index:-1;
    }
    .page-content{
        padding-bottom: 30px;
    } 
}

/*
/**
* Register
*/

#labelRegisterTitleForm{
    position:absolute;
    top:20%;
    left:30%;
    font-size:24px;
    color:black;
    /*font-weight: bold;*/
    z-index:2;
}

#imgRegisterBackgroundForm{
    position: absolute;
    top: 18%;
    left: 2%;
    width: 96%;
    max-width: 450px;
    height: auto;
    z-index: 0;
} 

#labelRegisterSubTitleForm{
    position:absolute;
    top:26%;
    left:5%;
    font-size:16px;
    color:black;
    /*font-weight: bold;*/
    z-index:2;
}

#imgRegisterBackgroundButton{
    position: absolute;
    top: 43%;
    left: 6%;
    width: 100%;
    max-width: 340px;
    height: auto;
    z-index: 0;
}

#imgRegisterScanCard{
    position: absolute;
    bottom: -10%;
    left: 15%;
    width: 85%;
    height: auto;
    z-index: 2;
}

#imgRegisterBackgroundButton3{
    position: absolute;
    bottom: 4%;
    left: 2%;
    width: 100%;
    height: auto;
    z-index: 3;
}

#btnRegister{
    position:absolute;
    bottom:5%;
    left:7%;
    font-size:16px;
    color:white;
    /*font-weight: bold;*/
    z-index:3;
}

/* ========================================================================== */
/**
 * Register Card
 */

.view[data-page="register"] .navbar {
    display: none;
}

form .required::placeholder, .popup-form .required::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

#labelRegisterTitleForm2{
    position:absolute;
    top:20%;
    left:5%;
    font-size:24px;
    color:black;
    /*font-weight: bold;*/
    z-index:2;
}

#imgRegisterBackgroundForm2{
    position: absolute;
    top: 18%;
    left: 2%;
    width: 96%;
    max-width: 450px;
    height: auto;
    z-index: 0;
}

#form-register{
    position:absolute;
    top:25%;
    left:5%;
    width: 100%;
}

#itemInputAccepTo{
    position: absolute;
    top: 68.5%;
    left: 12%;
    z-index: 3;
}

#chkRegisterAcceptTo{
    
}

#accept+label {
  background:url("../img/icon-checkbox-register.png") no-repeat;
  position: absolute;
top: 15px;
left: 8px;
  height: 55px;
  width: 55px;;
  background-size: 50%;
  display: inline;
  z-index: 3;
}

#accept:checked+label {
  background:url("../img/icon-checkbox-checked.png") no-repeat;
  position: absolute;
  top: 15px;
  left: 8px;
  height: 55px;
  width: 55px;;
  background-size: 50%;
  display: inline;
  z-index: 3;
}

#labelRegisterAccepTo{
    position: absolute;
    left: 25%;
    top: 71%;
    font-size:15px;
    width:250px;
    color:white;
    /*font-weight: bold;*/
    z-index: 3;
}

#imgRegisterBackgroundButton2{
    position: absolute;
    top: 70%;
    left: 12%;
    width: 75%;
    height: auto;
    z-index: 0;
}

#imgRegisterBackgroundButton4{
    position: absolute;
    top: 76%;
    left: 18%;
    width: 70%;
    height: auto;
    z-index: 0;
}

#btn-register{
    position: absolute;
    top: 78%;
    left: 31%;
    width: 100%;
    /*font-weight: bold;*/
}


@media screen and (max-height: 900px) {
    
}

@media screen and (max-height: 815px) {
      
}

@media screen and (max-height: 740px) {
        
}

@media screen and (max-height: 670px) {
    
        
}

/* ========================================================================== */
/**
 * Security Code restore
 */

#btn-code{
    position: absolute;
    top: 73%;
    left: 22%;
    font-size: 27px;
    /*font-weight: bold;*/
}


/* ========================================================================== */
/**
 * Navbar
 */
.navbar {
    border-bottom: none;
    /*background-color: #011680;*/
    /*background-color: #FACC2E;
    color: #ffffff;*/  /* color corporativo */
    background-color: white;
    color: #151515;
    
}

.toolbar{
    /*margin-bottom: constant(safe-area-inset-bottom);*/ /* iOS 11.0 */
    /*margin-bottom: env(safe-area-inset-bottom);*/ /* iOS 11.2 */
} 

#tab-notifications .badge {
    position: absolute;
    right: 25%;
    top: 2px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    padding: 1px 5px;
}
 
@media screen and (max-width: 1024px) {
    .navbar {
        font-size: 36px;
        height: 72px;
    }
    .navbar .titulo {
        font-size: 24px;
        color: #000000;
        line-height: 1.1;
    }
    .toolbar {
        font-size: 20px;
        height: 72px;
    }
    #btn-register{
        font-size: 27px;
    }
}

@media screen and (max-width: 992px) {
    .navbar {
        font-size: 26px;
        height: 54px;
    }
    .navbar .titulo {
        font-size: 18px;
        color: #000000;
        line-height: 1.1;
    }
    .toolbar {
        font-size: 18px;
        height: 54px;
    }
    #btn-register{
        font-size: 27px;
    }
}

@media screen and (max-width: 600px) {
    .navbar {
        font-size: 17px;
        height: 44px;
    }
    .navbar .titulo {
        font-size: 16px;
        color: #000000;
        line-height: 1.1;
    }
    .toolbar {
        font-size: 10px;
        height: 44px;
    }
    #btn-register{
        font-size: 24px;
    }
}  

.navbar a.link {
    /*color: #ffffff;*/
    color: #151515;
}

.navbar a.link i {
    font-size: 24px;
}

.navbar span.logo {
    display: block;
    height: 40px;
    /*width: 60%;*/
    width: auto;
}

.navbar span.logo > img {
    /*width: 100%;*/
    height: 40px;
}


/* ========================================================================== */
/**
 * Preloader
 */
.content-block.loader {
    margin-top: 50px;
}

span.preloader {
    width:42px;
    height:42px;
    left: 50%;
    position: relative;
}

/* ========================================================================== */
/**
 * Páginas (page)
 */
.page {
    /*background: #fff;*/
    /*background-color: #efeff4;*/
    /*background-color: #f6f6ef;*/
    /*background-color: #f7f7f8;*/
    background: #fff;
    color: #363636;
}

.page-title {
    color: #555;
    font-size: 14px;
    line-height: 1.1;
    padding: 15px 15px;
    position: relative;
    text-align:center;
    text-overflow: ellipsis;
    /*font-weight: bold;*/
}
.page-title > i{
    font-size:24px;
    vertical-align: middle;
}
.page-title > span{
    vertical-align: middle;
}

@media screen and (max-width: 992px) {
    .page-title {
        font-size: 20px;
    }    
}

@media screen and (max-width: 600px) {
    .page-title {
        font-size: 14px;
    }
}


.page-no-content {
    color: #555;
    padding: 0 15px;
}

.page.toolbar-fixed {
    padding-bottom: 30px;
}


/* ========================================================================== */
/**
 * Toolbar
 */
.toolbar.tabbar .row {
    width: 100%;
}

.toolbar.tabbar .row .button {
    width: 100%;
}

.toolbar.tabbar .row .button.secundary {
    width: 100%;
    background: white;
    border: 1px solid rgb(216, 216, 216);
    color: #000;
    height: 50px;
}

.toolbar.tabbar.button-big {
    height: 64px;
}

/* ========================================================================== */
/**
 * Botones
 */
.button {
    border-radius: 3px;
}

.col-100 .button {
    width: 100%;
}

.col-75 .button {
    width: 100%;
}

.col-50 .button {
    width: 100%;
}

.content-block .button {
    width: 100%;
}


.button.button-fill.bg-purple, .button.button-fill.color-purple {
    background: #9c27b0 none repeat scroll 0 0;
    color: #fff;
}
.button-action .row .button{
    width: 100%;
}

/* ========================================================================== */
/*
	Android optimization hacks
*/
html.android .navbar-from-right-to-center .left.sliding .back.link .icon,
html.android .navbar-from-center-to-right .left.sliding .back.link .icon,
html.android .navbar-from-center-to-left .left.sliding .back.link .icon,
html.android .navbar-from-left-to-center .left.sliding .back.link .icon {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
html.android .navbar-from-right-to-center .sliding,
html.android .navbar-from-center-to-right .sliding,
html.android .navbar-from-center-to-left .sliding,
html.android .navbar-from-left-to-center .sliding {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
html.android .page-from-right-to-center {
    -webkit-animation: pageFromRightToCenterDegrade 200ms forwards;
    animation: pageFromRightToCenterDegrade 200ms forwards;
}
html.android .page-from-center-to-right {
    -webkit-animation: pageFromCenterToRightDegrade 200ms forwards;
    animation: pageFromCenterToRightDegrade 200ms forwards;
}
html.android .page-on-left {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
html.android .page-from-center-to-left {
    -webkit-animation: emptyAnimation 50ms forwards;
    animation: emptyAnimation 50ms forwards;
}
html.android .page-from-left-to-center {
    -webkit-animation: emptyAnimation 50ms forwards;
    animation: emptyAnimation 50ms forwards;
}
@-webkit-keyframes emptyAnimation {
    to {
        opacity: 1;
    }
}
@keyframes emptyAnimation {
    to {
        opacity: 1;
    }
}
html.android .label-switch input[type="checkbox"] + .checkbox {
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}
html.android .label-switch input[type="checkbox"] + .checkbox:before {
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}
html.android .label-switch input[type="checkbox"] + .checkbox:after {
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}
html.android .list-block .list-group-title {
    display: none;
}

.list-block input[type=text], 
.list-block input[type=password], 
.list-block input[type=email], 
.list-block input[type=tel], 
.list-block input[type=url], 
.list-block input[type=date], 
.list-block input[type=datetime-local], 
.list-block input[type=number], 
.list-block select, 
.list-block textarea {
    font-size:15.5px;
}    

/*
*  Home
*/

.home-screen-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
    padding-top: 0px!important;
}

.home-screen-content .content-app{
    position: relative;
    top: -5px;
    /* width: 100%; */
    height: 93%;
    overflow: auto;
}

#imgHomeIconShop{
    position: absolute;
    top: 5%;
    right: 12%;
    width: 100%;
    max-width: 22px;
    height: auto;
    z-index: 6;
}

#imgHomeIconCart{
    position: absolute;
    top: 5%;
    right: 3%;
    width: 100%;
    max-width: 22px;
    height: auto;
    z-index: 6;
}

#badgeItemsCart{
    position: absolute;
    top: 3.8%;
    right: 1.5%;
    background: white;
    color: black;
    font-size: 11px;
    border-radius: 20px;
    padding: 1px 6px;
    z-index: 6;
}

#imgHomeBackgroundUser{
    position: absolute;
    top: 14%;
    left: 3%;
    width: 100%;
    max-width: 200px;
    height: auto;
}

#imgHomeIconUser{
    position: absolute;
    top: 15%;
    left: 6%;
    width: 100%;
    max-width: 19px;
    height: auto;
}

#homeLabelUser{
    position: absolute;
    top: 15.5%;
    left: 12%;
    z-index:1;
    font-size: 13px;
    /*font-weight: bold;*/
}

#imgHomeBackgroundPointsPos1{
    position: absolute;
    top: 14.5%;
    right: 3%;
    width: 100%;
    max-width: 110px;
    height: auto;
}

#imgHomeIconPointsPos1{
    position: absolute;
    top: 15%;
    right: 25%;
    width: 100%;
    max-width: 15px;
    height: auto;
}

#homeBackgroundSaldoPos1{
    position: absolute;
    top: 15%;
    right: 9%;
    z-index:1;
    font-size: 16px;
    /*font-weight: bold;*/
    color: white;
}

#imgHomeCardPos1{
    position: absolute;
    top: 19%;
    left: 6%;
    width: 90%;
    height: auto;
}

#flipcard{
    width: 98%;
    height: auto;
}

#homeContainerBarcodeCard1{
    position: absolute;
    top: 57%;
    /*width: 45%;
    height: 98%;
    left: 27%;*/
    width: 60%;
    height: 98%;
    left: 19%;
    text-align: center;
}

#homeContainerBarcodeCard1 img{
    /*width: 60%;
    height: 26%;
    -ms-transform: rotate(-3.5deg);
    -webkit-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);*/
    width: 70%;
    height: 28%;
}

#imgHomeIconInformationPos1{
    position: absolute;
    top: 20.5%;
    left: 12%;
    width: 100%;
    max-width: 26px;
    height: auto;
    z-index:2;
}

#imgHomeBackgroundPointsPos2{
    position: absolute;
    top: 56%;
    right: 3%;
    width: 100%;
    max-width: 110px;
    height: auto;
}

#imgHomeIconPointsPos2{
    position: absolute;
    top: 56.5%;
    right: 25%;
    width: 100%;
    max-width: 15px;
    height: auto;
}

#homeBackgroundSaldoPos2{
    position: absolute;
    top: 56.5%;
    right: 9%;
    z-index:1;
    font-size: 16px;
    /*font-weight: bold;*/
    color: white;
}

#imgHomeCardPos2{
    position: absolute;
    top: 61%;
    left: 6%;
    width: 90%;
    height: auto;
}

#flipcard2{
    width: 98%;
    height: auto;
}

#homeContainerBarcodeCard2{
    position: absolute;
    top: 57%;
    /*width: 45%;
    height: 98%;
    left: 27%;*/
    width: 60%;
    height: 98%;
    left: 19%;
    text-align: center;
}

#homeContainerBarcodeCard2 img{
    /*width: 60%;
    height: 26%;
    -ms-transform: rotate(-3.5deg);
    -webkit-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);*/
    width: 70%;
    height: 28%;
}

#imgHomeIconInformationPos2{
    position: absolute;
    top: 61.5%;
    left: 12%;
    width: 100%;
    max-width: 26px;
    height: auto;
    z-index:2;
}


#imgHomeBackgroundPointsPos3{
    position: absolute;
    top: 98%;
    right: 3%;
    width: 100%;
    max-width: 110px;
    height: auto;
}

#imgHomeIconPointsPos3{
    position: absolute;
    top: 98.5%;
    right: 26%;
    width: 100%;
    max-width: 15px;
    height: auto;
}

#homeBackgroundSaldoPos3{
    position: absolute;
    top: 98.5%;
    right: 9%;
    z-index:1;
    font-size: 16px;
    /*font-weight: bold;*/
    color: white;
}

#imgHomeCardPos3{
    position: absolute;
    top: 103%;
    left: 6%;
    width: 90%;
    height: auto;
}

#flipcard3{
    width: 98%;
    height: auto;
}

#homeContainerBarcodeCard3{
    position: absolute;
    top: 57%;
    /*width: 45%;
    height: 98%;
    left: 27%;*/
    width: 60%;
    height: 98%;
    left: 19%;
    text-align: center;
}

#homeContainerBarcodeCard3 img{
    /*width: 60%;
    height: 26%;
    -ms-transform: rotate(-3.5deg);
    -webkit-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);*/
    width: 70%;
    height: 28%;
}

#imgHomeIconInformationPos3{
    position: absolute;
    top: 103.5%;
    left: 12%;
    width: 100%;
    max-width: 26px;
    height: auto;
    z-index:2;
}


/*.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY( 180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    color: black;
}

.flip-card-back {
    background-color: transparent;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-front img, .flip-card-back img{
    width: 330px;
    height: auto;
}

.flip-card-inner.flipped {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


flip-card2 {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-card2-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card2:hover .flip-card2-inner {
  transform: rotateY(180deg);
}

.flip-card2-front, .flip-card2-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card2-front {
  background-color: transparent;
  color: black;
}

.flip-card2-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
}

.flip-card2-front img, .flip-card2-back img{
    width: 330px;
    height: auto;
}*/


@media screen and (max-width: 1024px) {
    .home-buttons{
        position:absolute;
        bottom:100px;
        right:5px;
        left:5px;
    }
}

@media screen and (max-width: 992px) {
    .home-buttons{
        position:absolute;
        bottom:80px;
        right:5px;
        left:5px;
    }
}

@media screen and (max-height: 850px) {
    .home-buttons{
        position:absolute;
        bottom:80px;
        right:5px;
        left:5px;
    }
}

@media screen and (max-height: 700px) {
    .home-buttons{
        position:absolute;
        bottom:60px;
        right:5px;
        left:5px;
    }
}

@media screen and (max-width: 350px) {
    .home-buttons{
        position:absolute;
        bottom:60px;
        right:5px;
        left:5px;
    }
    
    .flip-card-front img{
        width: 98%;
    }
    .flip-card2-front img{
        width: 98%;
    }
}




/* ========================================================================== */
/**
 * My Account
 */



.myaccount-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
}


#imgMyAccountBackgroundTitle{
    position: absolute;
    top: 14%;
    left: 3%;
    width: 95%;
    height: auto;
}

#myAccountIconLogout{
    position: absolute;
    top: 15.5%;
    left: 89%;
    color: white;
    font-size: 30px;
}

#imgMyAccountTickets{
    position: absolute;
    top: 25%;
    left: 3%;
    width: 95%;
    height: auto;
}

#imgMyAccountEdit{
    position: absolute;
    top: 57%;
    left: 3%;
    width: 95%;
    height: auto;
}

/* ========================================================================== */
/**
 * My Account Form
 */



.myaccount-form-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
}

.page-content.myaccount-form-content .content-block, .myaccount-form-content .list-block{
    margin: 10px auto;
}

.myaccount-form-content .list-block ul {
    border: none;
    background: 0 0;
}

#form-myaccount{
    position: absolute;
    top: 22%;
    left: 3%;
    width: 100%;
}

#form-myaccount ul li{
    margin-bottom: 20px;
}

.myaccount-form-content .list-block .item-title.label {
    color: white;
    font-size: 17px;
    width: 100%;
}

.myaccount-form-content .list-block input[type=text], .myaccount-form-content .list-block input[type=password]{
    color: white;
    font-size: 17px;
}

#imgMyAccountBackgroundTitle{
    position: absolute;
    top: 14%;
    left: 3%;
    width: 95%;
    height: auto;
}

#imgMyAccountFormBackground{
    position: absolute;
    top: 23%;
    left: 3%;
    width: 95%;
    height: auto;
}

#imgMyAccountBackgroundButton1{
    position: absolute;
    top: 80%;
    left: 5%;
    width: 90%;
    height: auto;
}

#btn-myaccount-save{
    position: absolute;
    top: 81%;
    left: 35%;
    font-size: 27px;
    /*font-weight: bold;*/
}

#imgMyAccountFormBackgroundSaveOk{
    position: absolute;
    top: 14%;
    left: 3%;
    width: 95%;
    height: auto;
}

#imgMyAccountBackgroundButton2{
    position: absolute;
    top: 80%;
    left: 5%;
    width: 90%;
    height: auto;
}

/* ========================================================================== */
/**
 * Tickets
 */



.tickets-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
}

.tickets .content-app{
    position: absolute;
    left: 8%;
    top: 23%;
    width: 95%;
}


#imgTicketsBackgroundTitle{
    position: absolute;
    top: 14%;
    left: 3%;
    width: 94%;
    height: auto;
}

#imgTicketsBackground{
    position: absolute;
    top: 23%;
    left: 3%;
    width: 94%;
    height: auto;
}

#table-tickets{
    /*font-weight: bold;*/
    font-size:18px;
    color: #FFFFFF;
    width:92%;
}

#table-tickets tr{
    line-height: 20px;
}

/* ========================================================================== */
/**
 * Ticket detail
 */



.ticket-content-detail {
    background: #FFFFFF;
}

.ticket .content-app{
    position: relative;
    left: 4%;
    top: 13%;
    width: 98%;
}

#ticket-detail .content-block{
    font-family: courier, Sans Serif;
    margin: 10px 0;
    font-size: 13px;
    padding: 0;
}


/* ========================================================================== */
/**
 * My List
 */



.mylist-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
}

.mylist .content-app{
    position: absolute;
    left: 10%;
    top: 23%;
    width: 80%;
}

#imgMyListBackgroundList{
    position: absolute;
    top: 17%;
    left: 3%;
    height: 73%;
    width: 95%;
}

#imgMyListBackgroundTitle{
    position: absolute;
    top: 15%;
    left: 5%;
    width: 30%;
    height: auto;
}

#imgMyListBackgroundDelete{
    position: absolute;
    top: 14%;
    right: 5%;
    width: 20%;
    height: auto;
}


#form-mylist input[type=checkbox]+label {
  background:url("../img/icon-checkbox.png") no-repeat;
  height: 28px;
  width: 28px;;
  background-size: 100%;
  display: block;
  z-index: 3;
  /*position:absolute;*/
}

#form-mylist input[type=checkbox]:checked+label {
  background:url("../img/icon-checkbox-checked.png") no-repeat;
  height: 28px;
  width: 28px;;
  background-size: 100%;
  display: block;
  z-index: 3;
  /*position:absolute;*/
}

#table-mylist td{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#table-mylist .labelItem{
    /*font-weight: bold;*/
    font-size:16px;
}

/* ========================================================================== */
/**
 * Offers
 */



.offer-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
}


.offer .content-app{
    position: absolute;
    left: 0%;
    top: 12%;
    width: 100%;
}

#offer-list{
    width: 95%;
}

.offer-list {
    display:flex;
    margin: 0;
    padding-left: 3px;
}

.offer-item{
    width: 50%;
    margin: 0;
    padding: 8px;
    height: auto;
}

.offer-content-detail {
    height: 85%;
    position: absolute;
    top: 14%;
    left: 3%;
    width: 95%;
}


/* ========================================================================== */
/**
 * Order
 */



.order-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
}

.order-detail-content {
    position: relative;
    top: 15%;
    left: 3%;
    overflow: scroll;
    height: 100%;
}

#imgOrderExplain1{
    background: url('../img/order-explain-1.png') no-repeat;background-size: 100%;
    /*position: absolute;
    top: 15%;
    left: 3%;*/
    width: 95%;
    height: 65%;
}

#imgOrderExplain2{
    background: url('../img/order-explain-2.png') no-repeat;background-size: 100%;
    /*position: absolute;
    top: 78%;
    left: 3%;*/
    width: 95%;
    height: 120%;
}

/* ========================================================================== */
/**
 * Article Categories
 */


.article_categories-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
}

#imgArticleCategoriesBackgroundTitle{
    position: absolute;
    top: 15%;
    left: 5%;
    width: 85%;
    height: auto;
}

#imgArticleCategoriesBackgroundInputSearch{
    position: absolute;
    top: 11.5%;
    right: 1%;
    width: 45%;
    height: auto;
}

#inputSearchArticle{
    position: absolute;
    top: 12.5%;
    right: 3%;
    width: 120px;
    height: 25px;
    border: none;
    background: none;
    font-size: 15px;
}

.article_categories .content-app{
    position: absolute;
    top: 20%;
    height: 100%;
    width: 100%;
}

#category-list{
    position: relative;
    top: 0%;
    left: 3%;
    overflow: scroll;
    height: 70%;
}

.category-list {
    display:flex;
    padding-left: 3px;
    margin: 5px 0;
    
}

.container-category-item{
    background: url(../img/articles-background-item.png) no-repeat;
    background-size: 100%;
    height: 170px;
    width: 50%;
}

.category-item{
    width: 90%;
    height: 75%;
    padding: 8px;
}

.category-item-text{
    position: relative;
    bottom: 10%;
    color: black;
    /*font-family: 'sansculottes';*/
    text-align: center;
    font-size:13px;
}



@media screen and (max-width: 350px) {
    .container-category-item{
        height: 140px;
    }

    .category-item-text{
        font-size:11px;
    }
}


/* ========================================================================== */
/**
 * Articles
 */


.articles-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
}

#imgArticlesBackgroundTitle{
    position: absolute;
    top: 15%;
    left: 5%;
    width: 85%;
    height: auto;
}

#labelArticlesTitle{
    position: absolute;
    top: 17%;
    left: 25%;
    font-size: 20px;
    color: white;
    width: 100%;
    /*font-weight: bold;*/
}

.articles .content-app{
    position: absolute;
    top: 20%;
    height: 100%;
    width: 100%;
}

#article-list{
    position: relative;
    top: 0%;
    left: 3%;
    overflow: scroll;
    height: 70%;
}

.article-list {
    display:flex;
    padding-left: 3px;
    margin: 5px 0;
    
}

.container-article-item{
    position:relative;
    background: url(../img/articles-background-item.png) no-repeat;
    background-size: 100%;
    height: 170px;
    width: 50%;
}

.article-item{
    position: absolute;
    top: 15%;
    left: 10%;
    width: 120px;
    height: 80px;
    padding: 8px;
}

.article-item-price-int{
    position: absolute;
    left: 5%;
    top: 0%;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 26px;
}

.article-item-price-decimal-one-digit-int{
    position: absolute;
    left: 13%;
    top: 2%;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 18px;
}

.article-item-price-decimal-one-strech-digit-int{
    position: absolute;
    left: 11%;
    top: 2%;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 18px;
}

.article-item-price-decimal-one-gross-digit-int{
    position: absolute;
    left: 14%;
    top: 2%;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 18px;
}

.article-item-price-decimal-two-digit-int{
    position: absolute;
    left: 17%;
    top: 2%;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 18px;
}

.article-item-price-decimal-three-digit-int{
    position: absolute;
    left: 21%;
    top: 2%;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 18px;
}

.article-item-text{
    position: absolute;
    top: 70%;
    left: 8%;
    color: black;
    /*font-family: 'sansculottes';*/
    text-align: left;
    font-size: 12px;
    width: 60%;
}

.article-item-icon-cart{
    position: absolute;
    left: 80%;
    top: 76%;
} 


@media screen and (max-width: 350px) {
    .container-article-item{
        height: 140px;
    }

    .article-item-text{
        font-size:11px;
    }
}

/*////// popup article //////*/

.article-item-text-popup{
    position: absolute;
    top: 70%;
    color: black;
    text-align: center;
    font-size: 12px;
    width: 80%;
}

.article-item-price-int-popup{
    position: absolute;
    left: 5%;
    top: 0%;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 30px;
}

.article-item-price-decimal-one-digit-int-popup{
    position: absolute;
    left: 11%;
    top: 2px;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 20px;
}

.article-item-price-decimal-one-strech-digit-int-popup{
    position: absolute;
    left: 9%;
    top: 2px;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 20px;
}

.article-item-price-decimal-one-gross-digit-int-popup{
    position: absolute;
    left: 12%;
    top: 2px;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 20px;
}

.article-item-price-decimal-two-digit-int-popup{
    position: absolute;
    left: 15%;
    top: 2%;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 20px;
}

.article-item-price-decimal-three-digit-int-popup{
    position: absolute;
    left: 19%;
    top: 2%;
    color: black;
    /*font-family: 'sansculottes';*/
    font-size: 20px;
}


/* ========================================================================== */
/**
 * Orders
 */


.order-list-content {
    background: url('../img/order-background.png') no-repeat;background-size: 100%;z-index:-1;
}

#imgOrderListBackgroundTitle{
    position: absolute;
    top: 15%;
    left: 5%;
    width: 85%;
    height: auto;
}

.order-list .content-app{
    position: absolute;
    top: 20%;
    height: 100%;
    width: 100%;
}

#order-list{
    position: relative;
    top: 0%;
    left: 3%;
    overflow: scroll;
    height: 55%;
}

.order-item-list {
    /*display:flex;*/
    margin: 3px;
    padding: 0;
    
}

.container-order-item{
    background: url(../img/order-list-background-item.png) no-repeat;
    background-size: 100%;
    height: 75px;
    width: 95%;
    position: relative;
    margin: 0;
    padding: 0;
}

.order-item{
    position: absolute;
    height: 80%;
    margin-left: 15px;
    margin-top: 8px;
}

.order-item-text{
    position: absolute;
    left: 35%;
    color: black;
    /* font-family: 'sansculottes'; */
    text-align: left;
    font-size: 13px;
    width: 35%;
}

.order-item-units{
    position: absolute;
    right: 12%;
    top: 15%;
    color: black;
    /* font-family: 'sansculottes'; */
    text-align: right;
    font-size: 20px;
}

.order-item-price{
    position: absolute;
    right: 12%;
    top: 42%;
    color: black;
    /* font-family: 'sansculottes'; */
    text-align: right;
    font-size: 24px;
}

.container-order-item .button-add-units{
    background: url(../img/icon-button-add.png) no-repeat;
    border: none;
    position: absolute;
    top: 5%;
    right: 0%;
    width: 10%;
    height: 100%;
}

.container-order-item .button-less-units{
    background: url(../img/icon-button-less.png) no-repeat;
    border: none;
    position: absolute;
    top: 46%;
    right: 0%;
    width: 10%;
    height: 100%;
}

#imgOrderListBackgroundTotal{
    position: absolute;
    top: 80%;
    left: 5%;
    width: 90%;
    height: auto;
}

#labelOrderListTotal{
    position: absolute;
    top: 82%;
    left: 0%;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
}


#imgOrderListSaveOk{
    position: absolute;
    top: 14%;
    left: 3%;
    width: 95%;
    height: auto;
}

#labelOrderListIdPedido{
    position: absolute;
    top: 48%;
    left: 2%;
    width: 95%;
    height: auto;
    text-align: center;
    font-size: 20px;
}

@media screen and (max-height: 1024px) {
    #toolBarOrderListSend{
        position:absolute;
        left: 5%;
        top: 52%;
        background: transparent;
        border: none;
        width: 90%;
    }
}

@media screen and (max-height: 812px) {
    #toolBarOrderListSend{
        position:absolute;
        left: 5%;
        top: 52%;
        background: transparent;
        border: none;
        width: 90%;
    }
}

@media screen and (max-height: 736px) {
    #toolbarOrderListSend{
        position:absolute;
        left: 5%;
        top: 60%;
        background: transparent;
        border: none;
        width: 90%;
    }
}

@media screen and (max-height: 667px) {
    #toolbarOrderListSend{
        position:absolute;
        left: 5%;
        top: 60%;
        background: transparent;
        border: none;
        width: 90%;
    }
}

@media screen and (max-height: 568px) {
    #toolbarOrderListSend{
        position:absolute;
        left: 5%;
        top: 60%;
        background: transparent;
        border: none;
        width: 90%;
    }
}

/* ========================================================================== */
/**
 * Order
 */



.about-content {
    background: url('../img/home-background.png') no-repeat;background-size: 100%;z-index:-1;
}

.about-detail-content {
    position: relative;
    top: 15%;
    left: 0%;
    overflow: scroll;
    height: 100%;
}

.map-shop{
    height: 35%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.telephone_shop{
    font-size: 32px;
    color: transparent;
}

#imgAbout1{
    background: url('../img/about-1.png') no-repeat;background-size: 100%;
    position: absolute;
    top: 37%;
    left: 4%;
    width: 43%;
    height: 10%;
}
#imgAbout2{
    background: url('../img/about-2.png') no-repeat;background-size: 100%;
    position: absolute;
    top: 37%;
    left: 50%;
    width: 45%;
    height: 10%;
}

#imgAbout3{
    background: url('../img/about-3.png') no-repeat;background-size: 100%;
    position: absolute;
    top: 46%;
    left: 20%;
    width: 60%;
    height: 20%;
}

#about-picture-list{
    position: relative;
    top: -140px;
    left: 2%;
    overflow: scroll;
    height: 70%;
}

.about-picture-list {
    display:flex;
    padding-left: 3px;
    margin: 5px 0;
    
}

.container-about-picture-item{
    background: url(../img/about-background-picture.png) no-repeat;
    background-size: 100%;
    height: 30%;
    width: 50%;
    margin: 5px;
}

.about-picture-item{
    width: 90%;
    height: 77%;
    padding: 8px;
}




/* ========================================================================== */
/**
 * Listado de notificaciones
 */
#notifications-list .item-content .item-media {
    font-size: 20px;
}
#notifications-list .item-content.read {
    background: #F2F2F2;
}
#notifications-list .item-content .item-title.noread{
    font-size: 14px;
    /*font-weight: bold;*/
}
#notifications-list .item-content .item-subtitle.noread{
    font-size: 15px;
    /*font-weight: bold;*/
}



/* ========================================================================== */
/**
 * Checkbox
 */
label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox {
    background-color: #007aff;
}

label.label-checkbox input[type="checkbox"]:disabled + .item-media i.icon-form-checkbox {
    background-color: #ccc;
}


/* ========================================================================== */
/**
 * Home: listado de aplicaciones disponibles
 */
.home-app {
    border: 1px solid #ccc;
    min-height: 50px;
    border-radius: 7px;
    background: #002146;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 7px 12px;
    line-height: 48px;
    margin-bottom: 14px;
}

@media screen and (max-width: 992px) {
    .home-app {
        font-size: 18px;
    }    
}

@media screen and (max-width: 600px) {
    .home-app {
        font-size: 17px;
    }
}



.home-app .icon {
    margin-top: 10px;
    font-size: 32px;
}

.home-app i {
    
}

.home-app .title {
    text-transform: uppercase;
    /*font-weight: bold;*/
}


















