@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {box-sizing: border-box; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }*{box-sizing: border-box;}

/* shared */
img {
	max-width: 100%;
	display: block;
}
:root{
	--brand-gradient:linear-gradient(90deg, #CD552A 0%, #F0692E 100%);
	--brand-orange:#E96B34;
	--brand-orange-2:#CD552A;
	--brand-blue:#2D64A2;
	--ink:#232D3C;
	--bg:#ffffff;
	--radius:18px;
	--shadow:0 14px 38px rgba(15,25,40,.14);
	--light-gray: #F4F4F4;
	--light-gray-2: #EFEFEF;
	--light-orange: #FFF5EF;
	--blue: #214A7C;
	--text: #6C6C6C;
}
body {
	font-family: 'Nata Sans', Arial, sans-serif;
	color:var(--ink);
}
.container {
	max-width: 1340px;
}
.btn {
	border-radius:16px;
	font-weight:600;
	letter-spacing:.2px;
	padding: 16px 32px;
	text-decoration: none;
	text-align: center;
	border: 0;
	font-family: 'Nata Sans', Arial, sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: all.3s ease-in-out;
	display: inline-block;
}
.btn-primary {
	background:var(--brand-gradient);
	color:#fff;
	background-size: 100% auto;
}
.btn-primary:hover {
	background-size: 150% auto;
	color:#fff;
}
.btn-ghost { 
	background:var(--light-gray);
	color:var(--blue);
}
.btn-ghost:hover {
	background:var(--light-gray-2);
}
.btn-small {
	padding:.5rem.9rem;
	font-size:.9rem;
}

/* header */
.site-header {
	padding: 24px 0;
}
.site-header a:not(.btn) {
	text-decoration: underline;
	color: var(--brand-orange-2);
}
.header-link {
	text-decoration: none;
	color: var(--brand-orange-2);
	font-weight: bold;
}
.brand img {
	max-width: 160px;
}
.site-header .nav-inline div {
	gap: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.is-logged-in .site-header .nav-inline .logged-in-menu {
	gap: 16px;
	display: flex!important;
	flex-direction: row;
}
.hamburger {
	border:none;
	background:#fff;
	width:44px; height:44px;
	border-radius:8px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border: 1px solid var(--light-gray);
}
.hamburger .bar {
	width: 22px;
	height: 2px;
	background: #273549;
	position: relative;
	border-radius:2px;
}
.hamburger .bar::before, .hamburger .bar::after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background: #273549;
	border-radius: 2px;
}
.hamburger .bar::before {
	top: -6px;
}
.hamburger .bar::after {
	top: 6px;
}
.mobile-menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background:#fff;
	border-bottom: 1px solid rgba(0,0,0,.06);
	box-shadow: 0 16px 24px rgba(0,0,0,.06);
}
.mobile-menu.is-open {
	display:flex;
	justify-content: center;
	z-index: 100;
}
.mobile-menu .wrap {
	padding: 24px 15px;
	display: flex;
	gap: 16px;
	flex: 1;
	justify-content: center;
}
.mobile-menu.wrap a {
	flex: 1;
	padding: 16px;
}

/* hero */
.hero {
	padding: 160px 0;
	background: url('../img/bg-hero-xs.jpg')no-repeat center;
}
.hero h1 {
	font-size: 24px;
	color: var(--brand-orange-2);
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: 200px;
	position: absolute;
	top: -110px;
}
.hero h1 strong {
	font-weight: bold;
}
.hero h2 {
	font-size: 20px;
	color: var(--brand-orange-2);
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: 250px;
	position: absolute;
	bottom: -115px;
	padding-left: 80px;
}
.hero-search {
	padding: 24px 24px 48px 24px;
	background: var(--light-orange);
	border: 1px solid var(--brand-orange);
	border-radius: 24px;
	display: flex;
	gap: 16px;
	flex-direction: column;
}
.hero-search input[type="text"] {
	border: 0;
	height: 48px;
	border-radius: 16px;
	padding: 0 16px 0 48px;
	background: #fff url('../img/icon-search.svg')no-repeat 16px center;
	font-family: 'Nata Sans', Arial, sans-serif;
	width: 100%;
}
.hero-search input[type="submit"] {
	padding: 0 24px;
	height: 48px;
}
.js-use-location {
	position: absolute;
	left: 0;
	bottom: 18px;
	background: transparent;
	padding: 0;
	border: 0;
	font-size: 12px;
	color: var(--brand-orange);
	text-decoration: underline;
	font-family: 'Nata Sans', Arial, sans-serif;
	right: 0;
	margin: 0;
}
@media (min-width: 1200px) {
	.js-use-location {
		margin: 0 0 0 40px!important;
		right: auto;
	}
	.hero {
		background: url('../img/bg-hero.jpg')no-repeat center;
		padding: 380px 0;
	}
	.hero .js-use-location {
		bottom: 28px;
		margin: 0 0 0 80px!important;
	}
	.hero h1 {
		font-size: 50px;
		left: 250px;
		right: auto;
		max-width: 300px;
		top: -310px;
	}
	.hero h2 {
		margin-left: auto;
		margin-right: auto;
		left: 660px;
		right: auto;
		max-width: 410px;
		position: absolute;
		bottom: -185px;
		font-size: 30px;
		font-weight: bold;
	}
	.hero p {
		color: var(--brand-orange-2);
		margin-left: auto;
		margin-right: auto;
		left: 660px;
		right: auto;
		max-width: 410px;
		position: absolute;
		bottom: -270px;
		font-size: 24px;
		padding-left: 80px;
	}
	.hero-search {
		padding: 64px;
		flex-direction: row;
	}
	.inner-hero .hero-search {
		padding: 24px 24px 48px 24px;
	}
	.hero-search input[type="text"] {
		padding-left: 52px;
	}
	.hero-search input[type="submit"] {
		padding: 0 32px;
	}
	.hero-search input[type="text"],.hero-search input[type="submit"] {
		height: 60px;
		font-size: 18px;
	}
}

/* why */
.why {
	padding: 40px 0;
	background: #FAFAFA;
}
.why h2 {
	font-size: 32px;
	font-weight: bold;
	color: var(--brand-orange-2);
	text-align: center;
	margin-bottom: 40px;
}
.why-boxes {
	margin: 0 -15px;
}
.why-boxes .slick-list {
	padding-right: 20%!important;
}
.why-box {
	padding: 32px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	margin: 0 16px 32px 16px;
	min-height: 385px!important;
}
.why-box-icon {
	margin-bottom: 16px;
}
.why-box-content h3 {
	font-size: 20px;
	font-weight: 500;
	color: var(--brand-orange-2);
	margin-bottom: 8px;
	line-height: 24px;
}
.why-box-content p {
	color: var(--text);
	line-height: 130%;
}
@media (min-width: 1200px) {
	.why {
		padding: 80px 0;
	}
	.why h2 {
		margin-bottom: 48px;
		font-size: 40px;
	}
	.why-boxes {
		display: flex;
		gap: 32px;
		margin: 0;
	}
	.why-box {
		margin: 0;
	}
}

/* stories */
.stories {
	padding: 0 0 40px 0;
	background: #FAFAFA;
}
.stories h2 {
	font-size: 32px;
	font-weight: bold;
	color: var(--brand-orange-2);
	text-align: center;
	margin-bottom: 40px;
}
.rail {
	padding-left: 15px;
	display: flex;
	gap: 18px;
	overflow-x: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
}
.rail:active {
	cursor: grabbing;
}
.rail::-webkit-scrollbar {
	height: 0px
}
.rail::-webkit-scrollbar-thumb {
	background: var(--brand-orange);
	border-radius: 999px
}
.rail::-webkit-scrollbar-track {
	background:transparent
}
.story {
	flex: 0 0 auto;
	width: 100px;
	text-align: center;
	user-select: none;
	border: 0;
	background: transparent;
	padding: 0;
}
.avatar {
	cursor: pointer;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	padding: 4px;
	background: conic-gradient(#ff4d87, #ff7a3d, #ff4d87);;
	display: inline-grid;
	place-items: center;
	transition: filter.2s ease,opacity.2s ease
}
.js-open-story-modal {
	margin-top: 32px;
}
.story.seen .avatar {
	background: #efefef;
}
.avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	background: #f4f4f4;
	pointer-events: none;
	-webkit-user-drag: none;
	user-select: none
}
.story.seen.avatar {
	background: #cfcfcf;
}
.story:active.avatar {
	filter: brightness(.95);
}
.label {
	display: none;
}
.viewer {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.8);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.viewer.open {
	display: flex;
}
.viewer-inner {
	width: min(92vw,720px);
	height: min(92vh,1080px);
	display: grid;
	grid-template-rows: 34px 1fr 64px;
	gap: 12px;
	position: relative
}
.progress {
	display: flex;
	gap: 6px;
	padding: 10px 14px 0;
}
.progress-bar {
	flex: 1 1 auto;
	height: 3px;
	background: rgba(255,255,255,.25);
	border-radius: 999px;
	overflow: hidden;
}
.progress-bar > span {
	display: block;
	height: 100%;
	width: 0%;
	background: #fff;
	transition: width.1s linear;
}
.frame {
	background: #000;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
	display: grid;
	place-items: center;
}
.frame img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
.top-actions {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	gap: 6px;
}
.top-actions .btn {
	border-radius: 6px;
}
.nav {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.nav button {
	appearance: none;
	background: transparent;
	border: 0;
}
.nav button:active {
	background: rgba(255,255,255,.06);
}
.stories-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 6px 6px;
}
.meta {
	color: #fff;
	font-size: 14px;
	opacity: .9;
	padding-left: 6px;
}
/* ==============================
   STORIES – MODAL DE PUBLICAÇÃO
   ============================== */
.story-modal {
  position: fixed; inset: 0;
  z-index: 10000;
  display: none; /* abre com .open */
  align-items: center; justify-content: center;
  background: rgba(0,0,0,.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 20px;
}
.story-modal.open { display: flex; }
body.modal-open { overflow: hidden; }

.story-modal-dialog {
  width: min(92vw, 560px);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  animation: sm-pop .14s ease-out both;
}
@keyframes sm-pop {
  from { opacity: 0; transform: translateY(10px) scale(.985); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.story-modal-header {
  padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.story-modal-header h3 {
  margin: 0; font-size: 18px; color: var(--ink);
}
.story-modal-close {
  appearance: none; border: 0; background: transparent; cursor: pointer;
  width: 36px; height: 36px; border-radius: 8px; font-size: 18px;
  line-height: 36px; text-align: center;
}
.story-modal-close:hover { background: rgba(0,0,0,.05); }

.story-modal-body {
  padding: 20px;
  display: grid; gap: 16px;
}

.story-field {
  display: grid; gap: 6px;
}
.story-field label {
  font-size: 14px; color: #333; font-weight: 600;
}
.story-field input[type="text"] {
  height: 48px; border-radius: 12px; border: 1px solid #ddd; padding: 0 14px;
  font-family: 'Nata Sans', Arial, sans-serif; font-size: 16px;
}

.story-dropzone {
  position: relative;
  border: 2px dashed #ddd;
  border-radius: 14px;
  min-height: 160px;
  display: grid; place-items: center;
  text-align: center;
  padding: 16px;
  background: #fafafa;
  transition: border-color .2s ease, background .2s ease;
  cursor: pointer;
}
.story-dropzone.is-dragover {
  border-color: var(--brand-orange);
  background: var(--light-orange);
}
.story-dropzone input[type="file"] {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0);
}
.story-dropzone .hint {
  color: #666; font-size: 14px; line-height: 1.3;
}

.story-preview {
  border-radius: 14px; overflow: hidden;
  max-height: 360px; background: #000;
  display: none; /* mostrar via JS quando tiver imagem */
}
.story-preview img {
  width: 100%; height: 100%; object-fit: contain; display: block;
  background: #000;
}

.story-modal-footer {
  display: flex; gap: 10px; justify-content: flex-end;
  padding: 16px 20px; border-top: 1px solid #eee;
}
.story-modal-footer .btn-ghost { background: var(--light-gray); }
.story-modal-footer .btn-ghost:hover { background: var(--light-gray-2); }

/* feedback de erro */
.story-error {
  background: #fff2f2; color: #a60000;
  border: 1px solid #ffd0d0; border-radius: 10px;
  padding: 10px 12px; font-size: 14px;
  display: none; /* mostrar via JS quando necessário */
}

/* acessibilidade: foco visível */
.story-modal button:focus-visible,
.story-modal input:focus-visible {
  outline: 3px solid rgba(33,74,124,.35);
  outline-offset: 2px;
  border-radius: 10px;
}

/* reduzir animação se preferir */
@media (prefers-reduced-motion: reduce) {
  .story-modal-dialog { animation: none; }
}

@media (min-width: 1200px) {
	.stories {
		padding: 0 0 80px 0;
	}
	.stories h2 {
		margin-bottom: 48px;
		font-size: 40px;
	}
	.story {
		width: 210px;
	}
}

/* mapa */
.map {
	padding: 40px 0;
}
.map h2 {
	font-size: 32px;
	font-weight: bold;
	color: var(--brand-orange-2);
	text-align: center;
	margin-bottom: 40px;
}
.map-holder {
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 1/1;
	position: relative;
}
.map-holder iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 1200px) {
	.map {
		padding: 80px 0;
	}
	.map h2 {
		margin-bottom: 48px;
		font-size: 40px;
	}
	.map-holder {
		aspect-ratio: 16/9;
	}
}

/* register */
.register {
	padding: 40px 0 0 0;
	position: relative;
	background: #FAFAFA;
}
.register h2 {
	font-size: 32px;
	font-weight: bold;
	color: var(--brand-orange-2);
	margin-bottom: 24px;
}
.register h3 {
	color: #00588C;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
}
.register p, .register ul {
	color: #00588C;
}
.register ul {
	margin-bottom: 16px;
}
.register li {
	list-style: disc;
	margin-left: 20px;
	line-height: 20px;
	margin-top: 4px;
}
.register p strong {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
.register p em {
	color: #F0692E;
	margin-bottom: 24px;
	display: block;
}
.register .btn {
	margin-bottom: 24px;
}
.register .disclaimer {
	text-align: center;
	margin-bottom: 24px;
}
.register-talk {
	position: relative;
}
.register-talk-box {
	position: absolute;
	top: 100px;
	left: 100px;
	border-radius: 8px 8px 8px 0;
	padding: 16px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.register-talk-box:before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	left: -8px;
	bottom: -2px;
	background: url('../img/chat.svg')no-repeat center;
}
@media (min-width: 1200px) {
	.register {
		padding: 80px 0 0 0;
	}
	.register h2 {
		margin-bottom: 24px;
		font-size: 40px;
	}
	.register .disclaimer {
		text-align: left;
		margin-bottom: 80px;
	}
	.register-talk {
		position: absolute;
		bottom: 0;
	}
	.register-talk-box {
		top: 200px;
		left: 400px;
	}
	.register-talk-box:before {
		bottom: -4px;
	}
}

/* farmers */
.logged-in .farmer, .logged-in .resistance {
	display: none;
}
.farmer {
	padding: 40px 0;
	background: url('../img/bg-farmer.jpg')no-repeat center/cover;
	text-align: center;
}
.farmer h2 {
	font-size: 32px;
	font-weight: bold;
	color: #FFBB02;
	margin-bottom: 4px;
}
.farmer h3 {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 8px;
}
.farmer ul {
	margin-bottom: 16px;
}
.farmer li {
	background: rgba(216,186,175,.4) url('../img/icon-check.png')no-repeat 16px center;
	border-radius: 40px;
	padding: 16px 24px 16px 48px;
	color: #fff;
	margin-top: 16px;
	text-align: left;
	display: inline-block;
}
.farmer .disclaimer {
	text-align: center;
	margin-top: 24px;
	color: #FFE177;
}
@media (min-width: 1200px) {
	.farmer {
		padding: 80px 0;
	}
	.farmer h2 {
		margin-bottom: 8px;
		font-size: 40px;
	}
	.farmer h3 {
		font-size: 24px;
		max-width: 700px;
		line-height: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 16px;
	}
	.farmer ul {
		display: flex;
		justify-content: center;
		gap: 16px;
		margin-bottom: 32px;
	}
}

/* simple */
.simple {
	background: #FAFAFA;
	padding: 40px 0;
}
.register + .simple {
	background: #fff;
}
.simple h2 {
	font-size: 32px;
	font-weight: bold;
	color: var(--brand-orange-2);
	text-align: center;
	margin-bottom: 8px;
}
.simple h3 {
	font-size: 16px;
	color: #00588C;
	line-height: 20px;
	margin-bottom: 24px;
	max-width: 511px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}
.simple-boxes {
	margin: 0 -15px;
}
.simple-boxes .slick-list {
	padding-right: 20%!important;
}
.simple-box {
	padding: 32px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	margin: 0 16px 32px 16px;
	min-height: 252px!important;
}
.simple-box-icon {
	margin-bottom: 16px;
}
.simple-box-content h3 {
	font-size: 20px;
	font-weight: 500;
	color: var(--brand-orange-2);
	margin-bottom: 8px;
	line-height: 24px;
	text-align: left;
	max-width: none;
	margin-bottom: 0!important;
}
@media (min-width: 1200px) {
	.simple {
		padding: 80px 0;
	}
	.simple h3 {
		margin-bottom: 32px;
	}
	.simple-boxes {
		display: flex;
		gap: 32px;
		margin: 0;
	}
	.simple-box {
		flex: 1;
		margin: 0;
	}
}

/* resistance */
.resistance {
	padding: 40px 0;
	background: url('../img/bg-resistance.jpg')no-repeat center/cover;
	text-align: center;
}
.resistance h2 {
	font-size: 32px;
	font-weight: bold;
	color: #FFBB02;
	margin-bottom: 4px;
}
.resistance h3 {
	font-size: 18px;
	color: #FFE177;
	line-height: 20px;
	margin-bottom: 8px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}
.resistance p {
	font-size: 16px;
	color: #fff;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	line-height: 20px;
}
.resistance .disclaimer {
	text-align: center;
	margin-top: 24px;
	color: #FFE177;
}
@media (min-width: 1200px) {
	.resistance {
		padding: 80px 0;
	}
	.resistance h2 {
		margin-bottom: 8px;
		font-size: 40px;
	}
	.resistance h3 {
		font-size: 24px;
		max-width: 450px;
		line-height: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 16px;
	}
}

/* faq */
.faq {
	padding: 40px 0;
}
.faq h2 {
	font-size: 32px;
	font-weight: bold;
	color: var(--brand-orange-2);
	margin-bottom: 24px;
	text-align: center;
}
.faq-i {
	background: #fdf3ec;
	border-radius: 16px;
	overflow: hidden;
}
.faq-i + .faq-i {
	margin-top: 16px;
}
.faq-i > summary {
	list-style: none;
	cursor: pointer;
	padding: 24px 44px 24px 24px;
	font-weight: 700;
	position: relative;
	outline: none;
	line-height: 1.3;
}
.faq-i > summary::after {
	content: "";
	position: absolute;
	right: 14px; top: 50%;
	width: 10px; height: 10px;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	transform: translateY(-70%) rotate(45deg);
	transition: transform .2s ease;
}
.faq-i[open] > summary::after {
	transform: translateY(-30%) rotate(-135deg);
}
.faq-a {
	padding: 0 16px 16px;
	color: #333;
	line-height: 1.5;
}
.faq-i > summary:focus-visible {
	box-shadow: 0 0 0 3px rgba(0,0,0,.15) inset;
	border-radius: 10px;
}
@media (min-width: 1200px) {
	.faq {
		padding: 80px 0;
	}
	.faq h2 {
		margin-bottom: 40px;
		font-size: 40px;
	}
}

/* footer */
.footer {
	padding: 30px 0;
	background: #FFF5EF;
}
.footer p {
	text-align: center;
	font-weight: bold;
	color: #CD552A;
}
.footer ul {
	margin: 16px 0;
	display: flex;
	gap: 16px;
	justify-content: center;
}
.footer div > img {
	display: block;
	width: 200px;
	margin: auto auto 20px auto;
}
.footer hr {
	border: 0;
	border-top: 1px solid #CCCCCC;
	margin: 30px 0;
}
.footer nav {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
	gap: 16px;
}
.footer nav a {
	color: #00588C;
	text-decoration: none;
}
.footer p.copyright {
	color: #00588C;
	text-decoration: none;
	font-weight: normal;
}
@media (min-width: 1200px) {
	.footer {
		padding: 30px 0 40px 0;
	}
	.footer .d-xl-flex {
		gap: 16px;
	}
	.footer div > img {
		margin-left: auto;
		margin-right: 0;
		width: 287px;
		margin-bottom: 0;
	}
	.footer hr {
		margin: 30px 0 40px 0;
	}
	.footer nav {
		justify-content: flex-start;
		margin-bottom: 0;
	}
	.footer p.copyright {
		text-align: right;
	}
}

/* inner pages */
.inner-hero {
	margin-bottom: -80px;
}
.inner-content {
	padding: 120px 0 40px 0;
	background: linear-gradient(to bottom, #f9f9f9, #ffffff);
}
.inner-content-comments h2 {
	text-align: center;
}
.inner-content + .inner-content {
	padding-top: 40px;
}
.inner-content + .stories {
	padding: 40px 0;
}
.inner-content h2 {
	font-size: 24px;
	font-weight: bold;
	color: var(--brand-orange-2);
	line-height: 30px;
	margin-bottom: 32px;
}
.inner-content-box {
	padding: 24px 24px 48px 24px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.inner-content-box.inner-content-box-detail {
	padding: 0;
	box-shadow: none;
	background: transparent;
}
.inner-content-box-gallery {
	position: relative;
}
.gallery-image {
	aspect-ratio: 16/9;
	background-size: cover;
	border-radius: 16px;
	background-repeat: no-repeat;
}
.story-dropzone .file-name { display:block; margin-top:.5rem; font-weight:600; }
.story-dropzone.is-selected { border-color:#aaa; background:#fafafa; }
.inner-content-box-carousel div {
	position: relative;
}
.inner-content-box-carousel img {
	border-radius: 16px;
}
.inner-content-box-carousel iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
}
.inner-content-box-carousel .slick-dots {
	/*gap: 12px;*/
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
}
.inner-content-box-description {
	padding: 20px 0 0 0;
	margin-top: 24px;
}
.inner-content-box-description h3 {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: bold;
	color: var(--brand-orange-2);
}
.inner-content-box-description h3 a {
	text-decoration: none;
	color: var(--brand-orange-2);
}
.inner-content-box-icons {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
}
.inner-content-box-icon {
	display: flex;
	gap: 8px;
	align-items: center;
}
.inner-content-box-icon span:nth-child(1) {
	flex: 0 0 25px;
}
.inner-content-box-icon span {
	font-size: 14px;
	color: var(--brand-orange);
}
.inner-content-box-description p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 16px;
}
.inner-content-box + .inner-content-box {
	margin-top: 24px;
}
.btn-fav {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
	background: var(--brand-orange) url('../img/heart.svg')no-repeat 12px center;
	padding-left: 48px;
	padding-right: 24px;
	color: #fff;
}
.btn-fav:hover {
	background-color: var(--brand-orange-2);
}
.btn-fav.is-fav {
	background: var(--brand-orange) url('../img/heart-active.svg')no-repeat 12px center;
}
.account-box .inner-content-box-description h3 {
	font-size: 24px;
	margin-bottom: 16px;
}
@media (min-width: 1200px) {
	.inner-hero {
		margin-bottom: -55px;
	}
	.inner-content {
		padding: 120px 0 80px 0;
	}
	.inner-content + .inner-content {
		padding-top: 80px;
	}
	.inner-content + .stories {
		padding: 80px 0;
	}
	.inner-content h2 {
		font-size: 40px;
		margin-bottom: 40px;
		line-height: 1;
	}
	.inner-content-box {
		display: flex;
		gap: 32px;
		/*align-items: center;*/
		padding: 32px 32px 56px 32px;
	}
	.inner-content-box.inner-content-box-detail {
		padding: 0;
		box-shadow: none;
	}
	.inner-content-box-icons {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 16px;
	}
	.inner-content-box-icons > div {
		flex: 1;
	}
	.inner-content-box-icons > div:last-child {
		flex: 0 0 100%;
	}
	.inner-content-box > div:nth-child(1) {
		width: 528px;
		min-width: 528px;
		flex: 0 0 528px;
	}
	.account-box .inner-content-box > div:nth-child(1) {
		width: 300px;
	}

	.inner-content-box-description {
		padding-top: 0;
		margin-top: 0;
	}
	.inner-content-box-description h3 {
		font-size: 32px;
	}
	.inner-content-box + .inner-content-box {
		margin-top: 32px;
	}
}

/* farms */
.breadcrumbs {
	margin-bottom: 32px;
	display: flex;
	gap: 16px;
}
.btn-farm {
	background: var(--brand-orange) url('../img/icon-farms.svg')no-repeat 12px center;
	padding-left: 48px;
	color: #fff;
}
.btn-farm:hover {
	background-color: var(--brand-orange-2);
}
.inner-content-white {
	background: #fff;
}
.box-comment {
	background: #fff;
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	display: flex;
	gap: 24px;
	flex-direction: column;
}
.box-comment > div:first-child {
	flex: 0 0 96px;
}
.box-comment > div:last-child {
	display: flex;
	    justify-content: center;
	    flex-direction: column;
}
.box-comment + .box-comment {
	margin-top: 24px;
}
.box-comment img {
	border-radius: 100%;
	width: 96px;
	height: 96px;
}
.box-comment + .box-comment {
	margin-top: 32px;
}
.box-comment h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}
.box-comment p {
	line-height: 140%;
}
.btn-comment {
	margin-top: 40px;
}
@media (min-width: 1200px) {
	.box-comment {
		padding: 32px;
		flex-direction: row;
		gap: 32px;
	}
	.box-comment + .box-comment {
		margin-top: 32px;
	}
}

/* register */
.box-holder {
	padding: 32px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	border-radius: 32px;
	background: #fff;
	max-width: 767px;
	margin: 0 auto;
}
.box-holder h3 {
	font-size: 24px;
	color: var(--brand-orange-2);
	font-weight: bold;
	text-align: center;
}
.box-holder h4, .account-box h4 {
	font-size: 16px;
	color: var(--brand-orange-2);
	font-weight: bold;
	text-align: center;
}
.account-box h4 {
	text-align: left;
}
.form-group {
	margin-top: 24px;
}
.form-gallery label {
	position: relative;
}
.form-group.form-gallery input[name="remove_gallery[]"] {
	position: absolute!important;
	top: 0!important;
	right: 0;
	z-index: 100;
	background: url('../img/trash-off.svg')no-repeat center/contain;
	border-radius: 0;
	width: 24px;
	height: 24px;
	border: 0;
	cursor: pointer;
}
.form-gallery input[name="remove_gallery[]"]:checked {
	background: url('../img/trash-on.svg')no-repeat center/contain!important;
}
.form-group small {
	display: block;
	font-size: 12px;
	margin-top: 24px;
}
.form-group label + select {
	margin-top: 16px;
}
.form-control {
	width: 100%;
	height: 48px;
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 0 16px;
	font-size: 16px;
	font-family: 'Nata Sans', Arial, sans-serif;
}
textarea.form-control {
	height: 200px;
	padding: 16px;
	resize: none;
}
.ia-support {
	color: var(--brand-orange-2);
	background: url('../img/ia.svg')no-repeat left center;
	text-decoration: none;
	padding: 4px 0 4px 32px;
	margin-top: 16px;
	display: block;
}
.ia-support strong {
	font-weight: bold;
	text-decoration: underline;
}
.form-flex {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 16px;
}
.form-flex div {
	display: flex;
	align-items: center;
	gap: 4px;
}
.form-group label {
	cursor: pointer;
}
.form-group input[type="radio"], .form-group input[type="checkbox"] {
	appearance: none;
	border: 1px solid #ddd;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	position: relative;
	top: -1px;
}
.form-group input[type="radio"]:checked, .form-group input[type="checkbox"]:checked {
	background: var(--brand-orange);
}
.form-group input[name="allow_contact"] + label {
	position: relative;
	top: -1px;
}
.form-group p {
	font-size: 12px;
	margin-top: 12px;
}
.box-holder a {
	color: var(--brand-orange-2);
}
.account-box {
	background: #f4f4f4;
	padding: 32px;
	border-radius: 32px;
}
.account-box h3 {
	font-size: 24px;
	color: var(--brand-orange-2);
	font-weight: bold;
	margin-bottom: 24px;
}
.account-box-profile-pic {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 32px;
}
.account-box-profile-pic img {
	border-radius: 100%;
}
.account-box .form-flex {
	justify-content: flex-start;
}
.sidebar a {
	padding: 24px 16px;
	background: #fff;
	display: block;
	border-radius: 24px;
	border: 1px solid #ddd;
	text-decoration: none;
	padding-left: 60px;
	color: #666;
	transition: all .3s ease-in-out;
}
.sidebar a:hover, .sidebar a.current {
	background-color: var(--brand-orange);
	color: #fff;
	border: 1px solid var(--brand-orange);
}
.sidebar a + a {
	margin-top: 16px;
}
.sidebar .sidebar-data {
	background-image: url('../img/icon-account.png');
	background-position: 16px center;
	background-repeat: no-repeat;
}
.sidebar .sidebar-farm {
	background-image: url('../img/icon-farm.png');
	background-position: 16px center;
	background-repeat: no-repeat;
}
.sidebar .sidebar-fav {
	background-image: url('../img/icon-fav.png');
	background-position: 16px center;
	background-repeat: no-repeat;
}
.aside-instructions {
	margin-bottom: 32px;
}
.aside-instructions h3 {
	font-weight: bold;
	color: var(--brand-orange-2);
	margin-top: 24px;
	font-size: 24px;
}
.aside-instructions p {
	color: #666;
	margin-top: 16px;
	line-height: 20px;
}
.pw-wrap {
	position: relative;
}
.toggle-pass {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.notice {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 4px 8px 6px 8px;
	font-size: 12px;
	margin: 16px 0;
	border-radius: 4px;
}
.notice.stories-hint {
	text-align: center;
	font-size: 16px;
	border: 0;
	margin-top: -24px!important;
	background: transparent;
	line-height: 150%;
}
@media (min-width: 1200px) {
	.box-holder, .account-box {
		padding: 64px;
	}
	.box-holder h3 {
		font-size: 32px;
	}
	.account-box h3 {
		margin-bottom: 32px;
		font-size: 32px;
	}
	.notice.stories-hint {
		font-size: 24px;
		margin-top: -32px!important;
	}
}

/* misc */
.is-logged-in .register { display: none !important; }
.hidden-xs {
	display: none;
}
.logged-in-menu {
	display: none!important;
}
.is-logged-in .logged-in-menu { display: block !important; }
.is-logged-in .logged-out { display: none !important; }
@media (min-width: 1200px) {
	.hidden-xs {
		display: block;
	}
}

/* ===================== FEIROU — Comment form ===================== */
.inner-content-comments,
.comments-area { margin-top: 24px; }

/* Card do form */
.comment-form{
  background:#fff;
  border-radius:24px;
  box-shadow:0 5px 20px rgba(0,0,0,.1);
  padding:24px;
  display:grid;
  gap:16px;
  margin-top: 32px;
}
@media (min-width:1200px){
  .comment-form{ padding:32px; }
}

/* Textos auxiliares */
.comment-form p{ margin:0; }
.comment-form .logged-in-as{
	display: none;
  font-size:14px; color:#666; line-height:1.4;
  background:#f9f9f9; border:1px solid #eee; border-radius:10px; padding:8px 10px;
}
.comment-form .logged-in-as a{ color:var(--brand-orange-2); text-decoration:none; }
.comment-form .required-field-message{ color:#999; font-weight:400; }
.comment-form .required{ color:#d22; }

/* Rótulos/labels */
.comment-form label{
  display:block; margin-bottom:6px;
  font-size:14px; font-weight:600; color:#333;
}

/* Inputs no padrão .form-control */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="tel"],
.comment-form input[type="number"],
.comment-form textarea{
  width:100%; height:48px;
  border-radius:8px; border:1px solid #ddd;
  padding:0 16px; font-size:16px;
  font-family:'Nata Sans', Arial, sans-serif;
  background:#fff;
}
.comment-form textarea{
  height:200px; padding:16px; resize:vertical;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="number"]:focus,
.comment-form textarea:focus{
  outline:3px solid rgba(33,74,124,.15);
  outline-offset:2px;
  border-color:var(--brand-orange);
}
.comment-reply-title {
	display: none;
}
/* Campo do comentário */
.comment-form-comment{ display:grid; gap:6px; }

/* Captcha — muitos plugins soltam elementos soltos, então usamos irmãos (~) */
.comment-form .comment-form-captcha{
  /*background:#fdf3ec;
  border:1px solid #f3d5c6;
  border-radius:12px;
  padding:12px;
  font-weight:700;
  color:#333;*/
}
.comment-respond div:empty {
	display: none;
}
.comment-form .comment-form-captcha ~ img{
  display:inline-block; vertical-align:middle;
  width:110px; height:auto; margin:10px 12px 0 0;
  border-radius:8px; box-shadow:0 3px 8px rgba(0,0,0,.06);
  background:#fff;
}
.comment-form .comment-form-captcha ~ label{
  display:inline-block; vertical-align:middle;
  margin:10px 8px 0 0; font-weight:600; color:#333;
}
.comment-form #captcha_code{
  display:inline-block; vertical-align:middle;
  height:44px; max-width:240px;
  border-radius:8px; border:1px solid #ddd; padding:0 12px;
  font-family:'Nata Sans', Arial, sans-serif; font-size:16px;
}

/* Submit = mesmo look de .btn.btn-primary */
.comment-form .form-submit{ margin-top:8px; }
.comment-form #submit{
  appearance:none; border:0; cursor:pointer;
  height:48px; padding:0 28px;
  border-radius:16px; font-weight:600; letter-spacing:.2px;
  background:var(--brand-gradient); color:#fff;
  transition:box-shadow .15s ease, transform .02s;
  font-family:'Nata Sans', Arial, sans-serif; font-size:16px;
}
.comment-form #submit:hover{ box-shadow:0 10px 18px rgba(15,25,40,.12); }
.comment-form #submit:active{ transform:translateY(1px); }

/* Acessibilidade: foco visível */
.comment-form input:focus-visible,
.comment-form textarea:focus-visible,
.comment-form #submit:focus-visible{
  outline:3px solid rgba(33,74,124,.35);
  outline-offset:2px; border-radius:10px;
}

/* Pequenas harmonizações */
.comment-form .form-submit,
.comment-form .comment-form-comment,
.comment-form .comment-form-captcha{ margin-top:6px; }

.search-no-results .inner-content p {
	font-weight: bold;
	margin-bottom: 16px;
}
.search-no-results .inner-content li {
	line-height: 150%;
}
#acc_msg {
	margin-top: 24px;
}
#acc_msg .btn-ghost {
	margin-left: 24px;
	border: 1px solid #ccc;
}
.ratio-16x9 {
	aspect-ratio: 16/9;
}

/* slick */
.slick-dots {
	display: flex;
	/*gap: 16px;*/
	justify-content: center;
}
.slick-dots li {
	background: #f9f9f9;
	padding: 4px;
}
.slick-dots li:first-child {
	border-radius: 50px 0 0 50px;
}
.slick-dots li:last-child {
	border-radius: 0 50px 50px 0;
}
.slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #ddd;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	transition: all .3s ease-in-out;
	display: block;
	cursor: pointer;
	cursor: pointer;
}
.slick-dots button:focus {
	outline: none;
}
.slick-dots .slick-active button {
	background: var(--brand-orange);
	width: 30px;
}

/* ====================== AVATAR CROPPER ====================== */
.avatar-modal{position:fixed; inset:0; z-index:10050; display:none; align-items:center; justify-content:center; background:rgba(0,0,0,.6); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); padding:20px;}
.avatar-modal.open{display:flex;}
body.modal-open{overflow:hidden;}

.avatar-modal-dialog{width:min(92vw,640px); background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); overflow:hidden; display:grid; grid-template-rows:auto 1fr; animation: sm-pop .14s ease-out both;}
.avatar-modal-header{padding:16px 20px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #eee;}
.avatar-modal-header h3{margin:0; font-size:18px; color:var(--ink);}
.avatar-modal-close{appearance:none; border:0; background:transparent; cursor:pointer; width:36px; height:36px; border-radius:8px; font-size:18px; line-height:36px; text-align:center;}
.avatar-modal-close:hover{background:rgba(0,0,0,.05);}

.avatar-modal-body{padding:20px; display:grid; gap:16px;}
.avatar-canvas-wrap{position:relative; width:min(92vw,560px); height:min(92vw,560px); max-width:560px; max-height:560px; margin:0 auto; background:#000; border-radius:16px; overflow:hidden;}
.avatar-canvas-wrap canvas{width:100%; height:100%; display:block; background:#000;}

 .avatar-mask{
   pointer-events:none;
   position:absolute; inset:0;
   background:radial-gradient(circle at center,
     rgba(0,0,0,0) 70%,
     rgba(0,0,0,.35) 50.5%,
     rgba(0,0,0,.6) 100%
   )
 }

.avatar-controls{display:grid; gap:12px;}
.avatar-zoom{display:flex; align-items:center; gap:10px; justify-content:center;}
.avatar-zoom input[type="range"]{width:260px;}
.avatar-actions{display:flex; gap:10px; justify-content:flex-end;}

.avatar-hint{font-size:14px; color:#666; text-align:center;}
.avatar-error{display:none; background:#fff2f2; color:#a60000; border:1px solid #ffd0d0; border-radius:10px; padding:10px 12px; font-size:14px;}

.avatar-modal button:focus-visible, .avatar-modal input:focus-visible{outline:3px solid rgba(33,74,124,.35); outline-offset:2px; border-radius:10px;}

@media (prefers-reduced-motion: reduce){ .avatar-modal-dialog{animation:none;} }
/* ============================================================ */

.uploader{border:1px dashed var(--border,#e5e7eb);border-radius:12px;background:#fff}
.uploader-dropzone{padding:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:12px}
.uploader:focus-within,.uploader-dropzone:hover{outline:2px solid var(--accent,#ec0000);outline-offset:2px}
.uploader-cta{text-align:center;color:var(--muted,#6b7280);line-height:1.25}
.uploader-cta strong{display:block;color:var(--text,#111827);font-size:15px}
.uploader-cta span{display:block;font-size:13px;margin-top:4px}
.uploader-cta small{display:block;margin-top:6px;opacity:.8}
.uploader-toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-top:1px solid var(--border,#e5e7eb);background:#fafafa;}
.uploader-count{font-size:12px;color:#374151}
.uploader-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;padding:12px}
.thumb{position:relative;border-radius:10px;overflow:hidden;background:#f3f4f6}
.thumb img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:1/1}
.thumb .badge{position:absolute;top:6px;left:6px;background:rgba(0,0,0,.65);color:#fff;font-size:11px;padding:2px 6px;border-radius:999px}
.thumb .remove{position:absolute;top:6px;right:6px;border:0;background:rgba(255,255,255,.9);width:26px;height:26px;border-radius:999px;display:grid;place-items:center;cursor:pointer}
.thumb .remove::before{content:"✕";font-size:13px;line-height:1}
.thumb .meta{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.6));color:#fff;font-size:11px;padding:6px 6px 4px}
.thumb.too-big::after{content:"> 4MB";position:absolute;inset:auto 6px 6px auto;background:#ec0000;color:#fff;font-size:10px;padding:2px 6px;border-radius:6px}
.uploader.full .uploader-dropzone{opacity:.6;pointer-events:none}

.inner-content-simple h1 {
	font-size: 32px;
	font-weight: bold;
	color: var(--brand-orange-2);
	margin-bottom: 24px;
}
.inner-content-simple h2 {
	font-size: 24px;
	font-weight: bold;
	color: var(--brand-orange-2);
	margin-bottom: 24px;
	margin-top: 32px;
}
.inner-content-simple p, .inner-content-simple li {
	line-height: 130%;
	color: #666;
	font-size: 16px;
}
.inner-content-simple ul {
	list-style: disc;
	margin: 10px 0 10px 20px;
}
.inner-content-simple p + p {
	margin-top: 24px;
}

.inner-content-simple li + li {
	margin-top: 16px;
}

#barraca_msg:empty {
	display: none;
}
#barraca_msg {
	padding: 16px;
	background: rgba(255,0,0,.1);
	border-radius: 8px;
	border: 1px solid rgba(255,0,0,.3);;
	color: #000;
	margin-top: 24px;
	font-size: 12px;
}

.slick-slider {position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus {outline: none; } .slick-list.dragging {cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after {display: table; content: ''; } .slick-track:after {clear: both; } .slick-loading .slick-track {visibility: hidden; } .slick-slide {display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide {float: right; } .slick-slide img {display: block; } .slick-slide.slick-loading img {display: none; } .slick-slide.dragging img {pointer-events: none; } .slick-initialized .slick-slide {display: block; } .slick-loading .slick-slide {visibility: hidden; } .slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden {display: none; }


.blog-item-inner {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}
.blog-item-inner .btn {
	margin-top: 16px;
}
.category-brasil h1 {
	margin-bottom: 0;
}
.blog-item-thumb {
  position: relative;
  width: 320px;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 320px;
}

/* Link ocupa toda a área */
.blog-item-thumb a {
  position: absolute;
  inset: 0;
}
.blog-item-title a {
	color: inherit;
	text-decoration: none;
}
.blog-item-title, .blog-item-title h2 {
	margin-top: 0!important;
}

/* Responsivo */
@media (max-width: 768px) {
  .blog-item-inner {
    flex-direction: column;
  }

  .blog-item-thumb {
    width: 100%;
    min-height: 200px;
  }
}

.single-header h1 {
	font-size: 32px;
	  font-weight: bold;
	  color: var(--brand-orange-2);
	  margin-bottom: 24px;
	  line-height: 1.2;
}
@media (min-width: 1200px) {
  .single-header h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.single-body {
  font-size: 16px;
  line-height: 1.6;
}

.single-body > *:last-child {
  margin-bottom: 0;
}

.single-body p {
  margin-bottom: 16px;
}

.single-body h2,
.single-body h3,
.single-body h4 {
  color: var(--brand-orange-2);
  font-weight: bold;
  margin: 32px 0 16px;
}

.single-body h2 {
  font-size: 24px;
}

.single-body h3 {
  font-size: 20px;
}

.single-body a {
  color: var(--brand-orange);
  text-decoration: underline;
}

.single-body a:hover {
  text-decoration: none;
}

.single-body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 24px 0;
  display: block;
}

.single-body ul,
.single-body ol {
  margin: 16px 0 24px;
  padding-left: 20px;
}

.single-body li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.single-body * + iframe {
	margin: 30px 0;
}
.single-body iframe:first-child {
	margin-top: 0;
}


.single-body blockquote {
  margin: 32px 0;
  padding: 24px;
  background: #FAFAFA;
  border-left: 4px solid var(--brand-orange);
  border-radius: 12px;
  font-style: italic;
}


.single-body hr {
  border: 0;
  height: 1px;
  background: #eee;
  margin: 40px 0;
}

