/* ---- Geral ---- */
:root {
  --purple: #826DF2;
  --medium-blue: #3A5AEF;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1536px;
  }
}

body main.navbar-stick {
  margin-top: 80px;
}

.page-content h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}

p {
  padding: 0;
  font-size: 16px;
}

b,
strong {
  font-weight: bold;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.btn-focus,
input:focus {
  box-shadow: none !important;
  outline: none !important;
  color: inherit;
}

.btn-primary {
  background: var(--purple);
  color: #fff;
  transition: all .4s;
  border: 0;
  padding: 10px 30px;
  width: fit-content;
}

.btn-primary:hover {
  background: #0A3237 !important;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: var(--purple);
  color: #fff;
}

.wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
}

/*Top Bar*/
.top-bar {
  padding: 10px 0;
  background: #333333;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.top-bar a {
  color: #fff;
  text-decoration: none;
}
.top-bar p{
	margin: 0 !important;
}
.top-bar .widget-email {
  text-align: center;
}
.top-bar .widget-endereco {
  text-align: right;
}
.top-bar .widget-endereco .btn-topbar {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 5px;
  margin-left: 20px;
}
.top-bar .widget-endereco .btn-topbar:hover {
  background: #fff;
  color: #000;
}

/*--- Navbar ---*/
.navbar-custom {
  background: #fff;
}
.logo {
  width: 220px;
}
.navbar-custom .navbar-collapse {
  justify-content: flex-end;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.navbar-custom .nav-link:hover {
  color: var(--purple);
}
.navbar-custom .current_page_item a {
  color: var(--purple) !important;
}
.navbar-custom.fixed-top {
  box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.1);
}
.navbar-custom .navbar-brand .logo {
  width: 220px;
}
.navbar-nav .dropdown-menu {
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.1);
}
.navbar-nav .dropdown-menu li {
  padding-left: 0px;
  margin-left: 0px;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav li.active ul.dropdown-menu li a {
  color: #23474C !important;
}
.navbar-nav li.active ul.dropdown-menu li.active a {
  color: var(--purple) !important;
}
.navbar-nav li.active ul.dropdown-menu li.active a:hover {
  color: #fff !important;
}
.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li a:focus {
  background: #EF9002;
  color: #fff !important;
}
.navbar-nav .dropdown-menu a {
  font-size: 14px;
}
.navbar-custom li {
  margin-left: 15px;
}
.navbar-custom .btn-fc-topo {
  background: #EF9002;
  border-radius: 10px;
  transition: all .2s ease-out;
}
.navbar-custom .btn-fc-topo:hover {
  background: #23474C;
}
.navbar-custom .btn-fc-topo a {
  color: #fff !important;
}

/* Breadcrumb config */
.breadcrumb {
  background: #3A5AEF;
  padding: 5px 0;
}
.home .breadcrumb {
  display: none;
}
.breadcrumb ol {
  margin: 0px;
}
.breadcrumb li,
.breadcrumb a {
  color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.footer-content {
  background: #191919;
  padding: 2% 0;
}
.footer-content .nav-footer {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.footer-content .nav-footer li {
  text-align: center;
}
.footer-content .nav-footer li a {
  color: #fff;
}
.footer-content .nav-footer li a:hover {
  color: var(--purple);
}
.footer-content .nav-footer .current_page_item a {
  color: var(--purple) !important;
}
.footer-content ul.social-footer {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-content ul.social-footer li {
  margin: 0 20px;
}
.copyright-bar {
  background: #3A5AEF;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.copyright-bar img {
  max-width: 60px;
  margin-top: 5px;
}
/* Default top background internal page */
.topo-default {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

/* Swiper Banner */
.fullbannerhome .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
}
.fullbannerhome .swiper-pagination-bullet-active {
  background: var(--purple);
}

/* Tabs de serviços na home */
.servicos-home {
  height: 100%;
  display: flex;
}
.tabs-nuvem .nav-tabs{
    border: 0px;
}
.tabs-nuvem ul{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;    
}
.tabs-nuvem li {
  /*width: 100%;*/
  white-space: normal;
  /*padding: 10px 14px;*/
  text-align: center;
  font-size: 0.875rem;
  border-radius: 6px;
  border: 1px solid #5C5C5C;
  background-color: #fff;
  color: #000;
  transition: all 0.2s ease-in-out;
  display: flex;
  min-height: 100px;
}
.tabs-nuvem li button{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: 0 !important;
    background-color: var(--purple);
    color: #fff !important;
    border: 1px solid var(--purple) !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.hover{
    border: 0 !important;
    background-color: var(--purple);
    color: #fff;
    border: 1px solid var(--purple) !important;
}

.tab-content {
  background: #333333;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}
.tab-content>.active {
  display: flex !important;
  flex-direction: row;
}
.content-box {
  display: flex;
}
.tab-content .image {
  min-width: 50%;
}
.tab-content .conteudo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.tab-content .btn-detalhe{
    text-align: left;
    border: 1px solid #fff;
    padding: 10px;
    width: fit-content;
    font-size: 13px !important;
    transition: all .4s;
}
.tab-content a{
    color: #fff !important;
}
.tab-content .btn-detalhe:hover{
    background: #fff;
    color: #000 !important;
}
.tab-content .btn-contato{
  background: var(--purple);
  color: #fff;
  transition: all .4s;
  border: 0;
  padding: 10px 20px;
  width: fit-content;
  font-size: 13px !important;
}

.tab-content .btn-contato:hover {
  background: #fff !important;
  color: #000 !important;
}

.tab-content.btn-contato:focus,
.tab-content .btn-contato.focus {
  background-color: #fff;
  color: #fff;
}
.tab-content .botoes{
    display: flex;
    flex-direction: row;
    
}
/* Quem Somos home*/
.quemsomos-home {
  background: #eeeeee;
  padding: 3% 0;
}
.quemsomos-home h4 {
  color: var(--purple);
  font-size: 20px;
}
.quemsomos-home .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.quemsomos-home p {
  margin-bottom: 30px !important;
}
.quemsomos-home .box-info {
  background: #3A5AEF;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: #fff;
  padding: 30px;
  border-radius: 12px;
}
.quemsomos-home .box-info h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Avaliações Home */
.mySwiper-avaliacoes {
  display: flex;
  height: 100%;
}
.mySwiper-avaliacoes .swiper-slide {
  background: #eee;
  padding: 25px;
  border-radius: 12px;
}
.mySwiper-avaliacoes .swiper-slide h5 {
  margin-top: 20px;
  font-size: 18px;
}

/* Página Serviços Principais*/
.servico-item {
  display: flex;
  min-height: 100%;
  margin: 10px 0;
  background: var(--medium-blue);
  border-radius: 12px;
  flex-direction: column;
  text-align: left;
  min-height: 200px;
  position: relative;
}
.servicos-principal a{
  color: #fff;
  text-decoration: none;
  padding: 50px 30px;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}
.servicos-principal h4{
  font-size: 20px;
  text-transform: uppercase;
}
.btnp{
  border: 1px solid #fff;
  padding: 3px 15px;
  width: fit-content;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
}
.servicos-principal a:hover .btnp{
  background: #fff;
  color: var(--medium-blue);
  transition: all 0.3s ease;
}
/* Página Perguntas Frequentes */
.faq-content .accordion-item {
  margin-bottom: 10px;
  border: 0px;
}
.faq-content button:focus {
  outline: none;
  box-shadow: none;
}
.faq-content .accordion-button:not(.collapsed) {
  background: #E0E0E0;
  color: #000;
  font-weight: 500;
}
.faq-content .accordion-button {
  background: #E0E0E0;
  color: #000;
}
.faq-content .accordion-body {
  background: #EEEEEE;
}

/* Página Sobre-nos */
.page-template-page-sobre-nos .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bloco-meio {
  color: #fff;
  text-align: center;
}
.sobrenos-mv ul{
    padding-left: 15px;
}

/*Forms página de contato */
.wpcf7-submit:focus,
.wpcf7-submit:focus-visible,
textarea.wpcf7-form-control:focus,
textarea.wpcf7-form-control:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/*WhatsAPP flutuante */
#whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

#whatsapp-button.hidden {
  opacity: 0;
  pointer-events: none;
}