@charset "UTF-8"; 
@import '../lib/css/reset';
@import 'scss/vars';
@import 'scss/cor';
@import 'scss/fonts';
@import '/lib/fonts/topping_icn_v3.css';

@import 'scss/class';
@import 'scss/box';
@import 'scss/topo';
@import 'scss/banner';
@import 'scss/home';
@import 'scss/detail';
@import 'scss/artistas';
@import 'scss/agenda';
@import 'scss/novidades';
@import 'scss/equipamentos';
@import 'scss/equipamentos_lista_artigos';
@import 'scss/footer';  
@import 'scss/contactos'; 
@import 'scss/form-news'; 
@import 'scss/check';

html, body {
  height: 100%;
  background-color: $cor_pagina;
}

.wrap {
  min-height: 100%;
  margin-bottom: -$footer_height_mb; 
}
.wrap:after {
	content: "";
	display: block;
	height: $footer_height_mb;
}
@media only screen and ($cssdevicetext : 768px) { 
	.wrap {
		margin-bottom: -$footer_height_tb; 
	} 
	.wrap:after {
		height: $footer_height_tb;
	}
}
@media only screen and ($cssdevicetext : 1024px) { 
	.wrap {
		margin-bottom: -$footer_height_dt; 
	} 
	.wrap:after {
		height: $footer_height_dt;
	}	
}