section#footer {
	height: $footer_height_mb; background-color: $cor_rodape;
	.inner {
		width: 100%; max-width: $lar_max_conteudo; margin: 0 auto; padding: $inner_padding_FooterV_mb $inner_paddingH_mb;
		.cols {
			margin-top: 30px;
			&:first-child {
				margin-top: 0;
			}
			p {
				font-family: $font_textos; color: #FFF; font-size: 0.9em; margin-top: 15px; margin-bottom: 0px; line-height: 1.25;
				a {
					text-decoration: none; color: inherit;
				}
				a:hover {
					text-decoration: underline;
				}
				strong {
					font-weight: 700;
				}
				img.social {
					width: 32px; height: auto; margin-right: 10px;
				}
				img#logo_algeventos {
					height: 48px; width: auto; display: block;
				}
				&:first-child {
					margin-top: 0;
				}
			}
			
		}
	}
}
@media only screen and ($cssdevicetext : 768px) { 
	section#footer {
		height: $footer_height_tb;
		.inner {
			padding: $inner_padding_FooterV_tb $inner_paddingH_tb;
			.cols {
				float: left; width: 25%; margin-top: 0;
				&:nth-child(2) {
					width: 35%;
				}
				&:nth-child(3) {
					width: 20%;
				}
				&:last-child {
					width: 20%;
				}
			}
		}
		
	}
}
@media only screen and ($cssdevicetext : 1024px) { 
	section#footer {
		height: $footer_height_dt;
		.inner {
			padding: $inner_padding_FooterV_dt $inner_paddingH_dt;
		}
	}
}