.produtoPromo{
    position: absolute;
    background-image: url(../imagens/circuloPromocao.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    width: 152px;
    height: 152px;
    top: 10px;
    right: 20px;
    z-index: 5015;
}
.produtoPromo div{
    margin: 8px auto;
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    transform: rotate(15deg);
}
.produtoPromo div span{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.newsLetterBotao {
    background-color: #005952;
    border:0;
    overflow:visible;
    cursor:pointer;
    padding:0;
    margin:0;
    width:auto;
    height: 35px;
    width: 100px;
    line-height: 35px;
    font-family:"Noto Sans",sans-serif;
    font-weight: bold;
    font-size:14px;
    color: #FFFFFF;
    text-align: center;
}
.newsLetterErro{
    font-family:"Noto Sans",sans-serif;
    font-weight: bold;
    font-size:14px;
    color: #005952;
}


#aba{
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    width: 100%;
    background-position: top;
    background-repeat: repeat-x;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
#aba div {
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    text-align: left;
    color: #005952;
}
#abaBordas{
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    width: 100%;
    margin-bottom: 20px;
}
#abaBordas div {
    padding: 10px;
}