@font-face {
  font-family: KankinRegular;
  src: url(../fonts/Kankin-Regular.otf);
  font-display: swap;
}

@font-face {
  font-family: PoppinsBold;
  src: url(../fonts/Poppins-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: PoppinsMedium;
  src: url(../fonts/Poppins-Medium.ttf);
  font-display: swap;
}

:root {
  --principal: #f2d551;
  --secondary: #101c85;
  --third: #a80679;
  --white: #ffffff;
  --black: #000000;
  --menuAnimation: 0.6s;
  --menuScale: 1;
}

.animate__faster150 {
  animation-duration: 150ms !important;
}

body {
  overflow-x: hidden;
}

.btn-over {
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.regular {
  font-family: "KankinRegular";
}

.bold {
  font-family: "PoppinsBold";
}

.medium {
  font-family: "PoppinsMedium";
}

.pea {
  pointer-events: all;
}

.pen {
  pointer-events: none;
}

.nds,
.nds:focus,
.nds:active,
.nds:hover {
  outline: none !important;
  box-shadow: none !important;
}

.stroke {
  font-family: "Brady", sans-serif;
  font-size: 80px;
  line-height: 1em;
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: rgb(37 50 123) 6px 0px 0px,
    rgb(37 50 123) 5.91686px 0.995377px 0px,
    rgb(37 50 123) 5.66974px 1.96317px 0px,
    rgb(37 50 123) 5.2655px 2.87655px 0px,
    rgb(37 50 123) 4.71532px 3.71022px 0px,
    rgb(37 50 123) 4.03447px 4.44106px 0px,
    rgb(37 50 123) 3.24181px 5.04883px 0px,
    rgb(37 50 123) 2.35931px 5.51667px 0px,
    rgb(37 50 123) 1.41143px 5.83163px 0px,
    rgb(37 50 123) 0.424423px 5.98497px 0px,
    rgb(37 50 123) -0.574341px 5.97245px 0px,
    rgb(37 50 123) -1.55719px 5.79441px 0px,
    rgb(37 50 123) -2.49688px 5.45578px 0px,
    rgb(37 50 123) -3.36738px 4.96596px 0px,
    rgb(37 50 123) -4.14455px 4.33852px 0px,
    rgb(37 50 123) -4.80686px 3.59083px 0px,
    rgb(37 50 123) -5.33596px 2.74364px 0px,
    rgb(37 50 123) -5.71718px 1.8204px 0px,
    rgb(37 50 123) -5.93995px 0.84672px 0px,
    rgb(37 50 123) -5.99811px -0.150428px 0px,
    rgb(37 50 123) -5.89004px -1.14341px 0px,
    rgb(37 50 123) -5.61874px -2.1047px 0px,
    rgb(37 50 123) -5.19172px -3.00766px 0px,
    rgb(37 50 123) -4.62082px -3.82727px 0px,
    rgb(37 50 123) -3.92186px -4.54081px 0px,
    rgb(37 50 123) -3.11421px -5.12852px 0px,
    rgb(37 50 123) -2.22026px -5.57409px 0px,
    rgb(37 50 123) -1.26477px -5.86518px 0px,
    rgb(37 50 123) -0.274238px -5.99373px 0px,
    rgb(37 50 123) 0.723898px -5.95617px 0px,
    rgb(37 50 123) 1.70197px -5.75355px 0px,
    rgb(37 50 123) 2.63288px -5.39147px 0px,
    rgb(37 50 123) 3.49082px -4.87998px 0px,
    rgb(37 50 123) 4.25202px -4.23324px 0px,
    rgb(37 50 123) 4.89538px -3.46919px 0px,
    rgb(37 50 123) 5.40307px -2.60899px 0px,
    rgb(37 50 123) 5.76102px -1.67649px 0px,
    rgb(37 50 123) 5.95932px -0.697531px 0px;
}

.overAll {
  z-index: 10000 !important;
}

.s12 {
  font-size: 12px;
}

.s14 {
  font-size: 14px;
}

.s16 {
  font-size: 16px;
}

.s18 {
  font-size: 18px;
}

.s20 {
  font-size: 20px;
}

.s22 {
  font-size: 22px;
}

.s24 {
  font-size: 24px;
}

.s26 {
  font-size: 26px;
}

.s28 {
  font-size: 28px;
}

.s30 {
  font-size: 30px;
}

.s40 {
  font-size: 40px;
}

.s50 {
  font-size: 50px;
}

.s60 {
  font-size: 60px;
}

.s70 {
  font-size: 70px;
}

.bg-menu {
  /* 	height: 90px; */
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(
      180deg,
      rgba(242, 213, 81, 1) 92px,
      rgba(0, 0, 0, 0) 0%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 50%);
}

.bg-amarillo {
  background-image: url("../images/menu-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-principal {
  background-color: var(--principal);
}

.text-blue {
  color: var(--secondary);
}

.nav-link {
  color: var(--secondary);
}

.nav-link.active {
  border-bottom: 0px solid var(--third);
  color: var(--third) !important;
}

.nav-link:hover {
  border-bottom: 0px solid var(--third);
  color: var(--third);
}

.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: transparent;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.carousel-inner {
  position: relative;
}

.btn-round {
  border: none;
  position: relative;
  bottom: 0px;
  left: 0px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  width: 176px;
  height: 56px;
  border-radius: 28px;
  background-color: #101c85;
  background: linear-gradient(to right, #072146 50%, #101c85 50%);
  background-size: 206% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  background-image: linear-gradient(100deg, #072146 50%, #101c85 50%);
  font-family: "KankinRegular";
}

.btn-round:hover {
  background-position: left bottom;
  background-image: linear-gradient(100deg, #072146 50%, #101c85 50%);
  color: #fff;
}

.icon-rss {
  font-size: 56px;
  color: var(--secondary);
}

.wrapperTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -45%);
  background-image: url("../images/hero/hero_uno_dulces.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.8s ease-in-out;
}

.wrapperTitle-withoutbg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -45%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.8s ease-in-out;
}

.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("../images/btn-prev.png");
}

.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("../images/btn-next.png");
}

@media screen and (max-width: 990px) {
  .wrapperTitle {
    transform: translate(-50%, -45%) scale(0.8);
  }

  .wrapperTitle-withoutbg {
    transform: translate(-50%, -45%) scale(0.8);
  }

  .bannerTitle {
    transform: rotate(354deg);
  }
}

.bannerTitle {
  display: flex;
  text-shadow: 6px 4px 4px #000000;
  text-transform: uppercase;
  justify-content: center;
  font-family: KankinRegular;
  font-size: 6rem;
  transform: rotate(354deg);
  line-height: 4rem;
}

.bannerTitle span {
  font-size: 2.5rem;
}

.bannerTitle_l span {
  font-size: 3.5rem;
}

.text-a,
.text-b {
  color: var(--white);
  transition: color 0.8s ease-in-out;
}

.text-c {
  color: var(--third);
  transition: color 0.8s ease-in-out;
}

.text-d {
  color: var(--secondary);
  transition: color 0.8s ease-in-out;
}

.text-a:hover,
.text-b:hover,
.text-c:hover,
.text-d:hover {
  color: var(--principal);
  animation: 0.8s shake infinite alternate;
}

@keyframes shake {
  0% {
    transform: skewX(-15deg);
  }

  5% {
    transform: skewX(15deg);
  }

  10% {
    transform: skewX(-15deg);
  }

  15% {
    transform: skewX(15deg);
  }

  20% {
    transform: skewX(0deg);
  }

  100% {
    transform: skewX(0deg);
  }
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 52rem;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}

.navbar-collapse {
  min-height: 100vh !important;
  overflow: auto;
  z-index: 999999;
}

.bg-clear {
  background-color: transparent;
}

.listado {
  position: relative;
  margin-top: -45px;
  width: 100%;
  height: auto;
  background-image: url("../images/back-amarillo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  z-index: 1002;
}

.productos {
  position: relative;
  margin-top: -45px;
  width: 100%;
  height: 800px;
  background-image: url("../images/back-azul.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  z-index: 1002;
}

.contacto {
  position: relative;
  margin-top: -50px;
  width: 100%;
  height: auto;
  background-image: url("../images/back-amarillo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  z-index: 1002;
}

.ubicaciones {
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 300px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  z-index: 1002;
}

.recetas {
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 500px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  z-index: 1002;
}

.notas {
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 500px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  z-index: 1002;
}

.footer {
  background-image: url("../images/footer/background.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.footer ul {
  display: block;
  list-style: none;
  font-size: 0.9rem;
  color: var(--white);
  padding: 0;
}

.footer h3 {
  font-family: "KankinRegular";
  text-align: center;
  font-size: 2.1rem;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .icon-mano {
    max-width: 200px;
  }

  .bannerTitle_l span {
    font-size: 2.2rem;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide-active {
  z-index: 9999;
}

.swiper-slide img {
  display: block;
  width: 250px;
  height: 100%;
  min-width: 270px;
  transition: all 0.5s;
  transform: scale(0.8);
  -webkit-filter: blur(5px);
  /* Safari 6.0 - 9.0 */
  filter: blur(5px);
}

.nombre-prod {
  width: 297px;
  height: 70px;
  background-image: url("../gifs/DoodleTitle.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper-button-next {
  background-image: url("../images/btn-next-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: calc(var(--swiper-navigation-size) / 44 * 40) !important;
  height: var(--swiper-navigation-size);
}

.swiper-button-next::after {
  content: "";
}

.swiper-button-prev {
  background-image: url("../images/btn-prev-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: calc(var(--swiper-navigation-size) / 44 * 40) !important;
  height: var(--swiper-navigation-size);
}

.swiper-button-prev::after {
  content: "";
}

@media screen and (min-width: 1024px) {
  .nav-responsive {
    width: 100%;
    max-height: 100vh;
  }

  .grid-flavour-align {
    padding-left: 10px;
  }

  .navbar-collapse {
    min-height: auto !important;
    height: calc(100vh - 65px) !important;
    overflow: auto;
  }
}

.button-hover:hover {
  filter: invert(100%);
}

.dynapuff {
  font-family: "DynaPuff", system-ui;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 4vh;
}

.bg_productos {
  height: 75vh !important;
  background: url('../images/backgrounds/products_bg_mobile.webp'), url('../images/backgrounds/products_items_2.webp'), url('../images/backgrounds/products_bg.webp');
  background-size: cover, cover, cover !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-position: center, center, center !important;
}

@media (min-width: 640px) {
  .button-secondary {
    width: 18rem;
    align-self: center;
  }

  .button-third {
    align-self: center;
    width: 15rem;
  }

  .button-fourth {
    align-self: center;
    width: 17.5rem;
  }

  .button-image {
    height: 60px;
  }
}

@media (min-width: 768px) {
  .button-secondary {
    width: 18rem;
    align-self: center;
  }

  .button-third {
    align-self: center;
    width: 15rem;
  }

  .button-fourth {
    align-self: center;
    width: 17.5rem;
  }

  .button-image {
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .dynapuff {
    font-size: 4vh;
  }
}

@media (min-width: 1280px) {
  .button-secondary {
    width: 18rem;
    left: 55rem;
  }

  .button-third {
    left: 54rem;
    width: 15rem;
  }

  .button-fourth {
    left: 5rem;
    width: 17.5rem;
  }

  .button-image {
    height: 60px;
  }

  .dynapuff {
    font-size: 5vh;
  }

  .text_hero_dos {
    width: auto;
    bottom: 20rem;
    align-self: left;
    left: -4%;
  }

  .bg_explora {
    background: url("../images/hero/hero_explora_girl.webp"),
      url("../images/hero/hero_explora_winis.webp");
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: right, center right;
  }

  .bg_encuentranos {
    height: 90vh !important;
    background: url("../images/mapa_wide.webp"),
      url("../images/hero/hero_encuentranos.webp");
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
  }

  .bg_productos {
    height: 85vh !important;
    background: url("../images/backgrounds/products_letters.webp"),
      url("../images/backgrounds/products_items_2.webp"),
      url("../images/backgrounds/products_bg.webp");
    background-size: cover, cover, cover !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: center, center, center !important;
  }

  .bg_colors {
    min-height: 850px;
    background: url("../images/hero/hero_productos_colors4.webp");
    background-size: auto 100%;
    background-position: center;
  }
}

@media (min-width: 1536px) {
  .button-secondary {
    width: 18rem;
    left: 54rem;
  }

  .button-third {
    left: 52rem;
    width: 15rem;
  }

  .button-fourth {
    left: 13%;
    width: 17.5rem;
  }

  .button-image {
    height: 60px;
  }

  .bg_encuentranos {
    height: 90vh !important;
    background: url("../images/mapa_wide.webp"),
      url("../images/hero/hero_encuentranos.webp");
    background-size: auto 100vh, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
  }
}

@media (min-width: 2560px) {
  .text_hero_dos {
    width: auto;
    bottom: 20rem;
    left: -30%;
  }

  .bg_explora {
    background: url("../images/hero/hero_explora_girl.webp"),
      url("../images/hero/hero_explora_winis.webp");
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: right, center right;
    background-position-x: 80%;
  }

  .bg_colors {
    background: url("../images/hero/hero_productos_colors2.webp");
    background-size: contain;
    background-position: center;
  }
}

/* .bg_productos {
  background: url("../images/backgrounds/products_letters.webp"),
    url("../images/backgrounds/products_items_2.webp"),
    url("../images/backgrounds/products_bg.webp");
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, center, center;

  height: 35vh;
} */

@media screen and (max-width: 500px) {
  .bg_encuentranos {
    height: 95vh !important;
    background: url("../images/mapa_mobile.webp"),
      url("../images/hero/hero_encuentranos2.webp");
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center;
  }
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
  .bg_encuentranos {
    height: 50vh !important;
    background: url("../images/mapa_wide.webp"),
      url("../images/hero/hero_encuentranos2.webp");
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
  }

  /* .bg_productos {
    height: 60vh !important;
    background: url("../images/backgrounds/products_letters.webp"),
      url("../images/backgrounds/products_items_2.webp"),
      url("../images/backgrounds/products_bg.webp");
    background-size: cover, cover, cover;

    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center, center, center;
  } */

  .bg_productos {
    height: 80vh !important;
    background: url('../images/backgrounds/products_bg_mobile.webp'), url('../images/backgrounds/products_items_2.webp'), url('../images/backgrounds/products_bg.webp');
    background-size: cover, cover, cover !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: center, center, center !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .bg_encuentranos {
    height: 90vh !important;
    background: url("../images/mapa_wide.webp"),
      url("../images/hero/hero_encuentranos2.webp");
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
  }

  .bg_productos {
    height: 70vh !important;
    background: url("../images/backgrounds/products_letters.webp"),
      url("../images/backgrounds/products_items_2.webp"),
      url("../images/backgrounds/products_bg.webp");
    background-size: cover, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center, center, center;
  }
}

@media screen and (min-width: 350px) and (max-width: 1279px) {
  /* .bg_productos {
    background: url('../images/prods_mobile.png'), url('../images/hero/hero_productos2.webp');
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center;
  } */
  .text_hero_dos {
    width: auto;
    bottom: 8rem;
    align-self: center;
  }

  .bg_explora {
    background: url("../images/hero/hero_explora_winis2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 10%;
  }

  .bg_colors {
    background: url("../images/hero/hero_productos_colors3.webp");
    background-size: cover;
    background-position: center;
    background-position-y: -20%;
  }
}

@media screen and (min-width: 620px) and (max-width: 1024px) {
  .bg_productos {
    height: 70vh !important;
    background: url('../images/backgrounds/products_letters.webp'), url('../images/backgrounds/products_items_2.webp'), url('../images/backgrounds/products_bg.webp');
    background-size: cover, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center, center, center;
  }
}