
.pc {
	display: block;
}

.mobile {
	display: none;
}

@media (max-width: 600px) {
	.mobile {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
    
    .faixa p {
    	text-align: center !important;
    }

    .header .col-6 {
    	align-self: center;
    }

    .header ul {
    	width: 100% !important;
    }

    .rodape .col-md-3 {
    	margin: 0 0 30px;
    }

    .rodape2 .col-md-12 {
        display: block !important;
    }
}