header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: fit-content;
  width: 100%;
  z-index: 20;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #006dd2;
}

.headerDummyClass {
  position: relative;
  width: 100%;
  height: 95px;
}

#contentSrchMobile {
  display: none;
}

.centeredContent {
  position: relative;
  width: 100%;
  max-width: 50%;
}

#headerMetrosImg {
  float: left;
  display: block;
  height: 32px;
  margin-left: 5%;
  margin-right: 6%;
  margin-top: 0px;
}

#headerMetrosImgMobile {
  display: none;
}

#loaderDivContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#loaderDiv {
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 0px;
}

#loaderText {
  position: relative;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #b3b3b3;
  line-height: 19px;
}

.menuBtn {
  background-image: url(/files/layouts/menu.svg);
  width: 26px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  /* margin-left: -2%; */
  margin-right: 2%;
  min-width: 26px;
}

.menuBtn.open {
  background-image: url(/files/layouts/cruz.svg);
}

.menuBtnMobile {
  display: none;
}

#menu {
  position: fixed;
  display: block;
  background-color: #ffffff;
  width: 380px;
  color: #006dd2;
  font-size: 18px;
  font-weight: 400;
  top: 70px;
  left: -380px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  height: calc(100vh - 90px);
  overflow: auto;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  padding-top: 20px;
}

#menu.open {
  left: 0px;
}

#menuOpciones {
  width: 85%;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  margin-left: 9%;
}

.menuOpcion {
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 39px;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  justify-content: space-between;
}

.categoriesArrow {
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  background-size: 7px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.categoriesArrow.open {
  transform: rotate(90deg);
}

.categoryLink.open {
  font-weight: 500;
}

.subcategoriesDiv {
  position: relative;
  width: 90%;
  margin-left: 5%;
  height: auto;
  overflow: hidden;
  font-size: 18px;
  display: none;
  margin-bottom: 0px;
  margin-top: -10px;
}

.subcategoriesDiv.open {
  display: block;
}

.subcategoryLink {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
#menuDesktop {
  margin-left: 0;
  margin-right: 0;
  width: inherit;
  max-width: 65%;
  width: 66%;
  margin-top: 21px;
  align-items: center;
}

#contentSrch {
  margin-left: 4%;
  width: 48%;
  max-width: 250px;
  min-width: 240px;
  background-color: #f9f9f9;
  border-radius: 25px;
  padding: 10px 7px 9px 7px;
  position: relative;
}

.headerMenuBtns{
  border: 1px solid #006dd2;
  border-radius: 25px;
  font-weight: 400;
  height: 35px;
  width: fit-content;
  padding: 0 20px;
  text-align: center;
  text-wrap: nowrap;
  margin-left: 2%;
  transition: 0.5s all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

#miCuenta {
  color: #ffff;
  background-color: #006dd2;
}

.cuentaIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/files/layouts/micuenta_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
  transition: 0.5s all ease-in-out;
}

#menuOptionsRightContainer > * {
  cursor: pointer;
}

#miCuenta:hover {
  background-color: #ffff;
  color: #006dd2;
}

#miCuenta:hover .cuentaIcon {
  transition: 0.5s all ease-in-out;
  background-image: url('/files/layouts/micuenta_icon_hover.svg');
}

#preguntasFrecuentes,
#viajesBtn {
  color: #006dd2;
}

#preguntasFrecuentes:hover,
#viajesBtn:hover {
  background-color: #006dd2;
  color: #ffff;
}

#miCuentaMobile {
  display: none;
}

#preguntasFrecuentesMobile {
  display: none;
}

#viajesBtnMobile{
  display: none;
}

#divBuscador {
  width: 12px;
  background-image: url(/files/layouts/lupa.svg);
  background-repeat: no-repeat;
  height: 12px;
  float: left;
  background-size: 100%;
  position: absolute;
  top: 12px;
  left: 20px;
}

#cartera {
  width: 2%;
  background-image: url(/files/layouts/carro.svg);
  background-repeat: no-repeat;
}

#carteraOff {
  display: none;
}

#perfil {
  width: 2%;
  background-image: url(/files/layouts/perfil.svg);
  background-repeat: no-repeat;
}

#perfilOff {
  display: none;
}

#buscador {
  text-align: justify;
  font-weight: 300;
  font-size: 16px;
  top: 0px;
  left: 30px;
  width: calc(100% - 40px);
  /* padding: 2px 0 0 0; */
  position: relative;
  background-color: transparent;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
}

#menu.open.noTopBarContainer {
  top: 70px;
  height: calc(100% - 70px);
}

#buscador:focus::placeholder {
  color: transparent;
}

#buscador::-webkit-input-placeholder {
  color: #8c8c8d;
}

#buscador::-moz-placeholder {
  color: #8c8c8d;
}

#buscador::-ms-placeholder {
  color: #8c8c8d;
}

#buscador::placeholder {
  color: #8c8c8d;
}

.contentSrchInputMobileOff {
  display: none;
}

.topBarContainer {
  z-index: 50;
}

.topBarBlue {
  background-color: #187ad6;
  height: 30px;
}

.topBarText {
  color: white;
  text-align: center;
  line-height: 32px;
  height: 30px;
  font-size: 14px;
}

#menuOptionsRightContainer {
  height: fit-content;
  display: flex;
  margin-top: 21px;
  justify-content: end;
}

#menuContainer {
  display: flex;
  flex-direction: row;
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-bottom: 10px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #buscador {
    height: 100%;
    color: grey;
  }
  #divBuscador {
    left: unset;
    top: unset;
  }
  #menuContainer #menuDesktop {
    margin-top: 1rem;
    flex-grow: 3;
    flex-shrink: 1;
    flex-basis: 0%;
    max-width: 70%;
  }
  #menuContainer #menuDesktop #btnMenu {
    margin-top: 0.25rem;
  }
  #menuContainer #menuDesktop #contentSrch {
    margin-left: 10%;
    width: 70%;
    background: rgb(242, 247, 253);
    border-radius: 22px;
    padding: 0px 1rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    border: none !important;
  }
  #menuContainer #contentSrch #divBuscador {
    width: 22px;
    height: 100%;
    float: none;
    background-position: center 10px;
    top: 0;
  }
  #menuContainer #contentSrch #buscador {
    width: 100%;
  }
  #menuContainer {
    padding: 0.25rem 0px 0.625rem 0px;
    display: none;
  }
  #menuContainer #menuOptionsRightContainer {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    width: initial;
    margin-top: 1rem;
  }
  #menuContainer #menuOptionsRightContainer #miCuenta {
    width: initial;
    padding-left: 9%;
    margin-left: 0px;
  }
  #menuContainer #menuOptionsRightContainer #preguntasFrecuentes {
    width: initial;
    padding: 0px 1rem;
  }
  #mobileMenuButtonsContainer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #menuMobile {
    margin: 20px;
    align-items: center;
    justify-content: space-between;
  }
  #menuMobile #headerMetrosImgMobile {
    max-width: 100px;
  }
  #searchMobileBtn {
    /* top: 15px !important; */
  }
  #headerDummy + #content {
    margin-top: 0;
  }
  #contentSrchMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 0;
    /* padding: 7px 0 4px 0; */
    background-color: #ece8e8;
    width: 25px !important;
    height: 25px;
    border-radius: 100px;
    left: 100px;
  }

  #menuMobile #btnMenuMobile,
  #menuMobile {
  }

  #menuMobile #mobileMenuButtonsContainer {
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }
  #menuMobile #mobileMenuButtonsContainer > div {
    display: flex;
    align-items: center;
    background: rgb(242, 247, 253);
    border-radius: 15px;
    padding: 0.325rem 0.625rem 0.125rem 0.5rem;
    column-gap: 0.5rem;
    box-sizing: border-box;
  }
  #menuMobile #mobileMenuButtonsContainer button {
    border: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
  }
  #menuMobile #mobileMenuButtonsContainer span {
    color: rgb(140, 140, 141);
    line-height: 0.825rem;
  }
  #menu #menuOptionContainer {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  #content #menu.open,
  #content #menu {
    top: 66px;
  }
  #menuDesktop {
    display: none;
  }

  #menuOptionsRightContainer {
    display: none;
  }
  #menu {
    position: fixed;
    display: block;
    background-color: #ffffff;
    width: 250px;
    color: #006dd2;
    font-size: 18px;
    font-weight: 400;
    top: 60px;
    right: -300px;
    left: unset;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    height: calc(100% - 72px);
    z-index: 10;
    overflow: auto;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
  }
  #menu.open {
    right: -2px;
    left: unset;
    top: 72px;
    box-shadow: -3px 0px 13px rgba(0, 0, 0, 0.12);
  }
  #menu.SearchOpen {
    top: 123px;
    right: 0px;
    left: unset;
    box-shadow: -3px 0px 13px rgba(0, 0, 0, 0.12);
  }
  #contentSrch {
    display: none;
  }

  .centeredContent {
    position: relative;
    width: 100%;
    max-width: 95%;
  }

  .contentSrchInputMobileOff.contentSrchInputMobileOn {
    width: 100%;
    height: 64px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    /* top: 60px; */
    box-shadow: 0px 4px 20px rgb(0 0 0 / 6%);
    left: 0px;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    display: block;
  }

  #buscadorMobile {
    background-color: inherit;
    font-size: 15px;
    margin-left: 4px;
  }
  #underlineSearchMobile {
    /* border-bottom: 0.5px solid #016ed3; */
    margin: 0 2.5%;
    margin-top: 20px;
    padding: 5px;
  }
  #lupaBuscarMobile {
    background-image: url(/files/layouts/lupa.svg);
    background-repeat: no-repeat;
    height: 15px;
    background-size: contain;
    width: 15px;
    position: relative;
    float: left;
    margin-top: 2px;
    margin-left: 0;
  }
  #buscadorMobile:focus::placeholder {
    color: transparent;
  }
  #divBuscardor {
    width: 5%;
    background-image: url(/files/layouts/lupa.svg);
    background-repeat: no-repeat;
    height: 22px;
    position: relative;
    float: left;
  }
  .iconMobileOff {
    display: none;
  }
  .iconDesktopOff {
    display: none !important;
  }
  #menuMobile {
    margin-left: 2.5%;
  }
  .menuBtn {
    position: relative;
    float: right;
  }
  #btnSearchMobile {
    display: block;
    background-image: url(/files/layouts/lupa.svg);
    height: 18px;
    background-repeat: no-repeat;
    background-position-x: right;
    width: 18px;
  }
  .menuDesplegableMobileOn {
    display: block;
    position: fixed;
    z-index: 10;
    background-color: #ffffff;
    width: 43%;
    color: #006dd2;
    font-size: 18px;
    font-weight: 400;
    margin-left: 52%;
    margin-top: 16px;
    justify-content: space-evenly;
    box-shadow: 0px 3px 10px 1px grey;
  }
  #menuOpciones {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-left: 5%;
  }
  #buscador {
  }
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: fit-content;
    width: 100%;
    z-index: 20;
    overflow: hidden;
    background-color: #ffffff;
  }
  .headerDummyClass {
    position: relative;
    width: 100%;
    height: 87px;
    top: -15px;
  }
  .menuBtnMobile {
    display: block;
    background-image: url(/files/layouts/menu.svg);
    height: 20px;
    background-repeat: no-repeat;
    margin-left: 5%;
    width: 20px;
  }
  .menuBtnMobile.open {
    background-image: url(/files/layouts/cruz.svg);
    width: 20px;
  }
  .headerDummyMobileSearch {
    position: relative;
    width: 100%;
    height: 87px;
  }
  .menuOpcion {
    /* margin-bottom: 20px; */
    height: auto;
    line-height: 20px;
    width: 100%;
  }
  .categoriesArrow {
    margin-right: 0;
    width: 10px;
    height: 10px;
    background-size: contain;
  }
  .categoryLink {
    width: 100%;
  }
  #headerMetrosImgMobile {
    float: left;
    display: block;
    height: 32px;
    margin-left: 5%;
    margin-right: 6%;
    margin-top: 0px;
  }

  .headerMenuBtnsMobile{
    border: 1px solid #006dd2;
    border-radius: 25px;
    padding: 5px 20px 5px 20px;
    width: 60%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    display: block !important;
    margin-bottom: 10px;
  }

  #miCuentaMobile {
    background-image: url(/files/layouts/micuenta_icon.svg);
    background-repeat: no-repeat;
    position: relative;
    background-position-x: 25px;
    background-position-y: 7px;
    color: #ffff;
    background-color: #006dd2;
    background-size: 15px;
  }

  #preguntasFrecuentesMobile,
  #viajesBtnMobile{
    color: #006dd2;
  }

  body.open {
    overflow: hidden;
  }
  #menu.open.noTopBarContainer {
    top: 40px !important;
    height: calc(100vh - 40px);
  }
  #menuOptionContainer {
    border-bottom: 1px solid;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #menuContainer {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #headerMetrosImg {
    height: 20px;
  }
  #contentSrch {
    max-width: 200px;
    min-width: 200px;
  }
  #preguntasFrecuentes,
  #miCuenta {
    /* padding: 10px 30px 9px 35px; */
    /* background-position-x: 13px; */
  }
}
