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

/*
opacity:.2;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
*/
html { height: 100%; }

body {
	font-family: museo-regular;
	height: 100%;
	margin: 0 auto;
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #222222 60%, #000000 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #333333 0%,#222222 60%,#000000 100%);
	background: radial-gradient(ellipse at center,  #333333 0%,#222222 60%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

.center { margin: 0 auto; width: 990px; position: relative; display: block; }

.nav-slide-menu {
	width: 100%;
	position: fixed; bottom: 0;
	text-align: center;
}

#showmenu {
	cursor: pointer;
	position: absolute;
	top: -33px;
	right: 90px;
	display: inline-block;
	width: 73px;
	height: 24px;
	opacity: 0.6;
	background: url(../img/botao-menu-esconder.gif) no-repeat;
	-webkit-transition: all 0.5s ease;
		 -moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			 -o-transition: all 0.5s ease;
					transition: all 0.5s ease;
}

#showmenu:hover {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
		 -moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			 -o-transition: all 0.5s ease;
					transition: all 0.5s ease;
}


#header {
	display: none;
	width: 100%;
	height: 145px;
	z-index: 100;
	background: rgba(0,0,0,0.9);}

#setas-slide {
	position: absolute;
	top: -41px;
	right: 0;
}

#setas-slide a img {
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
		 -moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			 -o-transition: all 0.5s ease;
					transition: all 0.5s ease;
}

#setas-slide a:hover img {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
		 -moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			 -o-transition: all 0.5s ease;
					transition: all 0.5s ease;
}

#logo-site {
	float: left;
	margin: 20px 0 0 40px;
	width: 282px;
	height: 113px;
	text-indent: -9999em;
	background: url(../img/logo-canoa-site.png) no-repeat;
}

#logo-site a {
	position: relative;
	display: block;
	width: 282px;
	height: 113px;
}

#logo-site a::after {
	content: '';
	width: 187px;
	height: 59px;
	display: block;
	position: absolute;
	top: 60px;
	left: 180px;
	background: url("../img/all-single-place.png") no-repeat;
	}

#lado-direito {
	float: right;
	width: 645px;
	margin: 0 20px 0 0;
}






#menu {
	float: right;
	margin: 20px 0 0 0;
}

.menu-item {
	display: inline-block;
	padding: 0 2px;
	margin: 0 0 0 -4px;
}

li:last-child.menu-item { margin-right: 0; }

.menu-link {
	display: inline-block;
	padding: 4px 5px 3px;
	font-family: museo-regular;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;
}

a:hover.menu-link {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;
}

#telefone-endereco {
	width: 645px;
	margin: 30px 0 0 20px;
	text-align: center;
}

.telefone {
	display: inline-block;
	margin-right: 20px;
	font-family: museo-bold;
	font-size: 18px;
	color: #FFF;
}

#endereco {
	display: inline-block;
	margin-top: -5px;
	font-family: museo-regular;
	font-size: 12px;
	color: #FFF;}

#copy {
	width: 645px;
	margin: 20px 0 0 20px;
	font-family: museo-regular; font-size: 11px; color: rgba(255,255,255,0.3); text-align: center;
}

#copy strong {font-family: museo-bold;}

#agencia-nb8 {
	float: right;
	width: 26px; height: 24px;
	margin: -10px 20px 0 -20px;
	text-indent: -9999em;
	background: url(../img/agencia-nb8.png) no-repeat;
	opacity:.3;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}

a:hover#agencia-nb8 {
	opacity: 1;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}



/* PÁGINAS */
#conteudo-pagina {
	position: absolute;
	left: 50px;
	width: 970px;
	height: 100%;
	margin: 0 auto;
}

#conteudo-pagina-interno {
	position: relative;
	width: 340px;
	height: 60%;
	overflow: auto;
	padding: 0 10px 50px 10px;
	background: rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -o-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

#conteudo-pagina-titulo {
	padding-top: 40px;
	margin-bottom: 20px;
	font-family: museo-bold;
	font-size: 26px;
	color: #FFF;
}

#conteudo-pagina p {
	margin-bottom: 10px;
	font-family: museo-regular;
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
}

#conteudo-pagina ul { margin: 15px 0 15px 0; }

#conteudo-pagina ul li {
	margin: 0 0 8px 10px;
	padding-left: 12px;
	font-family: museo-regular;
	font-size: 14px;
	color: #FFF;
	background: url(../img/conteudo-pagina-lista-bg.png) no-repeat 1px 5px;
}

#formulario-contato { margin-top: 20px; }

.contato-label {
	display: block;
	margin: 15px 0 3px 0;
	font-family: museo-bold;
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -o-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.7);}

.contato-input {
	display: block;
	width: 330px;
	padding: 5px;
	font-family: museo-regular;
	font-size: 15px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -o-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	background: rgba(255,255,255,0.4);
	-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;
}

/* RETORNO DO STATUS DE ENVIO DO FORM DE CONTATO */
#form-messages {
	margin-bottom: 15px;
	opacity: 0;
}

.success {
	opacity: 1 !important;
	padding: 15px 20px;
	color: #FFF;
	background-color: #4A661A;
	border: 1px solid #3B580D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
}

.error {
	opacity: 1 !important;
	padding: 15px 20px;
	color: #FFF;
	background-color: #661d1a;
	border: 1px solid #560D10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
}

input:hover.contato-input, input:focus.contato-input,
textarea:hover.contato-textarea, textarea:focus.contato-textarea,
button:hover.contato-button {
	background: rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}

.contato-textarea {
	display: block;
	width: 330px; height: 100px;
	padding: 5px;
	font-family: museo-regular;
	font-size: 15px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -o-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	resize: vertical;
	background: rgba(255,255,255,0.4);
	-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;
}

.contato-button {
	margin: 15px 0 0 131px;
	padding: 6px 10px 5px 10px;
	cursor: pointer;
	font-family: museo-bold;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -o-text-shadow: 1px 1px 1px rgba(0,0,0,0.7); -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	background: rgba(255,255,255,0.4);
	-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;
}


.imagem-video-1 {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 250px;
}

.imagem-video-1 img {
	width: 100%;
	box-shadow: 0 4px 20px 3px rgba(0,0,0,0.7);
}

.imagem-video-2 {
	display: block;
	position: absolute;
	top: 180px;
	right: 20px;
	width: 250px;
}

.imagem-video-2 img {
	width: 100%;
	box-shadow: 0 4px 20px 3px rgba(0,0,0,0.7);
}



.page-videos {
	padding-top: 5%;
	text-align: center;
}


.page-videos iframe { width: 40%; margin: 2%; box-shadow: 0 2px 80px 3px rgba(0,0,0,0.8); }



