@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ms+Madi&display=swap");

/* ------------------------------------------ */
/*         CUSTOM PROPERTIES       */
/* ------------------------------------------ */

:root {
  --azul-palacio: 223, 100%, 7%;
  --dourado-palacio: 39, 70%, 51%;
  --clr-dark: 0, 0%, 0%;
  --clr-branco: 0, 0%, 100%;

  /* FONT-FAMILIES */
  --fonte-principal: "Montserrat";
  --fonte-secundaria: "haigrast";
}

/* ------------------------------------------ */
/*         RESET        */
/* ------------------------------------------ */

/* BOX SIZING */

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

/* RESET MARGINS */

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
  margin: 0;
}

/* SET UP THE BODY */

body {
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

/* MAKE IMAGES EASIER TO WORK WITH */

img,
picture {
  max-width: 100%;
  display: block;
}

/* MAKE FORMS ELEMENTS EASIER TO WORK WITH */
input,
button,
textarea,
select {
  font: inherit;
}

/* REMOVE ANIMATIONS FOR PEOPLE WHO'VE TURNED THEM OFF */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ------------------------------------------ */
/*         UTILITY CLASSES        */
/* ------------------------------------------ */

a {
  text-decoration: none !important ;
}

.flex {
  display: flex;
  gap: var(--gap, 1rem);
}

.grid {
  display: grid;
  gap: var(--gap, 1rem);
}

.container {
  padding-inline: 2em; /*é o padding apenas na esquerda e direita*/
  margin-inline: auto;
  max-width: 80rem; /* 1280px */
}

.sr-only {
  /*acessibilidade para quem usa equipamento para ler tela*/
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line*/
  border: 0;
}

/* COLORS SECTION */

.bg-preto {
  background-color: hsl(var(--clr-dark));
}

.bg-branco {
  background-color: hsl(var(--clr-branco));
}

.bg-azul-palacio {
  background-color: hsl(var(--azul-palacio));
}

.bg-dourado-palacio {
  background-color: hsl(var(--dourado-palacio));
}

/* ------------------------------------------ */
/*      CLASSES PARA TIPOGRAFIA E BOTÕES      */
/* ------------------------------------------ */

.title-page {
  font-family: var(--fonte-principal);
  color: #ffffff;
  letter-spacing: 4.3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  font-style: normal;
  text-align: center;
  position: relative;
  z-index: 1000;
  margin-top: 16px;
}

.below-title {
  /* ARRUMAR ESPAÇAMENTO*/
  font-family: var(--fonte-secundaria) !important;
  color: hsl(var(--dourado-palacio));
  font-size: 44px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}

.text-below-title {
  font-family: var(--fonte-principal) !important;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.96px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.subtitle-page {
  font-family: var(--fonte-principal) !important;
  color: hsl(var(--clr-dark));
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 4.62px;
  text-align: center;
  position: relative;
  z-index: 1000;
}

.subtitle-below-title {
  /* ARRUMAR ESPAÇAMENTO*/
  font-family: var(--fonte-secundaria);
  color: hsl(var(--dourado-palacio));
  font-size: 44px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}

.carrossel-diferenciais-title {
  font-family: var(--fonte-principal);
  color: hsl(var(--clr-dark));
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-align: center;
  text-transform: uppercase;
}

.carrossel-diferenciais-text {
  font-family: var(--fonte-principal);
  color: hsl(var(--clr-dark));
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.96px;
  text-align: center;
}

.carrossel-mestres-title {
  font-family: var(--fonte-principal);
  color: hsl(var(--clr-dark));
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.64px;
}

.carrossel-mestres-text {
  font-family: var(--fonte-principal);
  color: hsl(var(--clr-dark));
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.72px;
}

.menu-text {
  font-family: var(--fonte-principal);
  color: hsl(var(--clr-dark));
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.53px;
}

.menu-footer {
  font-family: var(--fonte-principal);
  color: hsl(var(--clr-branco));
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.53px;
  text-align: left;
}

.menu-botao-reserve {
  display: inline-block;
  width: 155px;
  height: 40px;
  background-color: hsl(var(--clr-branco));
  color: hsl(var(--azul-palacio));
  font-family: var(--fonte-principal);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.205px;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: #ffff;
  border: 1px solid #ffff;
  text-transform: uppercase;
}

.menu-botao-reserve:hover {
  background-color: hsl(var(--azul-palacio));
  color: #ffff;
  border: 1px solid hsl(var(--azul-palacio));
}

.botao-area-menu {
  margin-right: 3rem;
}

.saiba-mais-botao {
  display: inline-block;
  width: 150px;
  height: 27px;
  background-color: transparent;
  color: hsl(var(--azul-palacio));
  font-family: var(--fonte-principal);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.323px;
  border-radius: 0;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  transition: border 0.3s ease-in-out;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-bottom: 1px solid hsl(var(--azul-palacio));
}

.saiba-mais-botao:hover {
  border: 1px solid hsl(var(--azul-palacio)); /* Change color as needed */
}

.video-youtube {
  aspect-ratio: 16 / 9;
  width: 65%;
}

/* ------------------------------------------ */
/*          CLASSES DO DESIGN SYSTEM          */
/* ------------------------------------------ */

/* O >* QUER DIZER QUE ESTÁ SELECIONANDO TUDO O QUE ESTÁ DENTRO DAQUELE ELEMENTO QUE RECEBEU A CLASSE */
.underline-indicator > * {
  cursor: pointer;
  padding: var(--underline-gap, 1rem) 0;
  border: 0;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0);
}

.underline-indicator > *:hover,
.underline-indicator > *:focus {
  border-color: rgba(0, 0, 0, 0.5);
}

.underline-indicator > .active,
.underline-indicator > [aria-selected="true"] {
  color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}

.tab-list {
  gap: 2rem;
}

.dot-indicators > * {
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.25);
}

.dot-indicators > *:hover,
.dot-indicators > *:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.dot-indicators > [aria-selected="true"] {
  background-color: rgba(0, 0, 0, 1);
}

.number-indicators > * {
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid hsl(var(--azul-palacio));
  background-color: hsl(var(--clr-branco));
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 0 1em;
}

.number-indicators > *:hover,
.number-indicators > *:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.number-indicators > [aria-selected="true"] {
  background-color: rgba(0, 0, 0, 1);
}

/* ------------------------------------------ */
/*                CSS HOME PAGE               */
/* ------------------------------------------ */

/*  === HEADER === */
header {
  width: 100vw;
  height: 100vh;
  background-image: url("assets/backgroundSobre.png");
  background-position: bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.pattern-logo {
  background-image: url("assets/patternDourado.png");
  background-color: rgba(255, 255, 255, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.logo {
  display: flex;
  justify-content: center;
  position: relative;
  left: 8%;
}

.primary-navigation {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  --underline-gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

@supports (backdrop-filter: blur(1rem)) {
  .primary-navigation {
    background: hsl(0 0% 100% / 0.1);
    backdrop-filter: blur(1.5em);
  }

  .pattern-logo {
    background-color: hsl(0 0% 100% / 0.1);
    backdrop-filter: blur(0.5em);
  }
}

.button-scroll-area {
  display: flex;
  justify-content: center;
}

.button-scroll-area > a {
  font-family: var(--fonte-principal);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2.3px;
  font-weight: 500;
  text-transform: uppercase;
}

.logo-mobile {
  display: none;
}

.botao-reserve-mobile {
  display: none;
}

.logo-simbolo {
  display: flex;
}

.logo-simbolo img {
  display: none;
}

.menu-mobile-botao {
  display: none;
}

.section-carousel-diferenciais {
  margin-bottom: 80px;
}

/* ------------------------------------------ */
/*           CSS HOME PAGE MOBILE             */
/* ------------------------------------------ */

@media (max-width: 1090px) {
  .menu-text {
    font-size: 13px;
  }

  .primary-navigation {
    gap: 1rem;
  }

  .botao-area-menu {
    margin-right: 1rem;
  }

  .logo {
    left: 10%;
  }
}

@media (max-width: 768px) {
  .pattern-logo {
    display: none;
  }

  .logo-mobile {
    display: block;
    margin-bottom: 2rem;
  }

  .primary-navigation {
    position: fixed;
    inset: 0 0 0 0;
    background: hsl(0 0% 100% / 1);
    flex-direction: column;
    padding: min(30vh, 3rem) 3rem 2em;
    z-index: 1000;

    transform: translateX(100%);
    transition: transform 350ms ease-out;
  }

  .primary-navigation[data-visible="true"] {
    transform: translateX(0%);
  }

  .underline-indicator > * {
    padding: 8px;
  }

  .flex {
    gap: var(--gap, 0);
  }

  .menu-text {
    font-size: 12px;
  }

  .menu-botao-reserve {
    width: 92px;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
  }

  .botao-reserve-mobile {
    display: block;
    margin-top: 2rem;
  }

  .logo-simbolo img {
    display: block;
    padding: 2rem;
  }

  .menu-mobile-botao {
    display: block;
    position: absolute;
    background-image: url("assets/menu.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    width: 2rem;
    aspect-ratio: 1;
    top: 2rem;
    right: 2rem;
    z-index: 9999;
  }

  .menu-mobile-botao[aria-expanded="true"] {
    background-image: url("assets/close.svg");
  }

  .nav-menu {
    position: fixed;
    width: 100vw;
  }

  .menu-fixo {
    position: relative;
  }

  .back {
    background: hsl(0 0% 100% / 1);
    position: relative;
    z-index: 2000;
    display: flex;
    justify-content: space-around;
    padding-left: 5rem;
  }

  .video-youtube {
    aspect-ratio: 16 / 9;
    width: 90%;
  }

  @supports (backdrop-filter: blur(1rem)) {
    .primary-navigation {
      background: hsl(0 0% 100% / 0.2);
      backdrop-filter: blur(1.5em);
    }

    .back {
      background: hsl(0 0% 100% / 0.2);
      backdrop-filter: blur(1.5em);
      position: relative;
      z-index: 2000;
    }
  }

  .section-carousel-diferenciais {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .subtitle-page {
    font-size: 25px;
  }

  .title-page {
    font-weight: 800;
    font-size: 28px;
    margin-top: 12px;
    font-family: "Monteserrat";
  }

  .below-title {
    display: none;
  }

  header {
    background-image: url("assets/backgroundSobre.png");
    background-position: bottom;
    height: 50vh;
  }

  .button-scroll-area {
    display: none;
  }
}

/* ------------------------------------------ */
/*               CSS HOME PAGE                */
/* ------------------------------------------ */

.maior {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}

.holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section-text {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.saiba-mais-botao-area {
  display: flex;
  justify-content: center;
}

.separador {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
}

.icones {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 64px 0;
}

footer {
  background-color: hsl(var(--azul-palacio));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}

.rodape {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.menu-rodape {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
}

.mapa-footer iframe {
  height: 211px;
  width: 211px;
}

.endereco-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.endereco-footer h4 {
  color: var(--BRANCO, #fff);
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.86px;
}

.endereco-footer p {
  color: var(--BRANCO, #fff);
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06px;
  text-align: center;
}

.telefones-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.telefones-footer h5 {
  color: var(--BRANCO, #fff);
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.86px;
}

.telefones-footer a {
  text-decoration: none;
  color: var(--BRANCO, #fff);
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06px;
  text-align: center;
}

.img-tarcilia-sobre {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-below-tarcilia {
  padding: 40px 16px;
}

.como-chegar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.logo-meio-menu {
  display: none;
}

.botao-reserve-banner {
  display: inline-block;
  width: 83px;
  height: 24px;
  background-color: hsl(var(--azul-palacio));
  color: #fff;
  font-family: var(--fonte-principal);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.205px;
  border-radius: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: #ffff;
  border: 1px solid hsl(var(--azul-palacio));
  text-transform: uppercase;
}

.botao-reserve-banner:hover {
  background-color: hsl(var(--dourado-palacio));
  color: #000;
  border: 1px solid hsl(var(--dourado-palacio));
}

@media (max-width: 768px) {
  .botao-reserve-banner {
    width: 83px;
    height: 20px;
    line-height: 8px;
    font-size: 8px;
  }

  .icones {
    gap: 32px;
  }

  .icones img {
    height: 32px;
  }

  .separador {
    margin: 2rem 0;
  }

  .logo-meio-menu {
    display: block;
  }
}

@media (max-width: 1024px) {
  footer {
    height: 400px;
  }

  .rodape {
    flex-direction: column;
    gap: 32px;
  }

  .menu-rodape {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 2rem;
    gap: 16px;
    opacity: 0.8;
  }

  .telefones-footer {
    flex-direction: row;
  }
}

.copyright {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 8px;
}

.copyright h5 {
  font-family: Montserrat;
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 768px) {
  .copyright {
    flex-direction: column;
    gap: 8px;
  }

  .copyright h5 {
    font-size: 10px;
  }
}

.links-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.link-button {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 1rem;
  background-color: hsl(var(--azul-palacio));
  color: hsl(var(--clr-branco));
  text-align: center;
  text-decoration: none;
  font-family: var(--fonte-principal);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.link-button:hover {
  background-color: hsl(var(--dourado-palacio));
}

.reserve-button {
  background-color: hsl(var(--dourado-palacio));
  font-weight: 600;
}

.reserve-button:hover {
  background-color: hsl(var(--azul-palacio));
}

.logo-palacio {
  background-color: black;
  width: 100px;
  height: 100px;
  padding: 16px;
  border-radius: 999px;
}
.logo-palacio2 {
  width: 200px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.accordion-body {
  padding: 16px 0px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px !important;
}

.preco-accordion {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-family: var(--fonte-principal);
}

.slide-container {
  padding: 0 12px !important;
}

.accordion-button:not(.collapsed) {
  background: #000a24 !important;
  color: #fff !important;
}

button.accordion-button {
  font-family: var(--fonte-principal);
}

body {
  background-image: url(assets/backgroundHome.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
