/* Geral */
html,
body {
  overflow-x: hidden;
}

body {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.bg-geral {
  background-color: var(--bg_geral);
}

a {
  color: var(--texto_principal);
}

a:hover {
  color: var(--hover);
}

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

b,
strong {
  font-weight: 600;
}

header#header-site .logo img#logo_topo {
  max-height: 70px;
}

header .social-icons.social-icons-medium {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 32px;
}

header .social-icons.social-icons-medium i {
  color: #fff;
}

header#header-site.bg-menu .social-icons.social-icons-medium i {
  color: var(--cor_menu);
}

header .social-icons.social-icons-medium a:hover i {
  color: var(--hover);
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown:hover .dropdown-menu.open {
  display: block !important;
}

.title-divider {
  position: relative;
}

.title-divider:after {
  content: "";
  width: 100px;
  height: 2px;
  background: var(--bg_geral);
  position: absolute;
  bottom: 0;
  left: 0;
}

#go-to-top {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  z-index: 999;
}

#go-to-top i {
  margin-top: 5px;
}

.politica_cookies {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 99;
}

.politica_cookies .conteudo-lgpd {
  width: 90vw;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  padding: 1rem;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  justify-content: space-between;
  font-size: .9rem;
}

.politica_cookies .conteudo-lgpd .btn-cookies {
  font-size: 1rem;
  border-radius: 20px;
}

button.btn.btn-success.btn-whatsapp {
  position: fixed;
  bottom: 70px;
  right: 23px;
  font-size: 2rem;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  border: 2px solid #fff;
}

.btn-primary {
  background-color: var(--bg_geral);
  border-color: var(--hover);
  transition: 0.2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--hover);
  border-color: var(--hover);
}

.vertical-divider {
  height: 50px;
  width: 1px;
  background: var(--texto_principal);
  margin: auto;
}

.star-rating {
  font-size: 16px;
  height: 18px;
  width: 89px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  margin: auto;
}

.star-rating::before,
.star-rating span::before {
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  color: #c0c0c0;
  letter-spacing: 2px;
  font: normal normal normal 16px "Material Design Icons";
  font-weight: 900;
  content: "\F04CE\F04CE\F04CE\F04CE\F04CE";
}

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

.star-rating span::before {
  color: #ffc300 !important;
  letter-spacing: 2px;
}

.star-rating.text-left {
  margin-left: 0;
  margin-top: 5px;
}

.fancybox__container {
  z-index: 99999;
}

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

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

.hidden-captcha input.captcha_result {
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 0;
  width: 100%;
  height: 40px;
}

.text-principal {
  color: var(--texto_principal);
}

.section-capa {
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.lista-categorias li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.lista-categorias li {
  transition: 0.2s ease-in-out;
}

.text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.text-limit.text-limit-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-limit.text-limit-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

li.page-item a.page-link {
  width: 40px;
  height: 40px;
  border-radius: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  font-size: 1.2rem;
  transition: 0.2s ease-in-out;
}

li.page-item a.page-link.active,
li.page-item a.page-link:hover {
  background: var(--hover);
  color: #fff;
}

.galeria-extra .galeria-itens {
  display: flex;
}

.galeria-extra .galeria-itens .galeria-item {
  height: 200px;
  width: calc(100% * (1 / 5) - 10px - 1px);
  margin: 0 5px;
}

.galeria-extra .galeria-itens .galeria-item.galeria-item-sm {
  height: 100px;
  width: calc(100% * (1 / 4) - 10px - 1px);
}

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

.section-capa .breadcrumb {
  background: rgba(0, 0, 0, 0.5);
  width: min-content;
  white-space: nowrap;
  flex-wrap: nowrap;
  margin: auto;
  padding: 5px 20px;
  border-radius: 20px;
}

.form-control:focus {
  border-color: var(--hover);
  box-shadow: 0 0 5px var(--hover);
}

div#modal-boas-vindas {
  background: rgba(0, 0, 0, 0.3);
}

div#modal-boas-vindas .modal-body {
  position: relative;
}

div#modal-boas-vindas .modal-body .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #333;
}

.modal {
  z-index: 99999;
}

/* Fim Geral */
/* Header */
header#header-site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: 0.2s ease-in-out;
}

header#header-site.bg-menu,
body.sem_capa header#header-site {
  background-color: var(--bg_menu);
}

header#header-site li.nav-item {
  padding: 10px;
  text-transform: uppercase;
}

header#header-site a.nav-link {
  color: #fff;
  transition: 0.2s ease-in-out;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}

header#header-site.bg-menu a.nav-link {
  color: var(--texto_menu);
}

header#header-site a.nav-link:hover,
header#header-site a.nav-link.active {
  color: var(--hover);
  border-bottom: 1px solid var(--hover);
}

/* Fim Header */
/* Slide HOME */
#section-slide {
  height: 100vh;
}

#section-slide .owl-slideshow .owl-item-image {
  width: 100vw;
  height: 100vh;
}

#section-slide .owl-slideshow .owl-item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}

#section-slide .owl-slideshow .owl-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#section-slide .owl-nav button {
  position: absolute;
  top: calc(50% - 30px);
  width: 70px;
  height: 60px;
  background: #fff;
}

#section-slide .owl-nav .owl-next {
  right: 10px;
  border-radius: 30px 0 0 30px;
}

#section-slide .owl-nav .owl-prev {
  left: -5px;
  border-radius: 0 30px 30px 0;
}

#section-slide .custom-nav-icon {
  height: 2px;
  background: #333;
  position: relative;
  z-index: 2;
  transition: 0.2s ease-in-out;
}

#section-slide .custom-nav-icon.custom-nav-icon-next {
  left: -40px;
}

section#section-slide .owl-nav button:hover .custom-nav-icon.custom-nav-icon-next {
  left: -20px;
}

#section-slide .custom-nav-icon.custom-nav-icon-prev {
  right: -40px;
}

section#section-slide .owl-nav button:hover .custom-nav-icon.custom-nav-icon-prev {
  right: -16px;
}

#section-slide .custom-nav-icon:before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 8px solid #333;
  z-index: -6;
}

#section-slide .custom-nav-icon.custom-nav-icon-next:before {
  border-right: 8px solid #333;
  transform: rotate(45deg);
  right: -6px;
  top: -6px;
}

#section-slide .custom-nav-icon.custom-nav-icon-prev:before {
  border-left: 8px solid #333;
  transform: rotate(-45deg);
  left: -7px;
  top: -7px;
}

#section-slide .owl-item-text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100vw;
  height: 100%;
}

#section-slide .owl-item-text .owl-item-text-content {
  text-align: center;
}

#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}

#section-slide .owl-item-text .owl-item-text-content .texto-slide {
  font-size: 2rem;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide {
  margin-top: 20px;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
  background: var(--bg_menu);
  color: var(--texto_menu);
  width: auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide:hover {
  background: var(--hover);
}

/* Fim Slide HOME */
/* Sessao Empresa */
/* Fim Sessao Empresa */
/* Sessao ServiÃ§os */
#section-servicos .card.card-servicos {
  border-radius: 15px;
  overflow: hidden;
}

#section-servicos .card.card-servicos .card-body {
  padding: 0;
  height: 400px;
}

#section-servicos .card.card-servicos .card-body .card-title {
  color: var(--texto_principal);
  padding-left: 30px;
  padding-bottom: 40px;
  transition: 0.2s ease-in-out !important;
}

#section-servicos .card.card-servicos .card-body .section-card-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0 0 0;
}

#section-servicos .card.card-servicos .card-body .section-card-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--hover);
  opacity: .75;
  z-index: 0;
  transition: .2s ease-in-out;
}

#section-servicos .card.card-servicos .card-body:hover .section-card-title:before {
  opacity: 1;
}

#section-servicos .card.card-servicos .card-body .section-card-title .card-title {
  position: relative;
  z-index: 9;
}

#section-servicos .card.card-servicos .card-body .card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Fim Sessao ServiÃ§os */
/* SessÃ£o Depoimentos */
#section-depoimentos {
  background-color: var(--bg_geral);
}

#section-depoimentos .card.card-depoimentos {
  overflow: hidden;
  border-radius: 20px;
}

#section-depoimentos .card-depoimentos-auto-imagem {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
}

#section-depoimentos .card-depoimentos-auto-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-depoimentos blockquote {
  position: relative;
  height: 250px;
  overflow: auto;
}

/* width */
#section-depoimentos blockquote::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#section-depoimentos blockquote::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
#section-depoimentos blockquote::-webkit-scrollbar-thumb {
  background: var(--bg_geral);
  border-radius: 10px;
}

/* Handle on hover */
#section-depoimentos blockquote::-webkit-scrollbar-thumb:hover {
  background: var(--hover);
}

/* Fim SessÃ£o Depoimentos */
/* SessÃ£o Produtos */
#section-produtos .card-produtos {
  border-radius: 20px;
  overflow: hidden;
}

#section-produtos .card-produtos:hover .card-body img {
  opacity: .75;
}

#section-produtos .card-produtos:hover .card-body .card-content:before {
  opacity: 1;
}

#section-produtos img.card-img-top {
  transition: 0.2s ease-in-out;
}

#section-produtos .card-produtos .card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#section-produtos .card-produtos .card-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--hover);
  opacity: .5;
  z-index: -1;
}

body#page_produtos .produtos-imagem img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Fim SessÃ£o Produtos */
/* SessÃ£o Galeria */
#section-galeria.section-galeria-bg {
  background-color: var(--footer_bg);
  position: relative;
  margin-top: 80px !important;
}

#section-galeria.section-galeria-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transform: skewY(-3deg);
  transform-origin: top left;
  background: var(--footer_bg);
  z-index: -1;
}

#section-galeria .bloco-galeria {
  display: flex;
  flex-wrap: wrap;
}

#section-galeria .bloco-galeria div {
  position: relative;
  width: calc(100% * (1 / 6) - 20px - 1px);
  margin: 0 10px;
}

#section-galeria .bloco-galeria img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-galeria .bloco-galeria .item-galeria a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--hover);
  opacity: 0.5;
  transition: 0.2s;
}

#section-galeria .bloco-galeria .item-galeria a:after {
  content: "\F034B";
  font: normal normal normal 50px "Material Design Icons";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  color: var(--bg_geral);
  transition: 0.2s;
  opacity: 0;
}

#section-galeria .bloco-galeria .item-galeria a:hover:before {
  height: 100%;
}

#section-galeria .bloco-galeria .item-galeria a:hover:after {
  opacity: 1;
}

/* Fim SessÃ£o Galeria */
/* SessÃ£o Contato */
.formulario-contato .form-control,
.formulario-contato .captcha_result {
  border-color: var(--bg_geral);
  border-radius: 0;
  font-size: 1.2rem;
  height: unset !important;
  padding: 10px;
}

/* Fim SessÃ£o Contato */
/* SessÃ£o Blog */
#section-blog .blog-imagem {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  border-radius: 15px;
  border: 1px solid var(--texto_principal);
}

#section-blog .blog-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-in-out;
}

#section-blog .blog-imagem:hover img {
  transform: scale(1.1);
}

/* Fim SessÃ£o Blog */
/* Footer */
#footer {
  position: relative;
  background-color: var(--footer_bg);
  color: var(--footer_color);
}

#footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--footer_bg);
}

#footer .container {
  position: relative;
  z-index: 2;
}

#footer button.btn.bg-newsletter.rounded-0.btn-primary {
  height: 45px;
}

#footer ul.social-icons.social-icons-medium {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2rem;
  display: flex;
}

#footer ul.social-icons.social-icons-medium a {
  color: var(--footer_color);
  transition: 0.2s ease-in-out;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

#footer ul.social-icons.social-icons-medium a:hover {
  color: transparent !important;
}

#footer ul.social-icons.social-icons-medium .social-icons-instagram a:hover {
  background: linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
  );
}

#footer ul.social-icons.social-icons-medium .social-icons-facebook a:hover {
  background: -webkit-linear-gradient(to top, #3b5998, #2b4170);
}

#footer ul.social-icons.social-icons-medium .social-icons-skype a:hover {
  background: #00aff0;
}

#footer ul.social-icons.social-icons-medium .social-icons-twitter a:hover {
  background: #1d9bf0;
}

#footer ul.social-icons.social-icons-medium .social-icons-youtube a:hover {
  background: #ff0000;
}

/* Fim Footer */
/* Pagina Blog */
.bloco-more {
  display: flex;
}

.img-more {
  height: 100px;
  width: 100px;
  margin-right: 10px;
}

.img-more img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-imagem {
  height: 100%;
}

.blog-imagem img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Fim Pagina Blog */

/* Pagina Publicacao */
.publicacao-imagem {
  text-align: center;
}

.publicacao-imagem img {
  max-width: 100%;
  max-height: 500px;
}

/* Fim Pagina Publicacao */

/* Pagina Contato */
.informacao-contato-content {
  display: flex;
  align-items: center;
  color: var(--texto_principal);
}

.informacao-contato-content .informacao-contato-icone {
  font-size: 3rem;
}

.informacao-contato-content .informacao-contato-texto {
  margin-left: 10px;
  font-size: 1.2rem;
}

/* Fim Pagina Contato */
/* Pagina ServiÃ§os */
/* Fim Pagina ServiÃ§os */
/* Pagina Produto */
.produto-galeria {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.produto-galeria-item {
  flex: 0 0 calc(100% * (1 / 5) - 10px);
  height: 200px;
}

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

/* Fim Pagina Produto */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1f1f1;
  z-index: 99999;
}

#preloader:after {
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 3px solid #ccc;
  border-radius: 50%;
  border-top-color: var(--wip);
  animation: 2s spin infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
