* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background-color: #262A33;
    overflow: visible;
}

::-webkit-scrollbar-track {
    background-color: #262A33;
}
::-webkit-scrollbar {
    width: 15px;
    background: #4F618B;
}
::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: #4F618B;
}


/* Montagem de página*/


.container-menu {
    width: 100%;
    height: 100px;
    display: block;
    background-color: #4F618B;

}

.container-menu .menu-nav {
    width: 200px;
    height: 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    float: right;
    position: absolute;
    left: 53em;

}

.container-menu .menu-nav a {
    text-decoration: none;
    padding: 34px 10px 34px 0;
    color: white;
}

.container-menu .menu-nav a>hr{
    border: 2px solid rgb(1, 1, 83);
    border-radius: 20%;
}

.container-menu .menu-nav button {
    width: 100px;
    height: 40px;
    padding: 0 10px 0 10px;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 25px;
    cursor: pointer;

}

.container-menu .menu-nav button:hover{
    background-color: brown;
    color: white;
}

.bd-logo {
    width: 84px;
    height: 93px;
    display: block;
    bottom: 32px;
    top: 32px;
    padding-left: 135px;
}

/* Estilo Main Container central */

.container {
    width: 1302px;
    height: 100vh;
    display: block;
    margin: auto;
    margin-top: 5px;


}




/* Estilos Card, página central acervo*/

.card-container {
    width: 100%;
    height: 50em;
    display: column;
    flex-wrap: wrap;
    position: static;
    margin: 0 0 200px 0;
}

.card-container .card {
    width: 900px;
    height: 238px;
    background-color: #4F618B;
    box-shadow: 10px 10px rgba(52, 103, 224, 0.45);
    margin: 0 20px 50px 50px;
    position: relative;
    top: 50px;
    bottom: 40px;
}

.card-container .card>h1 {
    width: 600px;
    text-align: left;
    justify-content: center;
    font-size: 24px;
    color:white;
    position: relative;
    top: 10px;
    left: 230px;
    padding-bottom: 0px;
}

.card-container .card>p {
    width: 680px;
    text-align: justify;
    font-size: 15px;
    padding: 10px 10px;
    position: relative;
    left: 220px;
    top: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;        
    font-variant: normal;
    text-indent: 3em;
    line-height: 1.3em;   
}



.card-container .card>img {
    width: 200px;
    height: 190px;
    display: block;
    position: absolute;
    margin: 10px 0 0 10px;
    
}

.card-container .card .btn-card {
    width: 200px;
    height: 30px;
    margin:  auto 10px;
    float: right;

    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    text-align: center;
    justify-items: center;
    position: relative;
    top: 10px;  

    border-radius: 0 50px 0 50px;
    border: none;
    background-color: #D9D9D9;
    box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.40);

}



.card-container .card .btn-card>a {
    text-decoration: none;
    cursor: poniter;
}

.card-container .card .btn-card>a:hover {
    color: black;
}


/* 
*
* Rodape central
*
*
*/
.rodape-container {
    width: 100%;
    height: 9em;
    display: flex;
    background-color: #313236;
    position: initial;
    color: white;

}

.rodape-container .rodape-nav {
    width: 194px;
    height: 213px;
    padding-right: 300px;
    margin: 20px 30px 0 200px;

}

.rodape-container .rodape-redes {
    width: 327px;
    height: 184px;
    display: inline-block;
    margin: 20px 30px 0 300px;
}

.rodape-container .rodape-bibliDigital {
    width: 236px;
    height: 171px;
    display: inline-block;
    margin: 20px 30px 0 300px;
}

.rodape-container,
h1 {
    font-size: 32px;
    font-family: 'montserrat';
    font-weight: bold;
    padding-bottom: 5px;
}

.rodape-container ul>li {
    font-size: 24px;
    font-family: 'montserrat';
    font-weight: bold;
    margin-left: 50px;
    padding-bottom: 5px;
}


h1#reservado {
    font-size: 10px;
    display: inline-block;

    position: absolute;
    top: 127em;
    left: 750px;
}

/*320px - 496px*/
@media only screen and (min-width: 20em) and (max-width: 31em){
    .container {
        width: 27em;
        height: 90em;
    }
    
    .container-menu {
        
        width: 33.5em;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
    }

    .container-menu .menu-nav {
        width: 150px;
        height: 200px;
        display: none;
        font-size: 23px;
        position: absolute;
        left: 7em;
        margin-top: 80px;
        background-color: #4F618B;
        border-radius: 0 0 10px 10px;

        z-index: 1;
    }

    .container-menu .menu-nav a {
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .menu-hamburguer {
        width: 50px;
        height: 50px;

        border-radius: 50%;
        background-color: white;
        position: absolute;
        top: 20px;
        left: 16.7em;
    }


    .container-menu .menu-nav button {
        width: 140px;
        height: 25px;
        align-items: center;
        justify-content: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        text-decoration: none;
        font-size: 20px;
        
        border: none;
        border-radius: 10px;
        margin: 5px 0 0 5px;

    }

    .bd-logo{
        width: 20px ;
        height: 20px;
        margin: 0;
        padding-left: 10px;
    }


    /*=================================*/

    .card-container {
        width: 20em;
        height: 110em;
        flex-wrap: nowrap;
        display: flex;

        flex-direction: column;
        position: relative;
        right: 500px;    
    }
    
    .card-container .card{
        width: 20em;
        height: 35em;
        
        background-color: #4F618B;
        box-shadow: 10px 10px rgba(52, 103, 224, 0.45);    
        top: 100px;
        left: 32em;
        margin: 15px;
    }
    .card-container .card img{
        width: 200px;
        height: 130px;
        top: 15px;
        margin: 10px 10px;
        
    }

    .card-container .card h1{
        width: 300px;
        height: 60px;
        font-size: 15px;
        top: 160px;
        left: 10px;
    }

    .card-container .card p{
        width: 300px;
        height: 200px;
        font-size: 15px;
        top: 130px;
        left: 4px;

        font-weight: lighter;

    }
    .card-container .card .btn-card{
        top: 250px;
        right: 95px;
    }

/* =================================*/
    .rodape-container {
        width: 16.5em;
        height: 25em;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 90vh;

    }

    .rodape-container .rodape-nav {
        width: 200px;
        height: 213px;
        padding: 0 0 0 10px;
        margin: 20px 0 0 10px;
    }

    .rodape-container .rodape-redes {
        width: 400px;
        height: 213px;
        padding: 0 0 0 20px;
        margin: 20px 0 0 0;

    }

    .rodape-container .rodape-bibliDigital {
        width: 200px;
        height: 213px;
        margin: 20px 30px 0 10px;

    }

    .rodape-container h1#reservado {
        width: 500px;
        top: 80em;
        left: 40px;
        font-size: 10px;
        padding: 0;
        position: absolute;
    }
    
}
