/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * @codingStandardsIgnoreStart
 */
body {
  background-color: #f3f3f3;
}
.page-header {
  background-image: url("../images/header-background.jpg");
  max-width: none !important;
  position: fixed;
  z-index: 999;
}
.panel.header {
  max-width: none !important;
}
.header.links {
  display: none !important;
}
.footer.content {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100vw;
}
.footer-custom {
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #f3f3f3;
  }
  .page-header {
    background-image: url("../images/header-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 900;
  }
  .page-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .page-header .logo img {
    width: 100%;
    height: auto;
    max-width: 250px;
  }
  .logo {
    max-width: none !important;
  }
  .nav-toggle {
    top: 40%;
  }
  .block-search .label {
    text-decoration: none;
    display: inline-block;
    position: absolute;
    right: 15px;
    z-index: 14;
    top: 40%;
  }
  .block-search .label::before,
  .nav-toggle::before {
    color: #435c4a;
  }
  .page-main {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .column.main {
    padding-bottom: 0 !important;
  }
  .page-bottom {
    margin: 0;
    padding: 0;
  }
  .page-footer {
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .footer.content {
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer-custom {
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-title h2 {
    font-size: 18px;
  }
  .footer-links a {
    font-size: 14px;
  }
  a:visited {
    text-decoration: none;
    color: rgba(0, 0, 0, 0);
  }
  .bottom-menu-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0 4px 0;
    width: 100%;
    margin: 0 auto 0 auto;
    max-width: 440px;
  }
  .bottom-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  .bottom-menu-item svg {
    display: block;
    margin-bottom: 2px;
  }
  .bottom-menu-item.active,
  .bottom-menu-item:active,
  .bottom-menu-item:focus {
    color: #f7951d;
  }
}
.footer-custom {
  background-color: #000;
  background-image: url("../images/bg-rodape.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}
.footer-content {
  max-width: 1200px;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-title h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #ffa500;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer-links a:hover {
  color: #ffd700;
  text-decoration: underline;
}
.footer-social {
  margin: 20px 0;
}
.social-icon {
  display: inline-block;
  margin: 0 10px;
  background-color: #ffa500;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.social-icon img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.footer-copyright {
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}
@media screen and (min-width: 768px) {
  .bottom-menu-bar {
    display: none;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    break-inside: avoid;
  }
  .block-content {
    break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    break-after: avoid;
    break-inside: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSimple41%5C%2FTheFishClub%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSimple41%5C%2FTheFishClub%5C%2Fpt_BR%5C%2Fcss%5C%2Fprint.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3BAAAA%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CsBAAsB%2CkCAAtB%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMAAM%3BEACF%2C0BAAA%3B%3BAAGJ%2COAAO%3BEACH%2CwBAAA%3B%3BAAIJ%2COAAO%3BEACH%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAA8IJ%2CmBA3IqC%3BEACjC%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CsBAAsB%2CkCAAtB%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CYAAa%2CMAAM%3BIACf%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CQAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CaAAc%2COAAM%3BEACpB%2CWAAW%3BIACP%2CcAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2COAAO%3BIACH%2C4BAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CeAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CeAAA%3B%3BEAGJ%2CCAAC%3BIACG%2CqBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2C2CAAA%3BIACA%2CaAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CiBAAiB%3BEACjB%2CiBAAiB%3BEACjB%2CiBAAiB%3BIACb%2CcAAA%3B%3B%3BAAIR%3BEACI%2CsBAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%2CEAAC%3BEACX%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAOH%2CmBAJoC%3BEACjC%3BIACI%2CaAAA%3B%3B%3BACxOR%2CWACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA0HR%3BEArHI%3BIACI%2C%2BBAAA%3BIACA%2CkCAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BEACA%2CCAAC%3BIACG%2CqCAAA%3B%3BEAIJ%3BEACA%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CWAAA%3BIAMA%2CmBAAA%3B%3BEAPJ%2CcAAe%2CMAGX%3BIACI%2CWAAA%3B%3BEAKJ%2CcATW%2CMASP%2CQAAQ%2CKAAE%3BIACV%2C0BAAA%3B%3BEAIR%3BEACA%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BEACA%2COAAO%2CQAAW%2CIAAC%3BEACnB%2CMAAM%2CQAAW%2CIAAC%3BEAClB%2COAAO%2CQAAW%2CIAAC%3BIACf%2CaAAA%3B%3BEAGJ%3BEACA%2COAAQ%3BIACJ%2CyBAAA%3BIACA%2CcAAA%3B%3BEAMQ%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BIACD%2CYAAA%3BIACA%2CmBAAA%3B%3BEAMhB%2COAAO%3BIACH%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CUAAA%3B%3BEAGJ%3BIACI%2CwBAAA%22%7D */