@media screen and (max-width: 800px) and (min-width: 200px) {
    /*********************************** Padrao *************************************/
    body .col-full {
        max-width: 99% !important;
        margin-left: 1px;
        margin-right: 1px;
    }
    div#content .col-full {
        padding: 0 5px !important;
    }
	
	body h1.entry-title {
		font-size: 30px;
	}
    /*********************************** Fim Padrao *************************************/
	
	/* Footer */
    .footer_new .col-full {
        grid-template-columns:100%  !important;
        padding: 20px 0px;
    }
    .footer_new .col-full div:nth-of-type(1) {
        grid-column: auto;
    }
    .fotter_colunas  {
        text-align: center;
    }
    .fotter_colunas p  {
        text-align: center !important;
    }
	.site-footer .footer-widgets .block {
    margin:10px !important;
	padding: 20px !important;
    background: #18181817;
	border-radius:5px;
	display: flex;
	}
	/* Fim Footer */
	
	.remove_celular{display: none !important;}
	
}

