/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: var(--black-color);
  position: relative;
  z-index: 1;
}

.single-footer-widget {
  margin-bottom: 25px;
}
.single-footer-widget .widget-logo {
  margin-bottom: 40px;
}
.single-footer-widget h3 {
  color: var(--white-color);
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: bold;
}
.single-footer-widget .list {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget .list li {
  list-style-type: none;
  margin-bottom: 25px;
}
.single-footer-widget .list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .list li a {
  color: #9CA1BA;
}
.single-footer-widget .list li a:hover {
  color: var(--main-color);
}
.single-footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget ul li {
  list-style-type: none;
  margin-bottom: 20px;
  color: #9CA1BA;
}
.single-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul li a {
  color: #9CA1BA;
}
.single-footer-widget ul li a:hover {
  color: var(--main-color);
}
.single-footer-widget:nth-child(1) h3 {
  font-size: 34px;
  margin-bottom: 20px;
}
.single-footer-widget .info-list {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget .info-list li {
  list-style-type: none;
  color: #9CA1BA;
  margin-bottom: 25px;
}
.single-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .info-list li span {
  color: var(--yellow-color);
}
.single-footer-widget .info-list li a {
  color: #9CA1BA;
}
.single-footer-widget .info-list li a:hover {
  color: var(--main-color);
}
.single-footer-widget .info-list li.address {
  position: relative;
  padding-left: 90px;
}
.single-footer-widget .info-list li.address span {
  position: absolute;
  left: 0;
  top: 0;
}
.single-footer-widget .follow-links {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
  display: inline-flex;
}
.single-footer-widget .follow-links li {
  margin-bottom: 0;
}
.single-footer-widget .follow-links li.title-social {
  color: var(--yellow-color);
}
.single-footer-widget .follow-links li a {
  color: var(--white-color);
  margin-left: 10px;
  position: relative;
  top: 2.5px;
}
.single-footer-widget .follow-links li a:hover {
  color: var(--main-color);
}

.footer-newsletter-form {
  margin-top: 25px;
}
.footer-newsletter-form h3 {
  color: var(--white-color);
  font-size: 20px;
  margin-bottom: 45px;
  font-weight: bold;
}
.footer-newsletter-form .newsletter-form {
  margin-top: 20px;
  position: relative;
  max-width: 450px;
}
.footer-newsletter-form .newsletter-form .input-newsletter {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #323A64;
  height: 65px;
  padding: 20px 225px 20px 0;
  border-radius: 0;
  outline: 0;
  color: #6C7399;
  transition: var(--transition);
}
.footer-newsletter-form .newsletter-form .input-newsletter::-moz-placeholder {
  color: #6C7399;
}
.footer-newsletter-form .newsletter-form .input-newsletter::placeholder {
  color: #6C7399;
}
.footer-newsletter-form .newsletter-form .input-newsletter:focus {
  border-bottom: 1px solid var(--main-color);
}
.footer-newsletter-form .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.footer-newsletter-form .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.footer-newsletter-form .newsletter-form .default-btn {
  border: none;
  background-color: #323A64;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-newsletter-form .newsletter-form .default-btn:hover {
  background-color: var(--red-color);
  color: var(--white-color) !important;
}
.footer-newsletter-form .newsletter-form .default-btn:hover img {
  filter: unset;
}
.footer-newsletter-form .newsletter-form #validator-newsletter {
  color: red;
  font-weight: 400;
  font-size: 14px;
}
.footer-newsletter-form .newsletter-form p {
  margin-top: 15px;
  margin-bottom: 0;
  color: var(--white-color);
}

.footer-shape {
  position: absolute;
  bottom: 10%;
  left: 58%;
  transform: translateY(-10%) translateX(-58%);
  z-index: -1;
}

/*================================================
Copyright Area CSS
=================================================*/
.copyright-area {
  background-color: var(--main-color);
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area-content {
  text-align: center;
}
.copyright-area-content p {
  color: #B4CDF2;
}
.copyright-area-content p span {
  color: var(--white-color);
  font-weight: bold;
}
.copyright-area-content p a {
  color: var(--white-color);
  font-weight: bold;
}
.copyright-area-content p a:hover {
  color: var(--yellow-color);
}

@media only screen and (max-width: 767px) {
  .footer-area {
    overflow: hidden;
  }
  .single-footer-widget .widget-logo {
    margin-bottom: 25px;
  }
  .single-footer-widget .list li {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .single-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .single-footer-widget .info-list li {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .footer-newsletter-form h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer-newsletter-form .newsletter-form .input-newsletter {
    padding: 20px 185px 20px 0;
  }
  .footer-shape {
    display: none;
  }
  .single-footer-widget ul li {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-footer-widget .info-list li span {
    font-size: 14px;
  }
  .single-footer-widget .info-list li.address {
    padding-left: 0;
  }
  .single-footer-widget .info-list li.address span {
    position: relative;
  }
}/*# sourceMappingURL=banco-footer.css.map */