@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import 'icons/icons.css';
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css");
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-thin-rounded/css/uicons-thin-rounded.css");
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-straight/css/uicons-solid-straight.css");
:root {
  --primary: #0a3349;
  --primary-rgb: 10, 51, 73;
  --secondary: #a2aaad;
  --secondary-rgb: 162, 170, 173;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --text: #949494;
  --text-rgb: 148, 148, 148;
  --font: "Montserrat", sans-serif;
  --gap: 2rem;
  --gap-large: 4rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: var(--font);
  overflow-x: hidden;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content.min {
  max-width: 1200px;
}

* {
  box-sizing: border-box;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-overlay .box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 2rem;
  border-radius: 1rem;
  background-image: radial-gradient(49% 81% at 45% 47%, rgba(255, 255, 255, 0.2705882353) 0%, rgba(7, 58, 255, 0) 100%), radial-gradient(113% 91% at 17% -2%, #cfcfcf 1%, rgba(255, 0, 0, 0) 99%), radial-gradient(142% 91% at 83% 7%, #7f7f7f 1%, rgba(255, 0, 0, 0) 99%), radial-gradient(142% 91% at -6% 74%, #f6f6f6 1%, rgba(219, 219, 219, 0) 99%), radial-gradient(142% 91% at 111% 84%, white 0%, #e0e0e0 100%);
}
@media all and (max-width: 950px) {
  .modal-overlay .box {
    width: 100%;
    margin-top: auto;
    padding: 0.5rem;
    border-radius: 0;
  }
}
.modal-overlay .box .close-overlay {
  position: absolute;
  top: -48px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: rgb(209, 0, 0);
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.modal-overlay .box .close-overlay i {
  color: var(--white);
  font-size: 18px;
}
.modal-overlay .box .close-overlay:hover {
  background-color: var(--primary);
}
.modal-overlay .box .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 950px) {
  .modal-overlay .box .title {
    margin-bottom: 0.5rem;
  }
}
.modal-overlay .box .title h3 {
  font-size: 1.5rem;
  margin: 0;
  color: var(--primary);
}
.modal-overlay .box .title h3 strong {
  font-size: 2rem;
}
@media all and (max-width: 950px) {
  .modal-overlay .box .title h3 {
    font-size: 1.1rem;
  }
  .modal-overlay .box .title h3 strong {
    font-size: 1.2rem;
  }
}
.modal-overlay .box .title .type {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--primary);
  color: var(--white);
}
.modal-overlay .box .title .type i {
  font-size: 40px;
}
.modal-overlay .box .title .type span {
  font-size: 1.2rem;
}
.modal-overlay .box .title .type span strong {
  font-size: 1.3rem;
}
@media all and (max-width: 950px) {
  .modal-overlay .box .title .type {
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  .modal-overlay .box .title .type i {
    font-size: 1.2rem;
  }
  .modal-overlay .box .title .type span {
    font-size: 1rem;
  }
}
.modal-overlay .box .card-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.modal-overlay .box .card-body .group {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media all and (max-width: 950px) {
  .modal-overlay .box .card-body .group {
    gap: 0.5rem;
  }
}
.modal-overlay .box .card-body .group .info-box {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  background-color: var(--white);
  padding: 1rem;
  border-radius: 1rem;
  height: 85px;
}
.modal-overlay .box .card-body .group .info-box .info {
  color: var(--primary);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media all and (max-width: 950px) {
  .modal-overlay .box .card-body .group .info-box .info {
    flex-direction: row;
    align-items: center;
  }
}
.modal-overlay .box .card-body .group .info-box strong {
  font-size: 24px;
  color: var(--primary);
  font-weight: 900;
}
@media all and (max-width: 950px) {
  .modal-overlay .box .card-body .group .info-box {
    height: auto;
    border-radius: 0.5rem;
    padding: 0.5rem;
  }
  .modal-overlay .box .card-body .group .info-box strong {
    font-size: 1rem;
  }
}
.modal-overlay .box .card-body .group.min {
  grid-template-columns: repeat(2, 1fr);
}
.modal-overlay .box .card-body .group.max {
  grid-template-columns: repeat(4, 1fr);
}
.modal-overlay .box .card-body .group.max .info-box strong {
  font-size: 1.2rem;
}
.modal-overlay .box .card-body .group.end {
  display: flex;
  align-items: center;
  width: 100%;
}
.modal-overlay .box .card-body .group.end .info-box {
  width: 40%;
}
.modal-overlay .box .card-body .group.end .button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  border-radius: 1rem;
  height: 85px;
  width: 70%;
  transition: all 300ms ease-in-out;
}
.modal-overlay .box .card-body .group.end .button:hover {
  background-color: var(--secondary);
}
@media all and (max-width: 950px) {
  .modal-overlay .box .card-body .group {
    display: flex;
    flex-direction: column;
  }
  .modal-overlay .box .card-body .group.min, .modal-overlay .box .card-body .group.max, .modal-overlay .box .card-body .group.end {
    display: flex;
    flex-direction: column;
  }
  .modal-overlay .box .card-body .group.end .info-box, .modal-overlay .box .card-body .group.end .button {
    width: 100%;
    height: 55px;
  }
}
@media all and (max-width: 950px) {
  .modal-overlay .box .card-body {
    gap: 0.5rem;
  }
}

.cart-area {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  transition: all 300ms ease-in-out;
}
.cart-area.active {
  display: block;
}
.cart-area .content {
  margin-bottom: 1rem;
}
@media all and (max-width: 900px) {
  .cart-area .content {
    padding: 0;
    margin-bottom: 0;
  }
}
.cart-area .content .cart-bar {
  max-width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(var(--primary-rgb), 0.3);
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  position: relative;
  width: 100%;
  max-width: 1450px;
}
@media all and (max-width: 900px) {
  .cart-area .content .cart-bar {
    border-radius: 0;
  }
}
.cart-area .content .cart-bar .list {
  overflow-x: auto;
  width: 100%;
  max-width: 1450px;
}
.cart-area .content .cart-bar .wrapper {
  display: flex;
  gap: 1rem;
}
@media all and (max-width: 1100px) {
  .cart-area .content .cart-bar .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 800px) {
  .cart-area .content .cart-bar .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 500px) {
  .cart-area .content .cart-bar .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cart-area .content .cart-bar .wrapper .item {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #1aca63;
  color: var(--white);
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cart-area .content .cart-bar .wrapper .item .count {
  height: 76px;
  width: 40px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}
.cart-area .content .cart-bar .wrapper .item .count i {
  font-size: 36px;
  color: var(--white);
}
.cart-area .content .cart-bar .wrapper .item .info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media all and (max-width: 900px) {
  .cart-area .content .cart-bar .wrapper .item .info {
    flex-direction: column;
  }
}
.cart-area .content .cart-bar .wrapper .item .info .icon i {
  font-size: 32px;
  display: inline-flex;
}
@media all and (max-width: 900px) {
  .cart-area .content .cart-bar .wrapper .item .info .icon i {
    font-size: 24px;
  }
}
.cart-area .content .cart-bar .wrapper .item .info .name {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cart-area .content .cart-bar .wrapper .item .info .details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 0.5rem;
  border-left: 1px solid var(--white);
}
.cart-area .content .cart-bar .wrapper .item .info .details p {
  margin: 0;
  font-size: 0.8rem;
}
.cart-area .content .cart-bar .action .button {
  padding: 12px 16px;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 1rem;
  transition: all 300ms ease-in-out;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2rem;
  white-space: nowrap;
}
.cart-area .content .cart-bar .action .button:hover {
  background-color: var(--primary);
  color: #1aca63;
}

footer {
  padding: 2rem 0;
  background-color: rgb(39, 37, 49);
  color: var(--white);
}
footer .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .content .top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-bottom: 1rem;
  gap: 2rem;
}
footer .content .top .about p {
  font-size: 0.9rem;
  text-align: justify;
  margin: 0;
}
footer .content .top nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .content .top nav a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 1.05rem;
  text-align: right;
  transition: all 300ms ease-in-out;
}
footer .content .top nav a:hover {
  font-weight: 600;
  color: var(--secondary);
}
footer .content .top .logo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
footer .content .top .logo img {
  width: 100%;
  max-width: 200px;
  min-width: 140px;
  height: auto;
}
@media all and (max-width: 900px) {
  footer .content .top {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .content .top nav a {
    text-align: left;
  }
  footer .content .top .logo {
    justify-content: center;
    align-items: center;
  }
}
footer .content .bottom {
  border-top: 2px solid var(--white);
  padding-top: 1rem;
  width: 100%;
  text-align: center;
}
footer .content .bottom span {
  line-height: 1.4;
}
@media all and (max-width: 900px) {
  footer .content .bottom span {
    font-size: 0.85rem;
  }
}

#whats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 101;
}
#whats a {
  background: #3fcf52;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 40px;
}

.header-pre {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: var(--primary);
  z-index: 101;
}
@media all and (max-width: 500px) {
  .header-pre {
    display: none;
  }
}
.header-pre .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media all and (max-width: 320px) {
  .header-pre .content {
    justify-content: center;
  }
}
.header-pre .content .phone {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
}
@media all and (max-width: 320px) {
  .header-pre .content .phone {
    display: none;
  }
}
.header-pre .content .info {
  font-weight: 300;
  color: var(--white);
}
.header-pre .content .info strong {
  font-weight: 600;
  text-decoration: underline;
}
@media all and (max-width: 700px) {
  .header-pre .content .info {
    display: none;
  }
}
.header-pre .content .social {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
}
.header-pre .content .social a {
  color: var(--white);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.header-pre .content .social a:hover {
  color: var(--secondary);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 1rem;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-in-out;
}
header .mobile-menu {
  position: absolute;
  width: 40px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  bottom: 0;
  left: 0;
  z-index: 101;
}
header .mobile-menu a {
  text-decoration: none;
  font-size: 1.4rem;
  color: var(--white);
}
@media all and (max-width: 999px) {
  header .mobile-menu {
    visibility: visible;
  }
}
header .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1000px) {
  header .content {
    padding-left: 4rem;
  }
}
@media all and (max-width: 600px) {
  header .content {
    justify-content: center;
  }
}
header .content .logo img {
  width: 100%;
  height: auto;
  max-width: 240px;
  min-width: 180px;
}
@media all and (max-width: 450px) {
  header .content .logo img {
    max-width: 180px;
  }
}
header .content nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 1rem;
}
header .content nav a {
  white-space: nowrap;
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
}
header .content nav a:hover {
  border-radius: 50px;
  background-color: var(--white);
  color: var(--primary);
}
@media all and (max-width: 1100px) {
  header .content nav a {
    font-size: 0.85rem;
    padding: 8px 11px;
  }
}
@media all and (max-width: 1000px) {
  header .content nav {
    display: none;
  }
}
header .content .action a {
  white-space: nowrap;
  text-decoration: none;
  color: var(--primary);
  background-color: var(--white);
  font-weight: 700;
  padding: 16px 20px;
  border-radius: 15px;
  transition: all 300ms ease-in-out;
}
@media all and (max-width: 1100px) {
  header .content .action a {
    border-radius: 8px;
    font-size: 0.85rem;
    padding: 8px 11px;
  }
}
@media all and (max-width: 800px) {
  header .content .action a {
    margin-left: 1rem;
  }
}
@media all and (max-width: 600px) {
  header .content .action a {
    display: none;
  }
}
header .content .action a:hover {
  border-radius: 50px;
  background-color: var(--primary);
  color: var(--white);
}
header .content .absolute-stamp {
  position: absolute;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  bottom: -97px;
  padding: 1rem;
  border-radius: 12px;
  background-color: var(--primary);
  transition: all 300ms ease-in-out;
}
@media all and (max-width: 1000px) {
  header .content .absolute-stamp {
    display: none;
  }
}
header .content .absolute-stamp i {
  font-size: 24px;
  color: white;
  transition: all 300ms ease-in-out;
}
header .content .absolute-stamp p {
  color: var(--white);
  margin: 0;
  font-size: 0.9rem;
  transition: all 300ms ease-in-out;
}
header.scrolled {
  padding-top: 16px;
}
header.scrolled .absolute-stamp {
  width: 0;
  padding: 0;
}
header.scrolled .absolute-stamp i, header.scrolled .absolute-stamp p {
  display: none;
}
@media all and (max-width: 500px) {
  header {
    padding-top: 16px;
  }
}

#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
}
#main-nav:target .inset {
  margin-left: 0;
}
#main-nav .inset {
  background: var(--secondary);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 300px;
  margin-left: -300px;
  transition: all 300ms ease-in;
}
#main-nav .inset a {
  color: white;
}
#main-nav .inset .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}
#main-nav .inset nav {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
#main-nav .inset nav a {
  margin-bottom: 20px;
  font-size: 1.3rem;
  text-decoration: none;
}
#main-nav .inset nav .button {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  border-radius: 30px;
  background-color: var(--primary);
  color: var(--secondary);
  font-weight: 600;
  padding: 12px 18px;
  white-space: nowrap;
  transition: all 300ms ease-in-out;
}
#main-nav .inset nav .button:hover {
  background-color: var(--black);
  color: var(--white);
}
#main-nav .inset .social {
  margin-left: 30px;
  display: flex;
}
#main-nav .inset .social a {
  text-decoration: none;
  margin-right: 10px;
}

main.home section.hero {
  width: 100%;
  min-height: 700px;
  height: fit-content;
  background: url(../images/hero.png) center center no-repeat;
  background-size: cover !important;
  display: flex;
  align-items: center;
}
@media all and (max-width: 500px) {
  main.home section.hero {
    min-height: 830px;
  }
}
main.home section.hero .content {
  display: grid;
  margin-top: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-bottom: 3rem;
}
main.home section.hero .content .heading h1 {
  font-size: 2.2rem;
  margin: 0;
  margin-bottom: 1rem;
  color: var(--white);
  font-weight: 400;
}
main.home section.hero .content .heading h1 strong {
  font-weight: 800;
  font-size: 3.2rem;
}
main.home section.hero .content .heading p {
  margin: 0;
  font-size: 1.3rem;
  color: var(--white);
  line-height: 1.5;
  text-align: justify;
}
main.home section.hero .content .box-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
main.home section.hero .content .box-container .box {
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: var(--primary);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: -6rem;
  color: var(--white);
}
main.home section.hero .content .box-container .box .absolute-asset {
  position: absolute;
  top: -3.8rem;
  left: 1.2rem;
  height: 120px;
  width: auto;
}
main.home section.hero .content .box-container .box h3 {
  margin: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: right;
  font-weight: 400;
  padding-left: 5rem;
}
main.home section.hero .content .box-container .box h3 strong {
  font-weight: 900;
}
main.home section.hero .content .box-container .box ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style-type: none;
  padding: 0;
}
main.home section.hero .content .box-container .box ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
main.home section.hero .content .box-container .box ul li i {
  display: inline-flex;
  color: rgb(255, 208, 0);
}
@media all and (max-width: 900px) {
  main.home section.hero .content {
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }
  main.home section.hero .content .heading {
    margin-bottom: 1rem;
  }
  main.home section.hero .content .heading h1 {
    font-weight: 600;
    font-size: 1.7rem;
  }
  main.home section.hero .content .heading h1 strong {
    font-weight: 900;
  }
  main.home section.hero .content .heading p {
    font-size: 1.1rem;
  }
  main.home section.hero .content .box-container {
    align-items: center;
    justify-content: center;
  }
  main.home section.hero .content .box-container .box {
    padding: 1.3rem;
    margin-bottom: 0;
  }
  main.home section.hero .content .box-container .box .absolute-asset {
    top: -2rem;
    height: 70px;
  }
  main.home section.hero .content .box-container .box h3 {
    font-size: 1.4rem;
  }
}
main.home section.benefits {
  margin-top: 3rem;
}
main.home section.benefits .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
main.home section.benefits .content .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
main.home section.benefits .content .title h2 {
  margin: 0;
  font-size: 2.8rem;
  color: var(--primary);
  font-weight: 400;
  margin-bottom: 1rem;
}
main.home section.benefits .content .title h2 strong {
  font-weight: 900;
}
main.home section.benefits .content .title h2:after {
  content: "";
  width: 10%;
  height: 2px;
  background: var(--secondary);
  display: block;
  margin-top: 1rem;
  opacity: 0.5;
}
main.home section.benefits .content .title p {
  font-size: 1.4rem;
  margin: 0;
  color: var(--black);
}
@media all and (max-width: 900px) {
  main.home section.benefits .content .title h2 {
    font-size: 1.6rem;
  }
  main.home section.benefits .content .title p {
    font-size: 0.9rem;
  }
}
main.home section.benefits .content .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
main.home section.benefits .content .list .item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main.home section.benefits .content .list .item strong {
  font-size: 1rem;
  text-align: center;
  color: var(--primary);
}
main.home section.benefits .content .list .item .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border: 2px solid var(--secondary);
  border-radius: 1rem;
  padding: 1.5rem;
}
main.home section.benefits .content .list .item .box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  background-color: var(--primary);
  color: var(--white);
}
main.home section.benefits .content .list .item .box .icon i {
  font-size: 32px;
  display: inline-flex;
}
main.home section.benefits .content .list .item .box p {
  margin: 0;
  font-size: 1rem;
  color: var(--black);
}
@media all and (max-width: 900px) {
  main.home section.benefits .content .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  main.home section.benefits .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
  main.home section.benefits .content .list .item .box p {
    font-size: 0.9rem;
  }
}
main.home section.about-us {
  margin-top: 3rem;
}
main.home section.about-us .content {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
main.home section.about-us .content .image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
main.home section.about-us .content .image img {
  width: 100%;
  height: auto;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1;
}
main.home section.about-us .content .info h2 {
  margin: 0;
  font-size: 2.8rem;
  color: var(--primary);
  font-weight: 400;
  margin-bottom: 1rem;
}
main.home section.about-us .content .info h2 strong {
  font-weight: 900;
}
main.home section.about-us .content .info p {
  margin: 0;
  color: var(--black);
  font-size: 1.1rem;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 4rem;
}
main.home section.about-us .content .info p strong {
  font-weight: 800;
}
@media all and (max-width: 900px) {
  main.home section.about-us .content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  main.home section.about-us .content .info h2 {
    font-size: 1.6rem;
  }
  main.home section.about-us .content .info p {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
}
main.home .background-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  background: url(../images/background-strip.png) center center no-repeat;
  background-size: cover !important;
  margin-top: -2rem;
  z-index: 2;
  text-align: right;
}
@media all and (max-width: 900px) {
  main.home .background-strip {
    margin-top: 3rem;
  }
}
main.home .background-strip .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: -1rem;
  width: 100%;
}
main.home .background-strip .title h3 {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--white);
}
main.home .background-strip .title h3 strong {
  font-weight: 900;
}
main.home .background-strip .title p {
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--white);
  width: 60%;
  margin: 0;
}
@media all and (max-width: 900px) {
  main.home .background-strip .title h3 {
    font-size: 1.5rem;
  }
  main.home .background-strip .title p {
    font-size: 0.8rem;
    width: 100%;
  }
}
main.home .photo-carousel {
  position: relative;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
main.home .photo-carousel .carousel-container {
  position: relative;
}
main.home .photo-carousel .carousel-container .swiper-container {
  overflow: hidden;
}
main.home .photo-carousel .carousel-container .swiper-container .swiper-wrapper {
  display: flex;
  align-items: flex-end;
  transition: height 0.3s ease;
}
main.home .photo-carousel .carousel-container .swiper-container .swiper-slide {
  transition: height 0.3s ease;
}
main.home .photo-carousel .carousel-container .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
main.home .photo-carousel .carousel-container .swiper-container .swiper-slide-active {
  height: 120%;
  overflow: visible;
  transition: height 0.3s ease;
}
main.home .photo-carousel .carousel-container .swiper-container .swiper-slide-active img {
  border-radius: 8px;
}
main.home .photo-carousel .carousel-container .prev,
main.home .photo-carousel .carousel-container .next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  font-size: 1.2rem;
  color: #333;
  transition: all 300ms ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 60px;
  background-color: var(--secondary);
  color: var(--primary);
}
main.home .photo-carousel .carousel-container .prev:hover,
main.home .photo-carousel .carousel-container .next:hover {
  background-color: var(--primary);
  color: var(--secondary);
}
main.home .photo-carousel .carousel-container .prev {
  left: -60px;
}
main.home .photo-carousel .carousel-container .next {
  right: -60px;
}
main.home section.faq {
  background: var(--primary);
  color: white;
  padding: 3rem 0;
}
main.home section.faq .title h2 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1rem;
}
main.home section.faq .title h2 strong {
  font-weight: 900;
}
@media all and (max-width: 900px) {
  main.home section.faq .title h2 {
    font-size: 1.6rem;
  }
}
main.home section.faq .icon svg {
  transition: transform 0.3s ease; /* Anima a rotação */
}
main.home section.faq .icon svg.rotated {
  transform: rotate(180deg); /* Gira o ícone 180 graus */
}
main.home section.faq .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
main.home section.faq .item {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 1rem 0;
}
main.home section.faq .item .question {
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--light-grey);
  display: flex;
  gap: 10px;
  cursor: pointer;
}
main.home section.faq .item .question span {
  flex: 1;
}
@media all and (max-width: 900px) {
  main.home section.faq .item .question {
    font-size: 1rem;
  }
}
main.home section.faq .item .answer {
  max-height: 0;
  overflow: hidden;
  line-height: 1.4;
  transition: all 300ms ease-in;
  text-align: justify;
}
@media all and (max-width: 900px) {
  main.home section.faq .item .answer {
    font-size: 0.9rem;
  }
}
main.home section.faq .item.active .question .icon {
  transform: rotate(-180deg);
}
main.home section.faq .item.active .answer {
  max-height: 9999px;
}

main.gifted-cards section.hero-small {
  width: 100%;
  height: 550px;
  background: url(../images/hero2.png) center center no-repeat;
  background-size: cover !important;
}
@media all and (max-width: 500px) {
  main.gifted-cards section.hero-small {
    height: 460px;
  }
}
main.gifted-cards section.hero-small .content {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
main.gifted-cards section.hero-small .content .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 4rem;
  gap: 1rem;
}
main.gifted-cards section.hero-small .content .title h1 {
  font-size: 3.2rem;
  margin: 0;
  margin-bottom: 1rem;
  color: var(--white);
  font-weight: 400;
}
main.gifted-cards section.hero-small .content .title h1 strong {
  font-weight: 800;
}
main.gifted-cards section.hero-small .content .title h1:after {
  content: "";
  width: 10%;
  height: 2px;
  background: var(--white);
  display: block;
  margin-top: 1rem;
  opacity: 0.5;
}
main.gifted-cards section.hero-small .content .title p {
  font-size: 1.4rem;
  margin: 0;
  color: var(--white);
  font-weight: 400;
}
@media all and (max-width: 500px) {
  main.gifted-cards section.hero-small .content .title h1 {
    font-weight: 600;
    font-size: 1.7rem;
  }
  main.gifted-cards section.hero-small .content .title h1 strong {
    font-weight: 900;
  }
  main.gifted-cards section.hero-small .content .title p {
    font-size: 1.1rem;
  }
}
main.gifted-cards section.download-list {
  background-image: radial-gradient(49% 81% at 45% 47%, rgba(174, 174, 174, 0.2705882353) 0%, rgba(7, 58, 255, 0) 100%), radial-gradient(113% 91% at 17% -2%, #a7a7a7 1%, rgba(255, 0, 0, 0) 99%), radial-gradient(142% 91% at 83% 7%, #747474 1%, rgba(255, 0, 0, 0) 99%), radial-gradient(142% 91% at -6% 74%, lightgray 1%, rgba(255, 0, 0, 0) 99%), radial-gradient(142% 91% at 111% 84%, #5d5d5d 0%, #cbcbcb 100%);
  padding: 2rem 0;
}
main.gifted-cards section.download-list .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
main.gifted-cards section.download-list .content h4 {
  font-size: 2.2rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
  color: var(--white);
}
main.gifted-cards section.download-list .content h4 strong {
  font-weight: 900;
}
main.gifted-cards section.download-list .content .options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
main.gifted-cards section.download-list .content .options .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
main.gifted-cards section.download-list .content .options .item .icon {
  background-color: var(--primary);
  color: var(--white);
  padding: 20px;
  border: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  border-radius: 50px;
}
main.gifted-cards section.download-list .content .options .item .icon i {
  font-size: 36px;
  display: inline-flex;
}
main.gifted-cards section.download-list .content .options .item .icon:hover {
  background-color: var(--white);
  color: var(--primary);
  box-shadow: rgba(22, 64, 88, 0.2) 0px 2px 8px 0px;
}
main.gifted-cards section.download-list .content .options .item span {
  color: var(--white);
  font-weight: 500;
}
@media all and (max-width: 500px) {
  main.gifted-cards section.download-list .content h4 {
    font-size: 1.4rem;
    text-align: left;
  }
  main.gifted-cards section.download-list .content .options {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  main.gifted-cards section.download-list .content .options .item .icon {
    padding: 16px;
  }
  main.gifted-cards section.download-list .content .options .item .icon i {
    font-size: 24px;
  }
}
main.gifted-cards section.cards-filter {
  margin-top: 3rem;
}
main.gifted-cards section.cards-filter .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
main.gifted-cards section.cards-filter .content .container {
  background-color: var(--primary);
  padding: 2rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: linear-gradient(0deg, rgb(10, 51, 73) 0%, rgb(51, 117, 153) 100%);
}
main.gifted-cards section.cards-filter .content .container .title {
  margin-bottom: 1rem;
  text-align: center;
}
main.gifted-cards section.cards-filter .content .container .title h3 {
  font-size: 2rem;
  color: var(--white);
  margin: 0;
}
main.gifted-cards section.cards-filter .content .container form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
main.gifted-cards section.cards-filter .content .container form .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 2rem;
}
main.gifted-cards section.cards-filter .content .container form .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
main.gifted-cards section.cards-filter .content .container form .item label {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
}
main.gifted-cards section.cards-filter .content .container form .item select {
  border: none;
  outline: none;
  padding: 16px 20px;
  border-radius: 14px;
  width: 100%;
}
main.gifted-cards section.cards-filter .content .container form .item.alt {
  gap: 1rem;
}
main.gifted-cards section.cards-filter .content .container form .item.alt select {
  width: 100%;
}
main.gifted-cards section.cards-filter .content .container form .action {
  width: 100%;
}
main.gifted-cards section.cards-filter .content .container form .action button {
  background-color: var(--secondary);
  color: var(--white);
  font-weight: 600;
  font-size: 1.2rem;
  padding: 16px 20px;
  border-radius: 14px;
  width: 100%;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
main.gifted-cards section.cards-filter .content .container form .action button:hover {
  background-color: var(--white);
  color: var(--primary);
}
main.gifted-cards section.cards-filter .content .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
main.gifted-cards section.cards-filter .content .info strong {
  font-size: 1.3rem;
  color: var(--black);
  font-weight: 500;
  text-align: justify;
  margin: 0;
}
main.gifted-cards section.cards-filter .content .info .ordenate-list {
  margin: 2rem 0;
  width: 100%;
}
main.gifted-cards section.cards-filter .content .info .ordenate-list form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  width: 100%;
}
main.gifted-cards section.cards-filter .content .info .ordenate-list form .separe {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
main.gifted-cards section.cards-filter .content .info .ordenate-list form .separe label {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--black);
  white-space: nowrap;
}
main.gifted-cards section.cards-filter .content .info .ordenate-list form .separe select {
  border: none;
  outline: none;
  padding: 16px 20px;
  border-radius: 14px;
  background-color: var(--primary);
  color: var(--white);
}
main.gifted-cards section.cards-filter .content .info .ordenate-list form button {
  background-color: var(--secondary);
  color: var(--white);
  font-weight: 600;
  font-size: 1.2rem;
  padding: 16px 20px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
main.gifted-cards section.cards-filter .content .info .ordenate-list form button:hover {
  background-color: var(--primary);
  color: var(--white);
}
@media all and (max-width: 1100px) {
  main.gifted-cards section.cards-filter .content {
    gap: 1rem;
  }
  main.gifted-cards section.cards-filter .content .info p {
    font-size: 1.1rem;
  }
  main.gifted-cards section.cards-filter .content .info form {
    flex-direction: column;
  }
  main.gifted-cards section.cards-filter .content .info form button {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  main.gifted-cards section.cards-filter .content {
    display: flex;
    flex-direction: column;
  }
  main.gifted-cards section.cards-filter .content .container {
    border-radius: 1rem;
  }
  main.gifted-cards section.cards-filter .content .info p {
    display: none;
  }
  main.gifted-cards section.cards-filter .content .info .separe {
    width: 100%;
  }
  main.gifted-cards section.cards-filter .content .info form {
    flex-direction: column;
  }
  main.gifted-cards section.cards-filter .content .info form select {
    width: 100%;
  }
}
main.gifted-cards section.cards-list {
  margin-bottom: 3rem;
}
main.gifted-cards section.cards-list .content table {
  width: 100%;
  background-color: var(--secondary);
  color: var(--white);
  border: none;
  outline: none;
  border-radius: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
main.gifted-cards section.cards-list .content table thead tr {
  background-color: var(--primary);
}
main.gifted-cards section.cards-list .content table thead th:last-child {
  border-top-right-radius: 1rem;
}
main.gifted-cards section.cards-list .content table tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
main.gifted-cards section.cards-list .content table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}
main.gifted-cards section.cards-list .content table td, main.gifted-cards section.cards-list .content table th {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 0.5rem;
  text-align: center;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  border-right: 1px solid #979ea0;
}
@media all and (max-width: 1550px) {
  main.gifted-cards section.cards-list .content table td, main.gifted-cards section.cards-list .content table th {
    padding: 1rem;
  }
}
@media all and (max-width: 1230px) {
  main.gifted-cards section.cards-list .content table td, main.gifted-cards section.cards-list .content table th {
    padding: 1rem 0.5rem;
    font-size: 0.8rem;
  }
}
@media all and (max-width: 970px) {
  main.gifted-cards section.cards-list .content table td, main.gifted-cards section.cards-list .content table th {
    padding: 1rem 0.2rem;
    font-size: 0.7rem;
  }
}
@media all and (max-width: 800px) {
  main.gifted-cards section.cards-list .content table td, main.gifted-cards section.cards-list .content table th {
    padding: 1rem 4px;
    font-size: 0.7rem;
  }
}
main.gifted-cards section.cards-list .content table td i, main.gifted-cards section.cards-list .content table th i {
  font-size: 1.6rem;
}
main.gifted-cards section.cards-list .content table td button, main.gifted-cards section.cards-list .content table td a, main.gifted-cards section.cards-list .content table th button, main.gifted-cards section.cards-list .content table th a {
  white-space: nowrap;
  border: none;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 600;
  background-color: var(--primary);
  color: var(--white);
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
@media all and (max-width: 600px) {
  main.gifted-cards section.cards-list .content table td button, main.gifted-cards section.cards-list .content table td a, main.gifted-cards section.cards-list .content table th button, main.gifted-cards section.cards-list .content table th a {
    padding: 6px;
  }
}
main.gifted-cards section.cards-list .content table td button.buy-button, main.gifted-cards section.cards-list .content table td a.buy-button, main.gifted-cards section.cards-list .content table th button.buy-button, main.gifted-cards section.cards-list .content table th a.buy-button {
  background-color: #1aca63;
  color: var(--primary);
}
@media all and (max-width: 850px) {
  main.gifted-cards section.cards-list .content table td button.buy-button, main.gifted-cards section.cards-list .content table td a.buy-button, main.gifted-cards section.cards-list .content table th button.buy-button, main.gifted-cards section.cards-list .content table th a.buy-button {
    display: none;
  }
}
main.gifted-cards section.cards-list .content table td button:hover, main.gifted-cards section.cards-list .content table td a:hover, main.gifted-cards section.cards-list .content table th button:hover, main.gifted-cards section.cards-list .content table th a:hover {
  background-color: var(--black);
  color: var(--white);
}
main.gifted-cards section.cards-list .content table td button i, main.gifted-cards section.cards-list .content table td a i, main.gifted-cards section.cards-list .content table th button i, main.gifted-cards section.cards-list .content table th a i {
  font-size: 16px;
  display: none;
}
@media all and (max-width: 600px) {
  main.gifted-cards section.cards-list .content table td button i, main.gifted-cards section.cards-list .content table td a i, main.gifted-cards section.cards-list .content table th button i, main.gifted-cards section.cards-list .content table th a i {
    padding: 1rem 4px;
    font-size: 0.7rem;
    display: block;
  }
}
@media all and (max-width: 600px) {
  main.gifted-cards section.cards-list .content table td button span, main.gifted-cards section.cards-list .content table td a span, main.gifted-cards section.cards-list .content table th button span, main.gifted-cards section.cards-list .content table th a span {
    display: none;
  }
}
@media all and (max-width: 500px) {
  main.gifted-cards section.cards-list .content table td, main.gifted-cards section.cards-list .content table th {
    font-size: 0.5rem;
  }
  main.gifted-cards section.cards-list .content table td i, main.gifted-cards section.cards-list .content table th i {
    font-size: 1rem;
  }
}
main.gifted-cards section.cards-list .content table td i, main.gifted-cards section.cards-list .content table th i {
  display: inline-flex;
}
main.gifted-cards section.cards-list .content table td input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 2px solid var(--secondary);
  background-color: white;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
main.gifted-cards section.cards-list .content table td input[type=checkbox]::before {
  content: "✔";
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 22px;
  background-color: var(--secondary);
  color: var(--primary);
  border: 6px solid var(--secondary);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
main.gifted-cards section.cards-list .content table td input[type=checkbox]:checked::before {
  opacity: 1;
}
@media all and (max-width: 500px) {
  main.gifted-cards section.cards-list .content table td input[type=checkbox] {
    width: 18px;
    height: 18px;
    border-radius: 4px;
  }
  main.gifted-cards section.cards-list .content table td input[type=checkbox]::before {
    content: "✔";
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 14px;
    background-color: var(--secondary);
    color: var(--primary);
    border: 2px solid var(--secondary);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
main.gifted-cards section.cards-list .content table td:last-child, main.gifted-cards section.cards-list .content table th:last-child {
  border-right: none;
}
main.gifted-cards section.cards-list .content table .divide {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media all and (max-width: 900px) {
  main.gifted-cards section.cards-list .content table thead th:first-child {
    border-top-left-radius: 1rem;
  }
}
@media all and (max-width: 600px) {
  main.gifted-cards section.cards-list .content table td:nth-child(3),
  main.gifted-cards section.cards-list .content table th:nth-child(3),
  main.gifted-cards section.cards-list .content table td:nth-child(4),
  main.gifted-cards section.cards-list .content table th:nth-child(4),
  main.gifted-cards section.cards-list .content table td:nth-child(9),
  main.gifted-cards section.cards-list .content table th:nth-child(9) {
    display: none;
  }
}

/*# sourceMappingURL=base.css.map */
