.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;
}

.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__filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  min-height: 46px;
  height: 100%;
  /*select {
      -moz-appearance:none;
      -webkit-appearance:none;
      appearance:none;
      option {
          background-color: $c_gray_lines;
          padding: 15px 24px 15px 8px;
      }
  }
  */
}
.container__filter h3 {
  color: #535353;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-right: 16px;
}
.container__filter .custom-select {
  position: relative;
  margin-right: 8px;
}
.container__filter .select__category {
  max-width: 320px;
}
.container__filter .select__order {
  max-width: 200px;
}
.container__filter .select__district, .container__filter .select__bussiness {
  margin-top: 8px;
  max-width: 320px;
}
@media (min-width: 768px) {
  .container__filter .select__district, .container__filter .select__bussiness {
    margin-top: 0;
  }
}
.container__filter .custom-select select {
  display: none;
}
.container__filter .select-selected {
  background-color: #E4E4E4;
  border-radius: 5px;
}
.container__filter .select-selected:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 4%;
  width: 12px;
  height: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45NCA0LjM1NzQ4ZS0wN0wtMS43Njk2OWUtMDcgMC45NTE0MTdMNCA1TDggMC45NTE0MTdMNy4wNiAxLjY4MjM1ZS0wN0w0IDMuMDkwNDJMMC45NCA0LjM1NzQ4ZS0wN1oiIGZpbGw9IiNFQjY2MUMiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.container__filter .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
.container__filter .select-items div, .container__filter .select-selected {
  color: #535353;
  padding: 10px 24px 8px 8px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.container__filter .select-items {
  position: absolute;
  background-color: #E4E4E4;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 320px;
  margin-top: 5px;
  overflow-x: auto;
  max-height: 250px;
}
.container__filter .select-hide {
  display: none;
}
.container__filter .select-items div:hover, .container__filter .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.container__filter__mobile {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  min-height: 46px;
  height: 100%;
  /*select {
      -moz-appearance:none;
      -webkit-appearance:none;
      appearance:none;
      option {
          background-color: $c_gray_lines;
          padding: 15px 24px 15px 8px;
      }
  }
  */
}
.container__filter__mobile h3 {
  color: #535353;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-right: 10px;
  margin-top: 5px;
}
.container__filter__mobile .custom-select {
  position: relative;
  margin-right: 8px;
}
.container__filter__mobile .select__category {
  max-width: 320px;
}
.container__filter__mobile .select__order {
  max-width: 200px;
}
.container__filter__mobile .select__district, .container__filter__mobile .select__bussiness {
  margin-top: 8px;
  max-width: 320px;
}
@media (min-width: 768px) {
  .container__filter__mobile .select__district, .container__filter__mobile .select__bussiness {
    margin-top: 0;
  }
}
.container__filter__mobile .custom-select select {
  display: none;
}
.container__filter__mobile .select-selected {
  background-color: #E4E4E4;
  border-radius: 5px;
}
.container__filter__mobile .select-selected:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 4%;
  width: 12px;
  height: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45NCA0LjM1NzQ4ZS0wN0wtMS43Njk2OWUtMDcgMC45NTE0MTdMNCA1TDggMC45NTE0MTdMNy4wNiAxLjY4MjM1ZS0wN0w0IDMuMDkwNDJMMC45NCA0LjM1NzQ4ZS0wN1oiIGZpbGw9IiNFQjY2MUMiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.container__filter__mobile .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
.container__filter__mobile .select-items div, .container__filter__mobile .select-selected {
  color: #535353;
  padding: 10px 24px 8px 8px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.container__filter__mobile .select-items {
  position: absolute;
  background-color: #E4E4E4;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 320px;
  margin-top: 5px;
  overflow-x: auto;
  max-height: 250px;
}
.container__filter__mobile .select-hide {
  display: none;
}
.container__filter__mobile .select-items div:hover, .container__filter__mobile .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 480px) {
  .container__filter {
    display: none;
  }
  .container__filter__mobile {
    display: flex;
  }
  .content-wrapper {
    padding-top: 0;
  }
}
/******************************************************************************************************************************/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #888;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #eceeef;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #eceeef;
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
ul {
  margin-top: 0;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  overflow: visible;
}

input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

@font-face {
  font-family: "wokiee_icons";
  src: url("/resources/font/wokiee_icons.eot?87a912");
  src: url("/resources/fontwokiee_icons.eot?87a912#iefix") format("embedded-opentype"), url("/resources/font/wokiee_icons.ttf?87a912") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  overflow: visible;
}

input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}
/*.text-uppercase{
    text-transform:uppercase!important;
}*/
.tt-collapse {
  position: relative;
}

.tt-collapse .tt-collapse-title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  padding: 0 20px 6px 0;
  cursor: pointer;
  color: #191919;
  border-bottom: 1px solid #e9e7e7;
  transition: color 0.2s linear;
}

.tt-collapse .tt-collapse-title:after {
  position: absolute;
  display: block;
  top: 7px;
  right: -2px;
  font-family: "wokiee_icons";
  font-size: 10px;
  content: "\e9b1";
  line-height: 1;
  font-weight: normal;
}

.tt-collapse .tt-collapse-title + .tt-collapse-content {
  margin-top: 20px;
}

.tt-collapse .tt-collapse-title + .tt-collapse-content .tt-list-row {
  margin-top: -8px;
}

.open.tt-collapse > .tt-collapse-title:after {
  content: "\e9b2";
}

.tt-collapse:not(:last-child) {
  margin-bottom: 16px;
}

.tt-list-row {
  margin-top: -2px;
  font-size: 13px;
  line-height: 22px;
  color: #5b5a5a;
}

.tt-list-row {
  list-style: none;
  margin: 0;
  padding: 0;
}

.__space {
  margin-right: 5px;
}

.modal__categories {
  color: #5b5a5a;
}

.modal__categories:hover {
  color: #2196f3;
}

.modal__active {
  color: #EB661C !important;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
  left: -500px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

.modal.right.fade .modal-dialog {
  right: -500px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.left .modal-dialog.modal-lg,
.modal.right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.left .modal-dialog.modal-xl,
.modal.right .modal-dialog.modal-xl {
  width: 1140px;
}

/* Top and Bottom */
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.top .modal-content,
.modal.bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.top .modal-body,
.modal.bottom .modal-body {
  padding: 15px 15px;
}

/* Top */
.modal.top.fade .modal-dialog {
  top: -100%;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */
.modal.bottom.fade .modal-dialog {
  bottom: -100%;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.bottom.fade .modal-dialog {
  bottom: -100%;
}

/* Full Screen */
.modal.full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */
.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

/* XS */
.modal.left.xs .modal-body,
.modal.right.xs .modal-body {
  padding: 15px;
}

input[type=radio] {
  accent-color: #EB661C;
}

.container__slider_featured {
  margin-bottom: 32px;
}

.container__featured_item {
  background-image: url("/statics/images/bg_slide_featured_mobile.png");
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: contain;
  padding: 16px 32px;
}
@media (min-width: 768px) {
  .container__featured_item {
    background-image: url("/statics/images/bg_slide_featured_desktop.png");
    background-size: cover;
  }
}
.container__featured_item a {
  cursor: default;
}
@media (min-width: 768px) {
  .container__featured_item a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.container__featured_item .featured_item__sello {
  position: relative;
}
.container__featured_item picture {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .container__featured_item picture {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .container__featured_item .featured_item__description {
    margin-left: 56px;
    margin-right: 32px;
    max-width: 333px;
    width: 100%;
  }
}
.container__featured_item .featured_item__title,
.container__featured_item .featured_item__brand {
  color: #535353;
  font-style: normal;
}
.container__featured_item .featured_item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .container__featured_item .featured_item__title {
    display: -webkit-box;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .container__featured_item .featured_item__title {
    margin-bottom: 12px;
  }
}
.container__featured_item .featured_item__brand {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 768px) {
  .container__featured_item .featured_item__brand {
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .container__featured_item .featured_item__price {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.container__featured_item .featured_item__price h4 {
  color: #EB661C;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .container__featured_item .featured_item__price h4 {
    margin-bottom: 24px;
  }
}
.container__featured_item .featured_item__price .featured_item__show_more {
  align-content: center;
  align-items: center;
  background-color: #EB661C;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  height: 34px;
  line-height: 16px;
  justify-content: center;
  width: 84px;
}

.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: 6px;
}

.thumbnail__title {
  /*color: $c_black;*/
  color: #544d4d;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 8px;
  height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.thumbnail__provider {
  /*color: $c_primary_darkgray;*/
  color: #000000;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  padding-top: 8px;
  margin-bottom: 2px;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.thumbnail__place {
  /*color: $c_silverdark;*/
  color: #eb661c;
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 13px;
  padding-bottom: 5px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 15px;
}

.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: 43px;
  }
  .thumbnail__schedule {
    height: 25px;
  }
  .thumbnail__provider {
    margin-top: 6px;
    padding-bottom: 10px;
    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;
}

@media (max-width: 760px) {
  .slider__featured .swiper-button-prev, .slider__featured .swiper-button-next {
    display: none;
  }
}
.slider__featured .swiper-pagination {
  bottom: 0 !important;
}
.slider__featured .swiper-pagination-bullet {
  background: none;
  background-color: rgba(83, 83, 83, 0.1);
  opacity: 1;
}
.slider__featured .swiper-pagination-bullet-active {
  background-color: #EB661C;
}
