* {
    margin: 0;
    padding: 0;
  }
  
  body {
    overflow-x: hidden;
  
  
  
  }
  
  a {
    color: #1C2611;
    text-decoration: none;
    transition: 0.3s;
  }
  
  a:hover {
    opacity: 0.7;
  }
  
  .data-reservada {
    background: #f50505 !important;
    color: white !important;
    border-radius: 50%;
    cursor: not-allowed;
    opacity: 0.6;
  }
  
  .data-disponivel {
    background: #4caf50 !important;
    color: white !important;
    border-radius: 50%;
    cursor: pointer;
  }
  
  
  .logo {
    font-size: 24px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bol2der;
    color: black;
    text-transform: uppercase;
    letter-spacing: px;
    margin: 28px;
  
  }
  /* Adicione ao seu style.css */
#pixModal {
    display: none;
    /* Mantenha o mesmo estilo do seu modal existente */
  }
  
  #pixModal img {
    display: block;
    margin: 0 auto 20px;
  }
  
  #finalizar-reserva {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
  }
  
  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: white;
    width: 100%;
    height: 15vh;
    
    z-index: 1000;
    
  }
  
  main {
    background-size: cover;
    height: 92vh;
  
  }
  
  .nav-list {
    list-style: none;
    display: flex;
    font-size: 20px;
    font-family: "Platypi", serif;
    
  
  }
  
  .nav-list li {
    letter-spacing: 3px;
    margin-left: 38px;
    
  }
  
  .mobile-menu {
    display: none;
    cursor: pointer;
    z-index: 20;
  }
  
  .mobile-menu div {
    width: 32px;
    height: 2px;
    background: black;
    margin: 8px;
    transition: 0.3s;
  }
  
  .no-scroll {
    overflow: hidden;
  }
  
  
  @media (max-width: 999px) {
    body {
      overflow-x: hidden;
      
  
  
  
    }
   
    
  
    #lu li {
  
      color: white;
  
  
    }
  
  
  
    .nav-list {
  
      position: absolute;
      top: 12vh;
      right: 0;
      width: 100vw;
      height: 90vh;
      background: #1C2611;
      flex-direction: column;
      align-items: center;
      display: flex;
      text-align: center;
      justify-content: space-evenly;
      margin: 0%;
      transform: translate(100%);
      transition: transform 0.3s ease-in;
      z-index: 15;
      
    }
  
    .nav-list li {
      margin-left: 0;
      opacity: 0;
  
  
  
    }
  
    li a {
      color: white;
  
    }
  
    .mobile-menu {
      display: block;
    }
  
    nav {
      background-color: whitesmoke;
      height: 12vh;
      position: fixed;
      z-index: 1000;
    }
  
  
    .nav-list.active {
      transform: translateX(0);
    }
  }
  
  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
  
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
  }
  
  .mobile-menu.active .line2 {
    opacity: 0;
  }
  
  .mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
  }
  
  .rolagem {
  
    width: 100vw;
    height: 80vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* Esconde a rolagem */
    position: relative;
  
    text-align: center;
    flex-direction: row;
    display: flex;
  }
  
  .rolagem img.active {
    opacity: 1;
  }
  
  .carousel {
    display: flex;
    width: 320%;
    /* Ajuste isso dependendo do número de imagens */
    height: 100%;
    transition: transform 1s ease-in-out;
    background-repeat: no-repeat;
  
  
  }
  
  .carousel img {
    width: 100vw;
    /* Ajuste isso para a largura desejada da imagem */
    height: 100%;
  
  
  
  }
  
  .reserva {
    width: 650px;
    height: 100px;
  
    list-style-type: none;
  
    position: absolute;
    display: flex;
  
    top: 25%;
    /* Centraliza verticalmente */
    left: 50%;
    /* Centraliza horizontalmente */
    transform: translate(-50%, -50%);
    /* Ajusta para centralizar */
    z-index: 10;
  
  
  }
  
  ul {
    margin: auto;
  }
  
  .data {
    margin: 5px;
    width: 165px;
    height: 30px;
    text-align: center;
    background-color: #ffffff;
    color: red;
    font-weight: bolder;
    border: #000;
  
  
  
  
  }
  
  #data_reserva {
    font-size: 18px;
  
  }
  
  #data_saida {
    font-size: 18px;
  
  
  
  
  }
  
  
  #adultos {
    width: 85px;
    font-size: 18px;
  }
  
  #criancas {
    width: 85px;
    font-size: 18px;
  
  
  }
  
  
  
  .data::placeholder {
    font-size: 12px;
  
    font-weight: bolder;
  
  
  
  }
  
  #btn {
    width: 80px;
    height: 31px;
    margin-top: 30px;
    background-color: red;
    color: white;
  
  
  }
  
  
  .reserva label {
    display: block;
    color: black;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
  
  }
  
  .flex-container {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
  
  
  
  }
  
  .flex-item label {
    color: #ffffff;
    font-family: "Platypi", serif;
    font-weight: bolder;
  
  }
  
  .reserva .flex-item {
    flex: 1;
  
  }
  
  
  
  .modal {
    display: none;
    /* Oculto por padrão */
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 49%;
  
  
  }
  
  .moda,
  p {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: justify;
    font-size: 18px;
  }
  
  .modal-content {
    background-color: #f0f0f0;
    padding: 18px;
    border-radius: 5px;
    width: 900px;
    
    height: auto;
    
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.651);
  }
  #info {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 5px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
  
  #info label {
    font-size: 18px;
    color: #333;
    
    align-items: center;
    
  }
  
  #info input {
    
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 15px;
    width: 150px;
    height: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.26);
  }
  
  .modal-content h3 {
    text-align: center;
  }
  
  .close {
    float: right;
    font-size: 20px;
    cursor: pointer;
  }
  
  .whatsapp-button {
    background-color: #25D366;
    height: 40px;
    width: 138px;
    color: white;
    border: none;
  
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    justify-content: center;
    text-decoration: none;
    display: inline-flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.445);
    align-items: center;
    margin: px;
  
  
  
  }
  
  .whatsapp-button:hover {
    background-color: #0c3a23;
  }
  
  #whatsappLink {
    text-align: center;
    font-size: 16px;
  
  
  
  }
  
  .obs {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #333;
  }
  
  .close h2 {
    font-size: px;
  }
  .button-container {
    display: flex;
    justify-content: center; /* Espaco igual entre os botões */
    gap: 20px; /* Espaço entre os botões */
    margin-bottom: 15px; /* Espaço entre o grupo de botões e outros elementos abaixo */
  }
  
  #confirmar {
    background-color: rgb(89, 211, 115);
    width: 138px;
    height: 40px;
   
    border-radius: 5px;
    color: white;
    border: 0px solid black;
    margin: 10px;
    
    
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.445);
  
  }
  #confirmar:hover{
    background-color: rgb(78, 77, 77);
  }
  #pix {
    background-color: red;
    width: 138px;
    height: 40px;

    margin: 10px;
    border-radius: 5px;
    color: white;
    border: 0px solid black;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.445);
  
  }
  #pix:hover{
    background-color: gray;
  }
  
  
  .carousel img.small-screen{
    display: none;
  }
  
  @media (max-width: 600px) {
  
    .carousel img {
      display: none; /* Oculta as imagens grandes */
    }
  
    .carousel img.small-screen {
      display: block; /* Exibe as imagens para telas pequenas */
      width: 100vw;
      height: 100%;
    }
  
    
    .modal-content {
      width: 320px;
      height: auto;
      background-color: #fffffffb;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.459);
      margin-bottom: 40%;
      
  
  
    }
    #info {
      display: flex;
      flex-direction: column;
      gap: 5px;
      
       
    }
    
    #info label {
      font-size: 15px;
      color: #333;
      text-align:  justify;
      align-items: center;
  
      
    }
    
    #info input {
      border-radius: 4px;
      border: 1px solid #ccc;
      background-color: white;
      color: black;
      font-size: 13px;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.26);
      font-size: 18px;
      width: 96%;
      height: 25px;
      padding: 5px; 
      margin-bottom: 3px; 
      text-align: center;
    
      
    }
  
    #confirmar {
      margin-top: 10px;
      width: 100%;
      height: 28px;
      background-color: #dd0b0b;
      font-weight: bolder;
      border: #0a0a0a;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.288);
    }
  
    #whatsappLink {
      width: 100%;
      height: 28PX;
      margin-top: 5px;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.288);
      text-align: center;
      font-size: 13px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
  
    .whatsapp-button {
      width: 100%;
      text-align: center;
      font-size: 18px;
      /*teste*/
  
    }
  
  
    .modal-content h3 {
      padding-bottom: 5px;
    }
  
    .moda,
    p {
      font-family: Arial, Helvetica, sans-serif;
      color: #0a0a0a;
      text-align: justify;
      font-size: 14px;
    }
  
    .obs {
      font-family: Arial, Helvetica, sans-serif;
      color: #0a0a0a;
      text-align: center;
      font-size: 14px;
    }
  
    .logo {
      font-size: 5vw;
      font-family: "Platypi", serif;
      
    
    }
  }
  
  
  @media (max-width: 600px) {
    .lgimg img{
      width: 80px;
      height: 90px;
      margin: 10px;
      
    }
  
    .flex-container {
      display: grid;
  
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto;
      grid-gap: 10px;
      justify-content: center;
      align-items: center;
  
  
    }
  
  
  
    .reserva {
  
      
      top: 50%;
      left: 50%;
  
      width: 300px;
      height: auto;
      font-family: "Platypi", serif;
      font-weight: bolder;
      
  
    }
  
    .flex-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: auto;
      margin: 0;
  
  
  
  
  
    }
  
    .flex-item:nth-child(1) {
      /* Entrada */
      grid-column: 1 / 2;
      grid-row: 1 / 2;
  
  
    }
  
    .flex-item:nth-child(2) {
      /* Saída */
      grid-column: 2 / 3;
      grid-row: 1 / 2;
  
    }
  
    .flex-item:nth-child(3) {
      /* Adultos */
      grid-column: 1 / 2;
      grid-row: 2 / 3;
  
    }
  
    .flex-item:nth-child(4) {
      /* Crianças */
      grid-column: 2 / 3;
      grid-row: 2 / 3;
    }
  
    .flex-item:nth-child(5) {
      /* Botão */
      grid-column: 1 / 3;
      grid-row: 3 / 4;
    }
  
    .flex-item label {
      color: #1C2611;
      background-color: #f0f0f0;
      color: white;
      font-weight: bolder;
      width: 100%;
      border: 1px solid rgb(243, 240, 240);
      background-color: #0000002c;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
  
    #btn {
      height: 40px;
      background-color: RED;
      width: 100%;
      font-size: 16px;
      border-radius: 5px;
      border: #000000;
      box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.082);
    }
  
  
  
    #data_reserva input {
      width: 98%;
      height: 60px;
  
      text-align: center;
      background-color: #e20d0d2c;
      margin-top: 0px;
      color: rgb(248, 248, 248);
      font-weight: bolder;
      font-size: 17px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid rgba(0, 0, 255, 0);
      box-shadow: 0 0 15px rgba(255, 255, 255, 0.521);
    }
  
    
  
  
  
  
  
  
    #data_saida {
  
      width: 99%;
      height: 60px;
      text-align: center;
      background-color: #0000002c;
      margin-top: 0px;
      color: rgb(255, 13, 13);
      font-weight: bolder;
      font-size: 16px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid rgba(0, 0, 255, 0);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.521);
  
    }
  
    input::placeholder {
      font-family: 'Arial', sans-serif;
  
      font-style: italic;
      font-size: 11px;
      color: #000000;
    
      opacity: 1;
      
    }
  
    input:focus::placeholder {
      color: #000000;
      
      font-weight: bold;
      
    }
  
    #data_reserva {
      width: 98%;
      height: 60px;
      text-align: center;
      margin-top: 0px;
      color: rgb(255, 13, 13);
      background-color: #0000002c;
      font-weight: bolder;
      
      font-size: 16px;
      box-shadow: 0 0 10px rgb(0, 0, 0);
      border: 1px solid rgba(0, 0, 255, 0);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
  
  
  
  
    #adultos {
      width: 98%;
      margin-top: 0px;
      background-color: #0000002c;
      color: rgb(255, 13, 13);
      font-weight: bolder;
      border: 1px solid rgba(0, 0, 255, 0);
      font-size: 17px;
      text-align: center;
      box-shadow: 0 0 10px rgb(0, 0, 0);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
  
    #criancas {
      width: 98%;
      margin-top: 0px;
      background-color: #0000002c;
      color: rgb(255, 13, 13);
      font-weight: bolder;
      font-size: 17px;
      text-align: center;
      border: 1px solid rgba(0, 0, 255, 0);
      box-shadow: 0 0 10px rgb(0, 0, 0);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    .flatpickr-day{
      color: red;
      background-color: red;
      
    }
  
  
  
  }
  
  
  
  
  @media (max-width: 600px) {
    #container {
      height: auto;
      display: flex;
      flex-direction: column;
      margin: 0px;
      padding: 0px;
  
  
    }
  
    .imgrd {
      display: none;
    }
  
    .imgpq {
      display: block;
    }
  
  
    .item {
      align-items: center;
      height: auto;
  
      display: flex;
  
      
      min-width: 250px;
      
      height: auto;
      box-sizing: border-box;
  
    }
  
    #barra {
      width: 100vw;
      height: auto;
  
  
    }
  
    #mais {
      width: 100%;
      height: 40px;
      box-shadow: 0px 0px 5px black;
      background-color: #3B4013;
      border: #000;
      
  
    }
    #mais:hover{
      background-color: gray;
    }
  
    .txt {
      text-align: cener;
      justify-content: space-between;
      flex: 1;
      padding: 10px;
      /* Espaçamento interno */
    }
  
  
  
    .txt p {
      padding-bottom: 10px;
      text-align: ju;
      font-size: 0.8em;
    }
  
    .txt h2 {
      padding-bottom: 10px;
      color: #23260F;
      font-size: 20px;
  
    }
  
  
  
    .img {
      flex: 1 1 50%;
  
      
  
    }
  
  
  
    .img img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 0 10px rgb(0, 0, 0);
    }
  
    #im2 {
      flex: 1;
      padding: 0%;
      box-sizing: border-box;
      max-width: 100vw;
  
    }
  
    #im1 {
      flex: 1;
  
      max-width: 50vw;
    }
  
    #item2 {
      align-items: center;
      height: auto;
  
      display: flex;
      flex: 8 20 10%;
      /* Ajusta a largura dos itens, mantendo espaço entre eles */
      min-width: 250px;
      /* Largura mínima para cada item */
      height: auto;
      box-sizing: border-box;
    }
    #mais a{
      color: white;
    }
    
  
  
  }
  
  @media (min-width: 600px) {
    .lgimg img{
      width: 80px;
      height: 90px;
      margin: 10px;
    }
    #rs {
      font-size: 5em;
      padding-top: 50px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-weight: 300;
      color: #4C591E;
    }
  
    #mais {
      width: 50%;
      height: 60px;
      box-shadow: 0px 0px 5px black;
      background-color: #99A63C;
      border: #000;
      margin-top: 50px;
      color: white;
      font-size: 20px;
  
    }
    #mais:hover{
    
        background-color: gray;
      
    }
    #mais a{
      color: white;
    }
  
    .img img {
      width: 100%;
      
      height: 100vh;
      display: block;
      
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.623);
  
  
    }
  
    .txt,
    p {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      justify-content: space-between;
      text-align: justify;
      margin: auto;
      font-size: 20px;
    }
  
    
      
   
  
  }
  
  
  .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    
    width: 100vw;
    background-color: whitesmoke;
  }
  
  .item {
    display: flex;
    flex: 1 1 50%;
    
    min-width: 250px;
    /* Largura mínima para cada item */
    box-sizing: border-box;
  }
  
  .img {
    flex: 1;
    max-width: 100%;
  
  }
  
  
  
  .txt {
    text-align: center;
    justify-content: space-between;
    flex: 1;
    padding: 10px;
    
  }
  
  #im1 {
    margin: 10px;
  
  
  }
  
  #im2 {
    margin: 10px;
  
  }
  
  
  .barra {
    width: 100vw;
    height: 10vh;
    background-color: whitesmoke;
  
  
  }
  
  
  
  footer {
    width: 100vw;
    height: auto;
    padding: 10px;
    text-align: justify;
    box-sizing: border-box;
  
    text-align: center;
    padding: 20px;
  
  
  }
  
  .footer-content {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
  
  }
  
  .footer-menu a {
  
    display: block;
    margin: 15px;
    color: black;
    text-decoration: none;
  }
  
  .footer-menu a:hover {
    text-decoration: underline;
  }
  
  .social-icons {
    text-align: center;
  }
  
  .social-icons a {
  
    margin: 0 10px;
  }
  
  .social-icons img {
    padding-bottom: 10px;
    width: 20px;
    height: auto;
    justify-content: center;
  }
  
  .hotel-name,
  .tagline {
    margin: 5px 0;
  }
  
  .hotel-name {
    font-size: 20px;
    color: #23260F;
    font-weight: bolder;
    text-align: justify;
    padding-top: 0%;
  }
  
  .tagline {
    font-size: 20px;
    text-align: center;
    padding: 0%;
  }
  
  #paralax {
    background-image: url('https://res.cloudinary.com/dr8z9s6cb/image/upload/v1726535131/jr02_hy9ust.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }
  
  .efeito {
    width: 100vw;
    height: 100%;
    
    text-align: center;
    display: block;
    /*margin: 0 auto;*/
  
  
  }
  
  
  .servico .icone {
    width: 100px;
    /* Ajuste conforme necessário */
    height: auto;
    background-color: white;
    font-weight: bolder;
    margin-bottom: 10px;
    
  
  }
  
  .efeito h2 {
    font-size: 80px;
    font-weight: bolder;
    padding-top: 100px;
    margin-bottom: 80px;
    text-align: center;
    align-items: center;
    color: antiquewhite;
    text-shadow: 5px 0px 10px rgb(36, 35, 35);
  
  }
   #bt2{
    background-color: #25D366;
    padding: 15px;
    width: 200px;
    height: 60px;
    font-size: 20px;
    color: white;
    box-shadow: 0px 0px 20px black;
    
  }
  #bt2 a{
  color: white;
  }
  #bt2:hover{
    background-color: gray;
  }
  
  
  
  
  
  @media (max-width: 600px) {
  
    #paralax {
      height: 80vh;
      background-image: url('https://res.cloudinary.com/dr8z9s6cb/image/upload/v1726534936/IMG-20230804-WA0029_rw7lrr.jpg');
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .efeito {
      width: 100vw;
      height: 100%;
      text-align: center;
      display: block;
  
  
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  
  
      /* Centraliza horizontalmente a div */
  
      text-align: center;
      
  
    }
  
    .efeito h2 {
      font-size: 60px;
      font-weight: bolder;
      padding-top: 25%;
      margin-bottom: 20%;
      text-align: center;
      align-items: center;
      color: white;
      text-shadow: 5px 0px 10px rgb(36, 35, 35);
      /* Espaçamento abaixo do título principal */
    }
    #bt2{
      background-color: #25D366;
      
      width: 150px;
      height: 50px;
      font-size: 20px;
      color: white;
      box-shadow: 0px 0px 20px black;
      
    }
    #bt2:hover{
      background-color: gray;
    }
  
    .servico {
      margin-bottom: 15px;
      
    }
  
  
  
   
  
    footer {
      width: 100vw;
      height: auto;
      padding: 20px 10px;
      background-color: #f9f9f9;
      text-align: justify;
      /* box-sizing: border-box;*/
  
  
    }
  
    .footer-content {
      max-width: 100%;
  
      margin: 0 auto;
      padding: 0;
      /*padding-bottom: 25px;*/
      display: block;
  
  
  
    }
  
    .footer-menu {
      margin-top: 10px;
      margin-left: 15px;
  
  
  
    }
  
    .footer-menu a {
      display: block;
      margin: 20px 0;
      color: #333;
      text-decoration: none;
    }
  
    .footer-menu a:hover {
      text-decoration: underline;
    }
  
    .social-icons {
      margin-top: 15px;
      height: 30px;
      /*ta mostando os icnones*/
      text-align: justify;
  
    }
  
    .social-icons a {
      margin: 0 15px;
      display: inline-block;
    }
  
    .social-icons img {
      width: 25px;
      height: 25px;
  
  
    }
  
    .hotel-name {
      font-size: 24px;
      font-weight: bold;
  
  
    }
  
    #hotel-name {
      text-align: center;
      font-style: italic;
      color: #4C591E;
    }
  
    .tagline {
      font-size: 18px;
      margin-top: 5px;
      margin-left: 15px;
      text-align: justify;
      color: #4C591E;
    }
    footer{
      background-color: #F2F2F2;
    }
    
  
  }
  
  
  
  
  
  
  
  @media (min-width: 600px) {
    footer{
      background-color: #F2F2F2;
    }
    .footer-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      
    }
  
    /*.footer-menu, .social-icons {
        
    }*/
  
    .footer-menu {
      text-align: justify;
  
    }
  
    .footer-menu a {
  
  
      text-decoration: none;
      color: black;
    }
  
    .social-icons {
      text-align: right;
    }
  
    #hotel-name {
      font-size: 40px;
      color: #4C591E;
      
  
    }
    .tagline{
      color: #99A63C;
    }
  
    .gallery-item img {
      width: 100px;
  
      height: 100px;
      border-radius: 50px;
  
  
    }
  
    .gallery-item {
      flex-basis: 4%;
      margin-bottom: 10px;
      cursor: pointer;
  
    }
    .servico {
      display: inline-block;
      width: 30%;
      text-align: center;
      padding: 10px;
      box-sizing: border-box;
  }
    
  
  }
  .pika-button.pika-day {
    background-color: #25D366;
    
    
    
    
  }
  
  
  .is-today .pika-button {
    color: #1a659b;
    font-weight: bold;
  }
  
  
  
  
  
  
  @media (max-width: 600px) {
  
  
    .pika-single .is-selected {
  
      color: #aa1c1c;
    }
  
    .pika-label {
      font-size: 12px;
      background-color: #25D366;
    }
  
    .pika-prev,
    .pika-next {
      font-size: 10px;
  
    }
  
    .pika-button.pika-day {
      padding: 2px;
      font-size: 14px;
      text-align: center;
      background-color: rgb(100, 216, 105);
  
    }
  }
  
  .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
  
  }
  
  .gallery-item {
    flex-basis: 40%;
    margin-bottom: 10px;
    cursor: pointer;
  
  }
  
  .gallery-item h3 {
    text-align: center;
    font-weight: 100;
    font-style: italic;
  }
  
  .gallery-item img {
    width: 100%;
  
    height: auto;
    border-radius: 10px;
  
  }
  
  .GL {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .GL-CT {
    display: block;
    margin: auto;
    width: 500px;
    height: 80vh;
  }
  
  .cl {
    position: fixed;
    top: 70px;
    right: 450px;
    position: absolute;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
  
  }
  
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  #ft p {
    text-align: center;
    padding-top: 10px;
    font-size: 40px;
  
  
  }
  
  .sobre {
    width: 100vw;
    height: 60vh;
    background-color: #64732fe7;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.514);
  
  }
  
  .sb {
    width: 90vw;
    height: auto;
    display: flex;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* Certifica-se de que o conteúdo seja disposto em coluna */
    justify-content: flex-start;
  
  }
  
  .sb p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: auto;
    padding-top: 0;
    color: black;
  }
  
  .sb h3 {
    font-style: italic;
    margin: 15px;
    text-align: center;
    color: black;
    font-size: 40px;
    font-weight: 100;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
  }
  
  
  
  @media (max-width: 600px) {
    #ft {
      width: 100vw;
      height: 50px;
  
  
    }
  
    #ft p {
      text-align: center;
      padding-top: 10px;
      font-size: 25px;
  
  
    }
  
    .sobre {
      width: 100vw;
      height: 50vh;
      background-color: #64732fe7;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.514);
  
    }
  
    .sb {
      width: 90vw;
      height: auto;
      display: flex;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 10px;
      text-align: center;
      display: flex;
      flex-direction: column;
      /* Certifica-se de que o conteúdo seja disposto em coluna */
      justify-content: flex-start;
  
    }
  
    .sb p {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
  
    .sb h3 {
      font-style: italic;
      margin: 15px;
      text-align: center;
      font-weight: 100;
      font-size: 25px;
  
    }
  
    .gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
  
    }
  
    .gallery-item {
      flex-basis: 48%;
      margin-bottom: 10px;
      cursor: pointer;
  
    }
  
    .gallery-item h3 {
      text-align: center;
      font-weight: 100;
      font-style: italic;
    }
  
    .GL {
      display: none;
      position: fixed;
      z-index: 1;
      padding-top: 60px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.9);
    }
  
    .GL-CT {
      display: block;
      margin: auto;
      max-width: 80%;
      height: auto;
      padding-top: 50px;
      z-index: 10;
    }
  
    .cl {
      position: fixed;
      top: 100px;
      right: 40px;
  
      color: white;
      font-size: 40px;
      font-weight: bolder;
      cursor: pointer;
  
  
    }
  
    .gallery-item img {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.534);
    }
  
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      margin-top: -22px;
      padding: 16px;
      color: white;
      font-weight: bold;
      font-size: 20px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }
  
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
  
  
  
  }
  .payment-alert {
  background: #fff8e6;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.alert {
  color: #d32f2f;
  font-weight: bold;
}