/* header/footer fixes */
#header {
  height: 48px;
  background-color: #000;
}
@media (min-width: 768px) {
  #header {
    height: 52px;
  }
}
@media (min-width: 992px) {
  #header {
    height: 64px;
  }
}
#header #header-wrap-outer {
  opacity: 0;
  transition: opacity 0.15s ease;
}
#header.loaded #header-wrap-outer {
  opacity: 1;
}
#header .header-wrap-outer .container {
  padding-left: 0;
  padding-right: 0;
}
#header .navbar-mobile .btn-mobile-nav {
  padding-top: 12px !important;
}

#footer .btn.locale {
  padding: 8px 12px !important;
  line-height: 24px;
}
#footer .icon-flag-MX {
  background-image: url(../pics/flags.v5.png);
  width: 20px;
  height: 14px;
  display: block;
  margin-right: 6px;
  float: left;
}
#footer .store-locator-submit-btn {
  padding: 4px 4px 0 !important;
}

/* fonts */
/* colors */
html.no-scroll {
  overflow: hidden !important;
}

/* section-content */
#section-content {
  position: relative;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#section-content .font-bold {
  font-family: "SST W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#section-content .font-medium {
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#section-content .font-regular {
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#section-content .font-light {
  font-family: "SST W01 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#section-content {
  /* hero */
}
#section-content .hero {
  padding-bottom: 33%;
  background-image: url("../pics/hero-mobile.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  #section-content .hero {
    padding-bottom: 16%;
    background-image: url("../pics/hero-tablet.jpg");
  }
}
@media (min-width: 1200px) {
  #section-content .hero {
    background-image: url("../pics/hero-desktop.jpg");
    padding-bottom: 10%;
  }
}
#section-content {
  /* section */
}
#section-content .section {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  #section-content .section {
    padding: 3rem 0;
  }
}
#section-content .section.hide {
  visibility: hidden;
  opacity: 0;
}
#section-content .section.places {
  padding: 1rem 0 !important;
}
#section-content .section.events {
  padding: 1rem 0 !important;
}
#section-content .section.tabs {
  padding: 1rem 0 !important;
}
#section-content {
  /* filters */
}
#section-content .filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #section-content .filters {
    align-items: center;
  }
}
#section-content .filters .btn-filter {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: calc(33.3333333333% - 0.7rem);
  padding: 1rem 0.5rem 0.5rem;
  background-color: #fff;
  border: 1px solid #979797;
  color: #2f353d;
}
@media (min-width: 768px) {
  #section-content .filters .btn-filter {
    width: calc(16.6666666667% - 1rem);
    padding: 0.5rem 1rem;
    justify-content: start;
    flex-direction: row;
    align-items: center;
  }
}
#section-content .filters .btn-filter:hover {
  background-color: #f1f5f9;
}
#section-content .filters .btn-filter.active {
  color: #f25529;
  border-color: #f25529;
  background-color: #fff;
}
#section-content .filters .btn-filter.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #f25529;
  position: absolute;
  left: 0;
  bottom: 0;
}
#section-content .filters .btn-filter.active img {
  filter: invert(40%) sepia(39%) saturate(2869%) hue-rotate(346deg) brightness(98%) contrast(94%);
}
#section-content .filters .btn-filter.active span {
  color: #f25529;
}
#section-content .filters .btn-filter span {
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #section-content .filters .btn-filter span {
    margin-top: 0.1rem;
    margin-left: 0.5rem;
    font-size: 1rem;
  }
}
#section-content {
  /* countries */
}
#section-content .countries {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  #section-content .countries {
    flex-direction: row;
    justify-content: center;
  }
}
#section-content .countries .country-select {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
#section-content .countries .country-select + .country-select {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  #section-content .countries .country-select {
    flex: 2;
  }
}
@media (min-width: 768px) {
  #section-content .countries .country-select {
    width: auto;
  }
  #section-content .countries .country-select + .country-select {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  #section-content .countries .country-select {
    width: calc(25% - 1rem);
  }
}
#section-content .countries .country-select .btn-country {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  font-size: 0.75rem;
  border: 1px solid #979797;
  background-color: #fff;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
#section-content .countries .country-select .btn-country:hover {
  background-color: #f1f5f9;
}
#section-content .countries .country-select .btn-country span {
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0.25rem;
  margin-right: 1rem;
  white-space: nowrap;
}
#section-content .countries .country-select .btn-country i {
  display: block;
  height: 15px;
  width: 15px;
  margin-top: 0.15rem;
  background-image: url("../pics/arrow-down.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
#section-content .countries .country-select .country-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 39px;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 1rem 0;
  border: 1px solid #979797;
  background-color: #fff;
  z-index: 199;
}
#section-content .countries .country-select .country-dropdown.active {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#section-content .countries .country-select .country-dropdown li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 0.25rem 1rem;
}
#section-content .countries .country-select .country-dropdown li label {
  margin-top: 0.3rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  cursor: pointer;
}
#section-content .countries .country-select .country-dropdown li label:hover {
  text-decoration: underline;
}
#section-content .countries .country-select .country-dropdown li input {
  margin: 0 !important;
}
#section-content .countries .btn-clear {
  background: transparent;
  border: none;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 0.5rem 0.5rem 0.25rem;
  margin: 0.5rem;
}
#section-content .countries .btn-clear:hover {
  text-decoration: underline;
}
#section-content {
  /* legales */
}
#section-content .legales {
  background-color: #f1f5f9;
  padding: 2rem !important;
}
#section-content .legales p {
  color: #6e6e7a !important;
}
#section-content {
  /* tabs */
}
#section-content .tabs {
  padding-bottom: 0;
}
#section-content .tabs .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#section-content .tabs .container .btn-tab {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 50%;
  padding: 0.5rem;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #979797;
  color: #2f353d;
}
@media (min-width: 768px) {
  #section-content .tabs .container .btn-tab {
    padding: 1rem;
  }
}
#section-content .tabs .container .btn-tab.active {
  color: #f25529;
  border-color: #f25529;
  background-color: #fff;
}
#section-content .tabs .container .btn-tab.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #f25529;
  position: absolute;
  left: 0;
  bottom: 0;
}
#section-content .tabs .container .btn-tab.active img {
  filter: invert(40%) sepia(39%) saturate(2869%) hue-rotate(346deg) brightness(98%) contrast(94%);
}
#section-content .tabs .container .btn-tab.active span {
  color: #f25529;
}
#section-content .tabs .container .btn-tab:hover {
  background-color: #f1f5f9;
}
@media (max-width: 768px) {
  #section-content .tabs .container .btn-tab img {
    width: 28px;
    height: 28px;
  }
}
#section-content .tabs .container .btn-tab span {
  margin: 0;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  #section-content .tabs .container .btn-tab span b {
    display: none;
  }
}
#section-content {
  /* places */
}
#section-content .places-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: start;
  align-items: stretch;
}
#section-content .places-wrapper .place-error {
  display: none;
  width: 100%;
  text-align: center;
}
#section-content .places-wrapper .place-error.show {
  display: block;
}
#section-content .places-wrapper .place {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  margin-bottom: 1rem;
  width: calc(50% - 0.5rem);
  background-color: #F0F5F9;
  position: relative;
}
@media (min-width: 768px) {
  #section-content .places-wrapper .place {
    margin-bottom: 2rem;
    width: calc(33.333% - 0.7rem);
  }
}
@media (min-width: 1200px) {
  #section-content .places-wrapper .place {
    width: calc(25% - 0.75rem);
  }
}
#section-content .places-wrapper .place .place-image {
  width: 100%;
}
#section-content .places-wrapper .place .place-caption {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #section-content .places-wrapper .place .place-caption {
    align-items: start;
    text-align: left;
    margin-top: 0;
    padding: 1.5rem 1rem;
  }
}
#section-content .places-wrapper .place .place-caption .icon-hint {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../pics/icon-hint.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.35rem;
  margin-top: -0.15rem;
}
#section-content .places-wrapper .place .place-caption .icon-place {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../pics/icon-place.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.35rem;
  margin-top: -0.15rem;
}
#section-content .places-wrapper .place .place-caption .icon-web {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../pics/icon-web.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.35rem;
}
#section-content .places-wrapper .place .place-caption .place-hint {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #2f353d;
  padding: 0.35rem 0.25rem 0.25rem;
  margin-bottom: 1.5rem;
}
#section-content .places-wrapper .place .place-caption .place-location {
  color: #6e6e7a;
  text-transform: uppercase;
}
#section-content .places-wrapper .place .place-caption .place-name {
  color: #2f353d;
}
#section-content .places-wrapper .place .place-caption .place-desc {
  color: #6e6e7a;
}
#section-content .places-wrapper .place .place-caption .place-actions {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem 1rem;
}
@media (max-width: 1199px) {
  #section-content .places-wrapper .place .place-caption .place-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
#section-content .places-wrapper .place .place-caption .place-actions a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #2f353d;
  text-decoration: none;
}
#section-content .places-wrapper .place .place-caption .place-actions a:hover {
  color: #f25529;
}
#section-content {
  /* events */
}
#section-content .events-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: start;
  align-items: stretch;
}
#section-content .events-wrapper .event-error {
  display: none;
  width: 100%;
  text-align: center;
}
#section-content .events-wrapper .event-error.show {
  display: block;
}
#section-content .events-wrapper .event {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  margin-bottom: 1rem;
  width: calc(50% - 0.5rem);
  background-color: #F0F5F9;
  position: relative;
}
@media (min-width: 768px) {
  #section-content .events-wrapper .event {
    margin-bottom: 2rem;
    width: calc(33.333% - 0.7rem);
  }
}
@media (min-width: 1200px) {
  #section-content .events-wrapper .event {
    width: calc(25% - 0.75rem);
  }
}
#section-content .events-wrapper .event .event-image {
  width: 100%;
}
#section-content .events-wrapper .event .event-mes {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: #F25529;
  padding: 0.3rem 1rem 0.1rem;
}
#section-content .events-wrapper .event .event-mes p {
  margin: 0;
  padding: 0;
  color: #fff;
}
#section-content .events-wrapper .event .event-caption {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #section-content .events-wrapper .event .event-caption {
    align-items: start;
    text-align: left;
    margin-top: 0;
    padding: 1.5rem 1rem;
  }
}
#section-content .events-wrapper .event .event-caption .icon-hint {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../pics/icon-hint.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.35rem;
  margin-top: -0.15rem;
}
#section-content .events-wrapper .event .event-caption .icon-place {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../pics/icon-place.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.35rem;
  margin-top: -0.15rem;
}
#section-content .events-wrapper .event .event-caption .icon-web {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../pics/icon-web.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.35rem;
}
#section-content .events-wrapper .event .event-caption .event-hint {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #2f353d;
  padding: 0.35rem 0.25rem 0.25rem;
  margin-bottom: 1.5rem;
}
#section-content .events-wrapper .event .event-caption .event-location {
  color: #6e6e7a;
  text-transform: uppercase;
}
#section-content .events-wrapper .event .event-caption .event-desc {
  color: #6e6e7a;
}
#section-content .events-wrapper .event .event-caption .event-actions {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem 1rem;
}
@media (max-width: 1199px) {
  #section-content .events-wrapper .event .event-caption .event-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
#section-content .events-wrapper .event .event-caption .event-actions a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #2f353d;
  text-decoration: none;
}
#section-content .events-wrapper .event .event-caption .event-actions a:hover {
  color: #f25529;
}

/*# sourceMappingURL=landing.css.map */
