﻿/*@charset "utf-8";*/
CSS Document

#mainbanner {
	position: relative;
	min-height: 400px;
}

#mainbanner .imgBanner {
	width: 100%;
	height: 100%;
}

	#mainbanner .conteudo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#mainbanner .h1Texto {
		font-size: 56px;		
		font-weight: 200;
		color: white;
		text-align: center;
	}

