@import url("https://use.typekit.net/hkn3xyi.css");

/*
Kandin Regular
font-family: kandin, sans-serif;
font-weight: 400;
font-style: normal;


Kandin Medium
font-family: kandin, sans-serif;
font-weight: 500;
font-style: normal;


Kandin Bold
font-family: kandin, sans-serif;
font-weight: 700;
font-style: normal;


Kandin ExtraBold
font-family: kandin, sans-serif;
font-weight: 800;
font-style: normal;

--------

CORES
amarelo: #f4d48b;
rosa: #f1bebd;
azul: #3f829d;
cinza-fundo: #d8d8d8;

*/

* {
  margin: 0;
  padding: 0;
}

.home {
  width: 100%;
  height: auto;
  background-image: url(../_img/topo.png);
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 250px 0px;
}

.home h1 {
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #f1bebd;
  padding: 0px 250px;
}


#sobre {
  width: 100%;
  height: auto;
  padding: 150px 100px;
  background-color: #f4d48b;
  background-image: url(../_img/thay.png);
  background-repeat: no-repeat;
  background-position: 75%;
  background-size: auto;
}

#sobre h1 {
  font-family: kandin, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  color: #3f829d;
  text-transform: uppercase;
  line-height: 2.6rem;
  text-align: left;
}

#sobre p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: #333;
  padding-right: 100px;
  text-align: left;
}

#trajetoria {
  width: 100%;
  height: auto;
  padding: 150px 100px;
  background-color: #f4d48b;
}

#trajetoria h1 {
  font-family: kandin, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  color: #3f829d;
  text-transform: uppercase;
  line-height: 2.6rem;
  text-align: left;
}

#trajetoria p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: #333;
  padding-right: 100px;
  text-align: left;
}

#frase {
  width: 100%;
  height: auto;
  padding: 150px;
  background-color: #d8d8d8;
}

#frase h1 {
  font-family: kandin, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  color: #3f829d;
  text-transform: uppercase;
  line-height: 2.6rem;
  text-align: center;
}

#frase p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: #333;
  text-align: center;
}

#gestalt-terapia {
  width: 100%;
  height: auto;
  padding: 150px 100px;
  background-color: #f1bebd;
  background-image: url(../_img/gestalt.png);
  background-repeat: no-repeat;
  background-position: 80%;
  background-size: 40%;
}

#gestalt-terapia h1 {
  font-family: kandin, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  color: #3f829d;
  text-transform: uppercase;
  line-height: 2.6rem;
  text-align: left;
}

#gestalt-terapia p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: #333;
  padding-right: 100px;
  text-align: left;
}

#o-processo {
  width: 100%;
  height: auto;
  padding: 150px 100px;
  background-color: #3f829d;
}

#o-processo h1 {
  font-family: kandin, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  color: #f1bebd;
  text-transform: uppercase;
  line-height: 2.6rem;
  text-align: left;
}

#o-processo h2 {
  font-family: kandin, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  color: #f1bebd;
  text-transform: uppercase;
  line-height: 2.6rem;
  text-align: left;
}

#o-processo p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: #fff;
  padding-right: 100px;
  text-align: left;
}

#contato {
  width: 100%;
  height: auto;
  padding: 150px 100px;
  background-color: #fff;
}

#contato h1 {
  font-family: kandin, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  color: #f1bebd;
  text-transform: uppercase;
  line-height: 2.6rem;
  text-align: left;
}

#contato h2 {
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #333;
  text-align: left;
}

#contato p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: #333;
  text-align: left;
}

#contato a {
  margin-left: -2px;
  font-size: 1.3rem;
}

#contato a.menu-social-item {
  color: #f1bebd;
}


@media (max-width: 1200px) {
  .home {
    background-size: 120%;
    padding: 250px 0px;
  }

  .home h1 {
    padding: 0px 250px;
  }

  #sobre {
    background-position: 90%;
  }

  #frase {
    padding: 150px 100px;
  }

  #gestalt-terapia {
    background-position: 120%;
    background-size: 60%;
  }

  #gestalt-terapia p {
    padding-right: 50px;
  }

  #o-processo h2 {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .home h1 {
    padding: 0px 150px;
  }

  #gestalt-terapia {
    padding-bottom: 400px;
    background-position: center bottom;
    background-size: 60%;
  }

  #gestalt-terapia p {
    padding-right: 0px;
  }

  #o-processo p {
    padding-right: 0px;
  }

  #o-processo h2 {
    display: none;
  }

}

@media (max-width: 768px) {
  .home {
    background-size: 120%;
    padding: 150px 0px 250px;
  }

  .home h1 {
    font-size: 2rem;
    padding: 0px 50px;
  }

  #sobre {
    padding-bottom: 600px;
    background-position: center bottom;
  } 

  #sobre p {
    padding-right: 0px;
  }

  #trajetoria p {
    padding-right: 0px;
  }
}

@media (max-width: 540px) {
  .home {
    background-size: 120%;
    padding: 150px 0px 100px;
  }

  .home h1 {
    padding: 0px 50px;
  }

  #sobre {
    padding: 100px 30px;
    padding-bottom: 600px;
    background-position: center bottom;
  } 

  #trajetoria {
    padding: 100px 30px;
  }

  #frase {
    padding: 100px 30px;
  }

  #gestalt-terapia {
    padding: 100px 30px;
    padding-bottom: 300px;
    background-position: center bottom;
    background-size: 100%;
  }

  #o-processo {
    padding: 100px 30px;
  }

  #contato {
    padding: 100px 30px;
  }

  #contato p {
    font-size: 1.1rem;
  }

  #contato a {
    font-size: 1.1rem;
  }

}

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

@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);
      }
    }

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

footer {
  width: 100%;
  height: auto;
  background-color: #3f829d;
}

img.nico {
  width: 70px;
  margin: 10px;
}

section#todos-direitos p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1rem;
  text-align: left;
  padding-top: 10px;
}





/* Formulário Contato */

.form {
  margin: 0px;
}

.form input, .form textarea {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;;
  font-size: 1rem;
  color: #333;
  padding-left: 5px;
  margin-top: 30px;
}

.form label.error {
  float: left;
  margin-top: 25px;
  margin-right: 15px; 
}
 
.form input[type='text'], .form input[type='email'] {
  width: 90%;
  height: 30px;
  border: 1px solid #fff;
  border-bottom: 1px solid #f1bebd;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #333;
}

.form select {
  width: 90%;
  height: 50px;
  border: 1px solid #f1bebd;
  background-color: #f1bebd;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #333;
  padding-left: 5px;
}

.form textarea[type='text'] {
  width: 90%;
  height: auto;
  border: 1px solid #fff;
  border-bottom: 1px solid #f1bebd;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #333;
}


.form input[type='submit'] {
  width: 30%;
  height: 40px;
  background-color: #f1bebd;
  border: 1px solid #f1bebd;
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  padding-top: 5px;
}

.form input[type='submit']:hover {
  cursor: pointer;
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #f1bebd;
  background-color: #fff;
  border: 3px solid #f1bebd;
  padding-top: 5px;
}

.g-recaptcha {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .form {
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 100px;
  }

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

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

@media (max-width: 576px) {
  .form {
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .form input[type='text'], .form input[type='email'], .form textarea[type='text'] {
  width: 100%;
  }

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