
 /* Reset básico */
  * {
    margin: 0; padding: 0; box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  body {
 display: flex
;
    min-height: 100vh;
    background: #f0f4f8d6;
    background-repeat: no-repeat;
    background-blend-mode: color-dodge;
    background-image: url(https://cdn-multisite.sigahost.com.br/muck/img_edificios/g1_119_4051_1542_230323.jpeg);
    color: #2c3e50;
    background-size: cover;
  
  }
a {
  text-decoration: none;
  color: inherit  ;
}

  /* Sidebar */
  nav.sidebar {
    width: 260px;
    background: #34495e;
    color: #ecf0f1;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    box-shadow: 2px 0 8px rgba(0,0,0,0.15);
    transition: width 0.3s ease;
  }
  nav.sidebar h2 {
    margin-bottom: 50px;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 1.8rem;
    text-align: center;
    user-select: none;
  }
  nav.sidebar a {
    color: #bdc3c7;
    text-decoration: none;
    padding: 14px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    gap: 15px;
    transition: background 0.3s, color 0.3s;
  }
  nav.sidebar a:hover,
  nav.sidebar a.active {
    background: #1abc9c;
    color: #fff;
  }
  nav.sidebar a i {
    min-width: 24px;
    text-align: center;
    font-size: 1.3rem;
  }

  /* Main area */
  main.content {
    flex: 1;
   /* padding: 20px 15px; */
    overflow-y: auto;
    position: relative;
  }
.pagina {
    padding: 30px 40px;
    border-radius: 15px;
    margin: 15px;
    padding: 30px 40px;
    background: #f9fafb;
}
  /* Header fixo */
  header.topbar {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    z-index: 10;
  }
  p.frase-chamada {
    display: flex
;
    margin: 0 auto;
    background: linear-gradient(45deg, #82ffdc33, transparent);
    border-radius: 2rem;
    padding: 15px;
}
  header.topbar .username {
    font-weight: 600;
    color: #34495e;
  }
  header.topbar button.logout {
    background: #e74c3c;
    border: none;
    color: white;
    padding: 8px 18px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
  }
  header.topbar button.logout:hover {
    background: #c0392b;
  }

  /* Títulos */
  main.content h1 {
    margin-bottom: 25px;
    font-weight: 700;
    color: #34495e;
  }

  /* Cards container */
  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 24px;
    margin-bottom: 45px;
  }

  /* Card individual */
  .card {
    background: #fff;
    padding: 25px 30px;
    border-radius: 14px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: box-shadow 0.3s ease;
    cursor: default;
  }
  .card:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
  }
  .card i {
    font-size: 2.8rem;
    color: #1abc9c;
    flex-shrink: 0;
  }
  .card .details {
    flex-grow: 1;
  }
  .card h3 {
    margin-bottom: 6px;
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .card p {
    font-size: 2.1rem;
    font-weight: 800;
    color: #27ae60;
    letter-spacing: 0.03em;
  }

  /* Tabela estilizada */
  table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    background: transparent;
  }
  thead tr {
    background: #34495e;
    color: #ecf0f1;
    text-align: left;
    border-radius: 14px;
  }
  thead th {
    padding: 15px 20px;
    font-weight: 700;
  }
  tbody tr {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,0.04);
    border-radius: 14px;
    transition: transform 0.2s ease;
  }
  tbody tr:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.07);
  }
  tbody td {
    padding: 15px 20px;
    vertical-align: middle;
    font-weight: 500;
    color: #2c3e50;
  }

  /* Scroll bar customizada para main */
  main.content::-webkit-scrollbar {
    width: 8px;
  }
  main.content::-webkit-scrollbar-track {
    background: #e0e5ec;
    border-radius: 10px;
  }
  main.content::-webkit-scrollbar-thumb {
    background: #1abc9c;
    border-radius: 10px;
  }

 
cards {
      display: flex
;

    width: 100%;
    flex-direction: column;
}
section#cards_to {
     display: flex
;

    width: 100%;
    flex-direction: column;
}
.form_box {
  width: 100% !important;
}
.input-group {
    flex-direction: column !important ;
    width: 100%;
    justify-content: left;


}
.form_box label {
    width: 100% !important;
}
    nav.sidebar {
      width: 100%;
      flex-direction: row;
      overflow-x: auto;
      padding: 10px 0;
      box-shadow: none;
    }
    nav.sidebar h2 {
      display: none;
    }
    nav.sidebar a {
      margin: 1px 12px;
      padding: 10px 15px;
      white-space: nowrap;
      font-size: 1rem;
    }
    nav.sidebar a i {
      font-size: 1.1rem;
      margin-right: 6px;
    }
    
    header.topbar {
      padding: 10px 15px;
    }
  
  .icone-animado {
  display: inline-block;
  animation: girar 2s linear infinite;
}

@keyframes girar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
article#add_sala {
  width: 40%;
}
article:hover {
    position: relative;
    scale: 1.03;
    cursor: pointer;
    width: 45%;
    background: #ebfffb;
    transition: 0.5s all;
}

form#contactForm {
  background: #fff;
  padding: 30px 35px;
  border-radius: 15px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  
  width: 80%;
  box-sizing: border-box;
}

form#contactForm h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #34495e;
}

.input-group {
    margin: 5px;
    padding: 5px;
    border-bottom: 1px solid #ebe9e9;
    width: 100%;
    display: flex

}

.input-group label {
 align-self: center;
    font-size: 0.95rem;
    font-weight: 600;
    width: 30%;
    color: #2c3e50;
    margin-bottom: 6px;
}

.input-group input, 
.input-group textarea, .input-group select {
    width: 70%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #1abc9c;
  box-shadow: 0 2px 10px rgba(26, 188, 156, 0.25);
}

.input-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.input-row .input-group.small {
  flex: 1;
}
button[type="submit"] {
  background: #1abc9c;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s, box-shadow 0.3s;
}

button[type="submit"]:hover {
  background: #16a085;
  box-shadow: 0 4px 12px rgba(22, 160, 133, 0.3);
}/* Estilo iOS */
.switch__container {
  
  width: 60px;
}

.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.switch--shadow + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}
.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
.switch--shadow + label:after {
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
.switch--shadow:checked + label:before {
  background-color: #8ce196;
}
.switch--shadow:checked + label:after {
  transform: translateX(30px);
}
.topbar img {
      width: 10rem;
    align-items: center;
    margin: 0 auto;
}
/* Estilo Flat */
.switch--flat + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
}
.switch--flat + label:before,
.switch--flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
.switch--flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s;
}
.switch--flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 56px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
.switch--flat:checked + label {
  background-color: #8ce196;
}
.switch--flat:checked + label:after {
  margin-left: 30px;
  background-color: #8ce196;
}

.salas {
    max-width: 62.5rem;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    font-family: 'Arial', sans-serif;
}

/* Card da sala */
.sala {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.12);
    overflow: hidden;
    width: 30%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sala:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 18px rgba(0,0,0,0.18);
}

/* Foto da sala */
.sala img {
  min-height: 180px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.sala img:hover {
    transform: scale(1.1);
    transition: 0.5s;
    margin-bottom: 15px;
  } 
/* Conteúdo da sala */
.detalhes-sala {
    padding: 15px 20px;
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 8px;

}
span.inicial {
    border-radius: 0.5rem;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(268deg, #e9fff9, transparent);
    gap: 0.5rem;
    display: flex
;
}
/* Nome e valor */
.nome-sala {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.valor-sala {
    font-size: 16px;
    font-weight: bold;
    color: #d00;
}


/* Comodidades */
.comodidades {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
  
    color: #555;
}

.comodidade {
    background: #f0f0f0;
    border-radius: 6px;
    padding: 4px 8px;
}

/* Botão reservar */
.botao-reservar {
    margin-top: auto;
    position: relative;
    padding: 10px;
    text-align: center;
    background-color: #d00;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s ease;
}

.botao-reservar:hover {
    background-color: #a00;
}
.acoes {
   margin-top: auto;
    position: relative;
    padding: 10px;
    text-align: center;

    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s 
ease;
}
.acoes i {
  background: #e6e6e6;
    padding: 10px;
    border-radius: 50%;
    color: #324242;
}
.cards article.card {
    width: 40%;
}
.cards {
  flex-wrap: wrap;
  display: flex;
;
}
span.valor {
    font-weight: 100;
    font-size: +1.1rem;
    color: #ff0000;
    text-autospace: 15;
}

nav.sidebar {
  top: 0;
  left: 0;
    height: 100vh;
    position: fixed;
     
    z-index: 1000;
    width: 15rem;
    background: #f5f5f5;
    color: #343434;
  
    flex-direction: column;
    padding: 30px 20px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    transition: width 0.3s 
ease;
}


button#botaoMenu{
   background: inherit;
    border: 0;
    display: flex
;
    z-index: 515;
    font-size: 1.2rem;
    justify-self: center;
    padding: 0px 10px 0px 5px;
}
.detalhes_box img {
           width: 70% ;
        height: 30rem;
        border-radius: 5px 5px 0px 0px;
        object-fit: cover;
        image-rendering: auto;
        justify-self: center;
    display: flex
;

}
header.topbar p {
    margin: auto;
}
@media (max-width: 760px) {
  button.logout {
    font-size: 0.8rem !important;
}
header.topbar p {
    margin: auto;
}
header.topbar {
    padding: 10px 15px;
}
    main.content {
        /* padding: 20px 15px; */
      padding: 0;
        overflow: hidden;
        overflow-y: auto;
    }

.salas {
    width: 100% !important;
    padding: 5px !important;
}
.sala {
    width: 85% !important;
}
.text-pc {
    display: none !important;
  }

  .logout {
    font-size: 1px;
    padding: 1.1rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;

    justify-content: center;
  }

  .frase-chamada {
    display: none !important;
  }

  .inicial {
    font-size: 1rem;
  }
  .detalhes_box img {
           width: 100% !important;
        height: 13rem;
        border-radius: 5px 5px 0px 0px;
        object-fit: cover;
        image-rendering: auto;

}
.informacoes {
    padding: 1rem;
}
.pagina {
 
  padding: 0 !important;
}
}