.solucoes-ideais {
  padding: 48px 0 32px 0;
  font-family: "Exo 2", Arial, sans-serif;
}
.container-solucoes {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}
.solucoes-titulo {
  color: var(--primaria);
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.solucoes-subtitulo {
  color: var(--primaria);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "Exo 2", Arial, sans-serif;
}
.solucoes-lista {
  display: flex;
  flex-direction: column;
}
.solucoes-item {
  display: flex;
  align-items: center;
  gap: 32px;
}
.solucoes-img {
  width: 0;
  flex: 0 0 200px;
  background: transparent;
}

.pslucoes-5 {
  padding-left: 30px;
}

@media (max-width: 700px) {
  .pslucoes-5 {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .solucoes-item {
    display: block;
    text-align: center;
  }
  .solucoes-img {
    width: 120px;
    margin: 0 auto 12px auto;
    display: block;
  }
  .solucoes-img img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.solucoes-texto h4 {
  color: var(--primaria);
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.solucoes-texto p {
  color: #222;
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
}

.section-banner-destaque {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.banner-img-bg {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.banner-img-bg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.banner-overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px;
}
.banner-overlay-btn {
  position: absolute;
  left: 20%;

  bottom: 62%;
  display: flex;
  flex-direction: column;

  justify-content: flex-end;
  padding: 0 24px;
}

.banner-destaque-text {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  text-align: center;
  max-width: 70%;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px rgba(34, 58, 108, 0.4);
  font-family: "Exo 2", Arial, sans-serif;
}
.btn-banner-destaque {
  display: inline-block;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #1a237e;
  background: linear-gradient(
    90deg,
    #ff9800 0%,
    #ffe066 25%,
    #fffde4 50%,
    #ffe066 75%,
    #ff9800 100%
  );
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 24px rgba(255, 152, 0, 0.25), 0 0 32px 8px #fffde4 inset;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: filter 0.2s, transform 0.2s;
  cursor: pointer;
  text-align: center;
}
.btn-banner-destaque:hover,
.btn-banner-destaque:focus {
  filter: brightness(1.08);
  transform: translateY(-2px) scale(1.03);
  outline: none;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

@media (max-width: 700px) {
  .banner-overlay-content {
    bottom: 16px;
    padding: 0 8px;
  }
  .banner-destaque-text {
    font-size: 1rem;
    max-width: 95vw;
  }
}

.bloco-gestao-resultados {
  background: #fff;
}
.gestao-titulo {
  font-family: "Exo 2", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #1a237e;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.gestao-bold {
  font-weight: 800;
  color: #1a237e;
}
.gestao-desc {
  font-size: 1.05rem;
  color: #222;
}
.logo-gestao {
  vertical-align: middle;
}

@media (max-width: 900px) {
  .gestao-titulo {
    font-size: 1.5rem;
  }
  .logo-alpha-principal {
    max-width: 160px;
  }
}
.footer-alpha {
  position: relative;
  background-image: url(../img/bannerfinal.png);
  background-size: cover;
  background-position: right center;
}

.footer-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.7;
}
.footer-content {
  position: relative;
  z-index: 1;

  text-align: center;
}
.footer-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-btn {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  min-width: 220px;
  max-width: 100%;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: filter 0.2s, transform 0.2s;
  cursor: pointer;
  text-align: left;
  border: none;
  gap: 10px;
  text-decoration: none;
  padding-left: 30px;
}

.footer-btn:hover,
.footer-btn:focus {
  filter: brightness(1.08);
  transform: translateY(-2px) scale(1.03);
  outline: none;
  color: #fff;
}

.footer-btn-instagram:hover,
.footer-btn-instagram:hover {
  filter: brightness(1.08);
  transform: translateY(-2px) scale(1.03);
  outline: none;
  color: var(--primaria);
}

.footer-btn-whatsapp {
  background-image: url(../img/btnzap.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.footer-btn-email {
  background-image: url(../img/btnemail.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.footer-btn-instagram {
  background-image: url(../img/btninsta.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--primaria);
}

.footer-btn i {
  font-size: 1.7rem;
  margin-right: 10px;
}

.footer-logo img {
  max-width: 250px;
  height: auto;
}

.footer-info {
  font-size: 1rem;
  color: #fff;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.footer-info i {
  margin-right: 6px;
  color: var(--primaria);
  padding: 6px;
  border-radius: 50%;
  font-size: 14px;

  /* degradê igual ao do print */
  background: linear-gradient(185deg, #b15e00, #fbbf24);

  /* alinha verticalmente melhor */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700px) {
  .footer-content {
    padding: 32px 4px 16px 4px;
  }
  .footer-title {
    font-size: 1.6rem;
  }

  .footer-btn {
    min-width: 160px;
    font-size: 0.95rem;
  }
}
