/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*
@media (max-width: 480px) {
  .header-flex {
    display: block; } } */
@media (max-width: 480px) {
  .header-flex .left-header {
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left; } }
.header-flex .center-header {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 991px) {
    .header-flex .center-header {
      position: static !important; } }
  @media (max-width: 480px) {
    .header-flex .center-header {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; } }

.ApColumn .menu-bar {
  padding: 10px 0 10px 18px; }
  .rtl .ApColumn .menu-bar {
    padding: 10px 18px 10px 0; }

@media (max-width: 480px) {
  .dropdown .ap-quick-login .popup-content {
    right: -130px; }
    .rtl .dropdown .ap-quick-login .popup-content {
      left: -130px;
      right: auto; } }

/* Cabecera sin fondo al inicio */
/* @media (min-width: 992px) {
  #index .header-top {
    position: absolute;
    z-index: 9;
    width: 100%; } }

#index #header.navbar-fixed-top.mini-navbar .header-top {
    background: rgba(255,255,255,.9);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%); */


/*# sourceMappingURL=headerposition1536273190.css.map */
