/*Mobile*/
@media screen and (max-width: 520px) {
  .flex-d-column {
    flex-direction: column;
    align-items: start !important;
  }
  .section-default {
    padding: 54px 0;
  }

  .owl-theme .owl-nav {
    width: 100%;
  }
  .owl-theme .owl-dots {
    bottom: -40px;
  }

  main {
    margin-top: 100px;
  }

  /* Menu Desktop */
  .topbar-menu .container {
    padding: 14px 0;
  }
  .topbar-menu .container #menu-menu-do-topo {
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
  }
  .topbar-menu #menu-menu-do-topo .menu-item a {
    margin: 0;
  }
  .topbar-menu .nav.social,
  header.header-menu form.desktop {
    display: none;
  }

  /* Menu Mobile */
  .menuMobile {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 150px;
    background-color: var(--primary-color);
    padding-top: 40px;
    display: none;
    transition: all 0.4s;
  }
  .menuMobile.oppened {
    display: block;
  }
  .menuMobile li.menu-item {
    font-size: 1.2rem;
    margin: 8px 0;
    display: block;
    width: 100%;
  }
  .menuMobile input {
    min-width: 90%;
    max-width: 90%;
  }
  .toggleMenu {
    margin-left: auto;
    font-size: 0.9rem;
    gap: 6px;
    color: var(--primary-color);
  }

  .header-menu #menu-menu-principal {
    display: none;
  }
  header.header-menu .logo-header-menu {
    margin-top: 0;
    min-width: 60px;
    max-width: 60px;
    height: auto !important;
    margin-bottom: 14px;
  }

  .header-hero .owl-header-hero {
    max-width: 100vw;
    margin: 0 auto 40px;
  }
  .header-hero .owl-header-hero .owl-item .item {
    min-height: 520px;
    text-align: center;
    padding: 40px;
  }
  .header-hero .owl-header-hero .owl-item .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: linear-gradient(to bottom, #111, transparent) !important;
  }
  .header-hero .owl-header-hero .owl-item .item h1 {
    font-size: 2rem;
    color: white;
    width: 100%;
    max-width: 100%;
  }
  .header-hero .owl-header-hero .owl-item .item .lead {
    color: white;
  }
  .header-hero .owl-header-hero .owl-item .item h1,
  .header-hero .owl-header-hero .owl-item .item .lead {
    position: relative;
    z-index: 8;
  }

  section.section-featured .appendArrows {
    justify-content: center !important;
  }

  section.section-discounts .discount .p-4 {
    padding: 1rem !important;
  }
  section.section-discounts .discount .picture {
    min-height: 220px;
    height: 220px;
  }
  section.section-discounts .discount small {
    display: none !important;
  }
  section.section-discounts .d-flex.align-items-center {
    font-size: 0.9rem;
  }

  /* Testimonials*/
  section.section-testimonials {
    text-align: center;
  }
  section.section-testimonials h2 {
    margin: 0 auto;
    max-width: 80%;
  }
  section.section-testimonials .stars {
    width: fit-content;
    margin: 1rem auto;
  }
  section.section-testimonials .owl-testimonials .item {
    flex-direction: column;
    text-align: center;
  }
  section.section-testimonials .quote-before {
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
  }
  section.section-testimonials .quote-after {
    display: none;
  }

  .single-stores .infos {
    flex-direction: column;
    align-items: start !important;
  }

  .posts-grid {
    grid-template-columns: 1fr;
  }
  .featured-post,
  .featured-post .col-md-6 {
    min-height: fit-content;
    border-radius: 0;
  }
  .featured-post-img {
    min-height: 320px !important;
  }

  .servicos .col-md-4 {
    text-align: center;
  }
  .servicos .col-md-4 img {
    margin: 16px auto;
  }

  /* Footer */
  footer.footer {
    text-align: center;
  }
  footer.footer address {
    margin: 1rem auto;
  }
  footer.footer .align-items-end {
    align-items: center !important;
  }
  footer.footer .ms-3:first-child {
    margin-left: 0 !important;
  }
}
