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

html, * {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #000;
	margin: 30px;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
}

p {
	margin-bottom: 1.2em;
}

h1 {
	color: #666;
	margin: 0;
	font-size: 28px;
	text-align: center;
}

h2 {
	color: #999;
	margin: 0.5em 0 1.5em;
	font-size: 22px;
	text-align: center;
}

h3 {
	color: #333;
	margin: 1.5em 0 1em;
	font-size: 22px;
	text-align: center;
}

a:link,
a:visited {
	background: #333;
	color: #fff;
	padding: 3px 5px;
	text-decoration: none;
}

a:hover,
a:active {
	background: #666;
	color: #fff;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: center;
	text-align: center;
}

.clear {
	clear: both;
}

#main {
	min-width: 300px;
	max-width: 1300px;
	margin: auto;
}

@media only screen and (min-width: 480px) {

body {
		font-size: 16px;
	}

}

@media only screen and (min-width: 1024px) {
	
	body {
		font-size: 18px;
	}

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

}

/* ----- ELEMENTOS COMUNS ---------------------------------------------------------------------- */

#erika-sarti {
	text-align: center;
}

.veja-tambem {
	margin: 40px auto;
	text-align: center;
}

.veja-tambem span,
.veja-tambem a {
	width: 300px;
	margin: 0 auto 0.5em;
	display: block;
}

@media only screen and (min-width: 480px) {

	.veja-tambem span,
	.veja-tambem a {
		width: 380px;
	}

}

@media only screen and (min-width: 1024px) {

	.veja-tambem span,
	.veja-tambem a {
		width: auto;
		display: inline-block;
	}

}

.sharethis-inline-share-buttons {
	margin: 60px 0;
}

.adsbygoogle {
	margin: 60px auto;
	text-align: center;
}

/* ----- PÁGINA INICIAL ------------------------------------------------------------------------ */

.page-main .home {
	width: 480px;
	margin: 0 auto 40px;
}

.link-home {
	border: 1px solid #999;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	width: 300px;
	height: 150px;
	margin: 20px auto;
	padding: 0 !important;
}

.link-home span {
	background: #fff;
	color: #666;
	padding: 10px;
	display: block;
	text-align: center;
}

.link-home small {
	color: #FF4500;
	font-size: 14px;
	font-weight: bold;
}

.link-tabela-cores {
	background-image: url('tabela-cores/miniatura.png');
}

.link-tabela-cores-websafe {
	background-image: url('tabela-cores-seguras-web-safe/miniatura.png');
}

.link-tabela-acentuacao {
	background-image: url('acentuacao-caracteres-especiais/miniatura.png');
}

.link-tabela-simbolos {
	background-image: url('dingbats-simbolos-desenhos/miniatura.png');
}

@media only screen and (min-width: 800px) {

	.page-main .home {
		width: 680px;
	}

	.link-home {
		margin: 20px;
		height: 300px;
		float: left;
	}

}

@media only screen and (min-width: 1024px) {

	.link-home span {
		font-size: 16px;
		padding: 10px 50px;
	}
	
}

@media only screen and (min-width: 1366px) {

	.page-main .home {
		width: 1280px;
		margin-bottom: 60px;
	}

	.link-home {
		margin: 10px;
		height: 500px;
	}

	.link-home span {
		font-size: 20px;
	}

}

/* ----- TABELA DE CORES ----------------------------------------------------------------------- */

.page-tabela-cores {
	margin-bottom: 240px;
}

#fundo {
	background: #000;
	color: #fff;
	border-bottom: 1px #fff solid;
	width: 100%;
	height: auto;
	padding: 15px;
	position: fixed;
	left: 0;
	bottom: 0;
	line-height: 2;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#fundo button {
	width: 200px;
	margin: 10px;
	padding: 8px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

#como-usar {
	background: LightYellow;
	border: 2px Moccasin dotted;
	width: 100%;
	max-width: 500px;
	margin: 20px auto 50px;
	padding: 15px;
	line-height: 1.5;
}

.tabela-cores {
	margin: auto;
	width: 100%;
	max-width: 600px;
}

.tabela-cores td {
	padding: 10px;
}

.tabela-cores .n {
	font-weight: bold;
}

.tabela-cores-websafe {
	margin: auto;
	font-size: 12px;
}

.tabela-cores-websafe td {
	width: 70px;
	padding: 5px 0;
}

/* remover */

#tabela-websafe table {
    font-size: 12px;
    color: #FFF;
    margin: auto;
}

#tabela-websafe td {
	padding: 10px 5px;
}

/* fim */

@media only screen and (min-width: 600px) {
	
	.tabela-cores-websafe {
		font-size: 14px;
	}

	.tabela-cores-websafe td {
		width: 90px;
		padding: 10px 0;
	}

}

@media only screen and (min-width: 800px) {
	
	#fundo p {
		display: inline-block;
		margin: 0;
	}

	.tabela-cores-websafe {
		font-size: 16px;
	}

	.tabela-cores-websafe td {
		padding: 10px;
	}

}

@media only screen and (min-width: 1024px) {
	
	.coluna-tabela-cores {
		width: 50%;
		margin-bottom: 60px;
		padding: 0 30px;
		float: left;
	}
	
}

/* ----- CARACTERES ESPECIAIS ------------------------------------------------------------------ */

#caracteres-menu {
	max-width: 1200px;
	margin: 20px auto;
	line-height: 2;
	text-align: center;
}

.tabela-acentos {
	width: 100%;
	margin: auto;
	table-layout: fixed;
}

.tabela-acentos td {
	padding: 5px 10px;
	text-align: left;
}

.tabela-acentos tr:nth-child(odd) {
	background-color: #eee;
}

.tabela-acentos .c {
	width: 20%;
	font-size: 30px;
	text-align: center;
	font-family: Arial,sans-serif;
}

.tabela-acentos .d {
	width: 45%;
}

.tabela-acentos .subsob {
	color: #DDD;
}

.topo {
	margin: 10px auto 20px;
	display: inline-block;
	width: auto;
	font-size: 12px;
}

@media only screen and (min-width: 800px) {
	
	.container-tabela-acentos {
		margin: auto;
		max-width: 800px;
	}

	.tabela-acentos-esquerda,
	.tabela-acentos-direita {
		width: 50%;
		float: left;
	}
		
}
