/* Folha de estilos geral. */

*, *:before, *:after { 
 -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box; 
 box-sizing: border-box; 
}
html, body { 
 height: 100%; 
 width: 100%;
}
body {
 font-family: 'ITC Kabel Std Book', Candara, Arial, Helvetica, sans-serif;
 font-size: 15px;
 line-height: 20px;
 text-transform: none;
 text-decoration: none;
 letter-spacing: 0.1em;
 color: rgb(0,0,0);
 margin: 0px;
 padding: 0px;
 display: table;

 background: rgb(230,230,231); 
 background-image: url(../imagens/fundo.jpg);
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center;
}

main, footer {
	width: 90%;
 display: table;
 z-index: 1;
}
header, footer {
	margin: 0 auto;
}
header {
	position: fixed;
 z-index: 10;
}
main {
 max-width: 1200px;
	margin: 20px auto;
}

.logo_vertical {
 float: right; 
 width: 8%; 
 max-width: 50px; 
 text-align: right; 
 padding: 20px 0 20px;
}
.barra_logo {
 float: right; 
 width: 7px; 
 height: 150px; 
 background: rgb(240,240,241); 
 margin: 20px 10px 40px;
}
.corpo {
 width: calc(100% - 8% - 7px - 20px);
}

a { 
 text-transform: none;
 text-decoration: none;
 color: rgb(30,30,30);
 letter-spacing: 0.1em;
}
a:hover {
 font-weight: bold; 
 letter-spacing: 0.12em;
}
a img {
 border: none;
}
a:hover img {
 opacity: .80; 
}

b {
 font-family: 'ITC Kabel Std Demi', Candara, Arial, Helvetica, sans-serif;
}

h2 {
 margin-bottom: 30px;
}
h2 b {
 font-size: 120%;
}

.breve { 
 font-size: 82%; 
 color: #000000; 
 text-align: center; 
 word-spacing: 0.2em; 
}

.pequeno {
 font-size: 90%;
}
.x_pequeno {
 font-size: 80%;
}

.contentor_ilustrador {
 max-width: 300px;
 margin: 15px; 
 border: 1px solid rgb(240,240,241); 
 border-radius: 10px; 
 padding: 20px; 
 box-shadow: 0 0 5px 2px rgba(80,80,82,.5);
 color: rgb(250,250,251); 
 text-shadow: 2px 2px 2px rgb(80,80,82);
 font-size: 170%;
 float: left;
 background: rgba(0,0,0,.3);
}
.cxa_ilustrador {
 position: relative;
 width: 100%;
 padding-top: 100%; 
}
.ilustrador {
 position: absolute;
 top: 100px;
 left: 0;
 bottom: 0;
 right: 0;
 text-align: center;
 line-height: 26px; 
 cursor: pointer;
}


/* Sobretudo para Smartphones */
@media only screen and (max-width: 699px) {
body {
 font-size: 14px;
 line-height: 18px;
}

main {
 padding-top: 30px;
	height: calc(100% - 280px);
}

footer {
	height: 240px;
}
footer .coluna1 {
 width: 100%;
 padding-top: 20px;
}
footer .coluna2 {
 width: 80%;
 padding: 20px 0 10px;
 margin: auto;
 display: table;
}

.coluna25 {
 width: 50%;
 float: left;
}
.coluna40 {
 width: 100%;
}
.coluna50 {
 width: 100%;
}
.coluna60 {
 width: 100%;
}

.logo_vertical {
 max-width: 36px; 
}
.barra_logo {
 width: 6px; 
 height: 100px; 
}
}
/* Para todos os outros */
@media only screen and (min-width: 700px) {
main {
	height: calc(100% - 150px);
}

footer {
	height: 110px;
}
footer .coluna1 {
 width: 70%;
 float: left;
 padding-top: 20px;
 margin-right: 10%;
}
footer .coluna2 {
 width: 15%;
 float: left;
 padding-top: 20px;
}

.coluna25 {
 width: 25%;
 float: left;
}
.coluna40 {
 width: 40%;
 float: left;
}
.coluna50 {
 width: 50%;
 float: left;
}
.coluna60 {
 width: 60%;
 float: left;
}
}

@media only screen and (max-width: 599px) {
.contentor_ilustrador {
 width: calc(100% - 30px); 
}
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
.contentor_ilustrador {
 width: calc(100% / 2 - 30px); 
}
}
@media only screen and (min-width: 960px) {
.contentor_ilustrador {
 width: calc(100% / 4 - 30px); 
}
}
