#cr-chicle-theme {
    display: none;
}

#barraNewsletter.posicao-rodape {
    background: #171616;
    padding-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#barraNewsletter.posicao-rodape .componente .texto-newsletter {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    overflow: visible;
    margin: 20px 0;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 20%;
    background: #ea0f0f;
    border-radius: 0;
    color: #fff;
    height: 42px;
    border: solid 2px #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover {
    background: #ea0f0f;
    color: #fff;
}

.full.menu .conteiner .nivel-dois {
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    width: 165px !important;
    max-width: 600px;
    height: 135px;
}

.full.menu{
	height: 50px;
}

.full.menu .conteiner .nivel-um>li{
    width: auto !important;
    padding: 0 25px;
}

/*retirar bullets banners home*/
.banner .flex-control-nav {
    display: none;
}

#rodape .institucional {
    background: #fff;
    min-height: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}