.encabezado-superior {
  background: #153962;
  font-family:  var(--fuente);
  height: 42px;
}
.acceso_encabezado {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.buscador_logo .col-md-3 a img {
  height: 60px; /* Ajusta el tama�o del logo */
}
.container.principal {
  align-items: center;
  justify-content: center;
  display: flex;
}
.buscador_logo {
  background: #C9D126;
  height: 97px;
  display: flex;
  align-items: center;
}
.menu-encabezado {
  background: #153962;
}
.divider {
  border-top: #153962 1px solid;
}
#accesos_logueo {font-family:  var(--fuente);
}
#custom-search-input button:hover {
  color: #C9D126;
}
.texto_info_encabezado_movil a, .icono_info_encabezado_movil, .texto_info_encabezado span, .icono_info_encabezado {
  color: #C9D126;
}
.titulo_mi_cuenta {
  border-right: #153962 1px solid;
  color: #153962;font-family:  var(--fuente);
}
.titulo_carrito {
  color: #153962;
}

/* Contenedor del buscador */
#custom-search-input {
  position: relative;
  width: 100%;
  max-width: 600px; /* Ajusta al tama�o que necesites */
  margin: 0 auto;
  border: none;
}
#custom-search-input button:hover {
  color: #2b2f82;
  border-left: none;
}
#custom-search-input button {
  border-left: none;
}
/* Estilo del input con dise�o similar al de la imagen */
.search-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff; /* Color de fondo */
  border-radius: 1.2rem;
}

.search-input {
  width: 100%;
  border: none;
  padding: 12px;
  font-size: 16px;
  outline: none;
}

.search-btn {
  background: none;
  border: none;
  color: #666;
  font-size: 18px;
  cursor: pointer;
}

.search-btn i {
  font-size: 20px;
  color: #666;
}

.search-btn:hover i {
  color: #007bff; /* Color azul en hover */
}
.info-envio-oferta{
  display: flex;
  justify-content: end;
}