.topo{
    display: none;
}


.titulo_mauro_home{
    padding-top: 3rem ;
    width: 264px;
}



.menu{

    display: flex;
    flex-direction: row;
    align-items: bottom;
    flex-wrap: wrap;

}
.menu_links{
    padding-top: 3rem ;
    display: flex;
    flex-direction: row;
    color: #d35404;
    font-size: 24px;
    font-family: 'Source Serif 4', serif;
    font-weight: 400;
    margin-bottom: 18.76px;
    flex-wrap: wrap;
    line-height: 28px;
}

.menu_links_separados a:hover{
    color: #E88A50;
    text-decoration: underline;
}

.menu_links li::after {
    content: '·';
    padding: 0 9px;
} 

 .menu_links li:last-child::after { 
     content: ""; /*Remove o ponto após o último item. */
} 



/* TABLET */

 @media (min-width: 600px){ 

    /* :root{
   
       TABLET 
       --topo_pagina: 3rem;
   
       } */
     }
    @media (min-width: 1180px){
        body{
            margin-top: 2.25rem;
            margin-left: 4.5rem;
            margin-right: 4.5rem;

        }
        .descricao p{
            margin-left: 264px;
            width: 850px;
            
        }

    } 

    @media (max-width: 327px){
        .menu_links{
            flex-direction: column;
        }
        .menu_links li::after { 
            content: ""; /*Remove o ponto após o último item. */
       } 

    }