* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  /* background-color: #141414; */
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}

body.modal-open {
  overflow: hidden;
}

/* Barra de Cima */

.banner {  
  background-image: url(../../img/hotel-praia.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1000px;
  position: relative;
  padding-bottom: 140px;
}
.form{
  color: black;
}

label{
  color: black;
}
.form-quarto label{
  color: black;
}

.form-quarto{
  color: black;

}

.navbar-custom {
  background-color: #141414;
  color: #fff;
  font-size: 10px;
  z-index: 1000;
  position: relative;
}

.container-navbar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  transition: padding 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.logo-navbar {
  width: 135px;
  height: 28px;
}

.navbar-custom .container-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-custom .container-navbar.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 1200px);
  max-width: 1200px;
  padding: 20px;
  background-color: #141414;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  z-index: 1100;
}

.navbar-placeholder {
  display: none;
  width: 100%;
  height: 0;
}

.navbar-placeholder.is-active {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  display: inline;
  margin-right: 20px;
  width: 100px;
  height: 41;
  top: -10px;
  left: 255.46px;
  opacity: 1;
}

.nav-links li a{
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;

  text-transform: uppercase;
}

.nav-links li a:hover {
  color: #c19b76;
  transition: 0.8s;
}

.nav-links .nav-login-btn {
  border: 1px solid #ffffff;
  padding: 10px 18px;
  border-radius: 999px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-links .nav-login-btn:hover {
  background-color: #ffffff;
  color: #2a2a2a;
}

/* Box Shadow centroal */

.container{
  padding-top: 40px ;

}

.container-reserva {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1146px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 28px;
  background-color: rgba(193, 155, 118, 1);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  z-index: 800;
}

.reserva-heading {
  flex: 0 0 auto;
  min-width: 140px;
  display: flex;
  align-items: center;
}

.reserva-fields {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(360px, 2fr) repeat(3, minmax(120px, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

.list-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.list-item > label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.list-item--entrada {
  min-width: 260px;
  margin-right: 28px;
}

.input-grupo {
  display: flex;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(32, 24, 16, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.input-wrapper {
  flex: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-right: 1px solid rgba(32, 24, 16, 0.08);
}

.input-wrapper:last-child {
  border-right: none;
}

.input-wrapper input {
  width: 110px;
  background: transparent;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #2a1c12;
}

.input-wrapper input:focus {
  outline: none;
}

.input-wrapper input::placeholder {
  color: #8d7c6d;
}

.seta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #2a1c12;
}

.list-item select {
  appearance: none;
  width: 100%;
  height: 38px;
  padding: 0 36px 0 14px;
  border: 1px solid rgba(32, 24, 16, 0.08);
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #2a1c12;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.list-item select:focus {
  outline: none;
  border-color: rgba(32, 24, 16, 0.18);
  box-shadow: 0 0 0 2px rgba(20, 13, 7, 0.08);
}

.list-item--button {
  align-self: end;
  justify-self: end;
}

.list-botom {
  background-color: #262423;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 0 28px;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.list-botom:hover {
  background-color: #101010;
}

.reserva-alerta {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  font-size: 13px;
  color: #3f2c1d;
  text-align: left;
}



























.reserva-text {
  font-family: DM Serif Text;
  font-weight: 400;
  font-style: Regular;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  font-weight: bold;
  color: rgba(38, 36, 35, 1);
  margin: 0;
}

label {
  font-family: Roboto;
  font-style: Regular;
  font-size: 13px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

.container-home {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}


/* Central */


.container-central {
  padding-top: 320px;
  position: relative;
  left: 50%;
  width: 100%;
  max-width: 1146px;
  transform: translate(-50%);
  display: flex;
  gap: 24px;
}

.container-central-sobre {
  position: relative;
}

.text-sobre1-central {
  font-family: DM Serif Text;
  font-style: Regular;
  font-size: 80px;
  line-height: 46px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #D2D2D24D;

}

.text-sobre2-central {
  font-family: DM Serif Text;
  font-weight: 400;
  font-style: Regular;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  font-weight: bold;
  color: rgba(38, 36, 35, 1);
  position: absolute;
  top: 14px;
}

.line-cetral {
  width: 80px;
  height: 3px;
  background-color: #C19B76;
  margin-top: 24px;
}

.text-info-central {
  padding-top: 35px;
  font-family: DM Serif Text;

  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;

}

.text-msg-central {
  padding-top: 18px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #7C7C7C;
  vertical-align: middle;
}

.cards-menus {
  padding-top: 30px;
  display: grid;
  grid-template-columns: 2fr 1fr;

}

.card-menu {
  width: 268px;
  height: 129px;
  background-color: #F6F7F8;
  display: flex;
  margin-bottom: 30px;
}

.card-info {
  padding: 20px 0;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
}

.card-menu h4 {
  font-size: 20px;
  line-height: 26px;
  vertical-align: middle;
  color: #262423;
}

.card-menu p {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  color: #7C7C7C;
}

.card-icon {
  width: 129px;
  height: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-info-button {
  width: 165px;
  height: 42px;
  background-color: #C19B76;
  color: #fff;
  border: none;
  font-family: Roboto;
  font-weight: 500;
  font-style: Regular;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.more-info-button:hover {
  background: #a07d54;
  transition: 0.8s;
}

.info-traco {
  width: 6px;
  height: 1px;
  background-color: #fff;
  margin-left: 10px;
}

.container-acomodacao {
  margin: 0;
  padding-top: 100px;
  position: relative;
  background-color: #F6F7F8;
}

.home-acomodacao {
  position: relative;
  text-align: center;
}

.text-acomodacao-g {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.05);
  /* texto bem claro ao fundo */
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
  /* impede que interfira no clique */
  letter-spacing: -1px;
}

.text-acomodacao-p {
  position: absolute;
  top: 32%;
  font-size: 50px;
  color: #222;
  font-weight: bold;
  width: 100%;
}

.barra-acomodacao {
  width: 90px;
  height: 4px;
  background-color: #C19B76;
  justify-content: center;
  margin: 0 auto;
}

.menu-home-acomodacao {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.links {
  display: flex;
  gap: 30px;
  list-style: none;
}

.links li a {
  text-decoration: none;
  color: #222;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 2px;
  font-style: bold;
  color: black;
}


.links li a:hover {
  color: #c19b76;
  transition: 0.8s;
}

/* Cards de acomoda��es */
.acomodacoes-cards {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin: 50px 0 0 0;
  position: relative;
  width: 100%;
  height: 500px;
}

.acomodacao-card {
 
  display: flex;
  flex-direction: column;
  position: relative;
}

.acomodacao-border {
  width: 400px;
  height: 260px;
  position: relative;
  z-index: 1;
}

.acomodacao-img {
  z-index: 2;
  width: 400px;
  height: 260px;
}

.acomodacao-titulo {
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 34px;
  font-family: 'DM Serif Text', serif;
  font-weight: bold;
  text-shadow: 1px 1px 8px #000;
  position: relative;
  top: -60px;
}

.acomodacao-info {
  position: absolute;
  transform: translate(10px, 230px);
  top: -100px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 20px 0 20px;
}

.container-info {
  position: relative;
  top: -120px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.acomodacao-preco {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
  position: relative;
  font-style: Roboto, sans-serif;
}

.acomodacao-detalhes {
  display: flex;
  padding-top: 10px;
  align-items: center;
  font-size: 14px;
  color: #222;
  font-weight: bold;
  gap: 15px;
}

.icon-info {
  margin-right: 4px;
  padding: 0 2px;
}

.acomodacao-btn {
  background: #c19b76;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
  align-self: flex-end;
  top: -50px;
  margin-right: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.acomodacao-btn:hover {
  background: #a07d54;
}


.footer {
  background-color: #150E07;
  color: #fff;
  padding: 40px 0 0 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.newsletter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.newsletter-text {
  flex: 1;
  min-width: 240px;
}

.newsletter-text h4 {
  font-family: DM Serif Text;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFFFFF;
}

.newsletter-text p {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #999999;
  padding-top: 10px;
}

.newsletter-divider {
  width: 1px;
  background-color: #888;
  height: 50px;
}

.newsletter-form-horizontal {
  height: 50px;
  width: 550px;
  display: flex;
  border: 1px solid #ccc;
  overflow: hidden;
}

#newsletter {
  flex: 1;
  padding: 12px;
  border: none;
  outline: none;
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

}

.modal {
  display: none; /* Oculto por padr�o */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  margin: auto;
  padding: 30px 40px;
  border-radius: 8px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}

.modal-content-info {
  max-width: 420px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal-info-subtitle {
  margin: 0;
  color: #555;
  font-size: 14px;
}

.modal-info-body {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.modal-info-cover {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  display: none;
}

.modal-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.modal-info-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.modal-info-label {
  font-weight: 600;
  font-size: 13px;
  color: #333;
}

.modal-info-value {
  font-size: 13px;
  color: #555;
}

.modal-info-message {
  margin: 0;
  font-size: 13px;
  color: #444;
}

.modal-info-actions {
  display: flex;
  justify-content: flex-end;
}

.modal-info-actions .modal-submit {
  padding-left: 22px;
  padding-right: 22px;
}

/* Admin Dashboard */
.admin-dashboard {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.admin-header {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

.admin-header-text {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #1f1f1f;
}

.admin-subtitle {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.admin-summary {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-summary-card {
  background: #f8f5f2;
  border-radius: 12px;
  padding: 18px 20px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid rgba(183, 144, 107, 0.12);
}

.admin-summary-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9a7c59;
  font-weight: 600;
}

.admin-summary-value {
  font-size: 28px;
  font-weight: 700;
  color: #2d2d2d;
}

.admin-summary-small {
  font-size: 18px;
}

.admin-summary-placeholder {
  color: #7a7a7a;
  font-size: 14px;
}

.admin-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admin-summary-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  color: #2d2d2d;
}

.admin-summary-list li small {
  color: #7a7a7a;
  font-size: 12px;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.admin-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(31, 41, 55, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.admin-card-header {
  padding: 28px 28px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-card-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #2d2d2d;
}

.admin-card-header p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.admin-card-body {
  padding: 24px 28px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.admin-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.admin-form-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.admin-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admin-form-field label {
  font-weight: 600;
  font-size: 14px;
  color: #3b3b3b;
}

.admin-form-field input,
.admin-form-field select {
  width: 100%;
  border: 1px solid #d9dce3;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: #fafafa;
}

.admin-form-field input:focus,
.admin-form-field select:focus {
  outline: none;
  border-color: #b7906b;
  box-shadow: 0 0 0 4px rgba(183, 144, 107, 0.18);
  background: #fff;
}

.admin-field-help {
  font-size: 12px;
  color: #777;
}

.admin-custom-email {
  margin-top: 10px;
}

.is-hidden {
  display: none !important;
}

.admin-form-actions {
  display: flex;
  justify-content: flex-end;
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  text-decoration: none;
  line-height: 1.2;
}

.admin-btn-primary {
  background: #b7906b;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(183, 144, 107, 0.35);
}

.admin-btn-primary:hover {
  background: #a67f55;
  transform: translateY(-1px);
}

.admin-btn-ghost {
  background: rgba(183, 144, 107, 0.12);
  color: #8a6946;
}

.admin-btn-ghost:hover {
  background: rgba(183, 144, 107, 0.2);
}

.admin-btn-danger {
  background: rgba(206, 83, 60, 0.18);
  color: #b54630;
}

.admin-btn-danger:hover {
  background: rgba(206, 83, 60, 0.28);
}

.admin-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.admin-alert {
  padding: 16px 22px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.08);
}

.admin-alert-success {
  background: rgba(67, 160, 71, 0.12);
  color: #2e7d32;
  border: 1px solid rgba(46, 125, 50, 0.2);
}

.admin-alert-error {
  background: rgba(229, 57, 53, 0.12);
  color: #c62828;
  border: 1px solid rgba(198, 40, 40, 0.2);
}

.admin-table-wrapper {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}

.admin-table thead {
  background: rgba(183, 144, 107, 0.1);
}

.admin-table th {
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a6946;
  padding: 14px 16px;
}

.admin-table td {
  padding: 16px;
  border-top: 1px solid rgba(221, 221, 221, 0.6);
  font-size: 14px;
  vertical-align: middle;
  color: #333;
}

.admin-table tbody tr:nth-child(even) {
  background: rgba(249, 246, 242, 0.5);
}

.admin-table-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-hint {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #888;
}

.admin-empty-state {
  text-align: center;
  padding: 40px 20px;
  border: 2px dashed rgba(183, 144, 107, 0.3);
  border-radius: 12px;
  background: rgba(249, 246, 242, 0.6);
}

.admin-empty-state h4 {
  margin: 0 0 8px 0;
  font-weight: 600;
  color: #2d2d2d;
}

.admin-empty-state p {
  margin: 0;
  color: #666;
}

.admin-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.1);
  color: #2e7d32;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .admin-dashboard {
    padding: 32px 0 48px;
  }

  .admin-header {
    padding: 24px;
  }

  .admin-title {
    font-size: 26px;
  }

  .admin-grid {
    gap: 20px;
  }

  .admin-card-header,
  .admin-card-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .admin-table {
    min-width: 100%;
  }
}
@media (max-width: 520px) {
  .modal-info-body {
    flex-direction: column;
    align-items: stretch;
  }

  .modal-info-cover {
    width: 100%;
    height: 160px;
  }
}

.close {
  position: absolute;
  top: 12px;
  right: 18px;
  color: #888;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}

.close:hover {
  color: #d32f2f;
}

#modal-message {
  font-size: 17px;
  margin-top: 18px;
  color: #222;
}

.modal-content-reserva {
  max-width: 520px;
  text-align: left;
}

.modal-content-reserva h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.modal-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.modal-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.modal-form-group label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}

.modal-form-group input {
  padding: 10px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  font-size: 14px;
}

.modal-form-group input:focus {
  outline: none;
  border-color: #b7906b;
  box-shadow: 0 0 0 2px rgba(183, 144, 107, 0.2);
}

.modal-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 25px;
}

.modal-submit,
.modal-cancel {
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.modal-submit {
  background-color: #b7906b;
  color: #fff;
}

.modal-submit:hover {
  background-color: #a07d54;
}

.modal-cancel {
  background-color: #e0e0e0;
  color: #2a2a2a;
}

.modal-cancel:hover {
  background-color: #c7c7c7;
}

.modal-feedback {
  min-height: 18px;
  margin-top: 12px;
  font-size: 13px;
  color: #d32f2f;
}



.newsletter-form-horizontal button {
  background-color: #b7906b;
  color: white;
  border: none;
  padding: 0 20px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 25px;
}

.newsletter-form-horizontal button:hover {
  background-color: #a07d54;
  transition: 0.8s;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 10px;
  border: none;
}

.newsletter-form button {
  background-color: #b7906b;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  gap: 5px;
}

.newsletter-form button:hover {
  background-color: #a07d54;
  transition: 0.8s;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.newsletter-bar {
  width: 100%;
  height: 1px;
  background-color: #D3D3D3;
  margin: 64px 0 30px 0;
}

.footer-box {
  flex: 1;
  min-width: 220px;

}

.footer-box h4 {
  font-family: DM Serif Text;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.footer-box ul {
  list-style: none;
  margin: 18px 0 0 0;
  padding: 0;
}

.footer-box ul li {
  color: #999999;
  padding: 0;
  margin-bottom: 14px;
}

.footer-box ul li a {
  color: #999999;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;

}

.footer-box ul.contact li {
  font-size: 12px;
  color: #999999;
  margin-bottom: 12px;
}

.contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
}

.contact-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 20px;
  margin-top: 4px;
}

.contact-icon img {
  flex: 0 0 auto;
  display: block;
}

.contact-text {
  flex: 1 1 auto;
  color: #999999;
  font-size: 12px;
}

.footer-contact .contact {
  padding-left: 0;
}


.logo-footer {
  width: 170px;
  height: 35px;
  top: 17px;
}

.logo-icon {
  font-size: 22px;
  margin-right: 5px;
}

.description {
  color: #999999;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 24px 0 26px 0;
}

.social-icons a {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
}

.social-icons a img {
  display: block;
}

.social-face {
  position: relative;
  top: -7px;
  margin-right: 8px;
}


.footer a:hover {
  color: #fff;
}

.copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  color: #B7B7B7;
  background-color: #0D0904;
  width: 100%;
  padding: 18px 20px;
  box-sizing: border-box;
}




@media (max-width: 992px) {
  .banner {
    padding-bottom: 120px;
  }
  .container-reserva {
    bottom: -60px;
    width: calc(100% - 32px);
    padding: 20px;
  }
  .container-central {
    padding-top: 260px;
  }
}

@media (max-width: 720px) {
  .banner {
    padding-bottom: 110px;
  }
  .container-reserva {
    bottom: -50px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .reserva-fields {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
  .list-item--entrada {
    grid-column: 1 / -1;
  }
  .list-item--button {
    justify-self: stretch;
  }
  .container-central {
    padding-top: 210px;
  }
}

@media (max-width: 540px) {
  .banner {
    padding-bottom: 100px;
  }
  .container-reserva {
    bottom: -40px;
    width: calc(100% - 24px);
    padding: 18px;
  }
  .reserva-fields {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
  .list-item--entrada {
    grid-column: 1 / -1;
  }
  .container-central {
    padding-top: 150px;
  }
}

@media (max-width: 420px) {
  .banner {
    padding-bottom: 90px;
  }
  .container-reserva {
    position: static;
    transform: none;
    width: 100%;
    margin: 20px auto;
    left: auto;
    bottom: auto;
    flex-direction: column;
    gap: 20px;
  }
  .reserva-heading {
    justify-content: center;
  }
  .reserva-fields {
    grid-template-columns: minmax(0, 1fr);
  }
  .list-item--button {
    justify-self: stretch;
  }
  .reserva-alerta {
    text-align: center;
  }
  .container-central {
    padding-top: 50px;
  }
}
















































.reservas-filtros-card,
.quartos-filtros-card {
  background-color: #ffffff;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  padding: 24px 28px;
  margin-bottom: 28px;
  box-shadow: 0 18px 40px rgba(20, 20, 20, 0.06);
}

.reservas-filtros-grid,
.quartos-filtros-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px 24px;
  align-items: end;
}

.reservas-filtro-label,
.quartos-filtro-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4b5563;
  margin-bottom: 8px;
}

.reservas-filtro-input,
.quartos-filtro-input {
  position: relative;
}

.reservas-input,
.quartos-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  font-size: 0.95rem;
  padding: 12px 14px;
  color: #111827;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.reservas-input:focus,
.quartos-input:focus {
  outline: none;
  border-color: #c19b76;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(193, 155, 118, 0.18);
}

.reservas-filtro-busca .reservas-input,
.quartos-filtro-busca .quartos-input {
  padding-right: 42px;
}

.reservas-filtro-acoes,
.quartos-filtro-acoes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-column: 1 / -1;
  justify-self: end;
}

.reservas-filtro-limpar,
.quartos-filtro-limpar {
  color: #c19b76 !important;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}

.reservas-filtro-limpar:hover,
.quartos-filtro-limpar:hover {
  color: #a97a45 !important;
  text-decoration: underline;
}

.reservas-tabela,
.quartos-tabela {
  font-size: 0.95rem;
}

.reservas-tabela thead th,
.quartos-tabela thead th {
  background-color: #f3f4f6;
  border-bottom: 1px solid #e5e7eb !important;
  color: #1f2937;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.reservas-tabela tbody tr.reserva-linha:hover,
.quartos-tabela tbody tr.quarto-linha:hover {
  background-color: rgba(193, 155, 118, 0.08);
}

.reservas-tabela tbody td,
.quartos-tabela tbody td {
  vertical-align: middle;
  color: #374151;
}

.reserva-linha td:first-child,
.quarto-linha td:first-child {
  font-weight: 600;
  color: #111827;
}

.reserva-linha td small,
.quarto-linha td small {
  display: inline-block;
  margin-top: 2px;
  color: #6b7280;
  font-size: 0.8rem;
}

.reserva-vazia td,
.quarto-vazio td {
  color: #6b7280;
  font-style: italic;
  background-color: #f9fafb;
}

.reservas-tabela .badge,
.quartos-tabela .badge {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.reservas-tabela .btn,
.quartos-tabela .btn {
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-weight: 600;
}

.reservas-tabela .btn-primary,
.quartos-tabela .btn-primary {
  background-color: #1f2937;
  border-color: #1f2937;
}

.reservas-tabela .btn-primary:hover,
.quartos-tabela .btn-primary:hover {
  background-color: #111827;
  border-color: #111827;
}

.reservas-tabela .btn-danger,
.quartos-tabela .btn-danger {
  background-color: #dc2626;
  border-color: #dc2626;
}

.reservas-tabela .btn-danger:hover,
.quartos-tabela .btn-danger:hover {
  background-color: #b91c1c;
  border-color: #991b1b;
}

@media (max-width: 1024px) {
  .reservas-filtros-grid,
  .quartos-filtros-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 640px) {
  .reservas-filtros-card,
  .quartos-filtros-card {
    padding: 20px;
  }

  .reservas-filtros-grid,
  .quartos-filtros-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
  }

  .reservas-filtro-acoes,
  .quartos-filtro-acoes {
    justify-content: flex-end;
  }

  .reservas-tabela,
  .quartos-tabela {
  font-size: 0.88rem;
  }
}

@media (max-width: 480px) {
  .reservas-filtros-grid,
  .quartos-filtros-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .reservas-filtro-acoes,
  .quartos-filtro-acoes {
    justify-content: flex-end;
  }
}

.quartos-acoes {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quartos-acoes .quartos-form-excluir {
  margin: 0;
}

.quartos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  border-radius: 999px !important;
  padding: 0.55rem 1.5rem !important;
  color: #ffffff !important;
  border: none;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.quartos-btn:focus-visible {
  outline: 3px solid rgba(193, 155, 118, 0.4);
  outline-offset: 3px;
}

.quartos-btn-editar {
  background-color: #1f2937 !important;
}

.quartos-btn-editar:hover {
  background-color: #111827 !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(17, 24, 39, 0.18);
}

.quartos-btn-excluir {
  background-color: #dc2626 !important;
}

.quartos-btn-excluir:hover {
  background-color: #b91c1c !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(220, 38, 38, 0.25);
}

.quartos-btn:active {
  transform: scale(0.98);
  box-shadow: none;
}




