/* Typography */
/* Paleta */
:root {
  --swiper-theme-color: #bc9b6a;
}
[x-cloak] {
  display: none !important;
}
/* Generales */
.c1 {
  color: #b5121b;
}
.c2 {
  color: #bc9b6a;
}
.c3 {
  color: #deceb9;
}
.bg-c1 {
  background-color: #b5121b;
  color: #FFF;
}
.bg-c2 {
  background-color: #bc9b6a;
  color: #FFF;
}
.bg-c3 {
  background-color: #deceb9;
  color: #FFF;
}
.vh {
  visibility: hidden;
}
.fs50 {
  font-size: 50px;
  margin-bottom: 35px;
}
body {
  font: 17px/26px 'Lato', sans-serif;
  letter-spacing: 0.3px;
  color: #474747;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  /*  a {text-decoration: none;
      color: inherit;
      font-weight: inherit;
      &:hover{
         text-decoration: none;
      }
      &:active{
         text-decoration: none;
      }
  } */
}
a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
a:hover {
  text-decoration: none;
  color: #b5121b;
}
a:active {
  text-decoration: none;
}
/* Generales */
.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.specialfont {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
}
.cursive,
.cursiva {
  font-family: 'Herr Von Muellerhoff', cursive;
  font-weight: normal;
}
.btn {
  border-width: 2px;
}
.ttu {
  text-transform: uppercase;
}
.lead {
  font-size: 1.4rem;
  line-height: 1.25em;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}
.bordes {
  border-radius: 30px;
  box-shadow: 0 11px 38px -15px rgba(0, 0, 0, 0.5);
}
.boton {
  border-radius: 100px;
  border: 2px solid #bc9b6a;
  background-color: #bc9b6a;
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.3s;
}
.boton:hover {
  color: #FFF;
}
.boton.outline {
  background-color: transparent;
  color: #a67e5d;
}
.boton.outline.white {
  color: #FFF;
  border-color: #FFF;
}
.boton.outline.white:hover {
  color: #FFF;
}
.boton.outline:hover {
  color: inherit;
}
.boton:not(:first-child) {
  margin-left: 10px;
}
.boton:hover {
  transform: scale(1.05);
}
/* HEADER */
#site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-header .row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo a img {
  max-width: 250px;
}
.menu-principal {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin-left: 0;
}
.menu-principal li a {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  letter-spacing: 2px;
  font-weight: 400;
  color: #FFF;
  transition: all 0.3s;
}
.menu-principal li:hover a {
  color: #deceb9;
}
.menu-principal li.active {
  position: relative;
}
.menu-principal li.active::after {
  content: url(images/line-menu.png);
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.menu-secundario {
  padding-bottom: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 27px;
}
.menu-secundario .wrap {
  border-bottom: 1px solid #a67e5dc9;
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.menu-secundario .ul-menu-secundario {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-secundario .ul-menu-secundario li a {
  text-decoration: none;
  color: #deceb9;
  padding: 10px 14px;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-secundario .language-selector {
  display: flex;
  margin-left: 15px;
}
.menu-secundario .language-selector img {
  width: 40px;
  margin-left: 10px;
}
#open-menu {
  color: #FFF;
  background: none;
  border: none;
  outline: none;
  font-size: 30px;
}
.menu-responsive {
  text-align: center;
  position: absolute;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #1f1f1f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  padding: 40px 40px 60px;
}
.menu-responsive #close-menu {
  position: absolute;
  color: #FFF;
  background: none;
  border: none;
  outline: none;
  top: 30px;
  right: 30px;
  font-size: 30px;
}
.menu-responsive .logo-responsive {
  z-index: 110;
}
.menu-responsive .logo-responsive img {
  max-width: 150px;
  height: auto;
}
.menu-responsive .menu ul {
  padding: 0;
  margin: 20px 0 40px 0;
  list-style-type: none;
}
.menu-responsive .menu ul li a {
  color: #deceb9;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  padding: 8px 10px;
  display: inline-block;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu-responsive .menu ul li a:hover {
  color: #FFF;
}
.menu-responsive .language-selector a img {
  width: 40px;
}
.menu-responsive .iconos-sociales {
  color: #deceb9;
  padding-top: 30px;
}
.menu-responsive .iconos-sociales .icono-redes {
  max-width: 45px;
}
.menu-responsive .iconos-sociales .icono-redes:not(:last-child) {
  margin-right: 10px;
}
.separador {
  background: url(images/line.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.separador.left {
  background-position-x: left;
}
.heading {
  padding-top: 240px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #b5121b;
  background: url(images/bloque-excelencia.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.65;
}
.heading h1 {
  color: #FFF;
}
.heading p {
  color: #FFF;
}
.heading p:not(.lead) {
  padding-bottom: 40px;
}
.breadcrumbs {
  color: #FFF;
}
.breadcrumbs span {
  color: #FFF;
}
.breadcrumbs a {
  color: #bc9b6a;
  font-weight: 600;
}
/*********** INICIO ************/
.hero {
  height: 100vh;
  width: 100%;
  background-color: #FFF;
  position: relative;
}
.hero .slider {
  background-color: #313131;
  z-index: 90;
}
.hero .contents {
  width: 70%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 90;
  transform: translate(-50%, -50%);
}
.hero .contents .pretitle {
  font-size: 80px;
  display: block;
  margin-bottom: 18px;
}
.hero .contents h1 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 55px;
  line-height: 58px;
}
.hero .contents .boton {
  margin-top: 40px;
  padding: 15px 30px;
}
.hero .bg-hero {
  width: 100%;
  position: absolute;
  z-index: 95;
  bottom: 0;
  left: 0;
}
.hero .bg-hero img {
  max-width: 100%;
}
.contents .icono {
  max-width: 80px;
}
/***** SLIDER *******/
.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-slide .wrap {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-slide-cover {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
#slide-2 .foto {
  background: url(images/slider/img4.jpg) center center no-repeat;
  background-size: cover;
}
#slide-3 .foto {
  background: url(images/slider/img5.jpg) center center no-repeat;
  background-size: cover;
}
#slide-1 .foto {
  background: url(images/slider/img1.jpg) center center no-repeat;
  background-size: cover;
}
/* #slide-2 .foto{
  background: url(images/slider/img2.jpg) center center no-repeat;
  background-size: cover;
} */
/* #slide-3 .foto{
  background: url(images/slider/img3.jpg) center center no-repeat;
  background-size: cover;
} */
.swiper-slide {
  overflow: hidden;
}
.swiper-slide-cover {
  background: #000000a9;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.swiper-slide .foto {
  width: 100%;
  height: 100%;
  transition: 10s ease-out;
  transform: scale(1);
  position: relative;
  z-index: 0;
}
.swiper-slide .foto::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000a9;
  mix-blend-mode: multiply;
  z-index: 1;
}
.swiper-slide.swiper-slide-active .foto {
  transform: scale(1.2);
}
/***** PRESENTACION *****/
section.presentacion {
  z-index: 99;
  position: relative;
  padding-top: 60px;
  padding-bottom: 90px;
}
section.presentacion .foto {
  /*  img{
         position: absolute;
         left: 0;
         top: 50%;
         transform: translateY(-50%);
         max-width: 45%;
      }*/
  margin-top: -180px;
}
section.presentacion .textos {
  padding-left: 40px;
  padding-right: 40px;
}
.section-title h2,
.section-title h1 {
  font-size: 55px;
}
.section-title h2.cursiva,
.section-title h1.cursiva {
  font-size: 75px;
}
.section-title h3 {
  font-size: 40px;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
}
.section-title .pretitle {
  font-family: 'Herr Von Muellerhoff', cursive;
  color: #A57D5C;
  font-size: 55px;
  display: block;
  line-height: 63px;
  margin-bottom: -18px;
}
/*********** PRODUCTOS HOME ************/
.productos-home {
  background: url(images/bg-pattern.jpg) repeat;
}
.grid-productos {
  padding-top: 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.grid-productos .item {
  flex: 1;
  justify-content: space-between;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
}
.grid-productos .item.item-empanadas {
  background: url(images/bg-empanadas.jpg) center center;
  background-size: cover;
}
.grid-productos .item.item-salsas {
  background: url(images/bg-salsas.jpg) center center;
  background-size: cover;
}
.grid-productos .item.item-pastas {
  background: url(images/bg-pastas.jpg) center center;
  background-size: cover;
}
.grid-productos .item .wrap {
  border: 3px solid #FFF;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  aspect-ratio: 1;
  background-color: #0000008c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
}
.grid-productos .item .wrap img {
  max-width: 80px;
  filter: invert(97%) sepia(6%) saturate(1722%) hue-rotate(317deg) brightness(95%) contrast(82%);
  margin-bottom: 20px;
}
.grid-productos .item .wrap h3 {
  color: #FFF;
  font-style: italic;
}
.gracias {
  min-height: 60vh;
}
/****************** NOSOTROS ********************/
.iso-rms {
  max-width: 120px;
  margin-bottom: 10px;
}
.bloque:not(:last-child) {
  margin-bottom: 60px;
}
.bloque .texto {
  padding-left: 50px;
  padding-right: 50px;
}
.bloque .texto p {
  line-height: 25px;
}
.bloque .texto h3 {
  font-size: 34px;
  line-height: 38px;
}
.bloque .separador {
  height: 7px;
}
.trigo-candeal,
.bg-beige {
  background-color: #ebe6e3;
}
.pastas-ramos-historia {
  background-color: #ebe6e3;
}
.texto-origenes {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  padding-bottom: 50px;
}
.texto-origenes .wrap {
  max-width: 80%;
}
.logos-anteriores {
  display: flex;
  padding-top: 40px;
}
.logos-anteriores img {
  filter: saturate(0);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
/******************* prefooter *****************/
.locales {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 27px;
  padding-top: 35px;
}
.item-local {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px dashed #deceb9;
  border-radius: 7px;
  padding: 25px 25px;
  text-align: center;
  flex: 20%;
  flex-grow: 1;
}
.item-local h4 {
  margin-bottom: 12px;
  font-size: 25px;
  margin-top: 20px;
}
.item-local span.direccion {
  display: block;
  font-size: 90%;
  line-height: 20px;
}
.item-local span.telefono {
  font-size: 100%;
  display: block;
  font-weight: bold;
  padding-top: 7px;
}
.item-local img {
  border-radius: 7px;
}
/************* CTA *****************/
.cta-emprender {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url('images/bg-cta.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: #FFF;
}
.cta-emprender::before {
  content: "";
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/************ footer ****************/
#site-footer {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url('images/bg_footer.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: #FFF;
}
#site-footer::before {
  content: "";
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#site-footer .logo-footer {
  max-width: 250px;
}
#site-footer h3 {
  margin-bottom: 30px;
}
#site-footer .menu-footer li {
  padding-bottom: 10px;
}
#site-footer .menu-footer li i {
  padding-right: 7px;
}
.redes-sociales a .icono-redes {
  max-width: 40px;
}
.redes-sociales a:not(:last-child) {
  margin-right: 10px;
}
.info-contacto-footer li a:hover {
  color: #bc9b6a;
}
.menu-footer li a:hover {
  color: #bc9b6a;
}
/************** NOVEDADES Y RECETAS ********************/
.item-novedad h4 {
  font-size: 30px;
  letter-spacing: -0.7px;
  font-weight: 700;
}
.item-novedad .item-info {
  padding: 20px;
}
.item-novedad .separador {
  height: 6px;
  margin: 10px 0 30px;
}
/************** PRDUCTOS *******************/
.item-producto .item-info {
  padding: 20px;
}
.item-producto h3 {
  font-size: 33px;
  letter-spacing: -0.7px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
}
.item-producto span.presentaciones {
  font-size: 16px;
}
.item-producto span.presentaciones span {
  color: #bc9b6a;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding-top: 20px;
}
.item-producto .variedades h4 {
  color: #bc9b6a;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding-top: 20px;
}
.item-producto .variedades ul {
  list-style: none;
  margin-left: 0;
  margin-top: 10px;
  padding-left: 25px;
}
.item-producto .variedades ul li {
  padding: 4px 0;
  font-size: 15px;
  line-height: 19px;
}
.item-producto .variedades ul li::before {
  content: "";
  font-family: 'FontAwesome';
  color: #bc9b6a;
  display: inline-block;
  margin-left: -25px;
  width: 25px;
}
.otros-productos .item-producto h3 {
  display: none;
}
/**** FORMULARIOS ****/
span.validate-error {
  color: #e24f4f;
}
span.requerido {
  color: #e24f4f;
  font-size: 19px;
  padding-left: 3px;
  line-height: 10px;
}
.informacion-contacto .datos-contacto:not(.redes) {
  margin-bottom: 40px;
  display: block;
}
.informacion-contacto .btn-sucursales {
  margin-top: 30px;
}
.informacion-contacto h3 {
  color: #bc9b6a;
}
.informacion-contacto .iconos-contacto {
  max-width: 80px;
  margin-bottom: 10px;
}
.informacion-contacto .redes-sociales {
  margin-top: 20px;
}
form .form-control:focus {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #b5121b;
}
.form-contacto input[type=text],
.form-contacto textarea {
  border: 0;
  border-bottom: 1px solid #b5121b;
  border-radius: 0;
  padding-left: 3px;
  font-size: 19px;
}
.info-gastronomicos {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f7f4f4;
}
/*********** MEDIA QUERIES **************/
@media (max-width: 767.98px) {
  body[data-aos-delay],
  [data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .hero .contents h1 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 10px;
  }
  :root {
    --swiper-navigation-size: 30px;
  }
  .logo a img {
    max-width: 130px;
  }
  .hero .contents .pretitle {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.3px;
  }
  .section-title .pretitle {
    font-size: 42px;
    line-height: 57px;
  }
  .boton {
    margin-bottom: 10px;
  }
  section.presentacion {
    padding-bottom: 60px;
  }
  .form-contacto {
    margin-bottom: 50px;
  }
  .informacion-contacto {
    padding-top: 40px;
  }
  .locales .item-local {
    padding: 30px 30px;
    flex: 100%;
  }
  .cta-emprender {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .heading {
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .grid-productos .item-salsas {
    min-width: 100% !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .grid-productos .item-empanadas {
    min-width: 100%;
  }
  .section-title .cursiva {
    font-size: 48px !important;
  }
  .section-title h1 {
    font-size: 36px !important;
  }
  .section-title h2 {
    font-size: 34px !important;
  }
  .section-title h3 {
    font-size: 29px !important;
  }
  section.presentacion .textos {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ptb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .bordes {
    margin-bottom: 20px;
  }
  .bloque .texto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bloque .texto h3 {
    font-size: 30px;
  }
  .texto-origenes .wrap {
    max-width: 100%;
  }
  .logos-anteriores {
    flex-wrap: wrap;
  }
  .logos-anteriores .div {
    flex: 30%;
  }
  .item-producto {
    margin-bottom: 30px;
  }
  .imagenes-origenes {
    padding: 0;
  }
  .imagenes-origenes img {
    margin-top: -130px;
  }
  .grid-productos {
    gap: 0 ;
    flex-wrap: wrap;
    position: relative;
  }
  .grid-productos .item-pastas {
    flex: 100%;
  }
  .grid-productos .item-empanadas {
    flex: 1;
    min-width: 50%;
  }
  .grid-productos .item-salsas {
    flex: 1;
    min-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .imagenes-origenes img {
    margin-top: -155px;
  }
  .informacion-contacto {
    padding-left: 70px;
  }
  .grid-productos .item-pastas {
    flex: 100%;
  }
  .grid-productos .item-empanadas {
    flex: 1;
  }
  .grid-productos .item-salsas {
    flex: 1;
  }
  .bordes {
    margin-bottom: 30px;
  }
  .imagenes-origenes {
    margin-top: -45px;
  }
  .locales .item-local {
    padding: 30px 30px;
    flex: 40%;
  }
  .section-title .cursiva {
    font-size: 60px !important;
  }
  .section-title h1 {
    font-size: 48px !important;
  }
  .section-title h2 {
    font-size: 44px !important;
  }
  .section-title h3 {
    font-size: 34px !important;
  }
  .texto-origenes {
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .presentacion .textos {
    padding-top: 50px;
  }
  #site-footer {
    padding-top: 80px;
  }
  #site-footer .logo-footer {
    max-width: 180px;
  }
  #site-footer .footer-col {
    margin-bottom: 40px;
  }
  .row.iom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-col-2 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .form-contacto {
    padding-right: 120px;
  }
  .locales-propios .container {
    max-width: 900px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .menu-principal {
    justify-content: end;
  }
  .menu-principal li a {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .hero .contents {
    width: 1200px;
  }
}
