.banner {
  position: relative;
  width: 100%;
  min-height: 380px;
  background: url('../../public/image/portada/portada.jpg') no-repeat center top;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 20px;
  overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom,
      rgba(26, 19, 59, 0.85) 0%,
      rgba(50, 40, 101, 0.6) 40%,
      rgba(50, 40, 101, 0.4) 50%,
      rgba(50, 40, 101, 0.6) 60%,
      rgba(26, 19, 59, 0.85) 100%);
}

.banner>* {
  position: relative;
  z-index: 2;
}

.banner>* {
  position: relative;
  z-index: 2;
}


@media (max-width: 768px) {
  .banner {
    min-height: 400px;
    font-size: 1.5rem;
    padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .banner {
    min-height: 400px;
    font-size: 1.2rem;
    padding-top: 5px;
  }

  #logo {
    width: 70px;
  }
}

.text-overlay {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  font-family: Tahoma, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-overlay::after {
  content: "";
  width: 80px;
  height: 0.5px;
  background: white;
  margin-top: 10px;
}

/*  HEADER AND FOOTER */
/* HEADER */
.header-transaltisa {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-family: Arial, sans-serif;
}

.header-transaltisa .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo img {
  height: 50px;
}

/* Importar Roboto Mono desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap');

/* NAVBAR */
.nav-list {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Mono', monospace;
}

.nav-list li {
  position: relative;
}

.nav-list a {
  text-decoration: none;
  font-size: 13px;
  color: #0a0a2a;
  transition: color 0.3s;
  font-family: 'Roboto Mono', monospace;
}

.nav-list a:hover {
  color: #cc6600;
}

/* Dropdown */
.dropdown .arrow {
  font-size: 10px;
  margin-left: 4px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 180px;
  list-style: none;
  padding: 10px 0;
  z-index: 10;
  font-family: 'Roboto Mono', monospace;
}

.dropdown-menu li {
  padding: 5px 15px;
}

.dropdown-menu li a {
  font-weight: normal;
  color: #333;
  font-family: 'Roboto Mono', monospace;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Icono de login */
.login-icon a {
  font-size: 12px;
  color: #333;
  transition: color 0.3s;
  font-family: 'Roboto Mono', monospace;
}

.login-icon a:hover {
  color: #cc6600;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #000;
}

@media (max-width: 992px) {
  .navbar {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .navbar.active {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .nav-list li {
    width: 100%;
  }

  .dropdown-menu {
    position: relative;
  }
}

.footer-transaltisa {
  background: #e6e6e6;
  color: #2c2c2c;
  padding: 40px 0 20px;
  font-family: Arial, sans-serif;
}

.footer-transaltisa .footer-logo {
  width: 200px;
}

.footer-transaltisa .empresa {
  margin-bottom: 10px;
}

.footer-transaltisa .sede {
  font-size: 14px;
  margin-bottom: 8px;
  color: #2c2c2c;
}

.footer-transaltisa .sede span {
  font-weight: bold;
  color: #1a0945;
}

.footer-transaltisa .titulo {
  font-weight: bold;
  color: #1a0945;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-transaltisa .titulo::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #cc6600;
}

.footer-transaltisa .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  margin: 8px 0;
}

.footer-transaltisa .footer-links li {
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2c2c2c;
}

.footer-transaltisa .footer-links li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #e07518;
}

.footer-transaltisa .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.footer-transaltisa .social-icons a {
  width: 40px;
  height: 40px;
  background: #1a0945;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-transaltisa .social-icons a:hover {
  background: #cc6600;
  transform: scale(1.1);
}

.footer-transaltisa .copyright {
  font-size: 13px;
  color: #1a0945;
  margin-top: 15px;
  text-align: center;
}