@charset "UTF-8";

/* ==========================================================
   MI TURNERO - FOOTER GLOBAL
   Cargar después del CSS específico de cada página.
   ========================================================== */

.mt-footer {
  background: linear-gradient(90deg, #20242b 0%, #2b313a 100%);
  color: #aeb6c2;
  padding: 58px 0 0;
}

.mt-footer-main {
  padding-bottom: 44px;
}

.mt-footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.mt-footer-brand img {
  display: block;
  width: 150px;
  height: auto;
}

.mt-footer-description {
  max-width: 390px;
  margin: 0;
  color: #aeb6c2;
  font-size: 14px;
  line-height: 1.85;
}

.mt-footer-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mt-footer-links {
  margin: 0;
  padding: 0;
}

.mt-footer-links li {
  margin: 0;
}

.mt-footer-links li + li {
  margin-top: 8px;
}

.mt-footer a {
  color: #aeb6c2;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.mt-footer a:hover,
.mt-footer a:focus-visible {
  color: #20b2aa;
}

.mt-footer a:focus-visible {
  outline: 3px solid rgba(32, 178, 170, .38) !important;
  outline-offset: 4px;
  border-radius: 3px;
}

.mt-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 17px;
}

.mt-footer-country {
  display: grid;
  grid-template-columns: 85px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  line-height: 1.65;
}

.mt-footer-country + .mt-footer-country {
  margin-top: 5px;
}

.mt-footer-country span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.mt-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.mt-footer-bottom p {
  margin: 0;
  color: #8e98a6;
  font-size: 12px;
  line-height: 1.65;
}

.mt-footer-bottom p:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.mt-footer-bottom strong {
  color: #d8dde4;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .mt-footer {
    padding-top: 48px;
  }

  .mt-footer-main {
    padding-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  .mt-footer {
    padding-top: 42px;
  }

  .mt-footer-main {
    padding-bottom: 30px;
  }

  .mt-footer-description {
    max-width: 100%;
  }

  .mt-footer-title {
    margin-bottom: 14px;
  }

  .mt-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 18px 0 20px;
  }
}

@media (max-width: 575.98px) {
  .mt-footer {
    text-align: left;
  }

  .mt-footer-brand img {
    width: 138px;
  }

  .mt-footer-country {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px;
  }
}
