/*!
Theme Name: tatung
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Tatung site
Version: 2.0.0
Tested up to: 7.4
Requires PHP: 7.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tatung
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tatung is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "Alatsi";
  src: URL("fonts/Alatsi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "CanelaBold";
  src: URL("fonts/CanelaBold.ttf") format("truetype");
}
@font-face {
  font-family: "Gothic";
  src: URL("fonts/TradeGothicLTStd.otf") format("truetype");
}
@font-face {
  font-family: "Gothic500";
  src: URL("fonts/TradeGothicLTStd-Bd2.otf") format("truetype");
}
@font-face {
  font-family: "Futura";
  src: URL("fonts/FuturaPro-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoBold";
  src: URL("fonts/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ArquitectaBold";
  src: URL("fonts/ArquitectaBold.otf") format("truetype");
}
@font-face {
  font-family: "ArquitectaBlack";
  src: URL("fonts/ArquitectaBlack.otf") format("truetype");
}
@font-face {
  font-family: "ArquitectaHeavy";
  src: URL("fonts/ArquitectaHeavy.otf") format("truetype");
}
@font-face {
  font-family: "ArquitectaMedium";
  src: URL("fonts/ArquitectaMedium.otf") format("truetype");
}
@font-face {
  font-family: "RobotoBoldItalic";
  src: URL("fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoItalic";
  src: URL("fonts/RobotoCondensed-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoLight";
  src: URL("fonts/RobotoCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: "ArquitectaLight";
  src: URL("fonts/ArquitectaLight.otf") format("truetype");
}
@font-face {
  font-family: "RobotoLightItalic";
  src: URL("fonts/RobotoCondensed-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: URL("fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Arquitecta";
  src: URL("fonts/Arquitecta.otf") format("truetype");
}
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background-color: #F2EBE7;
}

.hidden-minus {
  display: none;
  width: 40px;
  height: 40px;
}

.hidden-plus {
  width: 40px;
  height: 40px;
}

.logo img {
  position: fixed;
  left: 40px;
  top: 5px;
  z-index: 200;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 88px;
  max-height: 88px;
}
@media only screen and (max-width: 768px) {
  .logo img {
    right: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 768px) {
  .logo.down img {
    transform: scale(0.7) translate(-30%, -20%);
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0px 16px 40px rgba(56, 44, 42, 0.5019607843);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-height: 85px;
}
@media only screen and (max-width: 768px) {
  .nav {
    justify-content: space-between;
  }
}
.nav__burger {
  display: none;
  row-gap: 4px;
  padding: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .nav__burger {
    display: grid;
  }
}
.nav__burger .stick {
  width: 30px;
  height: 2px;
  background: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav__burger .stick.top {
  transform: rotate(-2deg) translate(-4px, 0);
}
.nav__burger .stick.bottom {
  transform: rotate(2deg);
}
.nav__burger .dot {
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav__burger .dot.top {
  transform: translate(10px, 0);
}
.nav__burger .dot.bottom {
  transform: translate(5px, 0);
}
.nav__burger.active .stick.top {
  transform: rotate(-35deg) translate(0, 3px);
}
.nav__burger.active .stick.bottom {
  transform: rotate(35deg) translate(0, -3px);
}
.nav__burger.active .dot.top {
  transform: translate(25px, 10px);
}
.nav__burger.active .dot.bottom {
  transform: translate(5px, -10px);
}
.nav__list {
  display: flex;
  justify-content: flex-end;
  background-color: #000000;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100vw;
  font-family: Gothic;
}
@media only screen and (max-width: 768px) {
  .nav__list {
    transform: translate(-100%, 0);
    position: fixed;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    top: 70px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    padding-top: 80px;
  }
}
.nav__list.active {
  transform: translate(0, 0);
}
.nav__list--item {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 24px;
  font-family: ArquitectaHeavy;
  padding: 40px 25px 20px 25px;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  .nav__list--item {
    font-size: 16px;
    padding: 12px 0;
    width: calc(100% - 80px);
    text-align: center;
  }
}
.nav__list--item.select {
  display: flex;
  transform: translate(0, -1px);
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.nav__list--item.select select {
  font-family: Gothic;
  color: #ffffff;
  background: transparent;
  border: none;
  font-size: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 5px;
  padding-right: 20px;
  margin-right: -10px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .nav__list--item.select select {
    font-size: 16px;
  }
}
.nav__list--item.select select:focus {
  outline: none;
}
.nav__list--item.select select option {
  font-family: Gothic;
  color: #000000;
  text-align: center;
}
.nav__list--item.select img {
  position: absolute;
  right: 50%;
  transform: translate(calc(50% + 10px), 0);
}
.nav__list--item.search {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .nav__list--item.search {
    display: none;
  }
}
.nav__list--item.search img,
.nav__list--item.search input {
  transform: translate(0, -5px);
}
.nav__list--item.search img {
  filter: brightness(1000);
  height: 11px;
}
.nav__list--item.search input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  caret-color: #ffffff;
  color: #ffffff;
  font-family: Gothic;
  max-width: 0px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav__list--item.search input:focus {
  outline: none;
}
.nav__list--item.search button {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 20px;
  background-color: transparent;
  padding: 3px 10px;
  text-transform: uppercase;
  font-family: Gothic;
  display: none;
  opacity: 0;
  max-width: 0px;
}
.nav__list--item.search-movile {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #E30613;
  width: 100px;
  justify-content: center;
  padding: 0 20px 2px 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .nav__list--item.search-movile {
    display: none;
  }
}
.nav__list--item.search-movile img {
  height: 11px;
}
.nav__list--item.search-movile input {
  background-color: transparent;
  border: none;
  caret-color: #ffffff;
  color: #ffffff;
  font-family: Gothic;
  max-width: 0px;
  opacity: 0;
  width: 100%;
  padding: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav__list--item.search-movile input:focus {
  outline: none;
}
.nav__list--item.search-movile button {
  color: #ffffff;
  border-radius: 20px;
  background-color: transparent;
  font-family: Arquitecta;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 10px;
}
.nav__list--item.search-movile button:hover {
  background-color: #E30613;
  color: #ffffff;
}
.nav__list--item.search-movile.active {
  padding: 0 0 2px 0;
  width: calc(100% - 80px);
}
.nav__list--item.search-movile.active input {
  max-width: 100vw;
  opacity: 1;
  margin: 0 10px;
}
.nav__list--item.search-movile.active button {
  border: 2px solid #E30613;
}
.nav__list--item.active {
  color: #E30613;
}
.nav__list .separator {
  display: none;
  background-color: #E30613;
  min-height: 3px;
  min-width: 30px;
  padding: 0;
  margin: 25px;
}
@media only screen and (max-width: 768px) {
  .nav__list .separator {
    display: inline-block;
  }
}
.nav__list--social-medias {
  display: none;
  justify-content: center;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .nav__list--social-medias {
    display: flex;
  }
}
.nav__list--social-medias--item {
  padding: 10px 20px;
}
.nav__list.active-search .nav__list--item {
  opacity: 0;
}
.nav__list.active-search .nav__list--item.select {
  opacity: 1;
}
.nav__list.active-search .nav__list--item.search {
  opacity: 1;
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
}
.nav__list.active-search .nav__list--item.search input {
  margin-left: 10px;
  opacity: 1;
  max-width: 100vw;
}
.nav__list.active-search .nav__list--item.search button {
  opacity: 1;
  max-width: 100vw;
}
.nav__share {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .nav__share {
    display: flex;
  }
}
.nav__share--list {
  width: calc(100% - 40px);
  display: none;
  position: absolute;
  right: 20px;
  top: 100px;
  border-top: 3px solid #E30613;
  background-color: #ffffff;
  box-shadow: 0 10px 40px #000000;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .nav__share--list {
    display: none;
  }
}
.nav__share--list--title {
  font-size: 18px;
  text-align: center;
  color: #000000;
  font-family: Gothic;
  padding-top: 30px;
  position: relative;
}
.nav__share--list--title--close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}
.nav__share--list--title::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #E30613;
  border-left: 2px solid #E30613;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.nav__share--list--content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 30px 40px;
}
@media only screen and (max-width: 768px) {
  .nav__share--list--content {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0;
  }
}
.nav__share--list.active {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .nav.down {
    max-height: 30px;
  }
}

.main {
  overflow-x: hidden;
  --borderHistories: 10px;
}
.main .histories {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main .histories__title {
  display: flex;
  text-transform: uppercase;
  font-size: 22px;
  font-family: ArquitectaBlack;
}
.main .histories__title--right {
  color: #E30613;
  padding-left: 5px;
}
.main .histories__list {
  display: flex;
  align-items: center;
  width: 100%;
}
.main .histories__list--slide {
  display: flex;
  position: absolute;
  margin-left: calc(50% - 100px);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main .histories__list--slide--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
}
.main .histories__list--slide--item:last-of-type {
  margin-right: 0;
}
.main .histories__list--slide--item--img {
  position: relative;
  width: 200px;
  height: auto;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main .histories__list--slide--item img {
  width: 100%;
  height: 100%;
}
.main .histories__list--slide--item--border {
  position: absolute;
  top: calc(var(--borderHistories) * -1);
  bottom: calc(var(--borderHistories) * -1);
  left: var(--borderHistories);
  right: var(--borderHistories);
  border: none;
}
.main .histories__list--slide--item--leer {
  text-transform: uppercase;
  font-family: Arquitecta;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #000000;
  color: #ffffff;
  padding: 3px 16px;
  border-radius: 20px;
}
.main .histories__list--slide--item--title {
  width: 200px;
  text-align: center;
  margin-top: 40px;
  font-size: 17px;
  font-family: ArquitectaBold;
  color: #000000;
  text-transform: uppercase;
}
.main .histories__list--slide--item--border, .main .histories__list--slide--item--leer, .main .histories__list--slide--item--title, .main .histories__list--slide--item--link {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  .main .histories__list--slide--item--border, .main .histories__list--slide--item--leer, .main .histories__list--slide--item--title, .main .histories__list--slide--item--link {
    opacity: 0;
  }
}
.main .histories__list--slide--item--link {
  max-width: 160px;
  padding: 5px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 3px solid #E30613;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-family: ArquitectaBold;
  text-align: center;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .main .histories__list--slide--item.active .histories__list--slide--item--border,
  .main .histories__list--slide--item.active .histories__list--slide--item--leer,
  .main .histories__list--slide--item.active .histories__list--slide--item--title,
  .main .histories__list--slide--item.active .histories__list--slide--item--link {
    opacity: 1;
  }
}
.main .histories__list--slide--item:hover .histories__list--slide--item--img {
  transform: scale(1.2);
}
.main .histories__list--slide--item.hide {
  opacity: 0;
}
.main .histories__list--slide--item:hover .histories__list--slide--item--leer,
.main .histories__list--slide--item:hover .histories__list--slide--item--link {
  background-color: #E30613;
  color: #ffffff;
}
.main .histories__list--left, .main .histories__list--right {
  padding: 20px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, calc(-50% - 20px));
  position: absolute;
  z-index: 15;
}
@media only screen and (max-width: 768px) {
  .main .histories__list--left, .main .histories__list--right {
    display: none;
  }
}
.main .histories__list--left.hide, .main .histories__list--right.hide {
  display: none;
}
.main .histories__list--left {
  left: 10%;
}
.main .histories__list--right {
  right: 10%;
}
.main .histories__dots {
  display: flex;
  justify-content: center;
}
.main .histories__dots--item {
  padding: 5px;
  cursor: pointer;
}
.main .histories__dots--item .circle {
  height: 8px;
  width: 8px;
  background-color: #000000;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  transform: scale(0.4);
}
.main .histories__dots--item:hover .circle {
  transform: scale(0.8);
  background-color: #E30613;
}
.main .histories__dots--item.active .circle {
  transform: scale(1);
  background-color: #E30613;
}
.main .histories__dif {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: transparent linear-gradient(180deg, rgba(227, 218, 205, 0) 0%, #E3DACD 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .main .histories__dif {
    display: none;
  }
}
.main .histories.bg-wood {
  background-image: url("img/desktop/fondo-esterilla-tepuedeinteresar.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.main.home .splash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 640px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: ArquitectaBold;
  background-image: url("img/desktop/home-header.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .main.home .splash {
    height: 480px;
    background-attachment: initial;
  }
}
.main.home .splash h1 {
  margin: 0;
  font-weight: normal;
  font-family: ArquitectaBlack;
}
.main.home .splash .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(0, -30px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main.home .splash .text {
    transform: translate(0, -10px);
  }
}
.main.home .splash .text.left {
  align-items: flex-start;
  align-content: flex-start;
  align-self: flex-start;
  text-align: left;
  margin-left: 40px;
}
.main.home .splash .text.right {
  align-items: flex-end;
  align-content: flex-end;
  align-self: flex-end;
  text-align: right;
  margin-right: 40px;
}
.main.home .splash .top,
.main.home .splash .bottom {
  font-size: 40px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 768px) {
  .main.home .splash .top,
  .main.home .splash .bottom {
    font-size: 26px;
    letter-spacing: 4px;
  }
}
.main.home .splash .center {
  font-size: 120px;
  letter-spacing: 9.6px;
  line-height: 100px;
}
@media only screen and (max-width: 768px) {
  .main.home .splash .center {
    font-size: 65px;
    letter-spacing: 4px;
    line-height: 60px;
  }
}
.main.home .splash .bottom::after {
  content: "";
  background-color: #E30613;
  min-height: 3px;
  min-width: 30px;
}
.main.home .splash .saber-mas {
  margin-top: 20px;
  border: 3px solid #E30613;
  color: #ffffff;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 18px;
  font-family: Gothic;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.main.home .splash .saber-mas a {
  color: #ffffff;
  text-decoration: none;
}
.main.home .splash .saber-mas:hover {
  background-color: #E30613;
  color: #ffffff;
}
.main.home .splash .separator {
  height: 3px;
  width: 30px;
  background-color: #E30613;
  margin-top: 20px;
}
.main.home .splash__video {
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #000000;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .main.home .splash__video {
    width: 275px;
    top: 460px;
  }
}
.main.home .splash__video video {
  max-width: 100%;
  border: none;
  border-radius: 6px;
  position: relative;
  filter: drop-shadow(0px 12px 50px #220900);
}
.main.home .splash__video .play {
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.home .splash__video .play:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.main.home .splash__video .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -100%);
  opacity: 0;
}
.main.home .splash__video.open {
  top: 50%;
  width: 70%;
  position: fixed;
  z-index: 400;
}
@media only screen and (max-width: 768px) {
  .main.home .splash__video.open {
    width: 90%;
  }
}
.main.home .splash__video.open .close {
  opacity: 1;
  cursor: pointer;
}
.main.home .splash__video.open .play {
  display: none;
}
.main.home .splash__video--open-back {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 390;
  display: none;
}
.main.home .splash__video--open-back.open {
  display: flex;
}
.main.home .star-plates {
  background-image: url("img/desktop/fondo-esterilla-home-platosdestacados2x.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: ArquitectaBlack;
}
@media only screen and (max-width: 768px) {
  .main.home .star-plates {
    height: 400px;
  }
}
.main.home .star-plates .top {
  font-size: 34px;
  line-height: 30px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .main.home .star-plates .top {
    font-size: 26px;
    margin-top: -100px;
  }
}
.main.home .star-plates .bottom {
  font-size: 60px;
  line-height: 60px;
  color: #E30613;
}
@media only screen and (max-width: 768px) {
  .main.home .star-plates .bottom {
    font-size: 46px;
  }
}
.main.home .plate-slide {
  height: 370px;
}
@media only screen and (max-width: 768px) {
  .main.home .plate-slide {
    height: 300px;
  }
}
.main.home .plate-slide .histories__dots {
  transform: translate(0, -60px);
}
@media only screen and (max-width: 768px) {
  .main.home .plate-slide .histories__dots {
    transform: translate(0, -40px);
  }
}
.main.home .plate-slide .histories__list--slide--item {
  transform: translate(0, -30%);
}
@media only screen and (max-width: 768px) {
  .main.home .plate-slide .histories__list--slide--item {
    transform: translate(0, -35%);
  }
}
.main.home .plate-slide .histories__list--slide--item--img {
  transform: scale(0.8);
}
.main.home .plate-slide .histories__list--slide--item.active {
  cursor: pointer;
}
.main.home .plate-slide .histories__list--slide--item.active .histories__list--slide--item--img {
  transform: scale(1.1) translate(0, 2%);
}
.main.home .plate-slide .histories__list--slide--item.active:hover .histories__list--slide--item--img {
  transform: scale(1.2) translate(0, 4%);
}
.main.home .plate-slide .histories__list--slide--item.active:hover .histories__list--slide--item--link {
  background-color: #E30613;
  color: #ffffff;
}
.main.home .plate-slide .histories__list--slide {
  margin-left: calc(50% - 200px);
}
.main.home .plate-slide .histories__list--slide--item--img {
  width: 400px;
  height: auto;
}
.main.home .plate-slide .histories__list--slide--item--link {
  opacity: 0;
}
.main.home .plate-slide .histories__list--slide--item.active .histories__list--slide--item--link {
  opacity: 1;
}
.main.home .chef {
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  --chef-distance: 15vw;
}
@media only screen and (max-width: 768px) {
  .main.home .chef {
    height: 900px;
    padding-bottom: 2rem;
  }
}
.main.home .chef__top {
  font-family: ArquitectaBlack;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 34px;
  position: absolute;
  top: 400px;
  right: calc(var(--chef-distance) + 140px);
}
@media only screen and (max-width: 768px) {
  .main.home .chef__top {
    font-size: 26px;
    left: 35%;
    top: 520px;
  }
}
.main.home .chef__bottom {
  font-family: ArquitectaBlack;
  text-transform: uppercase;
  color: #E30613;
  font-size: 100px;
  position: absolute;
  top: 416px;
  right: var(--chef-distance);
}
@media only screen and (max-width: 768px) {
  .main.home .chef__bottom {
    font-size: 50px;
    top: 540px;
    left: 150px;
  }
}
.main.home .chef img {
  position: absolute;
  top: 490px;
  right: calc(var(--chef-distance) + 60px);
}
@media only screen and (max-width: 768px) {
  .main.home .chef img {
    width: 220px;
    right: 80px;
    top: 560px;
  }
}
.main.home .chef__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transform: translate(0, 300px);
  position: absolute;
  right: var(--chef-distance);
}
@media only screen and (max-width: 768px) {
  .main.home .chef__text {
    transform: translate(0, 120px);
  }
}
.main.home .chef__text--info {
  font-family: ArquitectaLight;
  font-weight: 200;
  text-align: center;
  width: 460px;
  font-size: 21px;
  line-height: 27px;
}
@media only screen and (max-width: 768px) {
  .main.home .chef__text--info {
    width: 280px;
    font-size: 21px;
    margin-top: 6rem;
  }
}
.main.home .chef__text--info b {
  font-family: ArquitectaBold;
}
.main.home .chef__text--saber-mas {
  border: 2px solid #E30613;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border-radius: 20px;
  font-family: Arquitecta;
  margin-top: 40px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
}
.main.home .chef__text--saber-mas:hover {
  background-color: #E30613;
  color: #ffffff;
}
.main.home .quality {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main.home .quality {
    justify-content: flex-start;
    padding-top: 80px;
  }
}
.main.home .quality__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 11vw;
}
.main.home .quality__elaboracion {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  font-family: ArquitectaBold;
}
@media only screen and (max-width: 768px) {
  .main.home .quality__elaboracion {
    font-size: 26px;
    line-height: 20px;
  }
}
.main.home .quality__calidad {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
  font-family: ArquitectaBlack;
  color: #E30613;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .main.home .quality__calidad {
    font-size: 60px;
    line-height: 60px;
  }
}
.main.home .quality__text {
  font-size: 17px;
  font-family: Arquitecta;
  width: 390px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main.home .quality__text {
    width: 265px;
  }
}
.main.home .quality__text b {
  font-family: ArquitectaBold;
}
.main.home .quality__saber-mas {
  border: 3px solid #E30613;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  border-radius: 20px;
  font-family: ArquitectaBold;
  margin-top: 30px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.home .quality__saber-mas:hover {
  background-color: #E30613;
  color: #ffffff;
}
.main.home .quality__img-left {
  position: absolute;
  bottom: -70px;
  left: -100px;
}
@media only screen and (max-width: 768px) {
  .main.home .quality__img-left {
    bottom: -150px;
    transform: scale(0.9);
  }
}
.main.home .quality__img-right {
  position: absolute;
  bottom: -90px;
  right: -100px;
}
@media only screen and (max-width: 768px) {
  .main.home .quality__img-right {
    display: none;
  }
}
.main.home .quality__img-tomate {
  position: absolute;
  bottom: -135px;
  left: 210px;
  transform: scaleY(0.6) scaleX(0.8);
}
@media only screen and (min-width: 768px) {
  .main.home .quality__img-tomate {
    display: none;
  }
}
.main.home .te-puede-interesar {
  height: 580px;
  background: white;
}
@media only screen and (max-width: 768px) {
  .main.home .te-puede-interesar {
    height: 600px;
    padding-top: 30px;
  }
}
.main.home .te-puede-interesar .histories__title {
  transform: translate(0, 90px);
}
@media only screen and (max-width: 768px) {
  .main.home .te-puede-interesar .histories__title {
    transform: translate(0, 130px);
  }
}
.main.home .te-puede-interesar .histories__list {
  transform: translate(0, 40px);
}
@media only screen and (max-width: 768px) {
  .main.home .te-puede-interesar .histories__list {
    transform: translate(0, 70px);
  }
}
.main.home .te-puede-interesar .histories__list--left,
.main.home .te-puede-interesar .histories__list--right {
  transform: translate(0, -80px);
}
.main.home .te-puede-interesar .histories__dots {
  transform: translate(0, -45px);
}
@media only screen and (max-width: 768px) {
  .main.home .te-puede-interesar .histories__dots {
    transform: translate(0, -25px);
  }
}
.main.productos .search {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F2EBE7;
  padding: 200px 0 100px 0;
}
@media only screen and (max-width: 768px) {
  .main.productos .search {
    padding: 140px 40px 80px 40px;
  }
}
.main.productos .search__head {
  width: 960px;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-bottom: 100px;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .main.productos .search__head {
    width: 100%;
    padding-bottom: 20px;
  }
}
.main.productos .search__head--select {
  position: relative;
  width: 250px;
  font-family: Arquitecta;
  color: #000000;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #E30613;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .main.productos .search__head--select {
    width: 100%;
  }
}
.main.productos .search__head--select--arrow {
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.productos .search__head--select--arrow.open {
  transform: rotate(180deg);
}
.main.productos .search__head--categorias {
  display: none;
  justify-content: center;
  position: absolute;
  top: calc(100% - 10px);
  right: 250px;
  transform: translate(0, 12px);
  background-color: #ffffff;
  padding: 40px 0;
  box-shadow: 0px 20px 30px rgba(36, 15, 0, 0.5019607843);
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 0;
}
.main.productos .search__head--categorias.active {
  right: 0;
  opacity: 1;
  display: flex;
}
.main.productos .search__head--categorias--list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
  text-transform: uppercase;
  font-family: Arquitecta;
  font-size: 18px;
}
.main.productos .search__head--categorias--list--item {
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}
.main.productos .search__head--categorias--list--item img {
  margin-right: 10px;
}
.main.productos .search__list {
  width: 960px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .main.productos .search__list {
    width: 380px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main.productos .search__list--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: ArquitectaBold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
.main.productos .search__list--item--img {
  max-width: 200px;
  max-height: 200px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  .main.productos .search__list--item--img {
    max-width: 150px;
    max-height: 150px;
  }
}
.main.productos .search__list--item--type {
  font-size: 18px;
  line-height: 16px;
  margin-top: -10px;
  font-family: ArquitectaBold;
}
.main.productos .search__list--item--name {
  font-size: 18px;
  line-height: 16px;
  color: #E30613;
  padding-bottom: 5px;
  min-height: 40px;
  font-family: ArquitectaBlack;
}
.main.productos .search__list--item--see {
  border: 3px solid #E30613;
  border-radius: 20px;
  line-height: 18px;
  padding: 2px 12px;
  text-decoration: none;
  color: #000000;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.productos .search__list--item:hover .search__list--item--see {
  background-color: #E30613;
  color: #ffffff;
}
.main.productos .search__list--item:hover .search__list--item--img {
  transform: scale(1.2);
}
.main.productos .search__list--item h2 {
  padding: 0;
  margin: 0;
}
.main.productos .te-puede-interesar {
  height: 520px;
  background-color: white;
}
.main.productos .te-puede-interesar .histories__title {
  transform: translate(0, 50px);
}
.main.productos .te-puede-interesar .histories__dots {
  transform: translate(0, -60px);
}
.main.producto .splash {
  display: flex;
  flex-direction: column;
}
.main.producto .splash__title {
  padding-top: 100px;
  height: 280px;
  background-image: url("img/desktop/fondo-esterilla-producto-header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: Gothic;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 520px;
    padding-top: 0;
  }
}
.main.producto .splash__title--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__title--content {
    padding: 0;
    width: 100%;
  }
}
.main.producto .splash__title--top {
  font-size: 34px;
  line-height: 30px;
  font-family: ArquitectaBold;
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__title--top {
    font-size: 26px;
    line-height: 26px;
  }
}
.main.producto .splash__title--bottom {
  font-size: 40px;
  line-height: 30px;
  font-family: ArquitectaBlack;
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__title--bottom {
    font-size: 46px;
    line-height: 46px;
  }
}
.main.producto .splash__producto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #F2EBE7;
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__producto {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__producto .producto-slide {
    height: 300px;
  }
}
.main.producto .splash__producto--right {
  padding: 40px 0 80PX 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__producto--right {
    align-items: center;
    padding: 0;
  }
}
.main.producto .splash__producto--right--btn {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
.main.producto .splash__producto--right--cook {
  margin-bottom: 20px;
  display: flex;
  color: #E30613;
  font-family: RobotoBold;
  margin-right: 20px;
}
.main.producto .splash__producto--right--cook div {
  display: flex;
}
.main.producto .splash__producto--right--cook img {
  margin-right: 10px;
}
.main.producto .splash__producto--right--description {
  font-size: 21px;
  font-family: ArquitectaLight;
  max-width: 70%;
  margin: 0 0 40px 0;
  line-height: 27px;
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__producto--right--description {
    max-width: 90%;
  }
}
.main.producto .splash__producto--right--description b, .main.producto .splash__producto--right--description strong {
  font-family: ArquitectaBold;
}
.main.producto .splash__producto--right--ingredients {
  max-width: 70%;
  font-family: ArquitectaLight;
  font-size: 17px;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__producto--right--ingredients {
    max-width: 90%;
  }
}
.main.producto .splash__producto--right--ingredients button {
  font-family: ArquitectaBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.main.producto .splash__producto--right--ingredients b {
  font-family: ArquitectaBold;
}
.main.producto .splash__producto--right--hr {
  border: 1px #E30613 solid;
  margin: 25px 0;
  width: 70%;
}
.main.producto .splash__producto--right--info_nutricional {
  max-width: 70%;
  font-family: ArquitectaLight;
  font-size: 17px;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .main.producto .splash__producto--right--info_nutricional {
    max-width: 90%;
  }
}
.main.producto .splash__producto--right--info_nutricional button {
  font-family: ArquitectaBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.main.producto .splash__producto--right--info_nutricional table {
  width: 100%;
}
.main.producto .splash__producto--right--info_nutricional tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main.producto .splash__producto--right--info_nutricional b {
  font-family: ArquitectaBold;
}
@media only screen and (max-width: 768px) {
  .main.producto .producto-slide {
    height: 100%;
  }
}
.main.producto .producto-slide .histories__dots {
  transform: translate(0, -170px);
}
@media only screen and (max-width: 768px) {
  .main.producto .producto-slide .histories__dots {
    transform: translate(0, -40px);
  }
}
.main.producto .producto-slide .histories__list {
  transform: translate(0, 40px);
}
.main.producto .producto-slide .histories__list--slide {
  margin-left: calc(50% - 200px);
}
.main.producto .producto-slide .histories__list--slide--item {
  opacity: 0;
}
.main.producto .producto-slide .histories__list--slide--item--img {
  width: 400px;
  height: 400px;
}
.main.producto .producto-slide .histories__list--slide--item.active {
  opacity: 1;
}
.main.producto .productos-similares .histories__dots {
  transform: translate(0, -50px);
  z-index: 100;
}
.main.producto .productos-similares .histories__title {
  transform: translate(0, 60px);
}
.main.producto .te-puede-interesar {
  height: 580px;
  background-color: white;
}
.main.producto .te-puede-interesar .histories__dots {
  transform: translate(0, -70px);
}
.main.producto .te-puede-interesar .histories__title {
  transform: translate(0, 50px);
}
.main.producto .preparacion {
  position: relative;
  height: 450px;
  background-image: url("img/desktop/fondo-negro-producto.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-around;
  font-family: ArquitectaBlack;
}
@media only screen and (max-width: 768px) {
  .main.producto .preparacion {
    background: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .main.producto .preparacion.xs-show {
    display: none;
  }
}
.main.producto .preparacion__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  max-width: 250px;
  min-width: 250px;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .main.producto .preparacion__content.xs-hide {
    display: none;
  }
}
.main.producto .preparacion__content--top-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  height: 300px;
}
.main.producto .preparacion__title {
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 34px;
  margin: 0;
}
.main.producto .preparacion__text {
  font-size: 17px;
  text-align: center;
  font-family: Arquitecta;
  margin-bottom: 60px;
}
.main.producto .preparacion__select-type {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #E30613;
  align-items: flex-end;
  width: 100%;
  padding-left: 40px;
}
.main.producto .preparacion__select-type--item {
  margin-right: 40px;
  cursor: pointer;
}
.main.producto .preparacion__select-type--item img {
  margin-bottom: 18px;
}
.main.producto .preparacion__select-type--item .bottom-active {
  height: 6px;
  width: 100%;
}
.main.producto .preparacion__select-type--item.active .bottom-active {
  height: 6px;
  width: 100%;
  background-color: #E30613;
}
.main.producto .preparacion__select-type--item:last-of-type {
  margin-right: 0;
}
.main.producto .preparacion__select-type--item.hide {
  display: none;
}
.main.producto .preparacion__palos {
  padding: 20px 0;
}
.main.contacto .splash {
  height: 375px;
  background-image: url("img/desktop/fondo-contacto.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #E30613;
}
@media only screen and (max-width: 768px) {
  .main.contacto .splash {
    height: 300px;
  }
}
.main.contacto .splash__text {
  font-size: 40px;
  font-family: ArquitectaBlack;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: calc(var(--borderHistories) * -1);
  bottom: calc(var(--borderHistories) * -1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 10%;
}
@media only screen and (max-width: 768px) {
  .main.contacto .splash__text {
    font-size: 26px;
    width: calc(100% - 80px);
    padding: 0;
  }
}
.main.contacto .form {
  background-color: #F2EBE7;
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}
.main.contacto .form form {
  width: 50%;
  font-family: ArquitectaBlack;
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .main.contacto .form form {
    width: calc(100% - 80px);
  }
}
.main.contacto .form__title {
  font-size: 25px;
  line-height: 27px;
  font-family: Arquitecta;
}
.main.contacto .form__title b {
  font-family: ArquitectaHeavy;
}
.main.contacto .form__group {
  display: flex;
  flex-direction: column;
}
.main.contacto .form__group--title {
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 18px;
}
.main.contacto .form__group--input {
  border: none;
  border-top: 2px solid #E30613;
  font-size: 22px;
  padding: 5px;
  resize: vertical;
  font-family: Gothic;
  letter-spacing: 1.5 px;
}
.main.contacto .form__group--input:focus {
  outline: 1px solid #E30613;
}
.main.contacto .form__file--button {
  border: 3px solid #E30613;
  border-radius: 20px;
  padding: 4px 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 16px;
}
.main.contacto .form__file--button:hover {
  background-color: #E30613;
  color: #ffffff;
}
.main.contacto .form__file--name {
  font-family: ArquitectaLight;
  margin-left: 20px;
  font-size: 17px;
}
.main.contacto .form__privacy {
  display: flex;
  flex-direction: column;
  font-family: ArquitectaLight;
  font-size: 17px;
}
.main.contacto .form__privacy--check {
  display: flex;
  align-items: end;
}
.main.contacto .form__privacy a {
  color: #000000;
  padding-left: 5px;
}
.main.contacto .form__privacy .label-ckeck {
  display: block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 25px;
  height: 25px;
}
.main.contacto .form__privacy .label-ckeck input {
  position: absolute;
  display: none;
  cursor: pointer;
}
.main.contacto .form__privacy .label-ckeck input:checked ~ .checkmark {
  background-color: #E30613;
}
.main.contacto .form__privacy .label-ckeck .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: white;
}
.main.contacto .form__privacy .label-ckeck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.main.contacto .form__privacy .label-ckeck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.main.contacto .form__privacy .label-ckeck input:checked ~ .checkmark:after {
  display: block;
}
.main.contacto .form__privacy .label-ckeck:hover input ~ .checkmark {
  background-color: #ccc;
}
.main.contacto .form__privacy .label-ckeck:hover input:checked ~ .checkmark {
  background-color: #E30613;
}
.main.contacto .form__submit {
  font-family: ArquitectaBlack;
  border: 3px solid #E30613;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  padding: 8px;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 16px;
}
.main.contacto .form__submit:hover {
  background-color: #E30613;
  color: #ffffff;
}
.main.blog {
  --blogInfoBorder: 50px;
  --blogPlatosBorder: 10px;
}
.main.blog .splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 477px;
  background-image: url("img/desktop/fondo-esterilla-blog.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .main.blog .splash {
    height: 270px;
  }
}
.main.blog .splash__title, .main.blog .splash__search {
  transform: translate(0, 40px);
}
@media only screen and (max-width: 768px) {
  .main.blog .splash__title, .main.blog .splash__search {
    transform: translate(0, 0);
  }
}
.main.blog .splash__title {
  font-family: ArquitectaBlack;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 40px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .main.blog .splash__title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main.blog .splash__top {
  font-size: 25px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .main.blog .splash__top {
    font-size: 26px;
    line-height: 20px;
  }
}
.main.blog .splash__bottom {
  font-size: 100px;
  line-height: 90px;
  color: #E30613;
}
@media only screen and (max-width: 768px) {
  .main.blog .splash__bottom {
    font-size: 70px;
    line-height: 60px;
  }
}
.main.blog .splash__search {
  font-family: Gothic;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #E30613;
  padding: 5px 20px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.blog .splash__search img {
  max-height: 16px;
  margin-right: 10px;
}
.main.blog .splash__search input {
  border: none;
  background: none;
  max-width: 0px;
  opacity: 0;
  font-size: 18px;
  font-family: Gothic;
  padding: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.blog .splash__search input:focus {
  outline: none;
}
.main.blog .splash__search button {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 0 10px;
  font-family: Arquitecta;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 18px;
  line-height: 30px;
}
.main.blog .splash__search button:hover {
  background-color: #E30613;
  color: #ffffff;
}
.main.blog .splash__search.active input {
  max-width: 100vw;
  opacity: 1;
}
.main.blog .splash__search.active button {
  border: 2px solid #E30613;
}
.main.blog .info {
  background-image: url("img/desktop/fondo-titulo-blog2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 470px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main.blog .info {
    height: 320px;
  }
}
.main.blog .info__float {
  position: absolute;
  display: flex;
  justify-content: center;
  top: -45px;
  width: 100%;
}
.main.blog .info__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-family: ArquitectaBlack;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .main.blog .info__content {
    width: 90%;
  }
}
.main.blog .info__content--destacado {
  position: absolute;
  top: calc(var(--blogInfoBorder) * -1);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #000000;
}
.main.blog .info__content img {
  max-width: 100%;
}
.main.blog .info__content--text {
  font-size: 42px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  padding: 20px 80px 30px 80px;
  margin: 0;
  font-family: ArquitectaBlack;
}
@media only screen and (max-width: 768px) {
  .main.blog .info__content--text {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding: 30px 60px 40px 60px;
  }
}
.main.blog .info__content--border {
  position: absolute;
  top: calc(var(--blogInfoBorder) * -1);
  bottom: calc(var(--blogInfoBorder) * -1);
  left: 0;
  right: 0;
  border-top: 2px solid #E30613;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 60% 0, 60% 10%, 40% 10%, 40% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 60% 0, 60% 10%, 40% 10%, 40% 0);
}
@media only screen and (max-width: 768px) {
  .main.blog .info__content--border {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 65% 0, 65% 10%, 35% 10%, 35% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 65% 0, 65% 10%, 35% 10%, 35% 0);
  }
}
.main.blog .info__content--leer {
  position: absolute;
  bottom: calc(var(--blogInfoBorder) * -1);
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #000000;
  border: 3px solid #E30613;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  .main.blog .info__content--leer {
    margin-bottom: 2.5rem;
  }
}
.main.blog .info__content:hover .info__content--leer {
  background-color: #E30613;
  color: #ffffff;
}
.main.blog .platos {
  display: flex;
  flex-direction: column;
  background-color: white;
}
.main.blog .platos__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  row-gap: 80px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding: 100px;
}
@media only screen and (max-width: 768px) {
  .main.blog .platos__list {
    grid-template-columns: 1fr;
    padding: 40px 10%;
    margin: auto;
  }
}
.main.blog .platos__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.main.blog .platos__item--img {
  position: relative;
}
.main.blog .platos__item--img img {
  width: 80%;
  border-radius: 100%;
  height: 100% !important;
}
.main.blog .platos__item--img--border {
  position: absolute;
  top: calc(var(--blogPlatosBorder) * -1);
  bottom: calc(var(--blogPlatosBorder) * -2);
  right: var(--blogPlatosBorder);
  left: var(--blogPlatosBorder);
  border: none;
}
.main.blog .platos__item--img--leer {
  text-decoration: none;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: calc(var(--blogPlatosBorder) * -2);
  background-color: #000000;
  border-radius: 20px;
  border: 3px solid #000000;
  text-transform: uppercase;
  font-family: ArquitectaMedium;
  padding: 0 10px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.blog .platos__item--title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: ArquitectaBlack;
  margin-top: calc(var(--blogPlatosBorder) * 4);
  margin-bottom: var(--blogPlatosBorder);
}
.main.blog .platos__item--description {
  font-size: 17px;
  font-family: ArquitectaLight;
}
.main.blog .platos__item:hover .platos__item--img--leer {
  background-color: #E30613;
  color: #ffffff;
  border: 3px solid #E30613;
}
.main.blog .platos__loading {
  justify-content: center;
  align-items: center;
  padding: 80px 0 150px 0;
  display: none;
}
.main.blog .platos__loading.active {
  display: flex;
}
.main.blog .platos__loading img {
  animation: loading_rotate 0.5s linear infinite;
}
@keyframes loading_rotate {
  to {
    transform: rotate(45deg);
  }
}
.main.blog .platos-destacados {
  height: 500px;
}
.main.blog .platos-destacados .histories__title {
  transform: translate(0, 70px);
}
.main.blog .platos-destacados .histories__dots {
  transform: translate(0, -90px);
}
.main.plato .splash {
  height: 360px;
  background-image: url("img/desktop/home-header.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 40px;
  position: relative;
}
.main.plato .splash__title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-image: url("img/desktop/fondo-titulo-blog2x.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 187px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #E30613;
}
@media only screen and (max-width: 768px) {
  .main.plato .splash__title {
    width: 90%;
  }
}
.main.plato .splash__title--text {
  padding: 20px 10%;
  font-size: 40px;
  color: #ffffff;
  font-family: ArquitectaBlack;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main.plato .splash__title--text {
    font-size: 26px;
    padding: 20px;
  }
}
.main.plato .splash__title--border {
  position: absolute;
  top: calc(var(--borderHistories) * -1);
  bottom: calc(var(--borderHistories) * -1);
  left: var(--borderHistories);
  right: var(--borderHistories);
}
.main.plato .text {
  padding: 150px 20% 100px 20%;
  background-color: #F2EBE7;
  font-family: ArquitectaLight;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .main.plato .text {
    padding: 150px 10% 100px 10%;
  }
}
.main.plato .text p a {
  color: #E30613;
}
.main.plato .text__title, .main.plato .text__title-picture, .main.plato .text__destacado {
  font-family: ArquitectaBold;
}
.main.plato .text__title {
  font-size: 26px;
}
.main.plato .text__sita {
  color: #E30613;
  width: 50%;
  margin: auto;
  position: relative;
  padding-top: 10px;
  margin-top: 30px;
  font-size: 21px;
}
@media only screen and (max-width: 768px) {
  .main.plato .text__sita {
    width: 100%;
  }
}
.main.plato .text__sita::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #E30613;
  top: 0;
  left: 0;
}
.main.plato .text__img {
  width: 100%;
  border-top: 3px solid #E30613;
  margin-bottom: 20px;
}
.main.plato .text__title-picture {
  color: #E30613;
  transform: translate(0, 1rem);
}
.main.plato .text__end {
  display: flex;
  justify-content: center;
  padding-top: 100px;
}
.main.plato .text__share {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 87px;
  font-family: ArquitectaLight;
}
.main.plato .text__share--list {
  display: flex;
  padding-top: 30px;
}
.main.plato .text__share--list--item {
  display: flex;
  justify-content: center;
  width: 80px;
  cursor: pointer;
}
.main.plato .has-probado .histories__title {
  transform: translate(0, 70px);
}
.main.plato .has-probado .histories__dots {
  transform: translate(0, -60px);
}
.main.marca {
  padding-top: 200px;
}
.main.marca .sub-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow-x: auto;
  border-bottom: 2px solid #E30613;
  background-color: #F2EBE7;
  height: 200px;
  max-height: 200px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  .main.marca .sub-nav {
    justify-content: flex-start;
  }
}
.main.marca .sub-nav__item {
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0 10px;
  position: relative;
  font-family: ArquitectaBold;
  border-bottom: 5px solid transparent;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-size: 18px;
}
.main.marca .sub-nav__item.active {
  border-bottom: 5px solid #E30613;
}
.main.marca .sub-nav.down {
  max-height: 130px;
}
.main.marca .historia {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  position: relative;
  background-color: #000000;
}
.main.marca .historia__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/desktop/fondo-historia2x.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.marca .historia__background.hide {
  opacity: 0;
}
.main.marca .historia__carrousel {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
}
.main.marca .historia__carrousel--previo, .main.marca .historia__carrousel--next {
  position: absolute;
  top: 0;
  left: 50vw;
  background-color: #E30613;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 4px 0 9px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .main.marca .historia__carrousel--previo, .main.marca .historia__carrousel--next {
    left: auto;
  }
}
.main.marca .historia__carrousel--previo:hover, .main.marca .historia__carrousel--next:hover {
  box-shadow: 0 0 20px #E30613;
}
.main.marca .historia__carrousel--previo.disabled, .main.marca .historia__carrousel--next.disabled {
  cursor: default;
  filter: brightness(0.5);
}
.main.marca .historia__carrousel--previo.disabled:hover, .main.marca .historia__carrousel--next.disabled:hover {
  box-shadow: 0 0 0 #E30613;
}
.main.marca .historia__carrousel--previo {
  transform: translate(-200px, 0) rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .main.marca .historia__carrousel--previo {
    left: 0;
    transform: translate(0, 0) rotate(180deg);
  }
}
.main.marca .historia__carrousel--next {
  transform: translate(200px, 0);
}
@media only screen and (max-width: 768px) {
  .main.marca .historia__carrousel--next {
    right: 0;
    transform: translate(0, 0);
  }
}
.main.marca .historia__ruleta {
  display: flex;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 0 calc(50vw - 225px);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  .main.marca .historia__ruleta {
    padding: 0 calc(50vw - 140px);
  }
}
.main.marca .historia__relato {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .main.marca .historia__relato {
    width: 280px;
  }
}
.main.marca .historia__relato--year, .main.marca .historia__relato--title, .main.marca .historia__relato--text {
  transform: translate(0, -40px);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.marca .historia__relato--year {
  font-size: 110px;
  line-height: 110px;
  font-family: ArquitectaBlack;
  display: flex;
  align-items: flex-end;
  letter-spacing: -5.5px;
  opacity: 0.7;
}
.main.marca .historia__relato--year--s {
  font-size: 60px;
  line-height: 70px;
}
.main.marca .historia__relato--title {
  font-family: CanelaBold;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 40px;
  opacity: 0;
  margin: 0;
  color: #E30613;
}
.main.marca .historia__relato--text {
  font-family: ArquitectaLight;
  font-size: 21px;
  text-align: center;
  opacity: 0;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .main.marca .historia__relato--text {
    font-size: 17px;
  }
}
.main.marca .historia__relato--text b {
  font-family: ArquitectaBold;
}
.main.marca .historia__relato--background {
  display: none;
}
.main.marca .historia__relato.active .historia__relato--year {
  color: #ffffff;
  opacity: 1;
}
.main.marca .historia__relato.active .historia__relato--title,
.main.marca .historia__relato.active .historia__relato--text {
  opacity: 1;
}
.main.marca .historia__line {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.main.marca .historia__line div {
  height: 40px;
  width: 2px;
  border-right: 1px solid #E30613;
}
.main.marca .historia__dots {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  /*padding-bottom: 65px;*/
  transform: translate(0, -50px);
}
.main.marca .historia__dots--item {
  padding: 5px;
  cursor: pointer;
}
.main.marca .historia__dots--item .circle {
  height: 4px;
  width: 4px;
  background-color: #ffffff;
  -webkit-clip-path: circle(20%);
          clip-path: circle(20%);
}
.main.marca .historia__dots--item:hover .circle {
  -webkit-clip-path: circle(30%);
          clip-path: circle(30%);
}
.main.marca .historia__dots--item.active .circle {
  -webkit-clip-path: circle(40%);
          clip-path: circle(40%);
}
.main.marca .chef {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .main.marca .chef {
    display: flex;
    flex-direction: column;
  }
}
.main.marca .chef__left {
  position: relative;
  margin: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .main.marca .chef__left {
    padding-bottom: 150px;
    margin-right: 0;
  }
}
.main.marca .chef__left--top {
  text-align: center;
  font: 57px/43px ArquitectaHeavy;
  text-transform: uppercase;
  transform: translate(-40px, 0);
}
@media only screen and (max-width: 768px) {
  .main.marca .chef__left--top {
    font-size: 40px;
    transform: translate(-50px, 0);
  }
}
.main.marca .chef__left--bottom {
  text-align: center;
  font: 204px/170px ArquitectaHeavy;
  color: #E30613;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .main.marca .chef__left--bottom {
    font-size: 140px;
    line-height: 110px;
  }
}
.main.marca .chef__left--palillos {
  position: absolute;
  top: 47.5%;
  left: -60px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .main.marca .chef__left--palillos {
    width: 100%;
    top: 45%;
    left: -130px;
  }
}
.main.marca .chef__left--firma {
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: 4;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .main.marca .chef__left--firma {
    height: 110px;
    right: 50px;
    bottom: 30px;
  }
}
.main.marca .chef__right {
  font-size: 17px;
  font-family: ArquitectaLight;
  padding-right: 25%;
  padding-top: 38px;
}
@media only screen and (max-width: 768px) {
  .main.marca .chef__right {
    padding: 40px;
    text-align: center;
  }
}
.main.marca .chef__back {
  background-image: url("img/desktop/img-chef.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 650px;
  grid-column: span 2;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .main.marca .chef__back {
    height: 350px;
  }
}
.main.marca .calidad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main.marca .calidad {
    display: flex;
  }
}
.main.marca .calidad__left {
  display: flex;
  flex-direction: column;
  padding: 100px 10px 300px 25%;
  background-color: #000000;
  color: #ffffff;
  box-shadow: inset 0 0 50% 40% #000000;
}
@media only screen and (max-width: 768px) {
  .main.marca .calidad__left {
    background: no-repeat top url("img/mobile/img-elaboracionycalidad-1.png") #000000;
    padding: 30px 40px 100px 40px;
    width: 100%;
  }
}
.main.marca .calidad__left--top {
  font: 34px/30px ArquitectaHeavy;
  text-transform: uppercase;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .main.marca .calidad__left--top {
    font-size: 26px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
.main.marca .calidad__left--center {
  text-align: center;
  font: 100px/80px ArquitectaBlack;
  color: #E30613;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .main.marca .calidad__left--center {
    font-size: 60px;
    line-height: 50px;
  }
}
.main.marca .calidad__left--bottom {
  font: 17px ArquitectaLight;
  padding-top: 40px;
  line-height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .main.marca .calidad__left--bottom {
    padding: 0;
    font: 14px ArquitectaLight;
    text-align: center;
    letter-spacing: 0.2px;
  }
}
.main.marca .calidad__left--bottom b {
  font-family: ArquitectaBold;
}
@media only screen and (max-width: 768px) {
  .main.marca .calidad__left--bottom p:first-of-type {
    padding-bottom: 300px;
  }
}
.main.marca .calidad__left--verdura-palillos, .main.marca .calidad__left--verdura, .main.marca .calidad__left--palillos {
  position: absolute;
  bottom: 0;
}
.main.marca .calidad__left--verdura-palillos {
  transform: translate(0, 50%);
}
@media only screen and (max-width: 768px) {
  .main.marca .calidad__left--verdura-palillos {
    display: none;
  }
}
.main.marca .calidad__left--palillos, .main.marca .calidad__left--verdura {
  display: none;
  transform: translate(0, 50%);
}
@media only screen and (max-width: 768px) {
  .main.marca .calidad__left--palillos, .main.marca .calidad__left--verdura {
    display: inline-block;
  }
}
.main.marca .calidad__left--verdura {
  left: 0;
}
.main.marca .calidad__left--palillos {
  right: -150px;
  bottom: -200px;
}
.main.marca .calidad__right {
  background: no-repeat left/cover url("img/desktop/img-elaboracionycalidad.png");
  box-shadow: 0 0 150px 100px #000000 inset;
}
@media only screen and (max-width: 768px) {
  .main.marca .calidad__right {
    display: none;
  }
}
.main.marca .investigacion {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  color: #000000;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .main.marca .investigacion {
    width: auto;
    padding: 100px 40px 40px 40px;
  }
}
.main.marca .investigacion__top {
  text-align: right;
  font: 34px/30px ArquitectaHeavy;
  text-transform: uppercase;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .main.marca .investigacion__top {
    font-size: 26px;
    line-height: 20px;
  }
}
.main.marca .investigacion__center {
  text-align: right;
  font: 100px/80px ArquitectaBlack;
  color: #E30613;
  text-transform: uppercase;
  transform: translate(50px, 0);
}
@media only screen and (max-width: 768px) {
  .main.marca .investigacion__center {
    font-size: 50px;
    line-height: 50px;
    transform: none;
    padding-bottom: 40px;
  }
}
.main.marca .investigacion__bottom {
  font: 17px ArquitectaLight;
  padding-top: 40px;
  text-align: center;
}
.main.marca .investigacion__bottom b {
  font-family: ArquitectaBold;
}
.main.marca .premios {
  display: flex;
  flex-direction: column;
}
.main.marca .premios__top {
  background: no-repeat top/cover url("img/desktop/fondo-esterilla-premios.png");
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 430px;
  text-transform: uppercase;
  color: #E30613;
  font-size: 80px;
  line-height: 80px;
  font-family: ArquitectaBlack;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main.marca .premios__top {
    height: 300px;
    font-size: 60px;
    line-height: 60px;
  }
}
.main.marca .premios__top img {
  margin-top: 25%;
}
.main.marca .premios__bottom {
  background: no-repeat top/cover url("img/desktop/fondo-negro-blog2x.png");
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .main.marca .premios__bottom {
    height: 450px;
  }
}
.main.marca .premios__bottom__carrousel {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
.main.marca .premios__bottom__carrousel--previo, .main.marca .premios__bottom__carrousel--next {
  position: absolute;
  top: 2px;
  background-color: #E30613;
  height: 40px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 4px 0 9px;
  z-index: 10;
  border-radius: 100%;
}
.main.marca .premios__bottom__carrousel--previo:hover, .main.marca .premios__bottom__carrousel--next:hover {
  box-shadow: 0 0 20px #E30613;
}
.main.marca .premios__bottom__carrousel--previo.disabled, .main.marca .premios__bottom__carrousel--next.disabled {
  cursor: default;
}
.main.marca .premios__bottom__carrousel--previo.disabled:hover, .main.marca .premios__bottom__carrousel--next.disabled:hover {
  box-shadow: 0 0 0 #E30613;
}
.main.marca .premios__bottom__carrousel--previo {
  left: 10vw;
  transform: translate(0, -50%) rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .main.marca .premios__bottom__carrousel--previo {
    left: 0;
  }
}
.main.marca .premios__bottom__carrousel--next {
  right: 10vw;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  .main.marca .premios__bottom__carrousel--next {
    right: 0;
  }
}
.main.marca .premios__bottom__ruleta {
  display: flex;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  transform: translate(0, 50%);
  padding: 0 calc(50vw - 200px);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  .main.marca .premios__bottom__ruleta {
    padding: 0 calc(50vw - 140px);
  }
}
.main.marca .premios__bottom__relato {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .main.marca .premios__bottom__relato {
    width: 280px;
  }
}
.main.marca .premios__bottom__relato--img {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  width: 400px;
  height: 400px;
  position: relative;
  border-radius: 100%;
  box-shadow: 0 20px 40px #000000;
}
@media only screen and (max-width: 768px) {
  .main.marca .premios__bottom__relato--img {
    width: 250px;
    height: 250px;
  }
}
.main.marca .premios__bottom__relato--img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.main.marca .premios__bottom__relato--img--text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: ArquitectaHeavy;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 15px #000000;
  text-align: center;
}
.main.marca .premios__bottom__relato--img::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 3px solid #E30613;
  border-radius: 100%;
}
.main.marca .premios__bottom__relato--text {
  position: absolute;
  bottom: -250px;
  opacity: 0;
  font-family: ArquitectaLight;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  width: 500px;
  margin-bottom: 80px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  .main.marca .premios__bottom__relato--text {
    width: auto;
    max-width: 280px;
    padding: 0 40px;
    margin-bottom: unset;
    bottom: unset;
    top: 20rem;
  }
}
.main.marca .premios__bottom__relato--text b {
  font-family: ArquitectaBold;
}
.main.marca .premios__bottom__relato.active .premios__bottom__relato--img,
.main.marca .premios__bottom__relato.active .premios__bottom__relato--text {
  opacity: 1;
}
.main.marca .premios__bottom__line {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.main.marca .premios__bottom__line div {
  height: 5px;
  width: 2px;
  border-right: 1px solid #E30613;
}
.main.marca .premios__bottom__dots {
  display: flex;
  justify-content: center;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .main.marca .premios__bottom__dots {
    padding-bottom: 120px;
  }
}
.main.marca .premios__bottom__dots--item {
  padding: 5px;
  cursor: pointer;
}
.main.marca .premios__bottom__dots--item .circle {
  height: 4px;
  width: 4px;
  background-color: #ffffff;
  -webkit-clip-path: circle(20%);
          clip-path: circle(20%);
}
.main.marca .premios__bottom__dots--item:hover .circle {
  -webkit-clip-path: circle(30%);
          clip-path: circle(30%);
  background-color: #E30613;
}
.main.marca .premios__bottom__dots--item.active .circle {
  -webkit-clip-path: circle(40%);
          clip-path: circle(40%);
  background-color: #E30613;
}
.main.nota-legal {
  padding-top: 150px;
}
.main.nota-legal .title {
  font-size: 34px;
  padding: 0 40px;
  text-align: center;
  font-family: CanelaBold;
}
.main.nota-legal .text {
  padding: 40px;
  font-size: 17px;
  font-family: ArquitectaLight;
}
.main.buscar {
  display: flex;
  flex-direction: column;
  padding: 180px 150px;
}
@media only screen and (max-width: 768px) {
  .main.buscar {
    padding: 180px 40px;
  }
}
.main.buscar .search-bar {
  display: flex;
}
.main.buscar .search-bar__input {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #E30613;
  padding-bottom: 5px;
}
.main.buscar .search-bar__input img {
  height: 13px;
  margin-right: 5px;
  transform: translate(0, 2px);
}
.main.buscar .search-bar__input input {
  background-color: transparent;
  border: none;
  font-size: 21px;
  font-family: ArquitectaLight;
}
.main.buscar .search-bar__input input:focus {
  outline: none;
}
.main.buscar .result-text {
  font-family: ArquitectaLight;
  font-size: 21px;
  padding-top: 60px;
  padding-bottom: 24px;
}
.main.buscar .results {
  display: flex;
  flex-direction: column;
}
.main.buscar .results__bar {
  display: flex;
  border-bottom: 2px solid #E30613;
  overflow-x: auto;
}
.main.buscar .results__bar--item {
  display: flex;
  border-bottom: 6px solid transparent;
  color: #E30613;
  font-size: 18px;
  font-family: Arquitecta;
  padding: 10px 0;
  margin-right: 50px;
  cursor: pointer;
  text-transform: uppercase;
}
.main.buscar .results__bar--item--name {
  margin-right: 5px;
}
.main.buscar .results__bar--item:last-of-type {
  margin-right: 0;
}
.main.buscar .results__bar--item.active {
  border-bottom: 6px solid #E30613;
}
.main.buscar .results__groups {
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  .main.buscar .results__groups {
    margin: auto;
  }
}
.main.buscar .results__groups--item {
  display: none;
  grid-template-columns: repeat(auto-fill, 200px);
  row-gap: 45px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  --search-articulo:10px;
}
.main.buscar .results__groups--item--producto {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main.buscar .results__groups--item--producto img {
  width: 100%;
  height: 200px;
}
.main.buscar .results__groups--item--producto--name {
  border: 3px solid #E30613;
  border-radius: 20px;
  padding: 5px 10px;
  font-family: Gothic;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: uppercase;
}
.main.buscar .results__groups--item--articulo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main.buscar .results__groups--item--articulo--img {
  position: relative;
  width: 100%;
  height: 200px;
}
.main.buscar .results__groups--item--articulo--img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.main.buscar .results__groups--item--articulo--img--border {
  position: absolute;
  top: calc(var(--search-articulo) * -1);
  bottom: calc(var(--search-articulo) * -1);
  left: var(--search-articulo);
  right: var(--search-articulo);
}
.main.buscar .results__groups--item--articulo--img--leer {
  position: absolute;
  bottom: calc(var(--search-articulo) * -1);
  left: 50%;
  transform: translate(-50%, calc(50% - 2px));
  background-color: #000000;
  color: #ffffff;
  border-radius: 20px;
  padding: 3px 10px;
  text-transform: uppercase;
  font-family: Gothic;
  font-size: 16px;
}
.main.buscar .results__groups--item--articulo--name {
  font-family: ArquitectaBold;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 15px 0 15px;
}
.main.buscar .results__groups--item.active {
  display: grid;
}

.footer {
  background-color: #000000;
  padding: 80px 0 40px 0;
  color: #ffffff;
}
.footer a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.footer a:hover {
  color: #E30613;
}
.footer__links {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .footer__links {
    flex-direction: column;
  }
}
.footer__link-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__link-list--item {
  font-family: Arquitecta;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px;
}
.footer__link-list--item img {
  max-height: 15px;
}
.footer__link-list--separator {
  background-color: #E30613;
  height: 3px;
  width: 30px;
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .footer__link-list--separator.last {
    display: none;
  }
}
.footer__link-list--social-medias {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer__link-list--social-medias {
    flex-direction: row;
    padding-top: 40px;
  }
  .footer__link-list--social-medias a {
    padding: 20px;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo .top {
  font-size: 14px;
  font-family: RobotoBold;
  padding-top: 20px;
}
.footer__logo .center {
  font-size: 13px;
  font-family: RobotoLight;
  opacity: 0.4;
  padding: 10px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .footer__logo .center {
    display: flex;
    flex-direction: column;
  }
}
.footer__logo .bottom {
  font-size: 13px;
  font-family: RobotoLight;
}
@media only screen and (max-width: 768px) {
  .footer__logo .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo .bottom a {
  padding: 10px;
}

.animate.run-animate.slide-left {
  animation-play-state: running;
}
.animate.run-animate.slide-right {
  animation-play-state: running;
}
.animate.run-animate.slide-top {
  animation-play-state: running;
}
.animate.run-animate.slide-bottom {
  animation-play-state: running;
}
.animate.run-animate.fade-in {
  animation-play-state: running;
}
.animate.run-animate.zoom-in {
  animation-play-state: running;
}
.animate.slide-left {
  animation: slide-left 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation-play-state: paused;
}
@keyframes slide-left {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: initial;
  }
}
.animate.slide-right {
  animation: slide-right 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation-play-state: paused;
}
@keyframes slide-right {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    transform: initial;
  }
}
.animate.slide-top {
  animation: slide-top 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation-play-state: paused;
}
@keyframes slide-top {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: initial;
  }
}
.animate.slide-bottom {
  animation: slide-bottom 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation-play-state: paused;
}
@keyframes slide-bottom {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: initial;
  }
}
.animate.fade-in {
  animation: fade-in 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation-play-state: paused;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate.zoom-in {
  animation: zoom-in 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation-play-state: paused;
}
@keyframes zoom-in {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: initial;
  }
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  background-color: #000000;
}
.swiper-pagination-bullet-active {
  background-color: #000000;
}

h1,
h2 {
  margin: 0;
  font-weight: normal;
}

.wpcf7 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wpcf7 input:not([type=checkbox]) {
  width: calc(100% - 10px);
}
.wpcf7 input[type=file] {
  display: none;
}
.wpcf7 textarea {
  width: calc(100% - 10px);
}

.custom-imagen {
  height: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.custom-imagen img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}
.custom-imagen:after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  border: 3px solid #E30613;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .custom-imagen {
    height: 120px;
    width: 120px;
    margin-top: 5rem;
  }

  .custom-imagen:after
  {
    top: -3px;
    height: 140px;
    width: 140px;
  }
}
@media only screen and (max-width: 475px) {
  .custom-imagen {
    /* height: 180px;
    width: 180px; */
  }

  .custom-imagen:after
  {
    top: -12px;
  }
}
.text__title h1 {
  font-size: 26px;
  font-family: CanelaBold;
  font-weight: bold;
}

.text__destacado h2 {
  font-size: 20px;
  font-family: CanelaBold;
  font-weight: bold;
}

.main.plato .text__title-picture {
  font-family: CanelaBold;
  font-weight: bold;
}

.form-search-movile {
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: center;
  /*padding: 0 20px 2px 20px;
        margin-bottom: 20px;*/
}
@media only screen and (min-width: 768px) {
  .form-search-movile {
    display: none;
  }
}

.search__head--categorias {
  z-index: 9;
}

.codedropz-upload-handler {
  border: none;
}
.codedropz-upload-handler .codedropz-upload-container {
  padding: 0;
}
.codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  border: 3px solid #E30613;
  border-radius: 20px;
  padding: 4px 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 16px;
  color: #000000;
  font-family: ArquitectaBold;
}
.codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
  background-color: #E30613;
  color: #ffffff;
}

.dnd-upload-status .dnd-upload-details span.name {
  color: #000000;
}

.platos__item--img img {
  height: auto !important;
}
.platos__loading img {
  width: 20px;
  height: 20px;
}

.premios__top--text img {
  width: 92px;
  height: 61px;
}

.text__share--list--item img {
  height: 25px;
  width: auto;
}
.text__end img {
  height: 25px;
  width: 78px;
}

.search > img {
  width: 11px;
  height: 11px;
}
.search__head--select--arrow {
  width: 35px;
  height: 32px;
}
.search__head--categorias--list--item img {
  width: 12px;
  height: 15px;
}
.search-bar__input img {
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 768px) {
  .search-movile img {
    width: 11px;
    height: 11px;
  }
}

.splash__producto--right--cook img {
  height: 22px;
  width: auto;
}
.splash__search img {
  width: 16px;
  height: 16px;
}

.preparacion__select-type--item img {
  height: 27px;
  width: auto;
}
.preparacion__palos img {
  height: 25px;
  width: 78px;
}

.histories__list--left img, .histories__list--right img {
  width: 25px;
  height: 25px;
}

.historia__carrousel--previo img, .historia__carrousel--next img {
  width: 12px;
  height: 15px;
}

.premios__bottom__carrousel--previo img, .premios__bottom__carrousel--next img {
  width: 12px;
  height: 15px;
}

.play img {
  width: 60px;
  height: 64px;
}

@media only screen and (max-width: 768px) {
  .nav__share--list--content--item img {
    height: 25px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .nav__list--social-medias--item img {
    height: 25px;
    width: auto;
  }
}
.nav__list--item.select img {
  height: 9px;
  width: 14px;
}

.title-productos h1 {
  font-size: 60px;
  margin-bottom: 50px;
  color: #000000;
  font-family: ArquitectaBlack;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .title-productos h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 30;
  }
}

.te-puede-interesar .histories__list--slide--item img {
  height: 200px !important;
  border-radius: 100%;
}

.projectsIDi-content {
  margin-bottom: 100px;
  border-collapse: collapse;
}

.projectsIDi-content tbody tr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.projectsIDi-content td {
  padding: 25px;
  font-size: 15px;
}

.projectsIDi-content thead th {
  padding: 25px;
  font-size: 15px;
}

.projectsIDi-content .company-cell {
  color: #E30613;
}

.projectsIDi-content .company-img-cell {
  padding-left: 100px;
}

.projectsIDi-content .bold {
  text-transform: uppercase;
  font-family: Arquitecta;
}

.projectsIDi-content td .slim {
  font-weight: 400;
}

.projectsIDi-content .cell-text-justify {
  text-align: justify;
  padding-right: 100px;
}

.main.nota-legal .table {
  padding: 40px 0;
  font-size: 17px;
  font-family: Arquitecta;
}

.nota-legal .title-projects {
  font-family: ArquitectaBlack;
  text-align: center;
  padding: 0 40px;
  font-size: 40px;
  color: #E30613;
}

.error {
  text-align: center;
  font-size: 30px;
  line-height: 21px;
  font-family: ArquitectaHeavy;
  letter-spacing: 0px;
  color: #E30613;
  text-transform: uppercase;
}

.cuatrocerocuatro {
  text-align: center;
  font-size: 105px;
  line-height: 96px;
  font-family: ArquitectaBlack;
  letter-spacing: 0px;
  color: #E30613;
  text-transform: uppercase;
  margin-bottom: 200px;
}

/*2023-05-16*/
.main.nota-legal .table {
  overflow-x: scroll;
}

#premios {
  scroll-margin-top: 100px;
}

#investigacion {
  scroll-margin-top: 100px;
}

#chef {
  scroll-margin-top: 100px;
}

#calidad {
  scroll-margin-top: 120px;
}

/*2023-07-05*/
.main.blog .platos {
  background-image: url(https://dev-new-tatung.iboomobile.com/wp-content/uploads/2023/06/1_fondo-te-puede-interesar-e1688186371845.png);
}

.main.marca .historia__dots--item.active .circle {
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-clip-path: none;
          clip-path: none;
  border-radius: 50%;
}

.main.marca .historia__dots--item .circle {
  height: 4px;
  width: 4px;
  background-color: #ffffff;
  -webkit-clip-path: none;
          clip-path: none;
  border-radius: 50%;
}

.main.marca .historia__dots {
  align-items: center;
}

.main.marca .chef__back {
  background-position: top left;
  background-size: cover;
  height: 524px;
}

.main.marca .premios__bottom__dots--item.active .circle {
  -webkit-clip-path: none;
          clip-path: none;
  background-color: #E30613;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.main.marca .premios__bottom__dots--item .circle {
  -webkit-clip-path: none;
          clip-path: none;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.main.marca .premios__bottom__dots {
  align-items: center;
}

.main.marca .premios__bottom__relato--text span {
  font-size: 20px;
}

.overlay-25 {
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 25%;
}

.main.nota-legal.page-not-found .text {
  padding: 10px;
  font-size: 21px;
  font-family: ArquitectaLight;
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.nav__list--item.search-movile.active button {
  background-color: transparent;
  border-color: #E30613;
  line-height: 1.5;
  text-transform: uppercase;
}

.main.producto .preparacion {
  background-color: #000000;
}

.main.home .splash {
  background-position-y: 50px !important;
}

@media (min-width: 769px) {
  .main.home .splash {
    height: 620px;
  }
}
@media only screen and (max-width: 768px) {
  .main.producto .preparacion {
    background-image: url(img/mobile/fondo-negro-blog2x.png);
    background-image: none;
  }

  .quality {
    background-image: url("img/mobile/fondo_elaboracion_calidad_mobile.png") !important;
  }

  .main.producto .splash__producto {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 180px;
  }
  .main.blog .splash {
    background-position: -100px 70px;
  }
  .main.blog .info__content--destacado {
    color: #E30613;
  }
  .main.blog .info__content--border.animate.zoom-in.run-animate {
    display: none;
  }
  .main.home .quality__content {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main.home .chef__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 130px) !important;
  }
  .main.home .chef__text--saber-mas {
    white-space: nowrap;
  }
  .title-productos h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .main.home .splash {
    background-size: 100%;
    background-color: #000;
  }
}
.main.plato .splash {
  background-attachment: inherit;
  height: 390px;
}

@media (min-width: 1360px) {
  .main.plato .splash {
    background-size: 100%;
    background-color: #000;
  }
}
.main.productos .search__head--categorias--list--item[catid*=tapeo-asiatico] {
  order: 5;
}

.main.productos .search__head--categorias--list--item[catid*=rollitos] {
  order: 4;
}

.main.productos .search__head--categorias--list--item[catid*=arroces] {
  order: 1;
}

.main.productos .search__head--categorias--list--item[catid*=pastas] {
  order: 2;
}

.main.productos .search__head--categorias--list--item[catid*=carnes] {
  order: 3;
}

.main.marca .historia__background {
  opacity: 1;
}

/*.main.marca .investigacion__bottom, .main.marca .chef__right {
font-family: 'Arquitecta';
}*/
.nav__share--button {
  cursor: pointer;
}

.main.marca .investigacion__bottom, .main.marca .chef__right b {
  font-family: "Arquitecta";
}

.main.buscar .results__groups--item:first-child .results__groups--item--articulo--name a {
  max-width: 160px;
  padding: 5px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 3px solid #E30613;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-family: ArquitectaBold;
  text-align: center;
  border-radius: 20px;
  display: block;
}

.main.buscar .results__groups--item .results__groups--item--articulo--read---box {
  width: 64px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-radius: 19px;
  color: #fff;
  background-color: #000;
  font-family: ArquitectaBold;
  font-size: 16px;
  text-transform: uppercase;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
  z-index: 1;
  position: relative;
}

.main .histories__list--slide--item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.main .histories__list--slide--item .img-product img {
  -o-object-fit: contain;
     object-fit: contain;
}

.wpml-ls-legacy-list-horizontal {
  padding: 40px 25px 20px 25px;
  border: none;
}
.wpml-ls-legacy-list-horizontal li:first-child a {
  border-right: 2px solid #ffffff;
}
.wpml-ls-legacy-list-horizontal a {
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0px 10px 0px;
}
.wpml-ls-legacy-list-horizontal a span {
  vertical-align: top;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 20px;
  font-family: ArquitectaHeavy;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */



.combina-productos__divider 
{
  width: 100%;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.combina-productos__divider picture
{
  width: 100%; 
  height: auto;
}

.combina-productos__divider picture img 
{
  width: 80%;
  margin-left: 50%;
  transform: translateX(-50%);
}



.preparacion__divider 
{
  width: 1px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preparacion__divider div
{
  width: 100%;
  height: 65%;
  border-right: 1px solid rgba(255, 255, 255, 0.754);
}


@media only screen and (max-width: 768px) {
  .preparacion__divider 
  {
    display: none;
  }

}

/* Ocultar lupa en Safari en iOS */
input[type="search"]::-webkit-search-clear-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/*2023-12-04*/
.wpml-ls-legacy-list-horizontal li:not(first-child) a {
    border-right: 2px solid #ffffff;
}
.wpml-ls-legacy-list-horizontal li:last-child a {
    border-right: none !important;
}
/*2024-01-19*/
.text p strong {
  font-family: 'ArquitectaBold';
}
/*Fix styles checkbox Contact Forms 7*/
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #E30613;

  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
  margin-right: 10px;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  transform: scale(0);
  transform-origin: bottom left;
  background-color: #E30613;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.main.home .splash .text {
  transform: translate(0, 0);
}

@media only screen and (min-width: 768px) {
  .main.home .star-plates {
    position: relative;
    bottom: 50px;
  }
  
  .position-bottom {
    position: relative;
    bottom: 40px;
  }

}

.quality__elaboracion.animate.slide-left.run-animate,
.quality__text.animate.zoom-in.run-animate,
.quality__saber-mas.animate.slide-bottom.run-animate {
  color: #ffffff !important;
}

.main.home .splash .text {
  position: relative;
  top: 25px;
}

@media only screen and (max-width: 768px) {
  .quality {
      background-image: url(http://localhost:8888/wp-content/uploads/2024/04/banner_mobile.png) !important;
  }
}

@media only screen and (max-width: 768px) {
  .main.blog .info {
      height: 430px;
  }
}

.main.marca .historia__dots {
  padding-bottom: 35px;
}

.main.marca .investigacion__bottom {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .main.marca .investigacion__center {
      padding-bottom: 0; 
  }
}

.main.marca .calidad__left--verdura {
  position: absolute;
  top: -90%;
}