/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 30 2025 | 13:49:29 */
.imagem{
	float:right; 
	padding-right: 20px;
	padding-top: 20px;	
}

h4.post-title{
	float: left; 
	padding-top: 20px; 
	padding-left: 20px;
}

@media only screen and (max-width: 768px) {
	.imagem{
			display: block;
  	 		margin-left: auto;
  			margin-right: auto;
			width: 40%;
			padding-right: 0px;
			padding-top: 20px;
			float: none;
	}
	
	h4.post-title{
		float: none;
	}

}

.botao {
	color: white; 
	background-color: #bf2f03;
	padding: 10px 15px;
    border-radius: 4px
}

.botao.titulo {
	Border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-right: 1px white solid;
}

.botao.extensao {
	Border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.botao.titulo :hover {
  color: white;
}
	
