/*  404 PAGE */

.pg404 {
	text-align: center;
}

.pg404 .ops {
	font: normal 155px/155px "Shorelines-Script-Bold";
	color: #dedede;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

.pg404 .descricao {
	width: 52%;
	margin: 0 auto 30px;
	font: italic 20px/28px Georgia, serif;
	letter-spacing: 0.01em;
	color: #616161;
	-webkit-font-smoothing: antialiased;
}

.pg404 .buscagigante {
	display: block;
	width: 80%;
	margin: 0 auto 60px;
}

.pg404 .buscagigante .wp-block-search__inside-wrapper {
	display: block;
}

.pg404 .buscagigante .wp-block-search__inside-wrapper::after {
	display: block;
	clear: both;
	content: "";
}

.pg404 .buscagigante .input,
.pg404 .buscagigante .wp-block-search__input {
	width: 83%;
	float: left;
	background: transparent;
	border: var(--border-width) solid var(--color-border-light);
	padding: 20px;
	font: italic 20px/20px Georgia, serif;
	outline: none;
	margin: 0;
	-webkit-transition: border 0.4s ease;
	-moz-transition: border 0.4s ease;
	-o-transition: border 0.4s ease;
	transition: border 0.4s ease;
}

.pg404 .buscagigante .input:hover,
.pg404 .buscagigante .wp-block-search__input:hover {
	border: 1px solid #939393;
}

.pg404 .buscagigante .input:focus,
.pg404 .buscagigante .wp-block-search__input:focus {
	border: 1px solid #585858;
}

.pg404 .buscagigante .input::-webkit-input-placeholder,
.pg404 .buscagigante .wp-block-search__input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #c0c0c0;
}

.pg404 .buscagigante .input::-moz-placeholder,
.pg404 .buscagigante .wp-block-search__input::-moz-placeholder {
	/* Firefox 19+ */
	color: #c0c0c0;
}

.pg404 .buscagigante .input:-ms-input-placeholder,
.pg404 .buscagigante .wp-block-search__input:-ms-input-placeholder {
	/* IE 10+ */
	color: #c0c0c0;
}

.pg404 .buscagigante .input:-moz-placeholder,
.pg404 .buscagigante .wp-block-search__input:-moz-placeholder {
	/* Firefox 18- */
	color: #c0c0c0;
}

.pg404 .buscagigante .submit,
.pg404 .buscagigante .wp-block-search__button {
	width: 15%;
	float: right;
	background: transparent;
	font: 900 17px/17px "Lato", Helvetica, sans-serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	border: 0;
	padding: 23px 0 0 0;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	outline: none;
	color: #a9a9a9;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.pg404 .buscagigante .submit:hover,
.pg404 .buscagigante .wp-block-search__button:hover {
	color: #616161;
}

/* FAVORITOS */

.favoritos {
	margin: 0 0 30px 0;
}

.sidebar .favoritos {
	margin: 0 0 0 0;
	padding-left: 30px;
	border-left: var(--border-width) solid var(--color-border-light);
}

.sidebar.is_stuck {
	position: static;
}

.favoritos .slides {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}

.sidebar .favoritos .slides {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.sidebar .favoritos .favorito {
	width: auto;
	min-width: 0;
}

.sidebar .favoritos .favorito .thumb {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.sidebar .favoritos .favorito .thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.infinite-footer {
	display: none;
}

.sidebar .favoritos .mais {
	width: 100%;
	height: 45px;
	text-align: center;
	background: url("../images/maisposts.png?ver=3.18") no-repeat center;
	font: 900 10px/10px "Lato", Heltetica, sans-serif;
	color: var(--color-primary-olive-dark);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 16px 0 0 0;
	position: relative;
	z-index: 6;
}

.sidebar .descricaoblog {
	margin: 0 0 20px 0;
	font: italic 13px/21px "Georgia";
	color: #4e4e4e;
}

.favoritos .favorito {
	width: 18%;
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	color: #9a9a9a;
	text-align: center;
	font: normal 14px/18px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
}

.favoritos .favorito:hover a {
	color: #626262;
}

.favoritos .favorito a {
	color: #9a9a9a;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.favoritos .favorito .thumb {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
}

.favoritos .favorito .thumb img {
	width: 100%;
	height: auto;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-o-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
	vertical-align: middle;
}

.favoritos .favorito:hover .thumb img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.2);
	/* Firefox */
	-webkit-transform: scale(1.2);
	/* Safari and Chrome */
	-o-transform: scale(1.2);
	/* Opera */
}

/* POSTS HOME */

.divisoria {
	background: url("../images/divisoria.png") no-repeat center;
	min-height: 9px;
	text-align: center;
	margin: 0 0 25px 0;
}

.divisoria.auto {
	margin-bottom: 50px;
}

.divisoria span,
.divisoria > p {
	font: normal 25px/25px "Shorelines-Script-Bold";
	color: #797979;
	text-align: center;
	display: block;
	background: #fff;
	padding: 0 20px;
	margin: 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
}

.posts .mason {
	-webkit-transition: height 0.8s ease;
	-moz-transition: height 0.8s ease;
	-o-transition: height 0.8s ease;
	transition: height 0.8s ease;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.grid-sizer {
	width: 337px;
}

.posts .gutter-sizer {
	width: 4%;
}

.posts .post {
	width: 30.2%;
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
	opacity: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	transform: scale(0);
	-webkit-transition: opacity 0.8s ease, transform 1.2s ease;
	-moz-transition: opacity 0.8s ease, transform 1.2s ease;
	-o-transition: opacity 0.8s ease, transform 1.2s ease;
	transition: opacity 0.8s ease, transform 1.2s ease;
}

.posts .post:hover .imagem img {
	-webkit-transform: scale(1.05) !important;
	-ms-transform: scale(1.05) !important;
	transform: scale(1.05) !important;
}

.posts .post.revelado {
	opacity: 1;
	transform: scale(1);
}

.posts .post .imagem img {
	z-index: 2;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.8s ease, transform 0.8s ease;
	-moz-transition: opacity 0.8s ease, transform 0.8s ease;
	-o-transition: opacity 0.8s ease, transform 0.8s ease;
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.posts .post .categoria {
	text-align: center;
	margin: -13px 0 0 0;
	position: relative;
	z-index: 3;
}

.posts .post .categoria span {
	background: #fff;
	border: 1px solid #c6c6c6;
	padding: 9px 26px;
	font: 900 9px/9px "Lato";
	color: var(--color-primary-olive-dark);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	background-image: linear-gradient(to right,
			var(--color-primary-cream),
			var(--color-primary-cream) 50%,
			transparent 50%,
			transparent);
	background-position: 104% 0;
	background-size: 204% 104%;
	background-repeat: no-repeat;
	transition: background 0.8s ease, color 0.8s ease, border 0.8s ease;
}

.posts .post:hover .categoria span {
	background-position: 0 0;
	border-color: var(--color-primary-cream);
}

.posts .post .categoria span a {
	color: var(--color-primary-olive-dark);
}

.posts .post h2 {
	margin: 22px 0 12px 0;
	padding: 0;
	text-align: center;
	font: normal 20px/23px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #000;
	letter-spacing: 0.025em;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	-webkit-font-smoothing: antialiased;
}

.posts .post:hover h2 {
	opacity: 0.7;
}

.posts .post .descricao {
	font: italic 13px/18px "Georgia", serif;
	color: #474747;
	letter-spacing: 0.01em;
	text-align: center;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}

.posts .post .descricao p {
	display: inline;
}

.posts .post .descricao span.continue {
	display: none;
}

.posts .post:hover .descricao {
	opacity: 0.5;
}

/* INTERNO / SINGLE */

.interno {
	margin: 0 0 50px 0;
}

.interno.wp-block-group {
	margin-bottom: 50px;
}

.content.contentsingle .interno {
	margin-bottom: 0;
}

.autoauto .tags {
	background: #efefef;
	padding: 30px 40px;
	margin: 20px 0 0 0;
	text-align: center;
}

.autoauto .tags b {
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: block;
	-webkit-font-smoothing: antialiased;
	padding: 0 0 10px 0;
	text-align: center;
}

.autoauto .tags a {
	display: inline-block;
	background: #8b8b8b;
	color: #fff;
	font: 900 8px/8px "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 5px 7px;
	margin: 0 4px 0 0;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.autoauto .tags a:hover {
	background-color: #000;
}

.fullhead {
	width: 100%;
	text-align: center;
	padding: 0px;
	background: var(--color-primary-cream);
	border: var(--border-width) solid var(--color-border-light);
	margin: 0 0 0px 0;
}

.fullhead.is_stuck {
	z-index: 998;
}

.fullhead .border {
	padding: 60px 40px;
	border: 12px solid #fff;
	-webkit-transition: padding 0.8s ease;
	-moz-transition: padding 0.8s ease;
	-o-transition: padding 0.8s ease;
	transition: padding 0.8s ease;
}

.fullhead .categoria span {
	text-transform: uppercase;
	font: 900 11px/11px "Lato";
	color: var(--color-primary-olive-dark);
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.fullhead h1 {
	padding: 0;
	margin: 0 0 13px 0;
	font: normal 40px/44px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #000000;
	letter-spacing: 0.02em;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.fullhead h1:hover {
	color: #525252;
}

.fullhead .infos {
	text-align: center;
}

.fullhead .infos .data {
	font: italic 15px/15px "Georgia";
	letter-spacing: 0.01em;
	opacity: 0.6;
}

/* WISHLIST */

.wishbox {
	display: flex;
	padding: 20px;
	background: #ededed;
	margin: 0 0 50px 0;
}

.wishbox .imagem {
	width: 40%;
	flex: 1;
}

.wishbox .imagem img {
	width: 100%;
	height: auto;
}

.interno.wishmod {
	margin-bottom: 0;
}

.wishbox .conteudo {
	width: 60%;
	flex: 1;
	position: relative;
}

.conteudo.hideyt iframe {
	display: none;
}

.conteudo.hideyt object {
	display: none;
}

.wishbox .conteudo .scroll {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 10px 40px 10px 20px;
}

/* INTERNO */

.interno .head {
	margin: 0 0 15px 0;
}

.interno .head .categoria {
	position: relative;
	z-index: 3;
	margin: 0 0 10px 0;
}

.interno .head .categoria span {
	background: var(--color-primary-cream);
	padding: 7px 20px;
	font: 900 9px/9px "Lato";
	color: var(--color-primary-olive-dark);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	transition: background 0.8s ease;
}

.interno .head .categoria > .wp-block-post-terms {
	display: inline;
	background: var(--color-primary-cream);
	padding: 7px 20px;
	font: 900 9px/9px "Lato";
	color: var(--color-primary-olive-dark);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: background 0.8s ease;
}

.interno .head .categoria:hover span {
	background-color: var(--color-primary-sand);
}

.interno .head .categoria:hover > .wp-block-post-terms {
	background-color: var(--color-primary-sand);
}

.interno .head .categoria span a {
	color: var(--color-primary-olive-dark);
}

.interno .head .categoria > .wp-block-post-terms a {
	color: var(--color-primary-olive-dark);
}

.interno .head .categoria.first span {
	background: #eeeeee;
}

.interno .head .categoria.first span a {
	color: #9b9b9b;
}

.interno .head h1 {
	padding: 0;
	margin: 0 0 3px 0;
	font: normal 33px/34px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #000000;
	letter-spacing: 0.02em;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.interno .head h1:hover {
	color: #525252;
}

.interno .head .infos > .autor,
.interno .head .infos > .data,
.web-stories-list__archive-link {
	display: inline-block;
	font: italic 13px/13px "Georgia";
	color: #8c8c8c;
	margin: 0 8px 0 0;
	padding: 0 0 0 19px;
}

.interno .head .infos > .autor {
	background: url("../images/autor-ico.png") no-repeat left;
	font: 900 10px/10px "Lato", Helvetica, sans-serif;
	color: var(--color-author);
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.interno .head .infos > .autor::before {
	content: "postado por ";
	font: italic 13px/13px "Georgia";
	color: #8c8c8c;
	letter-spacing: normal;
	text-transform: none;
}

.interno .head .infos > .data {
	background: url("../images/data-ico.png") no-repeat left;
}

.interno .head .infos > .data b,
.interno .head .infos > .data strong,
.web-stories-list__archive-link a {
	font: 900 10px/10px "Lato", Helvetica, sans-serif;
	color: var(--color-author);
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.interno .imagem {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.conteudo {
	font: normal 15px/25px "Georgia", serif;
	color: #1d1d1d;
	letter-spacing: 0.02em;
	position: relative;
	z-index: 4;
}

.conteudo.wp-block-post-content {
	display: block;
}

.conteudo .wp-caption {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.conteudo .wp-caption .wp-caption-text {
	position: absolute;
	bottom: 0;
	background: #fff;
	padding: 10px 15px;
	margin: 0 0 -40px 20px;
	opacity: 0;
	font-size: 12px;
	-webkit-transition: opacity 0.8s ease, margin 0.8s ease;
	-moz-transition: opacity 0.8s ease, margin 0.8s ease;
	-o-transition: opacity 0.8s ease, margin 0.8s ease;
	transition: opacity 0.8s ease, margin 0.8s ease;
	font: italic 12px/12px "Georgia";
}

.conteudo .wp-caption:hover .wp-caption-text {
	opacity: 1;
	margin-bottom: 20px;
}

.conteudo .wp-caption .wp-caption-text b,
.interno .conteudo .wp-caption .wp-caption-text strong {
	font: 900 10px/10px "Lato";
	letter-spacing: 0.1em;
	font-style: normal;
	text-transform: uppercase;
}

.conteudo .wp-caption img {
	width: 100%;
	height: auto;
}

.conteudo h2 {
	font: italic 22px/24px "Georgia";
	background: url("../images/divisoria.png") no-repeat bottom;
	padding-bottom: 20px;
	margin: 25px 0 10px;
	background-size: 100% 9px;
}

.conteudo h3 {
	font: 900 15px/17px "Lato";
	margin: 25px 0 10px;
	text-transform: uppercase;
	color: #3a3a3a;
	letter-spacing: 0.1em;
}

.conteudo u {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border-bottom: 3px solid var(--color-primary-olive);
}

.conteudo hr {
	margin: 2em 0;
}

.conteudo img {
	width: 100%;
	height: auto;
	margin: 5px 0;
}

.conteudo i,
.interno .conteudo em {
	color: #5e5e5e;
}

.conteudo b,
.interno .conteudo strong {
	font: normal 15px/22px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #4b4b4b;
	letter-spacing: 0.02em;
}

.conteudo a {
	color: var(--color-link);
}

.conteudo a:hover {
	color: var(--color-link-hover);
}

.conteudo span.marcado {
	background: var(--color-primary-cream);
	color: var(--color-primary-olive-dark);
}

.conteudo span.continue {
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	color: #b6b6b6;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.conteudo ul {
	margin-left: 0;
	padding-left: 0;
}

.conteudo ul li {
	counter-increment: step-counter;
	list-style-type: none;
	padding: 15px 60px 15px 0px;
	border-top: var(--border-width) solid var(--color-border-light);
	margin: 3px 0;
	color: #7b7b7b;
	font: italic 16px/19px "Georgia";
	-webkit-transition: background 0.4s ease, border 0.4s ease;
	-moz-transition: background 0.4s ease, border 0.4s ease;
	-o-transition: background 0.4s ease, border 0.4s ease;
	transition: background 0.4s ease, border 0.4s ease;
	position: relative;
}

.conteudo ol {
	margin-left: 0;
	padding-left: 0;
}

.conteudo ol li {
	counter-increment: step-counter;
	list-style-type: none;
	padding: 20px 60px 20px 60px;
	border-top: var(--border-width) solid var(--color-border-light);
	margin: 3px 0;
	color: #7b7b7b;
	font: italic 16px/19px "Georgia";
	-webkit-transition: background 0.4s ease, border 0.4s ease;
	-moz-transition: background 0.4s ease, border 0.4s ease;
	-o-transition: background 0.4s ease, border 0.4s ease;
	transition: background 0.4s ease, border 0.4s ease;
	position: relative;
	min-height: 50px;
}

.conteudo ol li::before {
	content: counter(step-counter);
	font: normal 17px/35px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #000;
	border: var(--border-width) solid var(--color-border-light);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	left: 0;
	top: 50%;
	margin: -17.5px 0 0 0;
	position: absolute;
	text-align: center;
	-webkit-transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
	-moz-transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
	-o-transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
	transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
}

.conteudo ol p {
	margin-top: 0;
	font-size: 14px;
	line-height: 23px;
	padding-left: 60px;
}

.conteudo ol li:hover:before {
	border-color: var(--color-primary-olive);
	background: var(--color-primary-olive);
	color: var(--color-text-primary);
}

.wishmod .conteudo ol li {
	font-size: 14px;
	line-height: 22px;
	padding-right: 0;
}

.wishmod .conteudo ol li::before {
	background: #fff;
	border: 0;
}

.wishmod .conteudo ol li:hover:before {
	background: #000;
	color: #fff;
}

.conteudo img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 50%;
}

.conteudo img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 50%;
}

.conteudo img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.conteudo img a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 50%;
}

.conteudo img a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 50%;
}

.conteudo img a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.conteudo body {
	background: #e6e4e4;
}

.conteudo blockquote {
	color: var(--color-primary-olive-dark);
	background: var(--color-primary-cream);
	margin: 20px auto;
	position: relative;
	width: 100%;

	background-image: -webkit-radial-gradient(#fff 30%, transparent 20%),
		-webkit-radial-gradient(var(--color-primary-sand) 38%, transparent 24%),
		-webkit-linear-gradient(top, transparent 0%, transparent 95%, rgba(176, 179, 126, 0.2) 95%, rgba(176, 179, 126, 0.2) 100%);
	background-image: -moz-radial-gradient(#fff 30%, transparent 20%),
		-moz-radial-gradient(var(--color-primary-sand) 38%, transparent 24%),
		-moz-linear-gradient(top, transparent 0%, transparent 95%, rgba(176, 179, 126, 0.2) 95%, rgba(176, 179, 126, 0.2) 100%);
	background-image: radial-gradient(#fff 30%, transparent 20%),
		radial-gradient(var(--color-primary-sand) 38%, transparent 24%),
		linear-gradient(to bottom,
			transparent 0%,
			transparent 95%,
			rgba(176, 179, 126, 0.2) 95%,
			rgba(176, 179, 126, 0.2) 100%);
	background-position: 4px 1px, 4px 0px, 50% 0px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-size: 30px 30px, 30px 30px, 30px 30px;
	padding: 14px 48px 23px 100px;
}

.conteudo blockquote b,
.interno .conteudo blockquote strong {
	font: bold italic 15px/30px "Georgia";
	color: var(--color-primary-olive-dark);
}

.conteudo blockquote:after {
	border-left: 2px solid rgba(96, 99, 58, 0.2);
	border-right: 2px solid rgba(96, 99, 58, 0.2);
	bottom: 0;
	content: "";
	left: 60px;
	position: absolute;
	top: 0;
	width: 3px;
}

.conteudo blockquote p {
	font: italic 16px/30px "Georgia";
	margin-bottom: 5px;
}

span.ret {
	font: 900 12px/11px "Lato";
	color: #7f7f7f;
	padding-left: 4px;
	letter-spacing: 0.1em;
}

/* PÁGINA */

.pagina {
	margin-bottom: 50px;
}

.pagina .head {
	margin: 0 0 40px 0;
	text-align: center;
}

.pagina .head .titulo {
	color: #b6b6b6;
	font: normal 54px/55px "Shorelines-Script-Bold";
	-webkit-font-smoothing: antialiased;
}

.pagina .head .descricao {
	color: #868686;
	font: italic 18px/18px "Times New Roman";
}

.pagina .lugares {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

.pagina .lugares .lugar {
	width: 23.5%;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	text-align: center;
	margin: 0 0 30px 0;
}

.pagina .lugares .lugar .thumb {
	width: 100%;
	margin: 0 0 10px 0;
	overflow: hidden;
	display: inline-block;
}

.pagina .lugares .lugar .titulo {
	font: normal 20px/23px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #000000;
}

.pagina .lugares .lugar .loc {
	margin: 4px 0 0 0;
	font: italic 14px/14px "Georgia";
	color: #868686;
}

.pagina .lugares .lugar .thumb img {
	width: 100%;
	height: auto;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-o-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}

.pagina .lugares .lugar:hover .thumb img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.2);
	/* Firefox */
	-webkit-transform: scale(1.2);
	/* Safari and Chrome */
	-o-transform: scale(1.2);
	/* Opera */
}

.pagina .detail {
	margin: 0 0 40px 0;
}

.pagina .detail .imagem {
	width: 45%;
	float: left;
}

.pagina .detail .imagem img {
	width: 100%;
	height: auto;
}

.pagina .detail .info {
	float: right;
	width: 51%;
}

.pagina .detail .info .conteudo p {
	margin: 0;
}

.pagina .detail .info .conteudo p+p {
	margin-top: 10px;
}

.pagina .detail .info .acoes {
	margin: 30px 0 0 0;
}

.pagina .detail .info .acoes .socialshare {
	float: left;
	margin: 0 15px 0 0;
}

.pagina .detail .info .acoes .socialshare .rede {
	margin: 0 4px 0 0;
}

.pagina .detail .info .acoes .botao {
	float: left;
	background: #ddd;
	padding: 13px 15px;
	font: 900 10px/10px "Lato";
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

.pagina .colunas {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.pagina .colunas .coluna {
	width: 31%;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.pagina .colunas .coluna .box {
	border: 12px solid var(--color-bg-light);
	padding: 30px;
	text-align: center;
}

.pagina .colunas .coluna .box h1 {
	font: italic 17px/17px "Times New Roman";
	margin: 0;
	padding: 0;
	color: #555555;
}

.pagina .colunas .coluna .box a+h1 {
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: var(--border-width) solid var(--color-border-light);
}

.pagina .colunas .coluna .box h2 {
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 15px 0 10px;
	padding: 0;
}

.pagina .colunas .coluna .box a {
	display: block;
	font: normal 10px/22px "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.pagina .colunas .coluna .box a[target="_blank"] {
	font-weight: 900;
	font-size: 20px;
}

.pagina .colunas .coluna .box a:hover {
	color: var(--color-primary-olive-dark);
}

/*
.pagina .detail .info .conteudo p{
  margin:0;
}
.pagina .detail .info .conteudo p + p{
  margin-top:10px;
}
*/

/* NEWSLETTER */

.newsletter {
	width: 100%;
	clear: both;
}

.newsletter .box {
	background: #f0f1f1;
	position: relative;
	z-index: 2;
	height: 115px;
	padding: 35px 45px 20px 45px;
}

.newsletter .box .selo {
	width: 256px;
	height: 73px;
	background: url("../images/selos.png") no-repeat center;
	right: 0;
	top: 0;
	margin: -40px 34px 0 0;
	position: absolute;
}

.newsletter .circulo {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: var(--color-primary-cream);
	position: absolute;
	z-index: 1;
	margin: -29px 0 0 -29px;
	transform: scale(1);
	-webkit-transition: transform 1.2s ease;
	-moz-transition: transform 1.2s ease;
	-o-transition: transform 1.2s ease;
	transition: transform 1.2s ease;
	z-index: 1;
}

.newsletter:hover .circulo {
	-webkit-transform: scale(1.2) !important;
	-ms-transform: scale(1.2) !important;
	transform: scale(1.2) !important;
}

.newsletter .novidades {
	width: 220px;
	float: left;
	color: #636363;
	font: normal 34px/35px "Shorelines-Script-Bold";
	-webkit-font-smoothing: antialiased;
}

.newsletter .novidades a {
	color: inherit;
	text-decoration: none;
}

.newsletter .novidades a:hover {
	color: #3a3a3a;
}

.newsletter .novidades span {
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	color: #b6b7b8;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	display: block;
}

.newsletter .form {
	float: right;
	width: 400px;
	padding: 20px 0 0 10px;
}

.newsletter .form .ck_form.ck_naked .ck_form_fields {
	padding: 0 !important;
}

.newsletter .form .ck_email_address,
.newsletter .form .ck_first_name {
	width: 200px !important;
	border: 0 !important;
	color: #707070 !important;
	border-bottom: 2px solid #c2c2c2 !important;
	padding: 0 0 8px 0 !important;
	font: italic 13px/13px Georgia, serif !important;
	float: left !important;
	letter-spacing: 0.02em !important;
	margin: 0 10px 0 0 !important;
	background: transparent !important;
	outline: none !important;
	height: auto !important;
}

.newsletter .form .ck_form.ck_naked {
	margin: 0 !important;
}

.newsletter .form .ck_first_name {
	width: 100px !important;
}

.newsletter .form .ck_form.ck_naked p {
	margin: 0 !important;
	font: italic 12px/15px "Georgia";
	text-align: left !important;
}

.newsletter .form #ck_success_msg {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

.newsletter .form .subscribe_button {
	width: 40px !important;
	border: 0 !important;
	padding: 0 0 10px 0 !important;
	font: 900 18px/18px "Lato" !important;
	text-transform: uppercase !important;
	float: left !important;
	letter-spacing: 0.1em !important;
	color: #abaaaa !important;
	background: transparent !important;
	margin: 0 !important;
	outline: none !important;
	-webkit-transition: color 0.4s ease !important;
	-moz-transition: color 0.4s ease !important;
	-o-transition: color 0.4s ease !important;
	transition: color 0.4s ease !important;
}

.newsletter .form .subscribe_button:hover {
	color: #6f6e6e !important;
}

/* CATEGORIA */

.categoryhead {
	width: 100%;
	margin: 0 0 30px 0;
}

.categoryhead h1 {
	margin: 0;
	padding: 0;
	color: #636363;
	text-align: center;
	font: normal 44px/45px "Shorelines-Script-Bold";
	-webkit-font-smoothing: antialiased;
}

.categoryhead h1 span.cat {
	vertical-align: middle;
}

.categoryhead h1 span.visu {
	font: italic 15px/55px "Georgia";
	vertical-align: middle;
	display: inline-block;
	padding: 0 10px 0 0;
}

.categoryhead h1 span.visu b {
	font: 900 30px/30px "Lato";
	vertical-align: middle;
	padding: 0 3px;
}

/* FULLVIDEO */

.fullvideo {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}

.fullvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* SIDEBAR */

.hold .sidebar {
	width: 337px;
	float: right;
	margin: 0 0 30px 0;
}

.autohome > .content,
.autohome > .sidebar {
	float: none;
}

.autopost > .autoauto > .content,
.autopost > .autoauto > .sidebar,
.autopost > .infinite-wrap > .autoauto > .content,
.autopost > .infinite-wrap > .autoauto > .sidebar {
	float: none;
}

body.page-template-default > .hold > .content,
body.page-template-default > .hold > .sidebar {
	float: none;
}

.hold .sidebar.sidesingle {
	width: 320px;
	padding-top: 30px;
}

.hold .titulofixo.full {
	width: 1100px;
}

.hold .titulofixo.full .left {
	width: 80%;
}

.hold .titulofixo.full .right {
	width: 20%;
}

.hold .titulofixo {
	color: #000;
	background: #fff;
	width: 780px;
	padding: 0 0 10px 0;

	position: absolute;
	border-bottom: 1px solid #ddd;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	z-index: 998;
	opacity: 0;
	font: 900 12px/12px "Lato", Helvetica, Arial;
	letter-spacing: 0.1em;
	text-align: left;
	text-transform: uppercase;
	overflow: hidden;
}

.hold .titulofixo .left {
	width: 630px;
	float: left;
	padding-top: 20px;
	height: 35px;
	overflow: hidden;
}

.hold .titulofixo .right {
	width: 130px;
	float: right;
	padding: 12px 20px 0 0;
}

.hold .titulofixo .right .socialshare {
	text-align: right;
}

.hold .titulofixo .right .socialshare .rede {
	width: 25px;
	height: 25px;
	margin: 0 0 0 2px;
}

.hold .titulofixo span {
	font: italic 11px/11px Georgia, serif;
	color: #a5a5a5;
	letter-spacing: 0.1em;
	margin-right: 3px;
	text-transform: none;
}

.hold .titulofixo.is_stuck {
	opacity: 1;
}

.hold .sidebar .perfil {
	margin: 0 0 20px 0;
}

.hold .sidebar .perfil .foto {
	width: 100%;
	height: 396px;
	background: url("../images/perfil-3.jpg");
	margin: 0 0 25px 0;
	background-repeat: no-repeat;
	background-size: cover;
	resize: both;
}

.hold .sidebar .perfil .descricao {
	font: italic 13px/20px "Georgia", serif;
	color: #4e4e4e;
	letter-spacing: 0.015em;
	text-align: center;
}

.hold .sidebar .girlpower {
	margin: 0 0 24px 0;
}

.hold .sidebar .girlpower .titulo {
	font: normal 25px/25px "Shorelines-Script-Bold";
	color: #797979;
	text-align: center;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hold .sidebar .girlpower .avatar {
	width: 30%;
	float: left;
	height: 112px;
	overflow: hidden;
	margin: 0 33.5px;
}

.hold .sidebar .girlpower .avatar img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.hold .sidebar .livros {
	height: 157px;
	margin: 0 0 25px 0;
}

.hold .sidebar .livros .slideshow {
	width: 294px !important;
	height: 157px;
	float: left;
	white-space: nowrap;
	/* this does the trick */
	overflow: hidden;
	/* this prevents the grey divs from overflowing */
}

.hold .sidebar .livros .slideshow .slide {
	width: 104px;
	height: 157px;
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.hold .sidebar .livros .slideshow .slide .link {
	position: absolute;
	width: 100%;
	height: 100%;
}

.hold .sidebar .livros .arrow {
	padding: 0;
	border: 0;
	width: 40px;
	height: 157px;
	float: right;
	background: url("../images/arrow-livros.png") no-repeat center;
	opacity: 0.7;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.hold .sidebar .livros .arrow:hover {
	opacity: 1;
	cursor: pointer;
}

.hold .sidebar .livros .dq-carousel-track {
	display: flex;
	height: 157px;
}

.hold .sidebar .livros .dq-carousel-track .slide {
	flex: 0 0 104px;
}

.hold .sidebar .plugin-desc {
	display: none;
}

.hold .sidebar.sidesingle .autor {
	border-left: var(--border-width) solid var(--color-border-light);
	padding-left: 30px;
	margin-bottom: 30px;
}

.hold .sidebar.sidesingle .autor .head {
	margin-bottom: 14px;
}

.hold .sidebar.sidesingle .autor .head .avatar {
	width: 70px;
	height: 70px;
	background: #ddd;
	border-radius: 50%;
	float: left;
}

.hold .sidebar.sidesingle .autor .head .info {
	width: 200px;
	float: right;
}

.hold .sidebar.sidesingle .autor .head .info .publicado {
	font: 900 10px/15px "Lato";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.hold .sidebar.sidesingle .autor .head .info .mais {
	display: inline;
	padding: 5px 15px;
	font: 900 8px/8px "Lato";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #ebebeb;
}

.hold .sidebar.sidesingle .autor .head .info .nome {
	font: normal 20px/20px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #000000;
	letter-spacing: 0.06em;
	text-transform: none;
	display: block;
	margin-bottom: 5px;
}

.hold .sidebar.sidesingle .autor .descricao {
	font: italic 13px/20px Georgia, serif;
	color: #575757;
}
