/* Inicio Estilos Fontes */

@font-face {
    font-family: 'pt_serif';
    src: url('fonts/PTF75F-webfont.eot');
    src: url('fonts/PTF75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTF75F-webfont.woff') format('woff'),
         url('fonts/PTF75F-webfont.ttf') format('truetype'),
         url('fonts/PTF75F-webfont.svg#pt_serifbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'pt_serif';
    src: url('fonts/PTF76F-webfont.eot');
    src: url('fonts/PTF76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTF76F-webfont.woff') format('woff'),
         url('fonts/PTF76F-webfont.ttf') format('truetype'),
         url('fonts/PTF76F-webfont.svg#pt_serifbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'pt_serif';
    src: url('fonts/PTF56F-webfont.eot');
    src: url('fonts/PTF56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTF56F-webfont.woff') format('woff'),
         url('fonts/PTF56F-webfont.ttf') format('truetype'),
         url('fonts/PTF56F-webfont.svg#pt_serifitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'pt_serif';
    src: url('fonts/PTF55F-webfont.eot');
    src: url('fonts/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTF55F-webfont.woff') format('woff'),
         url('fonts/PTF55F-webfont.ttf') format('truetype'),
         url('fonts/PTF55F-webfont.svg#pt_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'deaaz';
    src: url('fonts/mp-light-webfont.eot');
    src: url('fonts/mp-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/mp-light-webfont.woff') format('woff'),
    url('fonts/mp-light-webfont.ttf') format('truetype'),
    url('fonts/mp-light-webfont.svg#entyporegular') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'deaaz';
    src: url('fonts/mp-regular-webfont.eot');
    src: url('fonts/mp-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/mp-regular-webfont.woff') format('woff'),
    url('fonts/mp-regular-webfont.ttf') format('truetype'),
    url('fonts/mp-regular-webfont.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'deaaz';
    src: url('fonts/mp-black-webfont.eot');
    src: url('fonts/mp-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/mp-black-webfont.woff') format('woff'),
    url('fonts/mp-black-webfont.ttf') format('truetype'),
    url('fonts/mp-black-webfont.svg#entyporegular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'deaaz';
    src: url('fonts/mp-black-webfont.eot');
    src: url('fonts/mp-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/mp-black-webfont.woff') format('woff'),
    url('fonts/mp-black-webfont.ttf') format('truetype'),
    url('fonts/mp-black-webfont.svg#entyporegular') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?37562271');
    src: url('fonts/fontello.eot?37562271#iefix') format('embedded-opentype'),
         url('fonts/fontello.woff?37562271') format('woff'),
         url('fonts/fontello.ttf?37562271') format('truetype'),
         url('fonts/fontello.svg?37562271#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Fim Estilos Fontes */

/* Inicio Estilos Gerais do CSS */

body {
	font-size: 0.9em;
    font-family: 'pt_serif';
	background-color: #fff;
    font-weight: 300;
    color: #605f5d;
}
.wrap {
	margin: 0 10%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'deaaz';
    padding: 0 0 8px 0;
}
h2 {
    margin: 0 0 0 14px;
    color: #ad171c;
    text-transform: uppercase;
}
h2 a {
    color: #ad171c;
    text-transform: uppercase;
}
h2 a:hover {
    color: #731215;
}
hr {

}
p {
	line-height: 1.4em;
}
a {
    text-decoration: underline; 
    color: #605f5d; 
    font-weight: bold;
    cursor: pointer;
}
a:hover {
    color: #daa00f;
}
strong {
    font-weight: bold;
}
.btn {
    padding: 6px 20px;
    font-family: 'deaaz';
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 0.8em;
    border: 1px solid transparent;
    cursor: pointer;
}
.link {
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
}

.amarelo { background-color: #e8b330;border: 1px solid transparent; }
.txt-amarelo { color: #e8b330; }
a:hover.amarelo { background-color: #daa00f; color: #fff; }

.marrom {background-color: #855a25; border: 1px solid transparent; }
.txt-marrom { color: #855a25; }
a:hover.marrom { background-color: #5d3f1a; }

.vermelho { background-color: #ad171c; border: 1px solid transparent; }
.txt-vermelho { color: #ad171c; }
a:hover.vermelho { background-color: #731215; }

.bordo { background-color: #a18485; }
.txt-bordo { color: #a18485; }

.col1-3 {
    position: relative;
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
}
.col2-3 {
    width: 66.6%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
}
.col3-3 {
    width: 100%;
    display: block;
    vertical-align: top;
    clear: both;
    position: relative;
}

/* Fim Estilos Gerais do CSS */

/* Inicio Estilos Barra Topo */

#barra-topo {
	background-color: #f1eee9;
	position: fixed;
	width: 100%;
    height: 50px;
    z-index: 1000000;
}
.logo-reduzida {
    background-image: url("../imagens/logo-simbolo.svg");
    display: none;
    width: 58px;
    height: 32px;
    margin: 10px 0 0 12px;
    float: left;
}

/* Inicio Estilos NAV Menu */

nav {
    float: left;
    font-family: 'deaaz';

    margin: 12px 0 0 25px;
}
nav ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
nav ul li {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    padding: 0
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #605f5d;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 1em;
    line-height: 2em;
    width: 100%;
}
nav ul li a:hover {
    color: #c4161c;
}
nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #e1d8c9;
    padding: 0;
}
nav ul ul li {
    float: none;
    width: 200px;
}
nav ul ul li:hover {
    background-color: #e8b330;
    width: 100%;
}
nav ul ul li a:hover {
    color: #fff;
}

nav ul ul a {
    text-transform: none;
    line-height: 120%;
    padding: 10px 15px;
    font-weight: normal;
}
nav ul ul ul {
    top: 0;
    left: 100%;
}
nav ul li:hover > ul {
    display: block;
}

/* Inicio Estilos NAV Menu */

.login {
    float: right; 
    margin: 16px 0 0 0;
}
.login a:hover {
	color: #fff;
}
.logged {
    font-family: 'deaaz';
    float: right; 
    margin: 16px 0 0 0;
}
.logged a {
    margin: 0 0 0 12px;
}
.logged strong {
    font-family: 'deaaz';
}

/* Fim Estilos NAV Menu */

.toggle-menu {
    display: none;
    position: absolute;
    z-index: 20000;
    width: 30px;
    top: 0;
    font-family: 'fontello';
    color: #674012;
    top: 10px;
    right: 20px;
    font-size: 2em;
    font-weight: normal;
    text-decoration: none;
}
.script-menu-responsivo {
    display: none;
}
/* Fim Estilos Barra Topo */

/* Estilos da Coluna Tag */

.botao-abrir-menu-tag {
	background-image: url(../images/btn-conjunto-tags.png);
	position: fixed;
	width: 42px;
	height: 23px;
	display: none;
	top: 60px;
	left: 0px;
	cursor: pointer;
	z-index: 100;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover.botao-abrir-menu-tag {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.box-tags {
	font-family: 'deaaz';
	z-index: 1000;
	width: 300px;
	position: fixed;
	top: 0px;
	padding: 0 0 0 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f1eee9;
	-webkit-box-shadow: 3px 3px 60px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 60px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 60px 0px rgba(0,0,0,0.2);
}
.coluna_tags {
	z-index: 1000;
	width: 100%;
	position: relative;
	top: 0;
	padding: 0 0 0 0;
	left: 0;
	height: calc(100% - 40px);
	overflow-y: auto;
	overflow-x: hidden;
}
.fechado {
    -webkit-transition: all 0.7s ease;                  
    -moz-transition: all 0.7s ease;                 
    -o-transition: all 0.7s ease;   
    -ms-transition: all 0.7s ease;          
    transition: all 0.7s ease;
	left: -390px;
}
.aberto {
	left: 0px;
    -webkit-transition: all 0.7s ease;                  
    -moz-transition: all 0.7s ease;                 
    -o-transition: all 0.7s ease;   
    -ms-transition: all 0.7s ease;          
    transition: all 0.7s ease;
}
.coluna_tags form {
	display: block;
	width: 100%;
	clear: both;
}
#resultado_busca_tags {
	display: table;
	background-color: transparent;
	height: 100%;
	width: 96%;
	overflow: auto;
	padding: 0px 10px 0 8px;
	position: relative;

}
#resultado_busca_tags ul {
	display: block;
	padding: 0;
	margin: 0;
	height: 100%;
}
#resultado_busca_tags li {
	clear: both;
	width: 100%;
	height: auto;
	background-color: transparent;
	position: relative;
	margin: 0 0 5px 0;
}
#resultado_busca_tags li div {
	background-color: #e9b73b;
	height: 24px;
}
#resultado_busca_tags li span {
	font-weight: normal;
	line-height: 1.4em;
	font-size: 0.9em;
	display: block;
	width: 98% !important;
	position: absolute;
	top: 5px;
	left: 6px;
	color: #6d6d6f;
	height: 18px; 
	overflow: hidden;
}
#resultado_busca_tags li a:hover span {
	color: #321f08;
}
#campo_busca_tags {
    position: relative;
    top: 0;
    left: 0px;
    width: 300px;
    height: 40px;
    z-index: 1000;
}
#campo_busca_tags input {
    position: relative;
    width: 84%;
    height: 22px;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 2px solid #fcb13e;
}
#campo_busca_tags img {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 15px;
    height: 15px;
}
#campo_busca_tags .fechar-coluna-tag {
	float: right;
	margin: 9px 4px 0 0;
	color: #949597;
}
#campo_busca_tags a:hover.fechar-coluna-tag {
	text-decoration: none;
	color: #000;
}

/* Inicio Estilos Top */

.top {
    padding: 88px 0 30px 0;
}
.top .col1-3 {
    vertical-align: bottom;
}
.logo-ppal h1 a {
    display: block;
}
.logo-ppal img {
    width: 60%;
    margin: 0 0 0 14px;
}
.botoes-top {
    margin: 1% 0 20px 0;
    width: 280px;
}
.botoes-top li {
    text-align: center;
    display: inline-block;
    width: 32%;
}
.botoes-top li a {
    cursor: pointer;
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
}
.botoes-top li a:hover {
    color: inherit;
}
.botoes-top li a span {
    display: block;
}
.botoes-top li a em {
    display: block;
    font-style: normal;
    font-family: 'deaaz';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.botoes-top .icone {
    margin: 0 auto;
    display: none;
    width: 45px;
    height: 45px;
}
.botoes-top .btn-conte-historia .icone { background-image: url("../imagens/ico-historia.png"); }
.botoes-top .btn-monte-colecao .icone { background-image: url("../imagens/ico-colecao.png"); }
.botoes-top .btn-faca-doacao .icone { background-image: url("../imagens/ico-doacao.png"); }
.botoes-top .btn-conte-historia em { color: #ad171c; }
.botoes-top .btn-monte-colecao em { color: #855a25; }
.botoes-top .btn-faca-doacao em { color: #e8b330; }
.botoes-top a:hover.btn-conte-historia em { color: #731215; }
.botoes-top a:hover.btn-monte-colecao em { color: #5d3f1a; }
.botoes-top a:hover.btn-faca-doacao em { color: #daa00f; }

.selecionar-tipo {
    background-color: #f2f0eb;
    padding: 5px;
    border: 1px solid #d5b186;
    color: #b97d35;
    display: inline-block;
    vertical-align: top;
    width: 100px;
}
.busca-palavra-chave {
    width: calc(100% - 100px);
    background-color: #fff;
    padding: 5px 30px 5px 5px;
    height: 30px;
    border: 1px solid #d5b186;
    color: #b97d35;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -5px;
}
.enviar-busca {
    width: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    font-family: 'fontello';
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1.5em;
    color: #b97d35;
}
input:hover.enviar-busca {
    color: #93632a;
}
.busca-avancada {
    font-family: 'deaaz';
    float: right;
    cursor: pointer;
    font-size: 0.8em;
    padding: 7px 3px 0 0;
    font-weight: normal;
}
.top .redes-sociais {
    padding: 40px 0 20px 0;
    font-family: 'fontello';
    text-align: right;
}
.top .redes-sociais {
}
.top .redes-sociais li {
    display: inline-block;
}
.top .redes-sociais li a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: normal;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    width: 32px;
    display: block;
    text-align: center;
    color: #fff;
}

.top .redes-sociais li a.googleplus { background-color: #d03324; }
.top .redes-sociais li a.instagram { background-color: #47403b; }
.top .redes-sociais li a.facebook { background-color: #3c5b9b; }
.top .redes-sociais li a.twitter { background-color: #40cdd7; }
.top .redes-sociais li a.youtube { background-color: #fe3432; }
.top .redes-sociais li a:hover { background-color: #d0aa7c; }

/* Fim Estilos Top */

/* Inicio Estilos Destaques Home */

.swiper-container {
    width: 100%;
    height: 343px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.swiper-container .info {
    display: block;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    vertical-align: bottom;
}
.swiper-container .titulo {
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 1.5em;
    padding: 0 0 2px 0;
    color: #fff;
    -webkit-text-shadow: 2px 2px 0 #000;
    -moz-text-shadow: 2px 2px 0 #000;
    text-shadow: 2px 2px 0 #000;
}
.swiper-container .descricao {
    font-family: 'deaaz';
    text-align: left;
    display: block;
    width: 100%;
    line-height: 1.2em;
    font-size: 0.9em;
    color: #fff;
    -webkit-text-shadow: 2px 2px 0 #000;
    -moz-text-shadow: 2px 2px 0 #000;
    text-shadow: 2px 2px 0 #000;
}
.swiper-container .grad {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    background: rgba(231,56,39,0);
    background: -moz-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 4%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,56,39,0)), color-stop(4%, rgba(176,43,30,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 4%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 4%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 4%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 4%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#000000', GradientType=0 );
}
.swiper-container .swiper-pagination {
    text-align: right;
    position: absolute;
    display: block;
    top: 10px;
    padding: 0 10px 0 0;
    height: 20px;
}
.swiper-container .swiper-pagination span {
    text-align: right;
}
/* Fim Estilos Destaques Home */

/* Inicio Estilos Notícias Home */

.noticias-home {

}
.noticias-home {
    padding: 0 0 0 8px;
}
.noticias-home li {
    margin: 0 0 6px 0;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    height: 110px;
    overflow: hidden;
}
.noticias-home li:last-child {
    border-bottom: 1px solid transparent;
}
.noticias-home li a {
    cursor: pointer;
    margin: 10px 10px 0 10px;
    display: inline-block;
    vertical-align: top;
}
.noticias-home li a img {   
    width: 78px;
    height: 78px;
    margin: 0;
}
.noticias-home li div {
    display: inline-block;
    width: calc(100% - 30px);
    padding: 10px 0 0 0;
    margin: 0 0 0 10px;
    vertical-align: top;
}
.noticias-home li div span {
    font-family: 'deaaz';
    font-size: 0.8em;
}
.noticias-home li div a {
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: black;
    font-size: 1.1em;
    text-decoration: none;
}

/* Fim Estilos Notícias Home */

/* ----- Inicio dos Estilos dos Banners Destaque da Home ------ */  

.video-destaque-desktop {  }

.container-banner-video-new {
    margin: 14px 0 0 0;
    overflow: hidden;
}
.container-banner-video-new .galeria-destaque {
  overflow: hidden;
}
.container-banner-video-new ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0 0 20px 0;
    height: 250px; 
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.container-banner-video-new li.banner-imagem-fundo {
    position: relative;
    display: block;
    float: left;
    width: 32%;
    height: 250px;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
li.banner-imagem-fundo .saiba-mais {
    z-index: 2260;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.container-banner-video-new .grad {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 200px;
    background: rgba(231,56,39,0);
    background: -moz-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 24%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,56,39,0)), color-stop(24%, rgba(176,43,30,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 24%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 24%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 24%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(231,56,39,0) 0%, rgba(176,43,30,0) 24%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#000000', GradientType=0 );
}
.container-banner-video-new .banner-imagem-fundo .info-banner {
    position: absolute;
    z-index: 50;
    bottom: 0;
}
.container-banner-video-new h3 {
    font-family: 'pt_serif';
    font-size: 1.6em;
    line-height: 1em;
    z-index: 50;
    padding: 0 20px 3px 20px;
    margin: 0;
    color: #fff;
    -webkit-text-shadow: 2px 2px 2px #000;
    -moz-text-shadow: 2px 2px 2px #000;
    text-shadow: 2px 2px 2px #000;
}
.container-banner-video-new .descricao {
    font-family: 'deaaz';
    z-index: 50;
    font-size: 0.9em;
    line-height: 1.1em;
    padding: 0 20px 18px 20px;
    margin: 0;
    color: #fff;
}
.btn-anterior, .btn-proximo {
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    z-index: 100;
    top: 112px;
    z-index:20000;
    font-family: 'fontello';
    color: #fff;
    font-size: 3em;
    -webkit-text-shadow: 2px 2px 0 #000;
    -moz-text-shadow: 2px 2px 0 #000;
    text-shadow: 2px 2px 0 #000;
    font-weight: normal;
    text-decoration: none;
}
.btn-anterior {
    left: 15px;
}
.btn-proximo {
    right: 5px;
}
.btn-proximo span {
    display: block;
}

/* ----- Fim dos Estilos dos Banners Destaque da Home ------ */  

/* ----- Inicio dos Estilos dos Boxes Polaroid ------ */  

#resultado-home h2 a { 
    text-decoration: none; 
}

#colecoes-home { 
    margin: 10px 0 0 0;
}
.boxes { }

.boxes li {
    width: 16.4%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 6px 0.2%;
}

#historias-home .boxes li:first-child, #colecoes-home .boxes li:first-child {  
    padding: 0 0 0 0;
}
.boxes li a {
    position: relative;
    width: 100%;
    display: block;
    background-color: #f1eee9;
    border: 1px solid #e1e1e1;
    text-align: center;
    height: 295px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    text-decoration: none;
    overflow: hidden;
}
.boxes li a em {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1000;
}
.boxes li a em .numero {
    font-size: 0.8em;
    margin: 0 3px 0 0;
    color: #fff;
    font-family: 'deaaz';
    font-weight: normal;
    font-style: normal;
    -webkit-text-shadow: 2px 2px 0 #000;
    -moz-text-shadow: 2px 2px 0 #000;
    text-shadow: 2px 2px 0 #000;
}
.boxes li a em .icone-colecao {
    font-weight: normal;
    font-style: normal;
    font-family: 'fontello';
    color: #fff;
    -webkit-text-shadow: 2px 2px 0 #000;
    -moz-text-shadow: 2px 2px 0 #000;
    text-shadow: 2px 2px 0 #000;
}
.boxes li a div {
/*    max-height: 70%;*/ 
    width: 90%;
    overflow: hidden;
    margin: 8px auto 0 auto;
    position: relative;
}
.boxes li a img {
    margin: 0;
    width: 100% !important;
    height: auto;
}
.boxes li a h3 {
    margin: 6px auto 0 auto;
    padding: 0;
    width: 92%;
    font-family: 'pt_serif';
    font-size: 0.9em;
    text-align: left;
    line-height: 1.2em;
}
.boxes li a p {
    margin: 3px auto;
    width: 92%;
    font-family: 'deaaz';
    font-weight: normal;
    font-size: 0.8em;
    text-align: left;
    line-height: 1.2em;
}
.boxes li a:hover {
    border: 1px solid #c2bdbd;
    color: #605f5d;
}

/* ----- Fim dos Estilos dos Boxes Polaroid ------ */  


/* ----- Inicio dos Estilos Gerais dos Itens (Historia, Video, Imagem, Colecao) ------ */  

/* ----- Inicio dos Estilos do botao Adicionar a colecao ------ */ 

.box-adicionar-item-colecao {
    float: right;
    background-color: #f1eee9;
    padding: 5px 12px 5px 12px;
}
.box-adicionar-item-colecao a {
    text-transform: inherit !important;
    letter-spacing: inherit !important;
    color: #605f5d !important;
    font-size: 0.9em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}
.box-adicionar-item-colecao a:hover {
    color: #000 !important;
}
.count-colecao-favoritos a {
    font-size: 1em !important; 
    text-decoration: none;
}
.icone-adicionar-colecao {
    font-family: 'fontello';
    font-size: 1.3em; 
    color: #B97D36;
} 
.form-adicionar-item-colecao {
    font-family: 'deaaz';
    display: none;
    -webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s;
    background-color: #f1eee9;
    position: absolute;
    right: 0;
    top: 78px;
    z-index: 1;
    border: 1px solid #ded3c3;
    padding: 12px;
    width: 300px;
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.25);
}
.form-adicionar-item-colecao .txt-adicionar {
    display: block;
    padding-bottom: 10px;
}
.form-adicionar-item-colecao ul {
    padding: 8px 5px;
    overflow: auto;
    height: 160px;
    background-color: #e7e4de;
    border: 1px solid #dcd4c6;
}
.form-adicionar-item-colecao li {
    display: block;
    height: 25px;
}
.form-adicionar-item-colecao .nova-colecao {
    display: none;
    padding: 14px 0 0 0;
}
.nova-colecao .conteudo_titulo {
    width: 100%;
    border: 1px solid #a49b8a;
    padding: 5px;
    margin: 0 0 6px 0;
}
.form-adicionar-item-colecao input[type="radio"] {
    margin: 4px 0 0 0;
    width: 1px;
    float: left;
    cursor: pointer;  
    visibility: hidden;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;     /* not currently supported */
    -o-appearance: checkbox;      /* not currently supported */
}
.form-adicionar-item-colecao select {
    height: 28px;
    float: left;
}
.form-adicionar-item-colecao label {
    cursor: pointer;
}
.form-adicionar-item-colecao label .titulo-colecao {
    font-weight: bold;
    cursor: pointer;
    line-height: 1.3em;
}
.form-adicionar-item-colecao label .nao-publicada {
    font-size: 0.8em;
}
.js-view-criar-item-colecao {
    width: 100%;
    display: block;
    font-weight: normal !important;
    letter-spacing: 0px !important;
    text-decoration: none !important;
    font-size: 1em !important;
    padding: 6px 12px;
    margin: 10px 0 0 0;
    background-color: #e6d7c5;
    text-transform: inherit !important;
}
.js-nova-colecao {
    color: #fff !important;
    float: right;
}


/* ----- Fim dos Estilos do botao Adicionar a colecao ------ */ 

.entidade h3 {
    font-family: 'pt_serif';
    margin: -12px 0 0 14px;
    font-size: 1.7em;
}
.entidade p {
    margin: 0 0 14px 14px;
    width: 90%;
}
.entidade .cabecalho {
    font-family: 'deaaz';
}
.entidade .cabecalho a {
    text-transform: inherit;
    color: #605f5d;
    font-size: 0.9em;
    letter-spacing: inherit;
}
.entidade h4 {
    margin: 32px 0 0 14px;
    line-height: 0.8em;
    text-transform: uppercase;
    color: #c2c2c2;
    letter-spacing: 1px;
}
.entidade h5 {
    margin: 12px 0 0 14px;
}
.lista-tags { 
    margin: 0 0 0 14px; 
    width: 90%;
}
.lista-tags li { display: inline-block; margin: 0 7px 0 0; }

.patrocinio img { width: 100%; }
.patrocinio { width: auto; }

.entidade a.link { 
    color: #996633; 
    font-family: 'deaaz'; 
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75em;
    text-decoration: underline;
}
.entidade a.link:hover { color: #55391d }

.detalhes-video {
    padding: 4px 0 4px 0; 
}

/* ----- Fim dos Estilos da Historia ------ */  

/* ----- Inicio dos Estilos Especificos da História ------ */  

.historia {  }

#historia-txt .grad { display: none; }
#historia-txt.ver-tudo .grad {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}
#historia-txt {
    position: relative;
    padding: 0 0 0 14px;
    margin: 0 0 0 0;
}
#historia-txt p {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#historia-txt.ver-tudo { max-height: 350px; }


/* ----- Inicio dos Estilos das Imagens dentro da Historia ------ */ 

.imagens-historia {
    width: 100%;
    padding: 0;
}
.imagens-historia ul li {
    display: block;
    float: left;
    width: 25%;
    height: auto;
    margin: 0;
}
.imagens-historia ul li a {
    display: block;
    width: calc(100% - 7px);
    height: auto;
    margin: 0 7px 0 0;
    overflow: hidden;
    opacity:.90;
}
.imagens-historia ul li a img {
    display: block;
    margin: 0 0 0 -20%;
    width: 160%;
    height: auto;
}
.imagens-historia ul li a{
    opacity:.90;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    overflow: hidden;
    margin: 0 0 7px 0;
}
.imagens-historia ul li a:hover{
    opacity:1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
h4.outros-relacionados {
    margin: 20px 0 0 14px;
    line-height: 0.8em;
    text-transform: uppercase;
    color: #c2c2c2;
    letter-spacing: 1px;
}
a.link-ver-todas {
    color: #996633;
    font-family: 'deaaz';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75em;
    margin: 0 0 0 14px;
}

/* ----- Fim dos Estilos das Imagens dentro da Historia ------ */  

/* ----- Fim dos Estilos da Historia ------ */  

/* ----- Inicio dos Estilos da Colecao ------ */  

.editar-item {
    display: block;
    text-align: right;
}

.editar-item .btn-excluir-relacao-colecao {
    cursor: pointer;
    font-family: 'deaaz';
    font-size: 0.7em;
    line-height: 1.6em;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    font-weight: 500;
    letter-spacing: 1px;
}

/* ----- Fim dos Estilos da Colecao --

/* ----- Inicio dos Estilos da Imagem ------ */  

.imagem {
}

.imagem .container-imagem img {
    margin: 0 auto;
    width: 85%;
}

/* -- Fim dos Estilos da Imagem -- */

/* ----- Inicio dos Estilos da Area Pessoal ------ */  

.cabecalho-area-pessoal {
    border: 1px solid #df7f82;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 12px;
    float: right;
    margin: 15px 0 25px 0;
}
.cabecalho-area-pessoal .imagem-pessoa {
    width: 30%;
    float: left;
}
.cabecalho-area-pessoal .imagem-pessoa img {
    width: 100%;
}
.cabecalho-area-pessoal .info-pessoa {
    float: left;
    padding-right: 10px;
}
.cabecalho-area-pessoal .info-pessoa h3 {
    font-size: 1.3em;
    margin: 0 0 0 14px;
    padding: 0;
}
.cabecalho-area-pessoal .info-pessoa .data-nascimento {
    color: #ad171c;
    font-family: 'deaaz';
    font-size: 0.8em;
    margin: 0 0 6px 14px;
}
.cabecalho-area-pessoal .info-pessoa em {
    margin: 2px 0 0 14px;
    display: block;
    font-size: 0.9em;
}
.cabecalho-area-pessoal h4 {
    margin: 16px 0 0 0;
}
.btn-editar {
    cursor: pointer;
    font-family: 'deaaz';
    font-size: 0.7em;
    line-height: 1.6em;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    border: 1px solid transparent !important;
    display: inline-block !important;
    background-color: transparent !important;
    height: 25px !important;
    width: auto !important;
}
.nao-publicado {
    background-color: #c4161c;
    font-family: 'deaaz';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 4px 0;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.pessoa .boxes li {
    width: 23.4%;
    padding: 0 0 6px 0.2%;
} 
.pessoa .boxes li div {
    background-color: #dcd3c5;
}
/* -- Fim dos Estilos da Area Pessoal -- */

/* -- Inicio dos Estilos de Crie sua Coleção -- */

.etapas { 
    position: relative; 
    margin: 0 0 30px 14px;
}
.etapas li { 
    float: left;
    margin: 0;
    color: #7e5525;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 2em;
}
.etapas li.selecionado { 
    background-image: url("../imagens/circ-selec.png");
    background-repeat: no-repeat;
    color: #fff;
}
.escolher-imagem-capa-colecao {

    display: block;
    font-size: 0.8em;
    color: #fff;
    text-decoration: none !important;
    background-color: #b7a78d;
    width: 125px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 90px;
    left: 12px;
    line-height: 2.5em;
    opacity:.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
/* -- Fim dos Estilos de Crie sua Coleção -- */

.historia-mobile {
    display: none;
}

/* -- Inicio dos Estilos do Menu Lateral -- */

#menu-lateral {
}
#menu-lateral ul li ul {
    display: none !important;
}
#menu-lateral ul li {
    line-height: 1.7em;
}
#menu-lateral ul li a { 
    color: #B97D36;
    font-size: 1.2em;
}
#menu-lateral ul li a:hover { 
    color: #5d3f1a;
}
#menu-lateral h4 {
    color: #999;
    font-size: 1.3em;
    margin: 5px 0 18px 8px;
}
#menu-lateral {
    position: relative;
    margin: 28px 0 0 0;
    padding: 0 0 0 3px;
    float: left;
    width: auto;
}

/* -- Fim dos Estilos do Menu Lateral -- */


/* -- Inicio dos Estilos da pagina tipo Blog -- */

#content-blog p {
    padding: 14px 0 0 0;
    margin: 0;
    line-height: 1.2em;
    font-family: 'deaaz';
    font-size: 1em;
    width: 100%;
}
#content-blog .lista-blog {
    padding: 6px 0 0 14px;
}
#content-blog .lista-blog li {
    margin: 0 0 12px 0;
    clear: both;
    display: table;
    width: 100%;
}
#content-blog .data {
    font-family: 'deaaz';
    font-size: 0.8em;
    display: block;
}
#content-blog ul.lista-blog li a.imagem-paginas-blog {
    width: 26%;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 0 14px 0 0;
}
#content-blog ul.lista-blog li .imagem-paginas-blog div {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
#content-blog .lista-blog li a.imagem-paginas-blog div img {
    width: 100%;
}
#content-blog .lista-blog li div {
    width: calc(100% - 40%);
    float: left;
}
#content-blog .lista-blog li div p {
}
#content-blog .lista-blog li .titulo-paginas-blog {
    font-weight: bold;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 1.3em;
    color: #000 !important;
    text-decoration: none;
}
#content-blog .lista-blog li a:hover {
    color: #daa00f !important;
}
#content-blog .lista-blog li a:hover.titulo-paginas-blog {
    color: #7e5525;
}

/* ----- Inicio dos Estilos Conte sua História ------ */  

#imagens-cadastradas-historia {
    width: 100%;    
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#imagens-cadastradas-historia div { display: table; padding: 0px; margin: 0 0 2px 0; position: relative; float: left; }
#imagens-cadastradas-historia div a.thumb {
    display: block;
    border: 1px solid #fff;
    background-color: #e4e0d8;
    float: left;
    margin: 0 0 0 2px;
    width: 74px;
    height: 74px;
    overflow: hidden;
}
#imagens-cadastradas-historia div a.thumb img {
    display: block;
    width: 74px !important;
    height: auto;
}
#imagens-cadastradas-historia div p {
    display: none;
}
#imagens-cadastradas-historia div a.excluir {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    background-image: url(../images/btn-excluir.png);
}
#imagens-cadastradas-historia .base-excluir {
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    background-color: #fff
}
#imagens-cadastradas-historia div a:hover.excluir {

}
.modal-imagem-video {
    width: 700px;
}
form .adicionar-imagens-videos {    
    width: 100%;
    font-size: 1.1em;
    color: #d0990f;
    float: left;
    height: 30px;
    line-height: 1.7em;
    padding: 2px 12px 2px 12px;
    margin: 6px 0 6px 0px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
form .adicionar-imagens-videos span {   
    display: block;
    float: left;
}
form .explicacao {  
    font-size: 0.8em;
    width: 560px;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
}
form a:hover.adicionar-imagens-videos {     
    color: #7e5525;
    background-color: #ede7d7;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.minha-colecao {
    width: 630px;
    position: relative;
}

.minha-colecao .botao-itens {
    position: relative;
    width: 100%;
    
    font-size: 1.1em;
    color: #d0990f;
    float: left;
    height: 30px;
    border: 1px solid #D9BE9f;
    background-color: #f2efe9;
    line-height: 1.7em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 0 2px 0;
    margin: 6px 0 6px 0px;
    text-decoration: none;
}
.minha-colecao .botao-itens label {
    display: inline-block;
    padding: 0 0 0 12px;
    width: 258px;
}
.minha-colecao .botao-itens input {
    font-size: 0.6em;
    width: 310px;
    height: 16px;
    border: 1px solid #fff;
}
.minha-colecao .botao-itens .btn-busca {
    position: absolute;
    top: 5px;
    right: 12px;
    display: inline-block;
    width: 18px;
    height: 23px;
    background-image: url('../images/btn-buscar.png');
}
.minha-colecao .botao-itens a:hover.btn-busca {
    background-position: bottom;
}
.minha-colecao span.error {
    position: absolute;
    top: 2px;
    left: 140px;
    font-size: 0.7em;
    padding: 8px;
}
.minha-colecao .adicionados {
    margin: 0 0 0 2px;
}
.minha-colecao .item-adicionado {
    width: 75px;
    height: 75px;
    float: left;
    position: relative;
    margin: 0 0 3px 3px;
    background-color: #d4d0c7;
    overflow: hidden;
}
.minha-colecao .item-adicionado img {
    height: 75px;
    margin: 0 auto;
    display: block;
}
.minha-colecao .item-adicionado .base-excluir {
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 52px;
    right: 6px; 
    width: 18px;
    height: 18px;
    z-index: 200;
    background-color: #fff;
}
.clonar-thumb {
    display: block;
    overflow: hidden;
    float: left;
    width: 75px;
    height: 75px;
    margin: 10px 2px 3px 4px;
    border: 3px solid #f1eee9;
}
a:hover.clonar-thumb {
    border: 3px solid #b97d36;
}
.clonar-thumb img {
    display: block;
    height: 75px;
    margin: 0 auto;
}

/* ----- Fim dos Estilos Conte sua História ------ */  


/* ----- Inicio dos Estilos Patrocinadores ------ */  

.patrocinadores {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    text-align: center;
}
.patrocinadores img {
    margin: 0 auto;
}
.patrocinadores .horizontal { display: block; }
.patrocinadores .vertical { display: none; }


/* ----- Fim dos Estilos Patrocinadores ------ */  

/* ----- Inicio dos Estilos da Pagina ------ */  

.pagina h3 {
    font-family: 'pt_serif';
    margin: 0px 0 0 14px;
    font-size: 1.7em;
    line-height: 1em;
}
.pagina p {
    width: 90%;
    margin: 0 0 14px 14px;
}
/* ----- Inicio dos Estilos Rodape ------ */  

.rodape {
    padding: 30px 0 45px 0;
    background-color: #f1eee9;
    height: auto;
}
.rodape .logo {
    display: inline-block;
}
.rodape .logo img {
    margin: 0 0 0 14px;
    width: 150px;
}
.rodape .endereco {
    padding: 40px 0 20px 0;
}
.rodape .redes-sociais {
    padding: 40px 0 20px 0;
    font-family: 'fontello';
}
.rodape .redes-sociais {
}
.rodape .redes-sociais li {
    display: inline-block;
}
.rodape .redes-sociais li a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: normal;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    width: 32px;
    display: block;
    text-align: center;
    color: #fff;
}

.rodape .redes-sociais li a.googleplus { background-color: #d03324; }
.rodape .redes-sociais li a.instagram { background-color: #47403b; }
.rodape .redes-sociais li a.facebook { background-color: #3c5b9b; }
.rodape .redes-sociais li a.twitter { background-color: #40cdd7; }
.rodape .redes-sociais li a.youtube { background-color: #fe3432; }
.rodape .redes-sociais li a:hover { background-color: #d0aa7c; }

/* Inicio Estilos NAV Menu Rodapé */

.rodape  {
    position: relative;
}
.rodape nav {
    font-family: 'deaaz';
    text-transform: inherit;
    margin: 12px 0 0 0;
    display: inline-block;
}
.rodape nav ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.rodape nav ul li {
    position: relative;
    float: left;
    margin: 0 0 0 0;
    text-transform: uppercase;
    padding: 0;
}
.rodape nav ul li a {
    display: block;
    text-decoration: none;
    color: #605f5d;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 0.9em;
    line-height: 1.2em;
    width: 100%;
}
.rodape nav ul li a:hover {
    color: #c4161c;
}
.rodape nav ul ul {
    display: block;
    position: relative;
    background-color: transparent;
    padding: 12px 0 0 0;
}
.rodape nav ul ul li {
    float: none;
    width: 136px;
    margin: 0 0 6px 0;
}
.rodape nav ul ul li:hover {
    background-color: transparent;
}
.rodape nav ul ul li a:hover {
    color: #ad171c;
}
.rodape nav ul ul a {
    width: 100%;
    text-transform: none;
    line-height: 100%;
    padding: 3px 0;
    font-weight: normal;
}
.rodape nav ul li ul {
    display: block !important;
    margin: 0 20px 0 0;
}
.rodape nav ul li ul li ul {
    display: none !important;
}
.logo-licenca {
    float: left; 
    padding: 0 7px 0 0;
    text-align: center;
}
.logo-licenca img {
}
.txt-licenca {
    display: block;
    width: 100%;
    padding: 2px 0 0 10px; 
    font-size: 0.8em; 
    line-height: 1.3em;
}
a.logo-planob {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url('../images/logo-planob.png');
    height: 15px;
    width: 43px;
    float: right;
    cursor: pointer;
    margin: 0 0 0 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
a:hover.logo-planob {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

/* Fim Estilos NAV Menu Rodapé */

/* ----- Fim dos Estilos Rodape ------ */  

/* Inicio estilos Formularios */

div.col1-6:after,
div.col2-6:after,
div.col3-6:after,
div.col4-6:after,
div.col5-6:after,
div.col6-6:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height: 0;
    overflow:hidden;
}

.col1-6,
.col2-6,
.col3-6,
.col4-6,
.col5-6,
.col6-6 {
    font-family: 'deaaz';
    font-size: 0.8em;
    position: relative;
    float: left;
    margin-top: 6px;
    margin-right: 1.5% !important;
}

.col1-6 label,
.col2-6 label,
.col3-6 label,
.col4-6 label,
.col5-6 label,
.col6-6 label {
    font-family: 'deaaz';
    text-transform: uppercase;
    font-size: 0.8em;
    position: relative;
/*    float: left;*/
    margin-top: 6px;
    margin-right: 1.5% !important;
}

.col1-6 input[type='text'], 
.col2-6 input[type='text'], 
.col3-6 input[type='text'], 
.col4-6 input[type='text'], 
.col5-6 input[type='text'], 
.col6-6 input[type='text'] {
    padding: 5px;
    width: 100%;
}

.col1-6 input[type='password'], 
.col2-6 input[type='password'], 
.col3-6 input[type='password'], 
.col4-6 input[type='password'], 
.col5-6 input[type='password'], 
.col6-6 input[type='password'] {
    padding: 5px;
    width: 100%;
}


.col1-6 select, 
.col2-6 select, 
.col3-6 select, 
.col4-6 select, 
.col5-6 select, 
.col6-6 select {
    padding: 5px;
    width: 100%;
}

.col1-6 {width: 13.666%; }
.col2-6 {width: 30.333%; }
.col3-6 {width: 47%;}
.col4-6 {width: 62.666%; }
.col5-6 {width: 80.333%; }
.col6-6 {width: 97%; }

input[type='text'], input[type='password'] {
    font-family: 'deaaz';
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

select {
    font-family: 'deaaz';
}

input[type='submit'] {
    border: 0px solid transparent;
    cursor: pointer;
}
#btn_nova_colecao {
    width: auto;
    font-family: source_sans_proregular, sans-serif;
    font-size: 1.1em;
    line-height: 1.6em;
    text-decoration: none !important;
    float: left;
    height: 24px;
    border: 1px solid #E5A810;
    background-color: #E5A810;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 12px 2px 12px;
    color: #fff !important;
    margin: 14px 0 14px 4px;
    cursor: pointer;
}
a:hover#btn_nova_colecao {
    border: 1px solid #d0990f;
    background-color: #d0990f;
}
.btn_editar {
    width: auto;
    font-family: source_sans_proregular, sans-serif;
    font-size: 1.1em;
    line-height: 1.6em;
    text-decoration: none !important;
    float: left;
    height: 24px;
    border: 1px solid #b97d36;
    background-color: transparent !important;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 28px 2px 28px;
    color: #b97d36 !important;
    margin: 14px 0 14px 4px;
    cursor: pointer;
}
a:hover.btn_editar {
    background-color: #d0990f;
    border: 1px solid #d0990f;
}
span.error {
    float: left;
    display: block;
    font-weight: normal;
    line-height: 1em !important;
    color: #cc4044 !important;
    padding: 12px;
    margin: 0;
    text-align: center;
    border: 1px solid #cc4044;
    background-color: #e9dfdf;
} 
fieldset {
    border: none;
    position: relative;
}
fieldset label {
    display: block;
    line-height: 2em;
    font-size: 0.9em;
}
fieldset div p {
    float: left;
}
textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #cccccc;
    height: 65px;
    text-indent: 4px;
    padding: 0;
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;    /* Firefox, other Gecko */
      box-sizing: border-box;         /* Opera/IE 8+ */
}
input[type="checkbox"] {
    text-indent: 0px; 
    width: 20px;
    float: left;
    margin: 3px 5px 0 0;  
}
input[type="radio"] { 
    text-indent: 0px; 
    width: 20px;
    float: left;
    margin: 0 5px 0 0;  
}
input[type="file"] { 
    text-indent: 0px; 
    background-color: #fff;
}
.label-check { 
    line-height: 1.8em;
    float: left;
}
.label-radio { 
    line-height: 1.8em;
    float: left;
}

/* Fim estilos Formularios */

/* Inicio Form Busca Avançada */

.form-busca-avancada {}
.form-busca-avancada select.dia {
    width: 60px ;
    height: 28px;
}
.form-busca-avancada select.mes {
    width: 165px ;
    height: 28px;
}
.form-busca-avancada select.ano {
    width: 60px ;
    height: 28px;
}
.form-busca-avancada .radio-options {
    display: table-cell;
    width: 98%;
    padding: 0 0 10px 14px;
    margin: 0 0 0 14px;
}
.form-busca-avancada .radio-options input {
    margin: 5px 5px 0 0;
}
.form-busca-avancada .radio-options label {
    float: left;
    margin: 0 55px 0 0;
    line-height: 1.5em;
}
.form-busca-avancada .busca-pessoas h3 {

}
.form-busca-avancada .busca-historias h3 {

}
.form-busca-avancada .col2-6 {
    margin: 0 0 12px 14px;
    width: 28%;
    height: 48px;
}
.form-busca-avancada .col2-6 label {
    float: left;
    margin: 0 30px 0 0;
    line-height: 1.5em;
}
.form-busca-avancada .col2-6 select {
    padding: 3px;
    width: 100%;
}
.form-busca-avancada .txt-busca-avancada {
    width: 70%;
}
.form-busca-avancada .texto-apresentacao {
    display: none;
}

/* Fim Form Busca Avançada */

/* Inicio Pagina Apoio e Doação */

.pagina-doacao form {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}
.pagina-doacao form .box-doacao {
    background-color: #f6f3ee;
    display: table;
    width: 96% !important;
    padding: 20px 0 0 0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.pagina-doacao h3 {
    height: auto !important;
    float: left;
}
.pagina-doacao h4 {
    font-size: 1em !important;
    line-height: 1.2em !important;
    padding: 20px 0 0 22px;
}
.pagina-doacao h5 {
    font-size: 1em !important;
    line-height: 1.2em !important;
    color: #b97d36;
    padding: 20px 0 0 14px;
    margin: 0 !important;
}
.pagina-doacao p {
    width: 90% !important;
    font-size: 0.8em !important;
    line-height: 1.2em !important;
    margin: 0 0 0 14px !important;
    padding: 5px 0 22px 0 !important;
}
.pagina-doacao .logo-paypal {
    display: block;
    float: right;
    background-image: url('../images/logo-paypal.png');
    background-repeat: no-repeat;
    margin: 2px 20px 3px 0;
    width: 77px;
    height: 18px;
}
.frequencia-pagamento li, .valores li {
    list-style-type: none !important;
}
.frequencia-pagamento {
    display: block;
    margin: 14px 0 0 14px;
    height: 30px;
}
.frequencia-pagamento li {
    margin-right: 50px;
    float: left;
    width: auto;
}
.valores-doacao li {
    list-style-type: none;
}
.valores-doacao li {
    margin-right: 10px;
    float: left;
    width: 150px;
    padding: 5px;
}
.valores-doacao li a {
    font-size: 3em;
}
.valores-doacao .btn-doe-agora {
    margin: 0 0 14px 14px;
}
input.btn-doe-agora:hover {
}
.outro-valor {
    border: 1px solid #b97d36;
    font-size: 1.4em;
    height: 32px;
    width: 90px;
    margin: 8px 0 0 0;
}
#form-doacao-mensal ul.valores > li  {
    display: none;
}

.contrapartida {
    display: none;
}
.mensal, .semestral, .anual, .valores {
    width: 100% !important;
    margin: 14px 0 0 7px;
}
#form-doacao-unica .valores li {
    margin: 10px 0 0 0;
    padding: 0;
}
#form-doacao-unica .valores li {
    padding: 0;
    width: auto;
    float: left;
}
.mensal label, .semestral label, .anual label, .valores li label {
    float: left;
    width: auto;
    background-color: #bb7c35;
    padding: 8px 16px;
    cursor: pointer;
    margin: 0 16px 0 0;
    color: #fff;
    font-weight: 600;
}
.mensal input, .semestral input, .anual input {
    margin: 6px 0 0 0;
    cursor: pointer;
}
#form-doacao-mensal .contrapartida {
    margin: 20px 0 20px 14px !important;
    padding: 10px !important;
    border: 1px solid #bb7c35;
}
#form-doacao-mensal .contrapartida .tit-recompensa {
    font-family: 'deaaz';
    font-weight: 700;
    color: #bb7c35;
    line-height: 1.4em;
    text-transform: uppercase;
    display: block;
}
#form-contato {
}
#form-contato span.error {
    padding: 5px;
    float: right;
}


/* --------------- Paginacao --------------- */

.pagination { 
    clear: both;
    padding: 20px 0 0 0;
    margin: 20px 0 0 10px; 
    height: 40px;
    font-size: 1em;
}
.pagination a { text-decoration: none; color: #000; }
.pagination span.page { padding: 6px; }
.pagination span.current { background-color: #98012e; color: #fff; }
.pagination span.prev-next a { font-weight: normal; padding: 0 10px 0 0; }

/* --------------- Paginacao --------------- */
























































































/* Inicio dos estilos Top */

#top-wrap {
	width: 100%;
	height: 175px;
}
#top {
	display: nonee;
	width: 960px;
	height: 175px;
	margin: 0 auto;
	position: relative;
}
#top-wrap h1 {
	padding: 18px 0 0 10px;
	float: left;
}
#top-wrap h1 a {
	background-image: url(../images/logo-museu-pessoa.png);
	display: block;
	width: 255px;
	height: 140px;
}
#top-wrap h1 a span {
	display: none;
}
#meta-navegacao {
	display: block;
	width: 650px;
	float: right;
}
#meta-navegacao .sair {
	float: right;
	padding: 13px 0 0 0;
}
#top .btn-login {
	float: right;
	margin: 11px 10px 0 0;
	padding: 4px 12px 4px 12px;
	background-color: #b06c1c;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1em;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}
#top a:hover.btn-login {
	background-color: #7e5525;
}
#top .mensagem-boas-vindas {
	color: #b97d36;
	float: right;
	margin: 11px 10px 0 0;
	line-height: 1.5em;
	text-decoration: none;
	font-family: NMMFbookRegular, sans-serif;
	font-size: 1em;
}
#top .cadastro {
	float: right;
	margin: 11px 10px 0 0;
	padding: 4px 12px 4px 12px;
	background-color: #e3ab23;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1em;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}
#top a:hover.cadastro {
	background-color: #d19e22;
}
.box-cadastro-view {
    width: 440px !important;
}
.box-login-view {
    width: 440px !important;
}
.lingua {
	display: none;
	margin: 15px 0 0 0;
	width: 50px;
	float: right;
}
.lingua li { display: inline-block; }

.lingua li a{
	text-decoration: none;
	cursor: pointer;
}

#top .menu-principal {
	color: #b06c1c;
	font-weight: bold;
	width: auto;
	position: absolute;
	top: 110px;
	right: 10px;
	text-align: right;
	z-index: 1000;
}
#top .menu-principal li {
	display: block;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 2px 0 0;
}
.indice-mais { 
	margin: -100px 0 0 0;
}


/* Inicio dos estilos Middle  */

#middle-wrap {
	width: 100%;
	display: table;
}

#middle {
	width: 960px;
	margin: 0 auto;
}

#banner-post-home {
	margin: 10px 0 20px 0;
	overflow: hidden;
	width: 100%;
	height: 159px;
	padding: 0 0 0 0;
}
#banner-post-home a {
	display: block;
	width: 311px;
	height: 156px;
	overflow: hidden;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	float: left;
	margin: 0 4px 0 4px;
}
a.banner-post-01 { margin: 0 8px 0 5px; }
a.banner-post-02 { margin: 0 8px 0 0; }
a.banner-post-03 { margin: 0; }
#banner-post-home .class-um-banner {	display: block;	width: 949px;	height: 156px;	overflow: hidden;		-moz-border-radius: 7px;	border-radius: 7px;	float: left;	margin: 0 4px 0 4px;}
/* Resultado de Busca Internas  */

.resultado-interna { padding: 0 0 0 0; }

.titulo-resultado-busca {
	clear: both;
	width: 900px !important;
	height: auto;
	display: table;
	height: 28px;
}
.titulo-resultado-busca h2 {
	width: auto;
	float: left;
	height: 15px !important;
	
	font-weight: normal;
	font-size: 1.5em;
	padding: 0 0 0 8px;
	color: #B97D36;
}
.resultado-interna h2 {
	width: auto;
	float: left;
	
	font-weight: normal;
	font-size: 1.5em;
	color: #B97D36;
}

.resultado-interna a:hover.ver-todas {
	color: #8b5619;
}


#content-busca-avancada {
	position: relative;
	width: 100%;
	float: left;
	padding-top: 23px;
}
#content-busca-avancada h2 {
	padding: 0 0 0 8px;
}

.busca-pessoas {
	width: 100%;
	height: auto;
	display: table;
}
.box-thumb { 
	position: relative !important;
	width: auto !important;
	height: 225px !important;
	float: left !important;
	display: inline-block;
}
.box-thumb .thumb { 
	position: relative;
	display: block;
	cursor: pointer;
	width: 155px;
	height: 155px;
	float: left;	
	background-color: #d4cfc7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #f1eee9;
	margin: 0 0 4px 0;
	overflow: hidden;
}
.box-thumb .thumb img { 
	cursor: pointer;
	display: block;
	margin: 0 auto;
	width: auto;
	height: 159px;
}

.box-thumb .thumb img.vertical { 
	width: 100%;
	height: auto;
}

.box-thumb .thumb img.horizontal { 
	width: auto;
	height: 100%;
}

.box-thumb em { 
	clear: both;
	display: block;
	width: 160px;
	height: 60px;
	overflow: hidden;
}
.box-thumb em span {
	font-size: 0.9em;
	vertical-align: middle;
	margin: 0 10px 0 10px;
	font-style: normal;
	font-weight: normal;
	display: block;
	overflow: hidden;
	color: #6e3e05;
	line-height: 1.2em;
}
.box-thumb em span.autor { 
	font-size: 0.9em;
    font-family: 'NMMFbookRegular';
	display: block;	
	margin: 3px 0 0 10px;
	color: #666;
	font-weight: normal;
}
.box-thumb .base-favorito{ 
	display: none;
	position: absolute;
	top: 115px;
	left: 2px;	
	width: 155px;
	height: 53px;
	z-index: 200;
	background-image: url(../images/bg-base-favorito.png);
}
.box-thumb .favorito{
	background-color: transparent;
	background-image: url(../images/btn-favoritos-peq.png);
	width: 14px;
	height: 13px;
	display: inline-block;	
	z-index: 100;
	padding: 0 0 0 0;
	margin: 24px 0 0 3px;
}
.box-thumb .favorito-numero{ 
	display: inline-block;	
	width: 100px;
	z-index: 100;
	color: #fff;
	font-size: 0.9em;
	padding: 0;
	margin: 24px 0 0 0;
}
.box-thumb:hover { 
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	color: #7a110d;	
}
.box-thumb:hover em { 
	color: #7a110d;
}
.box-thumb:hover em a { 
	color: #7a110d;
}
.box-thumb:hover em a span { 
	color: #7a110d;
}
.box-thumb .base-editar { 
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 134px;
	right: 30px;	
	width: 18px;
	height: 18px;
	z-index: 200;
}
.box-thumb .base-editar a.btn-editar { 
	display: block;
	width: 18px;
	height: 18px;
	position: relative;
	cursor: pointer;
	background-image: url(../images/btn-editar.png);
}
.box-thumb .base-excluir{
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 134px;
	right: 8px;	
	width: 18px;
	height: 18px;
	z-index: 200;
	background-color: #fff;
}
.box-thumb .base-excluir a.btn-excluir { 
	display: block;
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
	background-image: url(../images/btn-excluir.png);
}
.box-thumb .base-excluir a.btn-excluir-relacao { 
	display: block;
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
	background-image: url(../images/btn-excluir.png);
}




a.btn-finalizar {
	width: auto;
	font-family: source_sans_proregular, sans-serif;
	font-size: 1.1em;
	float: left !important;
	height: 24px;
	border: 1px solid #e5a810;
	background-color: #e5a810;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 12px 2px 12px;
	color: #fff;
	margin: 14px 0 14px 4px;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.3em;
}
a:hover.btn-finalizar {
	border: 1px solid #d0990f;
	background-color: #d0990f;
}

/* Pagina Historias */

.box-thumb-relacionadas { 
	position: relative !important;
	width: 311px !important;
	height: 163px !important;
	float: left !important;
	display: inline-block;
	margin: 0 0 0 4px;
	opacity:.55;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	filter: alpha(opacity=55);
}
.box-thumb-relacionadas .thumb { 
	position: relative;
	display: block;
	cursor: pointer;
	width: 155px;
	height: 155px;
	float: left;	
	background-color: #d4cfc7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #f1eee9;
	margin: 0 0 4px 0;
	overflow: hidden;
}
.box-thumb-relacionadas .thumb img { 
	cursor: pointer;
	display: block;
	margin: 0 auto;
	width: auto;
	height: 159px;
}
.box-thumb-relacionadas em { 
	width: 160px;
	display: block;
}
.box-thumb-relacionadas em.info-historia-relacionada { 
	margin: 0px 0 0 160px;
}
.box-thumb-relacionadas em span { 
	font-size: 1em;
    
	vertical-align: middle;
	display: block;	
	margin: 5px 0 0 10px;
	font-style: normal;
	width: 140px;
	overflow: hidden;
	color: #6e3e05;
}
.box-thumb-relacionadas em span.personagem { 
	font-size: 0.9em;
    font-family: 'NMMFbookRegular';
	display: block;	
	margin: 4px 0 0 10px;
	color: #666;
	font-weight: normal;
}
.box-thumb-relacionadas em span.autor { 
	font-size: 0.9em;
    font-family: 'NMMFbookRegular';
	display: block;	
	margin: 4px 0 0 10px;
	font-style: italic;
	color: #666;
	font-weight: normal;
}
.box-thumb-relacionadas .base-favorito{ 
	display: none;
	position: absolute;
	top: 115px;
	left: 2px;	
	width: 155px;
	height: 53px;
	z-index: 200;
	background-image: url(../images/bg-base-favorito.png);
}
.box-thumb-relacionadas .favorito{
	background-color: transparent;
	background-image: url(../images/btn-favoritos-peq.png);
	width: 14px;
	height: 13px;
	display: inline-block;	
	z-index: 100;
	padding: 0 0 0 0;
	margin: 24px 0 0 3px;
}
.box-thumb-relacionadas .favorito-numero { 
	display: inline-block;	
	width: 100px;
	z-index: 100;
	color: #fff;
	font-size: 0.9em;
	padding: 0;
	margin: 24px 0 0 0;
}
.box-thumb-relacionadas:hover { 
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	color: #7a110d;	
}
.box-thumb-relacionadas:hover em { 
	color: #7a110d;
}
.box-thumb-relacionadas:hover em a { 
	color: #7a110d;
}
.box-thumb-relacionadas:hover em a span { 
	color: #7a110d;
}

#content .btn-colecionar {
	display: none;
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 1em;
	float: right;
	background-color: #E5A810;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 12px 7px 22px;
	color: #fff;
	margin: 1px 0 0 0;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../images/btn-colecionar.png);
	background-repeat: no-repeat;
	background-position: center middle;
}
#content a:hover.btn-colecionar {
	background-color: #d0990f;
}


#content-pagina {
	position: relative;
	margin: 25px 0 0 10px;
	width: 616px;
	display: table;
}

#content-pagina h3 {
	text-overflow: ellipsis;
	width: 520px;
	height: 45px;
	overflow: hidden;
	font-size: 1.6em;
	color: #b06c1c;
	line-height: 1.1em;
}

.compartilhar-em {
	margin: -4px 6px 0 0;
	float: left;
	line-height: 2.4em;
}

.compartilhar-facebook {
	display: block;
	width: 27px;
	height: 27px;
	margin: 0 4px 0 0 ;
	float: left;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	background-image: url(../images/redes-sociais.png);
}
a:hover.compartilhar-facebook {
	background-position: 0px 27px;
}

.compartilhar-twitter {
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	background-image: url(../images/redes-sociais.png);
	background-position: 151px 0px;
}
a:hover.compartilhar-twitter {
	background-position: 151px 27px;
}





#content-historias {
	position: relative;
	margin: 25px 0 0 10px;
	width: 616px;
}
#content-historias h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	height: 20px;
	color: #464646;
}
#content-historias h3 {
	text-overflow: ellipsis;
	width: 490px;
	overflow: hidden;
	font-size: 1.5em;
	color: #b06c1c;
	line-height: 1.1em;
}

#content-historias p {
	font-size: 1em;
	line-height: 1.6em;
}
#content-historias .autor-personagem {
	display: table;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #b06c1c;
}
#content-historias .autor-personagem p {
	padding: 0;
	margin: 0;
}
#content-historias .personagem {
	font-size: 0.9em;
	color: #666666;
	line-height: 1.6em;
}
#content-historias .data {
	width: 395px;
	float: left;
	font-size: 0.9em;
	line-height: 1.6em;
	font-style: italic;
}
#content-historias .autor {
	width: 395px;
	float: left;
	font-size: 0.9em;
	color: #666666;
	line-height: 1.5em;
}
#content-historias .download-depoimento {
	color: #fff;
	text-decoration: none;
	background-color: #b06c1c;
	padding: 6px 16px 6px 16px;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	float: right;
	margin: -10px 0 0 0;
}
#content-historias a:hover.download-depoimento {
	background-color: #8d530f;
}
#content-historias .sinopse {
	width: 100%;
	display: table;
	padding: 0 0 15px 0;
	margin: 14px 0 15px 0;
	border-bottom: 1px dotted #b06c1c;
}
#content-historias .sinopse h3 {
	margin: 0 0 6px 0;
	font-size: 1.4em;
}
#content-historias .sinopse p {
	width: 96%;
	color: #666;
	margin: 0 0 15px 0;
}

#content a:hover.tag {
	background-color: #cf9b1e;
	text-decoration: none;
}
#content-historias .historia {
	width: 616px;
	display: table;
	padding: 0 0 15px 0;
	margin: 14px 0 15px 0;
	border-bottom: 1px dotted #b06c1c;
}
#content-historias .historia h3 {
	margin: 0 0 6px 0;
	font-size: 1.4em;
}
#historia-resumida {
	color: #666;
	width: 616px;
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.6em;
}
#historia-resumida p {
	width: 94%;
	color: #666;
	margin: 0 0 10px 0;

}
#historia-resumida {  }
#historia-completa {
 	display: none;
	color: #666;
	margin: 0 0 15px 0;
	line-height: 1.6em;
}
#historia-completa p {
	color: #666;
	margin: 0 0 15px 0;
}





#content-pessoa {
	display: table;
	margin: 25px 0 0 10px;
	width: 100%;
}
#content-pessoa h3 {
	font-size: 1.6em;
	color: #b06c1c;
	line-height: 1.5em;
}
#content-pessoa p {
	font-size: 1em;
}
#content-wrap .dados-pessoa {
	width: 311px;
	float: right;
	font-family: 'NMMFbookRegular', sans-serif;
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding: 0 0 0 6px;
	border-left: 1px dotted #b06c1c;
}
#content-wrap .dados-pessoa .nome {
	font-size: 1.4em;
	color: #b06c1c;
	line-height: 1.3em;
	
}
#content-wrap .dados-pessoa p {
	line-height: 1.4em;
	padding: 0;
}

.dados-pessoa .descricao-pessoa {
	line-height: 1.3em;
	padding: 12px 0 12px 0;
	width: 290px;
	clear: both;
	
}
#content-pessoa .descricao-pessoa {
	padding: 12px 0 12px 0;
	width: 290px;
	clear: both;
	line-height: 1.3em;
}

#content-pessoa .colecoes-pessoa {
	width: 640px;
	float: left;
	margin: 0 0 10px 0;
	padding: 6px 0 10px 0;
	display: table;
}
#content-pessoa .colecoes-pessoa h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #464646;
}

#content-pessoa .historias-pessoa {
	width: 640px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	display: table;
}
#content-pessoa .historias-pessoa h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #464646;
}
#content-colecoes {
	font-size: 1em;
	position: relative;
	margin: 18px 0 0 2px;
	width: 100%;
}
#content-colecoes h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	height: 20px;
	color: #464646;
}
#content-colecoes p {
	padding: 16px 0 0 0;
	float: left;
}
#content-colecoes h3 {
	text-overflow: ellipsis;
	width: 520px;
	height: 28px;
	overflow: hidden;
	font-size: 1.6em;
	color: #b06c1c;
	line-height: 1.1em;
}
#content-colecoes .imagem-colecao {
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 159px;
	height: 159px;
	margin: 0 14px 10px 0;
	overflow: hidden;
	font-family: Arial;
	font-size: 1em;
	background-color: #d4cfc7;
}
#content-colecoes .imagem-colecao img {
	display: block;
	height: 159px;	
	margin: 0 auto;
	}

#content-colecoes .dados-colecao {
	float: left;
	width: 400px;
	margin: 0 0 10px 0;
}
#content-colecoes .dados-colecao h4 {
	font-size: 1.4em !important;
	color: #b06c1c;
	line-height: 1.1em;
}
#content-colecoes .dados-colecao p {
	padding: 12px 0 12px 0;
}
#content-colecoes .dados-colecao .tag {
	display: table;
	width: auto !important;
	float: left;
	color: #fff;
	width: auto;
	padding: 2px 5px 2px 5px;
	margin: 2px 3px 0 0;
	background-color: #e3ab23;
}
#content-colecoes .dados-colecao a:hover.tag {
	background-color: #cf9b1e;
	text-decoration: none;
}
#content-colecoes .colecoes-pessoa h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #464646;
}
#content-colecoes .patrocinio { width: 100%; display: block; clear: both; border-top: 1px dotted #b06c1c; border-bottom: 1px dotted #b06c1c; }
#content-colecoes .patrocinio img { width: 100%; }
#content-colecoes .colecao-historias { width: 100%; display: table; padding: 4px 0 0 0; clear: both;}
#content-colecoes .colecao-historias h4 {
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 1.2em;
	color: #B97D36;
	line-height: 2em;
	height: 30px;
	padding: 0 0 0 2px;
}
#content-pagina { width: 616px; display: table;}

#content-pagina div img {
	margin: 0px 0 0 0;
}

#content-pagina ul {
	padding: 0 0 0 20px;
}
#content-pagina ul li {
	padding: 12px 0 0 0;
	list-style-type: disc;
}
.editar-historia {
	background-image: url(../images/btn-edit.png);
	background-repeat: no-repeat;
	margin: 4px 0 0 8px; 
	padding: 0 0 0 20px;
	font-style: normal;
	line-height: 1.7em;
	position: absolute;
	bottom: 7px;
}

#content-imagens {
	position: relative;
	margin: 25px 0 0 10px;
	width: 616px;
}
#content-imagens { width: 616px; display: table;}
#content-imagens h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	height: 20px;
	color: #464646;
}
#content-imagens h3 {
	text-overflow: ellipsis;
	width: 520px;
	overflow: hidden;
	font-size: 1.6em;
	color: #b06c1c;
	line-height: 1.1em;
}
#content-imagens h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #464646;
}
#content-imagens div img {
	margin: 0px 0 0 0;
}
#content-imagens p {
	padding: 12px 0 0 0;
	line-height: 1.4em;
	width: 94%;
}
#content-imagens img {
	width: 100%;
}



#content-videos {
	position: relative;
	margin: 25px 0 0 10px;
	width: 616px;
}
#content-videos { display: table;}

#content-videos h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	height: 20px;
	color: #464646;
}
#content-videos h3 {
	text-overflow: ellipsis;
	width: 520px;
	overflow: hidden;
	font-size: 1.6em;
	color: #b06c1c;
	line-height: 1.1em;
}
#content-videos h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #464646;
}
#content-videos p {
padding: 12px 0 0 0;
line-height: 1.4em;
width: 94%;
}
#content-videos img {
	width: 100%;
}

/* Inicio dos estilos Area Restrita */
#login {
	display: none;
}
fieldset.area-restrita {
	width: 180px;
	margin: 0 0 0 10px;
	background-color: #fff;
}
fieldset.area-restrita div.div-campo {
	margin: 0 0 0 10px;
	height: 23px;	
}
fieldset.area-restrita div label.lbl-login, fieldset.area-restrita div label.lbl-senha {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	width: 45px;
}
fieldset.area-restrita div p input.login {
	width: 100px;
}
fieldset.area-restrita div p input.senha {
	width: 70px;
}
fieldset.area-restrita div input.btn-submit {
	float: left;
	font-size: 0.9em;
	display: inline;
	margin: 0 0 0 2px;
	width: 28px;
	height: 20px;
	font-weight: bold;
}			
fieldset.area-restrita p.esqueci{
	line-height: 2.2em;
	font-size: 0.8em;
	margin: 0px 0 0px 10px;
	color: #999;
}	
p.sair{
	float: right;
	font-size: 0.8em;
	margin: 10px 10px 0px 0px;
	color: #999;
}	
br.limpa{
	clear: both;
}	
DIV#msg-log {
	font-size: 0.8em;
	margin-bottom: 10px;
	background: red;
	padding: 0px 10px;
	text-align: center;
	font-weight: bold;
	color: white;
}	

/* Fim dos estilos Area Restrita */

#content {
	width: 100%;
	float: left;
	position: relative;
}
.info-usuario {
	
}
#content-head {
	display: none;
}
#content-wrap{
	padding: 0
	margin: 0;
}

/* Fim dos estilos Middle  */


/* Inicio dos estilos Footer */

#footer-wrap {
	position: relative;
	background-image: url(../images/bg-footer-2015.png);
	width: 100%;
	height: 595px;
	padding: 40px 0 0 0;
	background-position: center bottom;
}
#footer-wrap .patrocinadores {
	width: 948px;
	height: 250px;
	padding: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../images/logos-footer-2015.png);
}
#footer {
	width: 960px;
	display: table;
	margin: 0 auto;
	height: 385px;
}
#footer #busca {
	visibility: hidden;
}
#footer .busca-por {
	display: none;
}
#footer #banner-post-home {
	display: none;
}
#footer h3 {
	font-weight: normal;
	color: #B97D36;
	font-size: 1.2em;
	-webkit-font-smoothing: antialiased;
}
#footer .logo {
	float: left;
	display: block;
	width: 100px;
	background-image: url(../images/logo-mp-footer.png);
	height: 46px;
	margin: 20px 0 0 0px;
}
#mapa-site {
	width: 860px;
	float: right; 
	display: table;
	margin: 20px 0 20px 0;
}
#mapa-site .menu-principal {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	float: right; 
	display: table;
	margin: 0 0 0 2px;
	font-size: 1em;
	text-align: left;
}
#mapa-site .menu-principal li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
#mapa-site .menu-principal > li {
	height: auto;
	width: 120px;
	border-left: 1px dotted #b06c1c;
	padding-left: 10px;
}

/*	#mapa-site ul.menu-principal li:nth-child(1) {width: 100px;}
	#mapa-site ul.menu-principal li:nth-child(2) {width: 125px;}
	#mapa-site ul.menu-principal li:nth-child(3) {width: 120px;}
	#mapa-site ul.menu-principal li:nth-child(4) {width: 120px;}
	#mapa-site ul.menu-principal li:nth-child(5) {width: 120px;}
	#mapa-site ul.menu-principal li:nth-child(6) {width: 100px;}
	#mapa-site ul.menu-principal li:nth-child(7) {width: 70px;}
	#mapa-site ul.menu-principal li:nth-child(8) {width: 145px;} */
	
#mapa-site .menu-principal li a {
	text-align: left;
	line-height: 1.6em;
	
}
#mapa-site .menu-principal li a:hover {
	background-color: transparent;
}
#mapa-site .menu-principal li ul {
	display: block !important;
	background-color: transparent;
	font-family: 'NMMFRegular';
}
#mapa-site .menu-principal li ul li{
	width: 120px !important;
}
#mapa-site .menu-principal li ul li a{
	display: block;
	color: #b06c1c;
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: 'NMMFRegular';
	padding: 3px 0 3px 0;
}
#mapa-site .menu-principal li ul{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	visibility: visible !important;
}
#mapa-site .menu-principal li ul li ul{
	margin: 0 0 0 10px;
	visibility: visible !important;
	display: none !important;
}
#mapa-site .menu-principal li ul li ul li ul{
	visibility: visible !important;
	display: block !important;
}
#endereco {
	position: absolute;
	bottom: 10px;
	width: 960px;
	height: 100px; 
	display: table;
	padding: 20px 0 0 2px;
}
#endereco p {
    font-family: 'source_sans_proregular';
	width: 700px;
	margin: 26px 0 0 10px;
	float: left;
	font-size: 0.9em; 
}
#endereco .redes-sociais {
	margin: 20px 0 0 0;
	width: 220px !important;
}
#realizacao {
	display: none;
	float: right;
}
#realizacao p {
	color: #666;
	line-height: 1.3em;
	padding: 0 0 20px 0;
}
#realizacao a {
	display: block;
	background-image: url(../images/logo-brasil.png);
	width: 141px;
	height: 44px;
}
#patrocinio {
	display: none;
	float: left;
	margin: 0 0 0 30px;
}
#patrocinio p {
	color: #666;
	line-height: 1.3em;
	padding: 0 0 20px 0;
}
#patrocinio a {
	display: block;
	background-image: url(../images/logo-correios.png);
	width: 263px;
	height: 57px;
}
/* Fim dos estilos Bottom */

/* float clearing for IE6 */
* html .clearfix{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
	min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
	clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

form {
	margin: 0;
	font-size: 1.2em;
}

/* Estilo Geral dos Formulários */


.icone-editar { 
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	background-image: url(../images/btn-editar.png);
	background-position: 0px 3px;
}
#mais-info {
	cursor: pointer;
	

}
.minha-historia .mais-informacoes{
	height: auto !important; 
	width: 100%;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.minha-historia .aberto {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	overflow: hidden;
	height: auto !important;
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
}

form em {
	font-style: normal;
	font-size: 1em;
	line-height: 0.6em;
	font-weight: bold;
}


#form-colecionar {

}
.carregando-escolher-imagens {
	display: none;
	position: absolute;
	top: 10px;
	right: 20px;
	margin: 8px 0 0 10px !important;
}
#form-colecionar h2 {
	font-size: 1em;
	line-height: 1em;
	padding: 5px 0 2px 0;
	margin: 0;
	color: #b06c1c;
}
#form-colecionar h3 {
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 5px 0 5px 0;
	color: #464646;
}
#form-colecionar fieldset {
	margin: 15px 0 15px 0;
	width: 100%;
	height: 360px;
	overflow: auto;
	background-color: #eeeae1;
}
#form-colecionar fieldset.escolher-colecoes {
	margin: 15px 0 15px 0;
	width: 100%;
	height: auto;
	background-color: transparent
}
#form-colecionar table {
	font-size: 0.9em;
	
	width: 610px;
}
#form-colecionar table thead tr th {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 4px;
	border-bottom: 1px solid #bebab1;
}
#form-colecionar table tr td {
	vertical-align: middle;
}
#form-colecionar table tr td.thumb-table {
	width: 50px;
	padding: 4px;
}
#form-colecionar table tr td.thumb-table a {
	display: block;
	width: 37px;
	height: 37px;
	background-color: #dfd9cd;
	border: 1px solid #cfcbc2;
	overflow: hidden;
}
#form-colecionar table tr td.thumb-table img {
	width: 37px;
}
#form-colecionar .resultado-busca-negativa {
	font-size: 1em;
	text-align: center;
	width: 85%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}







/* Formulario Envie sua Historia Estilos Especificos */




.full {
	padding: 36px 0 0 10px;
}


.link-conte-sua-historia {
	font-size: 1.1em;
	background-color: #E5A810;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff !important;
	z-index: 100;
	cursor: pointer;
	text-decoration: none;
	padding: 10px;
	margin: 50px 0 0 10px;
	left: 10px;
}
a:hover.link-conte-sua-historia {
	background-color: #d0990f;
	text-decoration: none;
}
.link-envie-sua-historia {
	font-size: 1.1em;
	background-color: #E5A810;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff !important;
	z-index: 100;
	cursor: pointer;
	text-decoration: none;
	padding: 10px;
	margin: 50px 0 0 10px;
	left: 10px;
}
a:hover.link-envie-sua-historia {
	background-color: #d0990f;
	text-decoration: none;
}
.link-crie-sua-colecao {
	margin: 50px 0 0 10px;
	font-size: 1.1em;
	background-color: #B97D36;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff !important;
	z-index: 100;
	cursor: pointer;
	text-decoration: none;
	padding: 10px;
	left: 10px;
}
a:hover.link-crie-sua-colecao {
	background-color: #7e5525;
	text-decoration: none;
}



fieldset.tipo-historia {  }

fieldset.minha-historia {
	margin: 0 0 0 0;
	width: 100%;
}

.mensagem-historia {
	padding: 6px;
	color: #7e5525;
	font-size: 1.4em;
	font-weight: bold;
}

.informacoes-cadastrante .thumb-cadastro {
	background-color: #e8e3d8;
	text-align: center;
	padding: 0 0 0 0;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 0 4px 0;
	overflow: hidden;
}
.informacoes-cadastrante .thumb-img {
	background-color: #e8e3d8;
	text-align: center;
	padding: 0 0 0 0;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 0 4px 0;
	overflow: hidden;
}
.informacoes-cadastrante .thumb-historia img {
	margin: 0 auto;
	height: 150px;
}
.informacoes-cadastrante .mensagem-historia {
	padding: 6px;
	color: #7e5525;
	font-size: 1.4em;
	font-weight: bold;
}
a.fechar-modal {
	position: absolute;
	right: 0;
	background-color: #000;
	color: #fff;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	padding: 4px;
	float: right;
}
.content-cessao-direitos { 
    overflow:auto; 
    padding:5px;
}
.criar-nova-colecao {
	display: block;
	float: left;
	width: 150px;
	margin: 20px 0 0 0;
}
.botao-fechar {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;	
    z-index: 200;
    font-family: 'deaaz';
}
a:hover.botao-fechar {
	color: #804f15;
	text-decoration: none;	
}
.lista-patrocinadores {
	display: nonee;
}
.lista-patrocinadores li {
	width: 190px;
	height: 103px;
	display: block;
	float: left;
}








#banner-home-ppal {
	padding: 0px;
/*	float: left;*/
	height: 300px;
	margin: 0 0 20px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 960px;
	position: relative;
}
#banner-home-ppal ul li {
	width: 900px;
	padding: 0;
	margin: 0;
	float: left;
}
#banner-home-ppal ul li a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 300px;
	display: block;
	float: left;
	position: relative;
}
#banner-home-ppal ul li a .titulo {
	position: absolute;
	bottom: 50px;
	left: 0;
	font-size: 2em;
	background-color: #8b1012;
	padding: 0px 8px;
	color: #fff;
}
#banner-home-ppal ul li a .descricao {
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size: 1.2em;
	background-color: #363636;
	padding: 2px 8px;
	margin: 10px 0 0 0 ;
	color: #fff;
}
#banner-home-ppal ul li a:hover {
	text-decoration: none;
}
#noticias-video {
	clear: both; 
	display: table-cell; 
	width: 960px;
	height: 390px; 
}
#noticias-video h3 {
	font-size: 1.4em;
	color: #8b1012;
	font-weight: 600;
}
.video-dia {
	height: 400px; 
	width: 635px; 
	margin: 0 0 20px 0; 
	float: left;
}
.ultimas-noticias {
	height: 358px; 
	width: 315px; 
	margin: 0 0 20px 0; 
	padding: 0;
	border-radius: 6px;
	float: right;
}
.ultimas-noticias div {
	background-color: #e3e0db; 
	height: 358px; 
	width: 315px; 
	margin: 0 0 20px 0; 
	padding: 0;
	border-radius: 6px;
	float: right;
}
.ultimas-noticias div ul {
	width: 90%;
	margin: 15px auto;
}
.ultimas-noticias div ul li {
	padding: 0 0 15px 0;
}
.ultimas-noticias div ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: 600;
}
.ultimas-noticias div ul li a:hover {
	color: #545454;
}
.ultimas-noticias div ul li .data-ult-noticia {
	font-style: italic;
	line-height: 1.8em;
	font-size: 0.8em;
}


.fb-comments {

}

#conteudo-113655 #menu-lateral {
display: none;
}
#conteudo-4373 #menu-lateral {
display: none;
}























.box-thumb-relacionadas-miolo {
	position: relative !important;
	width: 100% !important;
	margin: 20px 0 20px 0;
	display: table;
}
.box-thumb-relacionadas-miolo .thumb { 
	position: relative;
	display: block;
	cursor: pointer;
	width: 76px;
	height: 76px;
	float: left;	
	background-color: #d4cfc7;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #f1eee9;
	margin: 0 0 4px 0;
	overflow: hidden;
}
.box-thumb-relacionadas-miolo .thumb img { 
	width: 120px !important;
	height: auto;
}
.box-thumb-relacionadas-miolo em { 	
	line-height: 1.4em;
	float: left;
	display: block;
}
.box-thumb-relacionadas-miolo em.info-historia-relacionada { 
	margin: 0px 0 0 15px;
}
.box-thumb-relacionadas-miolo em span { 
	font-size: 1em;
    
	font-style: normal;
	color: #6e3e05;
}
.box-thumb-relacionadas-miolo em span.personagem { 
	font-size: 0.9em;
    font-family: 'NMMFbookRegular';
	color: #666;
	font-weight: normal;
}
.box-thumb-relacionadas-miolo em span.autor { 
	font-size: 0.9em;
    font-family: 'NMMFbookRegular';
	font-style: italic;
	color: #666;
	font-weight: normal;
}
