@font-face {
  font-family: "Merienda";
  font-weight: 700;
  src: url("../fonts/Merienda-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
.ricetta {
  margin: 40px 0 100px 0;
}
@media (max-width: 1023px) {
  .ricetta {
    margin-top: 30px;
  }
}
.ricetta h1 {
  font-weight: bold;
  text-align: center;
  font-size: 48px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .ricetta h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.ricetta .image {
  display: flex;
  justify-content: center;
  max-width: 700px;
}
@media (max-width: 1023px) {
  .ricetta .image {
    width: calc(100% - 100px);
  }
  .ricetta .image img {
    width: 100%;
  }
}
.ricetta .recap {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  column-gap: 60px;
}
@media (max-width: 1023px) {
  .ricetta .recap {
    column-gap: 40px;
  }
}
.ricetta .recap .difficulty, .ricetta .recap .time, .ricetta .recap .number-of-people {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.ricetta .recap .difficulty:before, .ricetta .recap .time:before, .ricetta .recap .number-of-people:before {
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .ricetta .recap .difficulty:before, .ricetta .recap .time:before, .ricetta .recap .number-of-people:before {
    height: 48px;
  }
}
.ricetta .recap .difficulty, .ricetta .recap .time {
  position: relative;
}
.ricetta .recap .difficulty:after, .ricetta .recap .time:after {
  content: "";
  position: absolute;
  right: -30px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
}
@media (max-width: 1023px) {
  .ricetta .recap .difficulty:after, .ricetta .recap .time:after {
    right: -20px;
  }
}
.ricetta .recap .difficulty:before {
  content: url("../images/facile.svg");
}
.ricetta .recap .time:before {
  content: url("../images/time.svg");
}
.ricetta .recap .number-of-people:before {
  content: url("../images/persone.svg");
}
.ricetta .introduction {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .ricetta .introduction {
    margin-top: 30px;
    padding: 0 60px 0 30px;
  }
}
.ricetta .ingredients {
  margin-top: 40px;
}
.ricetta .ingredients h2 {
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 1023px) {
  .ricetta .ingredients h2 {
    font-size: 18px;
  }
}
.ricetta .ingredients ul {
  background-color: rgba(19, 74, 128, 0.8);
  border-radius: 20px;
  max-width: 700px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 20px 20px 40px;
}
@media (max-width: 1023px) {
  .ricetta .ingredients ul {
    width: calc(100% - 120px);
    font-size: 14px;
  }
}
.ricetta .preparation {
  padding: 0 30px 0 30px;
  z-index: 0;
  position: relative;
}
.ricetta .preparation h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  .ricetta .preparation h2 {
    font-size: 26px;
    padding-top: 35px;
  }
}
@media (max-width: 1023px) {
  .ricetta .preparation ul {
    width: calc(100% - 110px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 15px;
  }
}
.ricetta .preparation .steps_dsk {
  display: block;
}
@media (max-width: 1023px) {
  .ricetta .preparation .steps_dsk {
    display: none;
  }
}
.ricetta .preparation .steps_mob {
  display: none;
}
@media (max-width: 1023px) {
  .ricetta .preparation .steps_mob {
    display: block;
  }
}
.ricetta .preparation p {
  padding-bottom: 20px;
}
.ricetta .suggestions {
  padding: 0 30px 0 30px;
}
.ricetta .suggestions h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  .ricetta .suggestions h2 {
    font-size: 26px;
    padding-top: 35px;
  }
}
@media (max-width: 1023px) {
  .ricetta .suggestions ul {
    width: calc(100% - 110px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 15px;
  }
}
.ricetta .swiper-scrollbar-container {
  position: relative;
  display: block;
  height: 24px;
  padding: 2px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(55, 113, 200, 0.5);
  width: 100%;
  z-index: 1;
}
.ricetta .swiper-scrollbar-container .swiper-scrollbar {
  background: transparent;
  bottom: unset;
  top: 4px;
}
.ricetta .swiper-scrollbar-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 20px;
  border-radius: 20px;
  background: #FFD900;
}

/*# sourceMappingURL=ricetta.css.map */
