.banner{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 200px;
    text-align: center;
    font-size: 1.3em;
    border-top: 10px dashed black;
    background: whitesmoke;
    color: black;
    padding: 0 15px;
	z-index: 9999;
}
.btns{
    padding: 15px;
    border: 2px solid black;
    background: whitesmoke;
    color: black;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.btns:hover{
    padding: 15px;
    border: 2px solid white;
    background: black;
    color: white;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.linksp a{
    color: black;
}
.linksp a:hover{
    color: white;
}
.texto a{
    color: rgb(184, 184, 184);
    text-decoration: underline;
}
.texto a:hover{
    color: rgb(109, 109, 109);
    text-decoration: none;
}
.politicaprivacidade{
    padding:  10px 30px;
}
.politicaprivacidade p{
    padding: 0px 30px;
}
@media only screen and (max-width: 600px) {
  .banner{
    max-height: 35% !important;
    overflow: auto;
}
}