.rodape_img
	{
		padding: 10px;
		width: 100px;
		height:100px;
	}
.rodape_img_menor
	{
		padding: 10px;
		width: 150px;
		height:150px;
	}
.rodape_img_gold
	{
		padding: 10px;
		width: 200px;
		height:200px;
	}
.rodape_container
	{
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
		align-items: center;

		/*background-image: linear-gradient(to top, #12062a, #451f8f);*/

	}

.rodape_contato
	{
		padding: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		color: white;
		background-image: linear-gradient(to top, #12062a, #121212);

		/*background-color: #121212;*/
	}

.rodape_section
	{
		padding: 10px;
	}

.rodape_titulo	
	{
		margin-bottom: 8px;
	
		font-size: 20px;
	
		text-transform:	uppercase;
	}

@media (max-width:  630px)
	{
		.rodape_contato
			{
				text-align: center;
				display: flex;
				flex-direction: column;
				align-items: center;

				margin-left:    auto;
		        margin-right:   auto;
			}
		.rodape_img
        	{
        		
        		width: 80px;
        		height:80px;
        	}
        .rodape_img_menor
        	{
        		
        		width: 100px;
        		height:100px;
        	}
        .rodape_img_gold
        	{
        	
        		width: 120px;
        		height:120px;
        	}
	}