@font-face {
    font-family: 'FrankRuhlLibre';
    src: url('/wk/fon/FrankRuhlLibre-VariableFont_wght.ttf')

}    

h1 {
    font-family: 'FrankRuhlLibre';

}

h2 {
    font-family: 'FrankRuhlLibre';
}
h3 {
    font-family: 'FrankRuhlLibre';
}


#wk-menu-1 .navbar  {
max-width: 1320px;

font-size: 1.3rem;
}

#wk-menu-1 .navbar  a:hover {
color: #CEA476;
}

#wk-menu-1 .dropdown-menu {
background-color: #fdfdfd;
border-color: #eeeeee;
font-size: 1.3rem;
    font-family: 'FrankRuhlLibre';
}


#wk-menu-logo-1 img {
width: 150px;
}
@media (min-width: 992px) {
#wk-menu-logo-1 img {
width: 200px;
}

}

#wk-especiales-cabecera-telefono span {
display:inline;
}

  hr {
      width: 50%; /* Ajusta el ancho según lo que necesites */
      height: 5px; /* Altura de 5 píxeles */
      margin: 2rem auto; /* Centra horizontalmente */
      background-color: #CEA476; /* Color de la línea */
      border: none; /* Elimina los bordes predeterminados */
    }
