.block__beneficios {
  background-color: #fffcf0;
}

.slides__creencias .card__section {
  max-width: none;
}

.tabs__navigation__riel {
  width: 100%;
  overflow-y: auto;
  justify-content: center;
  display: flex;
}

.tabs__navigation__riel .tabs__nav {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  /* min-width: fit-content; */
}

.block__beneficios #tab__alimentos .card__section__title,
.block__beneficios #tab__alimentos .tabs__stage__title {
  color: #61b4e4;
}
.block__beneficios #tab__uso .tabs__stage__title,
.block__beneficios #tab__uso .card__section__title {
  color: var(--green);
}
.block__beneficios #tab__excelencia .tabs__stage__title,
.block__beneficios #tab__excelencia .card__section__title {
  color: var(--green-success);
}
.block__beneficios #tab__bienestar .tabs__stage__title,
.block__beneficios #tab__bienestar .card__section__title {
  color: #e0155f;
}
.block__beneficios #tab__orgullo .tabs__stage__title,
.block__beneficios #tab__orgullo .card__section__title {
  color: #e02b1d;
}

.inner__wrap__creencias .card__section__desc {
  color: var(--gray-medium);
}
.block__beneficios .tabs__nav .tabs__navigation__item a {
  color: var(--blue-main);
  background-color: #fff;
}

.block__beneficios .tabs__nav .tabs__navigation__item.tab__active a {
  background-color: var(--blue-main);
  color: #fff;
}

.block__beneficios .tabs__nav .button__crema_de_coco.tab__active a {
  background-color: #f0c105;
  color: #fff;
}

.block__beneficios .tabs__nav .button__bebidas_de_coco.tab__active a {
  background-color: #ec3276;
  color: #fff;
}
.block__beneficios .tabs__nav .button__bebidas_de_coco:hover a {
  background-color: #fdedf3;
}

.block__beneficios .tabs__nav .button__agua_de_coco.tab__active a {
  background-color: #4bc7eb;
  color: #fff;
}
.block__beneficios .tabs__nav .button__agua_de_coco:hover a {
  background-color: #edf9fd;
}

.block__beneficios .tabs__nav .button__aceite_de_coco.tab__active a {
  background-color: #32c997;
  color: #fff;
}
.block__beneficios .tabs__nav .button__aceite_de_coco:hover a {
  background-color: #f1fbf8;
}

.block__beneficios .tabs__nav .button__la_autentica_pina_colada_.tab__active a,
.block__beneficios .tabs__nav .button__pina_colada_.tab__active a {
  background-color: var(--blue-main);
  color: #fff;
}
.block__beneficios .tabs__nav .button__la_autentica_pina_colada_:hover a,
.block__beneficios .tabs__nav .button__pina_colada_:hover a {
  background-color: var(--blue-light);
}

.block__beneficios .tabs__nav .button__bebida_culinary.tab__active a,
.block__beneficios .tabs__nav .button__bebida_culinary.tab__active a {
  background-color: #e48900;
  color: #fff;
}
.block__beneficios .tabs__nav .button__bebida_culinary:hover a,
.block__beneficios .tabs__nav .button__culinary:hover a {
  background-color: var(--yellow-light);
}

.block__beneficios .tabs__nav .tabs__navigation__item.tab__active a:hover {
  color: #fff;
}

.list__benefits {
  list-style: none;
  color: var(--blue-main);
}
.list__benefits li {
  padding-left: 100px;
  position: relative;
  min-height: 70px;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 1.25em;
  font-weight: 400;
  font-family: var(--font-bebas);
}
.list__benefits li:last-of-type {
  margin-bottom: 0;
}
.list__benefits li img {
  max-width: 80px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.container__products {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
}
.wrap__product__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  overflow: visible;
}

.swiper.product__slider {
  overflow: visible;
}

.wrap__product__list .swiper-wrapper {
  padding-bottom: 4rem;
}

@media screen and (max-width: 1200px) {
  .tabs__nav .tabs__navigation__item a {
    font-size: 1.25rem;
  }
  .block__beneficios .tabs__nav .tabs__navigation__item a{
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .list__benefits li{
    font-size: 2rem;
  }
  .list__benefits li img{
    max-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tabs__navigation__wrap .tabs__nav {
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .tabs__nav .tabs__navigation__item a {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.25em;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    text-align: center;
  }
  .tabs__nav .tabs__navigation__item.is__large__item a {
    min-width: 120px;
  }
  .object-position {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .tabs__navigation__riel {
    justify-content: flex-start;
  }
  .list__benefits li {
    padding-left: 50px;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    min-height: 60px;
  }
  .list__benefits li img {
    max-width: 40px;
  }
}
