@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: OldRep;
  src: url(fonts/SFOR-Bold.ttf);
}

@font-face {
  font-family: Trajan;
  src: url(fonts/trajan-pro-3-2.otf);
}

@font-face {
  font-family: Marcellus;
  src: url(fonts/marcellus.ttf);
}



body{
	font-family: Marcellus;
	background: ivory;
	color: #1E324B;
	font-size: 20px;
}

a:link, a:visited {
	color:cornsilk;
	text-decoration: none;
  	cursor: pointer;
}

a:hover, a:visited:hover{
	color:#00801A;
	
}

a:link:active, a:visited:active {
	color:#00801A;
	
}


.menu{
	width:260px;
	margin:10px auto 0;
	cursor:pointer;
}

.title{
	width:100%;
	box-sizing:border-box;
	background:#1E324B;
	padding: 0px 20px 10px;
	margin: 1px 1px 5px;
	border-radius:4px;
	position:relative;
	box-shadow:0 0 40px -10px #000;
	color:#FFFAF0;
	height: 80px;
}

.span{
	float:right;
	font-size:18px!important;
}

.dropdown{
	width:100%;
	background:#1E324B;
	border-radius:4px;
	box-shadow:0 0 40px -10px #000;
	color:#FFFAF0;
	margin-top:24px;
	max-height:0;
	overflow:hidden;
	transition:all .5s;
}

.down{
	max-height:300px;
}

.arrow{
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #fff;
	position:absolute;
	right:20px;
	bottom:-24px;
	display:none;
}

.arrow.gone{
	display:block;
}

.p0{
	padding:15px 14px;
	margin:0;
	transition:all .1s;
}

.p0:hover{
	background:#DAA520;
	-webkit-transform:scale(1.05);
	color:rgba(255,255,255,0.8);
	box-shadow:0 0 30px -10px #000;
}



.menu1{
	font-family: OldRep;
	font-size: 17px;
	letter-spacing: 1px;
	color: cornsilk;
	vertical-align: bottom;
	text-align: center;
}

.faixaNvBt{
	position: fixed;
	top: 0;
	padding: 5px;
	width: 100%;
	text-align: center;
	background: #1E324B;
	border-bottom: 8px solid #DAA520;
}

.fdomar{
	width: 100%;
	background: url(../imgs/marm-michel.jpg);
}

.fdoliso{
	width: 100%;
	background: ivory;
}

.faixaNavy{
	padding: 5px;
	width: 100%;
	text-align: center;
	background: #1E324B;
	border-bottom: 5px solid #DAA520;
	border-top: 5px solid #DAA520;
}

.titfaixa{
	padding: 30px 0px;
	font-size: 30px;
	letter-spacing: 5px;
	color: #DAA520;
	font-family: Trajan;
}

.quadro{
	width: 60%;
	font-family: Trajan;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 800;
	padding: 50px 0px;
	text-shadow: 3px 3px 6px cornsilk;
}

.mquadro{
	width: 90%;
	margin: auto;
	font-family: Marcellus;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0.5px;
	color: #1E324B;
	font-weight: 400;
	padding: 10px 0px;
	text-shadow: 3px 3px 6px cornsilk;
}


.box{
	width: 60%;
	border: 2px solid gold;
	font-family: OldRep;
	font-size: 20px;
	background: cornsilk;
	text-align: left;
}

input[type=text] {
  background:ivory;
  padding: 1px 5px;
  margin: 0px 10px 17px;
  box-sizing: border-box;
  width: 95%;
}

.butao{
	background: goldenrod;
	color:#461A00;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 5px 25px;
}

.rodape{
	padding: 5px;
	width: 100%;
	background: #1E324B;
	border-top: 5px solid #DAA520;
	font-family: Trajan;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	color: #DAA520;
}

.titcampo{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}