/* ORDER SECTION */

.order-section {
  margin-top: 110px !important;
}

.list-inline-item a.primary:hover{
  color: #0056b3;;
}

.list-inline-item a.pink:hover{
  color: var(--pink);
}

.list-inline-item a.dark:hover{
  color: var(--dark);
}
.list-inline-item a.flink:hover{
  color: var(--cpyya);
}

.transparency img.logo-home {
  max-width: 200px !important;
  max-height: 100px !important;
}
img.logo-home.oculto_img{
  -webkit-transition: max-height 0.9s ease-in-out;
    -moz-transition: max-height 0.9s ease-in-out;
    -ms-transition: max-height 0.9s ease-in-out;
    -o-transition: max-height 0.9s ease-in-out;
    transition: max-height 0.9s ease-in-out;
}
img.logo-home.oculto_img{
  max-width: 200px !important;
  max-height: 100px !important;
}

.simple img.logo-home.oculto_img {
  max-width: 100% !important;
  max-height: 70px !important;
}

/*=============================================
CUSTOM PRELOADER ADMINLTE
=============================================*/
.animation__shake{-webkit-animation:shake 1.5s;animation:shake 1.5s}
.animation__wobble{-webkit-animation:wobble 1.5s;animation:wobble 1.5s}
.preloader_ini{display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#f4f6f9;height:100vh;width:100%;transition:height .2s linear;position:fixed;left:0;top:0;z-index:99999}
.preloader_pat{display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#f4f6f9;height:100vh;width:100%;transition:height .2s linear;position:fixed;left:0;top:0;z-index:99999}
.dark-mode .preloader_ini,.dark-mode .preloader_pat{background-color:#454d55!important;color:#fff}
