/* global_config*/
.barra-inicial {
display: none !important;
}

#barraTopo {
display: none !important;
}

#polCheck {
	font-family: 'Poppins' !important;
    font-size: 8pt;
    padding-bottom: 15px;
}

.titAlert {
	text-align: left;
    background-color: #fcfcfc;
    padding: 0 10px 15px 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    max-width: 400px;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden;
}

.titAlert h3 {
    font-family: 'Poppins';
    font-size: 9pt;
    color: #da728b;
    z-index: 2;
    position: relative;
}

.titAlert p {
font-family: 'Poppins';
    font-size: 9pt;
}

.titAlert a {
font-family: 'Poppins';
    font-size: 9pt;
    color: #da728b;
}

.span4.sobre-loja-rodape {
    display: none !important;
}

/* Ajusta altura barra menu superior */

ul.nivel-um {
    height: auto !important;
}

