@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: Poppins, sans-serif;
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-width: 500px !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
:root {
  --blue: #002b6a;
  --white: #fff;
  --black: #000;
  --green: #00ff00;
  --orange: #e8751c;
  --primary: #002b6a !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style: none;
}
ul li {
  margin-right: 20px;
}
.bg-blue {
  background-color: var(--blue);
}
.bg-green {
  background-color: var(--green);
}
.bg-white {
  background-color: var(--white);
}
.fc-blue {
  color: var(--blue);
}
.fc-blue {
  color: var(--blue);
}
.fc-orange {
  color: var(--orange);
}
.fc-white {
  color: var(--white);
}
.fs-14 {
  font-size: 14px;
}
.fs-16-18 {
  font-size: clamp(16px, 3vw, 18px);
}
.fs-18-24 {
  font-size: clamp(18px, 3vw, 24px);
}
.titulo {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
}
.titulo-2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 80px;
}
.fw-bold {
  font-weight: 700;
}
.fw-medium {
  font-weight: 500;
}
.fw-regular {
  font-weight: 400;
}
.mensagem_return {
  width: 100%;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
}
.mdi--instagram {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
}
.mdi--trash {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23002b6a' d='M19 4h-3.5l-1-1h-5l-1 1H5v2h14M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6z'/%3E%3C/svg%3E");
}
.ic--outline-email {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0l-8 5l-8-5zm0 12H4V8l8 5l8-5z'/%3E%3C/svg%3E");
}
.material-symbols--menu {
  display: inline-block;
  width: 36px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 18v-2h18v2zm0-5v-2h18v2zm0-5V6h18v2z'/%3E%3C/svg%3E");
}
.material-symbols--edit-sharp {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23002b6a' d='M3 21v-4.25L17.625 2.175L21.8 6.45L7.25 21zM17.6 7.8L19 6.4L17.6 5l-1.4 1.4z'/%3E%3C/svg%3E");
}
.header {
  padding: 20px 0;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--blue) !important;
  --bs-btn-border-color: var(--blue) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--blue) !important;
  --bs-btn-hover-border-color: var(--blue) !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--blue) !important;
  --bs-btn-active-border-color: var(--blue) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--blue) !important;
  --bs-btn-disabled-border-color: var(--blue) !important;
}
.btn_wpp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 210px;
  height: 40px;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 16px;
  text-decoration: none;
}
.btn_wpp:hover {
  color: var(--blue) !important;
  text-decoration: underline;
}
.btn_wpp::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23002b6a' d='M19.05 4.91A9.816 9.816 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.264 8.264 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.183 8.183 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07c0 1.22.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E")
    no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  font-size: 24px;
  color: var(--blue);
}
.header a {
  font-size: 18px;
}
.header a:hover {
  color: var(--green);
}
.header button.dropdown-toggle {
  font-size: 18px;
}
.header button.dropdown-toggle:hover {
  color: var(--green);
}
.dropdown-menu .dropdown-item:hover {
  color: var(--blue);
}
.rodape {
  padding: 50px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .rodape .image-box > div {
    width: 100% !important;
  }
}
.carrinho_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
