@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
margin: 0;
    background-color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #777;
    text-align: left;
}

#loading-overlay {
    position:fixed;
    z-index:99;/* make higher than whatever is on the page */
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.3);
}

#loading-spinner {
    position: absolute;
    top: 40%;
    width:10rem;
    height:10rem;
}

/* area cabecera */

#cabecera-superior {
    background-color: #000;
}
#input-buscador-main {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    height: 30px;
    width: 321px;
    background-size: 18px;
    background-position: right;
    background-color: #575757;
    color: #fff;
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}