      body{
            padding: none;
            margin: none;
            overflow-x: hidden; /* Hide horizontal scrollbar */
            overflow-y: scroll; /* Hide vertical scrollbar */
        }
                
        /* div de menu*/
        .menu{
            background-color: #dbb89a;
            border: 0px solid red;
            width: 100%;
            height: 140px;
            border-top-color:#5F021F;
            border-top-width: 3px;
            border-left-color:#dbb89a;
            border-right-color:#dbb89a;
            border-bottom-color:#dbb89a;
        }

        .imagemMenu{
            width: 169px;
            height: 96px;
            position:absolute;
            left: 10%;
            top: 5%;
            object-fit: cover;
            vertical-align: baseline;
        }

        .subtitulo{
            letter-spacing:-0.05em;
            font-size: 0.5em;
        }

        .subtituloGrande{
            letter-spacing:-0.05em;
        }
        
        .barraBrancaCima{
            border: 1px solid white;
            position: absolute;
            top: 2%;
            width: 100%;
        }

        .barraBrancaBaixo{
            border: 1px solid white;
            position: absolute;
            top: 21%;
            width: 100%;
        }

        .titulo{
            position: absolute;
            left: 20%;
            top: 8%;
            font-family:"Arial";
        }
        
        .titulo a{
            color: #6c6c6c;
            text-decoration: none;
        }
        
        .titulo a:visited{
            color: #6c6c6c;
            text-decoration: none;
        }
        
        .titulo a:hover{
            color: #6c6c6c;
            text-decoration: none;
        }
        
        .titulo a:active{
            color: #6c6c6c;
            text-decoration: none;
        }
        
        .itensMenu{
            background: #fff;
            position: absolute;
            top: 10%;
            left: 60%;
            font-family: "Arial";
            width: 23em;
        }

        .itensMenu a:link, a:visited {
            background-color: #fff;
            color: #6c6c6c;
            padding: 4px 15px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            border-left: 1px solid orange;
        }
        
        .itensMenu a:hover, a:active {
            background-color: #fff;
            color: orange;
            border: 1px solid orange;
        }
        
        .rodape {
            background-color: #dbb89a;
            border: 0px solid red;
            width: 100%;
            height: 140px;
        }

        .barraRodapeBrancaCima{
            border: 1px solid white;
            position: absolute;
        }

        .barraRodapeBrancaBaixo{
            border: 1px solid white;
            position: absolute;
        }

        .divPlantasInferiorGrande{
            font-family: Arial;
            font-size: 22px;
            color: white; 
            position: absolute;
            font-weight: bold;
        }

        .divPlantasInferiorPequena{
            font-family: Arial;
            color: gray; 
            position: absolute; 
            font-weight: bold;
        }
        
        .divInvestimento{
            background-color:#acdce4; 
            width: 220px; 
            height:205px; 
            position: absolute; 
            left: 33%; 
            top: 100%;
        }

        .divAbelhas{
            background-color:#acdce4; 
            width: 220px; 
            height:205px; 
            position: absolute; 
            left: 13%; 
            top: 100%;
        }

        .desenvolvedor{
            font-family: Arial;
            color: gray; 
            position: absolute;
            font-weight: bold;
        }

        .tabelaBordaEsquerda{
            border-left: double orange;
        }
        