/**
* Este arquivo é pertinente à todas as alterações feitas para o layout/estrutura específico, não se replicando para diferentes layouts ou estruturas.
* Diferente do template-custom que são para classes "globais", as classes deste arquivo são feitas para elementos/partes específicos
*/

/*========= HEADER =========*/

b, strong {
	font-weight: bold !important;
}

.shrink-nav {
  position: absolute;
  z-index: 997;
  width: 100%;
  background-color: #fff;
}

.shrink-nav.scrolled {
  display: none;
}

.row-nav {
  z-index: 9;
  font-family: "Alwyn-Light";
}

.menu-item {
  margin-right: 2.1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
  float: left;
  width: 16%;
  padding: 0 15px;
  /* margin: 0 auto; */
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.menu-item a:last-child {
  margin-right: 0;
}

.menu-item a {
  transition: padding 0.8s;
  padding: 2.15rem 0;
  display: block;
  color: #fff;
}

.menu-item a:hover {
  padding: 50px 0px;
  transition: padding 0.6s;
  text-decoration: none;
}

.menu-item.empresa {
  background-color: #132029eb;
  border: 1px solid #172d3a8c;
}

.menu-item.servicos {
  background-color: #132029eb;
  border: 1px solid #172d3a8c;
}

.menu-item.cases {
  background-color: #132029eb;
  border: 1px solid #172d3a8c;
}

.menu-item.artigos {
  background-color: #132029eb;
  border: 1px solid #172d3a8c;
}

.menu-item.utilitarios {
  background-color: #132029eb;
  border: 1px solid #172d3a8c;
}

.menu-item.area-cliente {
  background-color: #132029eb;
  border: 1px solid #172d3a8c;
}

.menu-item.contato {
  background-color: #132029eb;
  border: 1px solid #172d3a8c;
}

.top-social {
  display: inline-flex;
  text-align: center;
  align-items: center;
  line-height: 55px;
  float:right;
}

.top-social .fa.fa-home {
  padding-right: 2rem;
  margin-right: 2rem;
  font-size: 4rem;
  display: flex;
  color: #01bafd;
  /* border-right: 1px solid #444444; */
  padding-top: 17px;
}

.top-social a {
  margin-right: .5rem;
}

.top-social a:hover,
.top-social a:active,
.top-social a:focus {
  text-decoration: none;
}

.top-social a:first-child {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 0;
}

.top-social a:last-child {
  margin-right: auto;
}

/*========= CONTEÚDO - INDEX =========*/

.ls-gpuhack,
p.ls-l {
  left: 0 !important;
}

#full-slider-wrapper {
  margin-top: 6rem;
}

#index-servicos {
  padding: 5rem 0;
}

.servicos-esquerda h2 {
  font-family: sans-serif;
  font-size: 3.6em;
  margin-bottom: 2%;
  padding-top: 1%;
}

.servicos-esquerda h3 {
  font-family: sans-serif;
  font-size: 2.1em;
  margin-bottom: 3%;
}

.servicos-esquerda p {
  font-family: sans-serif;
  font-size: 1.2em;
  width: 88%;
  float: right;
  line-height: 27px;
}

.servicos-esquerda .text-legalize {
  font-size: 1.6em !important;
  margin-top: 5%;
}

.servicos-direita img {
  width: 100%;
}

.servicos-direita .col-md-3 {
  padding: 5px;
}

.servicos-direita p {
  position: absolute;
  top: 58px;
  right: 1vmax;
  left: 1vmax;
  color: #fff;
  font-family: sans-serif;
  text-align: center;
  z-index: 100;
  font-size: 1.2em;
  line-height: 19px;
}

.servicos-direita p.hover {
  top: 5vmax;
  font-size: 1vmax;
  display: none;
}

.servicos-direita span {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: block;
  position: absolute;
  z-index: 99;
}

.servicos-direita span.red {
  background: #48ceff3d;
}

.servicos-direita span.cyan.light {
  background-color: #00dcff8c;
}

.servicos-direita span.green {
  background-color: #48ceff3d;
}

.servicos-direita span.orange {
  background-color: #00dcff8c;
}

.servicos-direita span.blue {
  background-color: #48ceff3d;
}

.servicos-direita span.cyan.dark {
  background-color: #00dcff8c;
}

#intro1 {
  padding: 3rem 0;
}

#intro1 h2 {
  font-size: 4em;
  padding-top: 3%;
  padding-bottom: 2%;
  color: #01bafd;
  text-align: center;
}

#intro1 h3 {
  font-size: 1.35em;
  color: #fff;
}

.ignore-flip h4 {
  font-size: 1.25em;
  padding-top: 30%;
  text-align: center;
  margin: 0 auto;
  clear: both;
  color: #01bafd;
}

.btn-success {
  background: #2a363e;
  color: #fff;
  border: none;
  font-family: sans-serif;
  border-radius: 0;
  padding: 5% 11%;
}

.btn-success:hover {
  background: #00A1DC;
  color: #fff;
  border: none;
}

#intro1 p {
  font-size: 1.1em;
  font-weight: 100;
  color: #01bafd;
  clear: both;
  margin: 0 auto;
  text-align: center;
}

#intro1 ul {
  display: inline-grid;
}

#intro1 ul li {
  font-size: 1.3em;
}

#intro1 .inner-white {
  color: #5b5b5b;
}

#intro1 .card-item {
  padding: 10% 5%;
  margin-bottom: 7%;
}

#intro1 .back>.card-item {
  padding: 3%;
}

#intro1 .contato h4 {
  font-size: 2em;
}

#intro1 .contato span.fa {
  font-size: 2.5em;
}

#intro1 .whatsapp-icon {
  float: left;
}

#intro1 .whatsapp-tel {
  float: left;
  margin-left: 1rem;
  margin-bottom: 0;
}

#intro1 .back .inner-white {
  color: #fff;
}

#intro1 .back h3 {
  margin-top: 0;
}

#intro1 .back p {
  margin: 2.5rem 0;
}

#intro1 .back .card-input {
  text-align: center;
  font-size: 1.8rem;
  padding: 2rem 0;
  font-family: "Alwyn-Light";
  width: 70%;
  margin: 0 auto;
}

#intro1 .back .card-input:focus {
  outline-color: darkgreen;
  border-color: darkgreen;
}

#intro1 .card-item .ignore-flip {
  cursor: initial;
}

#intro1 .card-item .ignore-flip a {
  color: #fff;
}

#intro1 .card-item .ignore-flip a:hover,
#intro1 .card-item .ignore-flip a:active,
#intro1 .card-item .ignore-flip a:focus {
  text-decoration: none;
}

#intro2 {
  color: #505050;
  margin-bottom: 3%;
  width: 99%;
  margin: 0 auto;
  padding: 3rem 0;
}

#intro2 .left-side h2 {
  font-size: 3em;
}

#intro2 .left-side h3 {
  font-size: 2em;
  color: #00a8d4;
}

#intro2 .left-side p {
  font-size: 1.2em;
  text-align: justify;
  width: 88%;
  line-height: 32px;
}

#intro2 .simulate-now {
  margin-top: 4%
}

#intro2 .simulate-now h3 {
  color: inherit;
  font-size: 24px;
}

#intro2 .right-side {
  margin-top: 10%;
}

#intro2 .right-side .need-cont {
  margin-top: 10%;
}

#intro2 .right-side h4 {
  font-size: 1.75em;
}

#calculadora {
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 8% 0% 0%;
}

#calculadora h3 {
  font-size: 2.65em;
  font-family: sans-serif;
  color: #01bafd;
  width: 60%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3%;
  padding-top: 2%;
}

#calculadora p {
  font-size: 1.45em;
  font-family: sans-serif;
  color: #2a363e;
}

#intro3 {
  -ms-transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  color: #303030;
  height: 420px;
  border-bottom: 15px solid #00a8d4;
  margin-top: 3%;
}

#intro3 .left-side h3 {
  font-family: sans-serif;
  font-size: 3.25em;
  color: #01bafd;
}

#intro3 .left-side p {
  margin-top: 3%;
  font-size: 1.65em;
}

.btn-primary2 {
  background: #01bafd;
  color: #fff;
  border: none;
  font-family: sans-serif;
  border-radius: 0;
  padding: 1% 1%;
}

.btn-primary {
  background: #01bafd;
  color: #fff;
  border: none;
  font-family: sans-serif;
  border-radius: 0;
  padding: 5% 11%;
}

.btn-primary:hover {
  background: #14B0E8;
  color: #fff;
  border: none;
  font-family: sans-serif;
  border-radius: 0;
  padding: 5% 11%;
}

#intro3 .right-side {
  margin-top: 8%;
}

#intro3 .right-side .col-md-6 {
  padding-right: 0px;
  padding-left: 1%;
}

#intro4 {
  color: #505050;
  padding: 0% 0% 6%;
  width: 80%;
  margin: 0 auto;
  padding-top: 6%;
  border-top: 1px solid #ccc;
  margin-top: 6%;
}

#intro4 .col-news {
  margin-top: 0;
}

#intro4 .col-articles {
  margin-top: 0;
}

#index-servicos h4{
	    width: 54%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    background: #01bafd;
    color: #fff;
    font-size: 1.25em;
    padding: 2%;
    font-family: sans-serif;
}

.bt-cadastrar {
  background: #01bafd;
  border: none;
  border-radius: 0px;
  font-family: sans-serif;
  font-size: 17px;
  padding: 11px 52px;
  color: #fff;
}

.bt-cadastrar2 {
  background: #2a363e;
  border: none;
  border-radius: 0px;
  font-family: sans-serif;
  font-size: 17px;
  padding: 15px 70px;
  color: #fff;
}

.bt-cadastrar2:hover {
  background: #01bafd;
  border: none;
  border-radius: 0px;
  font-family: sans-serif;
  font-size: 17px;
  padding: 15px 70px;
  color: #fff;
}

.btn-danger {
  background: #fff;
  color: #01bafd;
  border: none;
  font-family: sans-serif;
}

.btn-danger:hover {
  background: #fff;
  color: #3DBEEC;
  border: none;
  font-family: sans-serif;
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-padrao {
  background: #01bafd;
  color: #fff;
  border: none;
  font-family: sans-serif;
  padding: 1% 6%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  margin-left: 35%;
}

#intro4 .col-news h2 {
  font-family: sans-serif;
  font-size: 3em;
  margin: 0;
  padding-bottom: 33px;
  padding-top: 50px;
  padding-left: 2%;
  color: #01bafd;
  text-align: center;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}

.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#intro4 .col-news .news-item h3,
#intro4 .col-articles .article-item h3 {
  font-family: sans-serif;
  margin-bottom: 10px;
  font-size: 1.4em;
}

#intro4 .col-articles h2 {
  font-family: sans-serif;
  font-size: 3em;
  margin: 0;
  padding-bottom: 33px;
  padding-top: 50px;
  padding-left: 2%;
  color: #01bafd;
  text-align: center;
}

#intro4 .col-news i,
#intro4 .col-articles i {
  position: absolute;
  top: -13px;
  right: 0;
  font-size: 30px;
}

#intro4 .article-item .thumbnail,
#intro4 .news-item .thumbnail {
  position: relative;
}

#intro4 .article-item .thumbnail .caption,
#intro4 .news-item .thumbnail .caption {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
}

#intro5 {
  padding: 8% 0% 9% 0%;
}

#intro5 h2 {
  font-family: sans-serif;
  font-size: 2.5em;
}

#intro5 p {
  font-family: sans-serif;
  font-size: 1.15em;
  width: 40%;
  margin: 0 auto;
  padding-bottom: 16px;
}

.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
  border: none;
}

#intro6 {
  padding: 4rem 0;
}

#intro6 h2 {
  font-family: sans-serif;
  font-size: 2.15em;
  padding-top: 6%;
  padding-bottom: 4%;
  color: #2a363e;
}

#intro6 p {
  font-size: 1.15em;
  line-height: 20px;
}

#intro6 .circle-util {
  height: 350px;
  width: 350px;
  padding: 50px;
  border-radius: 50%;
}

#intro6 .circle-util a {
  color: #2a363e;
}

#intro6 .circle-util a:active,
#intro6 .circle-util:focus {
  text-decoration: none;
}

#intro6 .circle-util a:hover {
  text-decoration: none;
}

#intro6 .agenda-circle {
  background-color: #ffffff;
  border: 2px dashed #01bafd;
}

#intro6 .tabela-circle {
  background-color: #ffffff;
  border: 2px dashed #2a363e;
}

#intro6 .manual-circle {
  background-color: #ffffff;
  border: 2px dashed #01bafd;
}

#galeria {
  padding: 9% 0 4%;
  text-align: center;
}

#galeria h2 {
  font-family: sans-serif;
  font-size: 3em;
  color: #01bafd;
}

#galeria p {
  font-family: sans-serif;
  font-size: 2rem;
}

#galeria .galeria-fotos {
  margin-bottom: 3rem;
}

#galeria .galeria-fotos .col-md-3 {
  margin: 1.5rem 0;
}

#galeria .galeria-fotos a {
  cursor: zoom-in;
}

#galeria .galeria-fotos a:hover,
#galeria .galeria-fotos a:focus,
#galeria .galeria-fotos a:active {
  outline: none;
  box-shadow: 0 0 0;
  text-decoration: none;
}

#galeria .galeria-fotos img {
  margin: 13px auto;
}

#galeria .galeria-fotos img:hover {
  filter: grayscale(0%);
  transition: .3s filter linear;
}

#galeria .galeria-videos .video-frame {
  width: 70%;
  height: 420px;
  margin-bottom: 4%;
}

#galeria .col-md-6 {
  padding: 0;
}

#index-depoimentos {
  margin-top: 2%;
  background: #2a363e;
  padding: 5% 1% 0%;
}

#index-depoimentos h2 {
  font-family: sans-serif;
  font-size: 3em;
  padding-bottom: 2%;
  color: #01bafd;
}

#index-depoimentos h4 {
  font-size: 1.5em;
  margin-bottom: 5%;
}

#index-depoimentos .depoimento-item,
#depoimentos .depoimento-item {
  border-radius: 5px;
}

#index-depoimentos .depoimento1,
#depoimentos .depoimento1 {
  color: #fff;
  padding: 5% 6%;
}

#index-depoimentos .depoimento2,
#depoimentos .depoimento2 {
  color: #fff;
  padding: 5% 6%;
}

#index-depoimentos .depoimento3,
#depoimentos .depoimento3 {
  color: #fff;
  padding: 5% 6%;
}

#index-depoimentos .depoimento4,
#depoimentos .depoimento4 {
  color: #fff;
  padding: 5% 6%;
}

#index-depoimentos .depoimento5,
#depoimentos .depoimento5 {
  color: #fff;
  padding: 5% 6%;
}

#index-depoimentos .depoimento6,
#depoimentos .depoimento6 {
  color: #fff;
  padding: 5% 6%;
}

#index-depoimentos i,
#depoimentos i {
  font-size: 1.5em;
  position: absolute
}

#index-depoimentos i.pull-left,
#depoimentos i.pull-left {
  top: 45%;
  left: 10%;
}

#index-depoimentos i.pull-right,
#depoimentos i.pull-right {
  right: 10%;
  bottom: 7%;
}

#index-depoimentos .depoimento-item h4,
#depoimentos .depoimento-item h4 {
  clear: both;
  margin-bottom: 10%;
  color: #fff;
}

#index-depoimentos .depoimento-item .text-field,
#depoimentos .depoimento-item .text-field {
  padding: 0% 13%;
}

#contato-main {
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 3% 0%;
}

#contato-main h2,
#contato-main p {
  font-family: sans-serif;
  color: #01bafd;
  font-size: 3em;
}

#contato-main .info {
  font-family: sans-serif;
  font-size: 1.85em;
  margin: 0% 0%;
}

#contato-main .info a {
  color: #303030;
}

#contato-main .info a:hover {
  text-decoration: none;
  color: #01bafd;
  transition: color .3s;
}

#link-rapido {
  font-size: 1.6rem;
  margin-bottom: 1%;
}

#link-rapido>a:hover {
  text-decoration: none;
  font-weight: bold;
}

#link-rapido>a>span>i {
  font-size: 2.5rem;
  margin-right: .3rem;
}

#link-rapido>a>span {
  margin-right: 2rem;
  color: #444444;
  display: inline-block;
}

#link-rapido>a>span>i.cyan {
  color: #01bafd;
}

#link-rapido>a>span>i.blue {
  color: #01bafd;
}

#link-rapido>a>span>i.red {
  color: #01bafd;
}

#link-rapido>a>span>i.orange {
  color: #01bafd;
}

#link-rapido>a>span>i.green {
  color: #01bafd;
}

/*===== PÁGINAS ESTÁTICAS =====*/

#idocumentos {
  
}

#idocumentos #idocumentos-form h1 {
  font-family: "Alwyn-Light";
  margin-top: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}

#idocumentos #idocumentos-form span.red {
  color: #01bafd;
}

#idocumentos #idocumentos-form span.orange {
  color: #01bafd;
}

#idocumentos #idocumentos-form span.cyan {
  color: #01bafd;
}

#idocumentos #idocumentos-form span.blue {
  color: #01bafd;
}

#idocumentos #idocumentos-form span.green {
  color: #01bafd;
}

#idocumentos #idocumentos-form {
  width: 40%;
  margin: 0 auto;
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #e2e2e2 100%);
  padding: 2rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#idocumentos #idocumentos-form form i.material-icons {
  font-size: initial;
}

#idocumentos #idocumentos-form form input {
  font-family: "Alwyn-MediumOblique";
}

#idocumentos #idocumentos-form button[type="submit"] {
  width: 50%;
}

#iartigos h1 i {
  margin-right: 1rem;
}

#iartigos a:hover,
#iartigos a:focus,
#iartigos a:active {
  text-decoration: none;
}

#iartigos a span.data-artigo {
  font-family: "Alwyn-Light";
  font-size: 1.5rem;
  color: #2a363e;
}

#iartigos a p {
  font-family: "Alwyn-MediumOblique";
  font-size: 1.8rem;
  color: #444444;
  display: block !important;
}

#artigo-completo .btn-voltar {
  font-size: 2rem;
  border: 3px solid #00a8d4;
  border-radius: 2px;
  padding: .5rem 1rem;
  color: #303030;
  margin-bottom: 2rem;
  font-family: "Alwyn-Oblique"
}

#artigo-completo .btn-voltar:hover {
  background-color: #00a8d4;
  color: #fff;
  transition: .3s;
}

#artigo-completo #artigo-conteudo {
  border-bottom: 3px solid #01bafd;
  margin-bottom: 2rem;
  padding-bottom: 3.5rem;
}

#index-parceiros {
  padding-bottom: 4rem;
  position: relative;
  background: #2a363e;
}

#index-parceiros h2 {
  font-family: sans-serif;
  font-size: 3em;
  padding-bottom: 2%;
  color: #01bafd;
  margin-top: 5rem;
}

#index-parceiros .bx-wrapper {
  margin: 5rem auto !important;
}

#index-parceiros .border-bottom-grey {
  position: absolute;
  border-bottom: 1px solid #c4c4c4;
  left: 5%;
  right: 5%
}

#index-parceiros .btn-up {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  cursor: pointer;
}

#depoimentos .dep-conteudo {
  margin: 3rem 0;
}

#galerias h2 {
  font-family: sans-serif;
  margin: 3rem 0 0;
  font-size: 2.5rem
}

#galerias h2.nodesc {
  margin-bottom: 3rem;
}

#galerias p.descricao,
#galerias .col-vids p {
  font-size: 1.9rem;
  margin-bottom: 3rem;
  font-family: sans-serif;
}

#galerias .col-vids a,
#galerias .col-foto a {
  cursor: zoom-in;
}

#galerias a:hover,
#galerias a:focus,
#galerias a:active {
  text-decoration: none;
  outline: none;
}

#galerias .col-vids p {
  margin: 0;
}

#galerias .col-vids h4 {
  margin-bottom: 0;
}

#galerias p.datebook,
#galerias h4 {
  text-align: center;
}

#galerias p.datebook,
#galerias .col-vids h4 {
  font-family: sans-serif;
}

/*===== RODAPÉ/FOOTER =====*/

footer #rodape #mapa {
  height: 400px;
  padding: 0;
}

footer #rodape #endereco {
  padding: 0 15px;
}

footer #rodape #w3c-logo {
  cursor: pointer;
}

footer #rodape #tiideal-logo {
  cursor: pointer;
}

footer #rodape #endereco p {
  font-size: 2rem;
  text-align: center;
  font-family: sans-serif;
  padding: 0;
  margin: 1rem 0;
}

footer #copyright {
  text-align: center;
  background-color: #01bafd;
  padding: 1rem;
}

footer #copyright p {
  margin: 0;
  padding: 0;
  color: #fff;
}

#contato-dialog {
  z-index: 9999;
}

#contato-dialog i.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3rem;
  cursor: pointer;
  color: #2a363e;
}

#contato-dialog .loader {
  margin: 0;
  padding-bottom: 8rem;
}

#rodape-social {
  margin: 3% 15px;
}

#up {
  float: right;
  padding-right: 2%;
  padding-bottom: 15px;
}

#loadchat-2 {
  bottom: 2% !important;
  right: 2% !important;
}

.lcp-chat-icon-p1 {
  margin-right: 0 !important;
}

#fab-wpp {
  position: fixed;
  width: 64px;
  right: 2%;
  bottom: 9rem;
  z-index: 9998;
}

#fab-wpp .fab-action {
  transition: all 225ms ease-in-out;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #01bafd;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#fab-wpp .fab-action:hover {
  background-color: #01bafd;
}

#fab-wpp .fab-action i {
  margin: 0 auto;
  color: #fff;
  font-size: 3.5rem;
}

/** INICIO WHATSAPP ANIMADO **/

#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 5rem;
    z-index: 9998;
}

#fab-wpp a {
    z-index: 99999;
}

#fab-wpp .fab-action {
    transition: all 225ms ease-in-out;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #34AF23;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#fab-wpp .fab-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 3.25rem;
}

#fab-wpp {
    width: 64px;
    height: 64px;
    transition: .3s;
}

#fab-wpp::after,
#fab-wpp::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #34AF23;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

#fab-wpp::after {
    animation-delay: .5s;
}

#fab-wpp:hover::after {
    border: 4px solid #34AF23;
}

#fab-wpp:hover::before {
    border: 4px solid #34AF23;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

/** FINAL WHATSAPP ANIMADO **/

@media screen and (max-width:991px) {
  #intro4 .col-articles {
    border-width: 0;
  }
  #galeria .galeria-videos .video-frame {
    width: 100%;
  }
  #idocumentos #idocumentos-form {
    width: 100%;
  }
  #intro3 {
    height: 515px;
  }
  #intro6 {
    padding: 4rem 0 8rem;
  }
  #intro6 .circle-util {
    height: auto !important;
    width: auto !important;
    border-radius: 5px;
  }
  #intro6 .tabela-circle,
  #intro6 .manual-circle {
    margin-top: 3rem;
  }
  #index-depoimentos .depoimento-item,
  #depoimentos .depoimento-item {
    margin-top: 3rem;
  }
  .servicos-esquerda h2 {
    font-family: sans-serif;
    font-size: 3.6em;
    margin-bottom: 2%;
    padding-top: 0%;
    text-align: center;
  }
  .servicos-esquerda h3 {
    font-family: sans-serif;
    font-size: 2.1em;
    margin-bottom: 0%;
    text-align: center;
  }
  .servicos-esquerda p {
    font-family: sans-serif;
    font-size: 1.2em;
    width: 80%;
    float: none;
    line-height: 27px;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding-bottom: 2%;
  }
  #intro3 .left-side h3 {
    font-family: sans-serif;
    font-size: 2.5em;
    color: #01bafd;
    text-align: center;
    width: 70%;
    clear: both;
    margin: 0 auto;
  }
  #intro3 .left-side p {
    margin-top: 3%;
    font-size: 1.65em;
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .margin-top.m3 {
    margin-top: 7%;
  }
  #intro3 {
    height: 400px;
  }
  #intro5 p {
    width: 100%;
  }
  #intro1 .contato {
    text-align: center !important;
  }
  #intro1 .contato .whatsapp-tel {
    float: none;
    font-size: 2rem;
  }
  #calculadora h3 {
    font-size: 2em;
    font-family: sans-serif;
    color: #01bafd;
    width: 95%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10%;
    padding-top: 5%;
  }
  #contato-main h2,
  #contato-main p {
    font-family: sans-serif;
    color: #01bafd;
    font-size: 2.5em;
    margin-top: 11%;
  }
  #index-depoimentos .depoimento-item h4,
  #depoimentos .depoimento-item h4 {
    clear: both;
    margin-bottom: 10%;
    color: #01bafd;
  }
  #index-servicos {
    padding: 2rem 0;
  }
  #intro3 .left-side h3 {
    font-family: sans-serif;
    font-size: 2em;
    color: #01bafd;
    text-align: center;
    width: 90%;
    clear: both;
    margin: 0 auto;
  }
  .btn-primary {
    background: #01bafd;
    color: #fff;
    border: none;
    font-family: sans-serif;
    border-radius: 0;
    padding: 5% 13%;
    margin-bottom: 6px;
  }
  #intro1 h2 {
    font-size: 2.25em;
    padding-top: 3%;
    padding-bottom: 2%;
    color: #01bafd;
    text-align: center;
  }
  #intro5 h2 {
    font-family: sans-serif;
    font-size: 2em;
    padding-bottom: 6px;
  }
  #intro5 {
    padding: 20% 0% 25% 0%;
  }
  .secondary-page {
    margin: 100px 0px;
    padding-top: 0%;
  }
}
#logo_rodape {
  filter: opacity(75%) ;
}