@media(max-width:991px){
    .navbar-expand-lg .navbar-nav .nav-link{
        text-align: right;
        padding: 10px 40px;
    }
    .navbar-expand-lg {
        flex-direction: row;
        justify-content: center;
    }
}
@media(max-width:650px){
    header #logo{
        width: 140px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 18px;
        padding: 10px 30px;
    }
}
@media(max-width:500px){
    header h1{
        font-size: 30px;
    }
    header #logo{
        width: 110px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 16px;
        padding: 10px 20px;
    }
    article #txt_aborda{
        width: 100%;
        margin: 0;
    }
    table img{/*tamanho da imagem */
        width: 150px;
        height: 160px;
    }
    table caption{
        padding: 0;
        font-size: 2.5em;
    }
    table{
        padding: 0;
    }
}
@media(max-width:450px){
    header h1{
        font-size: 25px;
    }
    header #logo{
        width: 100px;
    }
    table h1 {/* formatação do nome(h1) */
        font-size: 20px;
    }
    table img{/*tamanho da imagem */
        width: 140px;
        height: 150px;
    }
}
@media(max-width:400px){
    header #logo{
        width: 90px;
    }
    table h1 {/* formatação do nome(h1) */
        font-size: 19px;
    }
    table p{
        font-size: 15px;
        margin-bottom: 2px;
    }
    table img{/*tamanho da imagem */
        width: 135px;
        height: 145px;
    }
    table a{
        font-size: 14px;
    }
}
@media(max-width:360px){
    header #logo{
        width: 80px;
    }
    header h1{
        font-size: 23px;
    }
    table h1 {/* formatação do nome(h1) */
        font-size: 17px;
    }
    table p{
        font-size: 13px;
    }
    table img{/*tamanho da imagem */
        width: 125px;
        height: 135px;
    }
}
@media(max-width:330px){
    header #logo{
        width: 70px;
    }
    header h1{
        font-size: 20px;
    }
    table h1 {/* formatação do nome(h1) */
        font-size: 15px;
    }
    table p{
        font-size: 11px;
    }
    table img{/*tamanho da imagem */
        width: 115px;
        height: 130px;
    }
    table a{
        font-size: 12px;
    }
}
@media(max-width:310px){
    header #logo{
        width: 65px;
    }
    header h1{
        font-size: 19px;
    }
    table h1 {/* formatação do nome(h1) */
        font-size: 14px;
    }
    table p{
        font-size: 10px;
    }
    table img{/*tamanho da imagem */
        width: 105px;
        height: 120px;
    }
}
