/*RESET*/
a {
  text-decoration: none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "Jost", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

body {
  font-family: "Jost", sans-serif;
  overflow-x: hidden;
}

.fixHeader {
  height: 180px;
}

.lighMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}
.lighMenu .izq {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 350px;
}
.lighMenu .der {
  width: 350px;
  height: 100%;
  position: absolute;
  right: -350px;
  top: 0;
  background-color: #FFF;
}
.lighMenu .der .cerrar {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  cursor: pointer;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.lighMenu .der .listaMenu {
  top: 100px;
  width: 80%;
  left: 10%;
  position: absolute;
}
.lighMenu .der .listaMenu li {
  width: 100%;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
}
.lighMenu .der .listaMenu li p {
  color: #333;
  font-size: 18px;
  padding: 13px 0px;
  font-weight: 300;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.lighMenu .der .listaMenu li:hover p {
  padding-left: 6px;
}
.lighMenu .der .listaMenu li.active p {
  color: #ce2d34;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FFF;
  z-index: 9999;
}
header .logo {
  height: 102px;
  padding: 16px 20px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
header .icMenu {
  height: 30px;
  display: none;
}
header nav {
  border-top: 1px solid #EEE;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
header nav a {
  padding: 5px 20px;
  color: #777;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
header nav a:hover {
  color: #ce2d34;
}
header nav a.active {
  color: #ce2d34;
}

.show-menu .logo {
  height: 70px;
  padding: 8px 20px;
}
.show-menu nav a {
  font-size: 14px;
}

.hero {
  width: 100%;
  height: 70vh;
  height: 70vh;
  margin-top: 180px;
  overflow: hidden;
}

.mySwiperHero {
  height: 100%;
  position: relative;
}
.mySwiperHero .swiper-slide {
  background-position: center center;
  background-size: cover;
}
.mySwiperHero .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.mySwiperHero .swiper-slide a h2 {
  color: #FFF;
  font-size: 62px;
  line-height: 70px;
  padding: 20px 20px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.36);
}
.mySwiperHero .swiper-slide a button {
  margin-top: 30px;
  border: none;
  background-color: #FFF;
  padding: 10px 30px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  cursor: pointer;
}
.mySwiperHero .swiper-slide a button:hover {
  background-color: #ce2d34;
  color: #FFF;
}
.mySwiperHero .swiper-pagination-bullet-active {
  background: #FFF;
}
.mySwiperHero .swiper-pagination-bullet {
  background: #FFF;
}

.maskProductos {
  width: 100%;
  height: auto;
  padding-top: 10px;
  position: relative;
  overflow-x: hidden;
}
.maskProductos .back {
  position: absolute;
  width: 100%;
  height: 88%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/backProductos.jpg);
  background-position: center center;
  background-size: cover;
}
.maskProductos .contProductos {
  width: 90%;
  max-width: 1400px;
  margin: 90px auto;
}
.maskProductos .contProductos h3 {
  display: flex;
  align-items: center;
  font-size: 40px;
  line-height: 50px;
  color: #4E4E4E;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}
.maskProductos .contProductos h3 img {
  margin-right: 12px;
}

.sliderCategorias .categoria {
  width: 320px;
  height: 430px;
  background-color: #CCC;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  box-shadow: 0px -1px 19px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px -1px 19px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -1px 19px -3px rgba(0, 0, 0, 0.4);
}
.sliderCategorias .categoria h4 {
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  position: absolute;
  bottom: 30px;
  left: 25px;
  z-index: 99;
}
.sliderCategorias .categoria h4 span {
  background-color: #ce2d34;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: -10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.sliderCategorias .categoria .degrade {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}

.sliderCategorias .categoria:hover h4 span {
  width: 60px;
}

.sliderCategorias .categoria:hover {
  background-size: auto 105%;
}

.separador {
  background-image: url(../img/backSeparador.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25vh 20px;
  box-sizing: border-box;
}
.separador h2 {
  font-size: 42px;
  line-height: 50px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  margin-top: 20px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.36);
  text-align: center;
}
.separador a {
  margin-top: 0px;
  border: none;
  background-color: #FFF;
  padding: 10px 30px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  cursor: pointer;
  color: #ce2d34;
}
.separador a:hover {
  background-color: #ce2d34;
  color: #FFF;
}

.historia {
  width: 90%;
  margin: 60px auto;
  max-width: 1400px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.historia .izq {
  width: 60%;
  z-index: 10;
}
.historia .izq h3 {
  font-size: 36px;
  line-height: 44px;
  color: #8A8A8A;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
  margin-top: 22px;
}
.historia .izq p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding-right: 50px;
  text-align: justify;
}
.historia .izq .fotos {
  width: 108%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.historia .izq .fotos img {
  width: 23%;
  box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.5);
}
.historia .izq .somos {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.historia .izq .somos .somos1 {
  width: auto;
  max-width: 100%;
}
.historia .izq .somos .somos2 {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 24px;
  left: 42%;
}
.historia .der {
  width: 38%;
  height: 520px;
  background-image: url(../img/elfriosedisfruta.jpg);
  background-position: center top;
  background-size: cover;
  z-index: 1;
}

footer {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: #585858;
}
footer .in {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
footer .in .izq {
  display: flex;
}
footer .in .izq .logo {
  height: 102px;
}
footer .in .izq div {
  margin-left: 30px;
}
footer .in .izq div p {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}
footer .in .izq div ul {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
footer .in .izq div ul li {
  padding: 5px 2px;
  margin-right: 6px;
}
footer .in .izq div ul li:hover {
  opacity: 0.6;
}
footer .in .der h5 {
  font-family: "Playfair Display", serif;
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
footer .in .der .listado {
  display: flex;
  flex-direction: row;
}
footer .in .der .listado div {
  display: flex;
  flex-direction: column;
  margin-right: 35px;
}
footer .in .der .listado div a {
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 0px;
  font-weight: 300;
  display: flex;
  align-items: center;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  letter-spacing: 1px;
}
footer .in .der .listado div a span {
  width: 8px !important;
  height: 1px !important;
  background-color: #FFF;
  display: block;
  margin-right: 6px;
}
footer .in .der .listado div a:hover {
  color: #CCC;
}
footer .in .der .listado div a:hover span {
  background-color: #CCC;
}
footer .in .der .listado div a.active {
  color: #CCC;
}

.mayoristaIn {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 80px 0px;
  background-image: url(../img/pattern.jpg);
  background-size: cover;
  background-position: center center;
}
.mayoristaIn .in {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.mayoristaIn .izq {
  width: 49%;
  height: auto;
  background-color: #EEE;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  box-sizing: border-box;
  padding: 30px;
  background-image: url(../img/fondoMayorista.jpg);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow: 2px 3px 15px -2px rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 2px 3px 15px -2px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 2px 3px 15px -2px rgba(0, 0, 0, 0.57);
}
.mayoristaIn .izq div {
  left: 30px;
  bottom: 35px;
  position: absolute;
  display: flex;
  align-items: center;
}
.mayoristaIn .izq div h2 {
  font-size: 40px;
  line-height: 58px;
  color: #FFF;
  font-weight: 300;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.62);
  letter-spacing: 3px;
  font-family: "Playfair Display", serif;
}
.mayoristaIn .izq div span {
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #FFF;
  margin-top: 12px;
  margin-left: 20px;
}
.mayoristaIn .izq.contacto {
  background-image: url(../img/fondoContacto.jpg);
}
.mayoristaIn .der {
  width: 49%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
}
.mayoristaIn .der form {
  display: flex;
  flex-direction: column;
  width: 94%;
}
.mayoristaIn .der form p {
  font-size: 20px;
  line-height: 28px;
  padding-right: 30px;
  margin-bottom: 32px;
}
.mayoristaIn .der form label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.mayoristaIn .der form input {
  width: 100%;
  height: auto;
  border: 3px solid #EEE;
  margin-top: 6px;
  color: #666;
  margin-bottom: 20px;
  font-size: 22px;
  box-sizing: border-box;
  padding: 10px;
  font-weight: 300;
}
.mayoristaIn .der form .sendBtn {
  margin-bottom: 0px;
  background-color: #ce2d34;
  color: #FFF;
  padding: 18px;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  cursor: pointer;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  font-size: 17px;
  letter-spacing: 2px;
}
.mayoristaIn .der form .sendBtn:hover {
  background-color: #af1f27;
}
.mayoristaIn .der form textarea {
  width: 100%;
  height: 130px;
  border: 1px solid #EEE;
  margin-top: 6px;
  color: #666;
  margin-bottom: 20px;
  font-size: 22px;
  box-sizing: border-box;
  padding: 10px;
  font-weight: 300;
  resize: none;
}
.mayoristaIn .gracias {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 20px !important;
  box-sizing: border-box;
  padding-top: 130px;
  padding-bottom: 100px;
}
.mayoristaIn .gracias h5 {
  font-size: 34px;
  line-height: 44px;
  color: #ce2d34;
  font-weight: 300;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}
.mayoristaIn .gracias p {
  font-size: 20px;
  line-height: 28px;
  padding-right: 30px;
  margin-bottom: 32px;
}

.franquiciaIn {
  background-image: url(../img/back2.jpg);
}
.franquiciaIn .sendBtn {
  background-color: #FFF !important;
  color: #ce2d34 !important;
  border-color: #bd393f !important;
}
.franquiciaIn .sendBtn:hover {
  background-color: #333 !important;
  color: #FFF !important;
}

.franquiciaIn * {
  color: #FFF;
}

.contactoIn {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0px;
}
.contactoIn h2 {
  font-size: 36px;
  line-height: 44px;
  color: #8A8A8A;
  font-weight: 500;
  margin-bottom: 22px;
  font-family: "Playfair Display", serif;
}
.contactoIn ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
}
.contactoIn ul li {
  width: 30%;
  display: flex;
  flex-direction: column;
  border: 2px solid #EEE;
  box-sizing: border-box;
  padding: 28px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.contactoIn ul li p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #222;
  margin-bottom: 20px;
  width: 100%;
}
.contactoIn ul li img {
  margin-top: 0px;
  margin-bottom: 8px;
}
.contactoIn ul li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #222;
  padding-bottom: 2px;
  width: 100%;
  display: inline-block;
  color: #9b242a;
}
.contactoIn ul li:hover {
  border-color: #CCC;
}

.heroIn {
  width: 100%;
  height: auto;
  padding: 70px 0px;
  text-align: center;
  background-image: url(../img/back2.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 40px;
}
.heroIn h2 {
  font-size: 40px;
  line-height: 48px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 22px;
  font-family: "Playfair Display", serif;
  letter-spacing: 3px;
}

.sucursalesIn {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sucursalesIn .cu {
  width: 48%;
  margin-bottom: 40px;
  border: 1px solid #EEE;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.sucursalesIn .cu img {
  width: 100%;
}
.sucursalesIn .cu h5 {
  color: #444;
  font-size: 28px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.sucursalesIn .cu h5 span {
  background-color: #d6555b;
  width: 24px;
  height: 2px;
  display: inline-block;
  margin-right: 8px;
}
.sucursalesIn .cu ul li {
  margin: 7px 0px;
}
.sucursalesIn .cu ul li a {
  padding-left: 30px;
  color: #444;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.sucursalesIn .cu ul li a img {
  width: 20px;
  margin-right: 7px;
}
.sucursalesIn .cu ul li a:hover {
  color: #af1f27;
}

.heroProductos {
  width: 100%;
  height: auto;
  padding: 150px 0px;
  text-align: center;
  background-image: url(../img/backSabores.jpg);
  background-size: cover;
  background-position: center center;
}
.heroProductos h2 {
  font-size: 40px;
  line-height: 48px;
  color: #FFF;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  letter-spacing: 3px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.36);
  padding: 0px 20px;
}

.listaSabores {
  background-image: url(../img/pattern.jpg);
  background-position: center center;
  background-size: 100% auto;
  padding: 90px 0px;
}

.sabores {
  background-color: #FFF;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  width: 90%;
  margin: auto;
  max-width: 1200px;
  margin-bottom: 40px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 2px 3px 15px -2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 3px 15px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 15px -2px rgba(0, 0, 0, 0.25);
}
.sabores .foto {
  width: 30%;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  overflow: hidden;
  height: auto;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  background-color: #EEE;
}
.sabores .data {
  width: 70%;
  box-sizing: border-box;
  padding: 20px 30px;
}
.sabores .data h3 {
  font-size: 28px;
  line-height: 36px;
  color: #666;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.sabores .data .line {
  width: 72px;
  height: 2px;
  background-color: #d6555b;
  margin-bottom: 20px;
}
.sabores .data ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-count: 2;
       column-count: 2;
}
.sabores .data ul li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  display: flex;
  align-items: flex-start;
}
.sabores .data ul li img {
  height: 16px;
  margin-right: 8px;
  padding-top: 2px;
}

.productosx2 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 65px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productosx2 .prod {
  width: 49%;
  height: auto;
  min-height: 400px;
  box-sizing: border-box;
  padding: 35px;
  background-color: #EEE;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  display: flex;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  box-shadow: 2px 3px 15px -2px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 2px 3px 15px -2px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 2px 3px 15px -2px rgba(0, 0, 0, 0.42);
}
.productosx2 .prod div h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #FFF;
  position: relative;
}
.productosx2 .prod div h4 b {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #FFF;
}
.productosx2 .prod div h4 span {
  width: 40px;
  height: 2px;
  background-color: #bd393f;
  display: inline-block;
  position: absolute;
  left: -50px;
  top: 18px;
}
.productosx2 .prod div p {
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
}

.postresIn {
  background-color: #f7f7f7;
  width: 100%;
  padding: 60px 0px;
  text-align: center;
}
.postresIn h4 {
  font-size: 32px;
  line-height: 38px;
  color: #555;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.postresIn .listaPostres {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0px 40px;
}
.postresIn .listaPostres .cu {
  width: 280px;
  margin: 0px 15px;
}
.postresIn .listaPostres .cu .foto {
  background-color: #CCC;
  width: 100%;
  height: 190px;
  background-position: center center;
  background-size: cover;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  margin-bottom: 18px;
  box-shadow: 2px 3px 10px -2px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 2px 3px 10px -2px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 2px 3px 10px -2px rgba(0, 0, 0, 0.42);
}
.postresIn .listaPostres .cu h6 {
  font-size: 20px;
  line-height: 28px;
  color: #bd393f;
  font-weight: 500;
}
.postresIn .listaPostres .cu p {
  font-size: 15px;
  line-height: 22px;
  color: #444;
}

.productosx2b {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 65px 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productosx2b .prod {
  width: 48%;
  height: auto;
  box-sizing: border-box;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 42px;
}
.productosx2b .prod .foto {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  margin-bottom: 18px;
  box-shadow: 2px 3px 10px -2px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 2px 3px 10px -2px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 2px 3px 10px -2px rgba(0, 0, 0, 0.42);
}
.productosx2b .prod h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #bd393f;
  display: flex;
  align-items: center;
  padding: 0px 30px;
}
.productosx2b .prod h4 b {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #bd393f;
}
.productosx2b .prod h4 span {
  width: 28px;
  height: 2px;
  background-color: #bd393f;
  display: inline-block;
  margin-right: 10px;
}
.productosx2b .prod p {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 300;
  padding: 0px 30px;
}

@media (max-width: 992px) {
  header nav {
    display: none;
  }
  header {
    justify-content: space-between;
    flex-direction: row;
  }
  header .logo {
    height: 74px;
  }
  header .icMenu {
    display: block;
    margin-right: 30px;
    height: 34px;
    cursor: pointer;
  }
  .hero {
    margin-top: 106px;
  }
  .mySwiperHero .swiper-slide a h2 {
    font-size: 42px;
    line-height: 53px;
  }
  .historia .der {
    width: 52%;
    height: 480px;
  }
  .historia .izq {
    width: 48%;
  }
  .historia .izq p {
    padding-right: 40px;
  }
  .historia .izq .fotos {
    width: 196%;
  }
  .historia .izq .somos .somos2 {
    top: 0;
    left: 10%;
  }
  footer .in .izq .logo {
    height: 70px;
  }
  .fixHeader {
    height: 106px;
  }
  .mayoristaIn .in {
    flex-direction: column;
  }
  .mayoristaIn .izq {
    width: 100%;
    height: 300px !important;
  }
  .mayoristaIn .der {
    width: 100%;
  }
  .contactoIn ul li {
    width: 32%;
    padding: 15px;
  }
  .contactoIn ul li a {
    font-size: 13px;
  }
  .mayoristaIn .izq.contacto {
    background-image: url(../img/fondoContacto.jpg);
    background-position: center center;
    height: 60vh !important;
  }
  .franquiciaIn {
    padding: 60px 0px;
  }
  .franquiciaIn .in {
    flex-direction: column-reverse !important;
    display: flex;
  }
  .heroProductos {
    padding: 105px 0px;
  }
  .sabores {
    flex-direction: column;
  }
  .sabores .foto {
    width: 100%;
  }
  .sabores .data {
    width: 100%;
  }
  .postresIn .listaPostres {
    flex-wrap: wrap;
  }
  .postresIn .listaPostres .cu {
    margin-bottom: 40px;
  }
  .mayoristaIn .gracias {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .separador h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .historia {
    flex-direction: column;
  }
  .historia .izq {
    width: 100%;
  }
  .historia .izq .fotos {
    width: 100%;
  }
  .historia .der {
    width: 100%;
    height: 102vw;
    margin-top: 40px;
  }
  footer .in {
    flex-direction: column;
  }
  footer .in .der {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  footer .in .der .listado {
    flex-direction: column;
  }
  footer .in .der .listado div {
    margin-right: 0px;
  }
  footer .in .der .listado div a {
    justify-content: center;
  }
  footer .in .izq {
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .in .izq .logo {
    height: 80px;
    margin-bottom: 20px;
  }
  footer .in .izq div {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contactoIn ul {
    flex-direction: column;
  }
  .contactoIn ul li {
    width: 100%;
    height: auto;
    padding: 25px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 22px;
  }
  .sucursalesIn .cu {
    width: 100%;
  }
  .heroProductos {
    padding: 80px 0px;
  }
  .heroProductos h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .listaSabores {
    padding: 55px 0px;
  }
  .sabores .data {
    padding: 20px 10px;
  }
  .sabores .data ul {
    -moz-columns: 1;
    columns: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .productosx2 .prod div h4 {
    font-size: 22px;
    line-height: 29px;
  }
  .productosx2 .prod div p {
    font-size: 15px;
    line-height: 21px;
  }
  .postresIn .listaPostres .cu {
    width: 400px;
  }
  .postresIn .listaPostres .cu .foto {
    height: 240px;
  }
  .productosx2b {
    width: 80%;
  }
  .productosx2b .prod {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .maskProductos .contProductos h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .sliderCategorias .categoria {
    height: 460px;
    background-size: cover;
  }
  .sliderCategorias .categoria:hover {
    background-size: cover;
  }
  .hero {
    margin-top: 86px;
  }
  header .logo {
    height: 54px;
  }
  .show-menu .logo {
    height: 54px;
  }
  .fixHeader {
    height: 86px;
  }
  .mayoristaIn .izq div h2 {
    font-size: 34px;
    line-height: 46px;
  }
  .heroIn {
    background-size: auto;
  }
  .sabores .foto {
    min-height: 220px;
  }
  .sabores .data h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .sabores .data ul li {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .productosx2 {
    flex-direction: column;
  }
  .productosx2 .prod {
    width: 100%;
    margin-bottom: 40px;
  }
  .postresIn .listaPostres {
    padding: 0px 20px;
  }
  .productosx2b {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .mySwiperHero .swiper-slide a h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .historia .izq .somos .somos2 {
    top: 0;
    left: initial;
    right: 0;
  }
}/*# sourceMappingURL=estilos.css.map */