.section-box-details {
  margin-top: 56px;
}

.section-box-details .description {
  padding-left: 30px;
}
.section-box-details h3 {
  font-family: "Superclarendon";
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: -10px;
  color: #020202;
}

.section-box-details .col-lg-8 .description p {
  margin: 16px 0 16px 0;
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #101828;
}

.section-box-details .col-lg-8 .description p.short {
  margin: 16px 0 16px 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #475467;
}


.section-box-details .col-lg-4 {
  border: 1px solid #cccccc;
  border-radius: 8px;
  width: 373px;
  height: 318px;
}
.section-box-details button.button {
  margin: 7px 0 0 30px;
  border: none;
  width: auto;
  height: 47px;
  background: #0069b4;
  border-radius: 4px;
}

.section-box-details button.button:hover {
  background-color: #ed6b47;
}

.section-box-details button a {
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.section-box-category {
  margin-bottom: 56px;
}

.section-box-category .button-hover button {
  width: 165px;
  height: 65px;
  background: #ffffff;
  border: 1.07px solid #CCCCCC;
  border-radius: 4px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: #CCCCCC; 
}

.section-box-category .button-hover button.active-button {
  color: #020202;
  border: 1.7px solid #ED6B47;
}

.section-box-category .col-lg-12.flex.container {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-box-category .gap {
  display: flex;
  gap: 24px;
}

.section-box-category span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #475467;
}

/* .section-box-category .content-1,
.section-box-category .content-2, */
.section-box-category .content-3 .flex img{
  margin: 16px 0;
}

.section-box-category .content-3 .flex {
  gap: 32px;
}

.section-box-category .content-3 .flex span{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slider das receitas */

.section-box-recipes .card {
  width: 261px;
  height: 192px;
  border: none;
  border-radius: 13px;
}

.section-box-recipes .card span {
  width: 261px;
  height: 28px;
  background: rgba(0, 105, 180, 0.7);
  border-radius: 0px 0px 13px 13px;
  position: absolute;
  bottom: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-box-recipes {
  margin: 80px 0 56px 0;
}

.section-box-recipes .slider-nav {
  margin-top: -250px !important;
}

.section-box-recipes .slider-button::after {
  width: 40px;
  height: 40px;
}

.section-box-recipes .card img {
  border-radius: 13px;
  width: 100%;
  height: 100%;
}

.swiper-button-next-rec {
  background-image: url("../../../images/svg/button-slider-right.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 0;
  background-size: cover;
}
.swiper-button-prev-rec {
  background-image: url("../../../images/svg/button-slider-left.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 0;
  background-size: cover;
}

.content-2.container .buttons-slide {
  gap: 15px;
  justify-content: right;
  margin: -50px 0 30px 0;
}
/* Slider dos produtos */

.section-box-details .section-box-products {
  height: 318px;
  width: 100% !important;
}

.section-box-details .section-box-products .card-slider {
  width: 100% !important;
  height: 100%;
}

.section-box-details .section-box-products img {
  width: 100% !important;
  height: 300px;
  border-radius: 13px;
}

.section-box-details .section-box-products .card-slider {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#app > section.section-box-details > div > div.slider > nav {
  margin-top: -200px !important;
  width: 350px;
  left: 12% !important;
}

.section-box-details .slider-button::after {
  width: 30px !important;
  height: 30px !important;
}

#app > section.section-box-details > div > div.section-box-products > div > nav{
  margin-top: -170px!important;
  left: auto!important;
  right: auto!important;
  justify-content: space-between;
  display: flex;
}

/* Slider Nossos Produtos */

.slider-button {
  background-color: transparent;
}
.slider-button.hide {
  visibility: hidden;
}
.slider-button::after {
  width: 50px;
  height: 50px;
}
.slider-button-previous::after {
  content: "";
  background-image: url("../../../images/svg/button-slider-left.svg");
}
.slider-button-next::after {
  content: "";
  background-image: url("../../../images/svg/button-slider-right.svg");
}  

.section-box-recipes .slider-nav {
  margin-top: -250px !important;
  justify-content: flex-end;  
}


@media (max-width: 863px) {

/* .section-box-recipes .slider-nav {
    margin-top: -360px !important;
    right: 0;
  } */

  .slider-button::after {
    width: 30px;
    height: 30px;
}
}

