@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

body{
  font-family: 'Lato', sans-serif !important;
}

/* header */

.header-top {
    background-color: #e8595a;
}

.header-middle {
    background-color: #fff;
}
.header-middle li a {
    color: #333;
}
.header-middle .slogan h2 { color: #CCC; margin-top: 20px;}

/* menu */
.nav > ul > li {
    margin: 0 4px 0 32px;
    font-size: 0.9em;
    list-style-type: square;
    color: #ccc;
}
.nav-list > li > a {
    color: #333;
    font-weight: bold;
}

/*  Otros elementos */

.book-author{
	color: #e8595a;
}

.book-title > a {
    color: #888888;
    font-size: 17px;
}

a {
    color: #e8595a;
}


.header-top-nav > li a i {
    color: #FFF;
}


.header-middle li a {
    color: #e8595a;
}
