footer .social img {
  filter: brightness(0);
}

.banner-so {
  opacity: 1 !important;
  padding: 0.625rem 1.5rem !important;
}

.cards-azul-claro article {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.4);
}

.cards-azul-claro img {
  filter: brightness(0);
}

.owl-carousel-benef article {
  border-radius: 16px;
  border: 1px solid rgba(0, 30, 39, 0.25);
  background: rgba(255, 255, 255, 0.05);
}

.owl-carousel-benef .content {
  min-height: 190px;
}

.owl-carousel-benef img {
  height: 32px;
}

.img {
  border-radius: 1rem;
  background: rgba(0, 226, 244, 0.15);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img img {
  height: 40px;
  width: 40px;
}

.card-numeros-azul {
  border-radius: 2rem;
}

.formulario .form-header {
  border-radius: 1rem 1rem 0 0;
}

.formulario .form-body {
  border-radius: 0 0 1rem 1rem;
}

.content-sond {
  max-width: calc(100% - 96px);
}

.formulario
  form
  input:not(input[type="checkbox"], input[type="radio"], input[type="submit"]) {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem !important;
  min-height: 48px;
}

.formulario form input::placeholder {
  color: rgba(0, 30, 39, 0.3);
}

.formulario form input[type="submit"] {
  background-color: #d8fe00;
  border-color: #d8fe00;
  width: 100%;
  color: #001e27;
  min-height: 48px;
}

.formulario form input[type="submit"]:hover {
  box-shadow: 0 6px 0 0 #6c7f00;
}

.formulario form .lbl-input {
  font-size: 14px;
}

@media (min-width: 992px) {
  .card-numeros-azul img {
    position: absolute;
    top: -35%;
    left: -3rem;
    transform: scale(1.1);
  }

  .banner h1 {
    font-size: 3rem;
    line-height: 110%;
  }

  .banner {
    background: url(/assets/images/sondagem/bg1-sondagem.png) -10% 0%,
      url(/assets/images/sondagem/bg2-sondagem.png) 100% 0%, #001e27;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1920px) {
  .banner {
    background: url(/assets/images/sondagem/bg1-sondagem.png) 0% 0%,
      url(/assets/images/sondagem/bg2-sondagem.png) 100% 0%, #001e27;
    background-repeat: no-repeat;
  }
}

@media (max-width: 435px) {
  header.banner .logos {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  header.banner .logo-banner {
    max-width: 40%;
  }

  /* header.banner .logos img {
        flex-grow: 1;
        max-width: 40%;
    } */
}
