html, body {overflow-x: hidden!Important;}

body {
  font-family: 'Poppins', sans-serif;
}
p {font-size: 15px;}
.clear {clear: both!important;}
.alg-center-h {
  display: flex!important;
  flex-direction: column!important;
  justify-content: center!important;
}

.header {

}
.navbar {
  background: #ffffff;
  height: 102px;
  padding: 0px 80px 0px 80px;
}
.navbar .logo {
  width: 124px;
}
.navbar .nav-link {
  font-size: 15px;
  font-weight: 600;
  color:#333333;
}
.navbar .nav-link:hover {
  font-size: 15px;
  font-weight: 600;
  color:#01792D;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color:#01792D!important;
}
.header-sticky {
  background: transparent;
  box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
  backdrop-filter: saturate(180%) blur(20px);
}
.navbar .btn-w {
  border-radius: 30px;
  background-image: linear-gradient(244deg, #028E35 0%, #005F23 100%);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 768px){
  .navbar {
    background: #ffffff;
    height: 75px;
    padding: 0;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar .logo {
    width: 88px;
  }
  .navbar-nav {
    margin-top: 15px;
    background-color: #ffffff;
    border-top: 1px dotted #bababa;
    padding-top: 15px;
  }
  .navbar .container-fluid {
    padding: 17px;
    background-color: #ffffff;
    padding-bottom: 25px;
    border-radius: 0px 0px 15px 15px;
    position: relative;
    z-index: 99;
  }
  .navbar-toggler i {
    font-size: 28px;
    margin-top: 4px;
  }
  .navbar .btn-w {
    margin-top: 10px;
    z-index: 99;
    position: relative;
  }
  .navbar .container-fluid  {
    box-shadow: 0px 20px 40px rgb(0 0 0 / 56%);
    backdrop-filter: saturate(180%) blur(20px);
  }
}
@media (min-width: 992px) {
  /*.navbar-nav {
    margin-left: 250px;
  }*/
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 5rem;
  }
}
@media (min-width:1024px) and (max-width: 1600px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 3.5rem;
  }
}

.hero {
  background: linear-gradient(rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url(../img/bg-hero.webp) center / cover;
  height: 620px;
}
.hero .logo-antt {
  width: 20%;
  margin-top: -30px;
}
.hero h1 {
  text-transform: uppercase;
  font-style: italic;
  font-size: 45px;
}
@media (max-width: 768px){
  .hero {
    height: 470px;
    padding-bottom: 0;
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero .logo-antt {
    width: 77%;
  }
}

.servicos {
  margin-top: -225px;
  position: relative;
  z-index: 1;
}
.service-card {
  background: #fff;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,.08);
  transition: .3s;
  height: 520px;
}

.service-card:hover {
  transform: translateY(-8px);
}
@media (max-width:768px){
  .servicos {
    margin-top: -177px;
  }
}

.elementor-widget-container {
  position: relative;
  top: 155px;
  left: 0;
  padding: 0px;
  text-align: right;
}
.elementor-button {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.7px;
  fill: #ffffff;
  color: #ffffff;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
  border-radius: 12px 0 0 12px;
  padding: 10px 20px 10px 20px;

}
.elementor-button-content-wrapper {
  flex-direction: row-reverse;
}
.elementor-button span {
  text-decoration: inherit;
}
.elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}
button span {
  text-decoration: inherit;
}
.elementor-button i {
  font-size: 13px;
  color: #ffffff;
}
.elementor-button-icon {
  align-items: center;
  display: flex;
}
.fa-angle-double-right:before {
  content: "\f101";
}
.service-card img {
  margin-top: -25px;
  border-radius: 12px 12px 0px 0px;
}

.card-body {
  padding: 30px;
}
.card-body h5 {
  font-weight: 700;
  text-transform: uppercase;
}
.card-body .cadastro-h5 {color:#007b42;}
.card-body .renovacao-h5 {color:#ffcc29;}
.card-body .inclusao-h5 {color:#3e4095;}
.card-body .alteracao-h5 {color:#878787;}
@media (max-width: 768px){
  .sc-cadastro {background-color: #007b42!important;}
  .card-body .cadastro-h5 {color:#ffff;}
  .card-body p {color:#ffff;}
  .sc-renovacao {background-color: #ffcc29!important;}
  .card-body .renovacao-h5 {color:#000000;}
  .sc-renovacao .card-body p {color:#000000!important;}
  .sc-inclusao {background-color: #3e4095!important;}
  .card-body .inclusao-h5 {color:#ffff;}
  .sc-alteracao {background-color: #878787!important;}
  .card-body .alteracao-h5 {color:#ffff;}
  .card-body .btn-primary {background-color: #ffffff!important;border: 2px solid #ffffff!important;color:#000000!important;}
}

.service-card .button {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100px 100px 100px 100px;
  padding: 7px 30px;
}
.btn-verde {background-color:#007b42!important;border:2px solid #007b42;}
.btn-verde i {color:#ffffff!important;}
.btn-verde:hover {background-color:#000000!important;border:2px solid #000000;transition: all .3s}
.brd-verde {border-bottom: 4px solid #007b42;}

.btn-amarelo {background-color:#ffcc29!important;border:2px solid #ffcc29;color:#000000!important;}
.btn-amarelo i {color:#000000!important;}
.btn-amarelo:hover {background-color:#000000!important;color:#ffffff!important;border:2px solid #000000;transition: all .3s}
.brd-amarelo {border-bottom: 4px solid #ffcc29;}

.btn-azul {background-color:#3e4095!important;border:2px solid #3e4095;}
.btn-azul i {color:#ffffff!important;}
.btn-azul:hover {background-color:#000000!important;border:2px solid #000000;transition: all .3s}
.brd-azul {border-bottom: 4px solid #3e4095;}

.btn-cinza {background-color:#878787!important;border:2px solid #878787;}
.btn-cinza i {color:#ffffff!important;}
.btn-cinza:hover {background-color:#000000!important;border:2px solid #000000;transition: all .3s}
.brd-cinza {border-bottom: 4px solid #878787;}

.sobre {
  background-color: transparent;
  background: linear-gradient(rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url(../img/bg-sobre.webp) center / cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -410px;
  padding: 36% 0% 5% 0%;
  z-index: 0;
  height: 1030px;
  min-height: 500px; /* ajuste conforme necessário */
  display: flex;
  align-items: flex-end;
}
.sobre h2 {
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 45px;
}
.sobre p {
  color: #ffffff;
}

.sobre .part2 {
  top: -53px;
  position: relative;
}


.custom-accordion .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 15px;
}

.custom-accordion .accordion-button {
  background: transparent;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  box-shadow: none;
  padding-left: 30px;
  position: relative;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: #2ca24c; /* verde ativo */
}

.custom-accordion .accordion-body {
  font-size: 15px;
  color: #5f6b75;
  padding-left: 30px;
  text-align: left;
}

/* Remove seta padrão Bootstrap */
.custom-accordion .accordion-button::after {
  display: none;
}

/* Ícone personalizado à esquerda */
.custom-accordion .accordion-button::before {
  content: "\f078"; /* seta para baixo */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
  color: #2ca24c;
}

/* Rotação quando aberto */
.custom-accordion .accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
}
.faq {
  padding: 120px 0;
}
.faq .span-h2 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  line-height: 15px;
  letter-spacing: 6px;
  word-spacing: 0px;
  color: rgb(52, 168, 83);
}
.faq h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px){
  .faq {
    padding: 60px 0;
  }
}

/* HERO */
.hero-int {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-int .col-md-7 {
  margin: 0 auto;
  text-align: center;
}
.hero-int h1 {
  color:#fff;
  font-weight:700;
  font-size:32px;
  letter-spacing:1px;
  font-style: italic;
}
.hero-int p {
  font-size: 18px;
  color:#fff;
}
@media (max-width: 768px){
  .hero-int {
    height: 120px;
  }
  .hero-int h1 {
    font-size: 25px;
    margin-top: 10px;
  }
}
.servicos-internos h3 {
  font-size:20px;
  margin-bottom: 20px;
}
.servicos-internos .btn {
  width: 100%;
}
.banner-int-cadastro {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/bg-banner-int-cadastro-anttt.webp) center / cover no-repeat;
  background-position: 50% 84%;
}
.banner-int-renovacao {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/bg-banner-int-renovacao-rntrc.webp) center / cover no-repeat;
  background-position: 50% 68%;
}
.banner-int-inclusao {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/bg-banner-int-inclusao-de-veiculos.webp) center / cover no-repeat;
  background-position: 50% 76%;
}
.banner-int-alteracao {
  height: 470px!important;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/bg-banner-int-alteracao-cadastral.webp) center / cover no-repeat;
  background-position: 50% 68%;
}
/* FAQ */
.pg-int .faq-item {
  display: flex;
  align-items: flex-start; /* impede esticar verticalmente */
  gap: 20px;
  margin-bottom: 35px;
}

.pg-int .faq-icon {
  flex: 0 0 54px;           /* impede encolher ou crescer */
  width: 54px;
  height: 54px;
  min-width: 54px;          /* garante largura fixa */
  aspect-ratio: 1 / 1;      /* força proporção perfeita */
  background: #0C6B2F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.icon-hack1 {
  width: 69px!important;
}
.icon-hack2 {
  width: 82px!important;
}
.icon-hack3 {
  width: 126px!important;
}
.pg-int .faq-item h5{
  font-size:17px;
  font-weight:700;
  margin-bottom:6px;
}
.pg-int .faq-item p{
  font-size:14px;
  color:#6E6E6E;
  margin-bottom:0;
  line-height:1.5;
}
/* BOX DOCUMENTAÇÃO */
.doc-box{
  background:linear-gradient(180deg, #0C6B2F, #041e0e);
  border-radius:22px;
  padding:35px 30px;
  color:#fff;
}
.doc-box h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
}
.badge-title{
  width: 100%;
  background: #F4C400;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
  font-style: italic;
  text-align: center;
}
.doc-box ul{
  list-style:none;
  padding-left:0;
}
.doc-box li{
  font-size: 15px;
  margin-bottom: 9px;
  font-style: italic;
}
.doc-box li i{
  color:#F4C400;
  margin-right:8px;
}
.box-hack i {
  height: 46px;
  float: left;
}
.box-hack2 i {
  height: 97px;
  float: left;
}

/* FORM SECTION */
.formulario {
  background-color: #f1f1f1;
}
.form-section{
  background:#ffffff;
  border-radius:18px;
  padding:45px 40px;
}
.form-title{
  background:#0C6B2F;
  padding:14px;
  text-align:center;
  color:#fff;
  font-weight:700;
  border-radius:6px;
  font-size:16px;
  margin-bottom:35px;
}
input.form-control{
  height:48px;
  border-radius:30px;
  border:none;
  box-shadow:0 3px 8px rgba(0,0,0,0.08);
}
label.form-label{
  font-size:13px;
  font-weight:700;
}

/* LABELS */
.form-label-custom{
  font-weight:700;
  font-size:14px;
  margin-bottom:12px;
  display:block;
}

/* RADIO CUSTOM */
.form-check-custom{
  display:flex;
  align-items:center;
  margin-bottom:8px;
}
.form-check-custom input[type="radio"]{
  appearance:none;
  width:18px;
  height:18px;
  border:2px solid #999;
  border-radius:50%;
  margin-right:8px;
  position:relative;
}
.form-check-custom input[type="radio"]:checked{
  border-color:#0C6B2F;
}
.form-check-custom input[type="radio"]:checked::after{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  background:#0C6B2F;
  border-radius:50%;
  top:2px;
  left:2px;
}

/* INPUT CUSTOM */
.form-control-custom{
  width:100%;
  height:48px;
  border-radius:30px;
  border:1px solid #bdbdbd;
  padding:0 20px;
  background:#f4f4f4;
  box-shadow:0 4px 8px rgba(0,0,0,0.08);
}

/* INPUT WITH ICON */
.input-with-icon{
  position:relative;
}
.input-icon{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  background:#e53935;
  width:38px;
  height:38px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}

/* SELECT CUSTOM */
.form-select-custom{
  width:100%;
  height:48px;
  border-radius:30px;
  border:1px solid #bdbdbd;
  padding:0 20px;
  background:#ded6c3;
  box-shadow:0 4px 8px rgba(0,0,0,0.08);
}

/* INFO TEXT */
.form-info{
  font-size:13px;
  color:#6E6E6E;
  margin-top:8px;
}

/* UPLOAD */
.upload-box{
  border:2px dashed #d0d0d0;
  border-radius:10px;
  padding:40px;
  text-align:center;
  background:#fafafa;
}
.btn-upload{
  border:1px solid #e53935;
  background:#fff;
  color:#e53935;
  padding:8px 18px;
  border-radius:6px;
  margin-top:10px;
}

/* LIST */
.upload-list{
  margin-top:10px;
  padding-left:0;
  list-style:none;
  font-size:14px;
  color:#444;
}

.pg-int .doc-box h4 {
  font-size: 27px;
  text-align: center;
}

.footer {
  background-color: #262626;
  background-image: url(../img/linhas-br.webp);
  background-position: 93% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 310px;
}
.footer .logo-footer {
  width: 33%;
}
.footer .text-apre {
  width: 71%;
  text-align: left;
  font-style: italic;
  margin-bottom: 45px;
}
.dev {
  border-top: 1px dotted #484848;
  padding-top: 20px;
}
.footer .alg-right {
  display: flex!important;
  justify-content: flex-end;
}
.footer .alg-left {
  display: flex!important;
  justify-content: flex-start;
}

@media (max-width: 768px){
  .footer {
    height: 475px;
  }
  .footer .logo-footer {
    width: 55%;
  }
  .footer .text-apre {
    width: 100%;
    margin-bottom: 45px;
  }
  .footer .alg-right {
    display: flex !important;
    justify-content: center;
  }
  .footer .alg-left {
    margin-bottom: 25px;
  }
}

@media (min-width:1024px) and (max-width: 1600px) {
  .footer {
    background-color: #262626;
    background-image: url(../img/linhas-br.png);
    background-position: 89% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 310px;
  }
}