.text-primary {
  color: #D60058 !important;
}

.text-secondary {
  color: #333333 !important;
}

.bg-primary {
  background-color: #D60058 !important;
}

.bg-secondary {
  background-color: #333333 !important;
}

.btn-primary {
  background-color: #D60058 !important;
  border-color: #D60058 !important;
}

.btn-secondary {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

* {
  font-family: "Oswald", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.wpFlotante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  width: 60px;
  z-index: 9999;
  border: 3px solid #333;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !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;
  box-shadow: 3px 3px 16px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 16px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 16px -4px rgba(0, 0, 0, 0.75);
}
.wpFlotante img {
  width: 60px;
}
.wpFlotante p {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0px;
  display: none;
  white-space: pre;
}

.wpFlotante:hover {
  border: 2px solid #555;
  width: 213px;
}
.wpFlotante:hover p {
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -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;
  background: rgb(184, 184, 186);
  background: linear-gradient(270deg, #D3D3D3 0%, #B8B8BA 100%);
}
header * {
  font-family: "Poppins", sans-serif;
}
header .nav-link:hover {
  color: #D60058 !important;
  background-color: #EEE;
}
header .dropdown-menu {
  border: none !important;
  border-top-left-radius: 0px;
}
header .dropdown-menu a {
  color: #555;
  padding: 6px 16px;
  font-weight: 500;
}
header .dropdown-menu a:hover {
  color: #D60058;
}
header .dropdown-item.active, header .dropdown-item:active {
  background-color: #f94599;
  color: #FFF !important;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
}
header .logo {
  height: 50px;
}
header .btnApp {
  font-family: "Oswald", sans-serif;
  background-color: #D60058;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !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;
}
header .btnApp:hover {
  background-color: #FFF;
}

header.headerTransparent {
  background: transparent;
}

header.show-menu {
  background: rgb(184, 184, 186);
  background: linear-gradient(270deg, #D3D3D3 0%, #B8B8BA 100%);
}

.mySwiperHero {
  margin-top: 76px !important;
  background-color: #EEE;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.mySwiperHero .swiper-slide {
  height: auto;
}
.mySwiperHero .swiper-slide .cont {
  position: relative;
  width: 100%;
  height: auto;
}
.mySwiperHero .swiper-slide .cont img {
  width: 100%;
}
.mySwiperHero .swiper-pagination-bullets {
  bottom: 10px !important;
}
.mySwiperHero .swiper-pagination-bullet-active {
  background: #FFF;
}
.mySwiperHero .swiper-pagination-bullet {
  background: #FFF;
}

#sabores {
  background-color: #333333;
  padding-bottom: 90px !important;
}
#sabores .row {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
#sabores .barraTop h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
#sabores .barraTop a {
  font-family: "Poppins", sans-serif;
}
#sabores .barraTop a:hover {
  color: #d98aa4 !important;
}
#sabores .barraTop .cont {
  background-color: #FFF;
  display: inline-block;
  margin-left: auto;
  box-sizing: border-box;
  padding: 4px 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
  color: #EEE;
  font-size: 24px;
  font-weight: 200;
  line-height: 24px;
}
#sabores .barraTop .cont a {
  display: block;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: 60px;
  height: 48px;
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}
#sabores .barraTop .cont a img {
  height: 28px;
}
#sabores .barraTop .cont a:hover img {
  height: 32px;
}
#sabores .barraTop .cont .txt {
  position: absolute;
  top: -30px;
  left: -20%;
  width: 140%;
  text-align: center;
}
#sabores .barraTop .cont .txt p {
  font-family: "Poppins", sans-serif;
    color: #959494;
    font-size: 11px;
    white-space: pre;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    display: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#sabores .barraTop .contMob {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sabores .barraTop .contMob a {
  display: block;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  -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;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
  text-decoration: none;
  background-color: #FFF;
}
#sabores .barraTop .contMob a span {
  font-family: "Poppins", sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
}
#sabores .barraTop .contMob a img {
  height: 28px;
  margin-right: 10px;
}
#sabores .maskCategorias {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
#sabores .swiper-wrapper {
  padding-bottom: 25px;
}
#sabores .swiper-slide {
  height: 450px;
  padding-top: 10px;
}
#sabores .swiper-slide a {
  background-position: bottom center;
  background-size: cover;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border: 3px solid #333;
  box-sizing: border-box;
  -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;
  display: block;
  width: 100%;
  margin: auto;
}
#sabores .swiper-slide a h4 {
  color: #333;
  font-family: "Oswald", sans-serif;
  margin-bottom: 12px;
}
#sabores .swiper-slide a .tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#sabores .swiper-slide a .tags .recomendado {
  background-color: #D60058; color: #FFF;
}
#sabores .swiper-slide a .tags .nuevo {
  background-color: #F7D880;
}
#sabores .swiper-slide a .tags .frutales {
  background-color: #F0D6E4;
}
#sabores .swiper-slide a .tags .chocolates {
  background-color: #FEE0AF;
}
#sabores .swiper-slide a .tags .golosinas {
  background-color: #EFEC8F;
}
#sabores .swiper-slide a .tags div {
  background-color: #FFF;
  box-sizing: border-box;
  padding: 3px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  margin: 0px 4px;
  font-size: 14px;
  color: #555;
  white-space: pre;
  margin-bottom: 5px;
}
#sabores .swiper-slide a .tags div img {
  margin-right: 5px;
}
#sabores .swiper-slide a .anounce {
  position: absolute;
  top: 0;
  right: 0;
}
#sabores .swiper-slide a .info {
  position: absolute;
  bottom: -70px;
  width: 75%;
  left: 50%;
  -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;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#sabores .swiper-slide a .info p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 12px;
}
#sabores .swiper-slide a:hover {
  text-decoration: none !important;
  border: 3px solid #FFF;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
#sabores .swiper-slide a:hover .info {
  bottom: 12px;
}
#sabores .swiper-slide a.lastSlide {
  border: 2px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sabores .swiper-slide a.lastSlide h4 {
  color: #FFF;
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 20px;
}
#sabores .swiper-slide a.lastSlide:hover {
  border: 3px solid #FFF;
}
#sabores .swiper-pagination-bullets {
  bottom: 0px !important;
}
#sabores .swiper-pagination-bullet-active {
  background: #FFF;
}
#sabores .swiper-pagination-bullet {
  background: #FFF;
}

.saboresIn#sabores {
  padding-top: 120px;
  padding-bottom: 0px !important;
  background: rgb(58, 24, 0);
  background: linear-gradient(180deg, rgb(58, 24, 0) 0%, rgb(97, 41, 0) 100%);
}

.separadorMarron {
  margin-top: -1px;
}

#placeres {
  padding-top: 70px !important;
  background: linear-gradient(0deg, #FFF 20.5%, #F6F6F6 38%);
}
#placeres .row {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#placeres .barraTop h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
}
#placeres .barraTop a {
  font-family: "Poppins", sans-serif;
  color: #333;
}
#placeres .barraTop a:hover {
  color: #D60058;
}
#placeres .barraTop .cont {
  background-color: #FFF;
  display: inline-block;
  margin-left: auto;
  box-sizing: border-box;
  padding: 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #EEE;
  font-size: 24px;
  font-weight: 200;
  line-height: 24px;
}
#placeres .barraTop .cont a {
  display: block;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: 60px;
  height: 48px;
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}
#placeres .barraTop .cont a img {
  height: 28px;
}
#placeres .barraTop .cont a:hover img {
  height: 32px;
}
#placeres .barraTop .cont .txt {
  position: absolute;
  top: -30px;
  left: -20%;
  width: 140%;
  text-align: center;
}
#placeres .barraTop .cont .txt p {
  font-family: "Poppins", sans-serif;
    color: #959494;
    font-size: 11px;
    white-space: pre;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    display: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#placeres .barraTop .contMob {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#placeres .barraTop .contMob a {
  display: block;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  -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;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #dfdfdf;
}
#placeres .barraTop .contMob a span {
  font-family: "Poppins", sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
}
#placeres .barraTop .contMob a img {
  height: 28px;
  margin-right: 10px;
}
#placeres .listaPlaceres {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  margin: 0px;
  margin-top: 20px;
}
#placeres .listaPlaceres li {
  width: 31%;
  height: 35vw;
  background-color: #f8f8f8;
  margin-bottom: 3.5vw;
  position: relative;
  max-height: 520px;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}
#placeres .listaPlaceres li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#placeres .listaPlaceres li a .foto {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  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;
}
#placeres .listaPlaceres li a .foto .onda {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 101%;
}
#placeres .listaPlaceres li a h5 {
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding-top: 55px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 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;
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
  background-color: #f8f8f8;
  overflow: hidden;
  --mask:
      radial-gradient(39.57px at 50% 55.2px,#000 99%,#0000 101%) calc(50% - 46px) 0/92px 100%,
      radial-gradient(39.57px at 50% -32.2px,#0000 99%,#000 101%) 50% 23px/92px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
#placeres .listaPlaceres li a:hover {
  text-decoration: none;
}
#placeres .listaPlaceres li:hover .foto {
  height: 105%;
}
#placeres .listaPlaceres li:hover h5 {
  padding-top: 60px;
  padding-bottom: 30px;
}
#placeres .listaPlaceres li.placer1:hover h5 {
  background-color: #efd885;
}
#placeres .listaPlaceres li.placer2:hover h5 {
  background-color: #e4c6bf;
}
#placeres .listaPlaceres li.placer3:hover h5 {
  background-color: #c0a8c2;
}
#placeres .listaPlaceres li.placer4:hover h5 {
  background-color: #eeec94;
}
#placeres .listaPlaceres li.placer5:hover h5 {
  background-color: #f6e0b1;
}
#placeres .listaPlaceres li.placer6:hover h5 {
  background-color: #d98aa4;
}
#placeres .barraBottom {
  background-color: #fafafa;
  max-width: 1330px;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 45px 20px;
  box-sizing: border-box;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
#placeres .barraBottom a {
  background-color: #FFF;
  border: 2px solid #FFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 14px 30px;
  margin: 0px 10px;
  display: block;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  color: #666;
  font-family: "Poppins", sans-serif;
  -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-weight: 500;
  color: #666;
}
#placeres .barraBottom a img {
  margin-right: 12px;
}
#placeres .barraBottom a:hover {
  text-decoration: none;
  color: #D60058;
}
#placeres .separador {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.placeresIn#placeres {
  padding-top: 120px !important;
  padding-bottom: 0px !important;
  position: relative;
  background: #333333;
  background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(51, 51, 51) 100%);
}
.placeresIn#placeres .listaFormatos {
  background-color: #515151;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  width: 98%;
  margin: auto;
  max-width: 1350px;
  margin-bottom: 40px;
}
.placeresIn#placeres .listaFormatos ul {
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.placeresIn#placeres .listaFormatos ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 8px;
  margin-bottom: 15px;
  background-color: #424242;
  width: 120px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !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;
}
.placeresIn#placeres .listaFormatos ul li img {
  margin-bottom: 5px;
  height: 65px;
}
.placeresIn#placeres .listaFormatos ul li p {
  padding: 8px 10px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #FFF;
  background-color: transparent !important;
  line-height: 22px;
  text-align: center;
}
.placeresIn#placeres .listaFormatos ul li:hover {
  background-color: #2e2e2e;
}
.placeresIn#placeres .listaFormatos ul .separa {
  background-color: #e72977;
  width: 5px;
  height: 63px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}
.placeresIn#placeres .barraFiltros {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.placeresIn#placeres .barraFiltros div {
  background-color: #818181;
  box-sizing: border-box;
  padding: 8px 15px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  font-size: 14px;
  line-height: 18px;
  margin: 0px 4px;
  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;
  display: flex;
  align-items: center;
  white-space: pre;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #333;
  box-sizing: border-box;
  color: #FFF;
}
.placeresIn#placeres .barraFiltros div i {
  margin-right: 6px;
  display: none;
}
.placeresIn#placeres .barraFiltros div img {
  height: 16px;
}
.placeresIn#placeres .barraFiltros div:hover {
  background-color: #4d4d4d;
}
.placeresIn#placeres .barraFiltros div.active {
  border: 1px solid #FFF;
}
.placeresIn#placeres .barraFiltros div.active i {
  display: block;
  opacity: 0.5;
}
.placeresIn#placeres .barraFiltros div.active i:hover {
  opacity: 1;
}
.placeresIn#placeres .barraFiltros div.nuevo {
  background-color: #F7D880;
  color: #000;
}
.placeresIn#placeres .barraFiltros div.nuevo:hover {
  background-color: #ecc65c;
}
.placeresIn#placeres .barraFiltros div.recomendado {
  background-color: #D60058;
}
.placeresIn#placeres .barraFiltros div.recomendado:hover {
  background-color: #990945;
}
.placeresIn#placeres .barraFiltros div.frutales {
  background-color: #F0D6E4;
  color: #000;
}
.placeresIn#placeres .barraFiltros div.frutales:hover {
  background-color: #f5bfdc;
}
.placeresIn#placeres .barraFiltros div.chocolates {
  background-color: #FEE0AF;
  color: #000;
}
.placeresIn#placeres .barraFiltros div.chocolates:hover {
  background-color: #f3cc8e;
}
.placeresIn#placeres .barraFiltros div.golosinas {
  background-color: #EFEC8F;
  color: #000;
}
.placeresIn#placeres .barraFiltros div.golosinas:hover {
  background-color: #d8d458;
}
.placeresIn#placeres .franjaOnda {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: -108px;
  left: 0;
  background-image: url(../img/onda-negra.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
}

.separadorMarron {
  margin-top: -1px;
}

.promocionesIn#promociones {
  padding-top: 140px !important;
  padding-bottom: 40px !important;
  position: relative;
  background: #D60058;
}
.promocionesIn#promociones .row {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.promocionesIn#promociones .barraTop h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
}
.promocionesIn#promociones .barraTop a {
  font-family: "Poppins", sans-serif;
  color: #333;
}
.promocionesIn#promociones .barraTop a:hover {
  color: #D60058;
}
.promocionesIn#promociones .barraTop .cont {
  background-color: #FFF;
  display: inline-block;
  margin-left: auto;
  box-sizing: border-box;
  padding: 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #EEE;
  font-size: 24px;
  font-weight: 200;
  line-height: 24px;
}
.promocionesIn#promociones .barraTop .cont a {
  display: block;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: 48px;
  height: 48px;
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}
.promocionesIn#promociones .barraTop .cont a img {
  height: 28px;
}
.promocionesIn#promociones .barraTop .cont a:hover img {
  height: 32px;
}
.promocionesIn#promociones .barraTop .cont .txt {
  position: absolute;
  top: -30px;
  left: -20%;
  width: 140%;
  text-align: center;
}
.promocionesIn#promociones .barraTop .cont .txt p {
  font-family: "Poppins", sans-serif;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  display: none;
}
.promocionesIn#promociones .barraTop .contMob {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promocionesIn#promociones .barraTop .contMob a {
  display: block;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  -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;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #dfdfdf;
}
.promocionesIn#promociones .barraTop .contMob a span {
  font-family: "Poppins", sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
}
.promocionesIn#promociones .barraTop .contMob a img {
  height: 28px;
  margin-right: 10px;
}
.promocionesIn#promociones .franjaOnda {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -58px;
  background-image: url(../img/onda-fuccia2.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom center;
}

#descarga {
  padding-bottom: 2px !important;
  overflow: hidden;
}
#descarga .row {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.2) 100%), var(--rubine-red-800, #D60058);
}
#descarga h3 {
  font-size: 40px;
  line-height: 48px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 15px;
}
#descarga p {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
#descarga .btn {
  background-color: #333333;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  padding: 10px 26px;
  color: #FFF;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#descarga .btn:hover {
  background-color: #FFF;
  color: #D60058;
}
#descarga .imagen {
  max-width: 100%;
  height: auto;
}
#descarga .franjaOnda {
  width: 100%;
  height: 100px;
  background-image: url(../img/onda-fuccia.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
}

#abriLocal {
  background: var(--grayscale-100, #FFF);
  box-shadow: 0px 22px 15.4px -11px rgba(0, 0, 0, 0.25) inset;
  margin-top: -2px;
  padding-bottom: 0px !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
#abriLocal h3 {
  font-size: 40px;
  line-height: 48px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}
#abriLocal p {
  color: #333;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}
#abriLocal .btn {
  background-color: #D60058;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  padding: 10px 26px;
  color: #FFF;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#abriLocal .btn:hover {
  background-color: #EEE;
  color: #D60058;
}
#abriLocal .imagen {
  max-width: 100%;
  height: auto;
  margin: 65px 0px;
}

footer .franjaOnda {
  width: 100%;
  height: 110px;
  background-image: url(../img/onda-gris1.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom center;
}
footer * {
  color: #FFF;
}
footer .container-fluid {
  background-color: #221F20;
}
footer .container-fluid .row {
  max-width: 1400px;
  margin: auto;
}
footer .container-fluid .logo {
  height: 60px;
}
footer .container-fluid h6 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 16px;
}
footer .container-fluid ul {
  list-style: none !important;
    padding: 0px !important;
    list-style: none;
    padding: 0px !important;
    margin: 0 !important;
}
footer .container-fluid ul li {
  margin-bottom: 0px;
}
footer .container-fluid ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  color: #FFF !important;
}
footer .container-fluid ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
footer .container-fluid .border-bottom {
  border-bottom: 1px solid #4d4d4d !important;
}
footer .container-fluid small {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  opacity: 0.5;
}
footer .container-fluid small a {
  font-family: "Poppins", sans-serif;
}
footer .container-fluid small a:hover {
  text-decoration: none;
}
footer .container-fluid .redes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .container-fluid .redes a {
  padding: 4px 6px;
  font-size: 14px;
}
footer .txtLegales {
  font-size: 13px;
    line-height: 15px;
}
footer .txtLegales a {
  color: #FFF !important;
}
#barraAncha {
  margin-top: 80px;
  margin-bottom: 40px;
}
#barraAncha .row {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
#barraAncha .barraTop h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
}
#barraAncha .barraTop a {
  font-family: "Poppins", sans-serif;
  color: #333;
}
#barraAncha .barraTop a:hover {
  color: #D60058;
}
#barraAncha .barraTop .cont {
  background-color: #FFF;
  display: inline-block;
  margin-left: auto;
  box-sizing: border-box;
  padding: 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #EEE;
  font-size: 24px;
  font-weight: 200;
  line-height: 24px;
}
#barraAncha .barraTop .cont a {
  display: block;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: 48px;
  height: 48px;
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}
#barraAncha .barraTop .cont a img {
  height: 28px;
}
#barraAncha .barraTop .cont a:hover img {
  height: 32px;
}
#barraAncha .barraTop .cont .txt {
  position: absolute;
  top: -30px;
  left: -20%;
  width: 140%;
  text-align: center;
}
#barraAncha .barraTop .cont .txt p {
  font-family: "Poppins", sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  display: none;
}
#barraAncha .barraTop .contMob {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#barraAncha .barraTop .contMob a {
  display: block;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  -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;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #dfdfdf;
}
#barraAncha .barraTop .contMob a span {
  font-family: "Poppins", sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
}
#barraAncha .barraTop .contMob a img {
  height: 28px;
  margin-right: 10px;
}

.listaFormatos {
  background-color: #FFF;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  width: 98%;
  margin: auto;
}
.listaFormatos ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.listaFormatos ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 15px;
}
.listaFormatos ul li img {
  margin-bottom: 10px;
}
.listaFormatos ul li p {
  background-color: #F6F6F6;
  box-sizing: border-box;
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  margin-bottom: 0px;
  color: #666;
}
.listaFormatos ul .separa {
  background-color: #e72977;
  width: 5px;
  height: 63px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}

#tablaFiltro .barraFiltros {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#tablaFiltro .barraFiltros div {
  background-color: #dbdbdb;
  box-sizing: border-box;
  padding: 8px 15px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  font-size: 14px;
  line-height: 18px;
  margin: 0px 4px;
  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;
  display: flex;
  align-items: center;
  white-space: pre;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #f6f6f6;
  box-sizing: border-box;
}
#tablaFiltro .barraFiltros div i {
  margin-right: 6px;
  display: none;
}
#tablaFiltro .barraFiltros div img {
  height: 16px;
}
#tablaFiltro .barraFiltros div:hover {
  background-color: #cacaca;
}
#tablaFiltro .barraFiltros div.active {
  border: 1px solid #D60058;
}
#tablaFiltro .barraFiltros div.active i {
  display: block;
  opacity: 0.5;
}
#tablaFiltro .barraFiltros div.active i:hover {
  opacity: 1;
}
#tablaFiltro .barraFiltros div.nuevo {
  background-color: #F7D880;
}
#tablaFiltro .barraFiltros div.nuevo:hover {
  background-color: #ecc65c;
}
#tablaFiltro .barraFiltros div.recomendado {
  background-color: #D60058;
  color: #FFF;
}
#tablaFiltro .barraFiltros div.recomendado:hover {
  background-color: #990945;
  color: #FFF;
}
#tablaFiltro .barraFiltros div.frutales {
  background-color: #F0D6E4;
}
#tablaFiltro .barraFiltros div.frutales:hover {
  background-color: #f5bfdc;
}
#tablaFiltro .barraFiltros div.chocolates {
  background-color: #FEE0AF;
}
#tablaFiltro .barraFiltros div.chocolates:hover {
  background-color: #f3cc8e;
}
#tablaFiltro .barraFiltros div.golosinas {
  background-color: #EFEC8F;
}
#tablaFiltro .barraFiltros div.golosinas:hover {
  background-color: #d8d458;
}
#tablaFiltro .listadoSabores .columnas {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#tablaFiltro .listadoSabores .columnas .categoria {
  width: 46%;
  margin: 2%;
}
#tablaFiltro .listadoSabores .columnas .categoria h6 {
  color: #221F20;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
#tablaFiltro .listadoSabores .columnas .categoria ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #EFEFEF;
  box-sizing: border-box;
  padding: 8px 12px;
  margin-bottom: 6px;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li p {
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li p b {
  font-family: "Poppins", sans-serif;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li .tags {
  display: flex;
  align-items: center;
  max-width: 260px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li .tags div {
  background-color: #dddddd;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  font-size: 12px;
  line-height: 15px;
  margin: 0px 4px;
  margin-bottom: 7px;
  font-family: "Poppins", sans-serif;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li .tags div.nuevo {
  background-color: #F7D880;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li .tags div.recomendado {
  background-color: #D60058;
  color: #FFF;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li .tags div.frutales {
  background-color: #F0D6E4;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li .tags div.chocolates {
  background-color: #FEE0AF;
}
#tablaFiltro .listadoSabores .columnas .categoria ul li .tags div.golosinas {
  background-color: #EFEC8F;
}

.barraDeliverySucursal {
  background-color: #fafafa;
  max-width: 1330px;
  margin: auto;
  box-sizing: border-box;
  height: auto;
  padding: 45px 20px;
  box-sizing: border-box;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.barraDeliverySucursal a {
  background-color: #FFF;
  text-decoration: none;
  border: 2px solid #FFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 14px 30px;
  margin: 0px 10px;
  display: block;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  color: #666;
  font-family: "Poppins", sans-serif;
  -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-weight: 500;
  color: #666;
}
.barraDeliverySucursal a img {
  margin-right: 12px;
}
.barraDeliverySucursal a:hover {
  text-decoration: none;
  color: #D60058;
}

#pintasHead {
  background-color: #FFFAED;
}

.contSabores:first-of-type {
  padding-top: 80px;
}

/* .contSabores#pintas {
  background-color: #FFFAED;
  padding-top: 80px;
}

.contSabores#paletas {
  background-color: #FFF1EF;
}

.contSabores#palitos {
  background-color: #FFF1FC;
}

.contSabores#dietetico {
  background-color: #FFFEE3;
}

.contSabores#batidos {
  background-color: #FFF2DD;
}

.contSabores#postres {
  background-color: #fbeff3;
} */

.contSabores {
  padding-bottom: 60px;
  padding-top: 50px;
}
.contSabores .row {
  max-width: 1350px;
  margin: auto;
}
.contSabores .row .titular {
  display: flex;
  align-items: center;
  margin-top: 90px;
}
.contSabores .row .titular h3 {
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
  color: #333;
}
.contSabores .row .titular h3 img {
  height: 65px !important;
  margin-right: 10px;
}
.contSabores .row .producto {
  margin-bottom: 50px;
  cursor: pointer;
  position: relative;
}
.contSabores .row .producto .info {
  position: relative;
  z-index: 1;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
}
.contSabores .row .producto .info .foto {
  width: 100%;
  height: 340px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.contSabores .row .producto .info h6 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #333;
}
.contSabores .row .producto .masInfo {
  width: 100%;
  background-color: #FFF;
  color: #333;
  text-align: center;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  font-size: 14px;
  -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;
  display: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
.contSabores .row .producto .masInfo:hover {
  background-color: #D60058;
  color: #FFF;
}
.contSabores .row .producto .elHover {
  position: absolute;
  background-color: #333;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  box-sizing: border-box;
  padding: 10px;
  display: none;
  padding-bottom: 16px;
}
.contSabores .row .producto .elHover .foto {
  width: 100%;
  height: 340px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.contSabores .row .producto .elHover h6 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #FFF;
  padding: 0px 10px;
}
.contSabores .row .producto .elHover .precio {
  background-color: #FFF;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  width: 95%;
  margin: auto;
  text-align: center;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 600;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 18px;
  font-family: "Poppins", sans-serif;
}
.contSabores .row .producto .elHover .dataHover {
  padding: 0px 10px;
}
.contSabores .row .producto .elHover .dataHover p {
  font-family: "Poppins", sans-serif;
  color: #b4b4b4;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0px;
}
.contSabores .row .producto .elHover .dataHover .linea {
  width: 100%;
  height: 1px;
  background-color: #797979;
  margin: 10px 0px;
}
.contSabores .row .producto .elHover .dataHover .sellos {
  width: 100%;
  margin-top: 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;
  box-sizing: border-box;
  padding: 8px;
  background-color: #FFF;
}
.contSabores .row .producto .elHover .dataHover .sellos img {
  width: auto;
  max-width: 100%;
}
.contSabores .row .producto:hover .elHover {
  display: block;
}
.contSabores .row .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contSabores .row .tags div {
  background-color: rgba(51, 51, 51, 0.1);
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  font-size: 12px;
  line-height: 15px;
  margin: 0px 4px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
}
.contSabores .row .tags div.nuevo {
  background-color: #F7D880;
}
.contSabores .row .tags div.recomendado {
  background-color: #D60058;
  color: #FFF;
}
.contSabores .row .tags div.frutales {
  background-color: #F0D6E4;
}
.contSabores .row .tags div.chocolates {
  background-color: #FEE0AF;
}
.contSabores .row .tags div.golosinas {
  background-color: #EFEC8F;
}

#contacto {
  padding-top: 100px !important;
  background-color: #EFEC8F;
  position: relative;
}
#contacto .row {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
#contacto .row h2 {
  font-size: 56px;
  line-height: 58px;
  font-weight: 800;
  color: #333;
  padding: 70px 0px;
}
#contacto .franjaOnda {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -58px;
  background-image: url(../img/onda-amarilla.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom center;
}

#contactoForm {
  padding: 80px 20px;
}
#contactoForm .listaContacto {
  display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
}
#contactoForm .listaContacto li {
  width: 100%;
    max-width: 320px;
    margin: 20px;
}
#contactoForm .listaContacto img {
  height: 48px;
}
#contactoForm .listaContacto h6 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 4px;
}
#contactoForm .listaContacto p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
#contactoForm .listaContacto a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #666;
  text-decoration: none;
}
#contactoForm .listaContacto a:hover {
  text-decoration: underline;
}
#contactoForm form {
  background-color: #FFF;
  box-sizing: border-box;
  padding: 35px;
  width: 100%;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
}
#contactoForm form h5 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 4px;
}
#contactoForm form p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
#contactoForm form input {
  font-family: "Poppins", sans-serif; margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 12px;
  border: 2px solid #e4e4e4;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}
#contactoForm form textarea {
  font-family: "Poppins", sans-serif;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 12px;
  border: 2px solid #e4e4e4;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  resize: none;
  height: 110px;
}
#contactoForm form .sendBtn {
  background-color: #D60058; margin-top: 15px;
  color: #FFF;
  border: none;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  font-size: 18px;
  font-weight: 600;
  -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;
}
#contactoForm form .sendBtn:hover {
  background-color: #91023d;
}
#contactoForm form .campox2 {
  display: flex; 
  align-items: flex-start;
  justify-content: space-between;
}
#contactoForm form .campox2 p {
  width: 100%; margin-bottom: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#contactoForm form .campox2 p span {
  width: 49%;
  display: block;
}

#franquicias {
  padding-top: 100px !important;
  position: relative;
  background-color: #D60058;
}
#franquicias .row {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
#franquicias .row h2 {
  font-size: 56px;
  line-height: 58px;
  font-weight: 800;
  color: #FFF;
  padding: 70px 0px;
}
#franquicias .franjaOnda {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -58px;
  background-image: url(../img/onda-fuccia2.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom center;
}

#abriLocalIn {
  margin-top: -2px;
  padding-bottom: 0px !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
#abriLocalIn h3 {
  font-size: 35px;
  line-height: 45px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}
#abriLocalIn p {
  color: #333;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}
#abriLocalIn .imagen {
  max-width: 100%;
  height: auto;
  margin: 65px 0px;
}
#abriLocalIn .listadoFranquicia {
  text-align: center;
  background-color: #FFF;
  max-width: 1320px;
  margin: auto;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  overflow: hidden;
}
#abriLocalIn .listadoFranquicia h5 {
  font-size: 32px;
  line-height: 45px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
}
#abriLocalIn .listadoFranquicia div {
  background-color: #EEE;
  box-sizing: border-box;
  padding: 16px;
  margin: 10px 8px;
  width: 330px;
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
}
#abriLocalIn .listadoFranquicia div h6 {
  font-size: 15px;
  line-height: 26px;
  color: #333;
  font-weight: 700;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 4px 20px;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  width: -moz-fit-content;
  width: fit-content;
}
#abriLocalIn .listadoFranquicia div p {
  color: #333;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  padding: 0px 12px;
}
#abriLocalIn .listadoFranquicia .btnInfo {
  display: block;
  width: 100%;
  padding: 22px 10px;
  color: #666;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-decoration: none;
  -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;
}
#abriLocalIn .listadoFranquicia .btnInfo:hover {
  background-color: #EEE;
}

#entrevista {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 120px;
}
#entrevista h4 {
  font-size: 32px;
  line-height: 40px;
  color: #666;
  font-weight: 700;
  margin-bottom: 22px;
}
#entrevista form {
  width: 100%;
  margin: auto;
  align-items: start;
  justify-content: center;
}
#entrevista form input {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  padding: 12px 12px;
  border: 2px solid #e4e4e4;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}
#entrevista form .sendBtn {
  background-color: #D60058;
  color: #FFF;
  border: none;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  font-size: 18px;
  font-weight: 600;
  -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;
  width: 180px;
  text-align: center;
  cursor: pointer;
  height: 55px;
  margin-left: 10px;
}
#entrevista form .campo1 {
  width: 200px;
  margin: 0px 3px;
}
#entrevista form .campo2 {
  width: 400px;
  margin: 0px 3px;
}
#entrevista form .sendBtn:hover {
  background-color: #91023d;
}
#entrevista .btnWapp {
  background-color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #666;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 15px;
}
#entrevista .btnWapp img {
  height: 30px;
  margin-right: 6px;
}
#entrevista .btnWapp:hover {
  background-color: #EEE;
}

#nosotrosIn {
  padding-top: 100px !important;
  background-color: #EFC6BF;
  position: relative;
}
#nosotrosIn .row {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
#nosotrosIn .row h2 {
  font-size: 56px;
  line-height: 58px;
  font-weight: 800;
  color: #333;
  padding: 70px 0px;
}
#nosotrosIn .franjaOnda {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -58px;
  background-image: url(../img/onda-rosa.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom center;
}

#nosotrosIn2 {
  padding: 80px 0px;
}
#nosotrosIn2 .row {
  display: flex;
  align-items: stretch;
}
#nosotrosIn2 .colIzq .foto {
  background-position: center center;
  background-size: cover;
  height: 100%;
  padding: 35px;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  width: 97%;
  box-sizing: border-box;
}
#nosotrosIn2 .colDer {
  background-color: #FFF;
  box-sizing: border-box;
  padding: 35px;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
}
#nosotrosIn2 .colDer h2 {
  font-weight: 700;
  margin-bottom: 12px;
}
#nosotrosIn2 .colDer p, #nosotrosIn2 .colDer p * {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

.tooltip-inner {
  max-width: 100%;
}

#listaPromos {
  margin: 80px auto;
}
#listaPromos ul {
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
#listaPromos ul li {
  width: 330px;
  margin: 20px;
  box-sizing: border-box;
  padding: 12px;
  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;
  flex-direction: column;
  align-items: normal;
  justify-content: space-between;
}
#listaPromos ul li img {
  width: 100%;
  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: 16px;
}
#listaPromos ul li h5 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 30px;
  padding: 0px 5px;
}
#listaPromos ul li p {
  font-size: 14px;
  line-height: 22px;
  padding: 0px 5px;
}
#listaPromos ul li .btn {
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  box-sizing: border-box;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 22px;
}

#formatosPromos .listaFormatos {
  background-color: #FFF;
  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: 98%;
  margin: auto;
  max-width: 1350px;
  margin-bottom: 40px;
}
#formatosPromos .listaFormatos ul {
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
#formatosPromos .listaFormatos ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 8px;
  margin-bottom: 15px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !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;
}
#formatosPromos .listaFormatos ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
#formatosPromos .listaFormatos ul li img {
  margin-bottom: 5px;
  height: 65px;
}
#formatosPromos .listaFormatos ul li p {
  padding: 8px 10px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #666;
  background-color: transparent !important;
  line-height: 22px;
  text-align: center;
}
#formatosPromos .listaFormatos ul li:hover {
  background-color: #dfdfdf;
}
#formatosPromos .listaFormatos ul .separa {
  background-color: #999;
  width: 3px;
  height: 63px;
  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: 45px 10px;
}















.listado-sucursales {  width: 90%;margin: 0 auto; text-align: center; margin-top: 60px;}
.listado-sucursales h2 {  font-size: 36px;line-height: 48px;padding: 0 20px;color: #CE0058;font-weight: 600;text-transform: uppercase;}
.listado-sucursales ul {  margin-top: 10px;display: flex;justify-content: center;align-items: stretch;flex-wrap: wrap; list-style: none;}
.listado-sucursales ul li {  width: 22%;margin: 20px 1%;background-color: #eee;padding-bottom: 20px;cursor: pointer;
  border-bottom: 2px solid #c9c9c9;
  -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;
}
.listado-sucursales ul li a {  color: #111;text-decoration: none;}
.listado-sucursales ul li .foto {  width: 100%;height: 175px;position: relative;overflow: hidden;background-color: #222;}
.listado-sucursales ul li .foto .more {  position: absolute;width: 30px;z-index: 3;opacity: 0;top: 50%;left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -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;
}
.listado-sucursales ul li .foto .lafoto {  z-index: 1;width: 101%;height: auto;position: absolute;top: 50%;left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -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;
}
.listado-sucursales ul li h6 {  font-size: 22px;line-height: 29px;font-weight: 500;margin-top: 20px;margin-bottom: 6px;padding: 0 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;
}
.listado-sucursales ul li p {  font-size: 14px;line-height: 23px;
  -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;
}
.listado-sucursales ul li p.wap {  font-size: 12px;line-height: 18px;text-transform: uppercase;font-weight: 600;margin-bottom: 3px;
  -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;
}
.listado-sucursales ul li .line {  width: 30px;height: 3px;background-color: #CE0058;margin: 10px auto;
  -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;
}
.listado-sucursales ul li p a {  color: #111;text-decoration: none;display: flex;align-items: center;justify-content: center;}
.listado-sucursales ul li p a .icwp {  width: 20px;margin-right: 5px;}
.listado-sucursales ul li:hover {  background-color: #CE0058;border-color: #a60057;}
.listado-sucursales ul li:hover * {  color: #fff;}
.listado-sucursales ul li:hover .foto .lafoto {  opacity: 0.4;width: 110%;}
.listado-sucursales ul li:hover .foto .more {  width: 60px;opacity: 1;}
.listado-sucursales ul li:hover .line {  width: 50px;background-color: #fff;}
.light-sucursal {  position: fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.6);z-index: 999999;display: none;}
.light-sucursal .in {  background-color: #fff;width: 800px;height: auto;display: flex;position: absolute;top: 50%;left: 50%;opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.light-sucursal .in .close {  position: absolute;top: 10px;right: -45px;width: 36px;cursor: pointer;opacity: 1 !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;
}
.light-sucursal .in .close:hover {  opacity: 0.7 !important;}
.light-sucursal .in .izq {  width: 350px;height: auto;}
.light-sucursal .in .izq img {  width: 100%;height: auto;}
.light-sucursal .in .izq iframe {  width: 100%; height: 240px;}
.light-sucursal .in .der {  width: 450px;height: auto;box-sizing: border-box;padding: 40px;}
.light-sucursal .in .der h6 {  font-size: 35px;line-height: 43px;margin-bottom: 12px;}
.light-sucursal .in .der p {  font-weight: 100;font-size: 16px;line-height: 22px;margin-bottom: 3px;}
.light-sucursal .in .der p b {  font-weight: 600;}
.light-sucursal .in .der p a {  color: #222;text-decoration: underline;}
.light-sucursal .in .der p a.wp {  color: #222;text-decoration: none;display: flex;align-items: center;}
.light-sucursal .in .der p a .iconwp {  width: 24px;margin-right: 5px;}
.light-sucursal .in .der p a:hover {  text-decoration: none;}
.light-sucursal .in .der p.margen-bajo {  margin-bottom: 12px;}
.data-sucursal {  background-color: #fff;width: 800px;height: auto;display: flex;}
.data-sucursal .izq {  width: 350px;height: auto;}
.data-sucursal .izq img {  width: 100%;height: auto;}
.data-sucursal .izq iframe {  width: 100%;height: 240px;}
.data-sucursal .der {  width: 450px;height: auto;box-sizing: border-box;padding: 40px;}
.data-sucursal .der h6 {  font-size: 35px;line-height: 43px;margin-bottom: 12px;}
.data-sucursal .der p {  font-weight: 100;font-size: 16px;line-height: 22px;margin-bottom: 12px;}
.data-sucursal .der p b {font-weight: 600;}










#map-container {  margin-top:80px;  width: 100%;  height: 650px;  position: relative;  box-sizing: border-box;}
#map-container button {  background: none;  color: inherit;  border: none;  padding: 0;  font: inherit;  font-size: inherit;  cursor: pointer;}
#map {  position: absolute;  left: 22em;  top: 0;  right: 0;  bottom: 0;}
#locations-panel {  position: absolute;  left: 0;  width: 22em;  top: 0;  bottom: 0;  overflow-y: auto;  background: white;  padding: 0.5em;  box-sizing: border-box;}
@media only screen and (max-width: 876px) {
  #map {    left: 0;    bottom: 50%;  }
  #locations-panel {    top: 50%;    right: 0;    width: unset;  }
  #map-container {    width: 88%;    margin:auto  }
}

#locations-panel-list > .headerMap {  padding: 1.4em 1.4em 0 1.4em;}
#locations-panel-list h1.search-title {  font-size: 1em;  font-weight: 500;  margin: 0;}
#locations-panel-list h1.search-title > img {  vertical-align: bottom;  margin-top: -1em;}
#locations-panel-list .search-input {  width: 100%;  margin-top: 0.8em;  position: relative;}
#locations-panel-list .search-input input {  width: 100%;  border: 1px solid rgba(0, 0, 0, 0.2);  border-radius: 0.3em;  height: 2.2em;  box-sizing: border-box;  padding: 0 2.5em 0 1em;  font-size: 1em;}
#locations-panel-list .search-input-overlay {  position: absolute;}
#locations-panel-list .search-input-overlay.search {  right: 2px;  top: 2px;  bottom: 2px;  width: 2.4em;}
#locations-panel-list .search-input-overlay.search button {  width: 100%;  height: 100%;  border-radius: 0.2em;  color: black;  background: transparent;}
#locations-panel-list .search-input-overlay.search .icon {  margin-top: 0.05em;  vertical-align: top;}
#locations-panel-list .section-name {  font-weight: 500;  font-size: 0.9em;  margin: 1.8em 0 1em 1.5em;}
#locations-panel-list .location-result {  position: relative;  padding: 0.8em 3.5em 0.8em 1.4em;  border-bottom: 1px solid rgba(0, 0, 0, 0.12);  cursor: pointer;}

#locations-panel-list .location-result:first-of-type {  border-top: 1px solid rgba(0, 0, 0, 0.12);}
#locations-panel-list .location-result:last-of-type {  border-bottom: none;}
#locations-panel-list .location-result.selected {  outline: 2px solid #4285f4;}
#locations-panel-list button.select-location {  margin-bottom: 0.6em;  text-align: left;}
#locations-panel-list .location-result h2.name {  font-size: 1em;  font-weight: 500;  margin: 0;}
#locations-panel-list .location-result .address {  font-size: 0.9em;  margin-bottom: 0.5em;}
#locations-panel-list .location-result .details-button {  font-size: 14px;color: #ce0058;}
#locations-panel-list .location-result .distance {  position: absolute;  top: 0.9em;  right: 0;  text-align: center;  font-size: 0.9em;  width: 5em;}
#locations-panel-list .show-directions {  position: absolute;  right: 1.2em;  top: 2.3em;}
#location-results-list {  list-style-type: none;  margin: 0;  padding: 0;}
/* ------------- DETAILS PANEL ------------------------------- */
#locations-panel-details {  padding: 1.4em;  box-sizing: border-box;  display: none;}
#locations-panel-details .back-button {  font-size: 14px;  color: #ce0058;  display: flex;  align-items:center;  text-decoration: none;  background: none;  border: none;  cursor: pointer;  padding: 0;  font-family: inherit;}
#locations-panel-details .back-button .icon {  width: 20px;  height: 20px;  vertical-align: bottom;  margin-right:6px;}
#locations-panel-details > .headerMap {  text-align: center;}
#locations-panel-details .banner {  margin-top: 1em;}
#locations-panel-details h2 {  font-size: 1.1em;  font-weight: 500;  margin-bottom: 0.3em;}
#locations-panel-details .distance {  font-size: 0.9em;  text-align: center;}
#locations-panel-details .address {  text-align: center;  font-size: 0.9em;  margin-top: 1.3em;}
#locations-panel-details .atmosphere {  text-align: center;  font-size: 0.9em;  margin: 0.8em 0;}
#locations-panel-details .star-rating-numeric {  color: #555;}
#locations-panel-details .star-icon {
  width: 1.2em;  height: 1.2em;  margin-right: -0.3em;  margin-top: -0.08em;  vertical-align: top;
  filter: invert(88%) sepia(60%) saturate(2073%) hue-rotate(318deg) brightness(93%) contrast(104%);
}
#locations-panel-details .star-icon:last-of-type {  margin-right: 0.2em;}
#locations-panel-details .price-dollars {  color: #555;}
#locations-panel-details hr {  height: 1px;  color: rgba(0, 0, 0, 0.12);  background-color: rgba(0, 0, 0, 0.12);  border: none;  margin-bottom: 1em;}
#locations-panel-details .contact {  font-size: 0.9em;  margin: 0.8em 0;  display: flex;  align-items: center;}
#locations-panel-details .contact .icon {  flex: 0 0 auto;  width: 1.5em;  height: 1.5em;}
#locations-panel-details .contact .right {  padding: 0.1em 0 0 1em;}
#locations-panel-details a {  font-size: 14px;color: #ce0058;}
#locations-panel-details .hours .weekday {  display: inline-block;  width: 5em;}
#locations-panel-details .website a {  white-space: nowrap;  display: inline-block;  overflow: hidden;  max-width: 16em;  text-overflow: ellipsis;}
#locations-panel-details p.attribution {  color: #777;  margin: 0;  font-size: 0.8em;  font-style: italic;}



.iframeMapa { width: 100%; height: 600px;}
.iframeMapa iframe { width: 100%; height: 100%;}



#textosPoliticas { margin-top: 110px;  margin-bottom: 20px;}
#textosPoliticas p { font-family: "Poppins", sans-serif;  font-weight: 400;  font-style: normal;  font-size: 15px;}









#prodExtra {}
#prodExtra .fotoHero { width: 100%; height: auto; margin-bottom: 20px;}
#prodExtra ul { margin: 0; padding: 0; display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; margin-bottom: 40px;}
#prodExtra ul li { 
  width: 300px; margin: 10px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 20px;
  box-sizing: border-box;     border: 1px solid #e7e7e7;  padding: 8px;
  border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}
#prodExtra ul li img { width: 100%; margin-bottom: 12px;}
#prodExtra ul li p {
  font-size: 22px;
    line-height: 28px;
    color: #df1875;
    margin-bottom: 4px;
}
#prodExtra ul li h6 {
  font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #595959;
    margin-bottom: 3px;
}




.diaHelado {
  width: 100%;
  height: auto; text-align: center; box-sizing: border-box; padding: 36px 0px; padding-bottom: 0px; background-color: #D60058;
}
.diaHelado h1 { color: #FFF;    font-size: 35px;    line-height: 42px;    margin-bottom: 5px;    font-weight: 600; padding: 0px 20px; }
.diaHelado p { color: #FFF; font-size: 17px;    line-height: 24px;    font-family: "Poppins", sans-serif; padding: 0px 20px; padding-bottom: 15px; }
.diaHelado .wave { 
    width: 100%;    height: 60px;    background-color: #F7F2E1;
    background-image: url(https://heladosdaniel.com/wp-content/uploads/2025/09/wavw.png);
    background-position: center center;    background-size: auto 100%;    background-repeat: repeat-x;
}



.bloqueHelado1 {
  width: 100%; background-color: #F7F2E1; height: auto; box-sizing: border-box; padding: 60px 0px;
}
.bloqueHelado1 .contenedor {
  width: 100%; display: flex; align-items: stretch; justify-content: space-between; margin: 35px auto; max-width: 1320px; box-sizing: border-box; padding: 0px 20px;
}
.bloqueHelado1 .izq { width: 50%; height: auto; position: relative; display: flex;    align-items: center;    flex-direction: column;    justify-content: center;}
.bloqueHelado1 .der { width: 50%; height: auto; position: relative; display: flex;    align-items: center;    flex-direction: column;    justify-content: center;}
.bloqueHelado1 p { 
    box-sizing: border-box; color: #333; font-size: 15px; line-height: 25px; font-family: "Poppins", sans-serif;
}
.bloqueHelado1 * { font-family: "Poppins", sans-serif !important; }
.bloqueHelado1 p b, .bloqueHelado1 p strong { font-family: "Poppins", sans-serif; font-weight: bold;}
.bloqueHelado1 p i { font-family: "Poppins", sans-serif; font-style: italic;}
.bloqueHelado1 .foto { 
  box-sizing: border-box; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 360px;
}
.bloqueHelado1 .izq p { padding-right: 40px;}
.bloqueHelado1 .der p { padding-left: 40px;}
.bloqueHelado1 .izq .foto { width: 96%; margin-right: 4%; }
.bloqueHelado1 .der .foto { width: 96%; margin-left: 4%; }



.bloqueHelado2 { 
  width: 100%; height: auto;  text-align: center; padding: 100px 20px; box-sizing: border-box;
  background-color: #CCC; background-position: center center; background-size: cover; background-repeat: no-repeat;
}
.bloqueHelado2 h5 { color: #FFF; font-size: 24px; line-height: 32px; margin-bottom: 10px;}
.bloqueHelado2 p { color: #FFF; font-size: 16px; line-height: 25px; margin-bottom: 10px; font-family: "Poppins", sans-serif; max-width: 900px; margin: auto;}


.legalesDiadelHelado { width: 100%; background-color: #FFF; text-align: center; padding: 40px 30px; padding-bottom: 60px;}
.legalesDiadelHelado small { font-size: 11px;    line-height: 19px;    font-family: "Poppins", sans-serif;    display: block;    max-width: 1200px;    margin: auto;}





.slideFotosDia { background-color: #F7F2E1; padding-bottom: 40px !important; }







/* 1400 */
@media (max-width: 1400px) {
  #placeres .listaPlaceres li {
    height: 36vw;
  }
}




/* 1200 */
@media (max-width: 1200px) {
  #placeres .listaPlaceres li {
    height: 40vw;
  }
  footer .franjaOnda {
    height: 90px;
  }
  .placeresIn#placeres .franjaOnda {
    height: 90px;
    bottom: -88px;
  }
}




/* 992 */
@media (max-width: 992px) {
  header.headerTransparent {
    background: rgb(184, 184, 186);
    background: linear-gradient(270deg, #D3D3D3 0%, #B8B8BA 100%);
  }
  #placeres .listaPlaceres li {
    height: 38vw;
  }
  #placeres .listaPlaceres li a h5 {
    min-height: 88px;
    padding-top: 42px;
    padding-bottom: 14px;
  }
  #placeres .listaPlaceres li:hover h5 {
    padding-top: 42px;
    padding-bottom: 14px;
  }
  .contSabores .row .producto .foto {
    height: 280px;
  }
  #entrevista {
    padding-bottom: 60px;
  }
}




/* 768 */
@media (max-width: 768px) {
  #placeres .listaPlaceres li {
    width: 48%;
    height: 54vw;
  }
  #sabores .maskCategorias {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .container-xl .redes {
    justify-content: flex-start;
  }
  .saboresIn#sabores {
    padding-bottom: 30px !important;
  }
  .listaFormatos ul {
    padding: 20px 10px;
  }
  .listaFormatos ul li {
    margin: 0px 10px;
  }
  .listaFormatos ul li img {
    height: 80px;
  }
  .listaFormatos ul .separa {
    display: none;
  }
  #tablaFiltro .listadoSabores .columnas .categoria {
    width: 100%;
    margin: 0%;
  }
  .barraDeliverySucursal {
    padding: 26px 10px;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    box-sizing: border-box;
    width: 90%;
  }
  .barraDeliverySucursal a {
    border: 1px solid #dbdbdb;
  }
  .placeresIn#placeres .listaFormatos ul li img {
    height: 50px;
  }
  .placeresIn#placeres .listaFormatos ul li p {
    padding: 6px 6px;
    font-size: 14px;
    line-height: 20px;
  }
  #formatosPromos .listaFormatos ul li img {
    height: 50px;
  }
  #formatosPromos .listaFormatos ul li p {
    padding: 6px 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .contSabores .row .titular h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .contSabores .row .titular h3 img {
    height: 40px !important;
    margin-right: 5px;
  }
  .contSabores .row .producto h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .contSabores .row .producto .foto {
    height: 280px;
  }
  #contactoForm {
    padding: 55px 20px;
  }
  #contacto .row h2 {
    font-size: 34px;
    line-height: 42px;
    padding: 10vw 0px;
  }
  #contactoForm form {
    background-color: transparent;
    padding: 10px;
    width: 100%;
  }
  #franquicias .row h2 {
    font-size: 34px;
    line-height: 42px;
    padding: 10vw 0px;
  }
  #nosotrosIn .row h2 {
    font-size: 34px;
    line-height: 42px;
    padding: 10vw 0px;
  }
  #abriLocalIn h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 7px;
  }
  #abriLocalIn .listadoFranquicia {
    padding: 30px 10px;
    width: 96%;
    background-color: transparent;
  }
  #abriLocalIn .listadoFranquicia .btnInfo {
    width: 90%;
    font-size: 16px;
    font-weight: 600;
    padding: 22px 10px;
    background-color: #FFF;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
  }
  #entrevista h4 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 18px;
  }
  #entrevista form {
    width: 90%;
  }
  #entrevista form .campo1 {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
  }
  #entrevista form .campo2 {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
  }
  #entrevista form .sendBtn {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: auto;
  }
  #nosotrosIn2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #nosotrosIn2 .colIzq .foto {
    height: 72vw;
    padding: 35px;
    width: 100%;
    margin-bottom: 18px;
  }
  .tooltip-inner {
    max-width: 90%;
    margin-left: 5%;
  }
  #listaPromos {
    margin: 50px auto;
  }
  #listaPromos ul li {
    margin: 5px;
  }
  footer .franjaOnda {
    height: 70px;
  }
  .placeresIn#placeres .franjaOnda {
    height: 70px;
    bottom: -68px;
  }
  .promocionesIn#promociones .franjaOnda {
    height: 32px;
    bottom: -30px;
  }
  #franquicias .franjaOnda {
    height: 32px;
    bottom: -30px;
  }
  #contacto .franjaOnda {
    height: 32px;
    bottom: -30px;
  }
  #nosotrosIn .franjaOnda  {
    height: 32px;
    bottom: -30px;
  }
  #descarga .franjaOnda {
    height: 56px;
  }
  #contactoForm form .campox2 p {
    flex-direction: column;
  }
  #contactoForm form .campox2 p span {
    width: 100%;
  }

  #nosotrosIn2 .colDer {
    padding: 20px;
  }

  .placeresIn#placeres {
    padding-top: 62px !important;
  }
  #textosPoliticas {
    margin-top: 55px;
    margin-bottom: 20px;
  }

  .bloqueHelado1 {
      padding: 25px 0px;
  }
  .bloqueHelado1 .contenedor {
     flex-direction: column;
     margin: 0px auto;
  }
  .bloqueHelado1 .izq {
    width: 100%;
  }
  .bloqueHelado1 .der {
    width: 100%;
  }
  .bloqueHelado1 .der .foto  {
    width: 100%;    margin-left: 0%;    margin-bottom: 30px;
  }
  .bloqueHelado1 .izq .foto {
    width: 100%;    margin-right: 0%;    margin-bottom: 30px;
  }
  .bloqueHelado1 .izq p {
    padding-right: 0px;
  }
  .bloqueHelado1 .der p {
    padding-left: 0px;
  }

}



/* 576 */
@media (max-width: 576px) {
  #sabores .barraTop h4 {
    font-size: 28px;
    line-height: 36px;
  }
  #placeres .barraTop h4 {
    font-size: 28px;
    line-height: 36px;
  }
  #placeres .listaPlaceres {
    padding-right: 0px;
    padding-left: 0px;
  }
  #placeres .listaPlaceres li a h5 {
    font-size: 18px;
    line-height: 24px;
    min-height: 73px;
    padding-top: 34px;
    padding-bottom: 4px;
  }
  #placeres .listaPlaceres li:hover h5 {
    padding-top: 34px;
    padding-bottom: 4px;
  }
  .promocionesIn#promociones .barraTop h4 {
    font-size: 28px;
    line-height: 36px;
  }
  #descarga h3 {
    font-size: 28px;
    line-height: 36px;
  }
  #abriLocal h3 {
    font-size: 28px;
    line-height: 36px;
  }
  #sabores .maskCategorias {
    padding-left: 8px;
    padding-right: 8px;
  }
  #sabores .swiper-slide {
    height: 370px;
  }
  #sabores .swiper-slide a {
    padding: 20px 8px;
  }
  #sabores .swiper-slide a .info {
    bottom: -105px;
  }
  #sabores .swiper-slide a .anounce {
    width: 62px;
  }
  #sabores .swiper-slide a .anounce img {
    width: 100%;
  }
  #sabores .swiper-slide a h4 {
    font-size: 20px;
    line-height: 23px;
  }
  #sabores .swiper-slide a h4 img {
    width: 100%;
    max-width: 100%;
  }
  #sabores .swiper-slide a .tags div {
    margin: 0px 2px;
    margin-bottom: 3px;
  }
  #sabores .swiper-slide a .info {
    width: 90%;
  }
  #sabores .swiper-slide a .info p {
    font-size: 13px;
    line-height: 16px;
  }
  #barraAncha .barraTop h4 {
    font-size: 28px;
    line-height: 36px;
  }
  #tablaFiltro .listadoSabores .columnas .categoria h6 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  #tablaFiltro .listadoSabores .columnas .categoria ul li p {
    font-size: 13px;
  }
  #tablaFiltro .listadoSabores .columnas .categoria ul li .tags div {
    font-size: 10px;
    line-height: 13px;
  }
  .contSabores .row .producto h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .contSabores .row .producto .foto {
    height: 220px;
  }
  .barraDeliverySucursal {
    margin-bottom: 30px;
  }
  .contSabores .row .titular {
    margin-top: 40px;
  }
  .contSabores {
    padding-bottom: 40px;
  }
  .contSabores .row .producto {
    margin-bottom: 0;
    margin: 18px 0px;
  }
  #abriLocalIn {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #abriLocalIn .listadoFranquicia h5 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 8px;
  }
  #abriLocalIn .listadoFranquicia div {
    width: 100%;
  }
  #entrevista h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .contSabores .row .producto .masInfo {
    display: block;
  }
  .contSabores .row .producto .info .foto {
    height: 90vw;
  }
  .contSabores .row .producto .elHover {
    position: relative;
    background-color: transparent;
  }
  .contSabores .row .producto .elHover .foto {
    display: none;
  }
  .contSabores .row .producto .elHover .foto {
    display: none;
  }
  .contSabores .row .producto .elHover h6 {
    display: none;
  }
  .contSabores .row .producto .elHover .precio {
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
  }
  .contSabores .row .producto .elHover .dataHover p {
    color: #333;
  }
  .contSabores .row .producto .elHover .dataHover .linea {
    background-color: #d1d1d1;
  }
  .contSabores .row .producto:hover .elHover {
    display: none;
  }
  #placeres .listaPlaceres li {
    height: 55vw;
  }
  footer .franjaOnda {
    height: 50px;
  }
  .placeresIn#placeres .franjaOnda {
    height: 50px;
    bottom: -48px;
  }
  .promocionesIn#promociones .franjaOnda {
    height: 25px;
    bottom: -24px;
  }
  #franquicias .franjaOnda {
    height: 25px;
    bottom: -24px;
  }
  #contacto .franjaOnda {
    height: 25px;
    bottom: -24px;
  }
  #nosotrosIn .franjaOnda  {
    height: 25px;
    bottom: -24px;
  }
  #descarga .franjaOnda {
    height: 45px;
  }

  #prodExtra ul li {
    width: 46%;
    margin: 1%;
    padding: 4px;
}
}




/* 480 */
@media (max-width: 480px) {
  #placeres .listaPlaceres li {
    height: 55vw;
  }
  #placeres .listaPlaceres li a h5 {
    font-size: 15px;
    line-height: 22px;
    min-height: 65px;
    padding-top: 32px;
    padding-bottom: 4px;
  }
  #placeres .listaPlaceres li:hover h5 {
    padding-top: 32px;
    padding-bottom: 4px;
  }
  .placeresIn#placeres .listaFormatos ul {
    padding: 15px;
  }
  .placeresIn#placeres .listaFormatos ul li {
    margin: 0px 4px;
    margin-bottom: 6px;
    padding: 8px;
  }
  #formatosPromos .listaFormatos ul {
    padding: 15px;
  }
  #formatosPromos .listaFormatos ul li {
    margin: 0px 4px;
    margin-bottom: 6px;
    padding: 8px;
  }
  .contSabores .row .producto .foto {
    height: 190px;
  }
  .barraDeliverySucursal a {
    padding: 12px 20px;
    font-size: 14px;
  }
  footer .container-xl ul li a {
    letter-spacing: 0px;
  }
}
@media (max-width: 440px) {
  .barraDeliverySucursal a img {
    margin-right: 7px;
    height: 25px;
  }
  .contSabores .row .producto .foto {
    height: 170px;
  }
}/*# sourceMappingURL=estilos.css.map */