html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #ffffff !important;
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  overflow-x: hidden;
  color: #313131;
}

.overflow-hidden {
  overflow: hidden;
}

img {
  border-style: none;
}

button,
[type='button'],
[type='submit'],
[type='reset'] {
  -webkit-appearance: button;
}

input {
  font-size: 1em;
}

textarea {
  overflow: auto;
  font-size: 1.1em;
}

[hidden] {
  display: none;
}

button,
textarea,
select,
input {
  outline: 0;
}

@media (min-width: 1399px) {
  .containerWidth {
    max-width: 1399px;
    padding: 0 !important;
  }
}

.containerWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

:root {
  /* Header */
  --bg-header: #f5f5f5;
  --bg-header-border-top: #c3043c;
  --color-link: #c3043c;
  --color-link-hover: #396446;
  --bg-submenu: white;
  --color-sublink: #313131;

  --bg-responsive: white;

  /* Topicos */
  --bg-topics: #396446;
  --bg-topics-card: white;
  --color-topics-icon: #c3043c;
  --color-topics-text: #313131;
  --color-topics-description: #858585;

  /* Categorias */
  --bg-categories: white;
  --color-categories: white;
  --shadow-categories-text: 2px 2px 4px rgba(0, 0, 0, 0.5);
  --bg-categories-hover: rgba(0, 0, 0, 0.6);

  /* Destaques */
  --bg-highlights: white;
  --color-highlights-title: #396446;
  --color-highlight-name: #313131;
  --color-highlight-description: #858585;
  --color-old-price: rgb(204, 66, 66);
  --color-price: #313131;

  /* Blog */
  --bg-blog: white;
  --color-blog-title: #396446;
  --color-blog-item-name: #313131;
  --color-blog-item-description: #858585;

  /* Banners */
  --bg-banners: white;
  --color-banners-title: #396446;

  /* Seção de localização */
  --bg-location: #efefef;
  --bg-card-map: white;
  --color-title-location: #396446;
  --color-address-text-location: #313131;

  /* Footer */
  --bg-footer-top: #c3043c;
  --bg-footer-top-text: white;
  --bg-footer-top-link: white;
  --color-footer-top-link: #313131;
  --bg-footer-down: white;
  --color-titles-footer: #396446;
  --color-texts-footer: #4c4c4d;
  --color-socials-footer: #396446;
  --color-hover-links-footer: #396446;
  --color-text-copyright: #4c4c4d;

  /* Gerais */
  --color-whatsapp: rgb(30, 145, 30);
  --border-primary: #d9e0eb;
  --shadow-default: 0px 6px 15px 0px #79797961;
  --bg-overlay: rgba(0, 0, 0, 0.45);
}

.notFounded {
  padding: 64px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.notFounded strong {
  color: var(--color-primary);
  font-size: 20px;
}

.flex-row {
  display: flex;
  align-items: center;
}