/* Estilos personalizados del menú */

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f9f9f9;
}

.dropdown-menu {
  border-radius: 10px;
  border: none;
  padding: 0;
}

.dropdown-item {
  padding: 12px 20px;
  font-size: 15px;
  color: #333;
}

.dropdown-item:hover {
  background-color: #f2f2f2;
  color: #d10024;
}

.top-header input.form-control {
  border-radius: 30px 0 0 30px;
  font-size: 15px;
}

.top-header .btn-outline-secondary {
  border-radius: 0 30px 30px 0;
}

.badge {
  font-size: 12px;
  padding: 4px 6px;
}



.menu-inferior-con-fondo {
  background-image: url('MENU_VERDE.png'); /* Ruta a tu imagen de fondo */
  background-size: cover;
  background-position: center;
  min-height: 130px;
  display: flex;
  align-items: center;
}

.menu-inferior-con-fondo .dropdown-toggle,
.menu-inferior-con-fondo a {
  font-size: 18px;
  font-weight: bold;
}


.top-header {
  background-color: #fdeded;
  border-bottom: 1px solid #ddd;
  height: 90px;
  overflow: hidden;
  padding: 0;
}

.top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
}

.top-header a:hover {
  color: #D10024; /* rojo principal */
}

.top-header img {
  height: 55px;
  object-fit: contain;
}

.top-header .iconos-derecha {
  display: flex;
  align-items: center;
  gap: 25px;
}

.top-header .iconos-derecha i {
  font-size: 20px;
}

.top-header img {
  height: 100px;
 margin-top: -10px;
  object-fit: contain;
}
