/*FORMATAÇAO UNIVERSAL*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #1cb51e; 
  border-radius: 9px;
}

::-webkit-scrollbar-track {
  background: #dedede;  
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #ffffff;
}

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

.hero-site button,
.hoteis button {
  font-size: 18px;
  background-color: #2fad31;
  border: 1px solid #119713;
  color: #ffff;
  cursor: pointer;
  transition: 0.3s;
}

.hero-site button:hover,
.hoteis button:hover {
  background-color: #20bb2398;
  color: rgb(255, 255, 255);
}

/*---------------------------------------------------------------------------------*/

/*ESTILO DO HERO-------------------*/

section.hero-site {
  height: 100vh;
  background-image: url(images/estetica-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #000000;
}

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

.hero-site .txt-hero h1 {
  font-size: 3.5em;
  line-height: 65px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}

.hero-site .txt-hero h1 span {
  display: block;
  font-family: "Playfair Display", serif;
}

.hero-site .txt-hero p {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
  max-width: 740px;
  text-overflow: ellipsis;
}
.color {
  color: #2cf72f;
}



.hero-site button {
  margin-top: 25px;
  border-radius: 25px;
  width: 400px;
  height: 60px;
  font-size: 20px;
  font-weight: bolder;
}

.hero-site .buttonn {
  display: flex;
}

/*------------------------------------------*/

/*---PAGINA DAS VANTAGENS---------------------------------------------------------*/

section.vantagens {
  padding: 80px 0;
  height: auto;
  background-image: url(images/fundo-folhas.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vantagens .itens-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10%;
  margin-bottom: 60px;
}
.vantagens .itens-container .img-itens img {
  max-width: 500px;
  border-radius: 20px;
}
.vantagens .itens-container .txt-itens h1 {
  font-family: "Playfair Display", serif;
  color: #1bc01e;
  font-size: 3em;
  line-height: 55px;
  margin-bottom: 20px;
}
.itens-container .txt-itens h1 span {
  font-family: "Playfair Display", serif;
  color: #000000;
}

/*-----------------------------------------*/

/*-----PAGINA DE CONTATO-----*/
section.contato {
  background-image: url(images/fundo-linhas.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  padding: 80px 0;
}

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

.contato .txt-contato h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  line-height: 50px;
  margin-bottom: 20px;
}
.contato .txt-contato h1 span {
  display: block;
  font-family: "Playfair Display", serif;
  color: #16c118;
}

.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;
  border: none;
  border: 2px solid #1cb51e;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.contato .icons-contato button i {
  font-size: 20px;
}

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

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

/*-------------------------------------*/

/*----PAGINA DE HOTEIS--*/
section.hoteis {
  height: 600px;
  background-image: url(images/fundo-salao.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

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

.hoteis > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.741);
  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 h1 {
  font-size: 3em;
  line-height: 50px;
  font-weight: 200;
}
.hoteis h1 span {
  display: block;
  font-weight: 600;
}
.hoteis p {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 300;
}

.hoteis button {
  width: 400px;
  height: 60px;
  border-radius: 30px;
}

/*-------------------------------------*/

/*-----PAGINA DE COMO FUCIONA---*/

section.fuciona {
    padding: 80px 0;
    height: auto;
    background-image: url(images/fundo-folha-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

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

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

.fuciona .txt-funciona h1 span {
    display: block;
    font-weight: 600;
    color: #16c118;
}

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

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

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

.instrucoes .instro-box h1 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
}

.instrucoes .instro-box h1 span {
    font-weight: 300;
}


/*---------FOOTER*/


footer {
    background: #0d940f;
    padding: 40px 0;
}
footer .container {
    display: flex;
    color: #ffffff;
    gap: 42px;
}
footer .container ul {
    width: 25%;
}
footer .container ul > p {
    margin-bottom: 30px;
}
footer .container h1 {
    margin-bottom: 16px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
footer .container .rede-social i {
    margin-left: 15px;
    font-size: 1.5em;
}
footer .container li {
    margin: 10px 0;
}
footer .container a {
    color: #ffffff;
    font-family: "Merriweather", serif;
}
footer .container p {
    font-family: "Merriweather", serif;
    font-size: 0.9em;
}
@media screen and (max-width: 960px) {
    footer .container {
      flex-direction: column;
    }
    footer .container ul {
      width: 100%;
      margin-bottom: 30px;
    }
  }

/*------------ANIMAÇAO----------*/
.hero-1,
.item-1,
.item-2,
.item-3,
.ico-1,
.ico-2,
.ico-3,
.ico-4,
.conta-1,
.hos-1,
.hos-2 {
    visibility: hidden;
}
