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

/* home-content */
#home {
  /* fonts-util */
}
#home .medium {
  font-family: "SST W01 Medium", Helvetica, Arial, sans-serif;
}
#home .bold {
  font-family: "SST W01 Bold", Helvetica, Arial, sans-serif;
}
#home .heavy {
  font-family: "SST W01 Heavy", Helvetica, Arial, sans-serif;
}
#home .text-center {
  text-align: center;
}
#home .text-left {
  text-align: left;
}
#home .text-right {
  text-align: right;
}
#home .white {
  color: #fff;
}
#home .black {
  color: #2f353d;
}
#home .orange {
  color: #F25529;
}
#home .sup {
  display: inline-block;
  font-size: 10px;
  padding: 0.1rem;
  vertical-align: super;
}
#home {
  /* buttons */
}
#home .btn {
  padding: 13px 20px 11px !important;
}
#home {
  /* section */
}
#home .section {
  padding: 1.5rem 0;
  font-family: "SST W01 Roman", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  #home .section {
    padding: 4rem 0;
  }
}
#home .section.bg-gray {
  background-color: #e8edf3;
}
#home .section .copy {
  margin: auto;
  max-width: 768px;
}
#home {
  /* section: hero */
}
#home .hero .hero-image {
  width: 100%;
  padding-bottom: 50%;
  background-color: #386096;
  background-image: url("../pics/hero-mobile.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  #home .hero .hero-image {
    background-image: url("../pics/hero-desktop.jpg");
    padding-bottom: 35%;
  }
}
@media (min-width: 992px) {
  #home .hero .hero-image {
    background-image: url("../pics/hero-desktop.jpg");
    padding-bottom: 30%;
  }
}
@media (min-width: 1200px) {
  #home .hero .hero-image {
    background-image: url("../pics/hero-desktop.jpg");
    padding-bottom: 25%;
  }
}
#home {
  /* section: register */
}
#home .section-register {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#home .section-register:last-of-type {
  margin-bottom: -1rem;
}
@media (min-width: 768px) {
  #home .section-register {
    flex-wrap: nowrap;
  }
}
#home .section-register a.tile {
  transition: opacity 0.1s linear;
}
#home .section-register a.tile:hover {
  opacity: 0.9;
}
#home .section-register .tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 1rem;
  margin-bottom: 1rem;
}
#home .section-register .tile.np {
  padding: 0;
}
#home .section-register .tile.tile-100 {
  width: 100%;
}
#home .section-register .tile.tile-50 {
  width: 100%;
}
#home .section-register .tile.tile-xs-50 {
  width: calc(50% - 0.5rem);
}
#home .section-register .tile.tile-25 {
  width: calc(50% - 0.5rem);
}
#home .section-register .tile.tile-row .tile-image {
  padding-bottom: 45%;
}
#home .section-register .tile.tile-row .tile-caption {
  padding: 1rem;
}
#home .section-register .tile.tile-row .tile-caption p {
  margin: 1rem auto !important;
}
@media (min-width: 768px) {
  #home .section-register .tile.tile-100 {
    width: 100%;
  }
  #home .section-register .tile.tile-50 {
    width: calc(50% - 0.5rem);
  }
  #home .section-register .tile.tile-25 {
    width: calc(25% - 0.5rem);
  }
  #home .section-register .tile.tile-row {
    flex-direction: row;
  }
  #home .section-register .tile.tile-row .tile-image {
    width: 50%;
    padding-bottom: 25%;
  }
  #home .section-register .tile.tile-row .tile-caption {
    width: 50%;
    padding: 2rem;
  }
  #home .section-register .tile.tile-row .tile-caption p {
    margin: 1.5rem auto !important;
  }
}
#home .section-register .tile .spacer {
  width: 100%;
  padding-bottom: 40%;
}
@media (min-width: 768px) {
  #home .section-register .tile .spacer {
    padding-bottom: 25%;
  }
}
#home .section-register .tile .tile-caption {
  padding-top: 1rem;
  width: 100%;
  text-align: center;
}
#home .section-register .tile .tile-caption.bg-black {
  background-color: #2f353d;
}
#home .section-register .tile .tile-caption h3, #home .section-register .tile .tile-caption h4 {
  margin: 0;
}
#home .section-register .tile .tile-caption p {
  margin: 0;
}
#home .section-register .tile .tile-caption p.short {
  margin: 0 auto;
  max-width: 350px;
}
#home .section-register .tile .tile-image {
  width: 100%;
  padding-bottom: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  #home .section-register .tile .tile-image {
    padding-bottom: 40%;
  }
}
#home .section-register .tile .tile-box {
  padding: 1.5rem 0.5rem;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #2b2c35;
}
@media (min-width: 768px) {
  #home .section-register .tile .tile-box {
    padding: 2rem;
  }
}
#home .section-register .tile .tile-box h4 {
  margin: 0 0 0.5rem;
}
#home .section-register .tile .tile-box p {
  margin: 0 auto;
}
#home .section-register .tile .tile-box p.short {
  max-width: 350px;
}
#home {
  /* section: welcome */
}
#home .section-welcome {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#home .section-welcome:last-of-type {
  margin-bottom: -1rem;
}
@media (min-width: 768px) {
  #home .section-welcome {
    flex-wrap: nowrap;
  }
}
#home .section-welcome a.tile {
  transition: opacity 0.1s linear;
}
#home .section-welcome a.tile:hover {
  opacity: 0.9;
}
#home .section-welcome .tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #2f353d;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #home .section-welcome .tile {
    width: calc(50% - 0.5rem);
    margin-bottom: 0;
  }
}
#home .section-welcome .tile .tile-caption {
  padding: 1rem;
  width: 100%;
  text-align: center;
  background-color: #2f353d;
}
@media (min-width: 768px) {
  #home .section-welcome .tile .tile-caption {
    padding: 1.5rem 1rem;
  }
}
#home .section-welcome .tile .tile-caption h3, #home .section-welcome .tile .tile-caption h4 {
  margin: 0;
}
#home .section-welcome .tile .tile-caption p {
  margin: 0;
}
#home .section-welcome .tile .tile-image {
  width: 100%;
  padding-bottom: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  #home .section-welcome .tile .tile-image {
    padding-bottom: 45%;
  }
}
#home {
  /* section-dondecomprar */
}
@media (min-width: 768px) {
  #home .section-dondecomprar p {
    margin-bottom: 0;
  }
}
#home .section-dondecomprar .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#home .section-dondecomprar .row .col {
  width: 50%;
}
#home .section-dondecomprar .select-regions {
  appearance: none;
  box-sizing: border-box;
  background: #fff url("../pics/angle.svg") no-repeat right center;
  border-radius: 0;
  border: 1px solid #F1F5f9;
  display: block;
  padding: 0 60px 0 15px;
  margin-top: 10px;
  height: 44px;
  width: auto;
}
#home .section-dondecomprar .select-box {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  color: #706c7a;
}
@media (min-width: 768px) {
  #home .section-dondecomprar .select-box {
    width: 400px;
  }
}
#home .section-dondecomprar .select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}
#home .section-dondecomprar .select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
#home .section-dondecomprar .select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
#home .section-dondecomprar .select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
#home .section-dondecomprar .select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
#home .section-dondecomprar .select-box__value {
  display: flex;
}
#home .section-dondecomprar .select-box__input {
  display: none;
}
#home .section-dondecomprar .select-box__input:checked + .select-box__input-text {
  display: block;
}
#home .section-dondecomprar .select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #F1F5f9;
}
#home .section-dondecomprar .select-box__list {
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  z-index: 19999;
}
#home .section-dondecomprar .select-box__option {
  display: block;
  padding: 10px 15px;
  margin: 0;
  background-color: #fff;
}
#home .section-dondecomprar .select-box__option:hover, #home .section-dondecomprar .select-box__option:focus {
  color: #546c84;
  background-color: #F1F5f9;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@media (max-width: 768px) {
  #home .section-dondecomprar .store-filters {
    flex-direction: column-reverse;
  }
  #home .section-dondecomprar .store-filters .col {
    width: 100%;
  }
}
#home .section-dondecomprar .store-filters .store-results {
  margin-top: 1rem;
  margin-bottom: 0;
}
#home .section-dondecomprar .section-map {
  margin-top: 20px;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #home .section-dondecomprar .section-map {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
#home .section-dondecomprar .section-map .stores-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  #home .section-dondecomprar .section-map .stores-list {
    margin-right: 10px;
    margin-left: -10px;
    width: 380px;
    height: 500px;
  }
}
#home .section-dondecomprar .section-map .stores-list .store {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
#home .section-dondecomprar .section-map .stores-list .store:hover {
  background-color: #e8edf3;
}
#home .section-dondecomprar .section-map .stores-list .store:hover .store-arrow i {
  border-color: #2f353d;
}
#home .section-dondecomprar .section-map .stores-list .store.active {
  background-color: #e8edf3;
}
#home .section-dondecomprar .section-map .stores-list .store.active .store-arrow i {
  border-color: #2f353d;
}
#home .section-dondecomprar .section-map .stores-list .store .title {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.2;
  color: #2f353d;
}
#home .section-dondecomprar .section-map .stores-list .store .btn {
  margin-top: 0;
  min-width: auto !important;
}
#home .section-dondecomprar .section-map .stores-list .store[data-type=SS] .title {
  color: #f25529;
}
#home .section-dondecomprar .section-map .stores-list .store .separator {
  display: block;
  height: 5px;
}
#home .section-dondecomprar .section-map .stores-list .store .store-arrow {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
#home .section-dondecomprar .section-map .stores-list .store .store-arrow i {
  display: block;
  width: 32px;
  height: 32px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: rotate(45deg);
  transition: border-color 0.15s ease;
}
#home .section-dondecomprar .section-map .stores-map {
  display: flex;
  flex: 2;
  background-color: #F1F5f9;
}
#home .section-dondecomprar .section-map .stores-map iframe {
  height: 200px !important;
}
@media (min-width: 768px) {
  #home .section-dondecomprar .section-map .stores-map iframe {
    height: 500px !important;
  }
}
#home .section-dondecomprar .carousel-cell {
  width: 100%;
}
#home .section-dondecomprar .cities-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#home .section-dondecomprar .cities-row .cities-item {
  display: flex;
  flex-direction: column;
  width: 48%;
  background-color: #f1f5f9;
  padding: 15px;
  text-align: center;
  color: #2f353d;
}
@media (min-width: 768px) {
  #home .section-dondecomprar .cities-row .cities-item {
    width: 24%;
  }
}
#home .section-dondecomprar .cities-row .cities-item:hover {
  background-color: #e8edf3;
}
#home .section-dondecomprar .cities-row .cities-item:focus {
  outline: none !important;
}

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