.overlay_image {
  position: absolute;
  top: 3%;
  left: 3%;
}

.dica_card img,
.product_card img,
.product_line_card_container img {
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

a.dica_card.horizontal-double-line-after::after,
a.product_card.horizontal-double-line-after::after {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: -20px;
}

@media (min-width: 992px) {
  a.dica_card,
  a.product_card,
  .product_line_card {
    border: 1px solid transparent;
  }
  a.dica_card .dica_card_container,
  a.dica_card .product_card_container,
  a.dica_card .product_line_card_container,
  a.product_card .dica_card_container,
  a.product_card .product_card_container,
  a.product_card .product_line_card_container,
  .product_line_card .dica_card_container,
  .product_line_card .product_card_container,
  .product_line_card .product_line_card_container {
    border-radius: 20px;
  }
  a.product_card:hover {
    border-radius: 30px;
  }
  a.dica_card:hover,
  .product_line_card:hover {
    border-radius: 20px;
  }
  a.dica_card:hover,
  a.product_card:hover,
  .product_line_card:hover {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 0px #003F3F;
    border: 1px solid #003F3F;
    color: #003F3F;
  }
  a.dica_card:hover .dica_card_container,
  a.product_card:hover .dica_card_container,
  .product_line_card:hover .dica_card_container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  a.dica_card:hover .dica_card_container img,
  a.product_card:hover .dica_card_container img,
  .product_line_card:hover .dica_card_container img {
    transform: scale(1.1);
    filter: brightness(50%);
  }
  a.dica_card:hover .product_card_container,
  a.product_card:hover .product_card_container,
  .product_line_card:hover .product_card_container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  a.dica_card:hover .product_card_container img,
  a.product_card:hover .product_card_container img,
  .product_line_card:hover .product_card_container img {
    transform: scale(1.1);
  }
  a.dica_card:hover .product_line_card_container,
  a.product_card:hover .product_line_card_container,
  .product_line_card:hover .product_line_card_container {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  a.dica_card:hover .product_line_card_container img,
  a.product_card:hover .product_line_card_container img,
  .product_line_card:hover .product_line_card_container img {
    transform: scale(1.1);
    filter: brightness(50%);
  }
  a.dica_card.horizontal-double-line-after:hover::after,
  a.product_card.horizontal-double-line-after:hover::after {
    opacity: 100;
    top: 0;
  }
}
.recipe-card {
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 20px;
  border: 1px solid transparent;
}
.recipe-card img {
  transition: all 0.3s ease-in-out;
}
.recipe-card:hover {
  box-shadow: 2px 2px 0px #003F3F;
  border: 1px solid #003F3F;
  color: #003F3F;
}
.recipe-card:hover img:not(.overlay_image) {
  transform: scale(1.05);
  filter: brightness(0.4);
  border-radius: 30px 30px 0px 0px !important;
}
.recipe-card:hover img {
  border-radius: 0;
}

.overflow-kcal {
  position: absolute;
  top: 8%;
  background-color: #00AFB3;
  border-radius: 0px 10px 10px 0px;
}

.img-minicard-wrapper {
  overflow: hidden;
  transition: all 0.3s;
}
.img-minicard-wrapper img {
  transition: all 0.3s;
}
.img-minicard-wrapper:hover {
  border-radius: 8px;
  border: 1px solid #003F3F;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.img-minicard-wrapper:hover img {
  transform: scale(1.05);
}
.img-minicard-wrapper.active {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  border: 1px solid #003F3F;
}
.img-minicard-wrapper.active img {
  transform: scale(1.05);
}

.card-sucesso {
  border-radius: 30px;
  border: 1px solid #003F3F;
}
.card-sucesso img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.slider-sucesso .card-sucesso img {
  aspect-ratio: 6/8;
  object-fit: cover;
}

@media (max-width: 992px) {
  .card-sucesso img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
  }
}
.inverted-sucess-card-img-container:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
}

.inverted-sucess-card {
  border-radius: 30px;
}
.inverted-sucess-card img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (min-width: 992px) {
  .inverted-sucess-card-img-container {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .inverted-sucess-card-img-container:before {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (max-width: 992px) {
  .inverted-sucess-card-img-container {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .inverted-sucess-card-img-container:before {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (min-width: 992px) {
  #casosModal > div {
    max-width: 50% !important;
  }
}
.recipe-title {
  min-height: 45px;
}

.card-nutri {
  padding-top: 60px;
}
.card-nutri .card-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-nutri .card-badge img {
  width: clamp(60px, 6vw, 90px);
  height: auto;
}

.card-reference .image-col {
  position: relative;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.card-reference .image-col::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 300ms ease;
  z-index: 1;
}
.card-reference .image-col .image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  opacity: 0;
  z-index: 2;
  transition: opacity 300ms ease;
}
.card-reference .image-col .card-reference-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  z-index: 3;
}
.card-reference .card-reference-bottom {
  margin-top: 12px;
}
.card-reference .card-reference-title {
  color: #004f59;
}
.card-reference .card-reference-icon {
  display: none;
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.card-reference .card-reference-icon::before, .card-reference .card-reference-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #004f59;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
}
.card-reference .card-reference-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 992px) {
  .card-reference:hover .image-col::before,
  .card-reference:hover .image-col .image-overlay {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .card-reference .card-reference-icon {
    display: block;
  }
  .card-reference.active .image-col::before,
  .card-reference.active .image-col .image-overlay {
    opacity: 1;
  }
  .card-reference.active .card-reference-icon::after {
    opacity: 0;
  }
}

.card-clickable {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: all 300ms ease;
  height: 100%;
}
.card-clickable .card-clickable-image {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  border-radius: 20px;
  transition: border-radius 0.3s ease;
}
.card-clickable .card-clickable-image img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.card-clickable .card-clickable-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.card-clickable .card-clickable-bottom {
  padding: 14px 12px 16px;
  background: #fff;
  transition: all 300ms ease;
}
.card-clickable .card-clickable-text {
  color: #00403F;
  font-size: 13px;
  opacity: 0;
  transform: translateY(6px);
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  .card-clickable:hover {
    box-shadow: 2px 2px 0px #003F3F;
    border: 1px solid #003F3F;
  }
  .card-clickable:hover .card-clickable-image {
    border-radius: 20px 20px 0 0;
  }
  .card-clickable:hover .card-clickable-image img {
    transform: scale(1.05);
  }
  .card-clickable:hover .card-clickable-image::after {
    opacity: 0.4;
  }
  .card-clickable:hover .card-clickable-text {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  .card-clickable {
    box-shadow: 2px 2px 0px #003F3F;
    border: 1px solid #003F3F;
  }
  .card-clickable .card-clickable-image {
    border-radius: 20px 20px 0 0;
  }
  .card-clickable .card-clickable-text {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .card img {
    max-width: 60px;
    max-height: 60px;
  }
}