* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #e3e3e3;
}

/* cabeçalho */

.interface {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%;
}

header .btn-contact button,
.hero-site button,
.hoteis button {
  width: 140px;
  height: 50px;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

header .btn-contact button:hover,
.hero-site button:hover,
.hoteis button:hover {
  background-color: #fff;
  color: #000;
}

/* estilo header */

header {
  width: 100%;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;

  transition: 0.5s;
  z-index: 9999999999999999;
}

header .interface {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo img {
  max-width: 40px;
}

/*  estilo menu mob*/

header .btn-menu-mob {
  display: none;
  position: relative;
  z-index: 9999999999999999999999999;
}

header .btn-menu-mob div {
  background-color: #fff;
  height: 3px;
  margin: 10px 0;
  transition: 0.2s;
}

header .btn-menu-mob .line-menumob-1 {
  width: 30px;
}

header .btn-menu-mob .line-menumob-2 {
  width: 20px;
}

header.rolar .btn-menu-mob div {
  background-color: #000;
}

header .btn-menu-mob .line-menumob-1.ativo1 {
  transform: rotate(45deg) translate(30%);
  background-color: #fff;
}

header .btn-menu-mob .line-menumob-2.ativo2 {
  transform: rotate(-45deg) translate(30%);
  width: 30px;
  background-color: #fff;
}

/*  /estilo menu mob x */

/* estilo menu  mob sessão */

header .menu-mobile {
  width: 0;
  height: 0;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  overflow: hidden;
  transition: 0.5s;
}

header .menu-mobile nav {
  width: 100%;
}

header .menu-mobile nav ul {
  list-style-type: none;
}

header .menu-mobile nav a {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  padding: 20px 0;
  display: block;
  transition: 0.5s;
}

header .menu-mobile nav a:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 20px #fff;
}

header .menu-mobile.abrir {
  width: 100%;
  height: 100vh;
}

body.no-overflow {
  overflow: hidden;
}

/* /estilo menu  mob sessão */

/* estilo do menu dinÂmico */

header .logo img.logo-preta {
  display: none;
}

header.rolar {
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 0 8px #00000061;
}

header.rolar .menu-desktop nav ul li a {
  color: #000;
}

header.rolar .btn-contact button {
  border: 1px solid #000;
  color: #000;
}

header.rolar .btn-contact button:hover {
  background-color: #000;
  color: #fff;
}

header.rolar .logo .logo-branca {
  display: none;
}

header.rolar .logo .logo-preta {
  display: block;
}

/* /estilo do menu dinÂmico */
header .menu-desktop nav ul {
  list-style-type: none;
}

header .menu-desktop nav ul li {
  display: inline-block;
  margin: 0 40px;
}

header .menu-desktop nav ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
}

.menu-desktop nav a:hover {
  transform: scale(1.05);
}

/* estilo do hero */

section.hero-site {
  height: 100vh;
  background-image: url(../img/bg-inicio-site.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  color: #fff;
}

.hero-site .interface {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero-site .txt-hero h1 {
  font-size: 4em;
  line-height: 70px;
  font-weight: 200;
}

.hero-site .txt-hero span {
  display: block;
  font-weight: 800;
}

.hero-site .txt-hero .btn-2 p {
  font-size: 20px;
  font-weight: 300;
  margin: 20px 0;
}

.hero-site .txt-hero p span {
  display: block;
}

/* Afastando o botão do texto acima */
.hero-site .txt-hero button {
  margin-top: 20px;
  width: 220px;
  height: 60px;
  font-size: 20px;
}

/* vatagens */

section .vantagens {
  padding: 80px 0;
}

.vantagens .itens-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px; /* Limita a largura máxima do container */
  padding: 0 20px; /* Adiciona espaçamento interno nas laterais */
  gap: 10%;
  margin-bottom: 60px;
}

.vantagens .itens-container .img-itens img {
  max-width: 480px;
  margin-top: 40px;
}

.vantagens .itens-container .txt-itens h3 {
  font-size: 3em;
  line-height: 50px;
  margin-bottom: 20px;
}

.itens-container .txt-itens h3 span {
  font-weight: 300;
}

/*  estilo dos botoes contato*/

section.btn-contato {
  background-color: #fff;
  padding: 80px 0;
}

.txt-contato,
.icons-contato {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: middle;
}

.contato .txt-contato h3 {
  font-size: 2.5em;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 20px;
}

.contato .txt-contato h3 span {
  display: block;
  font-weight: 700;
}

.contato .icons-contato a {
  text-decoration: none;
}

.contato .icons-contato button {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 60%;
  height: 60px;
  margin: 0 auto 20px auto;
  padding: 0 60px;

  background-color: transparent;
  border: 2px solid #000;
  cursor: pointer;
  transition: 0s;
}

.contato .icons-contato button i {
  font-size: 20px;
}

.contato .icons-contato button:hover {
  background-color: #000;
}

.contato .icons-contato button:hover i,
.contato .icons-contato button:hover p {
  color: #fff;
}

/* estilo da sessão hoteis */

section.hoteis {
  height: 600px;

  background-image: url(../img/hotel-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  position: relative;
  color: #fff;
  text-align: center;
}

.hoteis > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000d7;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hoteis > .interface {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  z-index: 2;
  position: relative;
}

.hoteis h3 {
  font-size: 3em;
  line-height: 50px;
  font-weight: 200;
}

.hoteis h3 span {
  display: block;
  font-weight: 600;
}

.hoteis P {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 300;
}

.hoteis button {
  width: 220px;
  height: 60px;
}

/* sessão como funciona */

section.como-funciona {
  padding: 80px 0;
}

.txt-funciona,
.instrucoes {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
}

.como-funciona .txt-funciona {
  position: sticky;
  top: 50%;
  padding-bottom: 30px;
}

.como-funciona .txt-funciona h3 {
  font-size: 4em;
  line-height: 60px;
  font-weight: 300;
}

.como-funciona .txt-funciona h3 span {
  display: block;
  font-weight: 700;
}

.instrucoes .instru-box {
  display: flex;
  align-items: center;
  gap: 20px;

  margin-bottom: 40px;
  border: 2px solid #000;
  padding: 20px;
}

.instrucoes .instru-box img {
  max-width: 100px;
}

.instrucoes .instru-box h4 {
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 10px;
}

.instrucoes .instru-box h4 span {
  font-weight: 300;
}

.instrucoes .instru-box P {
  font-size: 14px;
  line-height: 30px;
}

/* estilo rodapé */

footer {
  background-color: #000;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

footer .top-footer button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  margin: 0 10px;
  transition: 0.5s;
}

footer .top-footer button:hover {
  background-color: #fff;
  color: #000;
}

footer .middle-footer {
  margin: 20px 0;
}

footer .middle-footer a {
  color: #fff;
  margin: 0 15px;
}

footer .bottom-footer {
  border-top: 2px solid #fff;
}

footer .bottom-footer p {
  color: #fff;
}
.bottom-footer {
  border-top: 2px solid #fff;
  margin-top: 10px;
}
