body {
  --white: #fff;
  --white-70-op: #ffffffb3;
  --white-40-op: #fff6;
  --white-10-op: #ffffff1a;
  --black: #000;
  --neutral-100: #090a1a;
  --neutral-70: #5c5d5e;
  --neutral-60: #666670;
  --neutral-50: #090a1a80;
  --neutral-40: #090a1a66;
  --neutral-30: #e5e6eb;
  --neutral-20: #f0f1f5;
  --neutral-10: #f5f6fa;
  --neutral-10-op: #090a1a1a;
  --neutral-05-op: #090a1a0d;
  --primary-light: #be6c6f;
  --primary-light-10-op: #8288f71a;
  --primary-light-30: #ecd3d4;
  --primary-pure-10: #f1eaea;
  --primary-pure: hsla(var(--hue-primary), 46%, 29%, 1);
  --primary-pure-10-op: #6d282b1a;
  --primary-pure-70: #99696b;
  --primary-dark: #6d282b;
  --hue-primary: 357;
  --linear-gradient-banner: radial-gradient(98.02% 100% at 49.4% 0%, #0000 0%, #0000005b 46.97%, #00000085 100%), linear-gradient(0deg, #0009, #0009);
  --alert-error: #e92c2c;
  --alert-error-10: #fdeaea;
  --alert-warning: #d2af00;
  --alert-warning-10: #fbf7e6;
  --alert-sucess: #008024;
  --alert-sucess-10: #e6f9f0;
}

body, p, h1, h2, ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ol {
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

:after, :before {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

button {
  background: initial;
  border: initial;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
}

button:active {
  border-style: initial;
}

button:focus {
  outline: initial;
}

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

button[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}

img {
  object-fit: contain;
  max-width: 100%;
  display: block;
}

fieldset {
  -webkit-margin-start: 0px;
  -moz-margin-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-end: 0px;
  border: 2px #0000;
  border-image: initial;
  min-inline-size: min-content;
  margin-inline: 0;
}

figure {
  margin-block: 0;
  margin-inline: 0;
  display: block;
}

:focus {
  outline: 0 #0000 !important;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}

input, [type="button"], select {
  -webkit-appearance: none;
}

:root {
  --xl-device: 1920px;
  --lg-device: 1440px;
  --md-device: 1024px;
  --md2-device: 768px;
  --sm-device: 600px;
}

@keyframes volta_menu {
  to {
    -webkit-clip-path: circle(0% at 80% 0);
    clip-path: circle(0% at 80% 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes opacidade_1 {
  to {
    opacity: 1;
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

body {
  opacity: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
}

body.dcl {
  opacity: 1;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: calc(1216px + 3rem);
  }
}

html {
  --font-base: 100%;
  font-size: var(--font-base);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  html #quem-somos, html #nosso-menu, html #nosso-ambiente, html #nossa-equipe, html #contato {
    scroll-margin-top: 56px;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: calc(var(--font-base)  - 9.25%);
  }
}

@media (max-width: 980px) {
  html {
    font-size: calc(var(--font-base)  - 12.5%);
  }
}

#logo {
  height: 84px;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 600px) {
  #logo {
    height: 32px;
  }
}

#logo img {
  height: 100%;
}

#menu .select_lang {
  background: none;
  width: max-content;
  display: flex;
}

#menu .select-option img {
  display: none;
}

#menu select {
  border: none;
  border-radius: .5rem;
  padding: .375rem;
}

#menu select:focus {
  width: auto;
  min-width: max-content;
}

#menu .box-lang {
  position: relative;
}

#menu .box-lang .select-option {
  cursor: pointer;
  align-items: center;
  gap: .5rem;
  width: 5rem;
  display: flex;
}

@media screen and (max-width: 600px) {
  #menu .box-lang .select-option {
    width: max-content;
  }
}

#menu .box-lang .select-option img {
  width: 1.25rem;
  height: 1.25rem;
}

#menu .box-lang .select-option p {
  letter-spacing: -.02em;
  color: var(--white);
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}

#menu .box-lang .select-option svg {
  transition: transform .3s linear;
}

#menu .box-lang .select-option svg path {
  fill: var(--primary-light-30);
}

#menu .box-lang .select-option svg.active {
  transform: rotate(-180deg);
}

#menu .box-lang .select-option svg.active path {
  fill: var(--primary-light-30);
}

#menu .box-lang .ul_select_lang {
  pointer-events: none;
  z-index: 4;
  max-height: 0;
  transition: max-height .3s ease-in;
  position: absolute;
  overflow: hidden;
}

#menu .box-lang .ul_select_lang.active {
  pointer-events: visible;
  width: max-content;
  max-height: 20rem;
}

#menu .box-lang .ul_select_lang li {
  background-color: var(--primary-pure);
  cursor: pointer;
  align-items: center;
  gap: .5rem;
  transition: background-color .2s ease-in;
  display: flex;
  padding: .5rem !important;
}

#menu .box-lang .ul_select_lang li:hover {
  background-color: var(--primary-light-30);
}

#menu .box-lang .ul_select_lang li:hover p {
  color: var(--primary-dark);
  font-weight: 500;
}

#menu .box-lang .ul_select_lang li p {
  pointer-events: none;
  letter-spacing: -.02em;
  color: var(--white);
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}

#menu .box-lang .ul_select_lang li img {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
}

#header {
  background: var(--primary-dark);
  z-index: 99999;
  border-bottom: 1px solid #01071b1a;
  transition: background-color .3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #header.sticky #logo {
    height: 74px;
  }

  #header.sticky {
    background: var(--primary-dark);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    box-shadow: 0 0 12px 1px #0003;
  }
}

.header-container {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

#menu .links-wrapper {
  z-index: 99999;
  align-items: center;
  display: flex;
}

#menu .links-wrapper li + li {
  margin-left: 1rem;
}

@media (min-width: 1024px) {
  #menu .links-wrapper a.link-custom {
    color: var(--primary-light-30);
    border: 1px solid var(--primary-light-30);
    border-radius: 6px;
    padding: .75rem 1.5rem;
    font-size: 14px;
    line-height: 157%;
    transition: background .3s, color .3s ease-in;
  }

  #menu .links-wrapper a.link-custom:hover {
    background: var(--primary-light-30);
    color: var(--primary-pure);
    font-weight: 500;
  }

  #menu .links-wrapper a.link-custom:after {
    display: none;
  }

  #menu .links-wrapper .divider {
    background: #fff6;
    width: 1px;
    height: 24px;
    margin: 0 40px;
  }
}

#menu a.link {
  color: var(--white);
  letter-spacing: -.02em;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  transition: color .3s cubic-bezier(.11, .7, 0, 1);
  display: block;
  overflow: hidden;
}

#menu a.link a:hover {
  color: var(--white);
}

#menu .links-wrapper .link {
  z-index: 1;
  padding: 2px 6px;
  position: relative;
}

#menu .links-wrapper .link:after {
  background-color: var(--primary-pure);
  content: "";
  z-index: -1;
  transition: transform .3s cubic-bezier(.11, .7, 0, 1);
  display: block;
  position: absolute;
  inset: 0;
  transform: translate3d(-101%, 0, 0);
}

#menu .links-wrapper .link:hover {
  color: var(--white);
}

#menu .links-wrapper .link:hover:after {
  transform: translate3d(0, 0, 0);
}

#btn-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .buttons {
    display: none;
  }

  #menu .orn-menu {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  #menu .orn-menu img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #menu .select_lang {
    order: 6;
  }

  #menu .select_lang .select-option p {
    font-size: 2rem;
  }

  #menu .select_lang .ul_select_lang.active li img {
    width: 1.5rem;
    height: 1.5rem;
  }

  #menu .select_lang .ul_select_lang.active li p {
    font-size: 1rem;
  }

  #nav.active #menu .buttons {
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  #nav.active #menu .buttons .btn-primary {
    margin: 1rem;
  }

  #btn-mobile {
    z-index: 99999;
    display: block;
    position: relative;
  }

  .header-container {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 600px) {
  .header-container {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 1024px) {
  #logo {
    z-index: 99999;
    position: relative;
  }

  #menu {
    opacity: 0;
    z-index: 1000;
    width: 100%;
    transition: all .3s ease-in-out;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    transform: translateX(-100%);
  }

  #nav.active #menu {
    opacity: 1;
    background: var(--primary-dark);
    flex-direction: column;
    display: flex;
    overflow: hidden;
    transform: translateX(0);
  }

  #menu .links-wrapper li + li {
    margin-left: 0;
  }

  #menu .links-wrapper a.link {
    letter-spacing: -.02em;
    font-size: 2rem;
    line-height: 138%;
  }

  #menu .links-wrapper .divider {
    display: none;
  }

  #menu a.link {
    padding: unset;
  }

  .links-wrapper {
    flex-direction: column;
    gap: 2rem;
    margin: auto 0;
  }

  #btn-mobile {
    cursor: pointer;
    color: var(--primary-pure-10);
    background: none;
    border: none;
    gap: .5rem;
    padding: 0 1rem .625rem;
    font-size: 1rem;
    display: flex;
  }

  #hamburger {
    width: 32px;
    display: block;
  }

  #hamburger:after, #hamburger:before {
    content: "";
    background-color: currentColor;
    width: 32px;
    height: 2px;
    margin-top: 11px;
    transition: all .3s;
    display: block;
    position: relative;
  }

  #nav.active #hamburger {
    color: var(--primary-pure-10);
    border-top-color: #0000;
  }

  #nav.active #hamburger:before {
    transform: rotate(135deg);
  }

  #nav.active #hamburger:after {
    top: -13px;
    transform: rotate(-135deg);
  }
}

#login {
  background: linear-gradient(90deg, hsla(var(--hue-primary), 100%, 3%, 1) 0%, hsla(var(--hue-primary), 100%, 3%, 1) 100%);
  height: 100vh;
  padding-top: 3.75rem;
  position: relative;
}

@media (max-width: 1660px) {
  #login {
    height: 120vh;
  }
}

@media screen and (max-width: 1024px) {
  #login {
    height: 100vh;
  }
}

@media screen and (max-width: 600px) {
  #login {
    padding: unset;
  }
}

@media (max-width: 400px) {
  #login {
    height: 120vh;
  }
}

#login .ornamento {
  background: linear-gradient(92.74deg, hsla(var(--hue-primary), 68%, 32%, 1) 0%, hsla(var(--hue-primary), 100%, 73%, 1) 100%);
  border-radius: 11.875rem;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  max-height: 394px;
  margin: 0 auto;
}

@media (max-width: 1660px) {
  #login .ornamento {
    width: 90%;
    padding: 3rem;
  }
}

@media screen and (max-width: 1440px) {
  #login .ornamento {
    height: 40%;
  }
}

@media screen and (max-width: 600px) {
  #login .ornamento {
    margin: unset;
    border-radius: 0 0 16px 16px;
    width: 100%;
    height: 349px;
  }
}

#login .ornamento .logo-cliente {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 4.6875rem;
}

@media (max-width: 1660px) {
  #login .ornamento .logo-cliente {
    padding-top: 2.75rem;
  }
}

@media screen and (max-width: 1440px) {
  #login .ornamento .logo-cliente {
    padding-top: 2rem;
  }
}

#login .orn-sections {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#login .orn-sections img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#login .logo-ndt {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1440px) {
  #login .logo-ndt {
    bottom: 64px;
  }
}

#login .form-wrapper {
  border: 1px solid var(--white-10-op);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: #00000080;
  border-radius: 8px;
  width: 100%;
  max-width: 428px;
  height: -moz-fit-content;
  height: fit-content;
  margin: -210px auto 0;
  padding: 2rem;
}

@media screen and (max-width: 1440px) {
  #login .form-wrapper {
    margin-top: -150px;
  }
}

@media screen and (max-width: 600px) {
  #login .form-wrapper {
    width: 327px;
  }
}

#login .form-wrapper .content .title {
  letter-spacing: -.02em;
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 133%;
}

#login .form-wrapper .content .description {
  letter-spacing: -.02em;
  color: var(--white-70-op);
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

#login .form-wrapper .inputs-wrapper {
  margin-top: 2rem;
}

#login .form-wrapper .inputs-wrapper .input-item:first-child {
  margin-bottom: 1.5rem;
}

#login .form-wrapper .inputs-wrapper .input-item .input {
  border: unset;
  letter-spacing: -.02em;
  color: var(--white);
  background: none;
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  height: 56px;
  padding: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 600px) {
  #login .form-wrapper .inputs-wrapper .input-item .input {
    font-size: .875rem;
    line-height: 171%;
  }
}

#login .form-wrapper .inputs-wrapper .input-item .input::placeholder {
  letter-spacing: -.02em;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 600px) {
  #login .form-wrapper .inputs-wrapper .input-item .input::placeholder {
    font-size: .875rem;
    line-height: 171%;
  }
}

#login .form-wrapper .inputs-wrapper .input-item .show-password {
  display: flex;
  position: relative;
}

#login .form-wrapper .inputs-wrapper .input-item .show-password .password {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
}

#login .form-wrapper .inputs-wrapper .input-item .show-password .password svg {
  width: 24px;
  height: 24px;
}

#login .form-wrapper .inputs-wrapper .input-item .show-password .password .hidden {
  display: none;
}

#login .form-wrapper .inputs-wrapper .input-item .show-password .password.mostra .hidden {
  display: block;
}

#login .form-wrapper .inputs-wrapper .input-item .show-password .password.mostra .show {
  display: none;
}

#login .form-wrapper .inputs-wrapper .recuperar-senha {
  margin-top: .5rem;
}

#login .form-wrapper .inputs-wrapper .recuperar-senha a {
  letter-spacing: -.02em;
  color: var(--white-70-op);
  font-size: .75rem;
  font-weight: 300;
  line-height: 167%;
  text-decoration: none;
}

#login .form-wrapper .inputs-wrapper .recuperar-senha a:hover {
  color: var(--white);
  text-decoration: underline;
}

#login .form-wrapper .btn-wrapper {
  margin-top: 3.5rem;
}

#login .form-wrapper .btn-wrapper .btn {
  letter-spacing: -.02em;
  background-color: var(--primary-light-10-op);
  border: 1px solid var(--primary-light);
  color: var(--primary-light);
  cursor: pointer;
  border-radius: 1.75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  transition: background-color .2s ease-in, transform .1s ease-in;
  display: flex;
}

@media screen and (max-width: 600px) {
  #login .form-wrapper .btn-wrapper .btn {
    padding: .5rem 2rem;
    font-size: .875rem;
  }
}

#login .form-wrapper .btn-wrapper .btn:hover {
  box-shadow: 0 .5em .5em -.4em var(--primary-pure);
  color: var(--neutral-10);
  border-color: var(--primary-pure);
  transform: translateY(-.25em) !important;
}

#login .form-wrapper .voltar {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
}

#login .form-wrapper .voltar a {
  letter-spacing: -.02em;
  color: var(--white-70-op);
  font-size: .875rem;
  font-weight: 300;
  line-height: 157%;
}

#login .form-wrapper .voltar a:hover {
  color: var(--white);
  text-decoration: underline;
}

#login .form-wrapper .checkbox-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

#login .form-wrapper .checkbox-wrapper .radio-container {
  align-items: center;
  display: flex;
}

#login .form-wrapper .checkbox-wrapper .radio-container .check-label {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  letter-spacing: -.02em;
  color: var(--white-70-op);
  align-items: center;
  gap: .375rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 150%;
  display: inline-flex;
}

#login .form-wrapper .checkbox-wrapper .radio-container .check-label .checkbox {
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

#login .form-wrapper .checkbox-wrapper .radio-container .check-label:hover {
  color: var(--white);
  font-weight: 400;
}

#login .form-wrapper .checkbox-wrapper .radio-container .check-label:hover .radio-circle {
  border-color: var(--primary-pure);
  border-width: 2px;
}

#login .form-wrapper .checkbox-wrapper .radio-container .radio-circle {
  border: 1px solid #fff3;
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: relative;
}

#login .form-wrapper .checkbox-wrapper .radio-container .radio-circle-inner {
  background: var(--primary-pure);
  transition: all .2s ease-out;
  transition-property: width height;
  border-radius: 50%;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  inset: 0;
}

#login .form-wrapper .checkbox-wrapper .radio-container input:checked ~ span {
  border-color: var(--primary-pure);
}

#login .form-wrapper .checkbox-wrapper .radio-container input:checked ~ span i {
  width: 12px;
  height: 12px;
}

#login .form-wrapper .checkbox-wrapper .radio-container.round .radio-circle {
  border-radius: .25rem;
}

#login .form-wrapper .checkbox-wrapper .radio-container.round .radio-circle-inner {
  transition: initial;
  border-radius: initial !important;
}

#login .form-wrapper .checkbox-wrapper .radio-container.round input:checked ~ span i {
  border-radius: initial;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDJMNy42MjY4MSAxMkwyIDUuOTk2OTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
}

#login .form-wrapper .checkbox-wrapper .radio-container.disabled {
  -webkit-user-select: none;
  user-select: none;
}

#login .form-wrapper .checkbox-wrapper .radio-container.disabled .check-label {
  pointer-events: none;
  color: var(--neutral-60);
}

#login .form-wrapper .checkbox-wrapper .radio-container.disabled .radio-circle {
  pointer-events: none;
  opacity: .2;
}

#banner .content-wrapper .img-banner {
  width: 100vw;
  height: 100vh;
  position: relative;
}

#banner .content-wrapper .img-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

#banner .content-wrapper .img-banner img, #banner .content-wrapper .img-banner source {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#banner .content-wrapper .content {
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  #banner .content-wrapper .content {
    width: 70%;
  }
}

#banner .content-wrapper .content .subtitle {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--primary-light-30);
  font-size: .875rem;
  font-weight: 600;
  line-height: 143%;
}

@media screen and (max-width: 600px) {
  #banner .content-wrapper .content .subtitle {
    font-size: 12px;
    line-height: 133%;
  }
}

#banner .content-wrapper .content .title {
  letter-spacing: -.02em;
  color: var(--white);
  text-align: center;
  margin-top: .25rem;
  font-family: Raleway, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  #banner .content-wrapper .content .title {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media screen and (max-width: 600px) {
  #banner .content-wrapper .content .title {
    font-size: 32px;
    line-height: 106%;
  }
}

#banner .content-wrapper .content .description {
  letter-spacing: -.02em;
  color: var(--white-70-op);
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 144%;
}

@media screen and (max-width: 768px) {
  #banner .content-wrapper .content .description {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #banner .content-wrapper .content .description {
    font-size: 14px;
    line-height: 157%;
  }
}

#banner .content-wrapper .icon-banner {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 107px;
  left: 50%;
  transform: translateX(-50%);
}

#banner .content-wrapper .icon-banner svg {
  color: var(--white);
  width: 40px;
  height: 40px;
  animation: 2.5s linear infinite animateArrow;
  transform: translateY(0);
}

@keyframes animateArrow {
  0% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(25px);
  }
}

#quem-somos {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  #quem-somos {
    padding: 6rem 0;
  }
}

@media screen and (max-width: 600px) {
  #quem-somos {
    padding: 0 0 4rem;
  }
}

#quem-somos .content .header-wrapper {
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: grid;
}

@media screen and (max-width: 768px) {
  #quem-somos .content .header-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper {
    display: block;
  }

  #quem-somos .content .header-wrapper .col-1 {
    margin-top: 2rem;
  }
}

#quem-somos .content .header-wrapper .col-1 .subtitle {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-size: .875rem;
  font-weight: 600;
  line-height: 143%;
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper .col-1 .subtitle {
    font-size: 12px;
    line-height: 133%;
  }
}

#quem-somos .content .header-wrapper .col-1 .title {
  letter-spacing: -.02em;
  color: var(--primary-pure);
  margin-top: .25rem;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 133%;
}

@media screen and (max-width: 768px) {
  #quem-somos .content .header-wrapper .col-1 .title {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper .col-1 .title {
    font-size: 32px;
    line-height: 106%;
  }
}

#quem-somos .content .header-wrapper .col-1 .description {
  letter-spacing: -.02em;
  color: var(--neutral-70);
  width: 100%;
  max-width: 455px;
  margin-top: 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #090a1a !important;
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper .col-1 .description {
    font-size: 14px;
    line-height: 157%;
  }
}

@media screen and (max-width: 1024px) {
  #quem-somos .content .header-wrapper .col-1 .description {
    max-width: 400px;
  }
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper .col-1 .description {
    max-width: 305px;
    margin-top: 1rem;
  }
}

#quem-somos .content .header-wrapper .col-2 {
  max-width: 488px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #quem-somos .content .header-wrapper .col-2 {
    margin-left: unset;
  }
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper .col-2 {
    max-width: unset;
  }
}

#quem-somos .content .header-wrapper .col-2 .icon-text {
  align-items: center;
  gap: 1rem;
  display: flex;
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper .col-2 .icon-text {
    margin-top: 1.5rem;
  }
}

#quem-somos .content .header-wrapper .col-2 .icon-text .icon {
  background: var(--primary-pure-10-op);
  cursor: pointer;
  border-radius: .375rem;
  place-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  transition: background .3s ease-in;
  display: grid;
}

#quem-somos .content .header-wrapper .col-2 .icon-text .icon svg {
  color: var(--primary-dark);
  width: 24px;
  height: 24px;
}

#quem-somos .content .header-wrapper .col-2 .icon-text .icon:hover {
  background: var(--primary-pure);
}

#quem-somos .content .header-wrapper .col-2 .icon-text .icon:hover svg {
  color: var(--primary-light-30);
}

#quem-somos .content .header-wrapper .col-2 .icon-text .description {
  letter-spacing: -.02em;
  color: var(--neutral-70);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #090a1a !important;
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper .col-2 .icon-text .description {
    font-size: 14px;
    line-height: 157%;
  }
}

@media screen and (max-width: 1024px) {
  #quem-somos .content .header-wrapper .col-2 .icon-text .description {
    max-width: 300px;
  }
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper .col-2 .icon-text .description {
    max-width: 238px;
    margin-right: auto;
  }
}

#quem-somos .content .header-wrapper .col-2 .saiba-mais {
  letter-spacing: -.02em;
  color: var(--primary-pure);
  align-items: center;
  margin-top: 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .3s ease-in;
  display: flex;
}

@media screen and (max-width: 600px) {
  #quem-somos .content .header-wrapper .col-2 .saiba-mais {
    margin-top: 2rem;
    font-size: 16px;
  }
}

#quem-somos .content .header-wrapper .col-2 .saiba-mais svg {
  width: 24px;
  height: 24px;
}

#quem-somos .content .header-wrapper .col-2 .saiba-mais:hover {
  text-decoration: underline;
}

#quem-somos .content .header-wrapper .col-2 .saiba-mais:hover svg {
  transition: all .3s ease-in;
  transform: translateX(6px);
}

#quem-somos .content .img-destaque-desktop {
  height: 460px;
  max-height: 100%;
  margin-top: 3.5rem;
}

@media screen and (max-width: 600px) {
  #quem-somos .content .img-destaque-desktop {
    height: 375px;
    max-height: 100%;
  }
}

#quem-somos .content .img-destaque-desktop img {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

#quem-somos .img-destaque-mobile {
  height: 375px;
  max-height: 100%;
  display: none;
}

#quem-somos .img-destaque-mobile img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#nossos-numeros {
  background: #540407;
  padding: 4rem 0;
}

#nossos-numeros .content .title {
  letter-spacing: -.02em;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

@media screen and (max-width: 600px) {
  #nossos-numeros .content .title {
    font-size: 14px;
    line-height: 157%;
  }
}

#nossos-numeros .content .divider {
  background: var(--white-10-op);
  width: 200vw;
  height: 1px;
  margin-top: .9375rem;
  position: absolute;
  left: -50vw;
  right: -50vw;
}

#nossos-numeros .content .divider:after {
  content: "";
  background: #ffba00;
  width: 12px;
  height: 4px;
  display: block;
  position: absolute;
  top: -1.5px;
  left: 51.2vw;
}

@media screen and (max-width: 600px) {
  #nossos-numeros .content .divider:after {
    left: 55vw;
  }
}

#nossos-numeros .content .numeros-wrapper {
  margin-top: 2.75rem;
}

#nossos-numeros .content .numeros-wrapper .swiper.swiper-nossos-numeros .swiper-wrapper {
  justify-content: space-between;
}

#nossos-numeros .content .numeros-wrapper .swiper.swiper-nossos-numeros .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

#nossos-numeros .content .numeros-wrapper .item .big-number {
  letter-spacing: -.02em;
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 133%;
}

@media screen and (max-width: 600px) {
  #nossos-numeros .content .numeros-wrapper .item .big-number {
    font-size: 2rem;
    line-height: 186%;
  }
}

#nossos-numeros .content .numeros-wrapper .item .description {
  letter-spacing: -.02em;
  color: #ffba00;
  margin-top: .25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 600px) {
  #nossos-numeros .content .numeros-wrapper .item .description {
    width: max-content;
  }
}

#nosso-menu {
  background: #f5f0f0;
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  #nosso-menu {
    padding: 6rem 0;
  }
}

@media screen and (max-width: 600px) {
  #nosso-menu {
    padding: 4rem 0;
  }
}

#nosso-menu .content .header-wrapper {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

@media screen and (max-width: 768px) {
  #nosso-menu .content .header-wrapper {
    grid-template-columns: 1fr;
  }
}

#nosso-menu .content .header-wrapper .col-1 .subtitle {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-size: .875rem;
  font-weight: 600;
  line-height: 143%;
}

@media screen and (max-width: 600px) {
  #nosso-menu .content .header-wrapper .col-1 .subtitle {
    font-size: 12px;
    line-height: 133%;
  }
}

#nosso-menu .content .header-wrapper .col-1 .title {
  letter-spacing: -.02em;
  color: var(--primary-pure);
  margin-top: .25rem;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 133%;
}

@media screen and (max-width: 768px) {
  #nosso-menu .content .header-wrapper .col-1 .title {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media screen and (max-width: 600px) {
  #nosso-menu .content .header-wrapper .col-1 .title {
    font-size: 32px;
    line-height: 106%;
  }
}

#nosso-menu .content .header-wrapper .cardapio {
  letter-spacing: -.02em;
  color: var(--primary-dark);
  align-items: center;
  gap: .5rem;
  margin-top: 10rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  display: none;
}

#nosso-menu .content .header-wrapper .cardapio svg {
  width: 32px;
  height: 32px;
}

#nosso-menu .content .header-wrapper .col-2 {
  justify-self: flex-end;
  max-width: 487px;
}

@media screen and (max-width: 768px) {
  #nosso-menu .content .header-wrapper .col-2 {
    justify-self: flex-start;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  #nosso-menu .content .header-wrapper .col-2 {
    margin-top: 1rem;
  }
}

#nosso-menu .content .header-wrapper .col-2 .description {
  letter-spacing: -.02em;
  color: var(--neutral-70);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #090a1a !important;
}

@media screen and (max-width: 600px) {
  #nosso-menu .content .header-wrapper .col-2 .description {
    font-size: 14px;
    line-height: 157%;
  }
}

#nosso-menu .content .header-wrapper .col-2 .description + p {
  margin-top: 1.5rem;
}

#nosso-menu .content .header-wrapper .col-2 .cardapio-mobile {
  margin-top: 1.5rem;
  display: none;
}

#nosso-menu .content .swiper.swiper-menu-home {
  margin-top: 3.5rem;
}

@media screen and (max-width: 600px) {
  #nosso-menu .content .swiper.swiper-menu-home {
    margin-top: 1.5rem;
  }
}

#nosso-menu .content .swiper.swiper-menu-home .swiper-slide {
  max-width: 320px;
  max-height: 440px;
  position: relative;
}

@media screen and (max-width: 600px) {
  #nosso-menu .content .swiper.swiper-menu-home .swiper-slide {
    height: 440px;
  }
}

#nosso-menu .content .swiper.swiper-menu-home .swiper-slide:after {
  content: "";
  background: linear-gradient(180.89deg, #0000 .73%, #0001 14.3%, #00000020 31.51%, #0009 96.72%);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

#nosso-menu .content .swiper.swiper-menu-home .swiper-slide .item {
  width: 100%;
  height: 27.5rem;
  position: relative;
}

#nosso-menu .content .swiper.swiper-menu-home .swiper-slide .item img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

#nosso-menu .content .swiper.swiper-menu-home .swiper-slide .item .content {
  z-index: 1;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

#nosso-menu .content .swiper.swiper-menu-home .swiper-slide .item .content .title {
  letter-spacing: -.02em;
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 133%;
}

#nosso-menu .content .swiper.swiper-menu-home .swiper-slide .item .content .description {
  letter-spacing: -.02em;
  color: var(--white-70-op);
  margin-top: .25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

#nosso-menu .content .nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem 0;
  display: flex;
}

#nosso-menu .content .nav-wrapper .prev-next {
  gap: 1rem;
  display: flex;
}

#nosso-menu .content .nav-wrapper .prev-next .swiper-button-prev, #nosso-menu .content .nav-wrapper .prev-next .swiper-button-next {
  position: unset;
  background: var(--primary-pure);
  border: 1px solid #0000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

#nosso-menu .content .nav-wrapper .prev-next .swiper-button-prev:after, #nosso-menu .content .nav-wrapper .prev-next .swiper-button-next:after {
  color: var(--white);
  font-size: .75rem;
}

#nosso-menu .content .nav-wrapper .prev-next .swiper-button-prev.swiper-button-disabled, #nosso-menu .content .nav-wrapper .prev-next .swiper-button-next.swiper-button-disabled {
  background: var(--white);
  border-color: var(--neutral-10-op);
  filter: drop-shadow(0 0 2px #0000000f);
}

#nosso-menu .content .nav-wrapper .prev-next .swiper-button-prev.swiper-button-disabled:after, #nosso-menu .content .nav-wrapper .prev-next .swiper-button-next.swiper-button-disabled:after {
  color: var(--primary-pure);
}

#nosso-menu .content .nav-wrapper .swiper-pagination {
  position: unset;
  text-align: start;
}

#nosso-menu .content .nav-wrapper .swiper-pagination-bullet {
  background: var(--primary-light);
  border-radius: .125rem;
  width: 8px;
  height: 4px;
}

#nosso-menu .content .nav-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-pure);
  border-radius: .25rem;
  width: 16px;
  height: 4px;
}

#nosso-ambiente {
  background: #270304;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#nosso-ambiente:after {
  content: "";
  z-index: 2;
  background: #540407b3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

#nosso-ambiente .cards-wrapper {
  z-index: 1;
  grid-template-columns: repeat(5, 1fr);
  gap: .5rem;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  transform: rotate(18deg)translateY(-200px)scale(1.2);
}

@media screen and (max-width: 1440px) {
  #nosso-ambiente .cards-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  #nosso-ambiente .cards-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 600px) {
  #nosso-ambiente .cards-wrapper {
    grid-template-columns: repeat(4, 1fr);
    transform: rotate(18deg)translateY(60%)scale(2.5);
  }
}

#nosso-ambiente .cards-wrapper .col-1, #nosso-ambiente .cards-wrapper .col-2, #nosso-ambiente .cards-wrapper .col-3, #nosso-ambiente .cards-wrapper .col-4, #nosso-ambiente .cards-wrapper .col-5, #nosso-ambiente .cards-wrapper .col-6 {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

#nosso-ambiente .cards-wrapper .col-1 img, #nosso-ambiente .cards-wrapper .col-2 img, #nosso-ambiente .cards-wrapper .col-3 img, #nosso-ambiente .cards-wrapper .col-4 img, #nosso-ambiente .cards-wrapper .col-5 img, #nosso-ambiente .cards-wrapper .col-6 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#nosso-ambiente .cards-wrapper .col-1 img:after, #nosso-ambiente .cards-wrapper .col-2 img:after, #nosso-ambiente .cards-wrapper .col-3 img:after, #nosso-ambiente .cards-wrapper .col-4 img:after, #nosso-ambiente .cards-wrapper .col-5 img:after, #nosso-ambiente .cards-wrapper .col-6 img:after {
  content: "";
  background: linear-gradient(0deg, #0003, #0003);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

#nosso-ambiente .content {
  z-index: 3;
  text-align: center;
  max-width: 592px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #nosso-ambiente .content {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #nosso-ambiente .content {
    padding: 0 1.25rem;
  }
}

#nosso-ambiente .content .subtitle {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #f1eaea;
  font-size: .875rem;
  font-weight: 600;
  line-height: 143%;
}

@media screen and (max-width: 600px) {
  #nosso-ambiente .content .subtitle {
    font-size: 12px;
    line-height: 133%;
  }
}

#nosso-ambiente .content .title {
  letter-spacing: -.02em;
  color: var(--white);
  margin-top: .25rem;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 133%;
}

@media screen and (max-width: 768px) {
  #nosso-ambiente .content .title {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media screen and (max-width: 600px) {
  #nosso-ambiente .content .title {
    font-size: 32px;
    line-height: 106%;
  }
}

#nosso-ambiente .content .description {
  letter-spacing: -.02em;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 144%;
}

@media screen and (max-width: 600px) {
  #nosso-ambiente .content .description {
    margin-top: .75rem;
    font-size: 14px;
    line-height: 157%;
  }
}

#nosso-ambiente .content .btn {
  background: var(--primary-light-30);
  letter-spacing: -.02em;
  color: var(--primary-dark);
  border-radius: 6px;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  transition: background .3s ease-in, color .3s ease-in;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  #nosso-ambiente .content .btn {
    padding: 9px;
  }
}

#nosso-ambiente .content .btn:hover {
  background: var(--primary-pure);
  color: var(--primary-light-30);
}

#nossa-equipe {
  background: #f5f0f0;
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  #nossa-equipe {
    padding: 6rem 0;
  }
}

@media screen and (max-width: 600px) {
  #nossa-equipe {
    padding: 4rem 0;
  }
}

#nossa-equipe .content .header-wrapper {
  text-align: center;
  place-items: center;
  max-width: 592px;
  margin: 0 auto;
  display: grid;
}

@media screen and (max-width: 600px) {
  #nossa-equipe .content .header-wrapper {
    text-align: left;
    display: block;
  }
}

#nossa-equipe .content .header-wrapper .subtitle {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-size: .875rem;
  font-weight: 600;
  line-height: 143%;
}

@media screen and (max-width: 600px) {
  #nossa-equipe .content .header-wrapper .subtitle {
    font-size: 12px;
    line-height: 133%;
  }
}

#nossa-equipe .content .header-wrapper .title {
  letter-spacing: -.02em;
  color: var(--primary-pure);
  margin-top: .25rem;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 133%;
}

@media screen and (max-width: 768px) {
  #nossa-equipe .content .header-wrapper .title {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media screen and (max-width: 600px) {
  #nossa-equipe .content .header-wrapper .title {
    font-size: 32px;
    line-height: 106%;
  }
}

#nossa-equipe .content .header-wrapper .description {
  letter-spacing: -.02em;
  color: var(--neutral-70);
  margin-top: .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 600px) {
  #nossa-equipe .content .header-wrapper .description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 157%;
  }
}

#nossa-equipe .content .swiper.swiper-nossa-equipe {
  margin-top: 3.5rem;
}

@media screen and (max-width: 600px) {
  #nossa-equipe .content .swiper.swiper-nossa-equipe {
    margin-top: 2rem;
  }
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .img-card {
  max-width: 280px;
  max-height: 280px;
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .img-card img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .content-card {
  max-width: 280px;
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .content-card .nome {
  letter-spacing: -.02em;
  color: var(--neutral-100);
  margin: unset;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .content-card .cargo {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--primary-pure);
  margin-top: .25rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 133%;
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .content-card .description {
  letter-spacing: -.02em;
  color: var(--neutral-70);
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 157%;
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .content-card .redes-sociais {
  margin-top: 1rem;
  display: flex;
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .content-card .redes-sociais .rede {
  border-radius: 6px;
  place-items: center;
  width: 40px;
  height: 40px;
  transition: background .3s ease-in;
  display: grid;
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .content-card .redes-sociais .rede svg {
  color: var(--primary-pure);
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 600px) {
  #nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .content-card .redes-sociais .rede svg {
    color: var(--primary-dark);
  }
}

#nossa-equipe .content .swiper.swiper-nossa-equipe .swiper-slide .card .content-card .redes-sociais .rede:hover {
  background: var(--primary-light-30);
}

#nossa-equipe .content .nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding: 1rem 0;
  display: flex;
}

#nossa-equipe .content .nav-wrapper .prev-next {
  gap: 1rem;
  display: flex;
}

#nossa-equipe .content .nav-wrapper .prev-next .swiper-button-prev, #nossa-equipe .content .nav-wrapper .prev-next .swiper-button-next {
  position: unset;
  background: var(--primary-pure);
  border: 1px solid #0000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

#nossa-equipe .content .nav-wrapper .prev-next .swiper-button-prev:after, #nossa-equipe .content .nav-wrapper .prev-next .swiper-button-next:after {
  color: var(--white);
  font-size: .75rem;
}

#nossa-equipe .content .nav-wrapper .prev-next .swiper-button-prev.swiper-button-disabled, #nossa-equipe .content .nav-wrapper .prev-next .swiper-button-next.swiper-button-disabled {
  background: var(--white);
  border-color: var(--neutral-10-op);
  filter: drop-shadow(0 0 2px #0000000f);
}

#nossa-equipe .content .nav-wrapper .prev-next .swiper-button-prev.swiper-button-disabled:after, #nossa-equipe .content .nav-wrapper .prev-next .swiper-button-next.swiper-button-disabled:after {
  color: var(--primary-pure);
}

#nossa-equipe .content .nav-wrapper .swiper-pagination {
  position: unset;
  text-align: start;
}

#nossa-equipe .content .nav-wrapper .swiper-pagination-bullet {
  background: var(--primary-light);
  border-radius: .125rem;
  width: 8px;
  height: 4px;
}

#nossa-equipe .content .nav-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-pure);
  border-radius: .25rem;
  width: 16px;
  height: 4px;
}

#acompanhe-nos {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  #acompanhe-nos {
    padding: 6rem 0;
  }
}

@media screen and (max-width: 600px) {
  #acompanhe-nos {
    padding: 4rem 0;
  }
}

#acompanhe-nos .content .header-wrapper {
  text-align: center;
  place-items: center;
  max-width: 592px;
  margin: 0 auto;
  display: grid;
}

#acompanhe-nos .content .header-wrapper .subtitle {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-size: .875rem;
  font-weight: 600;
  line-height: 143%;
}

@media screen and (max-width: 600px) {
  #acompanhe-nos .content .header-wrapper .subtitle {
    font-size: 12px;
    line-height: 133%;
  }
}

#acompanhe-nos .content .header-wrapper .title {
  letter-spacing: -.02em;
  color: var(--primary-pure);
  margin-top: .25rem;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 133%;
}

@media screen and (max-width: 768px) {
  #acompanhe-nos .content .header-wrapper .title {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media screen and (max-width: 600px) {
  #acompanhe-nos .content .header-wrapper .title {
    font-size: 32px;
    line-height: 106%;
  }
}

#acompanhe-nos .content .header-wrapper .description {
  letter-spacing: -.02em;
  color: var(--neutral-70);
  margin-top: .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #090a1a !important;
}

@media screen and (max-width: 600px) {
  #acompanhe-nos .content .header-wrapper .description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 157%;
  }
}

#acompanhe-nos .content .header-wrapper .btn {
  background: var(--primary-pure);
  letter-spacing: -.02em;
  color: var(--white);
  border-radius: 6px;
  margin-top: 1.5rem;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 157%;
  transition: background .3s ease-in, color .3s ease-in;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  #acompanhe-nos .content .header-wrapper .btn {
    padding: 9px;
  }
}

#acompanhe-nos .content .header-wrapper .btn:hover {
  background: var(--primary-light-30);
  color: var(--primary-pure);
}

#tags-home {
  background: var(--primary-dark);
}

#tags-home .content-wrapper .swiper.swiper-tags-home .swiper-wrapper {
  transition-timing-function: linear;
}

#tags-home .content-wrapper .swiper.swiper-tags-home .swiper-slide {
  padding: 1.6875rem 2.5rem;
  width: max-content !important;
}

#tags-home .content-wrapper .swiper.swiper-tags-home .swiper-slide .item {
  align-items: center;
  gap: 2.5rem;
  display: flex;
}

#tags-home .content-wrapper .swiper.swiper-tags-home .swiper-slide .item .circle {
  background: var(--primary-light-30);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

#tags-home .content-wrapper .swiper.swiper-tags-home .swiper-slide .item .title {
  letter-spacing: -.02em;
  color: var(--white);
  font-family: Montserrat Alternates, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 186%;
}

#contato {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  #contato {
    padding: 6rem 0;
  }
}

@media screen and (max-width: 600px) {
  #contato {
    padding: 4rem 0;
  }
}

#contato .content {
  grid-template-columns: 1fr 1fr;
  max-width: 1008px;
  margin: 0 auto;
  display: grid;
}

@media screen and (max-width: 768px) {
  #contato .content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #contato .content .col-1 {
    order: 2;
  }

  #contato .content .col-1 .header-wrapper {
    display: none;
  }
}

#contato .content .col-1 .header-wrapper .subtitle {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-size: .875rem;
  font-weight: 600;
  line-height: 143%;
}

@media screen and (max-width: 600px) {
  #contato .content .col-1 .header-wrapper .subtitle {
    font-size: 12px;
    line-height: 133%;
  }
}

#contato .content .col-1 .header-wrapper .title {
  letter-spacing: -.02em;
  color: var(--primary-pure);
  margin-top: .25rem;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 133%;
}

@media screen and (max-width: 768px) {
  #contato .content .col-1 .header-wrapper .title {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media screen and (max-width: 600px) {
  #contato .content .col-1 .header-wrapper .title {
    font-size: 32px;
    line-height: 106%;
  }
}

#contato .content .col-1 .form-wrapper {
  gap: 1rem;
  margin-top: 3.5rem;
  display: grid;
}

@media screen and (max-width: 768px) {
  #contato .content .col-1 .form-wrapper {
    margin: unset;
  }
}

#contato .content .col-1 .form-wrapper .input-group {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

#contato .content .col-1 .form-wrapper .input-group label {
  letter-spacing: -.02em;
  color: #090a1a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

#contato .content .col-1 .form-wrapper .input-group input, #contato .content .col-1 .form-wrapper .input-group textarea {
  border: 1px solid var(--neutral-10-op);
  background: var(--white);
  letter-spacing: -.02em;
  color: var(--neutral-70);
  border-radius: .25rem;
  width: 100%;
  height: 48px;
  padding: .75rem .875rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  transition: border-color .3s ease-in;
}

#contato .content .col-1 .form-wrapper .input-group input:focus, #contato .content .col-1 .form-wrapper .input-group textarea:focus {
  border-width: 1.5px;
  border-color: var(--primary-pure);
}

#contato .content .col-1 .form-wrapper .input-group textarea {
  height: unset;
  resize: none;
}

#contato .content .col-1 .form-wrapper .input-group .btn {
  background: var(--primary-pure);
  letter-spacing: -.02em;
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 157%;
  transition: background .3s ease-in, color .3s ease-in;
}

@media screen and (max-width: 600px) {
  #contato .content .col-1 .form-wrapper .input-group .btn {
    padding: 9px;
  }
}

#contato .content .col-1 .form-wrapper .input-group .btn:hover {
  background: var(--primary-light-30);
  color: var(--primary-pure);
}

@media screen and (max-width: 768px) {
  #contato .content .col-1 .form-wrapper .input-group .btn {
    width: 100%;
  }
}

#contato .content .col-2 {
  align-self: center;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #contato .content .col-2 {
    margin-left: unset;
  }
}

#contato .content .col-2 .header-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  #contato .content .col-2 .header-mobile {
    display: block;
  }
}

#contato .content .col-2 .header-mobile .subtitle {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-size: .875rem;
  font-weight: 600;
  line-height: 143%;
}

@media screen and (max-width: 600px) {
  #contato .content .col-2 .header-mobile .subtitle {
    font-size: 12px;
    line-height: 133%;
  }
}

#contato .content .col-2 .header-mobile .title {
  letter-spacing: -.02em;
  color: var(--primary-pure);
  margin-top: .25rem;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 133%;
}

@media screen and (max-width: 768px) {
  #contato .content .col-2 .header-mobile .title {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media screen and (max-width: 600px) {
  #contato .content .col-2 .header-mobile .title {
    font-size: 32px;
    line-height: 106%;
  }
}

#contato .content .col-2 .header-wrapper {
  max-width: 273px;
}

@media screen and (max-width: 768px) {
  #contato .content .col-2 .header-wrapper {
    margin-top: 2rem;
  }
}

#contato .content .col-2 .header-wrapper .title-secoundary {
  letter-spacing: -.02em;
  color: var(--primary-dark);
  margin: unset;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 133%;
}

#contato .content .col-2 .header-wrapper .description {
  letter-spacing: -.02em;
  color: var(--neutral-70);
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #090a1a !important;
}

@media screen and (max-width: 600px) {
  #contato .content .col-2 .header-wrapper .description {
    font-size: 14px;
    line-height: 157%;
  }
}

#contato .content .col-2 .contatos {
  gap: 2rem;
  margin-top: 3.5rem;
  display: grid;
}

@media screen and (max-width: 768px) {
  #contato .content .col-2 .contatos {
    margin-top: 2rem;
  }
}

#contato .content .col-2 .contatos .horarios-trabalho {
  letter-spacing: -.02em;
  color: var(--neutral-70);
  flex-wrap: wrap;
  max-width: 300px;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  color: #090a1a !important;
}

@media screen and (max-width: 600px) {
  #contato .content .col-2 .contatos .horarios-trabalho {
    font-size: 14px;
    line-height: 157%;
  }
}

#contato .content .col-2 .contatos .item {
  gap: 1rem;
  display: grid;
}

#contato .content .col-2 .contatos .item span {
  letter-spacing: -.02em;
  color: var(--primary-dark);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 133%;
}

#contato .content .col-2 .contatos .item .link-icon {
  align-items: center;
  gap: .5rem;
  display: flex;
}

#contato .content .col-2 .contatos .item .link-icon svg {
  color: var(--primary-pure);
  width: 24px;
  height: 24px;
  transition: all .3s ease-in;
}

#contato .content .col-2 .contatos .item .link-icon a {
  letter-spacing: -.02em;
  color: #090a1a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

#contato .content .col-2 .contatos .item .link-icon:hover svg {
  color: var(--neutral-70);
  transform: scale(1.2);
}

#contato .content .col-2 .contatos .item .link-icon:hover a {
  color: var(--primary-pure);
  text-decoration: underline;
}

#contato .content .col-2 .contatos .item .link-icon .fone-contato {
  flex-wrap: wrap;
  gap: .5rem;
  max-width: 290px;
  display: flex;
}

#footer .content-wrapper .linha-1 {
  background: linear-gradient(219deg, #611619 0%, #540407 100%);
  padding: 4rem 0;
}

@media screen and (max-width: 600px) {
  #footer .content-wrapper .linha-1 {
    padding: 3rem 0 1rem;
  }
}

#footer .content-wrapper .linha-1 .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #footer .content-wrapper .linha-1 .container {
    flex-direction: column;
    gap: 48px;
  }
}

#footer .content-wrapper .linha-1 .container .logo {
  max-width: 124px;
  max-height: 84px;
}

#footer .content-wrapper .linha-1 .container .logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#footer .content-wrapper .linha-1 .container .links-redes {
  display: flex;
}

@media screen and (max-width: 1024px) {
  #footer .content-wrapper .linha-1 .container .links-redes {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}

#footer .content-wrapper .linha-1 .container .links-redes .links-menu {
  align-items: center;
  gap: 2rem;
  padding-right: 4rem;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #footer .content-wrapper .linha-1 .container .links-redes .links-menu {
    padding-right: unset;
  }
}

@media screen and (max-width: 600px) {
  #footer .content-wrapper .linha-1 .container .links-redes .links-menu {
    text-align: center;
    flex-direction: column;
  }
}

#footer .content-wrapper .linha-1 .container .links-redes .links-menu a {
  letter-spacing: -.02em;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 157%;
  transition: color .3s cubic-bezier(.11, .7, 0, 1);
  position: relative;
  overflow: hidden;
}

#footer .content-wrapper .linha-1 .container .links-redes .links-menu .link:after {
  background-color: var(--primary-light);
  content: "";
  width: 100%;
  height: 2px;
  transition: transform .4s cubic-bezier(.11, .7, 0, 1);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
}

#footer .content-wrapper .linha-1 .container .links-redes .links-menu .link:hover:after {
  transform: scale(1);
}

#footer .content-wrapper .linha-1 .container .links-redes .redes-sociais {
  gap: 1rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

@media screen and (max-width: 600px) {
  #footer .content-wrapper .linha-1 .container .links-redes .redes-sociais {
    padding: unset;
  }
}

#footer .content-wrapper .linha-1 .container .links-redes .redes-sociais a.item {
  transition: scale .3s cubic-bezier(.11, .7, 0, 1);
}

#footer .content-wrapper .linha-1 .container .links-redes .redes-sociais a.item svg {
  color: var(--primary-light-30);
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 600px) {
  #footer .content-wrapper .linha-1 .container .links-redes .redes-sociais a.item svg {
    width: 24px;
    height: 24px;
  }
}

#footer .content-wrapper .linha-1 .container .links-redes .redes-sociais a.item:hover svg {
  color: var(--primary-light);
  transform: scale(1.2);
}

#footer .content-wrapper .linha-1 .container .links-redes .redes-sociais:after {
  content: "";
  background-color: #0003;
  width: 1px;
  height: 13rem;
  display: block;
  position: absolute;
  bottom: -5.75rem;
  left: -1px;
}

@media screen and (max-width: 1024px) {
  #footer .content-wrapper .linha-1 .container .links-redes .redes-sociais:after {
    display: none;
  }
}

#footer .content-wrapper .linha-2 {
  background: #540407;
  padding: 2.5rem 0;
}

@media screen and (max-width: 600px) {
  #footer .content-wrapper .linha-2 {
    padding: 2rem 0;
  }
}

#footer .content-wrapper .linha-2 .container {
  align-items: center;
  gap: 2.5rem;
  display: flex;
}

@media screen and (max-width: 600px) {
  #footer .content-wrapper .linha-2 .container {
    flex-direction: column;
  }
}

#footer .content-wrapper .linha-2 .container .infos-contact {
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: .75rem 0;
  display: flex;
}

#footer .content-wrapper .linha-2 .container .infos-contact .icon {
  transition: all .3s ease-in;
}

#footer .content-wrapper .linha-2 .container .infos-contact .icon svg {
  color: var(--primary-light-30);
  width: 32px;
  height: 32px;
}

#footer .content-wrapper .linha-2 .container .infos-contact .content {
  align-items: center;
  gap: 4px;
  display: grid;
}

#footer .content-wrapper .linha-2 .container .infos-contact .content .title {
  letter-spacing: -.02em;
  color: var(--white);
  margin: unset;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

#footer .content-wrapper .linha-2 .container .infos-contact .content .link {
  letter-spacing: -.02em;
  color: var(--primary-light-30);
  font-size: .875rem;
  font-weight: 500;
  line-height: 157%;
}

#footer .content-wrapper .linha-2 .container .infos-contact:hover .icon {
  transform: scale(1.2);
}

#footer .content-wrapper .linha-2 .container .infos-contact:hover .link {
  color: var(--white);
  text-decoration: underline;
}

#footer .content-wrapper .linha-3 {
  background: linear-gradient(219deg, #611619 0%, #540407 100%), #270304;
  padding: 1rem 0;
}

@media screen and (max-width: 600px) {
  #footer .content-wrapper .linha-3 {
    padding: 24px;
  }
}

#footer .content-wrapper .linha-3 .copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 600px) {
  #footer .content-wrapper .linha-3 .copy {
    flex-direction: column;
    gap: 1.5rem;
  }
}

#footer .content-wrapper .linha-3 .copy span {
  letter-spacing: -.02em;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 157%;
}

#footer .content-wrapper .linha-3 .copy .logo-ndt {
  width: 48px;
  height: 20px;
}

#footer .select_lang {
  background: none;
  width: max-content;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #footer .select_lang {
    margin: 0 auto;
  }
}

#footer select {
  border: none;
  border-radius: .5rem;
  padding: .375rem;
}

#footer select:focus {
  width: auto;
  min-width: max-content;
}

#footer .box-lang {
  position: relative;
}

#footer .box-lang .select-option {
  cursor: pointer;
  align-items: center;
  gap: .5rem;
  width: 5rem;
  display: flex;
}

@media screen and (max-width: 600px) {
  #footer .box-lang .select-option {
    width: max-content;
  }
}

#footer .box-lang .select-option img {
  width: 1.25rem;
  height: 1.25rem;
}

#footer .box-lang .select-option p {
  letter-spacing: -.02em;
  color: var(--white);
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}

#footer .box-lang .select-option svg {
  transition: transform .3s linear;
}

#footer .box-lang .select-option svg path {
  fill: var(--primary-light-30);
}

#footer .box-lang .select-option svg.active {
  transform: rotate(-180deg);
}

#footer .box-lang .select-option svg.active path {
  fill: var(--primary-light-30);
}

#footer .box-lang .ul_select_lang {
  pointer-events: none;
  z-index: 4;
  max-height: 0;
  transition: max-height .3s ease-in;
  position: absolute;
  overflow: hidden;
}

#footer .box-lang .ul_select_lang.active {
  pointer-events: visible;
  width: max-content;
  max-height: 20rem;
}

#footer .box-lang .ul_select_lang li {
  background-color: var(--primary-pure);
  cursor: pointer;
  align-items: center;
  gap: .5rem;
  transition: background-color .2s ease-in;
  display: flex;
  padding: .5rem !important;
}

#footer .box-lang .ul_select_lang li:hover {
  background-color: var(--primary-light-30);
}

#footer .box-lang .ul_select_lang li:hover p {
  color: var(--primary-dark);
  font-weight: 500;
}

#footer .box-lang .ul_select_lang li p {
  pointer-events: none;
  letter-spacing: -.02em;
  color: var(--white);
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}

#footer .box-lang .ul_select_lang li img {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
}

.instagram-gallery-medium {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0 1.75rem;
  display: flex;
}

.instagram-gallery-medium > a {
  cursor: pointer;
  border-radius: .5rem;
  padding-top: 116%;
  position: relative;
  overflow: hidden;
}

.instagram-gallery-medium > a > video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#instafeed {
  width: 100%;
  display: grid;
}

#instafeed .swiper-acompanhe-nos {
  width: 100%;
  margin-top: 3.5rem;
  display: grid;
}

@media screen and (max-width: 600px) {
  #instafeed .swiper-acompanhe-nos {
    margin-top: 32px;
  }
}

#instafeed .swiper-slide {
  position: relative;
}

#instafeed .swiper-slide > div {
  border-radius: .5rem;
  margin-top: -8.5px;
  position: relative;
  overflow: hidden;
}

#instafeed .swiper-slide > div:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#instafeed .swiper-slide > div:hover .content {
  display: flex;
}

#instafeed .swiper-slide > div:hover:after {
  background: linear-gradient(0deg, #090a1a0d, #090a1a0d), linear-gradient(0deg, #0003, #0003);
}

#instafeed a {
  cursor: pointer;
  border-radius: .5rem;
  width: 100%;
  padding-top: 116%;
  display: block;
  position: relative;
  overflow: hidden;
}

#instafeed a video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

#instafeed .content {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: max-content;
  transition: all .3s ease-in;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#instafeed .content svg {
  color: var(--white);
  width: 32px;
  height: 32px;
}

#instafeed .content span {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 143%;
}

main {
  overflow: hidden;
}

html[lang="pt-br"] .cardapio[data-cardapio="PT"], html[lang="pt"] .cardapio[data-cardapio="PT"] {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  html[lang="pt-br"] .cardapio[data-cardapio="PT"], html[lang="pt"] .cardapio[data-cardapio="PT"] {
    display: none !important;
  }
}

html[lang="pt-br"] .cardapio-mobile[data-cardapio="PT"], html[lang="pt"] .cardapio-mobile[data-cardapio="PT"] {
  display: none !important;
}

@media screen and (max-width: 768px) {
  html[lang="pt-br"] .cardapio-mobile[data-cardapio="PT"], html[lang="pt"] .cardapio-mobile[data-cardapio="PT"] {
    display: flex !important;
  }
}

html[lang="en"] .cardapio[data-cardapio="EN"] {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  html[lang="en"] .cardapio[data-cardapio="EN"] {
    display: none !important;
  }
}

html[lang="en"] .cardapio-mobile[data-cardapio="EN"] {
  display: none !important;
}

@media screen and (max-width: 768px) {
  html[lang="en"] .cardapio-mobile[data-cardapio="EN"] {
    display: flex !important;
  }
}

[data-lang] {
  display: none;
}

html[lang="pt-br"] [data-lang="pt"], html[lang="pt"] [data-lang="pt"], html[lang="en"] [data-lang="en"] {
  display: block;
}

html[lang="en"] .hidden-title-en {
  display: none;
}

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