@import url("https://fonts.googleapis.com/css?family=Englebert&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap");

* {
  margin: 0;
  padding: 0;
}

.atendimento-wpp {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 75px;
  animation: shake 10s infinite;
}

@media (max-width: 576px) {
  .atendimento-wpp {
    width: 50px;
  }
}

@keyframes shake {
      4.5%, 10.5% {
        transform: translate(0px, 0px) rotate(0deg);
      }
      5% {
        transform: translate(1px, 1px) rotate(0deg);
      }
      5.5% {
        transform: translate(-1px, -2px) rotate(-1deg);
      }
      6% {
        transform: translate(-3px, 0px) rotate(1deg);
      }
      6.5% {
        transform: translate(3px, 2px) rotate(0deg);
      }
      7% {
        transform: translate(1px, -1px) rotate(1deg);
      }
      7.5% {
        transform: translate(-1px, 2px) rotate(-1deg);
      }
      8% {
        transform: translate(-3px, 1px) rotate(0deg);
      }
      8.5% {
        transform: translate(3px, 1px) rotate(-1deg);
      }
      9% {
        transform: translate(-1px, -1px) rotate(1deg);
      }
      9.5% {
        transform: translate(1px, 2px) rotate(0deg);
      }
      10% {
        transform: translate(1px, -2px) rotate(-1deg);
      }
    }

.tags-google {
  display: none;
}

.banner-home {
  width: 100%;
  height: 400px;
  background-image: url(../_img/banner-home.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 105px;
}


.banner-home h1 {
  color: #fff;
  font-family: "Englebert", sans-serif;
  font-size: 3.5rem;
  padding-top: 150px;
}


.texto-home1 {
  width: 100%;
  height: 300px;
  background-color: #d58500;
  background-image: url(../_img/elefante.png);
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: 25% 0%;
}

.texto-home1 p {
  color: #fff;
  font-family: "Englebert", sans-serif;
  font-size: 1.5rem;
  padding-top: 75px;
  padding-right: 125px;
}


.texto-home2 {
  width: 100%;
  height: 300px;
  background-color: #ebebeb;
  background-image: url(../_img/macaco.png);
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: 75% 0%;
}

.texto-home2 p {
  color: #d58500;
  font-family: "Englebert", sans-serif;
  font-size: 1.5rem;
  padding-top: 75px;
  padding-right: 125px;
}


.texto-home2 button {
  color: #ebebeb;
  background-color: #d58500;
  font-family: "Englebert", sans-serif;
  font-size: 1.5rem;
  padding: 15px;
  border: 1px solid #d58500;
  border-radius: 5px;
}

.texto-home2 button:hover {
  color: #d58500;
  background-color: #ebebeb;
  font-family: "Englebert", sans-serif;
  font-size: 1.5rem;
  padding: 15px;
  border: 1px solid #d58500;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .banner-home {
    height: 200px;
    background-size: 280%;
    background-position: 65%;
    margin-top: 95px;
  }

  .banner-home h1 {
    font-size: 1.8rem;
    padding-top: 30px;
    margin-right: 50%;
    margin-left: 20px;
  }

  .texto-home1 {
    height: 400px;
    background-position: 65%;
    background-size: 250px;
    background-position: 50% 175%;
  }
  .texto-home1 p {
    font-size: 1.3rem;
    padding-top: 25px;
    padding: 25px;
    text-align: center;
  }

  .texto-home2 {
    height: 400px;
    background-position: 65%;
    background-size: 250px;
    background-position: 50% 140%;
  }
  .texto-home2 p {
    font-size: 1.3rem;
    padding-top: 25px;
    padding: 25px;
    text-align: center;
  }
  .texto-home2 button {
    margin-left: 100px;
  }
}

.banner-villa {
  width: 100%;
  height: 400px;
  background-image: url(../_img/banner-villa.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 105px;
}

.banner-atracoes {
  width: 100%;
  height: 400px;
  background-image: url(../_img/banner-atracoes.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 105px;
}

.banner-depoimentos {
  width: 100%;
  height: 400px;
  background-image: url(../_img/banner-depoimentos.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 105px;
}

.banner-orcamento {
  width: 100%;
  height: 400px;
  background-image: url(../_img/banner-orcamento.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 105px;
}

.banner-contato {
  width: 100%;
  height: 400px;
  background-image: url(../_img/banner-contato.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 105px;
}

@media (max-width: 767px) {
  .banner-villa, .banner-atracoes, .banner-depoimentos, .banner-orcamento, .banner-contato {
    height: 200px;
    background-size: 300%;
    margin-top: 100px;
  }
}

.o-villa {
  width: 100%;
  height: auto;
  background-color: #ebebeb;
  background-image: url(../_img/girafa.png);
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: 90% 0%;
}

.galeria {
  width: 100%;
  height: auto;
  background-color: #d58500;
}

.galeria img {
  width: 100%;
  padding: 5px;
  margin: 10px 0px;
}

.fotos {
  padding: 50px 0px;
}


.atracoes {
  width: 100%;
  height: auto;
  background-color: #ebebeb;
  background-image: url(../_img/zebra.png);
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: 10% 180%;
}


.depoimentos {
  width: 100%;
  height: auto;
  background-color: #ebebeb;
  background-image: url(../_img/popoto.png);
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: 90% 110%;
}

.orcamento {
  width: 100%;
  height: auto;
  background-color: #ebebeb;
  background-image: url(../_img/mascotes.png);
  background-blend-mode: multiply;
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: 90% 110%;
}

.contato {
  width: 100%;
  height: auto;
  background-color: #ebebeb;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .o-villa, .atracoes, .depoimentos, .orcamento {
    background-size: 250px;
    background-position: 50% 110%;
  }

  .espaco {
    width: 100%;
    height: 300px;
  }
}

iframe.mapa {
  width: 100%;
  height: 300px;
}

.textos h1 {
  color: #00803e;
  font-family: "Englebert", sans-serif;
  font-size: 1.5rem;
  margin-top: 50px;
  font-weight: bold;
}

.textos p {
  color: #d58500;
  font-family: "Englebert", sans-serif;
  font-size: 1rem;
  text-align: left;
}

.textos a {
  color: #d58500;
  font-family: "Englebert", sans-serif;
  font-size: 1rem;
  text-align: left;
}

.textos a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #00803e;
}

.textos button {
  color: #ebebeb;
  background-color: #d58500;
  font-family: "Englebert", sans-serif;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #d58500;
  border-radius: 5px;
}

.textos button:hover {
  color: #d58500;
  background-color: #ebebeb;
  font-family: "Englebert", sans-serif;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #d58500;
  border-radius: 5px;
}

.textos button.whats {
  color: #fff;
  background-color: #00803e;
  font-family: "Englebert", sans-serif;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #00803e;
  border-radius: 5px;
}

.textos button.whats:hover {
  color: #00803e;
  background-color: #fff;
  font-family: "Englebert", sans-serif;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #00803e;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .textos h1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textos p {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* Formulário Contato */

.form input,
.form textarea {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  padding-left: 5px;
  margin-top: 30px;
  height: 50px;
}

.form label.error {
  float: left;
  margin-top: 25px;
  margin-right: 15px;
}

.form input[type="text"],
.form input[type="email"] {
  width: 90%;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 1px solid #d58500;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: transparent;
}

.form textarea[type="text"] {
  width: 90%;
  height: auto;
  border: 1px solid transparent;
  border-bottom: 1px solid #d58500;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: transparent;
}

.form input[type="submit"] {
  width: 30%;
  height: 40px;
  color: #ebebeb;
  background-color: #d58500;
  border: 1px solid #d58500;
  font-family: "Englebert", sans-serif;
  font-size: 1rem;
  color: #fff;
  border-radius: 5px;
}

.form input[type="submit"]:hover {
  cursor: pointer;
  font-family: "Englebert", sans-serif;
  font-size: 1rem;
  color: #d58500;
  background-color: #ebebeb;
  border: 3px solid #d58500;
}

@media (max-width: 767px) {

  .form {
    padding-left: 20px;
  }

  .form input[type="text"],
  .form input[type="email"] {
    width: 80%;
  }

  .form textarea[type="text"] {
    width: 80%;
  }

  .form input[type="submit"] {
    width: 50%;
  }
}

/* Footer */

footer#rodape {
  background-color: #00803e;
}

.mapa-site {
  padding-top: 40px;
}

.mapa-site p {
  font-family: "Englebert", sans-serif;
  color: #fff;
}

.mapa-site a {
  color: #fff;
}

.mapa-site a:hover {
  color: #fff;
}

img#logo2 {
  width: 200px;
  margin: 0px 40px 40px 0px;
}

@media (max-width: 767px) {
  img#logo2 {
    margin-left: 50px;
  }

  .mapa-site p {
    padding-left: 20px;
  }
}

section#todos-direitos {
  font-family: "Englebert", sans-serif;
  height: auto;
  width: 100%;
  background-color: #ebebeb;
}

section#todos-direitos p {
  font-family: "Englebert", sans-serif;
  color: #d58500;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 12px;
  text-align: left;
}

img#nicocriativo {
  width: 70px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  section#todos-direitos {
    width: 100%;
    height: auto;
  }

  section#todos-direitos p {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  img#nicocriativo {
    margin-bottom: 20px;
  }
}