.naranja {
  color: #FC6B00 !important
}



.lupa{
     max-width:40px !important;
     max-height: 40px !important;
     padding-top:-30px;
     }
      
.fc_filter_html.fc_text_search input {
    width: unset;
    min-height: calc(var(--form-inp-height)) !important;
    line-height: calc(var(--form-inp-height)) !important;
    padding: 0px !important;
    }
    
/* ======== BOTÓN HAMBURGUESA ======== */
.hamburger {
  position: fixed;
  top: 32px;
  right: 20px;
  width: 40px;
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
  padding:2px;
}

.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #FFF;
  border-radius: 2px;
  margin: 5px 0; /* Esto crea el espacio entre las líneas */
  transition: all 0.3s ease;
}

/* Animación al abrir */
.hamburger.active span:nth-child(1) {
  background-color:#FC6B00 !important
}
.hamburger.active span:nth-child(2) {
  color:orange;
}
.hamburger.active span:nth-child(3) {
   background-color:#FC6B00 !important
}

/* ======== OVERLAY Y POPUP ======== */
#menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
}

#menu-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  border-radius: 10px;
  padding: 20px;
  min-width: 320px;
  width: 80%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  animation: fadeIn 0.3s ease;
}

/* Items del menú */
.menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-items li {
  margin: 25px 0; /* margen arriba y abajo */
  padding-bottom: 10px; /* opcional, separa la línea del texto */
  border-bottom: 1px solid #FFF; /* línea divisoria blanca */
  list-style: none; /* quitar el bullet si es lista */
}

.menu-items li:last-child {
  border-bottom: none; /* quitar línea del último item */
}

.menu-items a {
  text-decoration: none;
  font-size: 18px;
  color: #FFF;
  transition: color 0.2s ease;
  text-decoration:none;
  
}

.menu-items a:hover {
  color: #EA6B08 !important;
  text-decoration:none;
}

/* Animación de aparición 
@keyframes fadeIn {
  from { opacity: 0; transform: translate(-50%, -45%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}
*/
/* Botón cerrar */
#close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 12px;
  cursor: pointer;
  color: #FFF;
}

/* Logo dentro del popup */
.menu-logo img {
  width: 200px;
  margin: 20px auto;
}

/* Items del menú */
.menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-items li {
  margin: 20px 0;
}

.menu-items a {
  text-decoration: none;
  font-size: 18px;
  color: #FFF;
  transition: color 0.2s ease;
  
}

.menu-items a:hover {
  color: #EA6B08 !important;
  text-decoration:none;
}

.uk-link-reset {
    font-family: 'Montserrat' !important
    font-size: 0.8rem !important;
    color: #222222;
    font-weight:bold;
}


/* ======== VISIBLE SOLO EN MÓVILES ======== */
@media (min-width: 768px) {
  #menu-btn,
  #menu-overlay {
    display: none !important;
  }
} 

.divider {
  position: relative;
}

.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 80%; /* ajustá esto */
  width: 5px;
  background: #FC6B00 !important;
}

.cid-rzMkAdN98w .form-control {
    border: none !important;
    border-radius: 0 !important;
    padding: .5rem 1rem !important;
    background: #ffffff !important;
    color: #000000 !important;
    width: 100% !important;
}

.fc_filter_html.fc_text_search input {width: 223px !important;}

.cid-rzMjemu9Q1 .media-container-row {
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}