@charset "UTF-8";
/*--------------------------VARIÁVEIS-----------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  vertical-align: baseline;
}

body, html {
  width: 100%;
  overflow-x: hidden;
  background-color: #111015;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9A815F;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9b6528;
}

.conteudo-principal {
  background-image: url("img/bg-main.png");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}
.conteudo-principal header {
  background-color: #111015;
  display: flex;
  align-items: center;
  padding: 0 3em;
  justify-content: space-between;
  height: 3em;
  margin: 0 3em;
}
.conteudo-principal header #btn-mobile {
  display: none;
}
.conteudo-principal header img {
  width: 10%;
}
.conteudo-principal header #nav #menu {
  display: flex;
  gap: 3em;
}
.conteudo-principal header #nav #menu li {
  list-style: none;
}
.conteudo-principal header #nav #menu li a {
  position: relative;
  text-decoration: none;
  color: white;
  font-weight: 100;
}
.conteudo-principal header #nav #menu li a:after {
  content: "";
  position: absolute;
  background-color: #9A6527;
  height: 3px;
  width: 0;
  left: 0;
  top: -5px;
  transition: 0.3s;
}
.conteudo-principal header #nav #menu li a:hover {
  color: white;
}
.conteudo-principal header #nav #menu li a:hover:after {
  width: 100%;
}
.conteudo-principal .color {
  background-image: radial-gradient(rgb(26, 24, 27), rgba(26, 24, 27, 0.75), transparent, transparent);
  position: absolute;
  left: -20%;
  bottom: -15%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90%;
}
.conteudo-principal .color .conteudo {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 1em;
}
.conteudo-principal .color .conteudo h1 {
  font-size: 2em;
  color: white;
  font-weight: 200;
}
.conteudo-principal .color .conteudo .botao-principal {
  background-color: #9A815F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  border-radius: 30px;
  width: 50%;
  cursor: pointer;
}
.conteudo-principal .color .conteudo .botao-principal a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}
.conteudo-principal .color .conteudo .botao-principal:hover {
  background: #9A6527;
  transition: 0.3s;
  transform: translateY(-5px);
}
.conteudo-principal .redes-sociais {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 90px;
  right: 3em;
  gap: 1em;
}
.conteudo-principal .redes-sociais img {
  width: 30px;
  cursor: pointer;
}
.conteudo-principal .redes-sociais img:hover {
  transition: 0.3s;
  transform: translateY(-5px);
}

.conteudo-secundario {
  background-color: #111015;
  padding-top: 10%;
  color: white;
}
.conteudo-secundario .conteudo-secundario-titulo {
  margin-left: 10%;
  display: flex;
  align-items: center;
  gap: 1em;
}
.conteudo-secundario .conteudo-secundario-titulo h1 {
  font-size: 2em;
  font-weight: 200;
  white-space: nowrap;
}
.conteudo-secundario .conteudo-secundario-titulo h1 span {
  color: #9A815F;
}
.conteudo-secundario .conteudo-secundario-titulo div {
  background-color: #9A815F;
  height: 5px;
  width: 100%;
}
.conteudo-secundario .informacoes-secundarias {
  margin-left: 15%;
  margin-top: 5%;
  display: flex;
  gap: 2em;
}
.conteudo-secundario .informacoes-secundarias .sobre {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 30%;
  margin-top: 10%;
}
.conteudo-secundario .informacoes-secundarias .sobre h2 {
  font-size: 1.5em;
  font-weight: 300;
}
.conteudo-secundario .informacoes-secundarias .nossa-especialidade {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 10%;
}
.conteudo-secundario .informacoes-secundarias .nossa-especialidade h2 {
  font-size: 1.5em;
  font-weight: 300;
}
.conteudo-secundario .informacoes-secundarias .nossa-especialidade p {
  text-transform: uppercase;
  font-weight: 200;
}
.conteudo-secundario .informacoes-secundarias .nossa-especialidade img {
  width: 2em;
}
.conteudo-secundario .informacoes-secundarias .casa-luxuosa {
  width: 30%;
}

.tittle-servico {
  padding: 5em 0 3em 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 1em;
}
.tittle-servico h1 {
  font-size: 2em;
  font-weight: 200;
  white-space: nowrap;
}
.tittle-servico h1 span {
  color: #9A815F;
}
.tittle-servico div {
  background-color: #9A815F;
  height: 5px;
  width: 100%;
}

.container-servicos .slider-wrapper {
  overflow: hidden;
  max-width: 1200vh;
  margin: 0 70px 55px;
}
.container-servicos .slider-wrapper .swiper-button-prev, .container-servicos .slider-wrapper .swiper-button-next {
  color: #9b6528;
}
.container-servicos .slider-wrapper .card-list {
  width: 150px;
}
.container-servicos .slider-wrapper .card-list .servico-img {
  width: 100%;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contato {
  background-color: #111015;
  padding-top: 10%;
  color: white;
  display: flex;
  gap: 2em;
  flex-direction: column;
}
.contato .contatos-titulos {
  margin-left: 10%;
  display: flex;
  align-items: center;
  gap: 1em;
}
.contato .contatos-titulos h1 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 200;
  white-space: nowrap;
}
.contato .contatos-titulos h1 span {
  color: #9A815F;
}
.contato .contatos-titulos div {
  background-color: #9A815F;
  height: 5px;
  width: 100%;
}
.contato .mapa {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 3em;
  gap: 1em;
}
.contato .mapa img {
  width: 3em;
}
.contato .cards-sociais {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
  flex-direction: column-reverse;
}
.contato .cards-sociais .card-redes-sociais {
  padding: 1rem;
  border-radius: 30px;
  background-color: #9A815F;
  width: 20%;
}
.contato .cards-sociais .card-redes-sociais:hover {
  background: #9A6527;
  transition: 0.3s;
  transform: translateY(-5px);
}
.contato .cards-sociais .card-redes-sociais a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  gap: 1rem;
}
.contato .cards-sociais .card-redes-sociais a img {
  width: 2em;
}
.contato .cards-sociais .card-redes-sociais a p {
  font-size: 1.2em;
  text-transform: uppercase;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  background-color: #111015;
  flex-direction: column;
  gap: 5rem;
}
footer ul {
  display: flex;
  gap: 2rem;
}
footer ul div {
  width: 2px;
  height: 1rem;
  background-color: white;
}
footer ul .e-mail {
  text-decoration: none;
  color: white;
}
footer ul .e-mail:hover {
  transition: 0.3s;
  color: #9A815F;
}
footer ul li a {
  text-decoration: none;
  color: white;
}
footer ul li a:hover {
  transition: 0.3s;
  color: #9A815F;
}
footer p {
  color: white;
  font-weight: 100;
}

@media screen and (max-width: 500px) {
  .conteudo-principal {
    height: 750px;
  }
  .conteudo-principal header {
    justify-content: space-between;
    padding: 0 1rem;
    margin: 0;
  }
  .conteudo-principal header #btn-mobile {
    display: block;
  }
  .conteudo-principal header img {
    width: 40%;
  }
  .conteudo-principal header #nav #menu {
    display: flex;
    padding-top: 3rem;
    position: absolute;
    width: 100%;
    top: 40px;
    right: 0;
    background-color: rgba(17, 16, 21, 0.95);
    height: 0;
    transition: 0.6s;
    z-index: 1000;
    flex-direction: column;
    overflow-y: hidden;
    visibility: hidden;
    gap: 4rem;
  }
  .conteudo-principal header #nav #menu li {
    width: 100vh;
  }
  .conteudo-principal header #nav #menu li a {
    width: 100vh;
    margin: 0 3rem;
  }
  .conteudo-principal header #nav.active #menu {
    height: calc(100vh - 40px);
    visibility: visible;
    overflow-y: auto;
  }
  .conteudo-principal header #btn-mobile {
    display: flex;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    gap: 0.5rem;
    color: #9A815F;
  }
  .conteudo-principal header #btn-mobile #hamburger {
    border-top: 2px solid;
    width: 20px;
    display: block;
  }
  .conteudo-principal header #btn-mobile #hamburger::after, .conteudo-principal header #btn-mobile #hamburger::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    margin-top: 5px;
    transition: 0.3s;
    position: relative;
  }
  .conteudo-principal header #nav.active #hamburger {
    border-top-color: transparent;
  }
  .conteudo-principal header #nav.active #hamburger::before {
    transform: rotate(135deg);
  }
  .conteudo-principal header #nav.active #hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
  }
  .conteudo-principal .color {
    top: 0;
  }
  .conteudo-principal .color .conteudo {
    margin-left: 24%;
    width: 100%;
  }
  .conteudo-principal .color .conteudo h1 {
    font-size: 1.3rem;
  }
  .conteudo-principal .color .conteudo .botao-principal {
    width: 70%;
    font-size: 1rem;
    padding: 0.7rem;
  }
  .conteudo-principal .redes-sociais {
    background-image: radial-gradient(rgba(26, 24, 27, 0.786), rgba(26, 24, 27, 0.478), transparent, transparent);
    padding: 3rem;
    right: -1.5rem;
    bottom: 0;
  }
  .container-servicos .slider-wrapper .tittle-servico h1 {
    font-size: 1.2rem;
  }
  .conteudo-secundario {
    padding-top: 25%;
  }
  .conteudo-secundario .conteudo-secundario-titulo {
    margin-left: 5%;
  }
  .conteudo-secundario .conteudo-secundario-titulo h1 {
    font-size: 1.3rem;
    margin-left: 0;
  }
  .conteudo-secundario .conteudo-secundario-titulo div {
    display: none;
  }
  .conteudo-secundario .informacoes-secundarias {
    flex-direction: column;
    align-items: center;
    margin-left: 5%;
  }
  .conteudo-secundario .informacoes-secundarias .sobre {
    margin-left: -2rem;
    width: 90%;
  }
  .conteudo-secundario .informacoes-secundarias .sobre h2 {
    font-size: 1.2rem;
  }
  .conteudo-secundario .informacoes-secundarias .sobre p {
    font-weight: 100;
  }
  .conteudo-secundario .informacoes-secundarias .nossa-especialidade {
    margin-left: 0;
    gap: 1rem;
  }
  .conteudo-secundario .informacoes-secundarias .nossa-especialidade h2 {
    font-size: 1.2rem;
  }
  .conteudo-secundario .informacoes-secundarias .nossa-especialidade p {
    font-weight: 100;
    font-size: 0.9rem;
  }
  .conteudo-secundario .informacoes-secundarias .nossa-especialidade img {
    margin-top: 2rem;
  }
  .conteudo-secundario .informacoes-secundarias .casa-luxuosa {
    width: 100%;
  }
  .nossos-servicos .nossos-servicos-titulos h1 {
    font-size: 1.2rem;
  }
  .nossos-servicos .nossos-servicos-cards {
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
    padding: 2rem;
    justify-content: left;
    gap: 1rem;
  }
  .nossos-servicos .nossos-servicos-cards .card-item {
    padding: 1rem;
    border-radius: 10px;
    flex-direction: column-reverse;
    justify-content: space-around;
    gap: 1rem;
    min-width: 14rem;
    min-height: 20rem;
    padding: 1rem;
  }
  .nossos-servicos .nossos-servicos-cards .card-item img {
    width: 13rem;
  }
  .nossos-servicos .nossos-servicos-cards .card-item .conteudo-item {
    width: 100%;
    min-height: 10rem;
  }
  .nossos-servicos .nossos-servicos-cards .card-item .conteudo-item h2 {
    font-size: 1rem;
  }
  .nossos-servicos .nossos-servicos-cards .card-item .conteudo-item p {
    font-size: 0.8rem;
  }
  .contato .contatos-titulos {
    margin-left: 10%;
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .contato .contatos-titulos h1 {
    text-transform: uppercase;
    font-size: 1.2em;
    color: white;
    font-weight: 200;
    white-space: nowrap;
  }
  .contato .contatos-titulos h1 span {
    color: #9A815F;
  }
  .contato .cards-sociais .card-redes-sociais {
    width: 50%;
  }
  .contato .cards-sociais .card-redes-sociais a p {
    font-size: 1rem;
  }
  footer ul {
    padding: 1rem;
    flex-direction: column;
  }
  footer ul li a {
    font-size: 1rem;
  }
  footer ul div {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */

.whatsappLink{
  position: fixed;
  cursor: pointer;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 23px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 36px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}


.icon{
  margin-top: 12px;
  color: #fff;
  width: 31px;
}
