ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #2E394B;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #e9e9e9;
}

.single-cta i {
  color: #e9e9e9;
  font-size: 30px;
  float: left;
  /*margin-top: 8px;*/
}

.cta-text {
  /*padding-left: 15px;*/
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #E9E9E9;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.5));
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #e9e9e9;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #E9E9E9;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #e9e9e9;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: var(--cor-base-claro);
}

.footer-widget ul li a {
  color: #e9e9e9;
  text-transform: capitalize;
}

.copyright-area {
  background: #354F75;
  padding: 8px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #E9E9E9;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: var(--cor-base-claro);
}

.footer-menu li a {
  font-size: 14px;
  color: #E9E9E9;
}

@media screen and (max-width: 768px) {
  .container__contato--footer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.hero__container--reestruturacao::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../../../../assets/img/g511b7558784d40a73f8cb792b35acc05771b13f01bf40c598fcf0e0f729286a1e87f7b79372713165fac187f3637ea3120f617457271d3683f0e4130ba1ea623_640.webp") !important;
  background-position: center;
  background-size: cover;
  filter: brightness(30%);
  z-index: -1;
}

