.cards__promotions ul {
  display: flex;
}

.cards__promotions ul .card__promotion {
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-right: 6px;
  width: 28px;
  padding-top: 2px;
}
.cards__promotions ul .card__promotion:first-child {
  border: 2px solid #536685;
}
.cards__promotions ul .card__promotion:nth-child(2) {
  background-color: #B303C8;
}

.cards__promotions ul .card__promotion span {
  color: #536685;
}

.promotions__desc {
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 10px;
}

.promotions__credits {
  font-style: normal;
  font-weight: 800;
  font-size: 4px;
}

.promotions__local {
  font-style: normal;
  font-weight: 800;
  font-size: 4px;
  line-height: 4px;
}

.swiper-slide a {
  flex-direction: row-reverse;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 100%;
}
.swiper-slide a picture {
  max-height: 172px;
  height: 100%;
}
@media (min-width: 768px) {
  .swiper-slide a picture {
    max-height: 212px;
  }
}
.swiper-slide a picture img {
  width: 100%;
}

.container__navbar {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  max-width: 708px;
  padding: 8px 24px;
  width: 100%;
}
.container__navbar ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.container__navbar ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.container__navbar ul a {
  color: #000000;
}

.container__featured_home {
  position: relative;
}
.container__featured_home a {
  display: block;
  height: 100%;
  max-height: 215px;
}
@media (min-width: 768px) {
  .container__featured_home a {
    max-height: 346px;
  }
}
.container__featured_home a img {
  width: 100%;
}
.container__featured_home .featured_home__description {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -1%, #000000 82%);
  bottom: 0;
  padding: 16px;
  position: absolute;
}
.container__featured_home .featured_home__description .featured_home__title,
.container__featured_home .featured_home__description .featured_home__brand {
  color: #FFFFFF;
  font-style: normal;
}
.container__featured_home .featured_home__description .featured_home__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .container__featured_home .featured_home__description .featured_home__title {
    font-size: 20px;
    line-height: 20px;
  }
}
.container__featured_home .featured_home__description .featured_home__brand {
  font-weight: 800;
  font-size: 12px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 768px) {
  .container__featured_home .featured_home__description .featured_home__brand {
    font-size: 14px;
  }
}
.container__featured_home .featured_home__description .wrapper__featured_home__price {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.container__featured_home .featured_home__description .wrapper__featured_home__price .featured_home__price {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .container__featured_home .featured_home__description .wrapper__featured_home__price .featured_home__price {
    font-size: 32px;
  }
}
.container__featured_home .featured_home__description .wrapper__featured_home__price .featured_home__show_more {
  background-color: #EB661C;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  line-height: 24px;
  height: 24px;
  max-width: 77px;
  width: 100%;
}
@media (min-width: 768px) {
  .container__featured_home .featured_home__description .wrapper__featured_home__price .featured_home__show_more {
    font-size: 10px;
    line-height: 24px;
    height: 30px;
    max-width: 92px;
  }
}

.container__featured {
  margin-bottom: 32px;
}
@media (min-width: 999px) {
  .container__featured {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.container__featured .featured__promotions {
  display: none;
}
@media (min-width: 999px) {
  .container__featured .featured__promotions {
    display: block;
  }
}
.container__featured .featured__promotions .featured__promotions_banner {
  max-height: 165px;
  margin-bottom: 16px;
}
.container__featured .featured__promotions .featured__promotions_banner:last-child {
  margin-bottom: 0;
}
.container__featured .featured__promotions .featured__promotions_banner img {
  border-radius: 5px;
}
@media (min-width: 999px) {
  .container__featured .featured__slider {
    max-height: 346px;
    max-width: 552px;
    width: 100%;
  }
}
.container__featured .featured__slider .slider__featured_home {
  height: 100%;
  border-radius: 5px;
  height: 100%;
  max-height: 215px;
}
@media (min-width: 768px) {
  .container__featured .featured__slider .slider__featured_home {
    max-height: 346px;
  }
}

.container__thumbnail {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 8px;
}
.container__thumbnail:hover .thumbnail__more_details {
  opacity: 1;
}
.container__thumbnail:last-child {
  /*margin-bottom: 0;*/
}
.thumbnail__figure {
  border-radius: 5px;
  position: relative;
}
.thumbnail__figure picture {
  display: block;
  height: 100px;
}

.thumbnail__more_details {
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(235, 102, 28, 0.7);
}

.thumbnail__more_details_text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.thumbnail__figcaption {
  padding: 8px;
}

.thumbnail__title {
  /*color: $c_black;*/
  color: #222;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  padding-bottom: 8px;
  height: 30px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 6px;
  margin-top: 2px;
}

.thumbnail__provider {
  /*color: $c_primary_darkgray;*/
  color: #666;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  padding-top: 5px;
  margin-bottom: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-transform: Capitalize;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.thumbnail__place {
  /*color: $c_silverdark;*/
  color: #666;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 13px;
  padding-bottom: 5px;
  text-transform: Capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 15px;
  height: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.thumbnail__schedule {
  color: #a3181f;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 12px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.thumbnail__before {
  color: #535353;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 8px;
  margin-top: 5px;
}

.wrapper__cards_promotions .cards__promotions {
  padding-bottom: 2px;
}

.thumbnail__price {
  color: #eb661c;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .thumbnail__figure {
    height: 129px;
  }
  .thumbnail__figure picture {
    height: 129px;
  }
}
@media (max-width: 768px) {
  .thumbnail__title {
    height: 28px;
  }
  .thumbnail__schedule {
    height: 25px;
  }
  .thumbnail__provider {
    /*margin-top: 6px;*/
    padding-bottom: 15px;
    height: 13px;
  }
}
.round__up {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.cards__sticker {
  height: 33px;
}

@media (min-width: 769px) {
  .thumbnail__schedule {
    height: 30px;
  }
}
.space_between {
  justify-content: space-between;
  display: flex;
}

@media (max-width: 767px) {
  .d-none-mobile {
    display: none !important;
  }
}
.wrapper__section {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 17px;
}
.wrapper__section .section__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
}
.wrapper__section .section__title::after {
  content: "|";
  color: #535353;
  font-size: 26px;
  padding: 0 8px;
}
.wrapper__section .section__see_more {
  color: #EB661C;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.wsp__consult {
  display: inline-block;
  width: 89px;
}

.float_whatsapp__home {
  padding: 10px;
}
.float_whatsapp__home svg {
  display: inline-block;
  vertical-align: middle;
}

.float_whatsapp__internal {
  padding: 10px;
}
.float_whatsapp__internal svg {
  display: inline-block;
  vertical-align: middle;
}

.float_whatsapp {
  position: fixed;
  /*width:60px;
  height:60px;
  */
  bottom: 75px;
  left: 0px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
}

@-webkit-keyframes slidein {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes slidein {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
/******poup suscription*****/
.btn_modal_modal {
  width: 150px;
  background-color: #EB661C;
  border: 1px solid #EB661C;
  padding: 10px;
  border-radius: 5px;
  font-size: 19px;
  color: #fff;
}

.btn_close_modal__float {
  font-size: 22px;
  width: 29px;
  height: 29px;
}

.btn_modal_modal {
  margin-bottom: 10px;
  font-size: 21px !important;
}

.email_subscribe_float {
  border: 1px solid #EB661C;
  border-radius: 10px;
  height: 49px;
  width: 85%;
  margin-bottom: 5px;
  font-size: 20px;
  color: #4e4b4b;
}

.content__modal_float {
  margin-top: 12px !important;
}

.scp__consult {
  display: none;
}

.float_suscription__icon {
  position: fixed;
  display: none;
  bottom: 150px;
  left: 0px;
  background-color: #EB661C;
  padding: 8px;
  color: #FFF;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: formsuscription;
          animation-name: formsuscription;
}
.float_suscription__icon svg {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes formsuscription {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes formsuscription {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@media (max-width: 414px) {
  .product__promotion__group {
    display: none;
  }
  .float_wsp_btn {
    display: block;
  }
  .float_suscription__icon {
    display: block;
  }
  .label_number_wsp {
    display: none;
  }
  .label_text_wsp {
    display: inline-block;
  }
}
@media (min-width: 415px) {
  .float_wsp_btn {
    display: none;
  }
  .label_number_wsp {
    display: inline-block;
  }
  .label_text_wsp {
    display: none;
  }
}
.wrapper__list_all {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .wrapper__list_all {
    justify-content: flex-start;
    gap: 16px;
  }
}
.wrapper__list_all .container__thumbnail {
  width: 100%;
  max-width: 165px;
}
@media (min-width: 768px) {
  .wrapper__list_all .container__thumbnail {
    max-width: 230px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 374px) {
  .wrapper__list_all .container__thumbnail {
    max-width: 155px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 389px) {
  .wrapper__list_all .container__thumbnail {
    max-width: 166px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 411px) {
  .wrapper__list_all .container__thumbnail {
    max-width: 172px;
  }
}
@media only screen and (min-width: 412px) and (max-width: 414px) {
  .wrapper__list_all .container__thumbnail {
    max-width: 185px;
  }
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  border-radius: 0.2rem !important;
}

.btn-orange {
  color: #fff !important;
  background-color: #f60 !important;
  border-color: #f60 !important;
}

.btn {
  display: inline-block !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  border-radius: 0.25rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.slider__hero_banner .swiper-pagination-bullet, .slider__featured_home .swiper-pagination-bullet {
  background: none;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.slider__hero_banner .swiper-pagination-bullet-active, .slider__featured_home .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.wrapper_banner picture {
  display: block;
  margin: 0 -16px 16px -16px;
}
.wrapper_banner picture img {
  width: 100%;
}
