@charset "utf-8";
/* CSS Document */

hr {
	background-color:#452e2e;
	min-height:6px;
	border:0px;
}

hr.fim {
	background-color:#999;
	min-height:1px;
	border:0px;
}

/* IMAGENS */
img {width:auto;}
.img_direita {float:right;}
.img_esquerda {float:left;}
.img_centro{float:center;}
.img_centro{float:center;}
/* CORES */
.branco {color:#fff;}

/* FONTES */
.titulo {font-size:70px; font-weight:bold;}
.subtitulo {font-size:40px; font-weight:bold; letter-spacing: -0.04em;}
.olho {font-weight:bold; font-style:italic; border-bottom: solid 3px #d3414d;}
.fonte14 {font-size:14px;}
.fonte20 {font-size:20px;}
.fonte16 {font-size:16px;}
.entrelinha {line-height:20px;}
.trebuchet {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.negrito {font-weight:bold;}
p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; line-height:20px;}
.tit_dest {font-size:30px; font-weight:bold;}
.txt_dest {font-size:12px !important; line-height:17px !important; padding-left:10px; padding-right:10px;}

/* FORM */
.campo_form {
	min-height: 25px;
	background-color: #e1e1e1;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	border: 0;
	padding:5px;
	margin-top:10px;
	max-width:85%;
	min-width:85%;	
}

.textarea {
	min-height: 45px;
	background-color: #e1e1e1;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	border: 0;
	padding:5px;
	margin-top:10px;
	max-width:85%;
	min-width:85%;		
}

.btn {
	min-height:50px;
	max-width:50%;
	min-width:50%;
	color:#000;
	background-color:#fbab18;
	border:0;
}