.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: 3;
}

@keyframes pulse {
  from {
    box-shadow: none;
  }

  to {
    box-shadow: 0px 0px 10px 2px rgba(229, 129, 5, 0.8);
  }
}

img,
video,
iframe {
  max-width: 100%;
}

.star-rating {
  font-size: 14px;
  height: 16px;
  width: 75px !important;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: 0;
}

.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}

.star-rating::before,
.star-rating span::before {
  color: #c0c0c0;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  font-family: fontawesome;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}

.star-rating span::before {
  color: #ffc300 !important;
}

.btn-mais {
  text-transform: uppercase;
  border: 1px solid;
  padding: 10px;
  color: var(--bg_geral);
  position: relative;
  transition: 0.1s ease-in-out;
  width: fit-content;
}

.btn-mais:hover {
  border-color: var(--hover);
  color: var(--hover);
}

.btn-mais:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bg-form-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 250%;
  height: 100%;
  background: var(--overlay);
  opacity: 0.6;
}

.bg-form-contact .banner-main-right {
  position: relative;
}

footer .bg-newsletter {
  background: transparent;
  border: 2px solid var(--texto_principal);
  border-radius: 0;
  height: 45px;
  color: #fff;
  transition: 0.2s ease-in-out;
}

footer .bg-newsletter:hover {
  background: var(--texto_principal);
  color: #fff;
}

.form-group.hidden-captcha {
  display: flex;
}

.captcha {
  user-select: none;
  cursor: default;
  padding: 5px 15px;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  background: url("/images/captcha.jpg") no-repeat center !important;
  text-transform: none !important;
}

input.captcha_result {
  padding: 7px;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.img-servico {
  max-height: 400px;
  width: auto;
}

.main-text.item-servico {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bloco-img-servico {
  flex: 0 0 300px;
}

.border-0 {
  border: 0;
}

figure.orcamento-figure img {
  max-width: 100%;
}

.orcamento-section {
  margin: 10px 0;
}

button.btn-main {
  border: 0;
}

.orcamento-section .btn-main:hover {
  background-color: var(--texto_principal);
}

.page-banner::before {
  content: "";
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.page-banner .title {
  color: #fff;
}

.btn-whatsapp {
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 65px;
  height: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 999;
  border: 2px solid #fff;
}

.politica_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  color: #fff;
  padding: 10px 0;
}

button.btn-cookies {
  margin-left: 10px;
}

img.testimonial-man {
  max-width: 300px;
}

.main-text.item-servico.alinhar_esquerda {
  flex-direction: row-reverse;
}

.wp-img.img-wrapper {
  height: 300px;
}

.wp-img.img-wrapper img.img-responsive,
.wp-img.img-wrapper img.img-responsive {
  height: 100%;
  object-fit: cover;
  width: 100%;
  margin: auto;
}

.finance-item p {
  overflow: hidden;
  height: 50px;
}

.finance-item .introducao {
  height: 80px;
  margin-bottom: 25px;
  overflow: hidden;
}

.grid-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  margin: auto;
}

.words-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

footer,
footer p,
footer a,
footer li {
  color: var(--footer_color) !important;
}

.bg-form-contact::after {
  background: var(--bg-contato);
  background-size: cover;
}

.text-light {
  color: #fffa !important;
}

.finance-item {
  padding-bottom: 15px;
  height: 500px;
  overflow: hidden;
}

section.who-alt.who-alt-banner {
  background-color: var(--bg_geral);
}

.topbar a.item:hover {
  color: var(--texto_topo) !important;
}

.botao-link-externo {
  background-color: var(--texto_principal);
  color: #fff;
}

.botao-link-externo:hover {
  color: var(--hover) !important;
  background-color: var(--texto_menu);
}

div#modal-boas-vindas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

div#modal-boas-vindas .modal-body {
  display: flex;
  height: 100vh;
  flex: 0 0 100vw;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal-boas-vindas .modal-conteudo {
  position: relative;
  max-width: 100%;
  max-height: 80vh;
  min-height: 500px;
  width: 800px;
  border-radius: 10px;
  z-index: 999;
  background: #fff center top no-repeat;
  background-size: contain;
  padding: 20px;
  text-align: center;
  display: flex;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
}

#modal-boas-vindas .modal-conteudo .modal-detalhes {
  width: 100%;
}

#modal-boas-vindas .modal-conteudo .btn-fechar-boas-vindas {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  color: #000;
  z-index: 99999;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 100%;
  border: 0;
  line-height: 27px;
  font-size: 15px;
}

.background-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

section.achievement.achievement-banner .title-wrapper {
  margin-bottom: 10px;
}

.slide-campo-texto {
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.slide-campo-titulo {
  font-size: 2.3rem;
  line-height: 2.4rem;
}

.slide-campo-botao {
  font-size: 1.28rem;
  line-height: 1.7rem;
  padding: 5px 15px;
  width: auto;
  white-space: nowrap;
  min-width: 150px;
  max-width: 100%;
}

.link_slide_completo {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

section#section-galeria li.port-item.port-more {
  float: right;
  border: 1px solid var(--bg_geral);
  font-size: 2rem;
}

.tab-footer {
  padding: 20px 0;
}

section.section-pagina-extra {
  padding: 15px 0;
  margin: 15px 0;
}

.header-fixed.header-main .logo {
  max-height: 50px !important;
}

.blog-detail-wrapper .blog-image {
  text-align: center;
}

.blog-detail-wrapper .blog-image img {
  max-height: 500px;
  width: auto;
}

.galeria-produtos .item {
  height: 150px;
}

.galeria-produtos .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


body.loader::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9998;
}

body.loader::after {
  content: '';
  position: fixed;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  border: 8px solid #f3f3f3;
  border-top: 8px solid var(--bg_geral);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.d-none{
  display: none;
}
.d-block{
  display: block;
}