/* CSS Document */

#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/spin.gif) 50% 50% no-repeat #fff;
}

/* Básico */

html, body {
	height: 99.9%;
} 
body {
	font-size: 62.5%;
}
* {
	margin: 0px;
	padding: 0px;
}
*, *: before, *: after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
#tudo { 
	width: 100%;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
}
#conteudo {
	max-width: 1024px;
	width: 53,33333333333333%; /* 1024px / 1920px */
	margin: 60px auto auto;
	padding: 0 15px 0 15px;
}
* html #tudo {
	height: 100%;
}

/* /Básico */

/* side bar *************************************************************/
#sidebartoggler{
	display:none;
}
.hamb{
	width: 25px;
	height: 3px;
	background: #000;
	margin-bottom: 5px;
	display: none;
}
#navbar{
	height: 45px;
	width: 45px;
	position: absolute;
	z-index: 9999;
	right: 0px;
}
.page-content {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	background: #000000;
	display: none;
	transition: .8s;
}
.toggle {
	text-decoration: none;
	font-size: 30px;
	color: black;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	cursor: pointer; 
	transition: .8s;
}

.sidebar {
	position: absolute;
	top: 0;
	bottom: 0px;
	right: -240px;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	width: 180px;
	padding: 30px;
	padding-top: 75px;
	background: #ffffff;
	z-index: 3;
	overflow: auto;
	transition: .6s;
}  
.sidebar ul {
    list-style: none;
}
.sidebar li{
	margin-bottom: 15px;
}
.sidebar li, li a{
    color: #000;
    font-family: "Raleway", sans-serif;
	font-size: 16px;
}
.sidebar li a:hover {
      color: #aaa;
}
.sidebar .mostras, .imprensa{
	margin-top: 15px;
}
.sidebar .m_lateral {
	margin: 12px auto auto 15px;
}
.sidebar .m_lateral, .m_lateral a{
	font-size: 13px;
}
#sidebartoggler {
  	display: none; 
}
#sidebartoggler:checked + .page-wrap .sidebar {
    right: 0px; 
    transition: .6s;
}
#sidebartoggler:checked + .page-wrap {
    right: -240px; 
    transition: .6s;
}
#sidebartoggler:checked + .page-wrap .page-content {
	display: block;
    opacity: .5;   
}

/* /sidebar */

/* Topo */

#topo {
	width: 100%;
	height: 100px;
}
.header_cont {
	position: relative;
	padding-top: 15px;
	margin: auto;
	max-width: 1024px;
	width: 53,33333333333333%; /* 1024px / 1920px */
}
.logo {
	width: 95px;
	height: 100px;
	float: left;
	background: url(../images/logo.svg) center center;
	background-size: cover;
}
.area_menu {
	width: 700px;
	height: 100px;
	float: right;
	position: relative;
	display: table;
}
#menu ul {
	padding: 0px;
	list-style: none;
	position: absolute;
	right: 0;
	display: inline-block;
}
#menu ul li {
	float: left;
	margin-right: 20px;
	text-align: center;
}
#menu ul li:last-child {
	margin-right: 0px;
}
.menu_span {
	position: relative;
	top: 41px;
}
#menu ul li div{
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	color: #000;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	margin: 0 auto auto;
	border: 2px solid rgba(0, 0, 0, 0.0);
}
#menu ul li div:hover{
	border: 2px solid #000;
}

/* /Topo */

/* Conteúdo */

#conteudo {
	padding-bottom: 80px;
}
#principal {
	width: 40%;
	float: left;
}
#auxiliar {
	width: 60%;
	float: right;
}
#auxiliar, #principal {
	height: auto;
}

/* /Conteúdo */

/* Foto */
#foto {
	position: relative;
}
#foto img {
	position: relative;
	width: 100%;
}
/* /Foto */

/* Texto */

#texto p {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	margin: auto auto 1em 30px;
}
#texto p:last-child {
	margin-bottom: auto;
}

/* /Texto */

/* Rodapé */

#rodape {
	width: 100%;
	height: 38px;
	position: absolute;
	bottom: 0;
	margin-bottom: 15px;
}
.footer_cont {
	max-width: 1024px;
	margin: 0 auto;
	width: 53,33333333333333%; /* 1024px / 1920px */
}
.creditos {
	width: 440px;
	height: 38px;
	float: left;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
}
.creditos p {
	padding-top: 15px;
}
.social {
	width: 176px;
	height: 38px;
	margin-top: 0;
	float: right;
}
.assinatura {
	text-decoration: none;
	color: #000;
}
.assinatura:hover{
	color: #ccc;
}
.btn_insta, .btn_twitt, .btn_flickr, .btn_blogg {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	float: left;
	margin-left: 8px;
	border: 2px solid rgba(0, 0, 0, 0.0);
}
.btn_insta {
	background: url(../images/instagram_p.png) center center no-repeat;
	margin-left: 0;
}
.btn_twitt {
	background: url(../images/twitter_p.png) center center no-repeat;
}
.btn_flickr {
	background: url(../images/flickr_p.png) center center no-repeat;
}
.btn_blogg {
	background: url(../images/blogger_p.png) center center no-repeat;
}
.btn_insta:hover, .btn_twitt:hover, .btn_flickr:hover, .btn_blogg:hover {
	border: 2px solid #000;
	display: block;
}

/* /Rodapé */

/* Media Queries*/

@media screen and (max-width: 1056px){
.logo {
	margin-left: 5px;
}
.area_menu {
	margin-right: 5px;
}
.creditos {
	margin-left: 5px;
}
.social {
	margin-right: 5px;
}
}
@media screen and (max-width: 1044px){
.logo {
	margin-left: 15px;
}
.area_menu {
	margin-right: 15px;
}
.creditos {
	margin-left: 15px;
}
.social {
	margin-right: 15px;
}
}
@media screen and (max-width: 1019px){

}
@media screen and (max-width: 986px){

}
@media screen and (max-width: 936px){

}
@media screen and (max-width: 889px){

}
@media screen and (max-width: 849px){

}
@media screen and (max-width: 845px){
#topo {
	height: 84px;
}
.logo {
	width: 80px;
	height: 84px;
}
.area_menu {
	width: 580px;
	height: 84px;
}
#menu ul li {
	margin-right: 15px;
}
.menu_span {
	top: 33px;
}
#menu ul li div{
	font-size: 12.5px;
	width: 80px;
	height: 80px;
}
#principal {
	width: 50%;
}
#auxiliar {
	width: 50%;
}
}
@media screen and (max-width: 810px){
#principal {
	width: 45%;
}
#auxiliar {
	width: 55%;
}
}
@media screen and (max-width: 776px){

}
@media screen and (max-width: 744px){
#principal {
	width: 40%;
}
#auxiliar {
	width: 60%;
}
#texto p {
	font-size: 12.5px;
}
}
@media screen and (max-width: 715px){

}
@media screen and (max-width: 713px){
#conteudo {
	margin-top: 20px;
	padding-bottom: 90px;
}
#topo {
	height:85px;
}
.logo {
	width: 61px;
	height: 64px;
}
.area_menu {
	display:none;
}
#sidebartoggler{
	display: none;
}
.hamb{
	display: block;
}
#rodape {
	height: 38px;
}
.footer_cont {
	margin: 0px auto 10px auto;
}
.creditos {
	width: 270px;
	margin: auto auto auto 15px;
	font-size: 14px;
}
.creditos p {
	padding-top: 0px;
}
.hifen{
	display:none;
}
.social {
	margin: auto 15px auto auto;
}
}
@media screen and (max-width: 672px){

}
@media screen and (max-width: 645px){

#texto p {
	font-size: 13px;
}
}
@media screen and (max-width: 629px){

}
@media screen and (max-width: 584px){

}
@media screen and (max-width: 548px){
#conteudo {
	padding-bottom: 120px;
}
#rodape {
	height: 88px;
}
.creditos {
	height: 50px;
	margin: auto;
	float: none;
	text-align: center;
}
.social {
	margin:auto;
	float: none;
}
#principal {
	float: none;
	width: 80%;
	padding: 0;
	margin: 0 auto 0px;
}
#auxiliar {
	float: none;
	width: 100%;
	margin: 20px auto 20px;
}
#texto p {
	margin: auto auto 1.5em;
}
}
@media screen and (max-width: 540px){

}
@media screen and (max-width: 479px){

}
@media screen and (max-width: 419px){

}
@media screen and (max-width: 388px){

}
@media screen and (max-width: 376px){

}
@media screen and (max-width: 335px){
.logo {
	width: 46px;
	height: 48px;
}
#conteudo {
	padding-bottom: 95px;
	margin-top: 0px;
}
#rodape {
	height: 76px;
}
.creditos {
	width: 220px;
	height: 42px;
	font-size: 12px;
}
}
@media screen and (max-width: 320px){

}
@media screen and (max-width: 300px){
#tudo {
	width: 280px;
}
}

/* /Media Queries */

.clear {
	clear:both;
}

.clearfix: before, .clearfix: after {
	content: " ";
	display: table;
}

.clearfix: after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}