﻿@charset "utf-8";
/* CSS Document */
/* Configurações Básicas */

html { 
    height: 100%;
}

body {
    background-color: #e63439;
	max-width: 100%;
	overflow-x: hidden; /*esconde barra de rolagem*/
	height: 100%;
	margin:0;
	padding:0;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {
    vertical-align:middle;
	padding-top: 200px;
	padding-bottom:100px; /* igual a altura do footer */
}

/* garante que o rodape fique alinhado em bottom */
#footer {
	background: url(../../img/footer.png);
	background-color:#e6e7e8;
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	z-index: 1;
}

/* nota de rodape SUSEP */
#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: justify;
	color: #636362;
	padding: 10px;	
}


@font-face {
    font-family: "Goudy";
    src: url(../fonts/goudy.otf) format("truetype");
}

.font-form { 
    font-family: "Goudy", Arial, Verdana, Tahoma;
    font-size: 20px;
    color: #FFF;
}

@font-face {
    font-family: "Loew";
    src: url(../fonts/loew.otf) format("truetype");
}

.font-titulo { 
    font-family: "Loew", Arial, Verdana, Tahoma;
    font-size: 20px;
    color: #FFF;
}

@font-face {
    font-family: "Loew-Light";
    src: url(../fonts/loew-light.otf) format("truetype");
}

.font-titulo-light { 
    font-family: "Loew-Light", Arial, Verdana, Tahoma;
    font-size: 20px;
    color: #FFF;
}