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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1976d2;
  letter-spacing: .25px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  background-color: #1976d2;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  padding-top: 120px;
  font-family: Sen, sans-serif;
}

.image {
  width: auto;
  height: 100px;
}

.btn {
  text-transform: capitalize;
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  flex: 0 auto;
  align-self: flex-end;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #f9f9f9;
  text-transform: uppercase;
  background-color: #24d366;
  margin-right: 8px;
  padding: 14px 20px;
  font-size: 20px;
}

.btn.light.outline:hover {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.hover-light:hover {
  color: #222;
  background-color: #f9f9f9;
}

.btn.hover-light.whatsapp {
  background-color: #24d366;
  border-color: #24d366;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  display: flex;
}

.hero-paragraph {
  color: #f9f9f9;
  width: 50%;
  margin-bottom: 25px;
  font-size: 18px;
}

.hero-heading {
  color: #f9f9f9;
  width: 50%;
  font-size: 62px;
  line-height: 1.2;
}

.hero-section {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/Seu-Bira.jpg');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 550px;
  position: relative;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.service-section {
  padding-top: 0;
  padding-bottom: 65px;
}

.service-container {
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 120px;
}

.shop-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 500px;
  margin-bottom: 30px;
}

.shop-image.tumbler-1 {
  background-color: #1976d2;
  background-image: none;
  border-radius: 20px;
  align-items: center;
  min-height: 400px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.pill-2 {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill-2.badge {
  border-radius: 0;
}

.pill-2.badge.primary.sale {
  text-transform: uppercase;
  background-color: #eb5757;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.shop-item-name {
  color: #222;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.shop-details-left {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.price-wrapper {
  border-bottom: 1px rgba(34, 34, 34, .08);
  justify-content: flex-start;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
}

.shop-item-price {
  color: #222;
  text-align: justify;
  font-size: 15px;
  font-weight: 700;
}

.shop-item-price.compare {
  color: #eb5757;
  text-decoration: line-through;
  display: none;
}

.shop-button-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-grid {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.footer-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-footer-link {
  margin-left: 20px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.footer {
  background-color: #222;
  padding-top: 65px;
  padding-bottom: 10px;
}

.image-2 {
  mix-blend-mode: screen;
  height: 82px;
}

.container-made-by {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: static;
  top: auto;
  bottom: 1%;
  left: 0%;
  right: 0%;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: rgba(255, 255, 255, .15);
}

.safe-section {
  background-image: linear-gradient(rgba(34, 34, 34, .17), rgba(34, 34, 34, .49) 30%, #121621), url('../images/Fundo-de-chaves.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  min-height: 550px;
  margin-top: 60px;
}

.btn-3 {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn-3:hover {
  background-color: #222;
  border-color: #222;
}

.btn-3.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-3.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn-3.light.hero {
  margin-right: 10px;
}

.safe-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.safe-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 550px;
  padding-bottom: 5%;
  display: flex;
}

.safe-paragraph {
  color: #f9f9f9;
  text-align: right;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.safe-heading {
  color: #f9f9f9;
  text-align: right;
  width: 45%;
  font-size: 45px;
  line-height: 1.2;
}

.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-local-wrapper {
  justify-content: flex-end;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-left {
  background-image: url('../images/Fachada_V2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 30%;
  height: 0;
  min-height: 440px;
  position: absolute;
  top: 6%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.shop-local-right {
  color: #f9f9f9;
  background-color: #222;
  border-radius: 5px;
  justify-content: flex-end;
  width: 80%;
  padding: 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.columns {
  margin-top: 0;
}

.html-embed {
  margin-bottom: 4px;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.contect-wrap {
  margin-top: 10px;
}

.list-item {
  display: flex;
}

.image-3, .image-4, .tabs {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image {
    height: 80px;
  }

  .hero-paragraph {
    width: 55%;
  }

  .hero-heading {
    width: 60%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-container {
    padding-top: 60px;
  }

  .shop-image.tumbler-1 {
    min-height: auto;
  }

  .shop-details-left {
    margin-right: 25px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .shop-item-price {
    letter-spacing: .03em;
    line-height: 18px;
  }

  .safe-wrapper {
    justify-content: center;
  }

  .safe-paragraph {
    width: 55%;
  }

  .safe-heading {
    width: 60%;
  }

  .shop-local-left {
    background-position: 50%;
    background-size: cover;
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .btn {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    font-size: 53px;
  }

  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .service-section {
    padding-top: 0;
  }

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .shop-item-price {
    letter-spacing: -.02em;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .safe-wrapper {
    justify-content: flex-end;
    padding-bottom: 25px;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .shop-local-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    padding-left: 12px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .body {
    padding-top: 60px;
  }

  .image {
    height: 50px;
  }

  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.light.outline {
    letter-spacing: .05em;
    border-radius: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .btn.hover-light {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn.full-size {
    flex: 1;
    width: 100%;
  }

  .hero-wrapper {
    justify-content: flex-end;
    min-height: 450px;
    padding-bottom: 45px;
  }

  .hero-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .hero-heading {
    width: 90%;
    font-size: 30px;
  }

  .hero-section {
    background-position: 0 0, 76%;
    min-height: 450px;
  }

  .service-section {
    padding-left: 0;
    padding-right: 0;
  }

  .service-container {
    padding-top: 60px;
  }

  .shop-image.tumbler-1 {
    min-width: 150px;
    max-width: 70%;
    min-height: 0;
  }

  .pill-2.badge.primary.sale {
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    top: 3%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .shop-item-name {
    text-align: center;
    display: none;
  }

  .shop-details-left {
    width: auto;
    min-width: 150px;
    max-width: 70%;
    margin-right: 0;
  }

  .price-wrapper {
    justify-content: center;
  }

  .shop-item-price {
    text-align: justify;
    margin-right: 0;
    font-size: 12px;
    font-weight: 500;
  }

  .shop-button-wrapper {
    flex: 0 auto;
  }

  .service-grid {
    align-items: center;
    width: 100%;
    min-height: 410px;
    margin-bottom: 10px;
  }

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

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .social-footer-link {
    margin-left: auto;
    margin-right: auto;
  }

  .container-made-by {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    text-decoration: none;
    display: flex;
  }

  .btn-3.light.hero.safe {
    color: #fff;
    background-color: #24d366;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .safe-button-wrapper {
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .safe-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .safe-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .safe-heading {
    text-align: center;
    width: 100%;
    font-size: 25px;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-right {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    font-size: 26px;
  }

  .quick-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 0;
  }

  .tabs-content {
    width: 60%;
  }

  .tab-link {
    background-color: rgba(25, 118, 210, .4);
    align-self: stretch;
    align-items: center;
    width: auto;
    height: 20%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link:hover {
    background-color: rgba(25, 118, 210, .8);
  }

  .tab-link.w--current {
    color: #fff;
    background-color: #1976d2;
  }

  .tabs-menu {
    flex-flow: column wrap;
    width: 35%;
    display: flex;
  }

  .text-tab {
    text-align: left;
    letter-spacing: -.02em;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
  }

  .tabs {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .subtitle {
    padding-left: 12px;
  }

  .paragraph {
    text-decoration: none;
  }

  .text-span, .text-span-2 {
    color: rgba(0, 0, 0, 0);
  }
}

#w-node-_560f506a-0520-2c46-c812-d67a448ea4b2-5ab0b10d, #w-node-_21f56b46-8905-aaf5-e724-39042de4b1dd-5ab0b10d, #w-node-_71e72535-a0f2-efa6-6eb6-bcbf04ab71af-5ab0b10d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_560f506a-0520-2c46-c812-d67a448ea4b2-5ab0b10d, #w-node-_21f56b46-8905-aaf5-e724-39042de4b1dd-5ab0b10d, #w-node-_71e72535-a0f2-efa6-6eb6-bcbf04ab71af-5ab0b10d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }
}


