@font-face {
    font-family: 'Hind';
    src: url('/fon/HindSiliguri-Bold.ttf')

}  

/* ============================================================== */
/* GENERALES  */
/* ============================================================== */
h4 {
 font-family: 'Hind';

text-transform: uppercase;
font-size: clamp(2rem, 10vw, 3rem);
}

/* ============================================================== */
/* ELEMENTOS */
/* ============================================================== */
.wk-cabeceras {
    width: 100%;
    height: 400px;

    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    position: relative;
}
.wk-h1-titulo {
position: absolute;
bottom: 10px;
left: 20px;

 font-family: 'Hind';
font-size: 2.5rem;

color: white;
background-color: #00000066;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
}

/* ============================================================== */
/* MENU PRINCIPAL */
/* ============================================================== */
#wk-cabecera {
position: absolute;
width: 100%;
z-index:10;
}
#wk-menu-botonAbrir-1 {
background-color: transparent;
color: white;
}
#wk-menu-1 {
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); 
 
}

@media (max-width: 991.98px) {
#wk-menu-colapsable-1 {
background-color: #000000;
}
}
/* ============================================================== */
/* HOME */
/* ============================================================== */
#wk-elemento-contenido-4 {
padding:0;
}
/* ============================================================== */
/* PIE */
/* ============================================================== */
#wk-logo-pie {
text-align:center;
padding-top: 1rem;
}

#wk-logo-pie img {
width: 129px;
height: auto;
}

#wk-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #00000077;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
}