﻿@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

body{
	margin:0;
	padding:0;
}

/* CSS Document */

.indique {
	font-family: 'Ubuntu', sans-serif;
	font-size:20px;
	color:#425441;
}
.rodape {
	color: #d6dfbe;
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
}

.titulo_pagina {
	font-family:'Oswald', sans-serif;
	font-size:24px;
	color:#fff;

}
.texto {
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#425441;
}
.textopqno {
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#425441;
}
.formsahn {
	border: #dae1da 1px solid;
	font-weight: normal;
	font-size: 10pt;
	background: #dae1da;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	height:27px;
}
.formshint {
	border-right: #dae1da 1px solid;
	border-top: #dae1da 1px solid;
	border-bottom: #dae1da 1px solid;
	border-left: #dae1da 1px solid;
	font-weight: normal;
	font-size: 10pt;
	background: #dae1da;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	height:27px;
}

.formsahn_black {
	border: #dae1da 1px solid;
	font-weight: normal;
	font-size: 10pt;
	background: #dae1da;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	height:27px;
}
.formshint_black {
	border-right: #dae1da 1px solid;
	border-top: #dae1da 1px solid;
	border-bottom: #dae1da 1px solid;
	border-left: #dae1da 1px solid;
	font-weight: normal;
	font-size: 10pt;
	background: #dae1da;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	height:27px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.imagem_esquerda{
	float:left;
	margin-bottom:5px;
	margin-right:15px;
}
.imagem_direita{
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
}

/*****************FORMULARIO******************/

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }


#form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:360px;
	margin: 0 auto;
	margin-top:20px;
	/*background: #ffcc00;*/
}

#form  ul {
	margin:0;
	padding:0;
	width:100%;
}

#form  li {
	display:block;
	margin:0;
	position:relative;
}

#form  li:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

#form li.li_grande{
	width:100%;
	/*background:#FF00CC;*/
	padding:4px 0 2px 0px;
}

#form li.li_pequeno{
	width:173px;
	float:left;
	/*background:#FFCC00;*/
	padding:4px 6px 2px 0px;
}

#form input.large {
	width:345px;
}

#form input.medium {
	width:165px;
}

#form textarea.large{
	width: 345px;
	height: 85px;
	font-size:14px;
}

#form input.button_text{
	cursor:pointer;
	overflow:visible;
	padding:15px;
	width:70px;
	height:31px;
	border:0;
	color:#fff;
	background:url(../imagens/bt_enviar.png) no-repeat;
	float:right;
	margin-right:10px;
	margin-top:5px;
}

#form input.button_text:hover{
	background:url(../imagens/bt_enviar_hover.png) no-repeat;
}

#form label.error{
    color:#CC0000;
    padding: 3px;
	font-size:12px;
}

#enviando {
	text-align:center;
}

/****
#form input.error{
    border:1px solid #CC0000;
}

#form textarea.error{
    border:1px solid #CC0000;
}
****/

.imagem_esquerda{
	float:left;
	margin-bottom:5px;
	margin-right:15px;
}
.imagem_direita{
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:15px;
}

/************ header ******************/

.header{
	position:relative;
	width:960px;
	height:222px;
	background:url(../imagens/fundo_menu.png) no-repeat;
}

.logo{
	position:absolute;
	width:227px;
	height:148px;
	left:50%;
	top:5px;
	margin-left:-105px;
}
.menu_left {
	position:absolute;
	left:0px;
	top:55px;
}
.menu_right{
	position:absolute;
	right:45px;
	top:55px;
}

.menu_left ul, .menu_right ul{
	list-style:none;
}
.menu_left ul li, .menu_right ul li{
	float:left;
	margin-left:10px;
}
.menu_right ul li{
	margin-left:12px;
}
.menu_left ul li:first-child, .menu_right ul li:first-child{
	margin-left:0;
}
.menu_left ul li a, .menu_right ul li a{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#606a5f;
	font-weight:700;
	text-decoration:none;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	text-shadow: 0px 0px 1px #606a5f;
	filter: dropshadow(color=#606a5f, offx=0, offy=0);
}
.menu_left ul li a:hover, .menu_right ul li a:hover{
	color:#9a1f1f;
	text-shadow: 0px 0px 1px #9a1f1f;
	filter: dropshadow(color=#9a1f1f, offx=0, offy=0);
}

/************ BOX PORTFOLIOS ***********/

.box {
    cursor: pointer;
	width: 292px;
    height: 222px;
    position: relative;
    overflow: hidden;
}
.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.box .caption {
	font-family: 'Ubuntu', sans-serif;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    color: #000;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.box .fade-caption{
	opacity: 0;
	text-shadow: 0px 0px 1px #9a1f1f;
	filter: dropshadow(color=#9a1f1f, offx=0, offy=0);
}

.box .fade-caption h3 {
	display: table-cell;
	vertical-align:middle;
    width: 292px;
    height: 222px;
	font-size:30px;
    text-align: center;
	color:#9a1f1f;
	text-shadow: 0px 0px 1px #9a1f1f;
	filter: dropshadow(color=#9a1f1f, offx=0, offy=0);
}

.box:hover .fade-caption {
    opacity: 1;
	text-shadow: 0px 0px 1px #9a1f1f;
	filter: dropshadow(color=#9a1f1f, offx=0, offy=0);
}

.lista_provas{
	list-style: none;
}

.lista_provas li{
	float: left;
	width: 80px;
	height: 53px;
	margin: 5px 5px 10px 5px;
}