
	/* CTA DEMOLIDORA */

.cta-demolicao {
  padding: 100px 0;
  background: url('../img/cta-bg.webp') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.cta-demolicao::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(8 25 42 / 72%);
}

.cta-demolicao .container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
}

/* Título */

.cta-demolicao h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}

.cta-demolicao h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #a3d600;
  display: block;
  margin: 15px auto 0;
}

/* Texto */

.cta-demolicao p {
  font-size: 20px;
  color: #e4e4e4;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* BOTÃO */

.btn-consultor {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-size: 18px;
  font-weight: 600;

  color: #08192a;
  background: #a3d600;

  padding: 14px 32px;

  border-radius: 40px;

  text-decoration: none;

  transition: all .35s ease;

  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Hover moderno */

.btn-consultor:hover {
  background: #ffffff;
  color: #08192a;

  transform: translateY(-3px);

  box-shadow: 0 15px 35px rgba(0,0,0,0.35);
}

/* Ícone */

.btn-consultor i {
  font-size: 20px;
}

/* Responsivo */

@media(max-width:768px){

.cta-demolicao {
  padding: 80px 20px;
}

.cta-demolicao h2{
  font-size: 30px;
}

.cta-demolicao p{
  font-size: 18px;
}

}
