/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Tema filho do Hello Elementor.
Author: Seu Nome
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: hello-elementor-child
*/

.custom-footer {
  background: #3f5fd8;
  padding: 60px 0 30px 0;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-content .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-content .row .logo-footer {
  max-width: 150px;
}

.footer-content .row .logo-footer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wa-footer {
  margin-right: 40px;
}

.wa-footer a {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  gap: 8px;
  transition: 0.3s;
}

.wa-footer a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer-content .row.one {
  margin-bottom: 24px;
}
.footer-content .row.three {
  display: flex;
  margin-top: 32px;
}

.footer-content .row.three span {
  color: #fff;
  font-size: 13px;
}

.footer-content .row .col {
  display: flex;
  flex-direction: column;
}

.footer-content .row .col h5 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.footer-content .row .col ul {
  padding: 0;
  margin-top: 12px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.footer-content .row .col ul li a {
  font-size: 16px;
  color: #fff;
}

.footer-content .row .col ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .footer-content .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
