:root {
  --h1: 4.8rem;
  --h2: 3rem;
  --hero-p: 2.5rem;
  --mg-lados: 5%;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  min-height: 100vh;
  color: #0b0c12;
  background: #fcfcfc;
}

img {
  display: block;
  max-width: 100%;
  pointer-events: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

.container {
  max-width: 144rem;
  height: 100%;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 10;
  background: #fcfcfc;
  box-shadow: 0 0.5rem 0.2rem -0.2rem rgba(11, 12, 18, 0.2);
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 var(--mg-lados);
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
}
.header__nav-list a {
  padding: 1rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  position: relative;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  color: #0b0c12;
}
.header__nav-list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 0.3rem;
  transition: 0.3s;
  transform: translateX(-50%);
  background: #6619b3;
}
.header__nav-list a:hover {
  color: #6619b3;
}
.header__nav-list a:hover::after {
  width: calc(100% - 1.5rem);
}
.header__nav-list button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding: 1.3rem 2.6rem;
  border-radius: 3rem;
  cursor: pointer;
  background: none;
  font-weight: bold;
  transition: 0.2s;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  color: #6619b3;
  border: 0.15rem solid #6619b3;
}
.header__nav-list button:hover {
  color: #fcfcfc;
  background-color: #6619b3;
}

.mobile-menu {
  display: none;
  border: none;
  background: none;
  cursor: pointer;
}

.mobile-menu span {
  display: block;
  height: 0.5rem;
  margin: 0.6rem;
  border-radius: 0.5rem;
  width: 3.6rem;
  background: #0b0c12;
}

.main__btn {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding: 1.5rem 3.5rem;
  border-radius: 3rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #fcfcfc;
  background-color: #6619b3;
  box-shadow: 0 0.4rem 0.2rem rgba(102, 25, 179, 0.25);
}
.main__btn:hover {
  background-color: #8f42db;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10rem;
  padding-top: 7rem;
  margin: 0 var(--mg-lados);
}
.hero__conteudo h1 {
  font-size: var(--h1);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.1rem;
  margin-bottom: 1rem;
  font-family: "Nunito", sans-serif;
}
.hero__conteudo p {
  font-size: var(--hero-p);
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 5rem;
  color: #474d59;
}
.hero__detalhe {
  position: absolute;
  top: -0.8rem;
  right: -4.5rem;
  width: 4.5rem;
  height: 4.5rem;
}
.hero__img {
  width: 58rem;
  height: calc(100vh - 7.5rem);
  max-height: 70rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  object-fit: cover;
}
.hero__roxo {
  position: relative;
  font-family: "Nunito", sans-serif;
  color: #6619b3;
}

.sobre {
  margin: 0 var(--mg-lados);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10rem;
  padding: 14rem 0;
}
.sobre__img {
  max-width: 55.6rem;
  height: auto;
  object-fit: cover;
}
.sobre__conteudo h2 {
  font-size: var(--h2);
  margin-bottom: 2rem;
  font-family: "Nunito", sans-serif;
}
.sobre__conteudo p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #474d59;
}
.sobre__conteudo p:nth-child(3) {
  margin-bottom: 4rem;
}
.sobre__detalhe {
  font-family: "Nunito", sans-serif;
  position: relative;
}
.sobre__detalhe img {
  position: absolute;
  top: -0.8rem;
  right: -3.1rem;
}

.informacoes {
  background-color: #0b0c12;
}
.informacoes-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12rem;
  padding: 6rem 0;
  margin: 0 var(--mg-lados);
  color: #fcfcfc;
}
.informacoes__roxo {
  font-size: 3rem;
  color: #b675ff;
}
.informacoes__card {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  text-align: center;
  font-size: 2rem;
  gap: 2rem;
  width: 17.2rem;
  letter-spacing: 0.1rem;
}
.informacoes__card img {
  width: 9rem;
  height: auto;
}

.servicos {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 14rem 0;
  margin: 0 var(--mg-lados);
  gap: 8rem;
}
.servicos__conteudo {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  justify-content: center;
  gap: 2rem;
}
.servicos__titulo {
  text-align: center;
}
.servicos__titulo h2 {
  font-size: var(--h2);
  margin-bottom: 1rem;
  font-family: "Nunito", sans-serif;
}
.servicos__titulo p {
  font-size: 2rem;
  line-height: 1.3;
  max-width: 85ch;
  margin: 0 auto;
  color: #474d59;
}
.servicos__detalhe {
  position: relative;
  font-family: "Nunito", sans-serif;
}
.servicos__detalhe img {
  position: absolute;
  top: -1.4rem;
  left: -3.1rem;
}
.servicos__card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  font-size: 1.8rem;
  padding: 3rem 4.5rem;
  max-width: 53rem;
  border-radius: 3rem;
  color: #474d59;
  border: 0.1rem solid #6619b3;
}
.servicos__card h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #0b0c12;
  font-family: "Nunito", sans-serif;
}
.servicos__card p {
  line-height: 1.5;
}

.depoimentos {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 6rem;
  border-radius: 3rem;
  margin: 0 var(--mg-lados);
  background-color: #6619b3;
}
.depoimentos__titulo {
  text-align: center;
  color: #fcfcfc;
}
.depoimentos__titulo h2 {
  font-family: "Nunito", sans-serif;
  font-size: var(--h2);
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: 0 2rem;
}
.depoimentos__titulo p {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 70ch;
  margin: 0 auto 8rem;
  color: #f7f7f7;
}
.depoimentos__detalhe {
  font-family: "Nunito", sans-serif;
  position: relative;
}
.depoimentos__detalhe img {
  position: absolute;
  top: -1.4rem;
  left: -3.1rem;
}
.depoimentos__conteudo {
  justify-self: center;
  padding-bottom: 6rem;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.depoimentos__slider {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  width: 300%;
  transition: 0.3s;
}
.depoimentos__card {
  display: flex;
  justify-self: center;
  gap: 3rem;
  padding: 2rem 3rem;
  border-radius: 3rem;
  background: #fcfcfc;
  box-shadow: 0 0.5rem 0.2rem -0.2rem rgba(11, 12, 18, 0.2);
}
.depoimentos__card-conteudo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2rem;
}
.depoimentos__card-conteudo h3 {
  font-family: "Nunito", sans-serif;
}
.depoimentos__card-conteudo h4 {
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
  color: #ffae31;
  font-family: "Nunito", sans-serif;
}
.depoimentos__card-conteudo q {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.depoimentos__pessoa {
  width: 20rem;
  height: 20rem;
  border-radius: 3rem;
}
.depoimentos .indicador {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.depoimentos .indicador__btn {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
  background: #fcfcfc;
  border: 0.2rem solid #ffae31;
}
.depoimentos .indicador__btn.active {
  background: #ffae31;
}
.depoimentos .indicador__btn-extra {
  display: none;
}

.atendimento {
  padding: 0 6rem;
  border-radius: 3rem;
  margin: 24rem var(--mg-lados) 10rem;
  background-color: #0b0c12;
}
.atendimento-box {
  display: flex;
  justify-content: space-between;
}
.atendimento__conteudo {
  padding: 3rem 5rem;
  border-radius: 3rem;
  margin: 3rem 0;
  color: #fcfcfc;
  background: #6619b3;
}
.atendimento__conteudo h2 {
  font-size: var(--h2);
  font-family: "Nunito", sans-serif;
  text-align: center;
}
.atendimento__conteudo .linha {
  display: block;
  width: 100%;
  height: 0.4rem;
  margin-top: 1rem;
  border-radius: 3rem;
  background: #fcfcfc;
}
.atendimento__imagem {
  margin-top: -14rem;
}
.atendimento__imagem img {
  width: 32rem;
  height: auto;
}
.atendimento__horario {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  font-size: 2.2rem;
  margin-top: 5rem;
}
.atendimento__horario p:last-child {
  font-size: 2.6rem;
  font-weight: bold;
}

.footer {
  color: #fcfcfc;
  background: #0b0c12;
}
.footer-box {
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  gap: 6rem;
  padding: 6rem 0;
  margin: 0 var(--mg-lados);
}
.footer h3 {
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
.footer a,
.footer p {
  font-size: 1.9rem;
  color: #f7f7f7;
}
.footer__redes {
  display: grid;
  grid-template-rows: auto auto;
  gap: 1.5rem;
  grid-column: 1/-1;
}
.footer__informacoes {
  display: grid;
  grid-template-rows: auto repeat(4, auto);
  gap: 1.8rem;
}
.footer__conteudo {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10rem;
  padding: 0 3rem;
  position: relative;
}
.footer__conteudo .linha {
  height: 0.2rem;
  width: 100%;
  border-radius: 3rem;
  position: absolute;
  background: #f7f7f7;
}
.footer__conteudo .linha-topo {
  top: -3rem;
}
.footer__conteudo .linha-fundo {
  bottom: -3rem;
}
.footer__conteudo-list {
  display: grid;
  grid-template-rows: auto repeat(5, auto);
  gap: 1.8rem;
}
.footer__conteudo-list a:hover {
  text-decoration: underline;
}
.footer__conteudo-info {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footer__conteudo-info img {
  justify-self: center;
  height: 2.5rem;
  width: 2.5rem;
}
.footer .redes {
  display: flex;
  gap: 2rem;
}
.footer .redes a:hover path {
  fill: #6619b3;
}
.footer .redes a svg {
  width: 4.5rem;
  height: 5rem;
}
.footer__logo {
  width: 18rem;
  height: auto;
}
.footer__me {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.footer__me p {
  font-size: 1.5rem;
}
.footer__me .contatos a {
  margin: 0 0.5rem;
}
.footer__me .contatos a :hover path {
  fill: #a55bf0;
}
.footer__me .contatos a svg {
  height: 3.5rem;
  width: auto;
}
.footer__roxo {
  color: #a55bf0;
}

@media screen and (max-width: 1300px) {
  .depoimentos__conteudo {
    max-width: 85%;
  }
  .depoimentos__slider {
    gap: 0;
    width: 600%;
  }
  .depoimentos .indicador__btn-extra {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .informacoes-box {
    gap: 5rem;
  }
}
@media screen and (max-width: 1170px) {
  .hero,
.sobre {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    justify-content: center;
    gap: 5rem;
  }
  .sobre__img {
    max-width: 70.9rem;
    height: auto;
    object-fit: cover;
  }
  .sobre__conteudo {
    order: -1;
  }
  .sobre__conteudo p {
    max-width: 75ch;
  }
  .hero {
    padding-top: 14rem;
  }
  .hero__conteudo {
    text-align: center;
    max-width: 130ch;
    margin: 0 auto;
  }
  .hero__img {
    width: auto;
    height: 44.5rem;
    border-radius: 3rem;
  }
  .main__btn {
    font-size: 1.6rem;
  }
  .atendimento {
    margin: 10rem var(--mg-lados);
  }
  .atendimento-box {
    justify-content: center;
  }
  .atendimento__imagem {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    height: 7rem;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .header__nav-list {
    display: none;
  }
  .header__nav-list a::after {
    display: none;
  }
  .header__nav.ativo .header__nav-list {
    position: absolute;
    top: 7rem;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 4rem;
    height: 100vh;
    width: 100%;
    z-index: 9;
    padding-top: 5rem;
    overflow-y: auto;
    text-align: center;
    background: #0b0c12;
  }
  .header__nav.ativo .header__nav-item a {
    padding: 1rem 2rem;
    color: #fcfcfc;
  }
  .header__nav.ativo .header__nav-item button {
    padding: 1.8rem 4rem;
    background-color: #6619b3;
    color: #fcfcfc;
  }
  .header__nav.ativo .mobile-menu__linha-1 {
    display: none;
  }
  .header__nav.ativo .mobile-menu__linha-2 {
    transform: rotate(135deg);
    transition: 0.3s;
  }
  .header__nav.ativo .mobile-menu__linha-3 {
    position: absolute;
    transform: rotate(-135deg);
    top: 0;
    transition: 0.3s;
  }
  .servicos__card {
    grid-template-columns: auto;
    justify-items: center;
    text-align: center;
    gap: 3rem;
  }
  .servicos__card h3 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  .footer__conteudo {
    grid-template-columns: 1fr 1fr;
    gap: 5rem 10rem;
  }
  .footer h3 {
    font-size: 2rem;
  }
  .footer a,
.footer p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 820px) {
  .depoimentos__conteudo {
    max-width: 100%;
  }
  .depoimentos__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .depoimentos__card-conteudo {
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  :root {
    --h1: 4.8rem;
    --h2: 3.2rem;
  }
  .hero__conteudo {
    max-width: 100ch;
  }
  .hero__detalhe {
    width: 3.5rem;
    height: 3.5rem;
    right: -3.5rem;
    top: -0.5rem;
  }
  .servicos__conteudo {
    grid-template-columns: auto;
  }
  .servicos__card {
    grid-template-columns: auto 1fr;
    justify-items: start;
    text-align: left;
    gap: 2.5rem;
  }
  .servicos__card h3 {
    margin-bottom: 1rem;
  }
  .servicos__card-hospedagem {
    order: 1;
  }
  .main__detalhe img {
    width: 2.7rem;
    height: 2.7rem;
    left: -2.7rem;
  }
  .sobre__detalhe img {
    left: initial;
    right: -2.7rem;
  }
}
@media screen and (max-width: 700px) {
  .depoimentos {
    padding: 6rem 2rem;
  }
  .atendimento {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 620px) {
  .footer__conteudo {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  :root {
    --h1: 4rem;
    --mg-lados: 3%;
  }
  .hero__detalhe {
    width: 3.1rem;
    height: 3.1rem;
    right: -3.1rem;
    top: -0.8rem;
  }
}
@media screen and (max-width: 450px) {
  .servicos__card {
    grid-template-columns: auto;
    justify-items: center;
    text-align: center;
    gap: 3rem;
    padding: 2rem;
  }
  .servicos__card h3 {
    margin-bottom: 1.5rem;
  }
  .atendimento {
    text-align: center;
  }
  .atendimento__horario {
    flex-direction: column;
  }
  .atendimento__conteudo {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 375px) {
  .hero__detalhe {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
