@font-face {
  font-family: 'dimbo';
  src: url('../src/assets/fonts/DIMBO REGULAR.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.tortas-footer {
  margin-top: auto;
  width: 100%;
}

.tortas-footer * {
  box-sizing: border-box;
}

.tortas-footer-container {
  width: 100%;
  background: #de0a17;
  padding: 18px 2vw 12px 2vw;
}

.tortas-footer-content {
  color: #fff;
  text-align: center;
  font-family: "dimbo", Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  width: 100%;
}

.tortas-footer-content p,
.tortas-footer-content a {
  margin: 8px 0;
  color: #fff;
  text-decoration: none;
  display: block; /* <- Soluciona el corte de texto */
  word-break: break-word;
  white-space: normal;
  text-align: center;
  width: 100%;
}

.tortas-footer-content a:hover {
  text-decoration: underline;
}

.tortas-footer-social {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}


.tortas-footer-social a img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 20px auto;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
  padding: 0;
}

.tortas-footer-social a img:hover {
  transform: scale(1.12) rotate(5deg);
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 5px rgba(140, 22, 28, 0.2);
}

.tortas-politica {
  z-index: 3;
  position: relative;
  color: #fff;
}

.tortas-wave-footer {
  line-height: 0;
  margin-bottom: -35px;
  rotate: 180deg;
  font-family: "dimbo", Arial, sans-serif;
}

.tortas-footer-columns {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.tortas-footer-col {
  text-align: center;
  width: 100%;
}

.tortas-encuentranos {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #fff;
  font-family: "dimbo", Arial, sans-serif;
}

.tortas-derechos {
  margin-bottom: 8px;
  color: #fff;
  font-family: "dimbo", Arial, sans-serif;
}

/* Estilos para escritorio */
@media (min-width: 900px) {
  .tortas-footer-container {
    padding: 24px 2vw 18px 2vw;
  }

  .tortas-footer-columns {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }

  .tortas-footer-col {
    flex: 1;
    padding: 0 24px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tortas-footer-col-social {
    text-align: center;
  }

  .tortas-footer-social {
    justify-content: center;
    margin-top: -10px;
  }

  .tortas-encuentranos {
    font-size: 25px;
  }
}
