footer {
  background-color: #3a3a3a;
  color: #fff;
  padding: 20px;
  font-family: "Montserrat", serif;
}

.container_footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 70px;
  align-items: flex-start;
  max-width: 1450px;
  margin: 0 auto;
  text-align: center;
}

.navigation {
  margin: 0 auto;
}


.logo {
  width: 200px;
  margin-bottom: 10px;
}

.logo-section p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.social-icons a {
  margin-right: 10px;
  display: inline-block;
  font-size: 24px;
  color: white;
}

.navigation h4 {
  margin: 20px;
  font-size: 16px;
  font-weight: bold;

}

.navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}


.navigation ul {
  list-style: none;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;


}

.address {
  margin: 20px;

}

.address h4 {
  margin-bottom: 35px;
  text-align: center;

}

.icone-addres {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.icone-telephone{
  display: flex;
  gap: 10px;
  justify-content: center;
}

.telephone_fix{
  margin-bottom: 15px !important;
}


.copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  border-top: 1px solid #555;
  padding-top: 10px;
}


.copyright a {
  text-decoration: none;
  color: #fff;
}
.copyright a:hover {
  text-decoration: underline #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (min-width: 640px) {
  .container_footer {
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: start;
    gap: 20px;
  }

  .navigation {
    margin: 0;
  }

  .icone-telephone{
    display: flex;
    gap: 10px;
    justify-content: center;
  }
} 