.footer-container {
  display: flex;
  flex-direction: column;
}

.footer-content-wrapper {
  align-self: center;
  width: 100%;
  max-width: 80%;
  padding: 0 20px;
  margin-top: 50px;
}

.footer-main-content {
  display: flex;
  gap: 20px;
}

.footer-logo-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 25%;
  margin-left: 0;
}

.footer-logo-image {
  width: 300px;
  max-width: 100%;
}

.footer-company-info-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 24%;
  margin-left: 20px;
}

.footer-company-info {
  display: flex;
  margin-top: 4px;
  flex-direction: column;
  font-size: 18px;
}

.footer-company-name {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.footer-company-description {
  color: #959595;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  margin-top: 12px;
  width: 264px;
}

.footer-company-image {
  object-position: center;
  width: 250px;
  height: 106px;
  flex-shrink: 0;
  margin-top: 20px;
}

.footer-contact-info-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

.footer-contact-info-wrapper {
  margin-top: 4px;
}

.footer-contact-info {
  display: flex;
  gap: 20px;
}

.footer-contact-details-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 0;
}

.footer-contact-details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  font-size: 18px;
  font-weight: 300;
}

.footer-contact-title {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.footer-contact-address {
  color: #959595;
  font-family: Raleway, sans-serif;
  margin-top: 12px;
  width: 264px;
  font-size: 18px;
}

.footer-contact-info-details {
  display: flex;
  margin-top: 10px;
  /* padding-left: 36px; */
  flex-direction: column;
  align-items: start;
}

.footer-contact-phone {
  color: #959595;
  font-family: Sansation Light, sans-serif;
}

.footer-contact-email {
  color: #242424;
  font-family: Sansation Light, sans-serif;
  margin-top: 24px;
}

.footer-map-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

.footer-map-image {
  width: 280px;
  margin-top: 25px;
}

.footer-footer {
  background-color: #00a39f;
  display: flex;
  margin-top: 24px;
  /*width: 100%;*/
  align-items: center;
  justify-content: center;
  padding: 9px 60px;
}

.footer-footer-content {
  display: flex;
  width: 100%;
  max-width: 1230px;
  gap: 20px;
}

.footer-copyright {
  color: #fff;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
  font: 600 18px Raleway, sans-serif;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
}

.footer-social-icon {
  width: 40px;
}

.footer-phone-number {
  display: flex;
  align-items: center;
}

.footer-email-address {
  display: flex;
  align-items: center;
  height: 10px;
}

.footer-phone-icon {
  width: 21px;
  height: 23px;
  flex-shrink: 0;
  margin-right: 5px;
}

.footer-email-icon {
  width: 21px;
  height: 23px;
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 5px;
}

.footer-phone-text {
  color: #959595;
  font-family: "Sansation Light", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer-email-text {
}

/*FOOTER ICONS ANIMATION*/

.footer-social-icon {
  transition: filter 0.3s ease; /* Suaviza la transición del filtro */
}

.footer-social-icon:hover {
  filter: brightness(0) saturate(100%) invert(27%) sepia(93%) saturate(749%)
    hue-rotate(189deg) brightness(91%) contrast(97%);
}

/* mobile styles */

@media (max-width: 761px) {
  .footer-main-content, .footer-contact-info {
    flex-direction: column;
  }

  .footer-contact-info-column, .footer-company-info-column {
    width: unset;
  }

  .footer-main-content {
    align-items: center;
  }
}
