.linkRodape:link, .linkRodape:visited, .linkRodape:hover, linkRodape:active{
    font-family: Arial;
    color: gray;
    font-weight: bold;
}

        /* Dropdown Button */
        .dropbtn {
            background-color: #fff;
            color: #6c6c6c;
            padding: 16px;
            font-size: 16px;
            border: none;
        }
        
        /* The container <div> - needed to position the dropdown content */
        .dropdown {
            position: relative;
            display: inline-block;
            background: #fff;
            border-radius: 15px;
            border-left: 1px solid orange;
        }
        
        /* Dropdown Content (Hidden by Default) */
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #fff;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }
        
        /* Links inside the dropdown */
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
        
        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {background-color: #FFBF00; color:#6c6c6c;}
        
        /* Show the dropdown menu on hover */
        .dropdown:hover .dropdown-content {display: block;}
        
        /* Change the background color of the dropdown button when the dropdown content is shown */
        .dropdown:hover .dropbtn {background-color: #fff;}
        
        .listaPlantas {
            text-decoration: none;
            color: #6c6c6c;
            line-height: 1.6em;
        }

        .tituloListaPlantas{
            color: #6c6c6c;
            font-family:"Arial";
            font-size: 1.5em;
        }

        .divListaPlantas{
            max-width: 50%;
            border: 1px solid orange;
        }
        
        .caixaTitulo{
            font-size: 2.5em;
            padding-bottom: 0.1em;
        }
        .caixaSubTitulo{
            color: #6c6c6c;
            font-family:"Arial";
            font-size: 0.7em;
            padding-top: 0.1em;
        }
        .caixaMenu{
            padding: 2em;
        }

        .caixaDivConteudo{
            border-top: 1px solid grey;
            width: 50%;
            text-align: left;
            padding-left: 5px;
        }

        .caixaImagens{
            max-width: 100%;
        }