@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); */

body {
    font-family: 'Open Sans', sans-serif;
    color: #000 !important;
    font-weight: 100;
}

p {
    font-size: 16px;
    font-weight: 100;
    line-height: 28px;
}

b, strong {
    font-weight: 600;
}

header {
    background-image: url('../img/lbxxi-top.jpg');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #5d8eb6;
    height: 300px;
}

main {
    margin-top: 35px;
}

h1 {
    font-size: 30px;;
}

.nav-link {
    display: block;
    padding: .5rem .8rem;
  }

.tituloBranco {
    color: #FFF;
}

.subtitulo {
    color: #808285;
    font-size: 20px;
    /* text-transform: uppercase; */
}

.botaoBranco {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 10px 20px;
    text-transform: uppercase;
}

.botaoBranco:hover {
    color: #FFF;
    background-color: #FFF2;
}

.botaoAzul {
    color: #335575;
    border: 1px solid #335575;
    padding: 10px 20px;
    text-transform: uppercase;
}

.botaoAzul:hover {
    color: #335575;
    background-color: #FFF2;
}

.tituloAzul {
    color: #335575;
}

.boxResenha {
    background-color: #FFF;
    margin: 15px 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700
}

.acervo .boxResenha {
    min-height: 460px;
}

.boxResenha img {
    margin-bottom: 15px;
}

.boxResenha a, .boxResenha span {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: underline !important;
    color: #335575;
}

.tagBanner {
    padding: 5px 5px 5px 15px;
    background-color: #000;
    color: #FFF;
    font-size: 20px;
}

.tituloBanner {
    padding: 0px 20px;
    background-color: #335575;
    color: #FFF;
    font-size: 30px !important;
    line-height: 38px;
}

.resenhas {
    background-color: #909f9a;
}

.acervo {
    background-color: #c8c2c2;
}

.paraVerEOuvir {
    background-color: #e6e7e8;
}

.noticias {
    background-color: #e6e7e8;
}

.dropdown-item {
    color: #FFF;
}

.dropdown-item:hover {
    color: #5c8eb4;
    background-color: #000;
}

.dropdown-menu {
    background-color: #000;
}

.navbar-toggler  {
    background-color: #5c8eb4;
    color: #FFF !important;
}

.main-navbar__nav-link.active {
    color: #FFF !important;
    line-height: 40px;
}

.main-navbar__nav-link:hover {
    color: #5c8eb4;
}

.nav-link:hover {
    color: #5c8eb4;
}

.dropdown-toggle:hover > .dropdown-menu {
    background-color: #000;
}

.container {
    max-width: 1280px;
}

.main-navbar {
    background-color: #000;
    color: #FFF;
}

/* .carousel-item {
    height: 700px;
} */

footer {
    background-color: #e6e7e8;
}

.footer {
    height: 180px;
    background-image: url('../img/lbxxi-bottom.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}

.copyright {
    background-color: #335575;
    color: #FFF;
}

.copyright img {
    width: 30px;
}

.miniBio {
    padding-left: 30px;
    border-left: 1px solid #939598;
}

.miniBio p {
    font-size: 14px;
    line-height: 22px;
}

.caricatura {
    margin-top: 152px;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}    

.select select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 0px;
        background: #ffffff;
        color: #666;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            color: #000000;
            background: #cccccc;
        }
        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

.pagina a {
    text-decoration: underline !important;
    color: #335575;
    font-weight: 500;

}

.pagina table img {
    width: 150px !important;
    margin: auto;
}

.pagina table td {
    border: none;
    border-bottom: 1px solid #E6e6e6;
}

.pagina table {
    border: none;
    border-top: 1px solid #e6e6e6
}

.mapaDoSite a {
    font-size: 12px;
}

.campoBusca {
    padding: 5px;
    border: 1px solid #FFF;
    color: #365a7c;
    background-color: #FFF;
    margin: 0;
    width: 80%;
}

.campoBusca:focus {
    outline: none;
}

.botaoBusca {
    padding: 5px;
    border: 1px solid #FFF;
    color: #365a7c;
    background-color: #FFF;
    margin: 0;
    width: 20%;
    margin-left: -5px;
}

.menuBusca {
    padding: 10px;
    margin-left: -200px;
    margin-top: 10px;
    background-color: #000;
    min-width: 280px;
}

.playPodcast {
    position: absolute; 
    bottom: 120px; 
    left: 30px;
}

.conteudo a {
    text-decoration: underline !important;
    color: #5d8eb6;
}

.cadernosLiterarios {
    background-image: url('../img/lbxxi-top.jpg');
    padding: 50px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #5d8eb7;
}

.cadernosLiterarios a {
    display: flex;
    background-color: #355b7bb9;
    color: #FFF;
    width: 50%;
    align-self: center;
    justify-content: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.agenda .dia {
    background-color: #ACACAC;
    display: flex;
    align-items: center;
}

.agenda .dia span {
    width: 100%;
    font-weight: 700;
    font-size: 6rem;
}

.agenda .mes {
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.agenda .texto {
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.agenda .texto span {
    font-size: 0.9rem;
}

.agenda .texto p {
    font-size: 1.4rem;
    font-weight: 700;
}

.agenda .foto img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}

.agenda .botao {
    padding: 5px 20px;
    background-color: #335575;
    font-size: 1rem;
    color: #FFF;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {

    .footer {
        height: 300px;
        background-image: none;
    }

    .playPodcast {
        bottom: 90px; 
    }


}
    
@media only screen and (max-width: 1024px) {

    .footer {
        height: 250px;
        background-image: none;
    }

    /* .carousel-item {
        height: 460px;
    } */

}

@media only screen and (max-width: 768px) {

    header {
        height: 200px;
    }

    .footer {
        height: 550px;
        background-image: none;
    }

    .footer .list-inline-item {
        display: block;
        width: 100%;
    }

    /* .carousel-item {
        height: 300px;
    } */

}