@font-face {
  font-family: "PLZ";
  src: url("../fonts/plz.ttf");
}

:root {
  --preto: #000000;
  --laranja: #ff5c35;
  --bege: #fef4eb;
  --branco: #ffffff;
  --main-color-one: var(--azul) !important;
  --gradiente: linear-gradient(
    to right,
    var(--preto) 25%,
    var(--bege),
    var(--laranja),
    var(--branco)
  );
  --main-color-two:var(--laranja) !important;
}
.branco {
  color: var(--branco);
}
.preto {
  color: var(--preto);
}

.single-portfolio-blog-grid.dagency-home .content .title a:hover {
    color:var(--laranja) !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "PLZ", sans-serif !important;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4 {
    color: #0e0e0e;
    font-weight: 700;
    margin-top:30px
}
.breadcrumb-area .page-title {
    text-transform:unset !important;
}

table,
td,
th {
    border: 1px solid #e2e2e2;
    border-collapse: collapse
}

td,
th {
    padding: 10px
}

@media all {

    .gt-doc img,
    .gt-doc table {
        max-width: 100%
    }

    .gt-doc {
        margin: 50px 45px 0;
        color: #212121;
        font-weight: 300;
        font-size: 18px;
        line-height: 140%
    }

    .gt-doc p {
        margin: 18px 0
    }

    .gt-doc h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 44.8px;
        min-height: 44.8px;
        margin: 24px 0
    }

    .gt-doc h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 33.6px;
        min-height: 33.6px;
        margin: 22px 0
    }

    .gt-doc h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        min-height: 28px;
        margin: 20px 0
    }

    .gt-doc b,
    .gt-doc strong,
    .gt-doc th {
        font-weight: 600
    }

    .gt-doc table {
        margin: 24px 0;
        border-collapse: collapse;
        text-align: left
    }

    .gt-doc td,
    .gt-doc th {
        padding: 8px 16px;
        border: 1px solid #ccc
    }

    .gt-doc blockquote {
        margin: 24px;
        padding: 8px 24px;
        border-left: 4px solid #ccc;
        background: #f9f9f9
    }

    .gt-doc li {
        margin: 0 0 18px
    }

    .gt-ai-img {
        position: relative;
        direction: ltr
    }

    .gt-ai-img img {
        display: block
    }
}
.btn-mais-sobre, .btn-wrapper a {
  background-color: #f5562d !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
    text-align:center;
  transition: background-color 0.3s ease !important;
  text-decoration: none !important;
}

.btn-mais-sobre:hover,
.btn-wrapper a:hover,
.row align- items-center.col-md-6 {
  background-color: #d94a26 !important;
}

.btn-mais-sobre svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  fill: #fff;
}

.btn-mais-sobre:hover svg {
  transform: translateX(4px);
}

.btn-mais-sobre:hover {
  background-color: #d94a26; /* Cor mais escura no hover */
}

.header-area.header-bg:after {
  background-image: var(--gradiente) !important;
  opacity: 0.7;
}
.navbar.navbar-area.nav-absolute.navbar-expand-lg.nav-style-01 {
  background-color: #000;
}

.portfolio-home-header-area {
  background-color: #fef4eb;
}
.portfolio-home-header-area .header-inner .title,
.portfolio-home-header-area .header-inner .description {
  color: #000;
}

.service-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.service-card:hover {
  background-color: #e75c39;
  transform: translateY(-5px);
  color: white;
}

.service-card:hover h5,
.service-card:hover p,
.service-card:hover .icon {
  color: white;
}
.lawyer-about-area.political-home {
  background-color: var(--bege);
}
.lawyer-about-area .left-content-area {
  border: 0 !important;
}
.fa.fa-asterisk {
  color: var(--laranja);
}

.background-wave {
  background-image: url("/assets/uploads/media-uploader/bk-21746456265.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  z-index: 1;
}

.background-wave::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 0;
}

.section-background {
  min-height: 500px; /* ou outro valor adequado */
}
.hero-section {
  background-color: #f95d38;
  color: white;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.banner-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="%23ffffff33" stroke-width="1" d="M0,0 Q200,100 400,0 T800,0"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.btn-light-arrow {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.btn-light-arrow::after {
  content: "→";
  margin-left: 8px;
}
.container.text-start.position-relative,
.mt-3 {
  background-color: var(--laranja);
  color: #fff;
}

.dagency-cta-area {
  background-color: transparent;
  position: relative;
}
.transforme .row {
  background-color: var(--laranja);
}

.right-content-wrap {
  text-align: right;
}
.card-header.p-0 h2 i {
  color: var(--laranja);
}
.faq-toggle {
  padding: 1rem 0;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #dee2e6;
}

.faq-toggle:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}

.card-body {
  padding-left: 0;
  padding-bottom: 1rem;
  color: #555;
}

.rotate-icon {
  transition: transform 0.3s ease;
}

.faq-toggle[aria-expanded="true"] .rotate-icon {
  transform: rotate(90deg);
}





    @media (max-width: 1199px) {
       .lawyer-contact-area {
    margin-top:-50px !important;
}
    .hero-section {
        background-image: url(/assets/uploads/media-uploader/rectangle-1151746213401.png) ;
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat  !important;
        padding: 80px 20px !important;
        text-align: center !important;
    }
}

@media (max-width: 1199.98px) {

    .hero-section {
        background-image: url(/assets/uploads/media-uploader/rectangle-1151746213401.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 80px 20px;}

  
  .col-lg-6 {
    width: 80% !important;
  }
  .portfolio-home-header-area .header-inner .description,
  .portfolio-home-header-area .header-inner .description * {
    max-width: none;
  }
  .header-inner {
    text-align: center;
  }
  .description {
    text-align: center;
  }
  .row.align-items-center {
    flex-direction: column; /* empilha os elementos */
    text-align: center; /* centraliza texto */
  }

  .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .right-image {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }

  .header-inner {
    padding: 0 15px; /* um pouco de respiro lateral */
  }
}

@media (max-width: 767.98px) {
  .faq-toggle {
    font-size: 1rem;
  }
}
.form-container {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

.form-input {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
}

/* .form-check-input { 
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}*/

.form-check-label {
  font-size: 14px;
  color: #555;
}

.btn-orange {
  background-color: #ff5722;
  color: white;
  border: none;
  border-radius: 5px;
}

.btn-orange:hover {
  background-color: #e64a19;
}

.btn-block {
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
}
.button {
  background-color: var(--laranja);
}
.btn.btn-orange.btn-block.mt-4.d-flex.align-items-center.justify-content-center.gap-2 {
  background-color: var(--laranja);
}

.bege {
  background-color: var(--bege) !important;
}
.compactar .title.mb-3.preto,
.compactar .left-content-wrap p {
  color: var(--preto);
}
.btn-claro {
  background-color: #f8f9fa;
  color: #212529;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 12px 24px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
  text-decoration: none;
}

.btn-claro:hover {
  background-color: #e2e6ea;
  border-color: #adb5bd;
  color: #000;
}
.btn-claro svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  fill: #0f0f0f;
}

.btn-claro:hover svg {
  transform: translateX(4px);
}
.background-arcos {
  position: relative;
  background-color: #fff5ec;
  overflow: hidden;
}

.arco-1 {
  position: absolute;
  border-radius: 50%;
  bottom: -220px;
  right: -250px;
}

.arco-1 {
  width: 510px;
  height: 510px;
  background-color: #ff5b30;
  z-index: 2;
}

.arco-2 {
  position: absolute;
  border-radius: 50%;
  bottom: -270px;
  right: -290px;
}

.arco-2 {
  width: 600px;
  height: 600px;
  background-color: #ff5c3533;
  z-index: 1;
}
.bg-azul {
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(202, 218, 230, 1) 10%,
    rgba(202, 218, 230, 1) 50%,
    rgba(202, 218, 230, 1) 90%,
    rgba(0, 0, 0, 0) 90%
  );
}
/* Labels e campos alinhados à esquerda */
.custom-form-builder-form label {
  text-align: left !important;
  display: block;
}

.custom-form-builder-form input,
.custom-form-builder-form textarea {
  text-align: left !important;
  direction: ltr !important;
}

.custom-form-builder-form input::placeholder,
.custom-form-builder-form textarea::placeholder {
  text-align: left !important;
}

/* Ícones com cor laranja */
.lawyer-contact-item .icon i {
  color: #ff5c35;
}

/* Instagram e LinkedIn lado a lado */

/* Estilo do botão: menor, cor laranja, hover escuro, alinhado à esquerda */
.custom-form-builder-form .submit-btn {
  background-color: #ff5c35;
  color: white;
  padding: 10px 25px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: auto;
  display: inline-block;
  text-align: left;
}

/* Hover do botão */
.custom-form-builder-form .submit-btn:hover {
  background-color: #cc4829;
}

/* Alinhar o botão à esquerda */
.custom-form-builder-form .btn-wrapper {
  text-align: left !important;
}

/* Sombra no container geral (formulário e contatos) */
.lawyer-contact-area .container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 12px;
  background-color: #fff;
}

.hero-section {
  background-color: #f9633d; /* Laranja queimado */
  background-image: url("/assets/uploads/media-uploader/rectangle-1151746213401.png"); /* Caminho da imagem com linhas curvas */
  background-repeat: no-repeat;
  background-position: left center;
  color: white;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .hero-section {
    background-image: url("/assets/uploads/media-uploader/rectangle-1151746213401.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
  }
}
.hero-text h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: white;
}

.hero-text strong {
  font-weight: bold;
}

.btn-claro {
  background-color: white;
  color: #000;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.btn-claro:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}



@media (max-width: 768px) {
  .btn-wrapper {
    text-align: center;
    margin-top: 20px;
  }
}

.lawyer-contact-area {
 margin-top:-200px;
 position:relative;
 z-index:1;
}
.py-3 {
  border-radius: 5px;
}
.navbar.navbar-area.nav-absolute.navbar-expand-lg.nav-style-01 {
  background-color: #ffffff;
}
/* Reset básico */
.navbar-nav li a {
  color: #000 !important;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}

/* Efeito hover */
.navbar-nav li a:hover {
  color: #333; /* Ou outra cor escura */
}

/* Sublinhado animado */
.navbar-nav li a::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 5px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}

.navbar-nav li a:hover::after {
  width: calc(100% - 30px); /* Considerando padding de 15px dos lados */
}
.navbar-light-scroll {
  background-color: #ffffff !important;
  transition: background-color 0.3s ease;
}

.header-style-01.navbar-variant-01 .navbar-area.nav-style-01.nav-fixed {
  background-color: #ffffff !important;
}

@media (width > 992px) {
/* Alinhar os links do menu à direita */
.collapse.navbar-collapse {
  display: flex;
  justify-content: flex-end;
}
}

@media (width < 992px) {
    .btn-wrapper {
    text-align: center;
}

.left-content-area.text-left {
    text-align:center !important;
    margin-right:0 !important;
    margin-top:35px;
}
}
.navbar-nav {
  display: flex;
  gap: 20px; /* Espaçamento entre os itens */
  list-style: none;
  margin-left: auto;
  align-items: center;
}

/* Estilização básica dos links */
.navbar-nav li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px;
  position: relative;
  transition: color 0.3s ease;
}

/* Hover suave */
.navbar-nav li a:hover {
  color: #333;
}

/* Linha animada abaixo do link ao passar o mouse */
.navbar-nav li a::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 5px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}

/* Alinhar os links no final do container */
.nav-container {
  display: flex; /* Usando flexbox para layout */
  justify-content: space-between; /* Garante que o logo fique à esquerda e o menu à direita */
  align-items: center; /* Alinha verticalmente o conteúdo no meio */
}

/* Isso move a lista de navegação para a direita */
.navbar-nav {
  margin-left: auto; /* Empurra a lista de links para a direita */
}

/* Ajuste a distância entre os links, se necessário */
.navbar-nav li {
  margin-right: 20px; /* Distância entre os itens de navegação */
}
.faq-toggle i {
  transition: transform 0.3s ease;
}

.faq-toggle[aria-expanded="true"] i {
  transform: rotate(90deg); /* Para rotacionar para baixo */
}
.dagency-bg-color {
  background-color: #f4f5fa00;
}
@media (max-width: 576px) {
  .hero-text h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 990px) {
  .bg-azul {
    background: #e6ecf3;
  }
 
  .lawyer-about-area.political-home {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
 .hero-section {
    text-align: left;}
    
    .compactar .row {
        padding:50px 0;
    }

@media (max-width: 767.98px) {
  .hero-section {
    text-align: center;
    padding: 60px 20px;
  }



  .hero-section .btn {
    margin-top: 20px;
  }
  .background-wave {
    padding-top: 20px !important;
  }
  .lawyer-about-area.political-home {
    padding-bottom: 30px !important;
  }
  .portfolio-home-header-area {
    padding-top: 80px !important;
  }
}

.navbar-toggler {
  background-color: var(--laranja) !important;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: end;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 50px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 1px;
}
@media (max-width: 768px) {
  .footer-logo {
    max-width: 100px;
  }
}
.footer-logo {
  max-width: 150px; /* ajuste esse valor conforme necessário */
  height: auto;
}

.titulo {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 20px;
}

.texto {
  font-size: 1rem;
  color: #222;
  line-height: 1.6;
}

/* Sobre */

/* Ajuste para telas muito pequenas */
@media (max-width: 576px) {
  .titulo {
    font-size: 1.5rem;
  }

  .texto {
    font-size: 0.95rem;
  }
}
.metodologia-container {
  margin-top: 110px;
  margin-bottom: 110px;
}

.titulo {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 20px;
}

.texto {
  font-size: 1rem;
  color: #222;
  line-height: 1.6;
}
.growth-pillars-section {
  margin-top: 110px;
  margin-bottom: 110px;
  background-color: #fef4eb;
  padding: 60px 0;
}

.growth-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #1c1c1c;
}

.growth-list {
  list-style: none;
}

.growth-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #333;
}

.growth-list .dot {
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background-color: #ff6a4d;
  border-radius: 50%;
}
.revenue-journey-section {
  margin-top: 110px;
  margin-bottom: 110px;
}

.revenue-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #1c1c1c;
}

.revenue-journey-section p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
/* serviços */
/* Adicionando efeitos de hover para os cartões */
.service-card {
  transition: transform 0.3s ease;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.service-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #343a40;
}
.service-description {
  font-size: 1rem;
  color: #6c757d;
}
.home-21.footer-area .contact_info_list li.single-info-item .icon,
.home-21.footer-area .footer-widget.widget_nav_menu ul li a:after,
.home-21.footer-area .contact_info_list li.single-info-item .icon,
.home-21.footer-area .footer-widget.widget_nav_menu ul li a:after {
  color: #000000;
  color: var(--laranja);
}
.growth-pillars-section {
  position: relative;
}

.decorative-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f0c9c0; /* controle da cor por CSS */
  width: 100px;
  /* opacity: 0.2; */
  pointer-events: none;
  z-index: 0;
}
.decorative-dot {
  rotate: 50%;
}
.btn-primary {
  color: #fff !important;
  background-color: var(--laranja) !important;
  border-color: var(--laranja) !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d94a26;
  border-color: #d94a26;
}
.decorativo-img {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 150px;
}
.decorativo-top-right {
  position: absolute;
  top: -20px; /* ou 0, se quiser encostar */
  right: 0;
  width: 150px; /* ajuste conforme o tamanho ideal */
}
.lawyer-contact-item {
  align-items: center;
}
@media only screen and (max-width: 499px) {
  .portfolio-home-header-area .header-inner .title {
    font-size: 42px;
    line-height: 48px;
  }
  .lawyer-about-area .left-content-area .title{

  }
}
@media (min-width: 992px) {
  .left-content-area.text-left {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .bg-azul {
    padding: 50px;
    padding-bottom: 50px;
    background: #e4ecf5;
  }
  .lawyer-about-area .left-content-area .title{
    text-align: center;
  }
}
@media (max-width: 1199px) {
.contatos     .lawyer-contact-area {
        transform: translateY(-170px) !important;
    
} 



    .lawyer-about-area .left-content-area .title {
        text-align: center;
    }
}

.lawyer-contact-item .fab {
        color: #ff5c35 !important; 
    font-size: 40px;
    line-height: 40px;
    color: var(--lawyer-color);
    margin-right: 20px;

  }

  .lawyer-contact-list .lawyer-contact-item:nth-child(3) .icon i.fab.fa-linkedin {
  display: none;
  text-align: left;
}
.lawyer-contact-item{
align-self: start;
justify-content: start;   
}

a[href^="mailto:"] {
      font-weight: 500!important;
  font-size: 18px;
  color: var(--heading-color);        
  text-decoration: none;   
  transition: color 0.3s ease;
}
.lawyer-contact-item .content .title{
    font-weight: 500!important;
  font-size: 18px;
  color: var(--heading-color);        
  text-decoration: none;   
  transition: color 0.3s ease;

}

a[href^="mailto:"]:hover {
  color: #ee9446; 
}
.top-bar-inner ul li a:hover {
    color:#ee9446;
}

.copyright-area-inner a {
  color: #000;
  text-decoration: none;
}
.lawyer-contact-list li:last-child .icon{
  margin-right: 0 !important;
}
@media (max-width: 990px) {
    .hero-section {
    padding: 0 !important;}
    
      .lawyer-contact-area {
        transform: translateY(-60px) !important;
    }}


    .respiro{
     
    background-image: url(/assets/uploads/media-uploader/bk-21746456265.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;

    }



    
 .row.align-items-center  .card-header,
 .row.align-items-center .faq-toggle:hover {
  
  background: transparent !important;
}

.single-cleaning-service-item .thumb .icon {
  background-color: var(--bege);
  color: var(--laranja) !important;
}

.row {
  display: flex;
  flex-wrap: wrap;

}
.single-cleaning-service-item .content .title:hover {
    color: var(--laranja);
}


