:root {
  --background-color: #08070f;
  --background-cards: #000000;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  color: #8d869e;
  padding: 0;
  margin: 0;
}

.bg-primarycards {
  background-color: var(--background-cards);
}

.price-table2 {
  border-color: #000000;
  border-radius: 8px;
  background-color: #050505;
  overflow: hidden;
}

.bg-primarycards2 {
  background-color: var(--background-cards);
}

.textoprimario {
  color: #000000;
}

.textoprimario2 {
  color: #ffffff;
}

.textomarcado {
  color: #442efa;
}

.textosegundario {
  color: #8d869e;
}

.outrostexto {
  color: #ccc6da;
}

.textoscards {
  color: #998cff;
}

::-webkit-scrollbar {
  width: 3.5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #442efa;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
  background: #442efa;
}

::selection {
  background-color: #030303;
  color: white;
}

.btn-planos {
  color: white;
  background-color: #000000;
  border-radius: 5px;
  font-weight: 600;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-planos::before {
  content: "PODER MÁXIMO";
  position: absolute;
  top: 7px; /* Ajuste a posição vertical conforme necessário */
  right: 60px;
  transform: translate(50%, -50%);
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  width: 120px;
  text-align: center;
  background: linear-gradient(to right, rgb(255, 0, 0), rgb(0, 255, 0), rgb(0, 0, 255));
  background-size: 200% 100%;
  animation: moveGradient 5s linear infinite;
  z-index: 2; /* Coloca o texto sobre os botões */
}

@keyframes moveGradient {
  0% {
      background-position: 0 0;
  }
  100% {
      background-position: -500% 0;
  }
}

.nav-link.btn-planos2 {
  position: relative;
  color: white;
  background-color: #000000;
  border-radius: 5px;
  font-weight: 600;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
}

.nav-link.btn-planos2::before {
  content: "MÁXIMO DESEMPENHO";
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: rgb(255, 0, 0); /* Cor vermelha */
  color: white;
  padding: 4px;
  border-radius: 5px;
  font-size: 12px;
  background: linear-gradient(to right, rgb(81, 0, 255), rgb(242, 0, 255), rgb(81, 0, 255));
  background-size: 200% 100%;
  animation: moveGradient 5s linear infinite;
  z-index: 2; /* Coloca o texto sobre os botões */
}

@keyframes moveGradient {
  0% {
      background-position: 0 0;
  }
  100% {
      background-position: -500% 0;
  }
}



.btn-localizacao {
  color: white;
  background-color: #000000;
  border-radius: 5px;
  font-weight: 600;
  padding: 15px 30px;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-custom {
  color: white;
  background-color: #000000;
  border-radius: 5px;
  font-weight: 600;
  padding: 10px 40px;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-customwhite {
  color: black;
  background-color: white;
  border-radius: 5px;
  font-weight: 600;
  padding: 10px 40px;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-custom2 {
  color: white;
  background-color: #000000;
  border-radius: 10px;
  font-weight: 450;
  padding: 8px 10px;
  transition: background-color 0.3s, transform 0.3s;

}

.btn-custom3 {
  color: white;
  background-color: #000000;
  border-radius: 10px;
  font-weight: 450;
  padding: 10px 1px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 59%;
}

.btn-customftr {
  color: white;
  background-color: #000000;
  border-radius: 15px;
  font-weight: 450;
  padding: 8px 50px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 59%;
}

.btn-customftr2 {
  color: rgb(255, 255, 255);
  background-color: #000000;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 55px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 70%;
}

.btn-custommine {
  color: rgb(255, 255, 255);
  background-color: #000000;
  border-radius: 5px;
  font-weight: 600;
  padding: 10px 2px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 59%;
}

.btn-custom4 {
  color: white;
  background-color: #000000;
  border-radius: 10px;
  font-weight: 450;
  padding: 10px 1px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 74%;
}

.btn-customvps {
  color: white;
  background-color: #000000;
  border-radius: 5px;
  font-weight: 450;
  font-size: 80%;
  padding: 3px 7px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 100%;
}

.btn-customdedicado {
  color: white;
  background-color: #000000;
  border-radius: 10px;
  font-weight: 450;
  padding: 10px 1px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 45%;
}

.btn-customselecionado {
  color: white;
  background-color: #000000;
  border-radius: 9px;
  font-weight: 450;
  padding: 9px 1px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 80%;
}

.btn-customselecionado2 {
  color: black;
  background-color: white;
  border-radius: 9px;
  font-weight: 600;
  padding: 9px 1px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 100%;
}

.btn-customselecionadomine {
  color: white;
  background-color: #000000;
  border-radius: 9px;
  font-weight: 450;
  padding: 9px 1px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 80%;
}

.btn-custom5 {
  color: white;
  background-color: #000000;
  border-radius: 10px;
  font-weight: 450;
  padding: 10px 1px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 94%;
}

.btn-custom7 {
  color: white;
  background-color: #000000;
  border-radius: 10px;
  font-weight: 450;
  padding: 10px 1px;
  transition: background-color 0.3s, transform 0.3s;
  max-width: 94%;
}

.btn-custom:hover {
  color: black;
  background-color: white;
  transform: scale(0.9);
}

.btn-customwhite:hover {
  color: white;
  background-color: black;
  transform: scale(0.9);
}

.nav-link {
  position: relative;
  transition: color 0.3s;
  text-decoration: none;
  margin-right: 20px;
}

.nav-link .fa-chevron-down {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}

.nav-link:hover {
  color: #ffffff;
}

.subidioma {
  display: none;
  position: absolute;
  background-color: #000000;
  padding: 10px;
  border-radius: 10px;
  top: calc(54% + 0px);
  left: 0;
  z-index: 1;
  width: 128px;
  color: #000000;
}

.nav-item:hover .subidioma {
  display: block;
}

.subidioma-item {
  margin: 4px 0;
  color: #ccc;
  text-decoration: none;
  display: block;
}

.subidioma-item:hover {
  color: #fff;
}

.submenu {
  display: none;
  position: absolute;
  background-color: #000000;
  padding: 15px;
  border-radius: 10px;
  top: calc(59% + 15px);
  left: 0;
  z-index: 1;
  width: 370px;
  color: #000000;
}

.nav-item:hover .submenu {
  display: block;
}

.submenu-item {
  margin: 4px 0;
  color: #ccc;
  text-decoration: none;
  display: block;
}

.submenu-item:hover {
  color: #fff;
}

.btn-custom-outlineoff {
  border: none;
  color: white;
  font-weight: 600;
}

.card-custom-body {
  border: none;
  background-color: transparent;
}

.card-custom {
  border: none;
  background-color: transparent;
}

.scroll-fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.scroll-fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.card-minecraft-custom {
  background-color: #181627;
  border-radius: 20px;
}

.bubble {
  background-color: #ffffff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

.card-minecraft-customimage {
  max-width: max-content;
  position: relative;
  width: 619px !important;
  height: 458px;
  margin: -64px;
}

.bubbl {
  background-color: #442efa;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.feature-icon-custom {
  color: #000000;
}

.card-custom-avaliabe {
  background-color: #000000;
  border-radius: 10px;
  color: #ffffff57;
}

.card-custom-avaliabe:hover {
  background-color: #000000;
  cursor: pointer;
  border-radius: 10px;
  color: #ffffff;
}

.notification {
  display: none;
  position: fixed;
  top: 10px;
  z-index: 999;
  left: 10px;
  border-radius: 10px;
  background-color: #181627;
  color: #8d869e;
  padding: 10px;
}

.progress-bar {
  height: 5px;
  background-color: #442efa;
  margin-top: 5px;
  top: 33px;
  left: 0px;
  /* border-radius: 5px; */
  z-index: 9998;
  animation: progress 3s linear;
  position: absolute;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

@keyframes progress {
  0% {
    width: 100%;
    border-bottom-right-radius: 0px;
  }
  100% {
    width: 0%;
  }
}

@keyframes progress-fill {
  0% {
    width: 100%;
  }
}

.customgomes {
  margin-left: 5%; /* Ajuste o valor conforme necessário */
}

.novo-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: white;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 7px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.3s ease;
}

.whatsapp-button a:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 35px;
  height: 35px;
}

.top-bar {
  width: 100%;
  background-color: #000000;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 12px 0;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}

.top-bar p {
  position: absolute;
  white-space: nowrap;
  animation: slide 21s infinite linear;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centraliza o texto vertical e horizontalmente */
}

@keyframes slide {
  from {
      transform: translateX(70%); /* Começa à direita da tela */
  }
  to {
      transform: translateX(-200%); /* Move para a esquerda completamente */
  }
}

.seta {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black; /* Cor da seta */
  cursor: pointer;
  animation: bounce 1.5s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Define o quanto a seta vai "subir" */
  }
}

/* style.css - Isolado para o Chat */

/* Reset de estilos padrão */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilo do botão de chat flutuante */
#chatButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(0, 0, 0); /* Cor RGB vibrante */
  color: white;
  border: none;
  padding: 15px 15px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 18px;
  z-index: 9999; /* Garante que o chat esteja acima de outros elementos */
}

#chatButton:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

/* Animação RGB contínua no botão */
@keyframes rgbButtonAnimation {
  0% {
      background-color: rgb(255, 0, 150);
  }
  25% {
      background-color: rgb(0, 255, 255);
  }
  50% {
      background-color: rgb(0, 255, 0);
  }
  75% {
      background-color: rgb(255, 255, 0);
  }
  100% {
      background-color: rgb(255, 0, 150);
  }
}

/* Caixa do chat */
#chatBox {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 350px;
  height: 500px;
  display: none;
  flex-direction: column;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.3);
  overflow-y: hidden;
  border-radius: 10px 10px 0 0;
  animation: rgbHeaderAnimation 5s infinite linear; /* Animação RGB no cabeçalho */
  z-index: 9999; /* Garante que o chat esteja acima de outros elementos */
}

/* Animação de cores RGB para o cabeçalho */
@keyframes rgbHeaderAnimation {
  0% {
      background-color: rgb(255, 0, 150);
  }
  25% {
      background-color: rgb(0, 255, 255);
  }
  50% {
      background-color: rgb(119, 0, 255);
  }
  75% {
      background-color: rgb(255, 0, 76);
  }
  100% {
      background-color: rgb(255, 0, 150);
  }
}

/* Cabeçalho do chat */
#chatHeader {
  background-color: rgb(255, 255, 255); /* Cor RGB vibrante */
  padding: 10px;
  display: flex;
  flex-direction: column; /* Alterado para centralizar o subtítulo */
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 0 0;
  color: white;
}

#chatHeader h3 {
  margin: 1px;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.subtitle {
  margin-top: 0px;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

/* Fechamento do chat */
#closeChat {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

#closeChat:hover {
  color: rgb(255, 0, 0); /* Cor vermelha no hover */
  transition: color 0.3s ease;
}

/* Mensagens do chat */
#chatMessages {
  padding: 15px;
  flex: 1;
  overflow-y: auto;
  background-color: rgb(255, 255, 255); /* Fundo branco para as mensagens */
  display: flex;
  flex-direction: column;
  margin-bottom: 0; /* Corrigindo o espaçamento extra */
}

/* Estilo das mensagens */
.user-message, .bot-message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  max-width: auto;
  animation: fadeIn 0.5s ease-in-out;
}

.user-message {
  align-self: flex-end;
  background-color: rgb(0, 123, 255); /* Azul vibrante para as mensagens do usuário */
  color: white;
}

.bot-message {
  background-color: rgb(240, 240, 240); /* Cor suave para as mensagens do bot */
  color: black;
}

.bot-container {
  display: flex;
  align-items: center;
}

.bot-name {
  color: rgb(0, 0, 0); /* Nome do bot verde vibrante */
  font-weight: bold;
}

.bot-message-text {
  background-color: rgb(240, 240, 240);
  margin-left: 5%;
  border-radius: 5px;
  color: black;
}


/* Input de mensagem */
#userMessageContainer {
  display: flex;
  align-items: center;
  justify-content: center; /* Centralizando o campo de mensagem e o botão */
  width: 100%;
  padding: 10px;
  background-color: rgb(255, 255, 255); /* Fundo branco para o container do input */
  border-top: 1px solid rgb(200, 200, 200); /* Linha divisória */
}

#userMessage {
  width: 80%; /* Ajustado para que o campo ocupe 80% da largura */
  padding: 12px;
  border: none;
  font-size: 16px;
  background-color: rgb(240, 240, 240); /* Fundo suave para o campo de entrada */
  color: #333;
  outline: none;
  transition: background-color 0.5s ease, transform 0.3s ease;
}

#userMessage:focus {
  background-color: rgb(255, 255, 255); /* Fundo branco ao focar no campo de input */
}

/* Botão enviar */
#sendMessage {
  background-color: rgb(0, 0, 0); /* Cor ciano para o botão enviar */
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  margin-left: 10px;
}

/* Animação de cores RGB para o cabeçalho */

/* Texto no rodapé */
.footer-text {
  text-align: center;
  font-size: 12px;
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  margin-bottom: 3px;
}

/* Animação de fade-in para as mensagens */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* Responsividade */
@media (max-width: 768px) {
  #chatBox {
      width: 90%;
      height: 450px;
  }

  #chatButton {
      bottom: 15px;
      right: 15px;
      padding: 12px 20px;
  }

  #userMessageContainer {
      flex-direction: column;
  }

  #userMessage {
      width: 100%; /* Ajustando para ocupar todo o espaço */
  }

  #sendMessage {
      margin-top: 10px;
      width: 100%; /* Tornando o botão de envio em linha com o campo de entrada */
  }
}

@media (max-width: 480px) {
  #chatBox {
      width: 95%;
      height: 400px;
  }

  #chatButton {
      bottom: 10px;
      right: 10px;
      padding: 12px 18px;
  }

  #userMessageContainer {
      flex-direction: column;
  }

  #userMessage {
      width: 100%; /* Ajustando para ocupar todo o espaço */
  }

  #sendMessage {
      margin-top: 10px;
      width: 100%; /* Tornando o botão de envio em linha com o campo de entrada */
  }
}

/* Cartões de planos */
/* Cartões de planos */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px; /* Definido uma altura mínima */
  padding: 10px; /* Garante que o conteúdo interno tenha espaço para a borda */
}

/* Aumentando o espaço entre os cards */
.row > .col-md-6 {
  margin-bottom: 20px; /* Distância entre os cards */
}

/* Estilo para o card selecionado */
.card.selected {
  border: 2px solid #000; /* Borda preta quando selecionado */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Sombra mais forte */
}

/* Cartões de conteúdo */
.card-body2 {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* Ajuste no título para exibir texto completo */
.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 15px;
  text-transform: uppercase;
  white-space: normal; /* Permite quebra de linha se necessário */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%; /* Garante que o título ocupe toda a largura */
}

.indisp {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
    filter: grayscale(100%);
    pointer-events: auto;
}

.indisp::before {
    content: "SEM ESTOQUE";
    position: absolute;
    top: -10px;
    left: -3px;
    background-color: #000000; /* vermelho mais forte */
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    z-index: 20;
    letter-spacing: 1px;
    border: 5px
}




.card-title2 {
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 15px;
  text-transform: uppercase;
  white-space: normal; /* Permite quebra de linha se necessário */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%; /* Garante que o título ocupe toda a largura */
}

/* Ajuste no texto */
.card-text {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
  white-space: normal; /* Permite quebra de linha */
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%; /* Garante que o texto ocupe toda a largura */
}

.card-img-top2 {
  width: 85px;
  height: auto;
  margin-top: -5%;
  margin-bottom: 15px;
}

.card-img-top3 {
  width: 85px;
  height: auto;
  margin-top: 1%;
  margin-bottom: 15px;
}

.card-img-top {
  width: 100%;
  height: auto;
  margin-top: -5%;
  margin-bottom: 15px;
}

/* Estilo para o resumo do plano */
#detalhes-plano {
  text-align: left;
  padding: 0;
  margin-top: 20px;
}

#detalhes-plano p {
  font-size: 16px;
  margin: 10px 0;
}

.categoria {
  font-size: 14px;
  color: #888; /* Categoria em letra pequena */
}

.valor {
  font-size: 18px;
  color: #333; /* Valor em letra maior */
  font-weight: 600;
}

/* Responsividade */
@media (max-width: 768px) {
  .col-md-4, .col-md-8 {
      flex: 0 0 100%;
  }
}

.promo-box {
  position: fixed;
  left: 20px;
  top: 83%;
  transform: translateY(-50%);
  width: 300px;
  background: linear-gradient(135deg, #ff0000, #000000);
  color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  font-family: Arial, sans-serif;
  text-align: center;
  z-index: 1000;
  border: 2px solid #ff0000;
}

.promo-box h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.promo-box p {
  font-size: 14px;
  line-height: 1.5;
}

.promo-box button {
  margin-top: 15px;
  padding: 10px 40px;
  background: #ff0000;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.promo-box button:hover {
  background: #ff0000;
}

/* Sidebar */
/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    right: -450px;
    width: 400px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    padding: 30px;
    box-sizing: border-box;
    transition: right 0.3s ease;
    z-index: 9999;
    border-radius: 10px 0 0 10px;
}

.sidebar.open {
    right: 0;
}

.sidebar-header {
    position: relative;
}

.sidebar-header h2 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

.subtitulo {
    margin-top: 4px;
    color: #666;
    font-size: 14px;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 18px;
}

.sidebar-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.infos p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.infos strong {
    color: black;
}

.preco {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
}

.preco p {
    margin: 5px 0;
}

.preco-desconto {
    color: #098339;
    font-weight: bold;
}

.alerta {
    color: #ff4444;
    font-weight: 500;
    margin-top: 10px;
}

.pagamento h4 {
    margin-bottom: 10px;
}

.pagamentos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.pagamentos img {
    height: 30px;
}

.btn-reservar {
    background: black;
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-reservar:hover {
    background: #333;
}


.btn-setinha {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #000000;
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    border: 5px
}

.bloco-hospedagem {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1250px;
  margin: 60px auto;
  padding: 40px;
  font-family: var(--fonte);
  color: #1a1a1a;
}

.hospedagem-intro {
  background: var(--cor-primaria);
  color: var(--cor-secundaria);
  flex: 1 1 40%;
  border-radius: var(--raio);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--sombra);
}

.hospedagem-titulo {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hospedagem-subtitulo {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.hospedagem-botao {
  background: var(--cor-secundaria);
  color: var(--cor-primaria);
  border: none;
  padding: 14px 24px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
  box-shadow: var(--sombra);
}

.hospedagem-botao:hover {
  background: var(--cor-hover);
  transform: translateY(-2px);
  box-shadow: var(--sombra-hover);
}

.hospedagem-cards {
  flex: 1 1 55%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.hospedagem-card,
.info-item {
  background: var(--cor-destaque);
  border: 1px solid var(--cor-borda);
  border-radius: var(--raio);
  padding: 24px;
  flex: 1 1 calc(50% - 10px);
  box-shadow: var(--sombra);
  transition: all 0.3s ease;
}

.hospedagem-card:hover,
.info-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--sombra-hover);
  background: #fff;
}

.hospedagem-card-titulo {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.hospedagem-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.hospedagem-info {
  display: flex;
  gap: 20px;
  flex: 1 1 100%;
  margin-top: 10px;
}

.info-item {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  background: #fefefe;
}

.info-item span {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  color: #777;
  font-size: 13px;
}