* {
  box-sizing: border-box;
  font-family: "Roboto", serif, sans-serif;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  position: relative;
  /*
  width: 100%;
  max-width: 1000px;
  margin: auto;
  */
}

ul, figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button, a {
  cursor: pointer;
}

a {
  text-decoration: none;
}

textarea:focus, input:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.open_modal {
  position: relative;
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.close_modal {
  display: none;
}

.container__modal {
  background-image: url("/statics/images/bg_modal_02.png");
  background-repeat: repeat;
  height: 100%;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.container__modal .wrapper__modal_ruleta {
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 84%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 50px);
  overflow-y: auto;
  width: 65%;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .container__modal .wrapper__modal_ruleta {
    top: 53%;
    width: 50%;
  }
}
.container__modal .wrapper__modal_ruleta .content__modal {
  margin-top: 4px;
}
.container__modal .wrapper__modal_ruleta .content__modal .btn_modal {
  background-color: #f59c00;
  border: 1px solid #f59c00;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 7px 65px;
}
.container__modal .wrapper__modal {
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 50px);
  overflow-y: auto;
  width: 80%;
  background-color: #FFFFFF;
}
.container__modal .wrapper__modal .header__modal {
  border-bottom: 1px solid #EB661C;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.container__modal .wrapper__modal .header__modal h3 {
  color: #333333;
}
.container__modal .wrapper__modal .header__modal .btn_close_modal {
  background-color: #EB661C;
  border: 1px solid #EB661C;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 700;
}
.container__modal .wrapper__modal .content__modal {
  margin-top: 4px;
}
.container__modal .wrapper__modal .content__modal .btn_modal {
  background-color: #f59c00;
  border: 1px solid #f59c00;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 7px 65px;
}

/*modal default*/
.open_modal_default {
  position: relative;
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.close_modal_default {
  display: none;
}

.container__modal_default {
  background-image: url("/statics/images/bg_modal_02.png");
  background-repeat: repeat;
  height: 100%;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.container__modal_default .wrapper__modal_default {
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 50px);
  overflow-y: auto;
  width: 80%;
  background-color: #FFFFFF;
}
.container__modal_default .wrapper__modal_default .header__modal_default {
  border-bottom: 1px solid #EB661C;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.container__modal_default .wrapper__modal_default .header__modal_default h3 {
  color: #333333;
}
.container__modal_default .wrapper__modal_default .header__modal_default .btn_close_modal_default {
  background-color: #EB661C;
  border: 1px solid #EB661C;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 700;
}
.container__modal_default .wrapper__modal_default .content__modal_default {
  margin-top: 4px;
}
.container__modal_default .wrapper__modal_default .content__modal_default .btn_modal_default {
  background-color: #f59c00;
  border: 1px solid #f59c00;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 7px 65px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  content: "";
  font-family: inherit;
  font-size: 0;
  color: transparent;
  width: 16px;
  height: 12px;
}

.swiper-button-next {
  background-image: none !important;
}
.swiper-button-next:hover::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjg1NzYgMTAuNEwxMC4yODU3IDEyTDE2IDYuMjg1NzFMMTAuMjg1NyAwLjU3MTQzTDguNjg1NzUgMi4xNzE0MkwxMS42NTcyIDUuMTQyODZMLTEuNzk4NDFlLTA2IDUuMTQyODZMLTEuMTk4OTRlLTA2IDcuNDI4NThMMTEuNjU3MiA3LjQyODU3TDguNjg1NzYgMTAuNFoiIGZpbGw9IiNFQjY2MUMiLz4KPC9zdmc+Cg==);
}
.swiper-button-next::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjg1NzYgMTAuNEwxMC4yODU3IDEyTDE2IDYuMjg1NzFMMTAuMjg1NyAwLjU3MTQzTDguNjg1NzUgMi4xNzE0MkwxMS42NTcyIDUuMTQyODZMLTEuNzk4NDFlLTA2IDUuMTQyODZMLTEuMTk4OTRlLTA2IDcuNDI4NThMMTEuNjU3MiA3LjQyODU3TDguNjg1NzYgMTAuNFoiIGZpbGw9IiM1MzUzNTMiLz4KPC9zdmc+Cg==);
}

.swiper-button-prev {
  background-image: none !important;
}
.swiper-button-prev:hover::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMzE0MjQgMS42MDAwM0w1LjcxNDI5IC05Ljk5MTE3ZS0wN0w5Ljk5MTE3ZS0wNyA1LjcxNDI5TDUuNzE0MjkgMTEuNDI4Nkw3LjMxNDI1IDkuODI4NThMNC4zNDI4NCA2Ljg1NzE0TDE2IDYuODU3MTRMMTYgNC41NzE0M0w0LjM0Mjg0IDQuNTcxNDNMNy4zMTQyNCAxLjYwMDAzWiIgZmlsbD0iI0VCNjYxQyIvPgo8L3N2Zz4K);
}
.swiper-button-prev::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMzE0MjQgMS42MDAwM0w1LjcxNDI5IC05Ljk5MTE3ZS0wN0w5Ljk5MTE3ZS0wNyA1LjcxNDI5TDUuNzE0MjkgMTEuNDI4Nkw3LjMxNDI1IDkuODI4NThMNC4zNDI4NCA2Ljg1NzE0TDE2IDYuODU3MTRMMTYgNC41NzE0M0w0LjM0Mjg0IDQuNTcxNDNMNy4zMTQyNCAxLjYwMDAzWiIgZmlsbD0iIzUzNTM1MyIvPgo8L3N2Zz4K);
}

.modal_subscribe {
  max-width: 800px;
}
@media (min-width: 999px) {
  .modal_subscribe .container__subscribe {
    display: flex;
  }
}
.modal_subscribe img {
  display: none;
}
@media (min-width: 999px) {
  .modal_subscribe img {
    display: block;
    max-height: 225px;
  }
}
.modal_subscribe .content__subscribe {
  text-align: center;
  /*#btn_save_subscribe {
      background-color: $c_yellow;
      border: 1px solid $c_yellow;
      border-radius: 5px;
      color: $c_white;
      margin-bottom: 12px;
      padding: 6px 24px;
  }*/
}
@media (min-width: 999px) {
  .modal_subscribe .content__subscribe {
    padding: 0 16px;
  }
}
.modal_subscribe .content__subscribe h4 {
  color: #333333;
  font-size: 20px;
  margin-bottom: 8px;
}
.modal_subscribe .content__subscribe h4 span {
  color: #f59c00;
}
.modal_subscribe .content__subscribe p {
  margin-bottom: 8px;
}
.modal_subscribe .content__subscribe p span {
  color: #DD0B14;
  font-weight: 700;
}
.modal_subscribe .content__subscribe h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.modal_subscribe .content__subscribe #email_subscribe {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 6px;
  color: #555;
  font-size: 15px !important;
}
@media (min-width: 999px) {
  .modal_subscribe .content__subscribe #email_subscribe {
    width: 400px;
  }
}
.modal_subscribe .content__subscribe #email_promotion {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 6px;
  color: #555;
  font-size: 15px !important;
}
@media (min-width: 999px) {
  .modal_subscribe .content__subscribe #email_promotion {
    width: 400px;
  }
}
.modal_subscribe .content__subscribe .mesage_error {
  text-align: left;
  color: #e1454c;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 15px;
}
.modal_subscribe .content__subscribe .mesage_success {
  text-align: left;
  color: #EB661C;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 15px;
}
.modal_subscribe .content__subscribe .subscribe_politics {
  margin-bottom: 12px;
}
.modal_subscribe .content__subscribe .subscribe_politics label {
  color: #333333;
}
.modal_subscribe .content__subscribe .subscribe_politics label a {
  color: #428bca;
  font-size: 15px;
}

.modal_pagoefectivo {
  max-width: 300px;
  box-sizing: border-box;
}
.modal_pagoefectivo .buttom_close {
  border-radius: 5px;
  width: 23px;
  height: 25px;
  border: 1px solid #b0a2a2;
}
.modal_pagoefectivo .container_pagoefectivo_qr {
  border: 2px solid #e18080;
}
.modal_pagoefectivo .logo__cuponidad {
  text-align: center;
  /*margin-left: 55px;*/
}
.modal_pagoefectivo .qr__font {
  font-size: 20px;
  color: #FA672C;
}
.modal_pagoefectivo .billetera_pagoefectivo {
  padding: 5px 0px 5px 0px;
}
.modal_pagoefectivo .buttom_poup {
  border-color: #e28b68;
  background-color: #e28b68;
  color: #fff;
}
.modal_pagoefectivo .content-logo {
  display: flex;
  /* justify-content: space-between;*/
  justify-content: end;
  padding: 5px 5px 0px 0px;
}
.modal_pagoefectivo .text-cupons {
  text-align: center;
}
.modal_pagoefectivo .link-cupons {
  color: #FA672C;
  font-weight: bold;
}
.modal_pagoefectivo .pago-info {
  text-align: center;
}
.modal_pagoefectivo .fecha_expiracion {
  margin-right: 5px;
  text-align: right;
  font-size: 11px;
}
.modal_pagoefectivo .header__modal_pagoefectivo {
  text-align: center;
}
.modal_pagoefectivo .header__modal_pagoefectivo .imglogopagoefectivo {
  display: inline;
}
.modal_pagoefectivo .header__modal_pagoefectivo .font-qr {
  color: #6e6969;
  display: inline-block;
  font-size: 15px;
  width: 200px;
}
.modal_pagoefectivo .container__modalpagoefectivo {
  text-align: center;
}
@media (min-width: 999px) {
  .modal_pagoefectivo .container__modalpagoefectivo {
    display: flex;
    justify-content: center;
  }
}

.modal_mercadopago {
  max-width: 300px;
  box-sizing: border-box;
}
.modal_mercadopago .buttom_close {
  border-radius: 5px;
  width: 23px;
  height: 25px;
  border: 1px solid #b0a2a2;
}
.modal_mercadopago .yape__pago {
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
}
.modal_mercadopago .font-input {
  padding: 0px 0px 6px 0px;
}
.modal_mercadopago .content-mercadopagoyape {
  text-align: center;
}
.modal_mercadopago .buttomyape {
  width: 94%;
  background-color: #692178;
  border-radius: 10px;
  color: #fff;
  border: none;
  padding: 6px;
}
.modal_mercadopago .group-fields-yape {
  margin: 11px 11px 10px 11px;
  text-align: left;
}
.modal_mercadopago .mesage__yape {
  font-weight: 600;
  font-size: 11px;
  text-align: center;
}
.modal_mercadopago .mesage__yape__success {
  color: #878787;
  font-weight: 800;
  text-align: center;
}
.modal_mercadopago .list__cupons {
  padding: 1px;
  background: #FF6600;
  text-align: center;
  margin-bottom: 3px;
  display: block;
  width: 155px;
  color: #fff;
  font-size: 18px;
  border-radius: 9px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.modal_mercadopago .mesage__yape__mount__success {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #4f4d4d;
}
.modal_mercadopago .logo__cuponidad {
  text-align: center;
  /*margin-left: 55px;*/
}
.modal_mercadopago .qr__font {
  font-size: 20px;
  color: #FA672C;
}
.modal_mercadopago .billetera_mercadopago {
  padding: 5px 0px 5px 0px;
}
.modal_mercadopago .buttom_poup {
  border-color: #e28b68;
  background-color: #e28b68;
  color: #fff;
}
.modal_mercadopago .content-logo {
  display: flex;
  /* justify-content: space-between;*/
  justify-content: end;
  padding: 5px 5px 0px 0px;
}
.modal_mercadopago .text-cupons {
  text-align: center;
}
.modal_mercadopago .link-cupons {
  color: #FA672C;
  font-weight: bold;
}
.modal_mercadopago .pago-info {
  text-align: center;
}
.modal_mercadopago .fecha_expiracion {
  margin-right: 5px;
  text-align: right;
  font-size: 11px;
}
.modal_mercadopago .header__modal_mercadopago {
  text-align: center;
}
.modal_mercadopago .header__modal_mercadopago .imglogomercadopago {
  display: inline;
}
.modal_mercadopago .header__modal_mercadopago .font-qr {
  color: #6e6969;
  display: inline-block;
  font-size: 15px;
  width: 200px;
}
.modal_mercadopago .container__modalmercadopago {
  text-align: center;
}
@media (min-width: 999px) {
  .modal_mercadopago .container__modalmercadopago {
    display: flex;
    justify-content: center;
  }
}

.container_login .modal_login {
  max-width: 400px;
}
@media (min-width: 999px) {
  .container_login .container__login {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
}
.container_login .container__login img {
  display: none;
}
@media (min-width: 999px) {
  .container_login .container__login img {
    display: block;
    max-height: 250px;
  }
}

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

.tablinks {
  color: #535353;
}

/*tabs*/
/* Style the tab */
.tab {
  display: flex;
  border-bottom: 1px solid #FA6702;
  background-color: #fff;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  outline: none;
  cursor: pointer;
  padding: 5px;
  box-sizing: content-box;
  border: none;
}

.border-right {
  border-right: 1px solid #FA6702 !important;
}

.flex-end-close {
  display: flex;
  flex: 1;
  justify-content: end;
}
.flex-end-close .btn_close_modal {
  background: #FA6702;
  color: #fff;
}

/* Change background color of buttons on hover */
/* Create an active/current tablink class */
.tab button.active {
  background-color: #FA6702;
  border: initial;
  color: #fff;
}

/* Style the tab content */
.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #FA6702;
  border-top: none;
}
.tabcontent2 .content__login .group-inputs .fields-input input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px;
  width: 100%;
  color: #555;
  font-size: 15px !important;
  margin: 4px 0 8px 0;
}
.tabcontent2 .content__login .group-inputs .fields-input .login-email, .tabcontent2 .content__login .group-inputs .fields-input .login-password {
  margin: 5px 0px 5px 0px;
  color: #535353;
}
.tabcontent2 .content__login .group-inputs .fields-input .links-password {
  width: 100%;
  margin: 10px 0px 10px 0px;
  color: #535353;
}
.tabcontent2 .content__login .group-inputs .fields-input .buttons__send {
  width: 100%;
  text-align: center;
}
.tabcontent2 .content__login .group-inputs .fields-input .buttons__send .btn_modal {
  color: #fff !important;
  background-color: #f60 !important;
  border: 1px solid #f60 !important;
  margin: 5px 0px 5px 0px;
}

.container_register .modal_register {
  max-width: 400px;
}
.container_register .container__register {
  padding: 4px 15px 4px 15px;
}
@media (min-width: 999px) {
  .container_register .container__register {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
  }
}
.container_register .container__register .bold_font {
  font-weight: 400;
  color: #333;
}
.container_register .container__register .row_buttom {
  text-align: center;
}
.container_register .container__register .color_required {
  color: #f60;
}
.container_register .container__register .btn__btn__sm {
  display: inline-block;
  background-color: #f60;
  border: 1px solid #f60;
  margin-top: 10px;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 7px 65px;
  margin-bottom: 10px;
}
@media (min-width: 999px) {
  .container_register .container__register .content__register {
    margin: 10px;
    width: 100%;
  }
}
.container_register .container__register label, .container_register .container__register a {
  display: block;
}
.container_register .container__register label {
  margin-bottom: 4px;
  margin-top: 5px;
  font-size: 15px;
}
.container_register .container__register .form-control_sm {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px;
  width: 100%;
  color: #555;
  font-size: 15px !important;
}
.container_register .container__register .form-control_sm:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffb380;
}
.container_register .container__register a {
  color: #428bca;
  font-size: 17px;
  display: inline-block;
  margin-top: 10px;
}
.container_register .container__register .link_register {
  text-decoration: none;
}
@media (min-width: 999px) {
  .container_register .container__register .link_register {
    margin-bottom: 16px;
  }
}
.container_register .container__register .buttons__send {
  text-align: center;
}
.register-links {
  text-align: center;
}

.header_profile__content {
  display: flex;
}

.header_profile__item {
  margin: 0 4px;
  min-height: 40px;
}

.header_profile__link {
  align-content: center;
  align-items: center;
  display: flex;
  font-size: 9px;
  font-style: normal;
  flex-direction: column;
  height: 46.4px;
  justify-content: space-between;
  line-height: 9px;
}
.header_profile__link span {
  color: #535353;
  font-weight: 700;
  text-transform: uppercase;
}
.header_profile__link .sucribite__icon {
  color: #EB661C;
  /*font-size: 11px;*/
  font-weight: bold;
}

.icon_mis_cupones {
  margin-top: 4px;
}

.icon__shopping_cart,
.icon__my_credits {
  position: relative;
}

.account_circle {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #EB661C;
  border-radius: 50%;
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 11px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  border: 1px solid #F5F5F5;
  bottom: 0;
  left: 46.43%;
  right: 0%;
  top: 37.5%;
}

@media (min-width: 768px) {
  .header_profile__link {
    height: 100%;
  }
  .my_coupons svg {
    margin-top: 6px;
  }
}
.container__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.container__header ul li a {
  color: #535353;
  font-weight: 700;
}

.header__top {
  background-color: #E8E8E8;
}

.header__top ul {
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: flex-end;
  padding: 8.91px 16px;
}
.header__top ul a {
  text-transform: uppercase;
}

.header__top_link {
  display: flex;
  margin-left: 16px;
}

.header__top_link a {
  font-size: 9px;
}

.header__main {
  align-items: center;
  background-color: #F5F5F5;
  border-bottom: 2px solid #EB661C;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.header__main picture {
  height: 39px;
}

.menu__mobile {
  display: none;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}
.menu__mobile ul {
  padding: 15px;
}
.menu__mobile ul li {
  /*padding: 5px 0;*/
  padding: 3px 0px 1px 0px;
}
.menu__mobile ul li a {
  color: #535353;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.menu__mobile ul li .menu__categories,
.menu__mobile ul li .menu__categories_arrow {
  display: inline-block;
  vertical-align: middle;
}
.menu__mobile ul li .menu__categories_arrow {
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45NCA0LjM1NzQ4ZS0wN0wtMS43Njk2OWUtMDcgMC45NTE0MTdMNCA1TDggMC45NTE0MTdMNy4wNiAxLjY4MjM1ZS0wN0w0IDMuMDkwNDJMMC45NCA0LjM1NzQ4ZS0wN1oiIGZpbGw9IiNFQjY2MUMiLz4KPC9zdmc+Cg==);
  height: 7px;
  margin-left: 4px;
  width: 12px;
}
.menu__mobile ul li .open_categories {
  transform: rotate(180deg);
}
.menu__mobile ul li .menu__sub_categories {
  display: none;
  padding: 0 15px;
}
.menu__mobile ul li .open_sub_categories {
  display: block;
}

.open__menu_mobile {
  display: block;
}

@media (min-width: 767px) {
  .open__menu_mobile {
    display: none !important;
  }
}
#btn__menu {
  border: none;
  height: 17px;
  padding: 0;
  margin-right: 20px;
}
@media (min-width: 768px) {
  #btn__menu {
    display: none;
  }
}

.header__search {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 4px;
}

#main_search {
  align-items: center;
  border: none;
  color: #535353;
  display: flex;
  font-size: 12px;
  line-height: 14px;
  padding: 0 8px;
  width: 100%;
}
@media (min-width: 375px) {
  #main_search {
    min-width: 194px;
  }
}
#main_search::-moz-placeholder {
  align-items: center;
  color: #CBCBCB;
  font-size: 9px;
  font-weight: 400;
  line-height: 9px;
}
#main_search:-ms-input-placeholder {
  align-items: center;
  color: #CBCBCB;
  font-size: 9px;
  font-weight: 400;
  line-height: 9px;
}
#main_search::placeholder {
  align-items: center;
  color: #CBCBCB;
  font-size: 9px;
  font-weight: 400;
  line-height: 9px;
}
@media (min-width: 768px) {
  #main_search {
    min-width: 366px;
  }
  #main_search::-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
  }
  #main_search:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
  }
  #main_search::placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
  }
}

#btn_main_search {
  align-items: center;
  background-color: #EB661C;
  border-color: transparent;
  border-radius: 3px;
  display: flex;
  height: 32px;
  width: 32px;
}

#btn_main_search_mobile {
  align-items: center;
  background-color: #EB661C;
  border-color: transparent;
  border-radius: 3px;
  display: flex;
  height: 32px;
  width: 32px;
}

.header__main_profile .container__header_profile {
  display: none;
}

@media (min-width: 999px) {
  .header__main_profile .container__header_profile {
    display: block;
  }
  .logo_header_new {
    margin-bottom: -15px;
    margin-left: 25px;
  }
}
.mercury-delivery-details-0-x-seleccionarDireccion_containerText {
  padding-left: 5px;
}

.mercury-delivery-details-0-x-seleccionarDireccion_ubicacion {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1024px) {
  .mercury-delivery-details-0-x-seleccionarDireccion_ubicacion {
    color: #42338a;
  }
  .mercury-delivery-details-0-x-seleccionarDireccion_iconUbicacion {
    margin-right: 8px;
  }
}
.mercury-delivery-details-0-x-seleccionarDireccion_wrapper {
  display: flex;
  align-items: center;
}

.mercury-delivery-details-0-x-seleccionarDireccion_iconUbicacion {
  width: 30px;
  filter: brightness(0.5) saturate(1) opacity(1) hue-rotate(45deg);
}

.mercury-delivery-details-0-x-seleccionarDireccion_label {
  font-size: 12px;
  font-weight: 500;
  color: #535353;
}

.mercury-delivery-details-0-x-seleccionarDireccion_containerText {
  max-height: 35px;
}

.mercury-delivery-details-0-x-seleccionarDireccion_ubicacion {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

.mercury-delivery-details-0-x-seleccionarDireccion_ubicacion:hover {
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1024px) {
  .mercury-delivery-details-0-x-seleccionarDireccion_ubicacion {
    color: #42338a;
  }
  .mercury-delivery-details-0-x-seleccionarDireccion_iconUbicacion {
    margin-right: 8px;
  }
}
.header_location_mobile {
  display: none;
}

@media (max-width: 610px) {
  .header_location {
    display: none;
  }
  .header_location_mobile {
    display: block;
  }
}
.selection-box select {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.selection-box select {
  border-bottom: 1px solid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-border-radius: 0px;
}

.selection-box select {
  margin-top: 0px;
}

.selection-box select {
  color: #5d5959;
}

.selection-box select {
  padding-left: 10px;
  padding-right: 10px;
}

.selection-box select {
  border-color: rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 0\0 ) {
  .selection-box select {
    padding-right: 15px;
    position: relative;
  }
}
a {
  font: inherit;
}

ul:not(.list-content) {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  line-height: inherit;
}

@media (min-width: 1000px) {
  .list__menu {
    display: block;
    margin: 10px 16px 0 16px;
  }
}
@media (max-width: 1000px) {
  .list__menu {
    overflow-x: scroll;
    height: 30px;
    align-content: center;
    margin: 10px 16px -8px 16px;
  }
}
.Header_container-header_menu-secciones__uh53q {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.Header_container-header_menu-secciones-link__gOmTh {
  color: #535353;
  display: inline-block;
  padding: 3px 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.Header_container-header_menu-secciones-item__3sngP {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #535353;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.Header_container-header_menu-secciones-link__gOmTh:hover {
  text-decoration: none;
  color: #000;
}

.Header_container__o5OCr {
  width: 100%;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: auto;
  margin-left: auto;
}

.Header_container__lrPremium__76GnH {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 576px) {
  .Header_container__o5OCr {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .Header_container__o5OCr {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .Header_container__o5OCr {
    max-width: 960px;
  }
}
.container__footer {
  background-color: #F5F5F5;
}
.container__footer .footer__back {
  background-color: #EEEEEE;
  cursor: pointer;
  padding: 24px;
}
.container__footer .footer__back p {
  color: #666666;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.container__footer .wrapper__footer {
  padding: 16px;
}
.container__footer .wrapper__footer .footer__participants {
  text-align: center;
}
.container__footer .wrapper__footer .footer__participants picture {
  display: block;
  height: 59px;
  margin-bottom: 24px;
}
.container__footer .wrapper__footer .footer__participants picture:first-child {
  height: 40px;
}
.container__footer .wrapper__footer .footer__participants .participants_main h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}
.container__footer .wrapper__footer .footer__participants .participants_main .participants_main__list {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .container__footer .wrapper__footer .footer__participants .participants_main .participants_main__list li {
    padding: 0 5px;
  }
}
.container__footer .wrapper__footer .footer__participants .participants_main .participants_main__list li picture {
  margin-bottom: 0;
}
.container__footer .wrapper__footer .footer__services .wrapper__customer_service, .container__footer .wrapper__footer .footer__services .wrapper__contacts {
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
  padding: 8px;
}
@media (min-width: 768px) {
  .container__footer .wrapper__footer .footer__services .wrapper__customer_service, .container__footer .wrapper__footer .footer__services .wrapper__contacts {
    font-size: 22px;
  }
}
.container__footer .wrapper__footer .footer__services .footer__customer_service ul, .container__footer .wrapper__footer .footer__services .footer__contacts ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 8px;
}
.container__footer .wrapper__footer .footer__services .footer__customer_service ul li, .container__footer .wrapper__footer .footer__services .footer__contacts ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 16px;
  max-width: 127px;
  width: 100%;
}
.container__footer .wrapper__footer .footer__services .footer__contacts ul {
  padding: 0;
}
@media (min-width: 768px) {
  .container__footer .wrapper__footer .footer__services .footer__contacts ul {
    justify-content: space-around;
  }
}
.container__footer .wrapper__footer .footer__services .footer__contacts ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
  max-width: 160px;
}
.container__footer .wrapper__footer .footer__services .footer__contacts ul li svg {
  margin-right: 5px;
}
.container__footer .wrapper__footer .footer__services .footer__social_network {
  margin-bottom: 24px;
}
.container__footer .wrapper__footer .footer__services .footer__social_network .our_social_network {
  margin-bottom: 16px;
}
.container__footer .wrapper__footer .footer__services .footer__social_network .contacts__social_network {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.container__footer .wrapper__footer .footer__services .footer__social_network .contacts__social_network li {
  height: 50px;
  margin: 5px;
  width: 50px;
}
.container__footer .wrapper__footer .footer__services .footer__social_network .contacts__social_network .social_network__fb, .container__footer .wrapper__footer .footer__services .footer__social_network .contacts__social_network .social_network__ig, .container__footer .wrapper__footer .footer__services .footer__social_network .contacts__social_network .social_network__tk, .container__footer .wrapper__footer .footer__services .footer__social_network .contacts__social_network .social_network__wt, .container__footer .wrapper__footer .footer__services .footer__social_network .contacts__social_network .social_network__in {
  border-radius: 4px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.container__footer .wrapper__footer .footer__services .footer__social_network .contacts__social_network .social_network__fb {
  background-color: #2D88FF;
}
.container__footer .wrapper__footer .footer__services .footer__social_network .contacts__social_network .social_network__in {
  background: radial-gradient(208.43% 208.43% at -10.92% 135.02%, #F9ED41 0%, #FF833D 24.12%, #EE5568 40.1%, #E7407B 48.88%, #0028FF 100%);
}
.container__footer .wrapper__footer .footer__services .footer__search {
  background-color: #FFFFFF;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .container__footer .wrapper__footer .footer__services .footer__search {
    padding: 8px;
  }
}
.container__footer .wrapper__footer .footer__services .footer__search .input__search_footer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNDI4NTcgMEM5LjM5ODc1IDAgMTEuMjg4MiAwLjc0MzUxOCAxMi42ODE0IDIuMDY2OTlDMTQuMDc0NSAzLjM5MDQ2IDE0Ljg1NzEgNS4xODU0NyAxNC44NTcxIDcuMDU3MTRDMTQuODU3MSA4LjgwNTE0IDE0LjE4MjkgMTAuNDEyIDEzLjA3NDMgMTEuNjQ5N0wxMy4zODI5IDExLjk0MjlIMTQuMjg1N0wyMCAxNy4zNzE0TDE4LjI4NTcgMTlMMTIuNTcxNCAxMy41NzE0VjEyLjcxMzdMMTIuMjYyOSAxMi40MjA2QzEwLjkxNDkgMTMuNTEzNiA5LjIwMDgxIDE0LjExNDIgNy40Mjg1NyAxNC4xMTQzQzUuNDU4MzkgMTQuMTE0MyAzLjU2ODkxIDEzLjM3MDggMi4xNzU3OCAxMi4wNDczQzAuNzgyNjUxIDEwLjcyMzggMCA4LjkyODgxIDAgNy4wNTcxNEMwIDUuMTg1NDcgMC43ODI2NTEgMy4zOTA0NiAyLjE3NTc4IDIuMDY2OTlDMy41Njg5MSAwLjc0MzUxOCA1LjQ1ODM5IDAgNy40Mjg1NyAwWk03LjQyODU3IDIuMTcxNDNDNC41NzE0MyAyLjE3MTQzIDIuMjg1NzEgNC4zNDI4NiAyLjI4NTcxIDcuMDU3MTRDMi4yODU3MSA5Ljc3MTQzIDQuNTcxNDMgMTEuOTQyOSA3LjQyODU3IDExLjk0MjlDMTAuMjg1NyAxMS45NDI5IDEyLjU3MTQgOS43NzE0MyAxMi41NzE0IDcuMDU3MTRDMTIuNTcxNCA0LjM0Mjg2IDEwLjI4NTcgMi4xNzE0MyA3LjQyODU3IDIuMTcxNDNaIiBmaWxsPSIjQUFBQUFBIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position-y: center;
  border: none;
  color: #605e5e;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 0 8px 0 32px;
}
.container__footer .wrapper__footer .footer__services .footer__search .input__search_footer::-moz-placeholder {
  align-items: center;
  color: #CBCBCB;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
.container__footer .wrapper__footer .footer__services .footer__search .input__search_footer:-ms-input-placeholder {
  align-items: center;
  color: #CBCBCB;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
.container__footer .wrapper__footer .footer__services .footer__search .input__search_footer::placeholder {
  align-items: center;
  color: #CBCBCB;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
.container__footer .wrapper__footer .footer__services .footer__search #btn__search_footer {
  background-color: #535353;
  border: 1px solid #535353;
  border-radius: 3px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  height: 24px;
  line-height: 16px;
  width: 72px;
}
.container__footer .wrapper__footer .footer__visit {
  color: #000000;
  text-align: center;
}
.container__footer .wrapper__footer .footer__visit .visit_too {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .container__footer .wrapper__footer .footer__visit .visit_too {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .container__footer .wrapper__footer .footer__visit ul {
    margin: 0 auto;
    max-width: 800px;
  }
}
.container__footer .wrapper__footer .footer__visit ul li {
  display: initial;
}
.container__footer .wrapper__footer .footer__visit ul li a {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 8px;
}
@media (min-width: 768px) {
  .container__footer .wrapper__footer .footer__visit ul li a {
    padding: 4px;
  }
}
.container__footer .wrapper__footer .footer__visit ul li a:after {
  content: "|";
  display: inline-block;
  font-size: 24px;
  color: #EB661C;
  font-weight: bolder;
  font-style: normal;
  padding: 0 0 0 8px;
}
.container__footer .wrapper__footer .footer__visit ul .visit_buenazo a::after, .container__footer .wrapper__footer .footer__visit ul .visit_cuponidad a::after {
  content: "";
  padding: 0;
}
@media (max-width: 760px) {
  .container__footer .wrapper__footer .footer__visit ul .visit_elpopular a::after, .container__footer .wrapper__footer .footer__visit ul .visit_wapa a::after,
.container__footer .wrapper__footer .footer__visit ul .visit_peru_legal a::after {
    content: "";
    padding: 0;
  }
}
.container__footer .wrapper__footer .footer__visit .visit_author {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-top: 24px;
  text-transform: uppercase;
}
.container__footer .wrapper__footer .footer__visit .copyright {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .footer__participants {
    text-align: initial;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .footer__services {
    display: flex;
  }
}
.container__main {
  background-color: #F5F5F5;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 760px) {
  .container__main {
    position: relative;
  }
}
.container__main .content-wrapper {
  padding: 16px;
}
.container__main .content-wrapper .wrapper_navbar {
  display: none;
}
@media (min-width: 768px) {
  .container__main .content-wrapper .wrapper_navbar {
    display: block;
    margin-bottom: 16px;
  }
  .container__main .content-wrapper .wrapper_navbar .container__navbar {
    margin: 0 auto;
    font-size: 13px;
  }
}
.container__main .content-wrapper #logo_cuponidad {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}
.container__main .about__us {
  border-bottom: solid 2px #333;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.container__main .about__logo {
  text-align: center;
  margin-bottom: 10px;
}
.container__main .box-more {
  margin-top: 0px !important;
  margin-bottom: 10px;
}
.container__main .link-soporte {
  text-decoration: none;
}
.container__main .link-soporte:hover {
  color: #821300;
}
.container__main .link-facebook {
  text-align: center;
  margin-top: 10px;
  display: block;
}
.container__main .privacity {
  color: #f59c00;
  border-bottom: solid 2px #333;
}
.container__main .img__funciona img {
  width: 100%;
}
.container__main .sidebar__mobile {
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .container__main .sidebar__mobile {
    display: none;
  }
}
.container__main .sidebar__mobile .container__header_profile {
  background-color: #FFFFFF;
}
.container__main .sidebar__mobile .container__header_profile .header_profile__content {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 6.82px 0;
}
.container__main .sidebar__mobile .container__header_profile .header_profile__content .header_profile__item {
  margin: 0px 5px;
}
.container__main .sidebar__mobile .container__header_profile .header_profile__content .header_profile__item .my_coupons svg {
  margin-top: 6px;
}

.footer_link {
  color: #212121;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

.footer_link:hover {
  color: #212121;
}

.banner__segment {
  display: block;
}

.banner__segment picture img {
  width: 100%;
}

.overlay {
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #f1f1f1;
  filter: alpha(opacity=90);
  opacity: 0.7;
}

.overlayContent {
  z-index: 99;
  margin: 250px auto;
  width: 80px;
  height: 80px;
}

.d-none {
  display: none;
}

.overlayContent img {
  width: 80px;
  height: 80px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.recamtcha__login > div {
  border: 1px solid #e70b0b;
}

.alert {
  padding: 7.5px 5px 5px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
}

.link-book {
  text-decoration: none;
  color: #212121;
}

.autocomplete {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: end;
}

.autocomplete-items {
  margin-top: 3px;
  position: absolute;
  border: 1px solid #f1f1f1;
  border-bottom: none;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: scroll;
  max-height: 200px;
}

.autocomplete-items div {
  padding: 6px;
  font-size: 13px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  line-height: 20px;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.description {
  font-size: 13px;
}

.container__banner_flotante {
  display: none;
}
@media (min-width: 1200px) {
  .container__banner_flotante {
    display: block;
    position: fixed;
    left: 95%;
    top: 33%;
    width: 90px;
    height: 90px;
    z-index: 3;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1300px) {
  .container__banner_flotante {
    left: 93%;
  }
}
@media (min-width: 1440px) {
  .container__banner_flotante {
    left: 89%;
  }
}
@media (min-width: 1520px) {
  .container__banner_flotante {
    left: 89%;
  }
}
@media (min-width: 1600px) {
  .container__banner_flotante {
    left: 85%;
  }
}
@media (min-width: 1700px) {
  .container__banner_flotante {
    left: 82%;
  }
}
.container__banner_flotante a {
  margin-bottom: 2px;
  display: block;
  position: relative;
}
.container__banner_flotante a #btn_close_banner_flotante {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 0;
  top: 5%;
  right: 0;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.container__banner_flotante_left {
  display: none;
}
@media (min-width: 1200px) {
  .container__banner_flotante_left {
    display: block;
    position: fixed;
    left: 5%;
    top: 33%;
    width: 90px;
    height: 90px;
    z-index: 3;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1300px) {
  .container__banner_flotante_left {
    left: 6%;
  }
}
@media (min-width: 1440px) {
  .container__banner_flotante_left {
    left: 10%;
  }
}
@media (min-width: 1520px) {
  .container__banner_flotante_left {
    left: 10.6%;
  }
}
@media (min-width: 1600px) {
  .container__banner_flotante_left {
    left: 14.4%;
  }
}
@media (min-width: 1700px) {
  .container__banner_flotante_left {
    left: 17.5%;
  }
}
.container__banner_flotante_left a {
  margin-bottom: 2px;
  display: block;
  position: relative;
}
.container__banner_flotante_left a #btn_close_banner_flotante {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 0;
  top: 5%;
  right: 0;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

@media only screen and (min-width: 415px) {
  .container_subscribe_float {
    display: none;
  }
}
.menu {
  z-index: 999;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #e9e9e9;
}

.menu .share i.fa {
  height: 32px;
  width: 35px;
  text-align: center;
  line-height: 32px;
  border-radius: 2px;
  color: #fff !important;
}

.menu .share:hover.bottom .submenu li:nth-child(1) {
  opacity: 1;
  top: 35px;
  transform: rotate(0deg);
  /*transition-delay: 0.08s;*/
  background-color: #4caf50 !important;
  color: #fff !important;
}

.menu .share:hover.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 70px;
  transform: rotate(0deg);
  /*transition-delay: 0.16s;*/
  background-color: #3B5999 !important;
  color: #fff !important;
}

.menu .share:hover.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 105px;
  transform: rotate(0deg);
  /*transition-delay: 0.24s;*/
  background-color: #E6525F !important;
  color: #fff !important;
}

.menu .share:hover.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 128px;
  transform: rotate(0deg);
  /*transition-delay: 0.32s;*/
  background-color: #fff !important;
}

.menu .share:hover.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 160px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  /*transition-delay: 0.4s;*/
  background-color: #fff !important;
}

.menu .share:hover.left .submenu li:nth-child(1) {
  opacity: 1;
  left: 0;
  top: 44px;
  transform: rotate(0deg);
  /*transition-delay: 0.5s;
  border-right: 1px dashed #cccccc;*/
  background-color: #4299FD !important;
  color: #fff !important;
  height: 40px;
  width: 40px;
}

.menu .share:hover.left .submenu li:nth-child(2) {
  opacity: 1;
  left: -40px;
  top: 44px;
  transform: rotate(0deg);
  /*transition-delay: 1s;
  border-right: 1px dashed #cccccc;*/
  background-color: #3B5999 !important;
  color: #fff !important;
  height: 40px;
  width: 40px;
}

.menu .share:hover.left .submenu li:nth-child(3) {
  opacity: 1;
  left: -80px;
  top: 44px;
  transform: rotate(0deg);
  /*transition-delay: 1.5s;
  border-right: 1px dashed #cccccc;*/
  background-color: #4CAF50 !important;
  color: #fff !important;
  height: 40px;
  width: 40px;
}

.menu .share:hover.left .submenu li:nth-child(4) {
  opacity: 1;
  left: -204px;
  transform: rotate(0deg);
  /*transition-delay: 2s;*/
  border-right: 1px dashed #cccccc;
}

.menu .share:hover.left .submenu li:nth-child(5) {
  opacity: 1;
  left: -255px;
  transform: rotate(0deg);
  /*transition-delay: 2.5s;*/
  border-right: 1px dashed #cccccc;
}

.menu .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 50px;
  transform: rotate(0deg);
  /*transition-delay: 0.08s;*/
  border-left: 1px dashed #cccccc;
  background-color: #4caf50 !important;
  color: #fff !important;
}

.menu .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 100px;
  transform: rotate(0deg);
  /*transition-delay: 0.16s;*/
  border-left: 1px dashed #cccccc;
  background-color: #3B5999 !important;
  color: #fff !important;
}

.menu .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 150px;
  transform: rotate(0deg);
  /*transition-delay: 0.24s;*/
  border-left: 1px dashed #cccccc;
  background-color: #E6525F !important;
  color: #fff !important;
}

.menu .share:hover.right .submenu li:nth-child(4) {
  opacity: 1;
  left: 200px;
  transform: rotate(0deg);
  /*transition-delay: 0.32s;*/
  border-left: 1px dashed #cccccc;
}

.menu .share:hover.right .submenu li:nth-child(5) {
  opacity: 1;
  left: 250px;
  transform: rotate(0deg);
  /*transition-delay: 0.4s;*/
  border-left: 1px dashed #cccccc;
}

.menu .share:hover.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -51px;
  /*transition-delay: 0.08s;*/
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}

.menu .share:hover.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -102px;
  /*transition-delay: 0.16s;*/
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}

.menu .share:hover.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -153px;
  /*transition-delay: 0.24s;*/
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}

.menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -204px;
  /*transition-delay: 0.32s;*/
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}

.menu .share:hover.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -255px;
  /*transition-delay: 0.4s;*/
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}

.menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  /*position: relative;*/
}

.menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.menu .submenu li a {
  color: #212121;
}

.menu .submenu li a:hover i.fa {
  color: #fff;
}

.menu .submenu li a:hover.facebook i.fa {
  background-color: #3b5999;
}

.menu .submenu li a:hover.twitter i.fa {
  background-color: #55acee;
}

.menu .submenu li a:hover.googlePlus i.fa {
  background-color: #dd4b39;
}

.menu .submenu li a:hover.instagram i.fa {
  background-color: #e4405f;
}

.menu .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}

.menu .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}

.menu .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}

.menu .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}

.menu.topLeft {
  top: 10px;
  left: 10px;
}

.menu.topRight {
  /*top: 10px;
  right: 10px;*/
}

.menu.bottomLeft {
  bottom: 10px;
  left: 10px;
}

.menu.bottomRight {
  bottom: 10px;
  right: 10px;
}

.share_bar {
  width: 131px;
  height: 41px;
  position: fixed;
  z-index: 2;
  background: #F5F5F5;
  top: 66px;
  float: right !important;
  right: 0;
}

#btn_main_search_mobile, #btn_main_shared {
  align-items: center;
  background-color: #EB661C;
  border-color: transparent;
  border-radius: 3px;
  display: none;
  height: 32px;
  width: 32px;
  margin-left: 5px;
}

.buttons__vertical__social {
  padding-left: 5px;
  display: none;
}

@media (min-width: 0px) and (max-width: 480px) {
  .header__main {
    padding-bottom: 5px !important;
    max-height: 66px;
  }
  .footer__visit {
    margin-bottom: 70px !important;
  }
  .ui-autocomplete-input {
    display: none !important;
  }
  #btn_main_search {
    display: none !important;
  }
  #btn_main_search_mobile, #btn_main_shared {
    display: flex !important;
  }
  .header__search {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    padding: 0;
    width: calc(100% - 9px);
  }
  .buttons__vertical__social {
    display: inline;
  }
}
@media (min-width: 768px) {
  #main_search {
    min-width: 320px !important;
  }
}
@media screen {
  #categories_menu {
    height: 60px;
    position: absolute;
    top: 25px;
    left: 12px;
    width: 40px;
    z-index: 10;
  }
  #categories_menu a.icon {
    display: block;
    height: 60px;
    text-decoration: none;
    transition-property: background;
    transition-duration: 0.3s;
    width: 40px;
  }
  #categories_menu a.icon .box-toggler {
    border: 2px solid #fff;
    position: absolute;
    height: 35px;
    width: 39px;
    left: 29px;
    top: 23px;
    border-radius: 4px;
  }
  #categories_menu a.icon .namemenu {
    color: #333;
    font-size: 0.85rem;
    padding-top: 89px;
    text-align: center;
    text-transform: uppercase;
  }
  #categories_menu a.icon .namemenu::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    width: 0;
  }
  #categories_menu a.icon .linemenu {
    border-top: 2px solid #fff;
    left: 38px;
    position: absolute;
    transition-property: top;
    transition-duration: 0.3s;
    width: 21px;
  }
  #categories_menu a.icon .lineone {
    top: 32px;
  }
  #categories_menu a.icon .linemenu2 {
    top: 40px;
  }
  #categories_menu a.icon:hover {
    cursor: pointer;
  }
  #categories_menu a.icon:hover .namemenu {
    color: #000;
    font-weight: 700;
  }
  #categories_menu a.icon:hover .lineone {
    top: 31px;
  }
  #categories_menu a.icon:hover .namemenu::after {
    border-top: 5px solid #333;
  }
  * {
    outline: none;
  }
  #categories_menu .sub {
    display: none;
    float: left;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    width: 974px;
    z-index: 6;
  }
  #categories_menu .sub li a {
    background: url(/statics/images/arrowmenuoff.webp) no-repeat 235px center;
    color: #494848;
    display: block;
    font-size: 15px;
    line-height: 38px;
    padding: 0 23px;
    position: relative;
    text-decoration: none;
    /*text-transform:uppercase;
    */
    z-index: 99;
  }
  #categories_menu .sub li a:hover {
    color: #ef6f28;
    font-weight: 700;
  }
  #categories_menu .sub li:before {
    background: #f0f0f0;
    content: "";
    position: absolute;
    height: 38px;
    transition: all 0.2s;
    width: 0;
    z-index: 9;
  }
  #categories_menu .sub .sub {
    background: #fff;
    border-bottom: 3px solid #ef6f28;
    max-height: 430px;
    min-height: 430px;
    left: 254px;
    top: 0;
    width: 720px;
  }
  #categories_menu .sub .sub a {
    background: 0 0;
    color: #797878;
    line-height: 0.75;
    padding: 10px 0 12px 23px;
    text-transform: none;
  }
  #categories_menu .sub .sub a .cantidad {
    color: gray;
    font-size: 0.688rem;
  }
  #categories_menu .sub .sub li {
    background: 0 0;
  }
  #categories_menu .sub .sub a:hover, #categories_menu .sub .sub a:hover .cantidad {
    background: 0 0;
    color: #ef6f28;
    font-weight: 400;
    text-decoration: none;
  }
  #categories_menu .sub #segments {
    background: #fff;
    border-bottom: 3px solid #ef6f28;
    float: left;
    min-height: 430px;
    padding: 10px 0;
    width: 254px;
  }
  #categories_menu .sub .nivel2 {
    border-left: 6px solid #f0f0f0;
    float: left;
    height: 427px;
    padding: 0;
    max-height: 427px;
    width: 100%;
  }
  #categories_menu #segments ul li .sub h3 {
    color: #005d93;
  }
  #categories_menu .sub .nivel2 h3 {
    font-weight: 400;
    padding: 0;
    margin: 0;
  }
  #categories_menu .sub .nivel2 h3 a {
    color: #E9651C;
    font-size: 1.125rem;
  }
  #categories_menu .sub .nivel2 h3 a:hover {
    color: #ef6f28;
  }
  #categories_menu .sub .nivel2 ul {
    float: left;
    position: relative;
    width: 50%;
    z-index: 99;
  }
  #categories_menu .sub .precio p {
    display: inline-block;
    margin-right: 5px;
  }
  #categories_menu .sub .precio p.actual {
    color: #ff7500;
    font-size: 1.25rem;
    font-weight: 700;
  }
  #categories_menu .sub .precio p.antes {
    color: #6f6f6f;
    font-size: 0.813rem;
    text-decoration: line-through;
  }
  .boxbg {
    position: fixed;
    left: 0;
    top: 0 !important;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: none;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .boxmenu {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: none;
  }
}
#categories_menu .sub li.hover a {
  background: url(/statics/images/arrowmenu.webp) no-repeat 235px center;
}

#categories_menu .sub li.hover > a, #categories_menu .sub li a:hover {
  color: #ef6f28;
  font-weight: 700;
}

#categories_menu .sub li.hover:before {
  width: 254px;
}

#categories_menu .sub .sub li, #categories_menu .sub li.hover .sub a {
  background: transparent;
}

#categories_menu .sub .sub li.hover:before {
  width: 0;
}

#categories_menu .sub .sub li.hover, #categories_menu .sub .sub a:hover, #categories_menu .sub .sub a:hover .cantidad {
  background: transparent;
  color: #ef6f28;
  font-weight: 400;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  #categories_menu {
    display: none !important;
  }
}
/*********hamburguesa**********/
.hj {
  cursor: pointer;
}

.hj,
.top,
.middle,
.bottom {
  transition: all 0.3s ease-in-out;
}

.hamburg-top {
  transform: rotate(45deg);
  transform-origin: center top;
  x: 37.5px;
  y: 26.25px;
}

.hamburg-middle {
  opacity: 0;
  x: 0;
}

.hamburg-bottom {
  transform: rotate(-45deg);
  transform-origin: center top;
  x: -15px;
  y: 18.75px;
}
