#bannerCD{
       background-image: url("/img/bannerCD.jpg");
       background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%; /* Largura da DIV */
       height:350px;
            

}

#adquira{
        width: 400px; /* Largura da DIV */
        height:50px;
       
        margin-top: 5%;
        margin-left: 90px;
        //border: 5px solid black;
        float: left; // faz a div "soltar" do topo flutuando na tela por meio de margin

       text-align: left; /* a esquerda */
       color: #BDB76B;
       text-shadow: 1px 1px 1px #000000;
       font-family: Dancing Script;/* importada... ver homepage https://fonts.google.com/ */
       font-weight: bold;
       font-size:2em;   
}