.img-gray {
  filter: grayscale(100%) !important;
  opacity: 0.5;
  transition: filte 0.8s ease;
}

.img-gray:hover {
  filter: grayscale(0%)  !important;;
    opacity: 1;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
}

.phone, .email {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.email .text {
  color: inherit; 
  text-decoration: none;
}

.email .text:hover {
  text-decoration: underline;
}


.contact-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}

.footer-left,
.footer-right {
  flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.footer-center {
  flex: 1;
  text-align: center;
}

.location {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-loc {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.icon-phone{
  width: 25px;
  height: 60px;
  object-fit: contain;
}

.text-loc{
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}

.text:hover {
  text-decoration: underline;
}

.copyright {
  display: flex;
  font-size: 13px;
  color: #666;
  justify-content: center;
}

.iso-logo {
  height: 120px;
  object-fit: contain;
  margin-left: auto;
}

.linea-divisoria {
  height: 1px;
  background-color: #ccc;
  margin-top: 10px;
  width: 100%;
}
