marquee.texto_rotativo {
	color: white;
	font-size: 19px;
	font-family: 'Roboto Mono', monospace;
}
.rotativo_texto {
    background: black;
    padding: 10px;
    margin-top: 6%;
    width: 100%;
}

@media only screen and (max-width: 600px) {

.rotativo_texto {
    background: black;
    padding: 10px;
    margin-top: 0%!important;
    width: 100%;
}

}
.comprasegura {
    margin-top: 3%;
}
.avisocart_div{
    font-size: 11px;
    color: #a0a0a0;
    font-weight: 400;
    text-transform: uppercase;
}