html {
  font-family: 'Raleway', sans-serif;
}
html h1,
html h2,
html h3 {
  font-family: 'Baloo Chettan 2', cursive;
}
html h4,
html h5 {
  font-family: 'Amatic SC', cursive;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
.btn {
  border-radius: 3px;
  padding: 8px 30px;
}
.btn.btn-primary {
  background: #EB5757;
  border-color: #EB5757;
}
.btn.btn-outline-secondary {
  color: white;
  border-color: white;
}
.btn.btn-outline-primary {
  color: #EB5757;
  border-color: #EB5757;
}
.btn.btn-outline-primary:hover {
  background: #EB5757;
  border-color: #EB5757;
  color: white;
}
.home header ul a {
  color: black;
}
.home header ul a:hover {
  color: black;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 0px 30px 0px;
  width: 100%;
  z-index: 10;
}
header .social a {
  background: #EB5757;
  color: white;
  width: 40px;
  padding: 8px;
  border-radius: 5px;
  margin-left: 5px;
  text-align: center;
  font-size: 16px;
  margin-top: 0px;
  display: inline-block;
}
header.headerInterna ul {
  margin-top: 10px;
}
header .top {
  background: white;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background: #509b74;
  color: white;
}
header .top p {
  margin: 0px;
}
header .top p i {
  margin-right: 15px;
}
header .top a {
  color: black;
  margin-left: 15px;
  font-size: 14px;
}
header .top a {
  color: white;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul a {
  color: black;
  padding: 5px 10px;
  font-size: 18px;
  display: inline-block;
}
header ul a:hover {
  color: black;
}
header ul li {
  display: inline-block;
}
header .btn-primary {
  font-size: 18px;
  padding: 6px 20px;
}
header img {
  max-width: 100%;
}
footer {
  padding: 60px 0px 10px;
  color: #777;
}
footer a {
  color: #777;
}
footer h3 {
  color: black;
  font-size: 22px;
  margin-bottom: 15px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu li {
  margin-bottom: 5px;
}
footer .menu a {
  background: url(../../img/bullet.png) center left no-repeat;
  padding-left: 20px;
}
footer .contact li {
  position: relative;
  padding-left: 30px;
}
footer .contact li i {
  color: #EB5757;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}
footer .bottom {
  padding-top: 30px;
}
nav {
  position: fixed;
  background: white;
  top: 0;
  right: 0;
  width: 300px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 12;
  height: 100%;
  padding: 30px;
  padding-top: 80px;
  transform: translateX(320px);
  transition: all .5s;
}
nav.active {
  transform: translateX(0px);
}
nav .btn.cl {
  width: 40px;
  padding: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #EB5757;
  background: white;
}
nav .btn {
  width: 100%;
}
nav img {
  width: 100%;
}
nav ul {
  list-style: none;
  margin: 30px 0px;
  padding: 0;
}
nav ul li {
  margin-bottom: 10px;
}
nav ul a {
  background: url(../../img/bullet.png) center left no-repeat;
  padding-left: 20px;
  color: #777;
  font-size: 18px;
}
.btn-whatsapp {
  position: fixed;
  bottom: 0;
  right: 0px;
  padding: 20px;
  z-index: 100;
}
.btn-whatsapp a {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100px;
  font-size: 30px;
  text-align: center;
  padding-top: 15px;
  display: inline-block;
  background: #509b74;
}

#festa {
  color: #777;
}
#festa h1,
#festa h2,
#festa h3,
#festa h4,
#festa h5,
#festa h6 {
  color: black;
}
#festa .title h4 {
  color: #EB5757;
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
}
#festa .title h3,
#festa .title h2 {
  margin: 0px;
  font-size: 42px;
  font-weight: bold;
  background: url(../../img/title-button.png) bottom center no-repeat;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
#festa section.intro {
  background: url(../../img/il11.png) top left no-repeat #C6EDFF;
  padding: 160px 0px 0px;
  position: relative;
}
#festa section.intro:after {
  width: 293px;
  height: 293px;
  background: url(../../img/il10.png) top left no-repeat;
  content: '';
  position: absolute;
  top: 20px;
  left: -110px;
}
@media (max-width: 768px) {
  #festa section.intro:after {
    display: none;
  }
}
#festa section.intro img {
  max-width: 100%;
}
#festa section.intro .container {
  position: relative;
}
#festa section.intro .container .box {
  font-size: 18px;
}
#festa section.intro .container .box h1 {
  font-size: 70px;
}
@media (min-width: 768px) {
  #festa section.intro .container .box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  #festa section.intro .box {
    text-align: center;
    margin-bottom: 40px;
  }
}
#festa section.description {
  background: #FFEBE6;
  position: relative;
  padding: 60px 0px;
  margin-bottom: 60px;
}
#festa section.description .title h2,
#festa section.description .title h3 {
  background-position: bottom left;
}
#festa section.description ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}
#festa section.description ul li {
  margin-bottom: 5px;
  background: url(../../img/bullet.png) center left no-repeat;
  padding-left: 20px;
}
#festa section.description:before {
  content: '';
  width: 100%;
  bottom: -100px;
  left: 0px;
  background: url(../../img/clouds.png) bottom center repeat-x;
  height: 115px;
  position: absolute;
  z-index: 2;
  background-size: 1000px;
}
#festa section.description:after {
  content: '';
  width: 100%;
  top: -70px;
  left: 0px;
  background: url(../../img/clouds.png) top center repeat-x;
  height: 115px;
  position: absolute;
  z-index: 2;
  background-size: 1000px;
}
#festa section.description img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #festa section.description {
    padding-bottom: 20px;
  }
  #festa section.description img {
    display: none;
    margin-bottom: 30px;
  }
}
#festa .precario {
  padding: 100px 0px;
  background: url(../../img/il6.png) top 100px right 100px no-repeat;
}
#festa .precario + .precario {
  background: url(../../img/il8.png) top 100px left 100px no-repeat;
  padding-top: 00px;
}
@media (max-width: 768px) {
  #festa .precario + .precario {
    background: url(../../img/il8.png) top 10px left -20px no-repeat;
  }
}
@media (max-width: 768px) {
  #festa .precario {
    background-position: top right;
  }
}
#festa .precario .box {
  text-align: center;
  padding: 60px 30px;
  display: inline-block;
  width: 100%;
  color: black;
}
#festa .precario .box.box-1 {
  background: rgba(49, 201, 168, 0.18);
}
#festa .precario .box.box-1 b {
  color: #31C9A8;
  background: url(../../img/ico4.png) top center no-repeat;
}
#festa .precario .box.box-2 {
  background: rgba(235, 87, 87, 0.12);
}
#festa .precario .box.box-2 b {
  color: #EB5757;
  background: url(../../img/ico5.png) top center no-repeat;
}
#festa .precario .box b {
  font-size: 70px;
  line-height: 30px;
  padding-top: 100px;
  display: inline-block;
}
#festa .precario .box b small {
  font-size: 24px;
}
#festa .precario .box p {
  font-weight: bold;
  margin: 0px;
}
#festa .precario .horarios .box {
  border-radius: 10px;
  background: #EB5757;
  color: white;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
#festa .precario .horarios h4 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 30px 0px 15px 0px;
}
#festa .precario-cta {
  background: url(../../img/il8.png) top 100px right 100px no-repeat;
}
@media (max-width: 768px) {
  #festa .precario-cta {
    background-position: top right;
  }
}
#festa section.servicos {
  padding: 120px 0px 30px;
  background: url(../../img/il7.png) top 100px left 0px no-repeat;
}
#festa section.servicos .item {
  text-align: center;
}
#festa section.servicos .item .img {
  background-size: cover;
  width: 100%;
  height: 300px;
  width: 300px;
  border: 5px solid #EB5757;
  transform: skew(1deg);
  border-radius: 500px;
  position: relative;
  margin: auto;
}
#festa section.servicos .item .img:after {
  position: absolute;
  content: '';
  width: 300px;
  height: 300px;
  border-radius: 500px;
  border: 1px solid #333;
  top: -5px;
  right: -10px;
  transform: skew(-10deg);
}
#festa section.servicos .item b {
  background: #C0E8FC;
  color: white;
  padding: 30px 80px;
  display: inline-block;
  border-radius: 5px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
#festa section.servicos .item + .item b {
  background: #007FC5;
}
#festa section.servicos .item + .item + .item b {
  background: #7BC72D;
}
#festa section.servicos .item + .item + .item + .item b {
  background: #FF8CD3;
}
#festa section.servicos .item + .item + .item + .item + .item b {
  background: #AF4E0E;
}
#festa section.servicos .item + .item + .item + .item + .item + .item b {
  background: #C7D337;
}
#festa section.servicos .item + .item + .item + .item + .item + .item + .item b {
  background: #205A2C;
}
#festa section.servicos .item + .item + .item + .item + .item + .item + .item + .item b {
  background: #FBC69F;
}
#festa section.atividades {
  margin-top: 60px;
  background: #C0E8FC;
  padding: 80px 0px;
  position: relative;
  margin-bottom: 0px;
}
#festa section.atividades:before {
  content: '';
  width: 100%;
  bottom: -100px;
  left: 0px;
  background: url(../../img/bluebottom.png) top center repeat-x;
  height: 115px;
  position: absolute;
  z-index: 2;
  background-size: 1000px;
}
#festa section.atividades:after {
  content: '';
  width: 100%;
  top: -50px;
  left: 0px;
  background: url(../../img/bluetop.png) top center repeat-x;
  height: 115px;
  position: absolute;
  z-index: 2;
  background-size: 1000px;
}
#festa section.atividades .item {
  margin-top: 30px;
}
#festa section.atividades .item .box {
  background: white;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
#festa section.atividades .item .box .img {
  background: #333;
  border-radius: 15px;
  background-size: cover;
  height: 200px;
  margin-bottom: 20px;
}
#festa section.atividades .item .box span {
  background: #EB5757;
  border-radius: 100px;
  color: white;
  font-size: 22px;
  padding: 5px 10px;
  position: absolute;
  top: 50px;
  left: 50px;
}
#festa section.atividades .item .box b {
  font-size: 20px;
  color: black;
}
#festa section.atividades .item .box p {
  margin-bottom: 0px;
}
#festa section.cta {
  background: #FFEBE6;
  position: relative;
  padding: 90px 0px 120px;
}
#festa section.cta img {
  max-width: 100%;
}
#festa section.cta:before {
  content: '';
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: url(../../img/bottom-white.png) bottom center repeat-x;
  height: 115px;
  position: absolute;
  z-index: 2;
  background-size: 1000px;
}
#festa section.cta.btop:after {
  content: '';
  width: 100%;
  top: 0px;
  transform: rotate(180deg);
  left: 0px;
  background: url(../../img/bottom-white.png) top center repeat-x;
  height: 50px;
  position: absolute;
  z-index: 2;
  background-size: 1000px;
}
#festa section.cta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#festa section.cta ul li {
  padding: 30px 30px 30px 120px;
  border-radius: 5px;
  background: url(../../img/ico8.png) left 20px center no-repeat;
  background-color: white;
  margin-bottom: 20px;
}
#festa section.cta ul li + li {
  background: url(../../img/ico9.png) left 20px center no-repeat;
  background-color: white;
}
#festa section.cta ul li + li + li {
  background: url(../../img/ico10.png) left 20px center no-repeat;
  background-color: white;
}
#festa section.cta ul li p {
  margin-bottom: 0px;
}
#festa section.cta .title h2,
#festa section.cta .title h3 {
  background-position: bottom left;
}
@media (max-width: 768px) {
  #festa section.cta img {
    display: none;
  }
}

@keyframes moveBug {
  0% {
    bottom: 0;
    /* Posição inicial no fundo */
    left: 150px;
    transform: rotate(0deg);
    /* Cabeça para cima */
  }
  25% {
    bottom: 400px;
    /* Sobe até sair da tela */
    left: -80px;
    /* Sai pela esquerda */
    transform: rotate(-90deg);
    /* Roda para andar para a esquerda */
  }
  25.1% {
    bottom: -400px;
    /* Sobe até sair da tela */
    left: -80px;
    /* Sai pela esquerda */
    transform: rotate(-90deg);
    /* Roda para andar para a esquerda */
  }
  25.2% {
    bottom: -400px;
    /* Sobe até sair da tela */
    left: 110%;
    /* Sai pela esquerda */
    transform: rotate(-90deg);
    /* Roda para andar para a esquerda */
  }
  30% {
    bottom: 80%;
    /* Reaparece no topo à direita */
    left: 100%;
    /* Lado direito da tela */
    transform: rotate(180deg);
    /* Roda para andar para a direita */
  }
  50% {
    bottom: 0%;
    /* Desce em direção ao centro */
    left: 50%;
    /* Centro da tela */
    transform: rotate(270deg);
    /* Roda para andar para baixo */
  }
  75% {
    bottom: 100%;
    /* Vai para cima novamente */
    left: -70px;
    /* Sai pela esquerda */
    transform: rotate(270deg);
    /* Cabeça para a esquerda */
  }
  75.1% {
    bottom: 100%;
    /* Vai para cima novamente */
    left: -50px;
    /* Sai pela esquerda */
    transform: rotate(180deg);
    /* Cabeça para a esquerda */
  }
  100% {
    bottom: 0;
    /* Retorna à posição inicial no fundo */
    left: 150px;
    transform: rotate(180deg);
    /* Cabeça para cima */
  }
}
@keyframes moveBug2 {
  0% {
    bottom: 0;
    /* Posição inicial no fundo */
    left: 650px;
    transform: rotate(0deg);
    /* Cabeça para cima */
  }
  35% {
    bottom: 600px;
    /* Sobe até sair da tela */
    left: -80px;
    /* Sai pela esquerda */
    transform: rotate(-90deg);
    /* Roda para andar para a esquerda */
  }
  35.1% {
    bottom: -400px;
    /* Sobe até sair da tela */
    left: -80px;
    /* Sai pela esquerda */
    transform: rotate(-90deg);
    /* Roda para andar para a esquerda */
  }
  35.2% {
    bottom: -400px;
    /* Sobe até sair da tela */
    left: 110%;
    /* Sai pela esquerda */
    transform: rotate(-90deg);
    /* Roda para andar para a esquerda */
  }
  50% {
    bottom: 80%;
    /* Reaparece no topo à direita */
    left: 100%;
    /* Lado direito da tela */
    transform: rotate(180deg);
    /* Roda para andar para a direita */
  }
  70% {
    bottom: 0%;
    /* Desce em direção ao centro */
    left: 50%;
    /* Centro da tela */
    transform: rotate(270deg);
    /* Roda para andar para baixo */
  }
  85% {
    bottom: 50%;
    /* Vai para cima novamente */
    left: -70px;
    /* Sai pela esquerda */
    transform: rotate(270deg);
    /* Cabeça para a esquerda */
  }
  85.1% {
    bottom: 50%;
    /* Vai para cima novamente */
    left: -50px;
    /* Sai pela esquerda */
    transform: rotate(180deg);
    /* Cabeça para a esquerda */
  }
  100% {
    bottom: 0;
    /* Retorna à posição inicial no fundo */
    left: 150px;
    transform: rotate(180deg);
    /* Cabeça para cima */
  }
}
@keyframes movePiu {
  0% {
    bottom: 0;
    /* Posição inicial no fundo */
    right: 150px;
    transform: rotate(0deg);
    /* Cabeça para cima */
  }
  25% {
    bottom: 100%;
    /* Sobe até sair da tela */
    right: 50%;
    /* Sai pela esquerda */
    transform: rotate(9deg);
    /* Roda para andar para a esquerda */
  }
  25.1% {
    bottom: -400px;
    /* Sobe até sair da tela */
    right: -90px;
    /* Sai pela esquerda */
    transform: rotate(0deg);
    /* Roda para andar para a esquerda */
  }
  25.2% {
    bottom: -400px;
    /* Sobe até sair da tela */
    right: 110%;
    /* Sai pela esquerda */
    transform: rotate(180deg);
    /* Roda para andar para a esquerda */
  }
  30% {
    bottom: -400px;
    /* Reaparece no topo à direita */
    right: 100%;
    /* Lado direito da tela */
    transform: rotateY(180deg);
    /* Roda para andar para a direita */
  }
  50% {
    bottom: 100%;
    /* Desce em direção ao centro */
    right: 50%;
    /* Centro da tela */
    transform: rotateY(180deg);
    /* Roda para andar para baixo */
  }
  75% {
    bottom: 100%;
    /* Vai para cima novamente */
    right: -70px;
    /* Sai pela esquerda */
    transform: rotate(0deg);
    /* Cabeça para a esquerda */
  }
  75.1% {
    bottom: 100%;
    /* Vai para cima novamente */
    right: -50px;
    /* Sai pela esquerda */
    transform: rotate(0deg);
    /* Cabeça para a esquerda */
  }
  100% {
    bottom: 0;
    /* Retorna à posição inicial no fundo */
    right: 150px;
    transform: rotate(0deg);
    /* Cabeça para cima */
  }
}
#home {
  color: #777;
}
#home h1,
#home h2,
#home h3,
#home h4,
#home h5,
#home h6 {
  color: black;
}
#home .intro {
  background: black;
  height: 75vh;
  min-height: 850px;
  color: white;
  position: relative;
  background: url(../../img/bgTop2.jpg) bottom center no-repeat;
  background-size: cover;
  color: black;
  overflow: hidden;
}
#home .intro .an {
  background: url(../../img/bug.png);
  width: 50px;
  height: 64px;
  position: absolute;
  bottom: 130px;
  left: 150px;
  animation: moveBug 20s infinite linear;
}
#home .intro .an3 {
  background: url(../../img/bug.png);
  width: 50px;
  height: 64px;
  position: absolute;
  bottom: 130px;
  left: 150px;
  animation: moveBug2 23s infinite linear;
}
#home .intro .an2 {
  background: url(../../img/piu.png);
  width: 67px;
  height: 52px;
  position: absolute;
  bottom: 130px;
  animation: movePiu 17s infinite linear;
}
#home .intro img {
  max-width: 100%;
}
#home .intro:after {
  content: '';
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: url(../../img/frame.png) bottom center repeat-x;
  height: 230px;
  position: absolute;
  background-size: 1400px;
}
#home .intro:before {
  content: '';
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: url(../../img/hr-cloud.png) top 120px center repeat-x;
  height: 230px;
  position: absolute;
  z-index: 2;
}
#home .intro .box {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
  font-size: 18px;
  margin-top: -50px;
}
#home .intro .box h1 {
  font-size: 70px;
  color: white;
}
#home .intro .box p,
#home .intro .box h1,
#home .intro .box h2,
#home .intro .box h3,
#home .intro .box h4,
#home .intro .box h5,
#home .intro .box h6 {
  margin-bottom: 30px;
}
#home .intro .btn {
  padding: 8px 30px;
}
@media (max-width: 768px) {
  #home .intro {
    height: 100vh;
    min-height: 660px;
  }
  #home .intro .box {
    margin-top: -50px;
    padding: 30px;
  }
  #home .intro .box h1 {
    font-size: 50px;
  }
  #home .intro .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
#home .title h4 {
  color: #EB5757;
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
}
#home .title h3,
#home .title h2 {
  margin: 0px;
  font-size: 42px;
  font-weight: bold;
  background: url(../../img/title-button.png) bottom center no-repeat;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
#home .features .box {
  position: relative;
  padding: 20px 80px 20px 126px;
}
#home .features .box img {
  position: absolute;
  top: 0;
  left: 0;
}
#home .features h3 {
  font-size: 24px;
  margin: 0px;
}
#home .features .item:first-child {
  background: url(../../img/il1.png) right 20px center no-repeat;
}
#home .features .item:first-child + .item {
  background: url(../../img/il2.png) right 0px center no-repeat;
}
@media (max-width: 768px) {
  #home .features {
    padding-top: 40px;
  }
  #home .features .box {
    padding: 0px 20px 20px 80px;
  }
  #home .features .box img {
    width: 80px;
  }
  #home .features .item {
    background: none!important;
  }
}
#home .festa {
  padding: 0px 0px 0px 0px;
}
#home .festa img {
  max-width: 100%;
}
#home .festa .title {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #home .festa .title h3,
  #home .festa .title h2 {
    background-position: bottom left;
  }
}
#home .festa ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
#home .festa ul h3 {
  font-size: 24px;
}
#home .festa ul li {
  padding: 20px 20px 20px 100px;
}
#home .festa ul li:first-child {
  background: url(../../img/ico6.png) center left no-repeat;
}
#home .festa ul li:first-child + li {
  background: url(../../img/ico7.png) center left no-repeat;
}
#home .festa ul li:first-child + li + li {
  background: url(../../img/ico8.png) center left no-repeat;
}
#home .festa ul li:first-child + li + li + li {
  background: url(../../img/ico9.png) center left no-repeat;
}
#home .festa ul li:first-child + li + li + li + li {
  background: url(../../img/ico10.png) center left no-repeat;
}
@media (max-width: 768px) {
  #home .festa {
    text-align: center;
  }
  #home .festa ul li {
    text-align: left;
  }
}
#home .espaco {
  padding: 40px 0px 80px;
  background: url(../../img/il4.png) top 60px right 100px no-repeat;
}
#home .espaco .item {
  margin-bottom: 30px;
}
#home .espaco .item .box {
  background: rgba(255, 170, 0, 0.15);
  border-radius: 20px;
  padding: 30px;
}
#home .espaco .item .box .img {
  height: 230px;
  background: #FFAA00;
  border-radius: 30px;
  transform: rotate(-3deg);
  margin-bottom: 30px;
}
#home .espaco .item .box .img .bg {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  transform: rotate(6deg);
}
#home .espaco .item .box a {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
#home .espaco .item .box a span {
  position: relative;
  z-index: 2;
}
#home .espaco .item .box a:hover {
  text-decoration: none;
}
#home .espaco .item .box a:hover:after {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFAA00;
  transform: translateX(-50%) translateY(-50%);
  content: '';
}
#home .espaco .item:nth-child(2) .box {
  background: rgba(49, 201, 168, 0.24);
}
#home .espaco .item:nth-child(2) .box .img {
  background: #31C9A8;
}
#home .espaco .item:nth-child(2) .box a:hover:after {
  background: #31C9A8;
}
#home .espaco .item:nth-child(3) .box {
  background: rgba(253, 92, 55, 0.16);
}
#home .espaco .item:nth-child(3) .box .img {
  background: #FD5C37;
}
#home .espaco .item:nth-child(3) .box a:hover:after {
  background: #FD5C37;
}
#home .espaco .item:nth-child(4) .box {
  background: rgba(74, 91, 242, 0.24);
}
#home .espaco .item:nth-child(4) .box .img {
  background: #4A5BF2;
}
#home .espaco .item:nth-child(4) .box a:hover:after {
  background: #4A5BF2;
}
#home .espaco .item:nth-child(5) .box {
  background: rgba(245, 54, 254, 0.23);
}
#home .espaco .item:nth-child(5) .box .img {
  background: #F536FE;
}
#home .espaco .item:nth-child(5) .box a:hover:after {
  background: #F536FE;
}
#home .espaco .item:nth-child(6) .box {
  background: rgba(112, 188, 79, 0.21);
}
#home .espaco .item:nth-child(6) .box .img {
  background: #70BC4F;
}
#home .espaco .item:nth-child(6) .box a:hover:after {
  background: #31C9A8;
}
@media (max-width: 768px) {
  #home .espaco {
    background-position: top right;
  }
}
#home .equipa {
  background: url(../../img/il5.png) top 60px left 100px no-repeat #FFEBE6;
  padding: 60px 0px 130px;
  position: relative;
}
#home .equipa:before {
  content: '';
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: url(../../img/hr-noise.png) bottom center repeat-x;
  height: 230px;
  position: absolute;
  z-index: 2;
}
#home .equipa .item {
  margin-top: 30px;
}
#home .equipa .item .box {
  background: white;
  border-radius: 20px;
  padding: 30px;
}
#home .equipa .item .box .img {
  background: #333;
  border-radius: 15px;
  background-size: cover;
  height: 300px;
  margin-bottom: 20px;
}
#home .equipa .item .box b {
  font-size: 20px;
  color: black;
}
#home .equipa .item .box p {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  #home .equipa {
    background-position: top left;
  }
}
#home .precario {
  padding: 100px 0px;
  background: url(../../img/il6.png) top 100px right 100px no-repeat;
}
@media (max-width: 768px) {
  #home .precario {
    background-position: top right;
  }
}
#home .precario .title h2,
#home .precario .title h3 {
  background-position: bottom left;
}
#home .precario .box {
  text-align: center;
  padding: 60px 30px;
  display: inline-block;
  width: 100%;
  color: black;
}
#home .precario .box.box-1 {
  background: rgba(49, 201, 168, 0.18);
}
#home .precario .box.box-1 b {
  color: #31C9A8;
  background: url(../../img/ico4.png) top center no-repeat;
}
#home .precario .box.box-2 {
  background: rgba(235, 87, 87, 0.12);
}
#home .precario .box.box-2 b {
  color: #EB5757;
  background: url(../../img/ico5.png) top center no-repeat;
}
#home .precario .box b {
  font-size: 70px;
  line-height: 30px;
  padding-top: 100px;
  display: inline-block;
}
#home .precario .box b small {
  font-size: 24px;
}
#home .precario .box p {
  font-weight: bold;
  margin: 0px;
}
#home .depoimentos {
  background: url(../../img/bg-review.png?v2) center center no-repeat;
  height: 1380px;
  position: relative;
}
#home .depoimentos .carousel {
  width: 700px;
  max-width: 90%;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  margin-top: -220px;
}
#home .depoimentos .carousel .img {
  width: 136px;
  height: 142px;
  background-color: #666;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  position: relative;
  margin-bottom: 90px;
}
#home .depoimentos .carousel .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/imagem-depoimento.png);
}
#home .depoimentos .carousel .box {
  background: url(../../img/commas.png) top 220px center no-repeat;
  padding-top: 80px;
}
#home .depoimentos .carousel h6 {
  color: black;
  font-size: 20px;
}

#page {
  color: #777;
}
#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
  color: black;
}
#page .title h4 {
  color: #EB5757;
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
}
#page .title h3,
#page .title h2 {
  margin: 0px;
  font-size: 42px;
  font-weight: bold;
  background: url(../../img/title-button.png) bottom center no-repeat;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
#page .galeria {
  background: url(../../img/il5.png) top 60px left 100px no-repeat;
  padding: 20px 0px 70px;
  position: relative;
}
#page .galeria .item {
  margin-bottom: 30px;
}
#page .galeria .item .box {
  background: rgba(255, 170, 0, 0.15);
  border-radius: 20px;
  padding: 30px;
}
#page .galeria .item .box .img {
  height: 230px;
  background: #FFAA00;
  border-radius: 30px;
  transform: rotate(-3deg);
  margin-bottom: 30px;
}
#page .galeria .item .box .img .bg {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  transform: rotate(6deg);
  display: block;
}
#page .galeria .item:nth-child(2) .box {
  background: rgba(49, 201, 168, 0.24);
}
#page .galeria .item:nth-child(2) .box .img {
  background: #31C9A8;
}
#page .galeria .item:nth-child(2) .box a:hover:after {
  background: #31C9A8;
}
#page .galeria .item:nth-child(3) .box {
  background: rgba(253, 92, 55, 0.16);
}
#page .galeria .item:nth-child(3) .box .img {
  background: #FD5C37;
}
#page .galeria .item:nth-child(3) .box a:hover:after {
  background: #FD5C37;
}
#page .galeria .item:nth-child(4) .box {
  background: rgba(74, 91, 242, 0.24);
}
#page .galeria .item:nth-child(4) .box .img {
  background: #4A5BF2;
}
#page .galeria .item:nth-child(4) .box a:hover:after {
  background: #4A5BF2;
}
#page .galeria .item:nth-child(5) .box {
  background: rgba(245, 54, 254, 0.23);
}
#page .galeria .item:nth-child(5) .box .img {
  background: #F536FE;
}
#page .galeria .item:nth-child(5) .box a:hover:after {
  background: #F536FE;
}
#page .galeria .item:nth-child(6) .box {
  background: rgba(112, 188, 79, 0.21);
}
#page .galeria .item:nth-child(6) .box .img {
  background: #70BC4F;
}
#page .galeria .item:nth-child(6) .box a:hover:after {
  background: #31C9A8;
}
@media (max-width: 768px) {
  #page .galeria {
    background-position: top left;
  }
}
#page section.intro {
  background: #DCF1FC;
  padding: 160px 0px 180px;
  position: relative;
}
#page section.intro h1 {
  font-size: 48px;
}
#page section.intro .bread span {
  color: #EB5757;
}
#page section.intro .bread a {
  color: black;
}
#page section.intro .bread a:after {
  content: ' / ';
}
#page section.intro:before {
  content: '';
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: url(../../img/hr-cloud.png) top 120px center repeat-x;
  height: 230px;
  position: absolute;
  z-index: 2;
  background-size: 1000px;
}
#page section.localizacao {
  margin-top: 60px;
}
#page section.localizacao .container {
  position: relative;
  max-width: 1080px;
}
#page section.localizacao .container .box {
  background: url(../../img/map.png) left 20px center no-repeat;
  background-color: rgba(253, 92, 55, 0.06);
  border-radius: 5px;
  padding: 30px 30px 30px 120px;
  margin-bottom: 30px;
}
#page section.localizacao .container .box p {
  margin-bottom: 0px;
}
#page section.localizacao .container .box.box-2 {
  background: url(../../img/phone.png) left 20px center no-repeat;
  background-color: rgba(49, 201, 168, 0.06);
}
#page section.localizacao .container .box.box-3 {
  background: url(../../img/mail.png) left 20px center no-repeat;
  background-color: rgba(242, 153, 74, 0.19);
}
#page section.localizacao.blue {
  background: #C0E8FC;
  padding: 80px 0px;
  position: relative;
  margin-bottom: 50px;
}
#page section.localizacao.blue:before {
  content: '';
  width: 100%;
  bottom: -100px;
  left: 0px;
  background: url(../../img/bluebottom.png) top center repeat-x;
  height: 115px;
  position: absolute;
  z-index: 2;
  background-size: 1000px;
}
#page section.localizacao.blue:after {
  content: '';
  width: 100%;
  top: -50px;
  left: 0px;
  background: url(../../img/bluetop.png) top center repeat-x;
  height: 115px;
  position: absolute;
  z-index: 2;
  background-size: 1000px;
}
#page section.localizacao.blue .container .box {
  background-color: white;
}
#page section.localizacao.blue .container .box + .box {
  background: url(../../img/phone.png) left 20px center no-repeat;
  background-color: white;
}
#page section.localizacao.blue .container .box + .box + .box {
  background: url(../../img/mail.png) left 20px center no-repeat;
  background-color: white;
}
#page section.form {
  position: relative;
}
#page section.form h1 {
  font-size: 48px;
}
#page section.form:before {
  content: '';
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: url(../../img/bottom-white.png) bottom center repeat-x;
  height: 230px;
  position: absolute;
  z-index: 4;
}
#page section.form:after {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  background: #E28B41;
  content: '';
  position: absolute;
  z-index: 1;
}
#page section.form .container {
  background: #FFF8F2;
  border-radius: 5px;
  padding-top: 80px;
  margin-top: 80px;
  position: relative;
  z-index: 3;
  max-width: 1080px;
}
#page section.form .container form {
  background: #31C9A8;
  padding: 40px;
  margin: 0px -15px;
  padding-bottom: 120px;
  margin-top: 30px;
  padding-top: 30px;
}
#page section.form .container form label {
  color: white;
}
#page section.form .container form .form-control {
  border: 0px none;
  border-radius: 5px;
}
#page section.form .container form textarea {
  height: 200px;
}
#page section.form .container form button {
  margin: 30px 0px;
}
