footer{
  background-color: #00a9ff;
  position: relative;
  overflow: hidden;
}

.footer__newsletter {
  background-color: #f9f3dc;
  border-radius: 20px;
  box-shadow: 0 0 60px -20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.responsive-wpp {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
}


.footer-logo img {
  max-width: 200px;
}
.footer-endereco svg.icon {
  fill: #0031d4;
  margin-bottom: 0.25rem;
}
.footer-endereco p {
  margin-bottom: 0.5rem;
  color: white;
}

.footer-box {
    display: flex;
    height: 130px;
    justify-content: center;
    gap: 0.8rem;
    font-size: 0.8rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.8rem;
      /* background-color: rgba(255, 255, 255, 0.2); */
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    transition: background-color 0.5s ease;
    position: relative;
}

.footer-box:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transform: scale(1.03);
}

.footer-container, .row{
  justify-content: center;
}

.footer-container, .col-lg-9{
  width: 75%;
}

.btn-wpp{
  height: 90px !important;
  border-radius: 15px;
}

.waves {
  position: relative;
  width: 100%;
  aspect-ratio: 1921 / 186; /* Mantém proporção do SVG */
  overflow: hidden;
  margin-bottom: -10px;
}

.waves svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none; /* Permite clicar nos elementos abaixo */
}

.primary-wave {
  z-index: 2;
  fill: rgb(0, 163, 173);
}

.secondary-wave {
  z-index: 1;
  top: -50px;
}

.logo-footer {
    width: 450px;
    height: auto;
    position: absolute;
    bottom: -30px;
    left: 70%;
    transform: translateX(-50%);
    animation: swing 3s ease-in-out infinite;
    transform-origin: center bottom;
    z-index: 1;
}

.icon-footer{
  width: 23px;
}

.logo-footer {
    width: 450px;
    height: auto;
    position: absolute;
    bottom: -30px;
    left: 70%;
    transform: translateX(-50%);
    animation: swing 3s ease-in-out infinite;
    transform-origin: center bottom;
    z-index: 1;
}

@keyframes swing {
  0%   { transform: translateX(-50%) rotate(10deg); }
  25%  { transform: translateX(-50%) rotate(15deg); }
  50%  { transform: translateX(-50%) rotate(20deg); }
  75%  { transform: translateX(-50%) rotate(15deg); }
  100% { transform: translateX(-50%) rotate(10deg); }
}

.onda-footer {
    width: 50%;
    height: auto;
    position: absolute;
    bottom: -100px;
    left: 75%;
    rotate: 5deg;
    fill: rgba(255, 255, 255, 0.158);
    transform: translateX(-50%);
    z-index: 0;
}





















@media (max-width: 1200px) {
  .footer-container {
    width: 100%;
    max-width: 1100px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-footer{
    width: 355px;
    left: 75%;
  }
}


@media (max-width: 991px) {
  .responsive-footer{
    display: none;
  }

  .logo-footer{
    display: none;
  }
  
  .text-md-start{
    text-align: center !important;
  }

  /* .direitos{
    text-align: center;
  } */

  .responsive-wpp{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

@media (max-width: 480px) {
  .footer-container{
    padding: 0; 
  }

  .footer-container, .col-lg-9{
    width: 100%;
  }
  .footer__newsletter {
    margin-bottom: 20px;
  }
}