#load {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000000;
  font-size: 40px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: #FFCC00;
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  height: 100%;
  font-weight: 300;
}
* {
  scrollbar-color: #FFCC00 #000;
  outline: none;
}
*::-webkit-scrollbar-track {
  background-color: #7d7d7d;
  border-radius: 5px;
}
*::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background: #7d7d7d;
}
*::-webkit-scrollbar-thumb {
  background: #FFCC00;
  border-radius: 5px;
}
.limpar {
  clear: both;
}
A:link,
A:visited,
A:active,
A:hover {
  text-decoration: none;
}
::selection,
::-moz-selection {
  color: #000000;
  background-color: #FFCC00;
}
*[data-src],
*[href] {
  cursor: pointer;
}
.topo-xs {
  width: 100%;
  height: 150px;
  background: #000000;
  border-bottom: solid 5px #7d7d7d;
  text-align: center;
  display: none;
}
.topo-xs img {
  max-height: 120px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .topo-xs {
    display: block;
  }
}
.box-site {
  width: 100% !important;
  height: 100% !important;
  position: relative;
}
.menu-fechado {
  left: -260px !important;
}
.menu-fechado .box-botão-menu #botao-menu {
  right: -50px !important;
}
.menu-fechado .box-botão-menu #botao-menu .box-left {
  opacity: 1 !important;
  transition: all 0.5s ease;
}
#box-lateral-site {
  background-color: #000000;
  height: 100%;
  width: 260px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  transition: all 0.5s ease;
}
#box-conteudo-site {
  background-color: #2E2E2E;
  height: 100%;
  width: calc(100% - 260px);
  min-width: 300px;
  float: right;
  transition: all 0.5s ease;
  overflow: auto;
}
#box-conteudo-site::-webkit-scrollbar-track {
  background-color: #7d7d7d;
  border-radius: 5px;
}
#box-conteudo-site::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background: #7d7d7d;
}
#box-conteudo-site::-webkit-scrollbar-thumb {
  background: #FFCC00;
  border-radius: 5px;
}
/*galeria*/
.dv-m-p-0 {
  margin: 0px;
  padding: 0px;
}
.dv-wrapper-foto {
  text-align: center;
  width: 100%;
  height: 195px;
  background: #9e9e9e;
  overflow: hidden;
  position: relative;
  border: 2px solid #f2f2f2;
  padding-top: 100%;
  background-size: cover !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center !important;
}
.dv-wrapper-foto:hover {
  z-index: 100;
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#box-lateral-site {
  /*.box-botão-menu */
  /*.box-menu-lateral*/
}
#box-lateral-site .box-botão-menu {
  width: 100%;
  height: 60px;
}
#box-lateral-site .box-botão-menu #botao-menu {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  color: #FFFFFF;
  background-color: #000000;
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 15 !important;
  transition: all 0.5s ease;
}
#box-lateral-site .box-botão-menu #botao-menu .box-left {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
#box-lateral-site .box-botão-menu #botao-menu .box-left img {
  height: 40px;
}
#box-lateral-site .box-botão-menu #botao-menu .box-right {
  float: right;
  width: 40px;
  height: 60px;
  text-align: center;
}
#box-lateral-site .box-botão-menu #botao-menu:hover {
  color: #FFCC00;
  cursor: pointer;
  transition: all 0.5s ease;
}
#box-lateral-site .box-menu-lateral {
  padding: 15px;
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  scrollbar-color: #FFCC00 #000;
  /*logo*/
  /*.menu*/
  /*.social*/
}
#box-lateral-site .box-menu-lateral::-webkit-scrollbar-track {
  background-color: #7d7d7d;
  border-radius: 5px;
}
#box-lateral-site .box-menu-lateral::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background: #7d7d7d;
}
#box-lateral-site .box-menu-lateral::-webkit-scrollbar-thumb {
  background: #FFCC00;
  border-radius: 5px;
}
#box-lateral-site .box-menu-lateral .logo {
  width: 100%;
  text-align: center;
}
#box-lateral-site .box-menu-lateral .logo img {
  max-width: 80%;
  max-height: 160px;
}
#box-lateral-site .box-menu-lateral .menu {
  margin: 30px 0px 0px 0px;
  padding: 0;
  width: 100%;
}
#box-lateral-site .box-menu-lateral .menu .item {
  border-top: solid 1px #242424;
  border-bottom: solid 1px #242424;
  padding: 15px 0px;
  position: relative;
  width: 100%;
  transition: all 0.5s ease;
}
#box-lateral-site .box-menu-lateral .menu .item .f1 {
  color: #FFFFFF;
  font-size: 14px;
  width: 100% !important;
  font-weight: 400;
  transition: all 0.5s ease;
}
#box-lateral-site .box-menu-lateral .menu .item .f2 {
  color: #7d7d7d;
  font-size: 15px;
  width: 100% !important;
  transition: all 0.5s ease;
}
#box-lateral-site .box-menu-lateral .menu .item:hover {
  transition: all 0.5s ease;
}
#box-lateral-site .box-menu-lateral .menu .item:hover .f1 {
  color: #FFCC00;
  transition: all 0.5s ease;
}
#box-lateral-site .box-menu-lateral .menu .item:hover .f2 {
  color: #FFFFFF;
  transition: all 0.5s ease;
}
#box-lateral-site .box-menu-lateral .menu .ativo .f1 {
  color: #FFCC00;
}
#box-lateral-site .box-menu-lateral .menu .ativo .f2 {
  color: #FFFFFF;
}
#box-lateral-site .box-menu-lateral .menu .ativo:before {
  position: absolute;
  content: "";
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 8px;
  border-color: transparent transparent transparent #FFCC00;
}
#box-lateral-site .box-menu-lateral .social {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  color: #7d7d7d;
}
#box-lateral-site .box-menu-lateral .social .box-botoes {
  width: 100%;
  margin: 0 auto;
}
#box-lateral-site .box-menu-lateral .social .box-botoes .btn {
  text-align: center;
  height: 30px;
  width: 30px;
  margin: 5px;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: center;
}
#box-lateral-site .box-menu-lateral .social .box-botoes .twitter {
  background: url("../imgs/i_s_1.png");
}
#box-lateral-site .box-menu-lateral .social .box-botoes .facebook {
  background: url("../imgs/i_s_2.png");
}
#box-lateral-site .box-menu-lateral .social .box-botoes .instagram {
  background: url("../imgs/i_s_3.png");
}
#box-lateral-site .box-menu-lateral .social .box-botoes .youtube {
  background: url("../imgs/i_s_4.png");
}
/*#box-lateral-site*/
.section-padrao {
  color: #FFFFFF;
  padding: 60px 0px;
}
.titulo-padrao-1 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 60px;
}
.titulo-padrao-1:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  background: #FFCC00;
}
.titulo-padrao-2 {
  text-align: left;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  color: #FFCC00;
  position: relative;
  margin: 60px 0px;
  padding-left: 20px;
}
.titulo-padrao-2 .sub {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.titulo-padrao-2:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 5px;
  height: 100%;
  background: #FFCC00;
}
.selecttipo {
  position: relative;
  text-align: right;
  margin: 65px 0px;
}
.btn-padrao-1 {
  background: #FFCC00;
  color: #000000;
  padding: 0px 40px;
  line-height: 50px;
  font-size: 14px;
  border-radius: 0px;
  border: solid 1px transparent;
  transition: all 0.5s ease;
}
.btn-padrao-1:hover {
  background: transparent;
  border: solid 1px #FFCC00;
  color: #FFCC00;
  transition: all 0.5s ease;
}
.btn-padrao-contato {
  background: #000000;
  color: #FFCC00;
  padding: 0px 40px;
  line-height: 74px;
  font-size: 14px;
  border-radius: 0px;
  border: none;
  transition: all 0.5s ease;
  float: right;
}
.btn-padrao-contato:hover {
  background: #FFCC00;
  border: none;
  color: #000000;
  transition: all 0.5s ease;
}
.form-control {
  margin: 0px 0px 25px 0px;
  min-height: 40px;
  border-radius: 0px;
}
.section-banner-home {
  width: 100%;
}
.section-banner-home .btn-carousel-left {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFCC00;
  color: #000000;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  top: calc(50% - 20px);
  left: 30px;
}
.section-banner-home .btn-carousel-right {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFCC00;
  color: #000000;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  top: calc(50% - 20px);
  right: 30px;
}
.owl-galerias .btn-carousel-left {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFCC00;
  color: #000000;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  top: calc(50% - 20px);
  left: 30px;
}
.owl-galerias .btn-carousel-right {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFCC00;
  color: #000000;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  top: calc(50% - 20px);
  right: 30px;
}
.owl-galerias .item {
  overflow: hidden;
  height: 230px;
}
.owl-galerias .item .imagem {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.5s ease;
}
.owl-galerias .item:hover .imagem {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.botoes-flutuantes-copy-scroll-home {
  position: fixed;
  bottom: 56px;
  right: 15px;
  z-index: 9999999999;
  line-height: 0;
  display: block;
      opacity: 0;
      transition: all 0.5s ease;
}
.botoes-flutuantes-copy-scroll-home .btn-flutuante-whatsapp-copy button {
  width: 165px;
  height: 38px;
  display: block;
  float: right;
  border-radius: 30px;
  background: #26D367;
      border: 1px #26D367 solid;
  color: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .botoes-flutuantes-copy-scroll-home .btn-flutuante-whatsapp-copy button {
    width: 45px !important;
  }
}
@media (max-width: 767px){
  .botoes-flutuantes-copy-scroll-home {
      width: 45px;
  }
}
@media (max-width: 768px) {
  .botoes-flutuantes-copy-scroll-home {
    width: 45px;
  }
}
.botoes-flutuantes-copy-scroll-home2 {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 9999999999;
  line-height: 0;
  display: block;
      opacity: 0;
      transition: all 0.5s ease;
}
.botoes-flutuantes-copy-scroll-home2 .btn-flutuante-whatsapp-copy button {
  width: 165px;
  height: 38px;
  display: block;
  float: right;
  border-radius: 30px;
  background: #26D367;
  border: 1px #26D367 solid;
  color: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: all 0.5s ease;
}

.botoes-flutuantes-copy-scroll-home .btn-flutuante-whatsapp-copy button:hover, .botoes-flutuantes-copy-scroll-home2 .btn-flutuante-whatsapp-copy button:hover{
    background-color: #fff;
    color: #26D367;
}
@media (max-width: 767px) {
  .botoes-flutuantes-copy-scroll-home2 .btn-flutuante-whatsapp-copy button {
    width: 45px !important;
  }
}
@media (max-width: 767px){
  .botoes-flutuantes-copy-scroll-home2 {
      width: 45px;
  }
}
@media (max-width: 768px) {
  .botoes-flutuantes-copy-scroll-home2 {
    width: 45px;
  }
}

.section-destaques-home {
  padding-top: 60px;
}
.section-destaques-home .item {
  width: 100%;
  height: 230px;
  text-align: center;
}
.section-destaques-home .item .icon {
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-destaques-home .item .i-1 {
  background-image: url("../imgs/i_1.png");
}
.section-destaques-home .item .i-2 {
  background-image: url("../imgs/i_2.png");
}
.section-destaques-home .item .i-3 {
  background-image: url("../imgs/i_3.png");
}
.section-destaques-home .item .i-4 {
  background-image: url("../imgs/i_4.png");
}
.section-destaques-home .item .titulo {
  color: #FFCC00;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  width: 100%;
  min-height: 35px;
}

.section-destaques-home .item .descricao {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
}
.section-sobre-home {
  background-color: #121013;
  background-image: url("../imgs/Banner-D2_Arquitetura.png");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding: 60px 0px;
}
.section-sobre-home .conteudo {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-sobre-home {
    background-position: center;
    background-size: cover;
  }
}
.section-fazemos-home {
  color: #FFFFFF;
  padding: 0px 0px 60px 0px;
  text-align: center;
}
.section-fazemos-home .item {
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  border: solid 1px #FFCC00;
  font-size: 18px;
  font-weight: 900;
  color: #FFFFFF;
  padding-top: 40px;
  transition: all 0.5s ease;
}
.section-fazemos-home .item img {
  height: 60px;
  width: auto;
}
.section-fazemos-home .item:hover {
  color: #FFCC00;
  transition: all 0.5s ease;
}
.section-contato-home {
  background: #000000;
  color: #FFFFFF;
  position: relative;
  padding: 45px 0px;
  width: 100%;
}
.section-contato-home .f1 {
  color: #FFCC00;
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}
.section-contato-home .f2 {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 30px;
}
.contato-endereco {
  margin-top: 20px;
  width: 100%;
  min-height: 100px;
  padding-left: 100px;
  background-image: url("../imgs/i_mapa.png");
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}
.contato-endereco .centro {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contato-endereco .f1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
  color: #FFCC00;
}
.contato-endereco .f2 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #FFFFFF;
}
#mapa-contato {
  min-height: 500px;
  width: 100%;
}
.box-projeto {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.box-projeto .imagem {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.5s ease;
}
.box-projeto .mascara {
  position: absolute;
  left: calc(100% - 60px);
  top: calc(100% - 60px);
  z-index: 6;
  background-color: rgba(255, 204, 0, 0.8);
  width: 200px;
  height: 200px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.box-projeto .mascara .conteudo {
  opacity: 0;
  transition: all 0.5s ease;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  margin-left: 15px;
  margin-top: 15px;
  text-align: center;
  border: solid 1px #000000;
}
.box-projeto .mascara .conteudo .titulo {
  width: 100%;
  height: 50%;
  padding: 10px;
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: #000000;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.box-projeto .mascara .conteudo .titulo::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #000000;
  bottom: 0px;
  left: 25%;
}
.box-projeto .mascara .conteudo .botao {
  width: 100%;
  height: 50%;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  transition: all 0.5s ease;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.box-projeto .mascara .conteudo .botao:hover {
  color: #000000;
  font-size: 21px;
  transition: all 0.5s ease;
}
.box-projeto .mais {
  z-index: 7;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  right: 5px;
  bottom: 5px;
  color: #000000;
  transition: all 0.5s ease;
}
.box-projeto:hover .imagem {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.box-projeto:hover .mascara {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: rotate(0deg);
}
.box-projeto:hover .mascara .conteudo {
  opacity: 1;
  transition: all 2s ease;
}
.box-projeto:hover .mais {
  opacity: 0;
  transition: all 0.5s ease;
}
.section-projeto-individual {
  color: #FFFFFF;
  padding: 60px 0px;
}
.owl-item {
  padding: 15px;
}
.owl-projeto .btn-carousel-left {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFCC00;
  color: #000000;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  bottom: -50px;
  left: calc(50% - 50px);
}
.owl-projeto .btn-carousel-right {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFCC00;
  color: #000000;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  bottom: -50px;
  right: calc(50% - 50px);
}
.owl-projeto .item .box-foto {
  width: 50%;
  height: 500px;
  float: left;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: #FFFFFF;
}
.owl-projeto .item .box-descricao {
  width: 50%;
  height: 500px;
  float: left;
  background: #FFCC00;
  color: #000000;
  padding: 30px;
}
@media (max-width: 800px) {
  .owl-projeto .item .box-foto {
    width: 100%;
  }
  .owl-projeto .item .box-descricao {
    width: 100%;
    height: auto;
  }
}
.projeto-endereco {
  background: #000000;
  margin-top: 20px;
  width: 100%;
  min-height: 150px;
  padding-left: 100px;
  background-image: url("../imgs/i_mapa.png");
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}
.projeto-endereco .centro {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.projeto-endereco .f1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
  color: #FFCC00;
}
.projeto-endereco .f2 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #FFFFFF;
}
.projeto-mapa {
  width: 100%;
  height: 380px;
}
.box-profissionais {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.box-profissionais .box-profissionais-interno {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  z-index: 2;
  overflow: hidden;
}
.box-profissionais .box-profissionais-interno .profissional {
  width: 100%;
  background-color: #000000;
}
.box-profissionais .box-profissionais-interno .profissional .foto {
  width: 100%;
  padding-top: 80%;
  background-position: center !important;
  background-size: cover !important;
}
.box-profissionais .box-profissionais-interno .profissional .dados {
  text-align: center;
  width: 100%;
  padding: 30px;
}
.box-profissionais .box-profissionais-interno .profissional .dados .nome {
  color: #FFCC00;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-weight: 900;
  margin-top: 15px;
}
.box-profissionais .box-profissionais-interno::before {
  position: absolute;
  content: "";
  background-color: #FFCC00;
  width: 2000px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 1000px);
  z-index: -1;
  transform: rotate(50deg);
  transition: all 1s ease;
}
.box-profissionais:hover .box-profissionais-interno::before {
  transform: rotate(410deg);
  transition: all 0.5s ease;
}
.box-profissionais2 {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.box-profissionais2 .box-profissionais-interno2 {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  z-index: 2;
  overflow: hidden;
}
.box-profissionais2 .box-profissionais-interno2 .profissional2 {
  width: 100%;
  background-color: #000000;
}
.box-profissionais2 .box-profissionais-interno2 .profissional2 .foto2 {
  width: 100%;
  padding-top: 80%;
  background-position: center !important;
  background-size: cover !important;
}
.box-profissionais2 .box-profissionais-interno2 .profissional2 .dados2 {
  text-align: center;
  width: 100%;
  padding: 30px;
}
.box-profissionais2 .box-profissionais-interno2 .profissional2 .dados2 .nome2 {
  color: #FFCC00;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-weight: 900;
  margin-top: 15px;
}
.box-profissionais2 .box-profissionais-interno2::before {
  position: absolute;
  content: "";
  background-color: #FFCC00;
  width: 2000px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 1000px);
  z-index: -1;
  transform: rotate(45deg);
  transition: all 1s ease;
}
.box-profissionais2:hover .box-profissionais-interno2::before {
  transform: rotate(405deg);
  transition: all 0.5s ease;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #000000;
  cursor: default;
  background-color: #FFCC00 !important;
  border-color: #FFCC00 !important;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #FFFFFF;
  cursor: not-allowed;
  background-color: #000000;
  border: 1px solid #000000;
}
.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span,
.pagination > li > span:hover,
.pagination > li > span:focus {
  border: 1px solid #FFCC00 !important;
  background-color: #000000 !important;
  color: #FFFFFF;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #000000;
  border: 1px solid #000000;
}
.btn-links {
  border-radius: 0px !important;
  border: 1px solid #FFCC00;
  color: #FFFFFF;
  padding: 25px 10px 25px 10px;
  margin-bottom: 15px;
}
.btn-links:hover,
.btn-links:focus {
  color: #FFCC00;
}
.nome-profissional {
  color: #FFCC00;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  margin-top: 15px;
}
.btn-padrao-profissional {
  background: #FFCC00;
  color: #000000;
  line-height: 50px;
  font-size: 14px;
  border-radius: 0px;
  border: solid 1px transparent;
  transition: all 0.5s ease;
}
.div-contato-prof {
  padding-top: 50px;
}
.conteudo-profissionais {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: justify;
}
.redes-sociais {
  margin-bottom: 20px;
}
.redes-sociais a {
  color: #333333;
  margin-right: 5px;
  transition: all 0.5s ease-out;
  cursor: pointer;
  line-height: 16px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .redes-sociais a {
    font-size: 10px;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 48%;
  }
  .redes-sociais a:hover {
    font-size: 12px;
  }
}
.redes-sociais a:hover {
  font-size: 14px;
}
.whatsapp {
  padding: 4px 8px;
  border: 1px solid #FFCC00 !important;
  color: #000000 !important;
  background-color: #FFCC00;
}
.facebook {
  padding: 4px 8px;
  color: #000000 !important;
  background-color: #FFCC00;
}
.google-plus {
  padding: 4px 8px;
  border: 1px solid #FFCC00 !important;
  color: #000000 !important;
  background-color: #FFCC00;
}
.twitter {
  padding: 4px 8px;
  border: 1px solid #FFCC00 !important;
  color: #000000 !important;
  background-color: #FFCC00;
}
.section-galeria-home {
  margin: 30px 0px;
}
.contato-ul {
  list-style-type: none;
  padding-left: 0px !important;
}
.contato-ul li {
  font-size: 16px;
  color: #FFFFFF;
}
.contato-ul li i {
  color: #FFCC00;
}
.contato-ul li a {
  color: #FFFFFF;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}