:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #f1f1ee;
  font-family: Bitter, serif;
}

.body._2 {
  background-color: #ffffdc;
  background-image: url('../images/Untitled-22.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
}

.navbar {
  z-index: 2000;
  background-color: rgba(216, 224, 207, .97);
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-block {
  height: 70px;
}

.nav-link {
  color: #fff;
  height: 70px;
  padding: 23px 31px 22px;
  font-family: PT Sans, sans-serif;
}

.nav-link.home {
  color: #000;
  font-family: Bitter, serif;
  font-size: 14px;
  transition: all .5s cubic-bezier(.39, .575, .565, 1);
}

.nav-link.home:hover {
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 5px solid #00a50b;
}

.nav-link.drop {
  padding-right: 45px;
}

.dropdown {
  height: 70px;
}

.dropdown-toggle {
  height: 70px;
  padding-top: 23px;
  padding-bottom: 22px;
}

.page-header {
  background-image: linear-gradient(rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-BANNER-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-header-overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .76), rgba(255, 255, 255, 0)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-PIC-7.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 270px;
  padding-bottom: 95px;
}

.page-header-overlay._2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .76), rgba(255, 255, 255, 0)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-PIC-8.png');
}

.page-header-overlay.home {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .76), rgba(255, 255, 255, 0)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-BANNER-2.png');
}

.page-header-overlay.tacos, .page-header-overlay.taqueria {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .76), rgba(255, 255, 255, 0)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-BANNER-3.png');
}

.page-header-overlay.tienda {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .76), rgba(255, 255, 255, 0)), url('../images/LA-ROSITA-SUPERMARKET---GROCERY-STORE-1.png');
  background-position: 0 0, 50%;
}

.div-block {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}

.page-title-wrapper {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 2px 3px 9px #1f1f1f;
  font-family: Bitter, serif;
  font-size: 110px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Bitter, serif;
  font-weight: 400;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 46px;
  font-family: Bitter, serif;
  font-size: 17px;
}

.button {
  background-color: #d00;
  margin-top: 20px;
  padding: 14px 62px;
  font-size: 18px;
}

.div-block-2 {
  background-image: linear-gradient(rgba(255, 251, 213, .95), rgba(255, 251, 213, .95)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-BANNER-5.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 4px solid #ac0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 40px 0;
  display: flex;
}

.dropdown-list {
  top: 70px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
  top: 82px;
}

.drop-down-links {
  background-color: #d8e0d0;
  font-family: Bitter, serif;
  transition: background-color .5s cubic-bezier(.39, .575, .565, 1);
}

.drop-down-links:hover {
  background-color: rgba(255, 255, 255, .28);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-width: 1080px;
  max-width: none;
  position: relative;
}

.services-block {
  justify-content: center;
  align-items: flex-end;
  min-height: 300px;
  font-family: Bitter, serif;
  display: flex;
}

.services-block.produce {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .49)), radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .63)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-PIC-1.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 23px;
  padding-left: 23px;
  padding-right: 23px;
  box-shadow: 4px 0 10px -2px #a29a9a;
}

.services-block.grocery {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .49)), radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .63)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-PIC-2.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 23px;
  padding-left: 23px;
  padding-right: 23px;
  box-shadow: 4px 0 10px -2px #a29a9a;
}

.services-block.meat {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .49)), radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .63)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-PIC-3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 23px;
  padding-left: 23px;
  padding-right: 23px;
  box-shadow: 4px 0 10px -2px #a29a9a;
}

.services-block.diary {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .49)), radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .63)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-PIC-4.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 23px;
  padding-left: 23px;
  padding-right: 23px;
  box-shadow: 4px 0 10px -2px #a29a9a;
}

.heading-3 {
  color: #fff;
  position: relative;
  top: 19px;
}

.top-service-block {
  color: #000;
  background-color: #1f0;
  padding: 4px 9px;
  font-size: 12px;
  position: relative;
  top: -217px;
}

.slider {
  min-height: 600px;
}

.div-block-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(56, 0, 0, .91)), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-BANNER-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 650px;
  padding: 53px;
  font-family: Bitter, serif;
}

.columns, .column, .column-2 {
  min-height: 500px;
}

.image-presentation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.image-presentation._2 {
  background-image: url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-PIC-5.png');
  background-position: 0 0;
  background-size: cover;
}

.heading-4 {
  margin-bottom: 100px;
  font-size: 63px;
}

.paragraph-3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.block-grid {
  color: #fff;
  max-width: 550px;
  margin-right: 14px;
}

.content-gradient-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bold-text-2 {
  line-height: 25px;
}

.image-block-margin {
  z-index: 10;
  transform-origin: 100%;
  min-height: 500px;
  margin-top: -30px;
  position: relative;
  top: 30px;
}

.grid-2-columns {
  grid-template-rows: auto;
  font-family: Bitter, serif;
}

.column-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 500px;
  font-family: Bitter, serif;
  display: flex;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.heading-5 {
  font-family: Great Vibes, cursive;
  font-size: 130px;
}

.heading-6 {
  margin-top: 7px;
}

.tamales-button {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 21px;
}

.text-span {
  color: #eaff0f;
  font-size: 15px;
}

.link {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 12px;
  font-size: 23px;
  text-decoration: none;
}

.text-block-2 {
  color: #eaff0f;
}

.div-block-4 {
  text-align: center;
  background-color: #017908;
  border-radius: 31px;
  padding: 7px 24px;
  font-size: 20px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  padding: 0;
  font-family: Bitter, serif;
  font-size: 17px;
}

.div-block-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-6 {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  display: block;
}

.image {
  margin-bottom: 23px;
}

.image._2 {
  position: absolute;
  top: 211px;
  left: 406.75px;
}

.text-block-15 {
  color: #4b4949;
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.half-side-content {
  background-color: #f1f1ee;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 700px;
  padding: 60px 17px;
  display: flex;
}

.half-side-content.image {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/TRETOS-POOLS-INC.--1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: auto;
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
}

.half-side-info-2 {
  color: #fff;
  letter-spacing: 0;
  max-width: 800px;
  height: 100%;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Bitter, serif;
  font-weight: 500;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.feature-wrapper {
  justify-content: space-between;
  display: flex;
}

.slide {
  background-image: url('../images/ROSCA-DE-TACOS.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-66 {
  color: #4b4949;
  letter-spacing: 0;
  height: 100%;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 600;
  line-height: 75px;
}

.slide-2 {
  background-image: url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-PIC-7.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/TRETOS-POOLS-INC.--3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.colored-button-2 {
  color: #006074;
  text-align: center;
  letter-spacing: 0;
  background-color: #a9ffe9;
  min-width: 240px;
  height: 50px;
  margin-top: 20px;
  padding: 12.5px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section {
  display: none;
}

.footer {
  background-color: #dbe2d3;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.text-block-10 {
  color: #333;
}

.footer-newsletter {
  width: 54%;
}

.footer-expand {
  flex-wrap: wrap;
  width: 41%;
  display: flex;
}

.footer-expand.middle {
  width: 20%;
}

.footer-left {
  padding-right: 10px;
}

.notice {
  min-height: 50px;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 13px;
}

.text-link {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.text-link:hover {
  color: #3f9aa5;
  font-weight: 600;
}

.footer-column {
  align-items: flex-start;
  width: 30%;
  margin-right: 2%;
  display: flex;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.top-margin {
  color: #333;
  margin-top: 10px;
  position: relative;
}

.top-margin._10-pixels {
  color: #fff;
  margin-top: 10px;
}

.top-margin._20-pixels {
  color: #fff;
  margin-top: 20px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.menu {
  width: 50%;
}

.menu._44-percent {
  width: 44%;
}

.footer-1440-pixels {
  color: #313131;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.footer-menu-link {
  color: #313131;
  align-items: center;
  height: 27px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.footer-menu-link.w--current {
  color: #3f9aa5;
  font-weight: 600;
}

.text-block-11 {
  color: #333;
  text-decoration: none;
}

.footer-text {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.footer-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.text-medium {
  color: #333;
  font-size: 14px;
  line-height: 21px;
}

.footer-underline {
  background-color: #2b2b2b;
  height: 1px;
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-7 {
  background-color: #eeddc3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  padding-top: 35px;
  display: flex;
}

.heading-67 {
  color: #c23;
  text-shadow: 4px 4px 12px #fff;
  font-size: 109px;
  font-weight: 400;
}

.heading-68 {
  margin-top: 46px;
  font-size: 64px;
  font-weight: 700;
}

.div-block-8 {
  margin-top: 42px;
  display: block;
}

.bullet-points {
  padding-top: 8px;
  padding-bottom: 8px;
}

.search-bar-section {
  text-align: center;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .5s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.search-bar-section:hover {
  background-color: #ffd3d3;
}

.search-bar-section._3 {
  background-color: #003002;
}

.search-bar-section._2 {
  background-color: #cd0000;
  padding-top: 14px;
  padding-bottom: 14px;
}

.image-34 {
  margin-top: 19px;
}

.div-block-11 {
  z-index: auto;
  float: none;
  object-fit: fill;
  min-width: auto;
  max-width: none;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.text-block-16 {
  text-decoration: none;
}

.text-block-16._2, .heading-28 {
  color: #fff;
}

.grid-2 {
  grid-row-gap: 3px;
  grid-template-columns: 1fr;
}

.grid-2._2 {
  margin-top: 24px;
}

.div-block-10 {
  letter-spacing: 1px;
  background-color: #f5ecde;
  justify-content: center;
  align-items: flex-start;
  padding: 41px 55px;
  font-family: Bitter, serif;
  display: flex;
}

.div-block-10._2 {
  background-color: #cd1500;
}

.text-block-17 {
  color: #00250e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-2 {
  color: #303030;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 45px;
  padding-right: 45px;
  text-decoration: none;
}

.columns-12 {
  letter-spacing: 0;
  width: auto;
  padding-left: 86px;
  padding-right: 86px;
  font-family: Droid Serif, serif;
}

.column-5 {
  font-family: Bitter, serif;
}

.column-6 {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 36px;
  font-family: Bitter, serif;
}

.heading-69 {
  font-size: 75px;
  font-weight: 400;
}

.heading-69._2 {
  color: #fff;
  font-size: 109px;
}

.text-block-18 {
  color: #da0000;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.english-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.columns-13 {
  margin-top: 46px;
}

.enlgish-bold {
  font-weight: 700;
}

.text-span-2 {
  color: #c40303;
  font-weight: 700;
}

.heading-70 {
  color: #fff;
  font-weight: 400;
}

.container {
  text-align: center;
}

.div-block-12 {
  background-color: #f5ecde;
}

.dish-header {
  background-color: rgba(0, 0, 0, 0);
}

.dish-header.w--current {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 30px;
  font-weight: 700;
}

.dish-description {
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-block-19 {
  font-size: 20px;
  font-weight: 700;
}

.dish-tabs {
  margin-top: 15px;
}

.heading-71 {
  text-align: center;
  margin-top: 30px;
}

.text-block-20 {
  color: #cf0000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

.columns-14 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-15 {
  margin-top: 45px;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 7px;
}

.menu-columns {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.menu-text {
  color: #c90000;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 20px;
}

.menu-text-descript {
  font-family: PT Sans, sans-serif;
  font-size: 15px;
}

.menu-price-text {
  font-size: 20px;
  font-weight: 700;
}

.column-7, .column-8 {
  text-align: center;
}

.heading-72 {
  color: #333;
}

.div-block-13 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-14 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), #720c0d), url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN-BANNER-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 500px;
}

.column-9 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.column-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.columns-16 {
  flex-direction: row;
  display: block;
}

.column-11, .column-12 {
  flex-direction: column;
  display: flex;
}

.columns-17 {
  flex-direction: row-reverse;
  display: flex;
}

.heading-73 {
  color: #fff;
  margin-top: 45px;
  font-size: 100px;
}

.button-3 {
  background-color: #d40606;
  margin-top: 37px;
  padding: 11px 40px;
}

.div-block-15 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.container-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-74 {
  margin-top: 0;
  font-weight: 400;
}

.heading-75 {
  margin-bottom: 0;
}

.container-3 {
  text-align: center;
  text-decoration: none;
  display: block;
}

.columns-18 {
  align-items: center;
  display: flex;
}

.digital-text {
  color: #161616;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.digital-block-div {
  color: #000;
}

.link-2 {
  color: #504a38;
  font-size: 16px;
  text-decoration: none;
}

.div-block-16 {
  background-image: url('../images/LA-ROSITA-SUPERMERCADO-MUNDELEIN.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  min-height: 300px;
}

.section-2 {
  margin-top: 176px;
}

.column-13 {
  color: #000;
}

.section-3 {
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  display: grid;
}

.image-35 {
  text-align: right;
}

.section-4 {
  text-align: center;
}

.div-block-19 {
  padding: 29px;
}

.div-block-20 {
  padding: 31px 112px;
}

.image-36 {
  border-radius: 20px;
}

.div-block-21 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
}

.heading-76 {
  margin-top: -54px;
  text-decoration: none;
}

.link-block-4, .link-block-5, .link-block-6 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.image-37, .column-14, .column-15 {
  text-align: center;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.icon {
  display: none;
}

.dropdown-link {
  background-color: #d6daca;
}

.dropdown-link-2 {
  background-color: #d8dbcb;
}

.dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9 {
  background-color: #d8e0d0;
}

.section-5 {
  margin-top: 69px;
  padding-top: 99px;
}

.section-6 {
  margin-top: 57px;
  padding-top: 26px;
}

.section-7 {
  margin-top: 63px;
  padding-top: 94px;
}

.section-8 {
  margin-top: 63px;
  padding-top: 90px;
}

.link-block-7 {
  width: 100%;
}

.department-links {
  color: #181717;
  text-decoration: none;
}

.department-links-2 {
  color: #fff;
  text-decoration: none;
}

.section-9 {
  margin-top: 62px;
}

.div-block-23 {
  padding: 31px;
}

.div-block-24, .div-block-25, .div-block-26 {
  padding: 30px;
}

.heading-77 {
  color: #c90000;
}

.div-block-27 {
  background-color: #fbfad3;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-10 {
  display: none;
}

.div-image-block {
  padding: 15px;
}

.heading-78 {
  color: #008600;
  font-size: 64px;
  line-height: 63px;
}

.text-block-21 {
  font-size: 18px;
  line-height: 26px;
}

.columns-19 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-19._2 {
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div-block-28 {
  background-color: rgba(255, 255, 255, .68);
  padding: 34px;
}

.heading-79 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.div-block-29 {
  background-image: linear-gradient(#c50101, #8d0000);
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.div-block-30 {
  color: #fff;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.heading-80 {
  text-align: center;
  margin-top: 36px;
}

.text-span-3 {
  font-size: 75px;
}

.text-span-4 {
  font-weight: 400;
}

.image-38 {
  display: inline-block;
}

.section-11 {
  background-color: #fefcd6;
}

.div-block-back {
  background-color: #fff;
  border-top: 6px solid #a00;
  padding: 33px;
}

@media screen and (max-width: 991px) {
  .nav-link.home {
    display: block;
  }

  .page-header-overlay.tienda {
    min-height: 400px;
    padding-top: 105px;
  }

  .div-block {
    max-width: none;
  }

  .heading {
    font-size: 85px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    min-width: 600px;
  }

  .slider {
    min-height: 400px;
  }

  .heading-4 {
    font-size: 54px;
  }

  .image._2 {
    top: 269px;
    left: 404.75px;
  }

  .half-side-content {
    width: 100%;
  }

  .half-side-content.image {
    height: 400px;
    min-height: 0;
  }

  .feature-wrapper {
    flex-direction: column;
  }

  .footer-newsletter {
    width: 50%;
    margin-left: 0%;
  }

  .footer-expand {
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .footer-expand.middle {
    width: 54%;
    margin-top: 0;
  }

  .footer-column {
    width: 42%;
    margin-right: 4%;
  }

  .menu {
    width: 50%;
  }

  .menu._44-percent {
    width: 46%;
  }

  .div-block-10 {
    flex-direction: row;
  }

  .columns-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-69 {
    font-size: 55px;
  }

  .nav-menu {
    background-color: #d5dac2;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .columns-17 {
    flex-direction: column-reverse;
  }

  .div-image-block {
    justify-content: center;
    display: flex;
  }

  .columns-19 {
    flex-flow: column;
  }

  .columns-19._2 {
    flex-flow: column;
    display: flex;
  }

  .text-span-3 {
    font-size: 62px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-title-wrapper {
    text-align: center;
  }

  .heading {
    margin-bottom: -14px;
    font-size: 70px;
  }

  .grid {
    grid-template-columns: 1fr;
    min-width: 450px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .image._2 {
    top: 231px;
    left: 271.75px;
  }

  .half-side-content {
    flex-direction: row;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .half-side-content.image {
    flex-flow: row;
    height: 600px;
  }

  .half-side-info-2 {
    height: auto;
    padding-left: 45px;
    padding-right: 45px;
  }

  .feature-wrapper {
    flex-flow: column-reverse wrap;
  }

  .heading-66 {
    height: auto;
  }

  .footer-newsletter {
    width: 50%;
  }

  .footer-about-left {
    margin-right: 15px;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer-left {
    margin-bottom: 20px;
  }

  .notice {
    margin-top: 0;
  }

  .footer-column {
    width: 46%;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .menu {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-1440-pixels {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-12 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-69 {
    font-size: 50px;
  }

  .menu-columns {
    flex-direction: column;
  }

  .heading-73 {
    font-size: 80px;
  }

  .button-3 {
    margin-top: 25px;
  }

  .columns-18 {
    flex-direction: row;
  }

  .div-block-16 {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: scroll;
    min-height: 320px;
  }

  .div-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading {
    font-size: 47px;
  }

  .text-block {
    margin-top: 6px;
    font-size: 14px;
  }

  .button {
    padding-left: 13px;
    padding-right: 13px;
  }

  .grid {
    min-width: 290px;
  }

  .image._2 {
    left: 99.75px;
  }

  .colored-button-2 {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }

  .footer-newsletter {
    margin-top: 0;
  }

  .footer-about-left {
    width: 100%;
    margin-right: 0;
  }

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    width: 100%;
    margin-top: 10px;
  }

  .footer-left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .footer-container {
    margin-bottom: 40px;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

  .columns-12 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-69._2 {
    font-size: 85px;
  }

  .heading-73 {
    margin-top: 16px;
    font-size: 50px;
  }

  .div-block-16 {
    min-height: 220px;
  }

  .div-block-20 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .columns-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow, .left-arrow, .slide-nav {
    display: none;
  }

  .text-span-3 {
    font-size: 53px;
  }
}

#w-node-_8a1fda85-5f2a-fcde-5a5d-2cd6ab50cd27-126afbb1, #w-node-_9b36eccd-251d-a9e4-a130-3d221b60e080-126afbb1, #w-node-ccb55a98-d688-3f2a-e06d-73a277a6d376-126afbb1, #w-node-_238a4ecc-1adc-2ad2-c3cf-e6bd3e0ff7ae-126afbb1, #w-node-_8a1fda85-5f2a-fcde-5a5d-2cd6ab50cd27-844d5770, #w-node-_9b36eccd-251d-a9e4-a130-3d221b60e080-844d5770, #w-node-ccb55a98-d688-3f2a-e06d-73a277a6d376-844d5770, #w-node-_238a4ecc-1adc-2ad2-c3cf-e6bd3e0ff7ae-844d5770 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2b34d7b6-a143-6e17-6a8d-8a33f3b6c8ea-844d5770, #w-node-_2b34d7b6-a143-6e17-6a8d-8a33f3b6c8ee-844d5770, #w-node-_2b34d7b6-a143-6e17-6a8d-8a33f3b6c8f2-844d5770, #w-node-_2b34d7b6-a143-6e17-6a8d-8a33f3b6c8f6-844d5770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2b34d7b6-a143-6e17-6a8d-8a33f3b6c907-844d5770 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-_8a1fda85-5f2a-fcde-5a5d-2cd6ab50cd27-437897aa, #w-node-_9b36eccd-251d-a9e4-a130-3d221b60e080-437897aa, #w-node-ccb55a98-d688-3f2a-e06d-73a277a6d376-437897aa, #w-node-_238a4ecc-1adc-2ad2-c3cf-e6bd3e0ff7ae-437897aa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af5dd8be-6a2d-9462-00da-49b1a5136206-44720d40, #w-node-_4f42797c-4df9-209c-65c0-36ef3c9857be-44720d40, #w-node-_750eb7b4-09ca-6b49-0e3b-cb5df9d874da-44720d40, #w-node-e4f5ddc5-4619-7584-b5d9-70a7ffd33468-44720d40, #w-node-fde9ffa5-e258-6d9b-ee9e-b831aa4c1be0-44720d40, #w-node-_108e5e0c-0010-1f89-c3b0-56199060d487-44720d40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


