/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(../fonts/stylesheet.css);
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Cesar Gomez
   ========================================================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  background-color: white;
  display: block !important;
  height: 10px;
  margin: 0;
  width: 13px;
}
::-webkit-scrollbar-track {
  background-color: #752f8a;
  background: linear-gradient(#752f8a, #e11383);
  height: 10px;
  margin: 0;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #d7df23;
  background: linear-gradient(#d7df23, #9ca413);
  border-radius: 5px;
  height: 10px;
  margin: 0;
  opacity: 0.5;
  width: 10px;
}
@font-face {
  font-family: "bango";
  src: url("../fonts/bango/Bango.woff") format("woff"), url("../fonts/bango/Bango.otf") format("opentype");
  src: local("bango"), local("bango"), url(../fonts/bango/Bango.woff) format("woff");
}
html {
  scroll-behavior: smooth;
}
body {
  background: #eee;
  font-family: proxima_novabold;
  font-size: 16px;
}
.main {
  overflow-x: hidden;
}
.bango {
  font-family: bango !important;
}
.header {
  background: transparent;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  height: 140px;
  padding-bottom: 15px;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  .header {
    display: none;
  }
}
.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
  width: 100%;
  z-index: -1;
}
.header-menu {
  list-style: none;
  display: flex;
  gap: 35px;
}
.header-menu-item {
  flex: 1;
  padding: 35px;
}
.header-menu-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: bango !important;
  transition: all 0.2s linear;
}
.header-menu-link:hover {
  color: #d7df23;
}
.ajuste-top {
  top: -12vh;
  margin-bottom: -12vh;
}
.banner {
  height: 100vh;
  background: #fff url(../img/banner.png) no-repeat center center fixed;
  position: relative;
  top: -134px;
  margin-bottom: -134px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 529px) {
  .banner {
    background: #fff url(../img/banner.png) no-repeat center center;
    background-size: cover;
    align-items: center;
    top: 0;
  }
}
.banner-titulo {
  color: #752f8a;
  font-family: "bango";
  font-size: 42px;
  font-weight: 600;
}
@media only screen and (max-width: 529px) {
  .banner-titulo {
    font-size: 32px;
  }
}
.banner-titulo span {
  display: block;
  -webkit-text-stroke: 2px #fff;
}
.banner-texto {
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding-bottom: 15vh;
  width: 50vw;
}
@media only screen and (max-width: 529px) {
  .banner-texto {
    font-size: 18px;
    width: 90vw;
  }
}
.cupones {
  align-items: flex-start;
  background: #d7df23 url(../img/bg-cupones.png) no-repeat center center fixed;
  background-size: cover;
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 300px;
  border-top: 35px solid #e11383;
  color: #e11383;
  font-size: 24px;
  display: flex;
  justify-content: center;
  left: -25vw;
  padding: 5vh 0 35vh 0;
  position: relative;
  width: 150vw;
  overflow: hidden;
  top: -12vh;
  margin-bottom: -12vh;
}
.cupones-container {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 529px) {
  .cupones-container {
    width: 100vw;
  }
}
.cupones-titulo {
  color: #e11383;
  text-align: center;
  font-family: "bango";
  font-size: 44px;
  font-weight: 400;
  position: relative;
  padding: 35px;
}
@media only screen and (max-width: 529px) {
  .cupones-titulo {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.cupones-titulo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 21px;
  background: transparent url(../img/cupones-titulo.png) no-repeat center bottom;
  background-size: cover;
}
.cupones-text {
  width: 50%;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 529px) {
  .cupones-text {
    font-size: 22px;
    width: 90vw;
  }
}
.cuponera {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
@media only screen and (max-width: 529px) {
  .cuponera {
    flex-direction: column;
    gap: 35px 0;
  }
}
.cupon {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
}
@media only screen and (max-width: 529px) {
  .cupon {
    padding: 15px;
  }
}
.cupon:hover .cupon-portada {
  border-color: #cfd91c;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.cupon-portada {
  border-radius: 30px;
  border: 12px solid #e11383;
  overflow: hidden;
  transition: all 0.1s ease;
}
.cupon-img {
  display: block;
  width: 100%;
}
.cupon-boton {
  text-align: center;
  font-family: "bango";
  color: #fff;
  background: #e11383;
  padding: 8px 16px;
  border: 0;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.1s linear;
}
.cupon-boton:hover {
  background: #b20f68;
}
.cupon-boton:active {
  background: #ee399b;
}
.newsletter {
  background: #fdbc16;
  align-items: flex-start;
  background: #fdbc16 url(../img/bg-newsletter.png) no-repeat center center fixed;
  background-size: cover;
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 300px;
  border-top: 35px solid #752f8a;
  color: #752f8a;
  font-size: 24px;
  display: flex;
  justify-content: center;
  left: -25vw;
  padding: 5vh 0 35vh 0;
  position: relative;
  width: 150vw;
  top: -12vh;
  margin-bottom: -12vh;
}
.newsletter-asset1 {
  position: absolute;
  left: 29vw;
  top: -5vh;
  width: 600px;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  .newsletter-asset1 {
    z-index: 0;
    opacity: 0.1;
    left: 0;
  }
}
.newsletter-asset2 {
  position: absolute;
  right: 39vw;
  bottom: 10vh;
  width: 420px;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  .newsletter-asset2 {
    display: none;
  }
}
.newsletter-body {
  width: 560px;
}
@media only screen and (max-width: 529px) {
  .newsletter-body {
    width: 100vw;
  }
}
.newsletter-text {
  text-align: center;
}
@media only screen and (max-width: 529px) {
  .newsletter-text {
    font-size: 22px;
  }
}
.newsletter-bottom {
  margin-top: 150px;
}
@media only screen and (max-width: 529px) {
  .newsletter-bottom {
    margin-top: 60px;
  }
}
.newsletter-titulo {
  color: #752f8a;
  text-align: center;
  font-family: "bango";
  font-size: 44px;
  font-weight: 400;
  position: relative;
  padding: 35px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 529px) {
  .newsletter-titulo {
    font-size: 24px;
    width: 70vw;
    margin: 0 auto 35px auto;
  }
}
.newsletter-titulo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 21px;
  background: transparent url(../img/newsletter-titulo.png) no-repeat center bottom;
  background-size: cover;
}
.newsletter-form {
  text-align: center;
}
.newsletter-group {
  position: relative;
}
.newsletter-formcontrol {
  color: #752f8a;
  border-radius: 8px;
  padding: 4px 15px;
  border: 0;
  outline: none;
}
.newsletter-formcontrol::placeholder {
  color: #752f8a;
}
.newsletter-btn {
  background: #752f8a;
  color: #fff;
  border-radius: 8px;
  padding: 4px 25px;
  position: relative;
  border: 0;
  left: -30px;
  cursor: pointer;
}
@media only screen and (max-width: 529px) {
  .newsletter-btn {
    margin-top: 15px;
    position: static;
  }
}
.promociones {
  background: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 300px;
  border-top: 35px solid #00aaac;
  left: -25vw;
  width: 150vw;
  isolation: isolate;
  transform: translateZ(0);
  top: -12vh;
  margin-bottom: -12vh;
}
.promociones .swiper {
  width: 100vw;
  height: 113vh;
}
.promociones .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.promociones .swiper-slide.slide-1 {
  background: url(../img/slider/slider_1.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-slide.slide-1 {
    background-image: url(../img/slider/slider_1-mobile.png);
  }
}
.promociones .swiper-slide.slide-2 {
  background: url(../img/slider/slider_2.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-slide.slide-2 {
    background-image: url(../img/slider/slider_2-mobile.png);
  }
}
.promociones .swiper-slide.slide-3 {
  background: url(../img/slider/slider_3.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-slide.slide-3 {
    background-image: url(../img/slider/slider_3-mobile.png);
  }
}
.promociones .swiper-slide.slide-4 {
  background: url(../img/slider/slider_4.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-slide.slide-4 {
    background-image: url(../img/slider/slider_4-mobile.png);
  }
}
.promociones .swiper-slide.slide-5 {
  background: url(../img/slider/slider_5.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-slide.slide-5 {
    background-image: url(../img/slider/slider_5-mobile.png);
  }
}
.promociones .swiper-slide.slide-churros {
  background: url(../img/slider/slider_churros.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-slide.slide-churros {
    background-image: url(../img/slider/slide_churros-mobile.jpg);
  }
}
.promociones .swiper-slide.slide-miercoles {
  background: url(../img/slider/slider_miercoles.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-slide.slide-miercoles {
    background-image: url(../img/slider/slide_miercoles-mobile.jpg);
  }
}
.promociones .swiper-button-prev,
.promociones .swiper-button-next {
  width: 100px;
  height: 149px;
  background: #000;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-button-prev,
  .promociones .swiper-button-next {
    width: 35px;
    height: 60px;
  }
}
.promociones .swiper-button-prev::after,
.promociones .swiper-button-next::after {
  content: "";
}
.promociones .swiper-button-prev {
  left: 15vw;
  background: transparent url(../img/izquierda.png) no-repeat center center;
}
.promociones .swiper-button-prev:hover {
  transform: translateX(-5px);
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-button-prev {
    left: 1vh;
    background-size: contain;
  }
}
.promociones .swiper-button-next {
  right: 15vw;
  background: transparent url(../img/derecha.png) no-repeat center center;
}
.promociones .swiper-button-next:hover {
  transform: translateX(5px);
}
@media only screen and (max-width: 529px) {
  .promociones .swiper-button-next {
    right: 1vh;
    background-size: contain;
  }
}
.contacto {
  background: #ea1f48 url(../img/bg-contacto.png) no-repeat center center fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-bottom: 20vh;
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 300px;
  border-top: 35px solid #d7df23;
  left: -25vw;
  width: 150vw;
  top: -12vh;
  margin-bottom: -12vh;
}
.contacto-titulo {
  color: #d7df23;
  text-align: center;
  font-family: "bango";
  font-size: 44px;
  font-weight: 400;
  position: relative;
  padding: 35px;
  margin-bottom: 25px;
}
.contacto-titulo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 21px;
  background: transparent url(../img/contacto-titulo.png) no-repeat center bottom;
  background-size: cover;
}
.contacto-texto {
  text-align: center;
  color: #d7df23;
  font-size: 22px;
  margin-bottom: 35px;
}
.contacto-form {
  width: 60vw;
}
.contacto-group {
  position: relative;
  margin-bottom: 35px;
}
.contacto-control {
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 8px 15px;
  position: relative;
}
.contacto-control::placeholder {
  text-align: left;
  color: #ea1f48;
}
.contacto-control:focus {
  outline: none;
}
.contacto-label {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  color: #ea1f48;
  z-index: 0;
}
.contacto-container-boton {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 0 35px;
}
.contacto-boton {
  display: inline-block;
  background: #d7df23;
  color: #ea1f48;
  font-size: 24px;
  border: 0;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.1s ease;
}
.contacto-boton:hover {
  background: #c41236;
  color: #fff;
}
.footer {
  background: #752f8a url(../img/bg-footer.png) no-repeat center center fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 5vh 0;
  height: 100vh;
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 300px;
  border-top: 35px solid #d7df23;
  left: -25vw;
  width: 150vw;
  top: -12vh;
  margin-bottom: -12vh;
}
@media only screen and (max-width: 529px) {
  .footer {
    justify-content: start;
    height: auto;
  }
}
.footer-header {
  text-align: center;
  font-family: "bango";
  margin-bottom: 80px;
}
.footer-header-titulo {
  color: #d7df23;
  font-size: 32px;
  font-size: 45px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 529px) {
  .footer-header-titulo {
    font-size: 24px;
  }
}
@media only screen and (max-width: 529px) {
  .footer-header-logo {
    width: 315px;
  }
}
.footer-body {
  display: flex;
  width: 80vw;
}
@media only screen and (max-width: 529px) {
  .footer-body {
    flex-direction: column;
  }
}
.footer-body-item {
  padding: 15px;
  flex: 1;
  color: #fff;
}
.footer-content {
  text-align: center;
  margin-bottom: 15px;
}
.footer-content-label {
  font-size: 24px;
}
.footer-content-text {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}
.footer-newsletter {
  display: flex;
  flex-direction: column;
}
.footer-newsletter-control {
  border: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 7px 15px;
  border-radius: 5px;
}
.footer-newsletter-control::placeholder {
  color: #00aaac;
}
.footer-newsletter-group {
  margin-bottom: 20px;
}
.footer-newsletter-boton {
  border: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 7px 15px;
  border-radius: 5px;
  background: #d7df23;
  color: #752f8a;
  cursor: pointer;
  transition: all 0.2s linear;
}
.footer-newsletter-boton:hover {
  background: #aeb51a;
}
.footer-redes {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.footer-redes-titulo {
  text-align: center;
  font-size: 22px;
}
.footer-redes-container {
  width: 60%;
  margin: 35px;
}
@media only screen and (max-width: 529px) {
  .footer-redes-container {
    text-align: center;
    width: 100vw;
  }
}
.footer-redes-container a {
  background-color: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.1s linear;
  margin: 10px;
  color: #752f8a;
}
.footer-redes-container a:hover {
  background: #9ca413;
  color: #fff;
}
.sucursales {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}
.sucursal {
  background: rgba(215, 223, 35, 0.8);
  padding: 16px 8px;
  border-radius: 50px;
  flex: 1 0 auto;
  transition: all 0.1s linear;
}
.sucursal:hover {
  background: #e11383;
}
.sucursal:hover .sucursal-link {
  color: #fff;
}
.sucursal-link {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  text-align: center;
}
.sucursal-img {
  display: inline-block;
  margin-right: 0.5em;
}
.cbSucursales {
  background: #752f8a;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin: 15px 0;
  border: 0;
  font-size: 20px;
  padding: 15px 0;
}
.cbSucursales:active {
  outline: none;
  background: #00aaac;
}
.cbSucursales-option {
  background: #9ca413;
}
.cbSucursales-option:hover {
  background: #00aaac;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
