.div_barra_p {
  width: 100%;
  padding: 0 3vw;
  box-sizing: border-box;
  background-color: black;
  color: white;
  font-family: "EncodeSansExpanded SemiBold";
  font-size: 0.8vw;
  position: sticky;
  top: 0;
  z-index: 100; }

.grid_barra {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  grid-gap: 1vw; }
  .grid_barra > div {
    display: flex;
    align-items: center; }
  .grid_barra > div:nth-child(1) {
    justify-content: flex-start; }
  .grid_barra > div:nth-child(3) {
    justify-content: flex-end; }

.ul_barra {
  display: table;
  padding: 0;
  margin: 0 auto; }
  .ul_barra a {
    color: white; }
  .ul_barra li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    cursor: pointer;
    padding: 0 1vw;
    text-transform: uppercase;
    font-family: "EncodeSansExpanded Light";
    box-sizing: border-box; }
    .ul_barra li:hover {
      font-family: "EncodeSansExpanded Bold"; }
    .ul_barra li::before {
      display: block;
      content: attr(setear);
      font-family: "EncodeSansExpanded Bold";
      height: 0;
      overflow: hidden;
      visibility: hidden; }

.esconder_barra {
  opacity: 0;
  transition: all 0.4s; }

.img_barra {
  font-size: 6vw;
  transition: all 0.4s;
  color: #bc5c14;
  display: block;
  margin-bottom: 1vw; }

.img_barra_scroll {
  font-size: 4vw; }

.barra_m {
  display: none; }

.icono_barra {
  font-size: 1.2vw;
  color: white;
  display: inline-block;
  margin: 0 1vw;
  cursor: pointer;
  position: relative; }

.txt_barra {
  font-size: 0.9vw;
  color: white;
  display: inline-block;
  margin-left: -0.5vw;
  cursor: pointer;
  font-family: "EncodeSansExpanded Medium"; }

.cant_carro {
  width: 1vw;
  height: 1vw;
  text-align: center;
  line-height: 1vw;
  font-size: 0.6vw;
  background-color: white;
  color: black;
  border-radius: 50%;
  top: -0.5vw;
  right: -0.5vw;
  display: block;
  position: absolute;
  font-family: "EncodeSansExpanded Bold"; }

.sub_menu_carro {
  width: 20vw;
  box-sizing: border-box;
  display: none;
  position: absolute;
  border-top: 0.2vw solid black;
  color: black;
  background-color: white;
  font-size: 0.8vw;
  right: 0;
  margin-top: 2.5vw;
  font-family: "EncodeSansExpanded Regular"; }

.grid_sub_menu_carro {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.7fr;
  grid-gap: 0;
  border-bottom: solid 0.1vw black;
  margin-bottom: 1vw; }
  .grid_sub_menu_carro > div {
    padding: 0.5vw 0;
    display: flex;
    align-items: center; }

.img_carro {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 4vw; }

.opc_carro {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  color: black;
  font-family: "EncodeSansExpanded Bold";
  display: block;
  text-decoration: none;
  margin-bottom: 1vw; }

.btn_comprar_bolsa {
  padding: 0.8vw 0;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  color: white;
  font-family: "EncodeSansExpanded Bold";
  display: block;
  text-decoration: none;
  background-color: #bc5c14;
  text-align: center; }

.menu_barra {
  width: 25vw;
  height: 100%;
  box-sizing: border-box;
  padding: 2vw;
  background-color: white;
  color: black;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  font-size: 0.8vw;
  font-family: "EncodeSansExpanded Light";
  display: none; }
  .menu_barra a {
    color: black; }

.ul_menu_barra {
  display: block;
  box-sizing: border-box;
  padding: 3vw 0 1vw 0;
  margin-bottom: 1vw;
  list-style: none; }
  .ul_menu_barra a {
    color: black; }
  .ul_menu_barra li {
    padding: 1vw 0;
    text-decoration: none; }

.linea_barra {
  width: 100%;
  display: block;
  margin: 1vw 0;
  height: 0.1vw;
  background-color: black; }

.txt_menu_barra {
  display: inline-block;
  margin-right: 1vw;
  vertical-align: middle; }

.icono_menu_barra {
  font-size: 1vw;
  display: inline-block;
  margin-right: 1vw;
  vertical-align: middle;
  color: black; }

.back_menu_opciones {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  background-color: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
  box-sizing: border-box; }

@media screen and (max-width: 980px) {
  .txt_barra {
    font-size: 14px;
    color: white;
    display: inline-block;
    margin-left: -8px;
    cursor: pointer;
    font-family: "EncodeSansExpanded Medium"; }

  .div_barra_p {
    display: none; }

  .barra_m {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: black;
    z-index: 100; }

  .div_head_barra_m {
    width: 100%;
    height: 22px;
    background-color: black; }

  .grid_menu {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1.5fr 0.5fr 1.5fr;
    padding: 10px 0; }
    .grid_menu > div {
      display: inline-flex;
      align-items: center; }
    .grid_menu > div:nth-child(1) {
      text-align: left; }
    .grid_menu > div:nth-child(2) {
      text-align: center;
      justify-content: center; }
    .grid_menu > div:nth-child(3) {
      text-align: right;
      justify-content: flex-end; }

  .div_borde_m {
    height: 60px;
    display: block; }

  .img_logo_m {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto; }

  .icono_menu_m {
    font-size: 30px;
    color: white;
    margin-right: 30px;
    color: white;
    display: inline-block;
    vertical-align: middle; }

  .div_submenu_m {
    width: 90%;
    position: absolute;
    background-color: black;
    border-top: 3px white solid;
    color: white;
    padding: 0 20px;
    right: 5%;
    box-sizing: border-box;
    font-family: "EncodeSansExpanded ExtraBold";
    display: none;
    border-bottom: 5px solid white; }

  .opc_sub_menu_m {
    color: white;
    font-size: 22px;
    padding: 10px 0;
    display: block;
    text-align: left;
    text-decoration: none; }

  .icono_barra {
    font-size: 30px;
    margin: 0 20px; }

  .cant_carro {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    top: -8px;
    right: -8px; }

  .sub_menu_carro {
    width: 350px;
    border-top: 2px solid black;
    font-size: 14px;
    right: 0;
    margin-top: 20px; }

  .grid_sub_menu_carro {
    width: 90%;
    grid-template-columns: 1fr 1.3fr 0.7fr;
    grid-gap: 0;
    border-bottom: solid 1px black;
    margin-bottom: 16px; }
    .grid_sub_menu_carro > div {
      padding: 8px 0; }

  .img_carro {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px; }

  .opc_carro {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    color: black;
    font-family: "EncodeSansExpanded Bold";
    display: block;
    text-decoration: none;
    margin-bottom: 16px; }

  .btn_comprar_bolsa {
    padding: 14px 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    color: white;
    font-family: "EncodeSansExpanded Bold";
    display: block;
    text-decoration: none;
    background-color: #bc5c14;
    text-align: center; }

  .menu_barra {
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    background-color: white;
    color: black;
    text-transform: uppercase;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 120;
    font-size: 14px;
    font-family: "EncodeSansExpanded Light";
    display: none; }

  .ul_menu_barra {
    display: block;
    box-sizing: border-box;
    padding: 30px 0 16px 0;
    margin-bottom: 16px;
    list-style: none; }
    .ul_menu_barra a {
      color: black; }
    .ul_menu_barra li {
      padding: 16px 0;
      text-decoration: none; }

  .linea_barra {
    width: 100%;
    display: block;
    margin: 16px 0;
    height: 1px;
    background-color: black; }

  .txt_menu_barra {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle; }

  .icono_menu_barra {
    font-size: 16px;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
    color: black; }

  .back_menu_opciones {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    background-color: transparent;
    background: rgba(0, 0, 0, 0.5);
    z-index: 110;
    box-sizing: border-box; } }
