html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #FFF;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "nexa_light_regular";
  src: url("/webfonts/nexa_light-webfont.eot");
  src: url("/webfonts/nexa_light-webfont.eot?#iefix") format("embedded-opentype"), url("/webfonts/nexa_light-webfont.woff") format("woff"), url("/webfonts/nexa_light-webfont.ttf") format("truetype"), url("/webfonts/nexa_light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexa_bold_regular";
  src: url("/webfonts/nexa_bold-webfont.eot");
  src: url("/webfonts/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/webfonts/nexa_bold-webfont.woff") format("woff"), url("/webfonts/nexa_bold-webfont.ttf") format("truetype"), url("/webfonts/nexa_bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.full-width {
  width: 100%;
  height: auto;
}

.mrg-left5 {
  margin-left: 10px;
}

.mrg-left10 {
  margin-left: 10px;
}

.mrg-left15 {
  margin-left: 10px;
}

strong, h1, h2, h3, h4, h5 {
  font-family: "nexa_bold_regular";
  font-weight: normal;
}

p, td, li {
  font: 15px/1.5 "nexa_light_regular";
  color: black;
}

p {
  margin: 1em 0;
}
.social_icons_par {
  width: 100%;
  padding: 0 10px 0 10px;
  font-size: 14px;
}
.social_icons_par a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #666;
  border-radius: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  text-decoration: none;
  margin: 0 3px;
}
.social_icons_par a:first-of-type {
  margin-left: 0;
}
.social_icons_par a:hover {
  background-color: #000;
}
.social_icons_par a.icn_facebook {
  background-image: url(/imagens/icn_facebook.svg);
}
.social_icons_par a.icn_instagram {
  background-image: url(/imagens/icn_instagram.svg);
}
.social_icons_par a.icn_vimeo {
  background-image: url(/imagens/icn_vimeo.svg);
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

.alinhadir {
  float: right;
  margin: 0 0 10px 10px;
}

.alinhaesq {
  float: left;
  margin: 0 10px 0 10px;
}

#form_news {
  margin: 0;
  padding: 0;
}

.error {
  background: #e31e1e;
}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=button], input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
}

#form_news .text2 {
  padding: 2px 5px;
  width: 200px;
  background: black;
  border: none;
  font: 400 14px "nexa_light_regular", Arial, sans-serif;
  color: white;
}

#form_news .text {
  margin-left: 5px;
  padding: 2px 5px;
  width: 250px;
  background: black;
  border: none;
  font: 400 14px "nexa_light_regular", Arial, sans-serif;
  color: white;
}

#form_news .botao {
  margin-left: 5px;
  padding: 2px 10px;
  background-color: black;
  color: white;
  border: none;
  font: 400 14px "nexa_light_regular", Arial, sans-serif;
  cursor: pointer;
}

#form_news .error {
  background-color: red;
}

@keyframes fadein {
  to {
    transform: opacity(1);
  }
}
.social_icons_page {
  font-size: 14px;
  /*
  bg colors:
  facebook: 3975ea
  instagram: 	#DD2A7B
  vimeo: #86c9ef
  */
}
.social_icons_page a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #666;
  border-radius: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  text-decoration: none;
  margin: 0 3px;
}
.social_icons_page a:first-of-type {
  margin-left: 0;
}
.social_icons_page a:hover {
  background-color: #000;
}
.social_icons_page a.icn_facebook {
  background-image: url(/imagens/icn_facebook.svg);
}
.social_icons_page a.icn_facebook:hover {
  background-color: #3975ea;
}
.social_icons_page a.icn_instagram {
  background-image: url(/imagens/icn_instagram.svg);
}
.social_icons_page a.icn_instagram:hover {
  background-color: #DD2A7B;
}
.social_icons_page a.icn_vimeo {
  background-image: url(/imagens/icn_vimeo.svg);
}
.social_icons_page a.icn_vimeo:hover {
  background-color: #86c9ef;
}

#menu {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  font-family: nexa_light_regular, sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  color: #000;
}
#menu .social_icons {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
#menu .social_icons a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #666;
  border-radius: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  text-decoration: none;
  margin: 0 3px;
}
#menu .social_icons a:first-of-type {
  margin-left: 0;
}
#menu .social_icons a:hover {
  background-color: #000;
}
#menu .social_icons a.icn_facebook {
  background-image: url(/imagens/icn_facebook.svg);
}
#menu .social_icons a.icn_instagram {
  background-image: url(/imagens/icn_instagram.svg);
}
#menu .social_icons a.icn_vimeo {
  background-image: url(/imagens/icn_vimeo.svg);
}
#menu.on {
  opacity: 1;
}
#menu:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 3px;
  height: 100%;
}
#menu #logo {
  display: block;
  text-align: left;
  line-height: 0.8;
  font-size: 40px;
  padding-bottom: 30px;
  border-bottom: solid 2px #333;
}
#menu #logo a {
  text-decoration: none;
}
#menu #logo a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#menu #logo a:hover span {
  opacity: 0.5;
}
#menu #logo span {
  display: block;
  color: #666;
  line-height: 1;
  font-size: 0.59em;
}
#menu #nav {
  display: block;
  margin-top: 20px;
}
#menu #nav li {
  color: #000;
  font-size: 17px;
  line-height: 1.75;
  text-transform: uppercase;
}
#menu #nav li a {
  color: inherit;
  text-decoration: none;
}
#menu #nav li a.active, #menu #nav li a:hover {
  color: #000;
  font-family: nexa_bold_regular, sans-serif;
}
#menu .copy {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
#menu .copy a {
  color: #666;
  text-decoration: none;
}

main {
  padding-left: 240px;
  min-height: 100%;
  height: 100%;
}

.clear {
  clear: both;
}

.full-width {
  width: 100%;
  height: auto;
}

.sound_bt {
  margin-top: 20px;
}
.sound_bt a {
  font-size: 15px;
}

#div3 {
  width: 50%;
  padding: 20px;
  position: absolute;
  right: -50%;
  bottom: 100px;
  background-color: rgba(255, 255, 255, 0.65);
}

#div3 .titulo {
  font-size: 16px;
  font-weight: bold;
}

#div3 a {
  font-size: 14px;
}

#div3 p {
  margin: 0;
  max-width: 500px;
  line-height: 1.2;
}

#div2 {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  min-height: 100%;
  padding: 103px 0 35px 60px;
  display: none;
}
#div2 #wrap {
  width: 650px;
  color: black;
  font: 15px "nexa_light_regular";
  padding-bottom: 20px;
}
#div2 #wrap #submenu {
  border-bottom: solid 2px black;
  padding-bottom: 25px;
}
#div2 #wrap #submenu li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-family: nexa_light_regular, sans-serif;
  font-size: 20px;
  border-left: solid 1px black;
  padding: 0 20px;
}
#div2 #wrap #submenu li:first-child {
  padding-left: 0;
  border-left: none;
}
#div2 #wrap #submenu li a {
  font-family: inherit;
  text-decoration: none;
  color: #000;
}
#div2 #wrap #submenu li a.active, #div2 #wrap #submenu li a:hover {
  font-family: nexa_bold_regular, sans-serif;
}
#div2 #cont {
  padding: 20px 0;
}
#div2 #cont .sep {
  height: 1px;
  border-bottom: dotted 1px #666;
  margin: 10px 0;
}
#div2 #cont .gallery {
  width: 150px;
  height: 150px;
  margin: 16.66px 0 0 0;
  margin-left: 16.66px;
  float: left;
}
#div2 #cont .fancy_link {
  width: 150px;
  height: 150px;
  display: block;
}
#div2 #cont .hor {
  background-size: auto 150px;
}
#div2 #cont .ver {
  background-size: 150px auto;
}
#div2 #cont .gallery:nth-child(4n+1) {
  margin-left: 0;
}

#submenu li#submenu li a {
  font: 21px "nexa_light_regular";
  color: black;
  text-decoration: none;
}

#submenu li a:hover, #submenu li a.active {
  font: 21px "nexa_bold_regular";
  color: black;
}

/*
#div3 {
	width: 50%;
	padding: 20px;
	position: absolute;
	right: -50%;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.75);
	background-color: #C00;
}
#div3 .titulo {
	font-size: 16px; font-weight: bold;
}
#div3 a {
	font-size: 14px;
}

#slideshow {
	width: 100%;
	height: 100%;
	z-index: -10;
	position: absolute;
	left: 0; top: 0;
}
#slideshow div {
height: 100%;
	width: 100%; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.bg1 {	
	background-image: url(/imagens/bg1.jpg);

}
.bg2 {
	background-image: url(/imagens/bg2.jpg);


}
.bg3 {
	background-image: url(/imagens/bg3.jpg);
}

.bg4 {
	background-image: url(/imagens/bg4.jpg);
}
.bg5, .bg6 {
	background-image: url(/imagens/bg1.jpg);
}

#div1 {
	color: white; 
	height: 100%;
	width: 250px;
	background-color: black;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
}
#menu, #menu li, #menu-2, #menu-2 li {
	margin: 0;
	padding: 0;
}
#menu li, #menu-2 li {
	display: block;
	font: 18px 'nexa_light_regular';
	line-height: 1.5;
}
#menu li a {
	font: 18px 'nexa_light_regular';
	color: white;
	text-decoration: none;
}
#menu-2 li a {
	font: 17px 'nexa_light_regular';
	color: black;
	text-decoration: none;
	background-color: white;
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
}
#menu-2 li a:hover {
	font: 17px 'nexa_light_regular';
	color: black;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;

}
#menu li a:hover, #menu li a.active {
	font: 18px 'nexa_light_regular';
	color: white;
	text-decoration: none;
}
#menu li a.active {
	text-decoration: underline !important;	
}
#menu_ph {
	width: 174px;
	margin: 30px auto 0 auto;
	opacity: 0.75;
}
#logo {
	margin: 37px auto 0 auto;
	padding-bottom: 30px;
	width: 174px;
	height: 91px;
	border-bottom: solid 2px white;
	opacity: 0.75;
}
#wrap {
	padding-left: 50px;
	width: 650px;
	color: black;
	font: 15px 'nexa_light_regular';
	padding-bottom: 20px;
}
#wrap a {
	text-decoration: underline;
}

.copy {
	position: absolute;
	left: 37px;
	bottom: 18px;
	width: 174px;
	text-align: center;
	font: 12px 'nexa_slab_light_italic';
	opacity: 0.75;
}
.copy a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}


#video-bg {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 1;
}
#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}
*/
#cont.blog {
  padding: 20px 0;
  margin: 0;
}
#cont.blog p {
  margin: 10px 0;
}
#cont.blog p:first-child {
  margin-top: 0;
}
#cont.blog p.title {
  text-transform: uppercase;
  font-family: "nexa_bold_regular", sans-serif;
}
#cont.blog p.title a {
  text-decoration: none;
}
#cont.blog p.title a:hover {
  text-decoration: underline;
}
#cont.blog p.lead {
  line-height: 1.2;
}
#cont.blog p.lead a {
  text-decoration: none;
}
#cont.blog p.lead a:hover {
  text-decoration: underline;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #FAFAFA;
}

#tcs_loaderbox {
  border: 2px solid #f3f3f3;
  /* Light grey */
  border-top: 2px solid #AAA;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#bt_ph {
  position: fixed;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  display: none;
}

#bt_ph a {
  font-family: "nexa_light_regular", sans-serif;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
