html, body{ 
	margin-top:0 !important; 
	padding-top:0 !important; 
}
body{
	min-height: 100vh;   /* fallback */
	min-height: 100svh;  /* small viewport (con barra visible) */
	min-height: 100dvh;  /* dynamic viewport: el bueno si existe */
	display: flex;
	flex-direction: column;
}
main{ 
	flex: 1 0 auto; 
} 
#onetrust-consent-sdk,
#onetrust-banner-sdk{
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 2147483647 !important;
}
andino-mega-menu:not(:defined) {
	height: 120px;
	display: block;
}
@media(min-width:992px){
	andino-mega-menu:not(:defined) {
		height: 150px;
	}
}
@media(min-width:1400px){
	andino-mega-menu:not(:defined) {
		height: 156px;
	}
}