@import url("https://use.typekit.net/igz5jhe.css");

* {
  font-family: "Benguiat Pro", serif!important;
}

h3{
  font-weight: normal;
}

.tmandc{
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 18px;
  color: white;
}

section:has(.tmandc){
  position: relative;
}

.chocolates header .logo-links a{
  margin: 0px auto;
  display: block;
  width: fit-content;
}
.chocolates header .logo-links img{
  float: none;
}

sup{
  font-size: 0.5em;
  vertical-align: super;
}

.st-main {
  background-color: #000000;
  font-family: var(--nunito-400);
}

.chocolates .loader {
  background-color: #000000;
}

.st h2:not(.sitemap h2) {
  color: white;
  font-family: "Benguiat Pro", serif;
  font-size: 48px;
  margin-top: 32px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.3em;
}
.st .video-home h2{
  padding-right: 20px;
  padding-left: 20px;
}

.st.chocolates .modalMenuMobile {
  background-color: #080405;
}

.st.chocolates header {
  background-color: #080405;
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.08), -5px -1px 8px 0px rgba(0, 0, 0, 0.08), 3px 0px 6px 0px rgba(0, 0, 0, 0.08);
}

.menuActive.chocolates header.menuFloated {
  border-bottom-color: #080405;
}

.st.chocolates header .logo-links nav a.buy,
.st.chocolates .modalMenuMobile a.buy {
  text-decoration-color: var(--yellow);
}

.st.chocolates header .logo-links nav a.active,
.st.chocolates .modalMenuMobile a.link.active,
.st.chocolates header .logo-links nav a.active.buy,
.st.chocolates .modalMenuMobile a.active.link.buy {
  text-decoration-color: var(--white);
}

.st.chocolates header .logo-links nav a.active:hover,
.st.chocolates .modalMenuMobile a.link.active:hover {
  text-decoration-color: #080405;
}

.st.chocolates header .logo-links nav a {
  text-decoration-color: #080405;
}

.st.chocolates header .logo-links nav a:hover {
  text-decoration-color: var(--white);
}

.st.chocolates .first-content {
  background-color: #000000;
}

.st-main .chocolates {
  overflow: hidden;
}

.backgroung-image {
  background-image: url("../assets/st/bg-stranger-things.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -150px;
}



.st-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative
}

.st-item img {
  display: block;
  object-fit: contain;
  position: relative;
  top: 15px;
  width: 100%;
  z-index: 2;
}

.st-content-card-buy {
  background-color: #BE1F37;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  width: 92.906%;
  min-height: 130px;
}

.st-content-card-buy.choco-pretzel {
  padding: 21px 16px;
}

.st-content-card-buy>p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: start;
}

.st-title-buy-card {
  align-items: center;
  color: white;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  gap: 8px;
  justify-content: start;
}

.st-new-tag {
  background-color: #000000;
  border-radius: 50px;
  font-size: 11px;
  padding: 10px;
}

.st.chocolates .video-home {
  background-color: transparent;
}

.st.chocolates .video-home .item {
  color: white;
}

.st.chocolates .video-home .item p {
  font-size: 20px;
  margin-bottom: 16px;
}

.portfolio-text {
  color: white;
  font-size: 16px;
  margin-bottom: 48px;
  text-align: center;
}

.portfolio-text p {
  line-height: 1.5em;
}

.st-buy-background {
  background: linear-gradient(to bottom, #000000, #031521);
}

.container-text {
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 16px;
  line-height: 1.5em;
  margin-bottom: 16px;
  text-align: start;
}

.container-text h3 {
  font-family: var(--nunito-700);
  font-size: 24px;
}

.st.chocolates .products {
  background: transparent;
  padding-bottom: 24px;
  padding-top: 24px;
}

.st-item-buy {
  background-color: #c71d3a;
  border-radius: 16px;
  padding: 20px;
}

.container-img {
  align-items: center;
  background-color: white;
  border-radius: 16px;
  display: flex;
  height: 200px;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.text-content {
  color: white;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 0 20px 0;
  text-align: start;
}

.text-content h3 {
  font-family: var(--nunito-900);
}

.st-main .st-item-buy .button-type:hover {
  background-color: var(--yellow);
}

.st-main .st-item-buy .button-type:hover p {
  color: black;
}

.st-main .st-item-buy .button-type:hover p:before {
  background-image: url(../assets/new/carrinho-preto.svg);
}

.st footer {
  background-color: #000000;
}

.st footer .container .sitemap a,
.st footer .info .mail,
.st footer .info .tel,
.chocolates footer .politics a {
  text-decoration-color: #000000;
}

.st-main .video-home .container .item p {
  line-height: 1.5em;
}

.chocolates footer .container{
  grid-template-columns: 300px 1fr 300px;
}

.chocolates header .logo-links img{
  height: 65px;
}

@media (max-width: 1024px) {
  .chocolates .st-main .first-background {
      padding-top: 92px;
  }
  .chocolates footer .container {
    grid-template-columns: 1fr;
  }

  footer .container-logo{
    display: none;
  }
  .st h2,
  .st h2:not(.sitemap h2) {
    font-size: 32px;
  }
  .st h2:not(.sitemap h2){
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .st.chocolates .video-home .item p {
    font-size: 16px;
    padding: 0px 20px;
  }

  .portfolio-text,
  .st.chocolates .products {
    padding: 0px 20px;
  }

  .portfolio-text{
    margin-bottom: 20px;
  }

  .st.chocolates .products {
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .chocolates .st-main .video-home .item iframe {
    border-radius: 0px;
  }

  .st.chocolates .owl-carousel .owl-nav.navRed button.owl-next {
    background-image: url(../assets/st/seta-dir.svg);

  }

  .st.chocolates .owl-carousel .owl-nav.navRed button.owl-prev {
    background-image: url(../assets/st/seta-esq.svg);

  }

  .st.chocolates .first-background .owl-carousel.carousel-st-products.owl-theme .owl-nav {
    display: flex;
    gap: 72px;
    justify-content: center;
    padding: 16px;
    top: unset;
  }

  .st .carousel-st-products .owl-dots {
    margin-top: 70px;
    width: 100%;
  }
}

@media (min-width: 760px) and (max-width: 1024px) {
  .st-item img {
    top: 35px;
  }

  .st-title-buy-card {
    margin-top: 25px;
  }
}