@charset "UTF-8";
:root {
  --ui-font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
body {
  font-family: var(--ui-font);
  font-synthesis: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "richmond-display";
  font-weight: 200;
  font-style: italic;
}
p {
  font-size: 16px;
  line-height: 28px;
}
header {
  background: #000;
}
header .nav-link {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  color: #F2E7C3;
}
header .nav-link.fone {
  color: #fff;
}
header .nav-link.reservar {
  background: #D5C389;
  color: #000;
  letter-spacing: 1px;
}
.full-banner {
  background: url("../themes/hotel/assets/images/hero.jpg") no-repeat center center;
  background-size: cover;
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}
.full-banner .container-xl {
  position: relative;
  z-index: 2;
}
.full-banner img {
  max-width: 130px;
  margin-bottom: 40px;
}
.full-banner h1 {
  color: #fff;
  font-size: 66px;
  line-height: 66px;
  font-weight: 100;
  font-style: italic;
}
.full-banner .degrade {
  background: #FFF;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(13, 92, 125, 0.6) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
section h2 {
  color: #D5C389;
  font-size: 50px;
  line-height: 42px;
  margin-bottom: 20px;
}
section h2.dark {
  color: #AA985E;
}
.infos {
  background: url(../themes/hotel/assets/images/bg1.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}
.infos h2 {
  font-size: 40px;
}
.infos p {
  max-width: 900px;
  margin: 0 auto 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #C6B375;
}
.infos .box-info img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}
.infos .box-info p {
  font-family: var(--ui-font);
  font-size: 14px;
  font-weight: 200;
  margin: 0 auto;
  border: 0;
}
.infos .box-info p a {
  color: #D5C389;
  text-decoration: none;
}
.destaques {
  padding: 80px 0;
  background: url(../themes/hotel/assets/images/bg2.jpg) no-repeat center center;
  background-size: cover;
}
.destaques .box-destaques .item {
  min-height: 600px;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  position: relative;
}
.destaques .box-destaques .item h4 {
  color: #D5C389;
  font-size: 50px;
  font-weight: 200;
  margin-bottom: 15px;
  line-height: 42px;
}
.destaques .box-destaques .item p {
  font-weight: 200;
  font-size: 14px;
  max-width: 300px;
}
.destaques .box-destaques .item i {
  position: absolute;
  background: url(../themes/hotel/assets/images/icon-arrow-right.svg) no-repeat center center;
  top: 20px;
  right: 20px;
  font-size: 34px;
  height: 40px;
  width: 40px;
  color: #D5C389;
  background-size: contain;
}
.destaques .box-destaques .item.quarto {
  background: url(../themes/hotel/assets/images/suite.png) no-repeat center center;
  background-size: cover;
}
.destaques .box-destaques .item.restaurante {
  background: url(../themes/hotel/assets/images/restaurante.png) no-repeat center center;
  background-size: cover;
}
.destaques .box-destaques .item.eventos {
  background: url(../themes/hotel/assets/images/eventos.png) no-repeat center center;
  background-size: cover;
}
.box-agendamento {
  margin-top: -120px;
  position: relative;
  margin-bottom: 70px;
}
.box-agendamento .row {
  background: #C6B375;
  color: #fff;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
.box-agendamento .row h4 {
  margin: 0;
  color: #343434;
  font-size: 30px;
}
.box-agendamento .row .btn-agendamento {
  background: #646464;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-agendamento .row input, .box-agendamento .row select {
  display: block;
  width: 100%;
  text-align: center;
  background: transparent;
  border: 0;
  color: #343434;
  font-weight: 500;
}
.box-agendamento .row .bg-gray {
  background: #646464;
  border-radius: 0 10px 10px 0;
}
.box-agendamento .row .col-lg-2 {
  padding: 15px 10px;
  border-right: solid 1px #91814C;
  height: 100%;
}
.box-agendamento .row .col-lg-2:last-child {
  border: 0;
}
.box-agendamento .row #inputPromocode {
  border: solid 1px #343434;
  border-radius: 5px;
  padding: 5px 10px;
}
.slider-quartos ol.flickity-page-dots {
  bottom: 20px;
}
.slider-quartos .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  background: #ffffff;
}
.slider-quartos .item {
  min-height: 800px;
  padding: 60px 0;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.slider-quartos .item h4 {
  color: #D5C389;
  font-size: 35px;
  line-height: 31px;
}
.slider-quartos .item h5 {
  font-size: 45px;
}
.slider-quartos .item p {
  max-width: 400px;
}
.slider-quartos .item._quarto-duplo {
  background: url(../themes/hotel/assets/images/quarto-duplo.jpg) no-repeat center center;
  background-size: cover;
}
.avaliacoes {
  padding: 80px 0;
  background: #EAE8E2;
}
.avaliacoes p {
  max-width: 500px;
}
.avaliacoes .item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.avaliacoes .item img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 15px;
}
.avaliacoes .item .nota {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  display: flex;
}
.avaliacoes .item .nota .star {
  font-size: 12px;
  margin-left: 4px;
}
.avaliacoes .item p {
  font-size: 14px;
  margin: 0;
}
.testemunhos {
  padding: 20px 0 80px;
  background: #EAE8E2;
}
.testemunhos p {
  max-width: 700px;
}
.testemunhos .box-testemunhos .item {
  background: #C6B375;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testemunhos .box-testemunhos .item .quote {
  width: 70px;
  margin-bottom: 15px;
}
.testemunhos .box-testemunhos .item p {
  font-size: 16px;
  font-style: italic;
  font-family: "richmond-display";
}
.testemunhos .box-testemunhos .item span {
  font-size: 14px;
  display: block;
  color: #fff;
  text-align: right;
}
.onde-fica {
  background: url(../themes/hotel/assets/images/bg1.jpg) no-repeat center center;
  padding: 80px 0;
  background-size: cover;
  color: #fff;
}
.onde-fica ul {
  padding: 0;
  list-style: none;
}
.onde-fica ul li {
  margin-bottom: 10px;
}
.onde-fica ul li i {
  color: #D5C389;
  margin-right: 10px;
}
.onde-fica .maps {
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
}
.onde-fica .maps iframe {
  border: 0;
  border-radius: 10px;
}
.faq {
  padding: 80px 0;
  background: #EAE8E2;
}
.faq h3 {
  color: #CBB36B;
  font-size: 50px;
}
.faq .accordion-button::after {
  background-image: none !important;
  content: "";
  font-family: "bootstrap-icons";
  font-size: 2rem;
  width: 1em;
  height: 1em;
  display: grid;
  place-items: center;
  line-height: 1;
  margin-left: auto;
  color: #CBB36B;
  flex: 0 0 auto;
}
.faq .accordion-button:not(.collapsed)::after {
  content: "";
}
.faq .accordion-item {
  border-color: #CBB36B;
}
.faq button.accordion-button {
  background: transparent;
  font-size: 40px;
  font-weight: 200;
  font-style: italic;
}
.faq .accordion-item {
  background: transparent;
}
.faq a {
  color: #CBB36B;
  text-decoration: none;
  font-family: "bootstrap-icons";
  font-size: 24px;
  font-style: italic;
}
.descubra {
  background: url(../themes/hotel/assets/images/huambo.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
  position: relative;
}
.descubra .container-xl {
  position: relative;
  z-index: 2;
}
.descubra h3 {
  color: #CBB36B;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 20px;
}
.descubra a {
  background: #CBB36B;
  color: #000;
  font-size: 14px;
  border-radius: 24px;
  border: 0;
  padding: 4px 20px;
}
.descubra .degrade {
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.41) 0%, black 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newsletter {
  padding: 80px 0;
  background: url(../themes/hotel/assets/images/bg3.jpg) no-repeat center center;
  background-size: cover;
}
.newsletter h4 {
  font-size: 50px;
}
.newsletter .form-control {
  height: 55px;
}
.newsletter button#button-addon2 {
  background: #646464;
}
.newsletter button#button-addon2 img {
  max-width: 40px;
}
footer {
  padding: 80px 0;
  background: #000;
  color: #fff;
  font-size: 12px;
}
footer p {
  font-size: 12px;
  line-height: 18px;
}
footer h4 {
  color: #D5C38A;
  font-family: var(--ui-font);
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
}
footer .pages {
  padding-left: 0;
  font-size: 14px;
  text-transform: uppercase;
}
footer .pages a {
  text-decoration: none;
  font-weight: bold;
  color: #D5C38A;
}
footer .pages li {
  margin-bottom: 5px;
}
footer ul {
  padding-left: 10px;
}
footer ul li {
  margin-bottom: 10px;
}
footer .midias {
  color: #CBB36B;
}
footer .midias .fone {
  color: #fff;
  margin-right: 40px;
  font-weight: 200;
  font-size: 16px;
}
footer .midias .fone i {
  font-size: 14px;
}
footer .midias i {
  font-size: 20px;
}
.page-header {
  padding: 80px 0 40px;
  background: url(../themes/hotel/assets/images/bg3.jpg) no-repeat center center;
  background-size: cover;
  color: #000;
}
.page-header h1 {
  font-size: 50px;
  line-height: 42px;
  margin-bottom: 20px;
}
.page-header p {
  max-width: 900px;
  font-size: 16px;
}
.page-info {
  padding: 60px 0;
  color: #fff;
  background: url(../themes/hotel/assets/images/bg1.jpg) no-repeat center center;
  background-size: cover;
}
.page-info h3 {
  font-family: var(--ui-font);
  font-style: normal;
  font-size: 20px;
}
.page-info p {
  max-width: 900px;
  font-size: 16px;
  margin: 0 auto;
}
.page-info ul {
  padding-left: 20px;
}
.page-info ul li {
  margin-bottom: 20px;
}
.quartos {
  padding: 80px 0;
  background: #EAE8E2;
}
.quartos .box-quartos .item {
  border-radius: 10px;
  margin-bottom: 30px;
  height: 100%;
}
.quartos .box-quartos .item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.quartos .box-quartos .item .info {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quartos .box-quartos .item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-style: normal;
  font-family: var(--ui-font);
}
.quartos .box-quartos .item p {
  font-size: 14px;
  flex: 1;
}
.quartos .box-quartos .item .itens {
  margin: 15px 0 5px;
}
.quartos .box-quartos .item .itens img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 5px;
  padding: 3px;
}
.quartos .box-quartos .item span {
  display: block;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 14px;
}
.quartos .box-quartos .item a {
  background: #D5C389;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 10px;
  align-self: flex-start;
}
.servicos {
  padding: 80px 0;
  background: #EAE8E2;
}
.servicos .item {
  margin-bottom: 60px;
}
.servicos .item h3 {
  font-weight: 500;
}
.servicos .item h4 {
  font-size: 16px;
  font-style: normal;
  font-family: var(--ui-font);
  margin-bottom: 20px;
}
.servicos .item span {
  font-weight: bold;
  font-size: 14px;
  display: block;
  max-width: 350px;
}
.conforto {
  padding: 80px 0;
}
.conforto.itens {
  background: #EAE8E2;
}
.conforto.itens h3 {
  font-weight: 500;
}
.conforto.valores h4 {
  font-weight: 500;
  font-size: 1.75rem;
  border-bottom: solid 1px #D5C389;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.eventos {
  padding: 80px 0;
}
.eventos h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.eventos ul {
  padding-left: 20px;
}
.eventos ul li {
  margin-bottom: 15px;
  font-weight: 300;
}
.espacos {
  background: #EAE8E2;
  padding: 80px 0;
}
.espacos h3 {
  font-weight: 500;
}
.espacos h4 {
  font-family: var(--ui-font);
  font-style: normal;
  font-size: 18px;
  margin-bottom: 20px;
}
.espacos a {
  background: #D5C389;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 10px;
  align-self: flex-start;
}
@media (max-width: 1400px) {
  .navbar-brand img {
    max-width: 250px !important;
  }
}
@media (max-width: 1200px) {
  .navbar-brand img, footer .logo {
    max-width: 200px !important;
  }
  .full-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .infos h2 {
    font-size: 30px;
  }
  .destaques .box-destaques .item h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .slider-quartos .item h4 {
    font-size: 25px;
  }
  .slider-quartos .item h5 {
    font-size: 30px;
  }
  .avaliacoes p {
    max-width: 100%;
  }
  .testemunhos p {
    max-width: 100%;
  }
  .onde-fica ul li {
    font-size: 14px;
  }
  .faq h3 {
    font-size: 30px;
  }
  .faq button.accordion-button {
    font-size: 30px;
  }
  .descubra h3 {
    font-size: 20px;
  }
  .newsletter h4 {
    font-size: 30px;
  }
}
