body {
  /* font-family: Merriweather, sans-serif !important; */
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-weight: 800;
}

.abs {
  position: absolute;
}

/* Header */
/* menu */
header.site-header.navbar-light {
  position: relative;
  background-color: #fff;
}

header.site-header.navbar-light {
  position: relative;
}

header.site-header.navbar-light .navbar-nav li.que-umami {
  position: absolute;
  bottom: 0;
  right: 0;
}

header.site-header.navbar-light .navbar-nav li.logo:after {
  background-image: url(/wp-content/uploads/2022/08/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 90px;
  height: 78px;
  content: "";
}

header.site-header.navbar-light .navbar-nav li.logo a.nav-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent !important;
}

header.site-header.navbar-light .navbar-nav li.logo {
  width: 100px;
  position: relative;
}

header.site-header.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
}

header.site-header.navbar-light .second-menu .navbar-nav .nav-link {
  padding: 0.2rem 25px;
  font-size: 11px;
}

header.site-header.navbar-light .navbar-nav .nav-link:hover {
  font-weight: bold;
}

header.site-header.navbar-light .navbar-nav {
  position: relative;
  align-items: center;
}

header.site-header.navbar-light .navbar-nav li.global > a.nav-link {
  color: #851e2e !important;
  text-decoration: underline;
}

header.site-header.navbar-light .navbar-nav li.que-umami a.nav-link {
  color: #851e2e !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #2c2c2c;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #dd0000;
  font-weight: bold !important;
}

/* end header */
/* Home  */
.home section.first-scroll {
  background-image: url(../img/trama-fondo.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 12%;
}

.home .banner-product{
    background-image: url(/wp-content/uploads/2025/08/fondo.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.home .banner-product .cta-button{
    display: inline-block;
    position: relative;
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    font-family: inherit;
    bottom: auto;
    left: auto;
}

.home .banner-product .cta-button span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}



@media (min-width: 991px) {
.home .banner-product .product{
    filter: brightness(0.5);
    transform: scale(1);
    transition: .35s;
}

.home .banner-product .product:hover{
    filter: brightness(1);
     transform: scale(1.05);
    transition: .35s;

}
  
}




.home .banner-product .ajinomen-banner{
      /* background-image: url(/wp-content/uploads/2025/07/lineas.png); */
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.home .banner-product .ajinomoto-banner{
      background-image: url(/wp-content/uploads/2025/07/huellas.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}



.obj-main {
  text-align: center;
  z-index: 10;
  position: relative;
  max-width: 100%;
}

.obj-main img.img-fluid {
  width: 38%;
}

.obj-main span {
  display: block;
}

.obj-main span a {
  display: inline-block;
  background-color: #a7172e;
  color: #fff;
  padding: 15px 30px;
  border-radius: 40px;
  margin: 20px 0;
  font-weight: 300;
  line-height: 18px;
}

img.obj-logoAji {
  top: 6%;
  left: 9%;
  max-width: 100%;
  z-index: 2;
  width: 18%;
}

.home section.first-scroll h2 {
  top: -8%;
  font-size: 26.3vw;
  z-index: 1;
  color: #eedbb8;
}

.home-segundo-swiper .swiper-slide .actions {
  position: absolute;
  left: 40%;
  bottom: 15px;
}
.home-segundo-swiper .swiper-slide .actions a {
  display: inline-block;
  color: #fff;
  border: 3px solid;
  padding: 2px 15px;
}
.home-segundo-swiper .swiper-slide .actions a span {
  display: block;
  font-size: 24px;
}

img.obj-circuloAma {
  top: 32%;
  left: 23%;
  width: 19%;
}

img.obj-circuloVino {
  width: 12%;
  top: 44%;
  left: 12%;
  z-index: 3;
}

img.obj-spoon {
  right: 5%;
  width: 27%;
  top: 31%;
  z-index: 3;
}

img.obj-galleta {
  position: absolute;
  bottom: 12%;
  right: 28%;
  width: 6%;
}

img.obj-3Min {
  width: 11%;
  bottom: 9%;
  left: 24%;
}

section.marquesina marquee {
  background-color: #ffce3f;
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #ab1e2a;
  font-weight: 400;
  font-size: 14px;
}

section.marquesina marquee img {
  margin: 0 17px;
}

.sticky-container main {
  overflow-x: hidden;
  display: flex;
  position: sticky;
  top: 0;
}

body,
html {
  height: 100%;
}

.cont-scroll-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 1000;
}

.cont-scroll-slide .section {
  height: 100%;
  width: calc(100% / 3);
  float: left;
  position: relative;
}

.cont-scroll-slide .sections {
  width: 300%;
  height: 100%;
}

section.pollo-oriental {
  background-color: #3244be;
  padding: 2vw 0;
}

section.pollo-oriental h2 {
  color: #4556c9;
  font-family: "Inter", sans-serif !important;
  left: 0;
  bottom: 0;
}

section.pollo-oriental h2.first {
  font-size: 29.7vw;
  margin: 0;
  line-height: 67vw;
}

section.pollo-oriental h2.second {
  font-size: 19.7vw;
  margin: 0;
  line-height: 29vw;
}

section.pollo-oriental .actions {
  width: 100%;
  display: block;
  text-align: center;
}

section.pollo-oriental .actions a {
  display: inline-block;
  color: #fff;
  border: 3px solid;
  padding: 2px 15px;
}

section.pollo-oriental .actions a span {
  display: block;
  font-size: 24px;
}

section.pollo-oriental img.abs.paquete1 {
  width: 30vw;
  /* max-width: 460px; */
  top: 14%;
  left: 8%;
  transform: rotate(12deg);
  z-index: 1;
}

section.pollo-oriental img.abs.paquete2 {
  width: 30vw;
  /* max-width: 460px; */
  top: 39%;
  left: 28%;
  transform: rotate(347deg);
  z-index: 2;
}

section.pollo-oriental img.abs.paquete3 {
  width: 30vw;
  /* max-width: 460px; */
  right: 11%;
  top: 28%;
  transform: rotate(12deg);
  z-index: 1;
}

section.pollo-oriental img.abs.estrella {
  max-width: 157px;
  width: 10%;
  top: 11%;
  right: 37%;
  z-index: 2;
}

section.gallina {
  background-color: #a7172e;
  padding: 2vw 0;
}

section.gallina h2 {
  color: #851e2e;
  font-family: "Inter", sans-serif !important;
  left: 0;
  bottom: 0;
}

section.gallina h2.first {
  font-size: 28vw;
  margin: 0;
  line-height: 70vw;
}

section.gallina h2.second {
  font-size: 22.2vw;
  margin: 0;
  line-height: 31vw;
}

section.gallina .actions {
  width: 100%;
  display: block;
  text-align: center;
}

section.gallina .actions a {
  display: inline-block;
  color: #fff;
  border: 3px solid;
  padding: 2px 15px;
}

section.gallina .actions a span {
  display: block;
  font-size: 24px;
}

section.gallina img.abs.paquete1 {
  width: 32%;
  max-width: 460px;
  top: 14%;
  left: 4%;
  transform: rotate(0deg);
  z-index: 1;
}

section.gallina img.abs.paquete2 {
  width: 32%;
  max-width: 460px;
  top: 34%;
  left: 28%;
  transform: rotate(347deg);
  z-index: 2;
}

section.gallina img.abs.paquete3 {
  width: 32%;
  max-width: 460px;
  right: 11%;
  top: 28%;
  transform: rotate(331deg);
  z-index: 3;
}

section.gallina img.abs.estrella {
  max-width: 157px;
  width: 10%;
  top: 11%;
  right: 32%;
  z-index: 2;
}

section.carne {
  background-color: #e57e09;
  padding: 2vw 0;
}

section.carne h2 {
  color: #ed9c04;
  font-family: "Inter", sans-serif !important;
  left: 0;
  bottom: 0;
}

section.carne h2.first {
  font-size: 18.3vw;
  margin: 0;
  line-height: 73vw;
}

section.carne h2.second {
  font-size: 28vw;
  margin: 0;
  line-height: 36.99vw;
}

section.carne .actions {
  width: 100%;
  display: block;
  text-align: center;
}

section.carne .actions a {
  display: inline-block;
  color: #fff;
  border: 3px solid;
  padding: 2px 15px;
}

section.carne .actions a span {
  display: block;
  font-size: 24px;
}

section.pollo-oriental img.abs,
section.gallina img.abs,
section.carne img.abs {
  scale: 1;
  transition: 0.5s;
}

section.pollo-oriental img.abs:hover,
section.gallina img.abs:hover,
section.carne img.abs:hover {
  scale: 1.1;
  transition: 0.5s;
}

section.carne img.abs.paquete1 {
  width: 32%;
  max-width: 460px;
  top: 14%;
  left: 4%;
  transform: rotate(339deg);
  z-index: 1;
}

section.carne img.abs.paquete2 {
  width: 32%;
  max-width: 460px;
  top: 28%;
  left: 28%;
  transform: rotate(0deg);
  z-index: 2;
}

section.carne img.abs.paquete3 {
  width: 32%;
  max-width: 460px;
  right: 11%;
  top: 36%;
  transform: rotate(343deg);
  z-index: 3;
}

section.carne img.abs.estrella {
  max-width: 157px;
  width: 10%;
  top: 4%;
  right: 23%;
  z-index: 2;
}

section.marquesina-recetas marquee {
  background-color: #a7172e;
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #e57e09;
  font-weight: 400;
  font-size: 20px;
}

section.marquesina-recetas marquee img {
  margin: 0 20px;
}

section.recetas {
  background-color: #851e2e;
  position: relative;
  padding: 2vw 0;
}

section.recetas .swiper {
  width: 100%;
  height: 100%;
}

section.recetas .swiper .swiper-wrapper {
  padding: 40px 0;
}

section.recetas .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: transform 0.5s;
}

section.recetas .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: grayscale(.4); */
}

section.recetas .swiper-button-next:after,
section.recetas .swiper-button-prev:after {
  font-size: 28px;
  color: white;
}

section.recetas .swiper .swiper-slide:hover {
  transform: scale(1.1);
  margin-right: 10px;
  z-index: 3;
  box-shadow: 3px 3px 10px 0px #2d2d2d;
}

section.recetas .swiper .swiper-slide:hover > img.img-fluid {
  /* filter: none; */
}

section.recetas .swiper .swiper-slide:hover .more {
  opacity: 1;
}

section.recetas .swiper .swiper-slide a.info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  color: #fff;
  padding: 40px 30px 0;
  background-color: #000000b3;
}

section.recetas .swiper .swiper-slide:hover a.info,
section.recetas .swiper .swiper-slide:hover a.info:hover,
section.recetas .swiper .swiper-slide:hover a.info:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #00000017;
  font-weight: bold;
  text-shadow: 1px 1px 5px black;
}

section.recetas .swiper .swiper-slide a.info h3 {
  font-size: 22px;
  font-weight: 300;
}

section.recetas .swiper .swiper-slide a.info span {
  font-size: 16px;
  font-weight: 200;
  text-decoration: underline;
}

section.recetas .actions {
  width: 100%;
  display: block;
  text-align: center;
}

section.recetas .actions a {
  display: inline-block;
  color: #ffffff;
  border: 3px solid;
  padding: 2px 15px;
}

section.recetas .actions a span {
  display: block;
  font-size: 24px;
}

.pager a.page-numbers {
  font-size: 33px;
  display: inline-block;
  margin: 0 5px;
  color: #e57e0a;
}

.pager span.page-numbers.current {
  color: #540f1d;
  font-size: 33px;
  display: inline-block;
  margin: 0 5px;
}

.pager {
  margin-top: 30px;
}

/* end Home */
/* Recetas */
.home-recetas .recetas {
  padding: 4vw 0;
}

.home-recetas .recetas .content {
  display: flex;
  flex-wrap: wrap;
}

.home-recetas .recetas .content .box-receta {
  width: 33%;
  margin: 0.1%;
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: transform 0.5s;
  position: relative;
}

.home-recetas .recetas .content .box-receta img.img-fluid {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: grayscale(.4); */
}

.home-recetas .recetas .content .box-receta.title img.img-fluid {
  filter: none;
}

.home-recetas .recetas .content .box-receta:hover {
  transform: scale(1.1);
  z-index: 3;
  box-shadow: 3px 3px 10px 0px #2d2d2d;
}

.home-recetas .recetas .content .box-receta.title:hover {
  transform: none;
  box-shadow: none;
  z-index: 0;
}

.home-recetas .recetas .content .box-receta:hover > img.img-fluid {
  filter: none;
}

.home-recetas .recetas .content .box-receta:hover .more {
  opacity: 1;
}

.home-recetas .recetas .content .box-receta a.info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  color: #fff;
  padding: 40px 30px 0;
  background-color: #000000b3;
}

.home-recetas .recetas .content .box-receta:hover a.info,
.home-recetas .recetas .content .box-receta:hover a.info:hover,
.home-recetas .recetas .content .box-receta:hover a.info:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #00000017;
  font-weight: bold;
  text-shadow: 1px 1px 5px black;
}

.home-recetas .recetas .content .box-receta a.info h3 {
  font-size: 22px;
  font-weight: 300;
}

.home-recetas .recetas .content .box-receta a.info span {
  font-size: 16px;
  font-weight: 200;
  text-decoration: underline;
}

/* Interna */
.single-receta {
}

.single-receta .banner-main {
  position: relative;
}

.single-receta .banner-main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0000008f;
  top: 0;
  left: 0;
  z-index: 0;
}

.single-receta .banner-main > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}

.single-receta .banner-main .content {
  position: relative;
  z-index: 2;
  padding-top: clamp(3rem, 12vw, 8rem);
  padding-bottom: clamp(3rem, 12vw, 8rem);
}

.single-receta .banner-main .content h1 {
  font-family: "Inter";
  color: #fff;
  font-size: 50px;
  margin-top: 0;
}

.single-receta .banner-main .content .video a {
  display: inline-block;
}

.single-receta .banner-main .content .info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.single-receta .banner-main .content .info > div {
  margin: 0 30px;
  color: #fbd94d;
  font-weight: 300;
}

.single-receta .banner-main .content .info > div img {
  margin-right: 15px;
}

.single-receta section.detalles {
  background-color: #fdf8e2;
  padding: 4vw 0;
}

.single-receta section.detalles .container > div {
  display: flex;
}

.single-receta section.detalles .container .info {
  padding: 20px 30px;
  font-weight: 200;
  font-size: 16px;
  position: relative;
}

.single-receta section.detalles .container ul {
  padding: 0 15px;
}

.single-receta section.detalles .container ul > li {
  margin-bottom: 8px;
  padding-left: 15px;
}

.single-receta section.detalles .container > div ul li::marker {
  content: url("../img/ico-lista.png");
}

.single-receta section.detalles .container > div div.preparacion::after {
  content: url("../img/separador-texto.png");
  position: absolute;
  top: 50%;
  left: -4%;
  margin-top: -30%;
}

.single-receta section.detalles .container > div div.preparacion.tipo-2::after {
  display: none;
}

.single-receta section.detalles .container .cont-process .separador {
  margin: 30px 0;
}

.single-receta .title-mobile .h1 {
  font-size: 26px;
  font-family: "Inter";
  color: #a7172e;
  margin-top: 0;
}

.single-receta section.detalles .container > div > div h2 {
  font-family: Inter;
  color: #851e2e;
}

.single-receta section.detalles .container > div > div strong,
.single-receta section.detalles .container > div > div a {
  color: #a7172e;
  font-weight: 200;
  text-decoration: underline;
}

.single-receta .video,
.single-receta .cont-t2 {
  background-image: url(../img/trama-fondo.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 4vw 0;
}

.single-receta section.cont-t2 {
  padding-top: 0;
  padding-bottom: 0;
}

.single-receta section.cont-t2 .container {
  background: #fdf8e2;
  padding: 4vw;
}

.single-receta section.cont-t2 .container .cont-process {
  border-right: 2px solid #851e2e;
}

/* End Recetas */
/* Quienes Somos  */
section.fundador {
  background-color: #fdf8e2;
  padding: 30px 0;
}

section.fundador .container .head {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.fundador .container .head > div:first-child {
  text-align: center;
  z-index: 3;
  padding-right: 0;
}

section.fundador .container .head div h1 {
  font-size: 5rem;
  text-align: center;
  display: block;
  font-family: "Inter";
  color: #e57e09;
}

section.fundador .container .head div h1 span {
  display: block;
  font-size: 5rem;
}

section.fundador .container .head div h2 {
  font-size: 3rem;
  font-weight: 300;
}

section.fundador .container .head > div:last-child {
  position: relative;
  z-index: 2;
}

section.fundador .container .head > div:last-child img {
  position: relative;
  z-index: 2;
}

/* section.fundador .container .head>div:last-child::after {
  content: url('../img/circulos-unidos.png');
  position: absolute;
  left: -15%;
  z-index: 1;
  top: -11px;
} */

section.fundador .container .text {
  padding: 40px 0 0;
}

section.fundador .container .text > h2 {
  text-align: center;
  color: #dd0001;
}

section.fundador .container .text p {
  font-weight: 500;
}

section.fundador .container .text p em {
  color: #a7172e;
}

section.filosofia {
  background: #ffbf46;
}

section.filosofia h2 {
  font-family: "Inter";
  font-size: clamp(3rem, 6vw, 10rem);
  margin: 0;
  line-height: 0.6;
  z-index: 2;
  position: relative;
}

section.filosofia h2 span {
  font-size: clamp(1.5rem, 4vw, 7rem);
  line-height: 1;
}

section.filosofia .title img {
  position: absolute;
  top: 4vw;
  z-index: 1;
  right: -0;
  width: 22vw;
}

section.filosofia .cont .text {
  border-right: 3px solid #e3322d;
}

section.filosofia .cont h3 {
  color: #e3322d;
}

section.cience {
  color: #a7172f;
}

section.cience h2 {
  font-size: clamp(2.5rem, 4vw, 7rem);
  line-height: 1;
}

section.cience h4 {
  font-size: clamp(1.25rem, 2vw, 5rem);
  line-height: 1;
}

section.cience img.top {
  position: absolute;
  top: 0;
  translate: 0-50%;
  width: 12%;
  left: 5%;
}

section.cience img.bottom {
  position: absolute;
  right: -5%;
  bottom: 5%;
  width: 30%;
}

section.mision {
  display: flex;
  background-color: #e57e0a;
}

section.mision div img {
  object-fit: cover;
  min-height: 100%;
}

section.mision > div:first-child {
  width: 45%;
  padding: 0 30px;
  text-align: left;
}

section.mision > div:first-child > h2 {
  font-size: 4vw;
  color: #851e2e;
  font-family: "Inter";
  position: relative;
  z-index: 3;
}

section.mision > div:first-child p {
  font-size: 18px;
  font-weight: 300;
  padding: 20px 30px 0;
}

section.mision > div:first-child > h2 > span {
  position: relative;
  z-index: 3;
}

section.mision > div:first-child > h2:before {
  content: "";
  width: 4vw;
  height: 4vw;
  position: absolute;
  border-radius: 50%;
  background-color: #ed9c04;
  left: 50%;
  margin-left: -24%;
  top: 4px;
  z-index: 0;
}

section.ajinomoto {
  background-color: #a7172f;
  padding: 1px 0 0;
}

section.ajinomoto > .container {
  text-align: center;
}

section.ajinomoto > .container h2 {
  font-size: 45px;
  font-family: "Inter";
  color: #fff;
}

section.ajinomoto > .container h2 > span {
  font-size: 65px;
}

section.ajinomoto > .container > div {
  width: 85%;
  margin: 40px auto 3%;
}

.home-ajinomoto > .container div.actions {
  text-align: center;
}

.home-ajinomoto .head-main > .container div.actions a.tabla-nutri {
  display: inline-block;
  padding: 5px 10px;
  color: #e57f08;
  border: 2px solid;
  cursor: pointer;
}

section.ajinomoto > .container > div ul {
  font-size: 18px;
  font-weight: 300;
  color: #851e2e;
  text-align: left;
  margin-bottom: 40px;
}

section.ajinomoto > .container > div ul > li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

section.ajinomoto > .container > div ul > li::before {
  content: url(../img/estrella-vinera-roja.png);
  margin: 0px 8px;
  padding-top: 11px;
}

section.ajinomoto > h3 {
  font-family: "Inter";
  font-size: 9vw;
  line-height: 8vw;
  display: block;
  text-align: center;
  margin: 0;
  color: #fff;
}

section.colombia {
  background-color: #a7172f;
  box-sizing: border-box;
  position: relative;
}

section.colombia > h3 {
  text-align: center;
  font-size: 7vw;
  line-height: 7vw;
  color: #fff;
  position: relative;
  z-index: 3;
}

section.colombia img.flor-loto {
  top: 9%;
  left: 50%;
  margin-left: -65px;
  z-index: 1;
}

section.colombia > .container {
  padding: 60px 50px 30px;
  color: #fff;
  text-align: center;
}

section.colombia > .container p {
  font-size: 18px;
  font-weight: 200;
}

/* End Quienes Somos  */
/* UMAMI */
.home-umami {
}

.home-umami section.que-es {
  background-color: #fdf8e2;
  padding: 30px 0;
}

.home-umami section.que-es .container h1 {
  font-family: "Inter";
  font-size: 9vw;
  line-height: 8vw;
  color: #3244be;
  position: relative;
  z-index: 2;
}

.home-umami section.que-es .container {
  text-align: center;
  position: relative;
}

.home-umami section.que-es .container h1 > span {
  display: block;
  font-size: 6vw;
}

.home-umami section.que-es .container h3 {
  color: #a7172e;
  font-weight: 300;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}

.home-umami section.que-es .container img {
  margin: 20px 0;
}

.home-umami section.que-es .container p {
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
}

.home-umami section.que-es .container img.esparragos {
  position: absolute;
  top: 0%;
  left: 9%;
  z-index: 1;
  width: 20%;
}

.home-umami section.que-es .container img.champis {
  position: absolute;
  top: -1%;
  right: 16%;
  width: 15%;
  z-index: 3;
}

.home-umami section.que-es .container img.queso {
  position: absolute;
  right: 7%;
  top: 24%;
  width: 15%;
}

.home-umami section.que-es .container img.tomates {
  position: absolute;
  bottom: 14%;
  right: 7%;
  width: 22%;
}

.home-umami section.descubrimiento {
  background-color: #3244be;
  padding: 30px 0 60px;
  position: relative;
  z-index: 2;
}

.home-umami section.descubrimiento img.arveja {
  position: absolute;
  top: -2%;
  left: 7%;
  width: 23%;
}

.home-umami section.descubrimiento .container {
  text-align: center;
}

.home-umami section.descubrimiento .container > h2 {
  display: block;
  text-align: left;
  font-size: 6rem;
  font-family: "Inter";
  font-weight: 900;
  color: #fff;
  margin: 20px 0 0;
}

.home-umami section.descubrimiento .container > .text {
  display: flex;
  align-items: flex-start;
  padding: 0 0 30px;
}

.home-umami section.descubrimiento .container > .text > div {
  width: 50%;
  text-align: justify;
  color: #a8b2e6;
  position: relative;
}

.home-umami section.descubrimiento .container > .text > div h2 {
  font-size: 9.5rem;
  text-align: left;
  line-height: 8vw;
  color: #fff;
  font-family: "Inter";
  position: relative;
  z-index: 2;
}

.home-umami section.descubrimiento .container > .text > div img.circulo-rosado {
  position: absolute;
  width: 35%;
  right: 3%;
  top: 57%;
  z-index: 1;
}

.home-umami section.descubrimiento .container > .text > div p {
  font-weight: 300;
}

.home-umami section.descubrimiento img.tomato-sketch {
  position: absolute;
  right: 9%;
  bottom: -6%;
  width: 10%;
}

.home-umami section.umami {
  background-color: #851e2e;
  padding: 30px 0;
  text-align: center;
  position: relative;
}

.home-umami section.umami img.algas-texto {
  position: absolute;
  left: 0;
  top: 2%;
  width: 20%;
  max-width: 325px;
}

.home-umami section.umami h2 {
  color: #fff;
  font-family: "Inter";
  font-size: 9vw;
  line-height: 7vw;
}

.home-umami section.umami h2 > span {
  font-size: 5vw;
  font-weight: 900;
  display: block;
}

.home-umami section.umami > div {
  margin: 40px 0;
  color: #fff;
  position: relative;
}

.home-umami section.umami > div img.fundador-flag {
  position: absolute;
  bottom: -98%;
  right: 50%;
  width: 33%;
  margin-right: -45%;
}

.home-umami section.umami > div p {
  font-weight: 300;
  font-size: 18px;
}

.home-umami section.umami > div p a {
  color: #f9c400;
  font-size: 25px;
  font-weight: 300;
  text-decoration: underline;
}

.home-umami section.umami .umami-receta {
  text-align: center;
  width: 50%;
  position: relative;
}

.home-umami section.umami .umami-receta img.umami-img {
  position: absolute;
  top: 9%;
  right: -7%;
  width: 26%;
}

.home-umami section.umami .umami-receta h4 {
  color: #e57e09;
  font-weight: 300;
  font-size: 30px;
}

.home-umami section.umami .umami-receta p {
  font-weight: 200;
}

.home-umami section.umami .umami-receta ul {
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.home-umami section.umami .umami-receta ul li {
  margin: 0 15px;
}

.home-umami section.umami img.glutamateca {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-umami section.umami .conoce-mas {
  margin: 0;
}

.home-umami section.umami .conoce-mas > div {
  background-color: #fff;
  display: inline-block;
  border: 3px solid #3244be;
  padding: 10px 15px;
}

.home-umami section.umami .conoce-mas > div a {
  color: #3244be;
  font-size: 20px;
}

.home-umami section.umami .conoce-mas > div a > span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 12px;
}

/* end UMAMI */
/* Contacto */
.home-contacto {
  background-color: #851e2e;
  position: relative;
  padding: 3vw 0 6vw;
}

.home-contacto h1 {
  color: #ffffff;
  font-size: 15.2vw;
  line-height: 15vw;
  text-align: center;
}

.home-contacto .container {
  color: #fff;
}

.home-contacto .container p {
  font-size: 18px;
  font-weight: 200;
}

.home-contacto .container form {
  margin: 30px 0;
}

.home-contacto .container form .form-group select,
.home-contacto .container form .form-group input,
.home-contacto .container form .form-group textarea {
  font-weight: 300;
  border-radius: 0;
  border: 2px solid #1f2a74;
  color: #1f2a74;
  background-color: #fdf8e2;
}

.home-contacto .container p a {
  color: #fff;
  text-decoration: underline;
}

.home-contacto .container form .actions {
  text-align: center;
}

.home-contacto .container form .actions input.wpcf7-submit {
  background-color: #3244be;
  border: 0;
  border-radius: 0;
  padding: 10px 30px;
}

/* End contacto  */
/* Single Producto */
div#single-producto {
}

div#single-producto section.info-main {
  background-color: #3244be;
  display: flex;
}

div#single-producto section.info-main .imagen {
  width: 60%;
  background-image: url("../img/trama-fondo-plana.png");
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

div#single-producto section.info-main .imagen img.img-fluid {
  rotate: 352deg;
  z-index: 2;
}

div#single-producto section.info-main .imagen img.figura {
  position: absolute;
  z-index: 1;
  bottom: 6%;
  left: 11%;
  width: 40%;
}

div#single-producto section.info-main .content {
  width: 40%;
  color: #fff;
  padding: 5% 40px 5% 20px;
}

div#single-producto section.info-main .content > span {
  font-size: 16px;
  font-weight: 300;
}

div#single-producto section.info-main .content > h1 {
}

div#single-producto section.info-main .content .descrip p {
  font-weight: 200;
}

div#single-producto section.info-main .content .presentacion {
  margin: 20px 0 50px;
  width: 80%;
}

div#single-producto section.info-main .content .presentacion h3 {
  font-size: 20px;
  font-weight: 300;
}

div#single-producto section.info-main .content .presentacion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#single-producto section.info-main .content .presentacion ul li > div {
  width: 50%;
  border: 1px solid #ed9c04;
  font-size: 18px;
  font-weight: 100;
  padding: 6px 0;
}

div#single-producto section.info-main .content .presentacion ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 5px 0;
}

div#single-producto
  section.info-main
  .content
  .presentacion
  ul
  li
  > div:first-child {
  color: #3244be;
  background-color: #ed9c04;
  font-weight: bold;
}

div#single-producto
  section.info-main
  .content
  .presentacion
  ul
  li
  > div:last-child {
  color: #ed9c04;
  font-weight: bold;
}

div#single-producto section.info-main .content .actions {
  width: 100%;
  display: block;
  text-align: left;
}

div#single-producto section.info-main .content .actions a {
  display: inline-block;
  color: #fff;
  border: 3px solid;
  padding: 2px 15px;
  text-align: center;
}

div#single-producto section.info-main .content .actions a:first-child {
  color: #ed9c04;
  cursor: pointer;
}

div#single-producto section.info-main .content .actions a span {
  display: block;
  font-size: 24px;
}

/* Rojo */
div#single-producto.estandar.rojo .info-main {
  background-color: #a7172e;
}

div#single-producto.estandar.rojo
  .info-main
  .content
  .presentacion
  ul
  li
  > div {
  border: 1px solid #851e2e;
}

div#single-producto.estandar.rojo
  .info-main
  .content
  .presentacion
  ul
  li
  > div:first-child {
  color: #fff;
  background-color: #851e2e;
}

div#single-producto.estandar.rojo
  .info-main
  .content
  .presentacion
  ul
  li
  > div:last-child {
  color: #fff;
}

div#single-producto.estandar.rojo .info-main .content .actions a {
  color: #851e2e;
}

.tabla-nutricional {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000ba;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.tabla-nutricional span {
  position: absolute;
  top: 6%;
  right: 6%;
  color: #fff;
  z-index: 5;
  font-size: 24px;
  cursor: pointer;
}

/* Relacionados */
div#single-producto .relacionados {
  background-image: url("../img/trama-fondo-star-new.png");
  background-size: contain;
  background-repeat: repeat;
  padding: 2% 0 6%;
  text-align: right;
}

div#single-producto .relacionados .container .productos {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 40px 0 0;
}

div#single-producto .relacionados .container .productos > div {
  width: 32%;
  margin: 0 1%;
}

div#single-producto .relacionados .container .productos > div a {
  display: block;
  transition: transform 0.5s;
}

div#single-producto .relacionados .container .productos > div a:hover {
  transform: scale(1.2);
}

div#single-producto .relacionados .container .productos > div a img {
  rotate: 352deg;
  z-index: 2;
  transition: transform 0.5s;
}

div#single-producto .relacionados .container .productos > div a:hover img {
  rotate: 0deg;
}

/* End Single Producto */
/* Sub-home Ajinomen */
.home-ajinomen {
  background-color: #fdf8e2;
  padding-bottom: 40px;
}

.home-ajinomen .head {
  background-image: url("../img/trama-fondo-plana.png");
  background-color: #3244be;
  background-size: auto;
  background-repeat: repeat;
  position: relative;
  padding-top: 11vw;
}

.home-ajinomen .head > h1 {
  font-size: 13vw;
  font-family: "Inter";
  text-align: center;
  color: #4556c9;
  line-height: 10.4vw;
}

.home-ajinomen .head img.logo-ajinomen {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 20.4%;
  max-width: 261px;
}

.home-ajinomen .head img.nuestros9sabores {
  position: absolute;
  top: 10%;
  right: 4%;
  width: 11%;
}

.home-ajinomen .productos {
  position: relative;
  margin-top: -10%;
}

.home-ajinomen .productos .swiper.productos-swiper .swiper-wrapper {
  padding: 55px 0;
  /* justify-content: center; */
}

.home-ajinomen .productos .swiper.productos-swiper .swiper-slide {
  display: block;
  transition: transform 0.5s;
}

.home-ajinomen .productos .swiper.productos-swiper .swiper-slide:hover {
  transform: scale(1.6);
  z-index: 4;
}

.home-ajinomen .productos .swiper.productos-swiper .swiper-slide:hover img {
  rotate: 356deg;
}

.home-ajinomen .productos .swiper-button-next:after,
.home-ajinomen .productos .swiper-button-prev:after {
  color: #3244be;
}

.home-ajinomen .container p {
  font-size: 18px;
  font-weight: 300;
  color: #3244be;
}

.home-ajinomen .container p strong {
  color: #a7172e;
  font-weight: 300;
  font-style: italic;
}

.home-ajinomen section.modo-preparacion {
  background-color: #4556c9;
  padding: 4% 0 0;
}

.home-ajinomen section.modo-preparacion .container .titulo {
  text-align: right;
  position: relative;
}

.home-ajinomen section.modo-preparacion .container .titulo h2 {
  font-family: "Inter";
  color: #fdf8e2;
  font-size: 7vw;
  line-height: 7vw;
  z-index: 3;
  position: relative;
}

.home-ajinomen section.modo-preparacion .container .titulo img.circulo {
  position: absolute;
  top: 14%;
  left: 50%;
  margin-left: -21%;
  width: 16%;
  max-width: 160px;
  z-index: 1;
}

.home-ajinomen section.modo-preparacion .container .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px 0 0;
  position: relative;
}

.home-ajinomen section.modo-preparacion .container .content img.separador {
  position: absolute;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  top: 25%;
}

.home-ajinomen section.modo-preparacion .container .content > div {
  width: 48%;
  text-align: center;
}

.home-ajinomen section.modo-preparacion .container .content > div h3 {
  color: #851e2e;
  font-family: "Inter";
  font-size: 30px;
}

.home-ajinomen section.modo-preparacion .container .content > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-ajinomen section.modo-preparacion .container .content > div ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0;
}

.home-ajinomen section.modo-preparacion .container .content > div ul li div p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.home-ajinomen
  section.modo-preparacion
  .container
  .content
  > div
  ul
  li
  div
  small {
  font-size: 12px;
  line-height: 8px;
  font-weight: 200;
  color: #fff;
}

.home-ajinomen section.modo-preparacion .container .content > div ul li div {
  text-align: left;
  padding: 0 15px;
}

.home-ajinomen section.marquesina-recetas marquee {
  background-color: #851e2e;
}

section.otros-productos {
  background-color: #a7172e;
  padding: 3% 0;
  text-align: center;
  position: relative;
}

section.otros-productos > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

section.otros-productos > div > div {
  width: 33%;
  background-color: #fdf8e2;
}

section.otros-productos > div > div a {
  display: block;
  color: #851e2e;
  padding: 30px;
  text-align: center;
}

section.otros-productos > div > div a span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}

section.otros-productos > div > div a:hover span {
  color: #e57e0a;
}

section.otros-productos > h2 {
  font-size: 10vw;
  text-align: center;
  line-height: 9vw;
  color: #931b2e;
}

section.otros-productos > img.ramen-i {
  margin-top: -50px;
}

/* End Sub-home Ajinomen */
/* Sub-home Ajinomoto */
.home-ajinomoto {
  background-color: #fdf8e2;
  padding-bottom: 40px;
}

.home-ajinomoto .head {
  background-image: url("../img/trama-fondo-plana.png");
  background-color: #a7172e;
  background-size: auto;
  background-repeat: repeat;
  position: relative;
  padding-top: 11vw;
}

.home-ajinomoto section.head-main.py-5::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #ba0c1a;
  z-index: 1;
}

.home-ajinomoto section.head-main .container {
  z-index: 3;
}

.home-ajinomoto .head > h1 {
  font-family: "Inter";
  font-size: 11vw;
  text-align: center;
  color: #851e2e;
  line-height: 9.4vw;
}

.home-ajinomoto .head img.logo-ajinomoto {
  position: absolute;
  top: 6%;
  left: 8%;
  width: 10.4%;
  max-width: 129px;
}

.home-ajinomoto .head img.nocontienegluten {
  position: absolute;
  top: 10%;
  right: 4%;
  width: 11%;
}

.home-ajinomoto .productos {
  margin-top: -18vw;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.home-ajinomoto .productos > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.home-ajinomoto .productos > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 20px;
}

.home-ajinomoto .productos > div > div > h3 {
  font-family: "Inter";
  font-size: 42px;
  font-weight: revert;
  color: #a7172e;
  text-shadow: 1px 1px 3px #4d4d4d;
  margin: 0;
  margin-left: -35px;
}

.home-ajinomoto > .container div {
  margin-bottom: 50px;
}

.home-ajinomoto > .container p {
  color: #851e2e;
  font-weight: 300;
  font-size: 18px;
}

.home-ajinomoto section.sabias-que {
  background-color: #4556c9;
  background-image: url("../img/fondo-rayos.png");
  padding: 4% 0 0;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.home-ajinomoto section.sabias-que .titulo h2 {
  font-family: "Inter";
  font-size: 8vw;
  text-align: right;
}

.home-ajinomoto section.sabias-que .titulo p {
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
}

.home-ajinomoto section.sabias-que .titulo p strong {
  color: #ed9c04;
  font-weight: 900;
}

.home-ajinomoto section.sabias-que .ilustracion {
  position: relative;
}

.home-ajinomoto section.sabias-que .ilustracion .canaazucar {
  position: absolute;
  width: 10%;
  bottom: -8%;
  left: 4%;
}

.home-ajinomoto section.sabias-que .ilustracion ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-ajinomoto section.sabias-que .ilustracion ul li {
  margin: 0 10px;
  text-align: center;
  position: relative;
}

.home-ajinomoto section.sabias-que .ilustracion ul li:first-child:before {
  content: "Reemplace";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  font-weight: 300;
}

.home-ajinomoto section.sabias-que .ilustracion ul li img {
  width: 90%;
}

.home-ajinomoto section.sabias-que .ilustracion ul li p {
  color: #ed9c03;
  font-size: 22px;
}

.home-ajinomoto section.sabias-que .last-info {
  margin-top: 1.5%;
  background-image: url("../img/fondo-trv.png");
  background-position: 37%;
  background-size: cover;
  display: flex;
  padding: 20px 0;
}

.home-ajinomoto section.sabias-que .last-info > div:first-child {
  width: 26%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #3244be;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.home-ajinomoto section.sabias-que .last-info > div:nth-child(2) {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-ajinomoto section.sabias-que .last-info > div:last-child {
  width: 64%;
}

.home-ajinomoto section.sabias-que .last-info > div:last-child > ul {
  display: flex;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.home-ajinomoto section.sabias-que .last-info > div:last-child > ul li span {
  margin-bottom: 16px;
  display: block;
  font-weight: 300;
}

.home-ajinomoto section.sabias-que .last-info > div:last-child > ul li {
  margin: 0 15px;
}

.home-ajinomoto section.marquesina-recetas marquee {
  background-color: #851e2e;
}

.home-ajinomoto .umami {
  background-color: #ba0c1a;
  color: #fff;
}

.home-ajinomoto .umami div h2 {
  font-size: 5.5rem;
}

.home-ajinomoto .umami .conoce-mas {
  border: 2px solid;
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
}

.home-ajinomoto .head-main .conoce-mas {
  border: 2px solid;
  display: inline-block;
  padding: 10px 10px;
  color: #ffffff;
}

.home-ajinomoto .umami .conoce-mas a {
  color: #fff;
}
.home-ajinomoto .head-main .conoce-mas span {
  color: #ffffff;
}

section.lenguas div img {
  width: 60%;
  margin-top: -6%;
  margin-bottom: 40px;
}

/* End Sub-home Ajinomoto */
/* Sub-home Hondashi */
.home-hondashi {
  background-color: #fdf8e2;
  padding-bottom: 40px;
}

.home-hondashi .head {
  background-image: url("../img/trama-fondo-plana.png");
  background-color: #e57e09;
  background-size: auto;
  background-repeat: repeat;
  position: relative;
  padding-top: 11vw;
}

.home-hondashi .head > h1 {
  font-family: "Inter";
  font-size: 16.4vw;
  text-align: center;
  color: #ed9c04;
  line-height: 12vw;
}

.home-hondashi .head img.nuevo {
  position: absolute;
  top: 6%;
  left: 8%;
  width: 10.4%;
  max-width: 129px;
}

.home-hondashi .productos {
  margin-top: -18vw;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.home-hondashi .productos > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.home-hondashi .productos > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 20px;
}

.home-hondashi .productos > div > div > h3 {
  font-family: "Inter";
  font-size: 42px;
  font-weight: revert;
  color: #e57e09;
  text-shadow: 1px 1px 3px #4d4d4d;
  margin: 0;
  margin-left: 0px;
}

.home-hondashi > .container div {
  margin-bottom: 50px;
}

.home-hondashi > .container p {
  color: #484848;
  font-weight: 300;
  font-size: 18px;
}

/* End Sub-home Hondashi */
/* Sub-home Sazón */
.home-sazon {
  background-color: #fdf8e2;
  padding-bottom: 40px;
}

.home-sazon .head {
  background-image: url("../img/trama-fondo-plana.png");
  background-color: #851e2e;
  background-size: auto;
  background-repeat: repeat;
  position: relative;
  padding-top: 8vw;
}

.home-sazon .head > h1 {
  font-family: "Inter";
  font-size: 23.4vw;
  text-align: center;
  color: #a7172e;
  line-height: 17.1vw;
}

.home-sazon .head img.logo-sazon {
  position: absolute;
  top: 6%;
  left: 8%;
  width: 15.4%;
  max-width: 190px;
}

.home-sazon .head img.nuevo-amarillo {
  position: absolute;
  top: 9%;
  right: 9%;
  width: 9%;
}

.home-sazon .productos {
  position: relative;
  margin-top: -10%;
}

.home-sazon .productos .swiper.productos-swiper .swiper-wrapper {
  padding: 55px 0;
  justify-content: center;
}

.home-sazon .productos .swiper.productos-swiper .swiper-slide {
  display: block;
  transition: transform 0.5s;
}

.home-sazon .productos .swiper.productos-swiper .swiper-slide:hover {
  transform: scale(1.6);
  z-index: 4;
}

.home-sazon .productos .swiper.productos-swiper .swiper-slide:hover img {
  rotate: 356deg;
}

.home-sazon .productos .swiper-button-next:after,
.home-sazon .productos .swiper-button-prev:after {
  color: #3244be;
}

.home-sazon > .container div {
  margin-bottom: 50px;
}

.home-sazon > .container p {
  color: #851e2e;
  font-weight: 300;
  font-size: 18px;
}

/* End Sub-home Sazón */
/* Videos */
.home-videos .video-main {
  height: 45vw;
}

.home-videos .video-main iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-videos .content {
  background-image: url(../img/trama-fondo-star-blue-new.png);
  background-color: #4556c9;
  background-size: contain;
  background-repeat: repeat;
}

.home-videos .content .container {
  padding: 5vw 0 2vw;
  color: #fff;
}

.home-videos .content .container p {
  font-size: 30px;
  font-weight: 300;
}

.home-videos .content .galeria-videos {
  padding: 15px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.home-videos .content .galeria-videos .item {
  width: 49%;
  height: 340px;
  margin: 5px 0;
}

.home-videos .content .galeria-videos .item iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* End videos */
/* Footer  */
section.newsletter {
  background-color: #fdf8e2;
  padding: 5vw 0;
}

section.newsletter .content {
  display: flex;
  align-items: center;
}

section.newsletter .content > div {
  width: 50%;
  position: relative;
}

section.newsletter .content > div > h2 {
  font-size: clamp(2vw, 7vw, 100px);
  line-height: 1;
  margin: 0;
  font-family: "Inter";
  color: #3244be;
  position: relative;
  z-index: 2;
}

section.newsletter .content > div .redes {
  z-index: 2;
}

section.newsletter .content > div .redes a {
  color: #a7172e;
}

section.newsletter .content > div img.obj-circuloAma {
  width: 10vw;
  top: 23%;
  z-index: 1;
  left: 50%;
}

section.newsletter .content > div .wpcf7 {
  padding: 0 20px;
}

section.newsletter .content > div .wpcf7 form > p {
  font-weight: 600;
  color: #3244be;
}

section.newsletter .content > div .wpcf7 form > p > span {
  font-weight: 100;
  font-size: 16px;
}

section.newsletter .content > div .wpcf7 form .form-group {
  margin-bottom: 0 !important;
}

section.newsletter .content > div .wpcf7 form .form-group input.form-control {
  border: 1px solid #3244be;
  border-radius: 0;
}

section.newsletter
  .content
  > div
  .wpcf7
  form
  span.wpcf7-form-control.wpcf7-acceptance {
  font-weight: 100;
}

section.newsletter .content > div .wpcf7 form .actions input {
  background-color: #3244be;
  border: 0;
  border-radius: 0;
}

footer.site-footer {
  background-color: #a7172e;
  color: #fff;
}

footer.site-footer .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

footer.site-footer .footer-left .redes ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.site-footer .footer-left .redes ul > li {
  margin-right: 10px;
}

footer.site-footer .footer-left .redes p {
  font-size: 18px;
  font-weight: 300;
}

footer.site-footer .footer-right .menu-footer ul > li {
  width: 33.33%;
  margin-bottom: 15px;
}

footer.site-footer .footer-right .menu-footer ul.navbar-nav {
  flex-wrap: wrap;
  flex-direction: row;
}

footer.site-footer .footer-right .menu-footer ul.navbar-nav > li a.nav-link {
  font-weight: 200;
  color: #fff;
}

footer.site-footer
  .footer-right
  .menu-footer
  ul.navbar-nav
  > li.menu-item-has-children.dropdown {
}

footer.site-footer
  .footer-right
  .menu-footer
  ul.navbar-nav
  > li.menu-item-has-children.dropdown
  ul.dropdown-menu {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

footer.site-footer
  .footer-right
  .menu-footer
  ul.navbar-nav
  > li.menu-item-has-children.dropdown
  ul.dropdown-menu
  li {
  width: 100%;
  margin: 0;
}

footer.site-footer
  .footer-right
  .menu-footer
  ul.navbar-nav
  > li.menu-item-has-children.dropdown
  ul.dropdown-menu
  li
  > a {
  font-size: 13px;
  padding: 0 0px 0 15px;
  font-weight: 100;
  color: #fff;
}

footer.site-footer
  .footer-right
  .menu-footer
  ul.navbar-nav
  > li.menu-item-has-children.dropdown
  ul.dropdown-menu
  li
  > a:hover {
  background-color: transparent;
  color: #f9c80d;
}

footer.site-footer
  .footer-right
  .menu-footer
  ul.navbar-nav
  > li
  a.nav-link:hover {
  color: #f9c80d;
}

footer.site-footer .footer-right .menu-footer ul > li:last-child {
  width: 100%;
}

footer.site-footer .legal p {
  margin: 0;
  font-size: 14px;
  font-weight: 200;
}

footer.site-footer .legal p > a {
  color: #fff;
  text-decoration: underline;
}

footer.site-footer .newsletter-footer form {
  font-weight: 200;
}

footer.site-footer .newsletter-footer form .wpcf7-form-control {
  border-radius: 0;
  background: none;
}

footer.site-footer .newsletter-footer form .wpcf7-form-control::placeholder,
footer.site-footer .newsletter-footer form a {
  color: #fff;
}

footer.site-footer .newsletter-footer form .actions .wpcf7-submit {
  background: #fff;
  border: none;
  color: #a7172e;
}

/* End footer */
/* Menu Desplegable */
section.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}

section.menu-overlay > div {
  background-color: #a7172e;
  width: 33%;
  height: 100%;
  left: 0;
  left: -33%;
  padding: 2%;
  color: #fff;
  position: relative;
  z-index: 10;
  transition: 0.8s;
}

section.menu-overlay > div h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}

section.menu-overlay > div > span.cerrar {
  position: absolute;
  right: 5%;
  cursor: pointer;
  color: #f8a903;
  font-size: 30px;
  top: 2%;
}

section.menu-overlay > div ul {
  padding-top: 10%;
  margin: 0;
  list-style: none;
}

section.menu-overlay > div ul li {
  margin: 5px 0;
}

section.menu-overlay > div ul li > a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
}

section.menu-overlay > div ul li > a:hover {
  color: #e57e09;
  text-decoration: none;
}

section.menu-overlay > div.sub-main {
  background-color: #851e2e;
  position: absolute;
  width: 33%;
  height: 100%;
  left: 33%;
  left: -33%;
  top: 0;
  padding: 2%;
  color: #fff;
  z-index: 8;
  transition: 0.8s;
}

section.menu-overlay > div.third-main {
  background-color: #6b1925;
  position: absolute;
  width: 33%;
  height: 100%;
  left: 66%;
  left: -66%;
  top: 0;
  padding: 2%;
  color: #fff;
  z-index: 7;
  transition: 0.8s;
}

section.menu-overlay > div.sub-main ul {
  list-style: none;
  /* padding-top: 20px; */
  padding-left: 0;
  padding-bottom: 20px;
}

section.menu-overlay > div.sub-main ul li {
  margin: 10px 0;
}

section.menu-overlay > div.sub-main.aji-no-men a {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

section.menu-overlay > div.sub-main.aji-no-men a.small {
  font-size: 20px;
}

section.menu-overlay > div.sub-main:not(.aji-no-men) > a,
section.menu-overlay > div.third-main ul li > a {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

section.menu-overlay > div.sub-main h4 {
  font-size: 20px;
}

section.menu-overlay > div.sub-main span.cerrar {
  position: absolute;
  right: 5%;
  cursor: pointer;
  color: #f8a903;
  font-size: 30px;
  top: 2%;
}

section.menu-overlay > div.sub-main > a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  display: inline-block;
  padding: 2px 20px;
  background-color: #e57e09;
}

section.menu-overlay > div.sub-main ul li > a:hover,
section.menu-overlay > div.third-main ul li > a:hover,
section.menu-overlay > div.third-main ul li.active > a {
  color: #e57e09;
}

.btn-scrollbajo {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 10;
}

/* Scroll */
#scroll-down {
  display: inline-block;
  /* position: relative; */
  padding-top: 79px;
  text-align: center;
  /* border: 3px solid #3345bf; */
  padding-left: 13px;
  padding-right: 9px;
  padding-bottom: 22px;
  /* background-color: #fcf8e2; */
}

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: auto;
}

.arrow-down:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #b91a2f;
  border-right: 2px solid #b91a2f;
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#scroll-title {
  display: block;
  text-transform: uppercase;
  color: #3345bf;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  rotate: 270deg;
  position: absolute;
  top: 40px;
  left: -21px;
}

#scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */

  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */

  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */

  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */

  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: 0px;
  width: 2px;
  height: 75px;
  background: #b91a2f;
  content: " ";
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@media (max-width: 768px) {
  .single-receta section.cont-t2 .container .cont-process {
    border-right: none;
    border-bottom: 2px solid #851e2e;
  }

  .single-receta .banner-main .content {
    width: 100%;
  }

  .single-receta section.detalles .container > div > div.preparacion::after {
    content: none;
  }
}

@media (max-width: 720px) {
  /* Header */
  header.site-header.navbar-light .navbar {
    justify-content: center;
  }

  header.site-header.navbar-light .navbar .navbar-brand a img {
    width: 90px;
  }

  header.site-header.navbar-light .navbar button.navbar-toggler {
    position: absolute;
    right: 0px;
    top: 16px;
  }

  header.site-header.navbar-light .navbar-nav li.logo {
    display: none;
  }

  header.site-header.navbar-light .navbar-nav li.que-umami {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .home section.first-scroll {
    height: auto;
    padding-top: 150px;
    padding-bottom: 130px;
  }

  img.obj-logoAji {
    top: 6%;
    left: 9%;
    max-width: 100%;
    z-index: 2;
    width: 48%;
  }

  .obj-main img.img-fluid {
    width: 80%;
  }

  .obj-main span a {
    padding: 10px 30px;
    line-height: 17px;
    font-size: 14px;
  }

  img.obj-3Min {
    width: 21%;
    bottom: 9%;
    left: 4%;
  }

  img.obj-galleta {
    position: absolute;
    bottom: 12%;
    right: 6%;
    width: 12%;
  }

  img.obj-spoon {
    display: none;
  }

  .home section.first-scroll h2 {
    top: 18%;
  }

  section.pollo-oriental img.abs.estrella {
    max-width: 157px;
    width: 19%;
    top: 2%;
    right: 11%;
    z-index: 2;
  }

  section.pollo-oriental .actions,
  section.gallina .actions,
  section.carne .actions {
    margin-bottom: 40px;
  }

  section.gallina img.abs.estrella {
    max-width: 157px;
    width: 27%;
    top: 0%;
    right: 15%;
    z-index: 2;
  }

  section.carne img.abs.estrella {
    max-width: 157px;
    width: 29%;
    top: 1%;
    right: 3%;
  }

  section.receta {
    padding: 2vw 15px;
  }

  section.fundador .container .head {
    display: block;
  }

  section.fundador .container .head div h1 {
    font-size: 4rem;
  }

  section.fundador .container .head div h1 span {
    display: block;
    font-size: 3rem;
  }

  section.fundador .container .head div h2 {
    font-size: 1.8rem;
    font-weight: 300;
  }

  section.fundador .container .head > div:last-child::after {
    content: none;
    position: absolute;
    left: -15%;
    z-index: 1;
    top: -11px;
  }

  section.fundador .container .text {
    padding: 15px 0 0;
  }

  section.fundador .container .text p {
    font-weight: 300;
  }

  section.fundador .container .text p em {
    color: #a7172e;
  }

  section.mision {
    background-color: #e57e0a;
  }

  section.mision img {
  }

  section.mision > div:first-child {
    width: 100%;
    padding: 30px 30px;
    text-align: center;
    min-height: 360px;
  }

  section.mision > div:first-child > h2 {
    font-size: 14vw;
    color: #851e2e;
    font-family: "Inter";
    position: relative;
    z-index: 3;
  }

  section.mision > div:first-child p {
    font-size: 18px;
    font-weight: 300;
    padding: 20px 15px 0;
  }

  section.mision > div:first-child > h2 > span {
    position: relative;
    z-index: 3;
  }

  section.mision > div:first-child > h2:before {
    content: "";
    width: 16vw;
    height: 16vw;
    position: absolute;
    border-radius: 50%;
    background-color: #ed9c04;
    left: 50%;
    margin-left: -6%;
    top: 4px;
    z-index: 0;
  }

  section.ajinomoto {
    padding: 6% 0 0;
  }

  section.ajinomoto > .container {
    text-align: center;
  }

  section.ajinomoto > .container h2 {
    font-size: 36px;
    font-family: "Inter";
    color: #851e2e;
  }

  section.ajinomoto > .container h2 > span {
    font-size: 43px;
  }

  section.ajinomoto > .container > div {
    width: 85%;
    margin: 40px auto 3%;
  }

  section.ajinomoto > .container > div ul {
    font-size: 18px;
    font-weight: 300;
    color: #851e2e;
    text-align: left;
    margin-bottom: 40px;
    padding: 0;
  }

  section.ajinomoto > .container > div ul > li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  section.ajinomoto > .container > div ul > li::before {
    content: url(../img/estrella-vinera-roja.png);
    margin: 0px 8px;
    padding-top: 11px;
  }

  section.ajinomoto > h3 {
    font-family: "Inter";
    font-size: 14vw;
    line-height: 10vw;
    display: block;
    text-align: center;
    margin: 0;
  }

  section.colombia {
    background-color: #a7172f;
    box-sizing: border-box;
    position: relative;
  }

  section.colombia > h3 {
    text-align: center;
    font-size: 13vw;
    line-height: 12vw;
    color: #fff;
    position: relative;
    z-index: 3;
  }

  section.colombia img.flor-loto {
    top: 2%;
    left: 50%;
    margin-left: -65px;
    z-index: 1;
  }

  section.colombia > .container {
    padding: 60px 50px 30px;
    color: #fff;
    text-align: center;
  }

  section.colombia > .container p {
    font-size: 18px;
    font-weight: 200;
  }

  .home-ajinomen section.modo-preparacion .container .content {
    display: block;
  }

  .home-ajinomen section.modo-preparacion .container .content > div {
    width: 100%;
  }

  .home-ajinomen section.modo-preparacion .container .content > div ul li img {
    width: 120px;
  }

  .home-ajinomen section.modo-preparacion .container .content img.separador {
    display: none;
  }

  section.otros-productos > div {
    display: block;
  }

  section.otros-productos > div > div {
    width: 100%;
  }

  .home-ajinomoto .productos > div > div > h3 {
    font-size: 26px;
  }

  .home-ajinomoto section.sabias-que .ilustracion ul {
    display: block;
  }

  .home-ajinomoto section.sabias-que .ilustracion ul li img {
    width: 57%;
    margin: 0 auto;
  }

  .home-ajinomoto section.sabias-que .last-info {
    display: flex;
    background-color: #fff;
    background-image: none;
    flex-wrap: wrap;
  }

  .home-ajinomoto section.sabias-que .last-info > div:first-child {
    width: 50%;
  }

  .home-ajinomoto section.sabias-que .last-info > div:nth-child(2) {
    width: 50%;
  }

  .home-ajinomoto section.sabias-que .last-info > div:nth-child(2) img {
    rotate: 90deg;
  }

  .home-ajinomoto section.sabias-que .last-info > div:last-child {
    width: 100%;
  }

  .home-ajinomoto section.sabias-que .last-info > div:last-child > ul {
    display: block;
  }

  .home-ajinomoto section.sabias-que .last-info > div:last-child > ul li {
    margin-bottom: 30px;
  }

  .home-ajinomoto section.sabias-que .last-info > div:last-child > ul li img {
    max-width: 100%;
  }

  .home-ajinomoto section.sabias-que .last-info > div:last-child > ul li span {
    color: #4556c9;
    font-size: 22px;
  }

  .home-videos .video-main {
    height: 56vw;
  }

  .home-videos .content .container p {
    font-size: 18px;
  }

  .home-videos .content .container img.wp-image-129 {
    width: 200px;
    height: auto;
  }

  .home-videos .content .galeria-videos .item {
    width: 100%;
    height: 247px;
  }

  .home-recetas .recetas .content .box-receta {
    width: 100%;
    margin: 0 0.1% 3%;
  }

  .single-receta .banner-main .content h1 {
    font-size: 26px;
  }

  .single-receta .banner-main .content .video {
    display: none;
  }

  .single-receta section.detalles .container > div > div {
    width: 100%;
  }

  .single-receta section.detalles .container > div > div.preparacion::after {
    content: none;
  }

  .home-umami section.que-es {
    background-color: #fdf8e2;
    padding: 30px 0;
  }

  .home-umami section.que-es .container h1 {
    font-family: "Inter";
    font-size: 15vw;
    line-height: 11vw;
    color: #3244be;
    position: relative;
    z-index: 2;
  }

  .home-umami section.que-es .container {
    text-align: center;
    position: relative;
  }

  .home-umami section.que-es .container h1 > span {
    display: block;
    font-size: 11vw;
  }

  .home-umami section.que-es .container h3 {
    color: #a7172e;
    font-weight: 300;
    margin: 20px 0;
    position: relative;
    z-index: 2;
    font-size: 22px;
  }

  .home-umami section.que-es .container img {
    margin: 20px 0;
  }

  .home-umami section.que-es .container p {
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
  }

  .home-umami section.que-es .container img.esparragos {
    position: absolute;
    top: 29%;
    left: 3%;
    z-index: 1;
    width: 20%;
  }

  .home-umami section.que-es .container img.champis {
    position: absolute;
    top: -1%;
    right: 1%;
    width: 18%;
    z-index: 3;
  }

  .home-umami section.que-es .container img.queso {
    position: absolute;
    right: 7%;
    top: 30%;
    width: 19%;
  }

  .home-umami section.que-es .container img.tomates {
    position: absolute;
    bottom: 38%;
    right: 3%;
    width: 22%;
  }

  .home-umami section.descubrimiento {
    background-color: #3244be;
    padding: 30px 0 60px;
    position: relative;
    z-index: 2;
  }

  .home-umami section.descubrimiento .container > h2 {
    font-size: 8vw;
  }

  .home-umami section.descubrimiento .container > .text > div h2 {
    font-size: 13.5vw;
    text-align: left;
    line-height: 15vw;
  }

  .home-umami section.descubrimiento img.arveja {
    position: absolute;
    top: -2%;
    left: 7%;
    width: 35%;
  }

  .home-umami
    section.descubrimiento
    .container
    > .text
    > div
    img.circulo-rosado {
    display: none;
  }

  .home-umami section.umami {
    background-color: #851e2e;
    padding: 30px 0;
    text-align: center;
    position: relative;
  }

  .home-umami section.umami img.algas-texto {
    position: absolute;
    left: 0;
    top: 2%;
    width: 20%;
    max-width: 325px;
  }

  .home-umami section.umami h2 {
    color: #fff;
    font-family: "Inter";
    font-size: 9vw;
    line-height: 7vw;
  }

  .home-umami section.umami h2 > span {
    font-size: 5vw;
    font-weight: 900;
    display: block;
  }

  .home-umami section.umami > div {
    margin: 40px 0;
    color: #fff;
    position: relative;
  }

  .home-umami section.umami > div img.fundador-flag {
    position: relative;
    bottom: 0;
    right: 0;
    width: 56%;
    margin-right: 0;
    margin: 0 auto;
  }

  .home-umami section.umami > div p {
    font-weight: 300;
    font-size: 18px;
  }

  .home-umami section.umami > div p a {
    color: #f9c400;
    font-size: 25px;
    font-weight: 300;
    text-decoration: underline;
  }

  .home-umami section.umami .umami-receta {
    text-align: center;
    width: 100%;
    position: relative;
  }

  .home-umami section.umami .umami-receta img.umami-img {
    position: relative;
    top: 9%;
    right: -7%;
    width: 26%;
  }

  .home-umami section.umami .umami-receta h4 {
    color: #e57e09;
    font-weight: 300;
    font-size: 30px;
  }

  .home-umami section.umami .umami-receta p {
    font-weight: 200;
  }

  .home-umami section.umami .umami-receta ul {
    padding: 15px 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .home-umami section.umami .umami-receta ul li {
    margin: 0 5px;
  }

  .home-umami section.umami .umami-receta ul li img {
    width: 70px;
  }

  .home-umami section.umami img.glutamateca {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .home-umami section.umami .conoce-mas {
    margin: 0;
  }

  .home-umami section.umami .conoce-mas > div {
    background-color: #fff;
    display: inline-block;
    border: 3px solid #3244be;
    padding: 10px 15px;
  }

  .home-umami section.umami .conoce-mas > div a {
    color: #3244be;
    font-size: 20px;
  }

  .home-umami section.umami .conoce-mas > div a > span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 12px;
  }

  .home-umami section.descubrimiento .container > .text {
    display: block;
    align-items: flex-start;
    padding: 0 0 30px;
  }

  .home-umami section.descubrimiento .container > .text > div {
    width: 100%;
    text-align: justify;
    color: #a8b2e6;
    position: relative;
  }

  div#single-producto section.info-main {
    display: block;
  }

  div#single-producto section.info-main .imagen {
    width: 100%;
    padding: 30px 40px;
  }

  div#single-producto section.info-main .content {
    width: 100%;
  }

  div#single-producto section.info-main .content .presentacion {
    width: 100%;
  }

  div#single-producto section.info-main .content .presentacion ul li > div {
    font-size: 15px;
  }

  div#single-producto .relacionados .container > img {
    width: 100px;
  }

  div#single-producto .relacionados .container .productos {
    margin: 10px 0 0;
  }

  /* Newsletter */
  section.newsletter .content {
    display: block;
  }

  section.newsletter .content > div {
    width: 100%;
  }

  section.newsletter .content > div > h2 {
    font-size: 12vw;
    line-height: 1;
    padding: 0 15px;
  }

  footer.site-footer .footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .redes {
    text-align: center;
    margin-top: 20px;
  }

  footer.site-footer .footer-right .menu-footer ul > li {
    width: 50%;
  }

  section.menu-overlay > div {
    width: 100%;
    left: -100%;
  }

  section.menu-overlay > div.sub-main {
    width: 100%;
    left: -100%;
    z-index: 20;
  }

  section.menu-overlay > div.third-main {
    width: 100%;
    left: -100%;
    z-index: 30;
  }

  .swiper.scroll-hori {
    height: 850px;
  }

  .swiper.scroll-hori .swiper-slide section {
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
  }

  section.pollo-oriental img.abs.paquete1 {
    width: 56vw;
    max-width: 460px;
    top: 10%;
    left: 25%;
    transform: rotate(12deg);
    z-index: 1;
  }

  section.pollo-oriental img.abs.paquete2 {
    width: 56vw;
    /* max-width: 460px; */
    top: 30%;
    left: 25%;
    transform: rotate(347deg);
    z-index: 2;
  }

  section.pollo-oriental img.abs.paquete3 {
    width: 56vw;
    /* max-width: 460px; */
    right: 24%;
    top: 51%;
    transform: rotate(12deg);
    z-index: 1;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #fff;
  }

  section.pollo-oriental h2.first {
    line-height: 10vw;
  }

  section.pollo-oriental h2.second {
    line-height: 30vw;
  }

  section.gallina img.abs.paquete1 {
    width: 56%;
    max-width: 460px;
    top: 9%;
    left: 26%;
    transform: rotate(0deg);
    z-index: 1;
  }

  section.gallina img.abs.paquete2 {
    width: 56%;
    max-width: 460px;
    top: 29%;
    left: 28%;
    transform: rotate(347deg);
    z-index: 2;
  }

  section.gallina img.abs.paquete3 {
    width: 56%;
    max-width: 460px;
    right: 16%;
    top: 50%;
    transform: rotate(331deg);
    z-index: 3;
  }

  section.gallina h2.first {
    line-height: 10vw;
  }

  section.gallina h2.second {
    line-height: 30vw;
  }

  section.carne img.abs.paquete1 {
    width: 56%;
    max-width: 460px;
    top: 10%;
    left: 22%;
    transform: rotate(339deg);
    z-index: 1;
  }

  section.carne img.abs.paquete2 {
    width: 56%;
    max-width: 460px;
    top: 31%;
    left: 24%;
    transform: rotate(0deg);
    z-index: 2;
  }

  section.carne img.abs.paquete3 {
    width: 56%;
    max-width: 460px;
    right: 18%;
    top: 51%;
    transform: rotate(343deg);
    z-index: 3;
  }

  section.carne h2.first {
    line-height: 10vw;
  }

  section.carne h2.second {
    line-height: 30vw;
  }

  .home-ajinomoto section.head-main.py-5::after {
    height: 75%;
  }

  .home-ajinomoto .umami div h2 {
    font-size: 2.5rem;
  }

  section.lenguas div img {
    width: 100%;
  }
}

/* //// new home */

.home .sticky-container .ajinomen {
  background-image: url(../img/home/bg-ajinomen.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  align-items: flex-start;
  padding: 8rem 0 5rem;
}

.home .sticky-container .ajinomen .item {
  transform: rotate(12deg);
  position: relative;
  height: calc(95vh - 13rem);
}

.home .sticky-container .ajinomen .item a img {
  margin-bottom: 1rem;
  height: 30%;
}

.home .sticky-container .ajinomen .float-1 {
  left: 0;
  top: 0;
  translate: -50% 10%;
  width: 20vh;
  position: absolute;
}

.home .sticky-container .ajinomen .float-2 {
  position: absolute;
  right: 0;
  top: 0;
  translate: 50% -50%;
  width: 20vh;
  position: absolute;
}

.home .sticky-container .ajinomen .float-3 {
  left: 0;
  bottom: 0;
  translate: -90% -40%;
  width: 20vh;
  z-index: 2;
  position: absolute;
}

.home .sticky-container .ajinomen .float-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 10% -70%;
  width: 20vh;
  position: absolute;
}

.home .ajinomoto {
  background-image: url(../img/home/fr-bg-ajinomoto.jpg),
    url(../img/home/bg-ajinomoto.jpg);
  background-position: bottom, center;
  background-size: 100% 30%, cover;
  background-repeat: no-repeat;
  position: relative;
  align-items: flex-start;
  padding: 4rem 0 3rem;
}

.home .ajinomoto h2 {
  color: var(--main-color);
  font-size: clamp(1rem, 4vw, 3rem);
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.home .ajinomoto h2 span {
  font-size: clamp(2rem, 4vw, 4.5rem);
  text-wrap: nowrap;
}

.home .sticky-container .ajinomoto .cont-paquete {
  height: calc(92vh - 8rem);
}

.home .sticky-container .ajinomoto .paquete {
  filter: drop-shadow(25px 31px 20px #0f0f0f40);
  margin: 0 auto;
  display: block;
  max-height: 100%;
  max-width: 85%;
  margin-right: 0;
}

.home .sticky-container .ajinomoto .float-1 {
  left: 0;
  top: 50%;
  translate: -50% -90%;
  width: 9vh;
  position: absolute;
}

.home .sticky-container .ajinomoto .title {
  position: relative;
  z-index: 2;
}

.home .sticky-container .ajinomoto h4 {
  text-wrap: nowrap;
  z-index: 2;
  text-shadow: 1px 1px #ddd8d2;
}

.home .sticky-container .ajinomoto h4 span {
  font-size: 2.5rem;
}

.recetas-block {
  padding: 4rem 0;
}

.recetas-block h2 {
  color: #f7b701;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 0.8;
  gap: 1.5vw;
  font-weight: 800;
}

.recetas-block h2 .big {
  color: #fff;
  line-height: 0.79;
  position: relative;
  font-size: clamp(4rem, 12vw, 12rem);
  z-index: 2;
}

.recetas-block h2 span {
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.5;
}

.recetas-block h2 .big img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 50%;
  translate: -20% 20%;
}

.recetas-block.videos h2 .medium{
    line-height: 0.95;
    font-size: clamp(3rem, 7vw, 7rem);
    z-index: 2;
    position: relative;
}

.recetas-block.videos .abs {
position: absolute;
    top: 0;
    left: 0;
    translate: 0 -50%;
}



.recetas-block .btn {
  color: #fff;
  transition: 0.25s;
}

.recetas-block .btn:hover {
  color: var(--main-color);
  background: #fff;
  transition: 0.25s;
}

.recetas-block .video::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
      background-color: #000000b3;
      transition: .5s;

}

.recetas-block .video:hover::after{
       background-color: #00000000;
      transition: .5s;
}

.recetas-block .video .play{
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
    transition: 0.25s;

}
.recetas-block .video:hover .play {
  transform: scale(1.2);
  transition: 0.25s;
}

.home-ajinomen-cup .banner .franja {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
}
.home-ajinomen-cup .banner .franja img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-ajinomen-cup .products {
  margin: 40px 0;
}

.home-ajinomen-cup .products .product:nth-of-type(1) {
  transform: rotate(-15deg);
  translate: 10%;
  z-index: 2;
  transition: 0.25s;
}

.home-ajinomen-cup .products .product:nth-of-type(2) {
  transform: rotate(10deg) scale(0.95);

  translate: -10%;
  z-index: 1;
  transition: 0.25s;
}
.home-ajinomen-cup .products .product:hover {
  transform: rotate(0) scale(1.15);
  z-index: 3;
  transition: 0.25s;
}

.home-ajinomen-cup .products .nuevo {
  position: absolute;
  z-index: 4;
  width: 15%;
  left: 50%;
  translate: -50%;
}
.home-ajinomen-cup .modos {
  background-image: url(../img/cup/bg-preparacion.jpg);
  background-position: bottom;
  background-size: 100% 85%;
  background-repeat: no-repeat;
}

.home-ajinomen-cup .modos h2 {
  color: var(--fourth-color);
  font-size: clamp(48px, 7vw, 72px);
  line-height: 1;
  z-index: 3;
  position: relative;
}
.home-ajinomen-cup .informacion h3 {
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1;
  z-index: 3;
  position: relative;
}

.home-ajinomen-cup .informacion h5 {
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1;
  z-index: 3;
  position: relative;
}
.home-ajinomen-cup .informacion .icon {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  .home .ajinomoto {
    padding: 2vw 20px;
    align-items: flex-start !important;
  }

  .home .ajinomoto .logo {
    max-width: 180px;
  }

  .recetas-block h2 {
    gap: 0.5rem;
  }

  .home .banner-product {
    background-image: url(/wp-content/uploads/2025/08/fondo-mobile.jpg);
  }

}
