@charset "UTF-8";
#recipes {
  background: linear-gradient(#e0050b 0%, #460203 100%);
}

#recipes img[alt='Nissin SOS'] {
  width: 18%;
  position: absolute;
  top: 3.75%;
  left: 2.3%;
}

#recipes .title {
  font-size: 4.3rem;
  position: absolute;
  top: 4.5%;
  right: 2.3%;
}

#recipes .title span:first-child {
  font-size: 3.35rem;
  display: inline-block;
}

#recipes .title span:first-child:not(:last-child) {
  transform: translateX(-35%);
}

#recipes .banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 120%;
  background-image: url("../images/recipe/mesa.png");
}

#recipes .banner img[alt*='Limón'] {
  width: 13.35%;
  position: absolute;
  bottom: 4.75%;
  right: 3.85%;
}

#recipes .banner img[alt*='Chile'] {
  width: 18.5%;
  position: absolute;
  bottom: 2.25%;
  left: 0.75%;
}

#recipes .banner .return {
  font-size: 1.33rem;
  position: absolute;
  bottom: 3%;
  right: 20%;
  z-index: 2;
}

#recipes .banner .return img {
  width: 2.5em;
  margin-right: .75em;
  transition-duration: .3s;
  transition-property: transform;
}

@media (hover: hover) {
  #recipes .banner .return:hover img {
    transform: translateX(-0.25rem);
  }
}

#recipes .info {
  padding: 15% 20% 2.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

#recipes .info .recipe {
  width: 40%;
  min-width: 260px;
  border-radius: 5px;
  margin-bottom: 7.5%;
  overflow: hidden;
  box-shadow: 0 0.111rem 0.55rem 0 rgba(0, 0, 0, 0.5);
  transition-duration: .35s;
  transition-property: transform;
  background-color: #D2221D;
}

#recipes .info .recipe .bg-img {
  padding-top: 52.35%;
}

#recipes .info .recipe .description {
  padding: 1rem 1.166rem .722rem;
}

#recipes .info .recipe .description p {
  font-size: 1.33rem;
  line-height: 1.77rem;
  letter-spacing: -.055rem;
}

#recipes .info .recipe:nth-child(odd) {
  margin-top: -5%;
  margin-left: 6.5%;
}

@media (hover: hover) {
  #recipes .info .recipe:hover {
    transform: scale(1.025);
  }
}

@media screen and (max-width: 1024px) {
  #recipes img[alt='Nissin SOS'] {
    width: 15%;
    top: 2.5%;
    left: 1.5%;
  }
  #recipes .title {
    font-size: 3.8rem;
  }
  #recipes .title span:first-child {
    font-size: 2.9rem;
  }
  #recipes .banner {
    background-position: center 112.5%;
  }
  #recipes .banner img[alt*='Chile'] {
    width: 24%;
    bottom: 1.5%;
  }
  #recipes .banner img[alt*='Limón'] {
    width: 17.5%;
    bottom: 3.5%;
    right: 2.5%;
  }
  #recipes .banner .return {
    right: 22.5%;
  }
  #recipes .info {
    padding: 17.5% 16.5% 3.5%;
  }
  #recipes .info .recipe {
    width: 42.5%;
    min-width: 235px;
    margin-bottom: 6%;
  }
  #recipes .info .recipe:nth-child(odd) {
    margin-left: 0;
  }
  #recipes .info .recipe:nth-child(even) {
    margin-right: 4.5%;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  #recipes .title {
    top: 2.5%;
  }
  #recipes .banner {
    background-position: center 107.5%;
  }
  #recipes .banner .return {
    right: 14%;
  }
  #recipes .info {
    padding: 17% 10% 3.5%;
  }
  #recipes .info .recipe .bg-img {
    padding-top: 60%;
  }
  #recipes .info .recipe:nth-child(odd) {
    margin-top: 0;
  }
  #recipes .info .recipe:nth-child(even) {
    margin-top: -5%;
  }
}

@media screen and (max-width: 768px) {
  #recipes {
    padding-top: 5%;
  }
  #recipes img[alt='Nissin SOS'] {
    width: 23.5%;
    min-width: 172px;
    margin: 1% 12.5% 1% 3%;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }
  #recipes .title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 10%;
    margin-left: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
  #recipes .banner {
    background-position: center 101.5%;
  }
  #recipes .banner img[alt*='Limón'] {
    width: 25%;
    bottom: 1.5%;
    right: 5%;
  }
  #recipes .banner img[alt*='Chile'] {
    width: 35%;
  }
  #recipes .banner .return {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    right: 0;
    bottom: 6.5%;
    left: 0;
  }
  #recipes .info {
    padding: 7.5% 3% 17.5%;
  }
  #recipes .info .recipe {
    width: 47.5%;
    min-width: 225px;
    margin-right: 0 !important;
  }
  #recipes .info .recipe .bg-img {
    padding-top: 56%;
  }
  #recipes .info .recipe .description {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }
}

@media screen and (max-width: 550px) {
  #recipes {
    padding-bottom: 50%;
    padding-top: 5%;
  }
  #recipes .banner {
    background-size: auto 13.5%;
    background-position: 27.5% 107.5%;
  }
  #recipes .banner img[alt*='Limón'] {
    width: 35%;
    bottom: 0.5%;
    right: 10%;
  }
  #recipes .banner img[alt*='Chile'] {
    width: 50%;
    bottom: 3%;
    left: 5%;
  }
  #recipes .banner .return {
    bottom: 10.5%;
  }
  #recipes .title, #recipes img[alt='Nissin SOS'] {
    display: block;
  }
  #recipes img[alt='Nissin SOS'] {
    width: 90%;
    max-width: 172px;
    margin-right: auto;
    margin-left: auto;
  }
  #recipes .title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 5% auto;
    font-size: 2.75rem;
  }
  #recipes .title span:last-child {
    font-size: 3.8rem;
  }
  #recipes .info {
    padding: 0% 5%;
  }
  #recipes .info .recipe {
    width: 90%;
    margin-top: 0 !important;
  }
  #recipes .info .recipe .bg-img {
    padding-top: 52.5%;
  }
  #recipes .info .recipe .description {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  #recipes .info .recipe .description p {
    font-size: 1.85rem;
    line-height: 2rem;
  }
  #recipes .info .recipe:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
}
