﻿@charset "utf-8";
/* CSS Document */

#mainbanner {
	position: relative;
	padding-top: 0px;
}

    #mainbanner .imgBanner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 120px;
        width: 377px;
    }

	#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;
	}
