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

}

body {
    background-color: #262A33;
}

::-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: 50em;

}

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

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

.container-menu .carrinho a>img{
    width: 40px;
    height: 40px;
    position: relative;
    right: -104em;
    top: -75px;

}

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

/* Estilo Main Container central */

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

.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: 80px;
    margin-top: 20px;

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


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

.card-container {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    position: static;
   
}

.card-container .card {
    width: 350px;
    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>p {
    text-align: justify;
    font-size: 14px;
    font-family:'Montserrat', sans-serif;
    text-indent: 3em;
    line-height: 1.4em;
    padding: 10px 10px;
    color: white;
}

.card-container .card>h1 {
    width: 300px;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    color:white;
    margin: 5px auto;
    padding-bottom: 0px;


}

.card-container .card>img {
    width: 200px;
    height: 200px;
    display: block;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
}

.card-container .card .btn-card {
    width: 200px;
    height: 30px;
    margin: 0 0 10px 80px;
    float: left;


    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    justify-items: center;

    border-radius: 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: relative;
    top: 20vh;
    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: 25em;
    left: 750px;



}

/*320px - 496px*/
@media only screen and (min-width: 20em) and (max-width: 31em){
    .container {
        width: 27em;
        height: 220em;
    }
    
    .container-menu{
        width: 28em;
        display: inline-block;
        
    }

    .container-menu .menu-nav{
        width: 220px;
        height: 250px;
        font-size: 28px;
       

        position: absolute;
        left: 5em;
        margin-top: 80px;
        
        background-color: #4F618B;

        display: none;
        border-radius: 0 0 10px 10px;
        z-index: 100;
    }

    .container-menu .menu-nav a{
        width: 100px;
        margin: 15px auto;
        display: flex;
        flex-direction: column;
  
        padding: 0;
    }

    .menu-hamburguer{
        width: 50px;
        height: 50px;
        
        border-radius: 50%;
        background-color: white;
        position: absolute;
        top: 20px;
        left: 20em;
    }

    .container-menu .menu-nav button{
        width: 200px;
        height: 30px;
        
        
        text-decoration: none;
        font-size: 28px;
        border: none;
        border-radius: 10px;
        margin: auto 10px;

    }

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


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

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

        flex-direction: column;
        position: relative;
        right: 500px;    
    }
    .card-container .card{
       
        margin: 50px; 
        margin-top: 10px;
        top: 80px;
        left: 475px;
        
    }

    /*Rodapé menu*/

    .rodape-container {
        width: 13.8em;
        height: 27em;
        position: relative;
        top: 20vh;
        display: flex;
        flex-direction: column;
    }


    
    .rodape-container .rodape-nav {
        width: 200px;
        height: 213px;
        padding-right: 100px;
        margin: 20px 30px 0 50px;
    
    }
    
    .rodape-container .rodape-redes {
        width: 300px;
        height: 213px;
        padding-right: 50px;
        margin: 20px 30px 0 50px;
    }
    
    .rodape-container .rodape-bibliDigital {
        width: 200px;
        height: 213px;
        padding-right: 50px;
        margin: 20px 30px 0 50px;
    }
    h1#reservado{
        width: 400px;
        top: 740px;
        left: 10px;
    }
    
}