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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25px;
	vertical-align: baseline;
}

i,
em {
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

body {
	line-height: 1;
	overflow-x: hidden;
	margin-top: 0;
	padding-top: 0;
	background: #ffffff;
}

body.sticky {
	padding-top: 129px;
}

button {
	outline: 0;
	background: none;
	border: none;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

q {
	display: inline;
	font-style: italic;
}

q:before {
	content: '"';
	font-style: normal;
}

q:after {
	content: '"';
	font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 2px;
}

big {
	font-size: 120%;
}

small,
sup,
sub {
	font-size: 80%;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

dd {
	margin-left: 20px;
}

kbd,
tt {
	font-family: courier;
	font-size: 12px;
}

ins {
	text-decoration: underline;
}

del,
strike,
s {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
}

address,
cite,
var {
	font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

*,
*:before,
*:after {
	font-family: 'roboto', sans-serif;
	font-weight: 400;
	color: #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	font-weight: inherit;
	text-decoration: none;
	transition: all 250ms;
}

button {
	cursor: pointer;
}

main {
	overflow: hidden;
}

p {
	margin-bottom: 25px;
	line-height: 26px;
	color: inherit;
}

strong,
b {
	color: inherit;
	font-weight: 700 !important;
	font-size: inherit;
}

em,
i {
	font-style: italic;
}

/* -- Global -- */

html {
	width: 100vw;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {

	scroll-behavior: smooth;
}

hr {
	border: none;
	border-top: 1px solid #f0bf8a;
	margin: 40px 0 40px;
}

p {
	font-size: 16px;
	line-height: 25px;
}

p a:hover {
	color: #f07d00;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 60px;
	text-transform: uppercase;
	font-weight: 900;
	color: #f07d00;
}

h1 small {
	font-size: 27px;
	line-height: 37px;
	margin-bottom: 60px;
	text-transform: none;
	font-weight: 500;
	color: #706f80;
}

h2 {
	text-align: center;
	font-size: 32px;
	line-height: 52px;
	margin-top: 15px;
	margin-bottom: 50px;
	font-weight: 700;
	color: #707070;
	text-transform: uppercase;
}

h2 strong {
	font-weight: inherit;
}

h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 18px;
}

h4 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	line-height: 22px;
}

.breadcrumb {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 31px;
}

.orange-bg {
	background: #f07d00;
	padding: 90px 0 130px;
}

.purple-bg {
	background: #814a85;
	padding: 80px 0 130px;
}

.white-bg {
	background: #ffffff;
	padding: 80px 0 130px;
}

.gray-bg {
	background: #f1f1f1;
	padding: 80px 0 130px;
}

.darkgray-bg {
	background: #706f6f;
	padding: 80px 0 130px;
}

.gradient-bg {
	background: url(../images/bg_gradient.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0 130px;
}

.gradient-bg.rede-act {
	padding: 80px 0 60px;
}

.white-text * {
	color: #ffffff;
}

.no-padding {
	padding: 0;
}

.orange-bg *:not(a),
.purple-bg *:not(a),
.gradient-bg *:not(a) {
	color: #ffffff;
}

iframe {
	max-width: 100%;
}

.bib-vid-iframe {
	width: 100%;
	height: 452px;
	margin-bottom: 40px;
}

.bib-vid-file {
	width: 100%;
	height: 452px;
	margin-bottom: 40px;
}

.bib-spotify-iframe {
	margin-bottom: 40px;
}

.bib-spotify-file {
	width: 100%;
	margin-bottom: 25px;
}


/* Form */

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=file],
select {
	width: 100%;
	height: 38px;
	padding: 12px 18px 13px;
	border-radius: 2px;
	border: none;
	font-size: 16px;
	background: #ffffff;
}

select {
	appearance: none;
	background: #dddddb url(../images/seta-preta.svg) no-repeat;
	background-position: right 12px center;
	background-size: 13px;
	padding-right: 35px;
}

input[type=text]:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

textarea {
	height: 190px;
	resize: none;
	padding: 16px 18px;
}

input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	background: #dddddb;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 7px;
	margin-top: 2px;
	position: relative;
	cursor: pointer;
	flex: 0 0 auto;
}

input[type=checkbox]:checked:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 1px;
	left: 4px;
	top: 4px;
	background: #000;
}

input[type=submit] {
	padding: 4px;
	color: #ffffff;
	background-color: #f07d00;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	transition: all 250ms;
	background-image: url(../images/icon-check.svg);
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding: 14px 55px 15px 21px;
	background-size: 13px;
	cursor: pointer;
}


input[type=submit]:hover {
	background-color: #dd7503;
}

::-webkit-input-placeholder {
	color: #706F6F;
	text-transform: uppercase;
	font-size: 12px;
}

:-ms-input-placeholder {
	color: #706F6F;
	text-transform: uppercase;
	font-size: 12px;
}

::placeholder {
	color: #706F6F;
	text-transform: uppercase;
	font-size: 12px;
}

.input-container p,
.textarea-container p {
	margin: 0 0 10px;
}

.form-footer-text {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}


/* -- Contact form 7 -- */

.contact-field span.wpcf7-not-valid-tip {
	color: #ff3333;
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 0px;
	font-weight: 600;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	border: none;
	border-radius: 2px;
	padding: 12px 24px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f17e26;
	font-size: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	border-radius: 2px;
	padding: 12px 24px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8FB435;
	font-size: 15px;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: 8px;
}

.wpcf7-spinner {
	position: absolute;
	margin: 12px 0px;
	right: 175px;
}


/* -- Grid -- */

.max-width {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
}

.max-width.mini {
	max-width: 1088px;
}


/* -- Buttons -- */

.button {
	padding: 4px;
	background: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 28px;
	display: inline-block;
	transition: all 250ms;
}

.button.small {
	font-size: 11px;
	font-weight: 700;
	padding: 4px 45px 5px 21px !important;
	background-size: 10px !important;
}

.button.orange {
	color: #ffffff;
	background-color: #f07d00;
}

.button.white {
	color: #f17e26;
	background-color: #ffffff;
}

.button.white-purple {
	color: #824682;
	background-color: #ffffff;
}

.button.white-gray {
	color: #706f6f;
	background-color: #ffffff;
}

.button.arrow {
	background-image: url(../images/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding: 15px 55px 15px 21px;
	background-size: 13px;
}

a.arrow.list {
	background-image: url(../images/arrow-right-yellow.svg);
	background-repeat: no-repeat;
	background-position: left 4px center;
	padding: 5px 21px 5px 35px;
	background-size: 13px;
	display: block;
	text-decoration: none !important;
}

.button.arrow.back {
	background-image: url(../images/arrow-left-orange.svg);
	background-repeat: no-repeat;
	background-position: left 04px center;
	padding: 15px 21px 15px 35px;
	background-size: 13px
}

.button.white.arrow {
	background-image: url(../images/arrow-right-orange.svg);
}

.button.white-purple.arrow {
	background-image: url(../images/arrow-right-purple.svg);
}

.button.white-gray.arrow {
	background-image: url(../images/arrow-right-gray.svg);
}

.button.arrow:hover {
	animation: btn-arrow-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.button.arrow.back:hover {
	animation: btn-arrow-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.button.orange:hover {
	background-color: #dd7503;   
}

.button.white:hover,
.button.white-purple:hover {
	background-color: #e4e4e4;
}

.button.filter {
	background: #edc500;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 16px;
	height: 100%;
}

.button.filter:hover {
	background: #cfac00;
}

.button.filter.active {
	background: #f07d00;
}

.button.next,
.button.prev {
	font-size: 0;
	width: 32px;
	height: 32px;
	padding: 0;
	background-position: right 10px center;
}

.button.next:hover,
.button.prev:hover {
	animation: btn-arrow-right-no-text 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.button.next:disabled,
.button.prev:disabled {
	animation: none;
	opacity: .25;
	cursor: default;
}

.button.prev {
	transform: rotate(180deg);
}

.button.mail {
	background-image: url(../images/icon-mail-btn.svg);
	background-repeat: no-repeat;
	background-position: right 22px center;
	padding: 15px 65px 15px 21px;
	background-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.button.full {
	width: 100%;
}


/* -- Header -- */

header {
	width: 100%;
}

header.sticky {
	padding-bottom: 80px;
}

.customize-support header {
	top: 33px;
}

.customize-support header.sticky .header-nav {
	top: 33px;
}

header.sticky .header-nav {
	position: fixed;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	width: 100vw;
	top: 0;
	left: 0;
}

header.sticky .header-content {
	height: 63px;
}

.customize-support header.sticky .header-content {
	/* top: 31px; */
}

.header-top {
	background: #434343;
}

.header-top .max-width {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-top-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding: 15px 0;
}

.header-top-content:after {
	content: "";
	position: absolute;
	height: 2px;
	width: calc(100% + ((100vw - 1300px)/2));
	bottom: 0;
	left: 0;
	background: rgb(255, 113, 9);
	background: linear-gradient(90deg, rgba(255, 113, 9, 1) 0%, rgba(237, 197, 0, 1) 25%, rgba(143, 180, 53, 1) 50%, rgba(55, 110, 176, 1) 75%, rgba(171, 35, 181, 1) 100%);
}

.header-top p {
	font-size: 11px;
	color: #ffffff;
	font-weight: 700;
	margin: 0px 37px 0 0;
	padding-left: 35px;
	background: url(../images/icon-user.svg) no-repeat left center;
}

.header-nav {
	background: #ffffff;
	transition: all 250ms;
}

.header-content {
	display: flex;
	height: 90px;
	justify-content: space-between;
	position: relative;
	z-index: 100;
}

.header-content .logo {
	background: #f2f2f2;
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 100px;
}

.header-content .logo img {
	width: 105px;
	transition: all 250ms;
}

header.sticky .header-content .logo img {
	width: 80px;
	margin-right: 25px;
}

.header-content .logo:before {
	content: "";
	position: absolute;
	height: 100%;
	width: calc(100% + ((100vw - 1140px)/2));
	bottom: 0;
	right: 100%;
	background: #f2f2f2;
}


/* -- Search -- */

.header-search {
	height: 100%;
	display: flex;
	align-items: center;
}

.search-btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.search-btn:hover img {
	transition: all 350ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.search-btn:hover img {
	transform: scale(1.2);
}

.modal-busca {
	position: fixed;
	display: none;
}

.modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000000;
	opacity: 0;
}

.modal-busca.is-active {
	display: flex;
	align-items: center;
	-webkit-animation: fade-in 350ms linear 1 running forwards;
	animation: fade-in 350ms linear 1 running forwards;
}

.modal-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 97%);
}

.search-container {
	display: block;
	padding: 35px;
	position: relative;
	width: 800px;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
}

.search-container .is-search-form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.search-container .is-search-form>label {
	width: 100% !important;
}

.is-screen-reader-text {
	font-size: 0;
	display: none;
}

.search-container input.is-search-input {
	background: none;
	border-bottom: 2px solid #f07d00 !important;
	width: 0;
	opacity: 0;
	font-size: 20px;
	padding: 12px 15px 12px 49px;
	color: #f07d00;
	transition: all 500ms;
	transition-delay: 500ms;
	font-weight: 300 !important;
	height: auto;
}

.is-active input.is-search-input {
	width: 100%;
	opacity: 1;
}

.search-container .is-search-submit {
	font-size: 0;
	border: none;
	background: url(../images/icon-search.svg) rgba(255, 255, 255, 0) no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 12px;
	top: 16px;
	opacity: 0;
	border-radius: 0;
	transition: all 500ms;
	transition-delay: 500ms;
	margin: 0;
	background-size: 19px;
}

.search-container button.is-search-submit * {
	display: none !important;
}

.search-container button.is-search-submit:hover {}

.is-search-submit:focus {
	outline: none;
}

.is-active .search-container button.is-search-submit {
	opacity: 1;
}

.is-search-input::-webkit-input-placeholder {
	color: #f07d00;
}

.is-search-input::-moz-placeholder {
	color: #f07d00;
}

.is-search-input:-ms-input-placeholder {
	color: #f07d00;
}

.is-search-input:-moz-placeholder {
	color: #f07d00;
}


/* -- Menu -- */

.header-menu {
	width: 100%;
	margin: 0 40px;
}

.main-nav {
	transition: all 250ms;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.nav-collapse,
.main-menu-container {
	width: 100%;
}

.main-nav .nav-mobile {
	display: none;
}

.main-nav .nav-bg {
	display: none;
}

.main-nav .main-menu-container>ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.main-nav .main-menu-container ul:not(.sub-menu) > li {
	flex: 1 1 auto;
}

.main-nav .main-menu-container ul li {
	display: inline-block;
	margin: 0;
	transition: all 250ms;
	display: flex;
	align-items: center;
	max-height: 90px;
}

.sticky .main-nav .main-menu-container ul:not(.sub-menu) > li {
	max-height: 63px;
}

.main-nav .main-menu-container ul li .sub-menu {
	display: none;
}

.main-nav .main-menu-container ul li .sub-menu:after {
	content: "";
	height: 1px;
	width: calc(100% - 87px);
	background: #d1d1d1;
	left: 44px;
	position: absolute;
	top: 90px;
}

.main-nav .main-menu-container ul li .sub-menu:before {
	content: "";
	height: 1px;
	width: calc(100% - 87px);
	background: #d1d1d1;
	left: 65px;
	position: absolute;
	top: 183px;
}

.main-nav .main-menu-container ul li a {
	color: #706f6f;
	transition: all 250ms;
	position: relative;
	font-size: 13px;
	line-height: 16px;
	padding: 37px 6px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	transition: all 350ms;
}

header.sticky .main-nav .main-menu-container>ul>li>a {
	padding: 20px 6px;
}

.main-nav .main-menu-container>ul>li>a:hover, .main-nav .main-menu-container>ul>li.current-menu-item>a {
	color: #f07d00;
	font-weight: 700;
}

.main-nav .main-menu-container .sub-menu li a:after {
	content: "";
	height: 2px;
	width: 100%;
	background: rgb(255, 113, 9);
	background: linear-gradient(90deg, rgba(255, 113, 9, 1) 0%, rgba(237, 197, 0, 1) 100%);
	left: 0;
	position: absolute;
	bottom: 0;
	transform: scaleX(0);
	transition: all 350ms;
}

.main-nav .main-menu-container .sub-menu li a:hover:after,
.main-nav .main-menu-container .sub-menu li.current-menu-item:not(.menu-item-object-custom)>a:after {
	transform: scaleX(1);
}

.main-nav button.mobile-close-menu {
	display: none;
}

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #ff3333;
}

.hamburger-box {
	width: 30px;
	height: 23px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 27px;
	height: 4px;
	background-color: #824682;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -9px;
}

.hamburger-inner::after {
	bottom: -9px;
}

.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*-- Home --*/

.intro-slider {
	width: 100%;
	height: calc(100vh - 90px);
}

.slider-single {
	/* display: flex; */
	width: 100%;
	height: calc(100vh - 90px) !important;
	background-size: cover;
	background-position: center;
	position: relative;
}

.slider-mobile-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    display: none;
}

.slider-content {
	display: flex;
	align-items: center;
	height: calc(100vh - 90px);
}

.slider-text-content {
	max-width: 500px;
	width: 100%;
	flex: 0 0 auto;
}

.slider-text-content h2 {
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	color: #ffffff;
	margin: 0 0 60px;
	font-size: 52px;
	line-height: 72px;
}

.slider-text-content h2 strong {
	text-transform: uppercase;
	text-align: left;
	font-weight: 900;
}

.slider-image-content {
	width: 100%;
}

.slider-image-content img {
	max-width: 100%;
}

.banner-dots {
	position: relative;
}

.banner-dots .slick-dots {
	position: absolute;
	right: 0px;
	bottom: 70px;
	display: flex;
}

.banner-comunicacao .banner-dots .slick-dots {
	bottom: 124px;
}

.banner-dots .slick-dots li button {
	background: transparent;
	font-size: 0;
	width: 10px;
	height: 10px;
	border: 2px solid #D1D1D1;
	border-radius: 100%;
	padding: 0;
	margin: 0 0 0 25px;
	transition: all 250ms;
}

.banner-comunicacao .banner-dots .slick-dots li button {
	border: 2px solid #FFFFFF;
}

.banner-dots .slick-dots li.slick-active button {
	background: #D1D1D1;
}

.banner-comunicacao .banner-dots .slick-dots li.slick-active button {
	background: #ffffff;
}

.bloco-introtext {
	background: #ee7c00;
	padding: 100px 0 60px;
}

.bloco-introtext .bloco-content {
	display: flex;
}

.bloco-introtext .bloco-content h1 {
	font-size: 28px;
	line-height: 40px;
	color: #f1f1f1;
	font-weight: 400;
	text-transform: none;
}

.bloco-introtext .bloco-content .text-left {
	width: 100%;
	max-width: 750px;
	flex: 0 0 auto;
	padding-right: 335px;
}

.bloco-introtext .bloco-content p {
	color: #f1f1f1;
}

section.section.section-blocks {
	padding: 80px 0 60px;
}

.campaigns-links {
	display: flex;
}

.links-side {
	flex: 0 0 auto;
	max-width: 398px;
}

.link-box {
	height: 300px;
	background-repeat: no-repeat;
	background-color: #706f6f;
	color: #ffffff;
	background-position: right 50px top 42px;
	transition: all 250ms;
}

.link-box:nth-child(2) {
	background-color: #f07d00;
}

.link-box:nth-child(3) {
	background-color: #814a85;
}

.link-box:hover {
	background-color: #5a5a5a;
}

.link-box:nth-child(2):hover {
	background-color: #dd7503;
}

.link-box:nth-child(3):hover {
	background-color: #653369;
}

.link-box a {
	display: flex;
	flex-direction: column;
	color: #ffffff;
	padding: 20px 139px 40px 50px;
	width: 100%;
	height: 100%;
	justify-content: flex-end;
	background: url(../images/arrow-right-white.svg) no-repeat;
	background-size: 17px;
	background-position: right 50px bottom 42px;
}

.link-box h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 0 15px
}

.link-box p {
	font-size: 16px;
	line-height: 30px;
}

.campaign-single {
	height: 900px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0 96px 77px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.background-campaing-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.slider-campaign {
	height: 100%;
	width: 100%;
}

.campaign-content {
	background: rgb(255 255 255 / 95%);
	padding: 40px 50px 50px;
	border-radius: 2px;
	width: 100%;
	position: relative;
}

.campaign-content h3 {
	color: #f17e26;
}

.campaigns-side {
	width: calc(100% - 398px);
	position: relative;
}

.campaign-dots {
	position: absolute;
	bottom: 134px;
	right: 146px;
}

.campaign-dots .slick-arrow {
	width: 32px;
	height: 32px;
	background: #EDC500 url(../images/arrow-right-white.svg) no-repeat center;
	font-size: 0;
	margin-left: 16px;
	transition: all 250ms;
}

.campaign-dots .slick-arrow:not(.slick-disabled):hover {
	background-color: #ccaa00;
}

.campaign-dots .slick-prev {
	transform: rotate(180deg)
}

.campaign-dots .slick-disabled {
	opacity: 0.3;
}

.section-blog h2 {
	font-size: 16px;
}

.section-blog h2 strong {
	font-size: 40px;
	line-height: 52px;
	display: block;
}

.block-posts {
	display: flex;
	gap: 85px;
}

.block-posts.six-posts {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.block-post {
	background: #f1f1f1;
	transition: all 250ms;
	padding-bottom: 60px;
	position: relative;
	width: calc((100% / 3) - (((3 - 1) / 3) * 16px));
}

.post-slider .block-post:not(.no-margin) {
	margin: 0 8px;
	height: inherit !important;
}

.block-post:hover {
	background: #e3e3e3;
}

.block-post-image {
	height: 235px;
	background-size: cover;
	background-position: center;
}

.block-post h3 {
	padding: 0 35px;
	margin: 32px 0 30px;
	color: #706f6f;
}

.block-post.no-image h3 {
	padding: 0 0 30px;
	margin: 50px 45px 35px;
	border-bottom: 1px solid #ccc;
}

.block-post p {
	color: #706f6f;
}

.block-post-text {
	padding: 0 35px;
	height: 100%;
}

.no-image .block-post-text,
.no-image .block-post-meta {
	padding: 0 45px;
}

.block-post a {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	color: #706f6f;
}

.block-post a:hover {
	color: #706f6f;
}

.block-post-date {
	font-size: 14px;
	margin: 0;
	background: url(../images/icon-clock.svg) no-repeat left center;
	padding-left: 25px;
}

.block-post-meta {
	padding: 0 35px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.section-footer-link {
	text-align: center;
	margin: 35px 0 95px;
}

.section-footer-link.blog-margin {
	text-align: center;
	margin: 65px 0 0;
}

.block-post-content {
	position: relative;
	transform: translateY(0);
	background: #f1f1f1;
	transition: all 250ms;
	min-height: 245px;
}

.block-post:not(.no-image):hover .block-post-content {
	transform: translateY(-235px);
}

.block-post:hover .block-post-content {
	background: #e3e3e3;
}

.arrow.text {
	color: #f17e26;
	font-size: 14px;
	font-weight: 700;
	background: url(../images/arrow-long-right-yellow.svg) no-repeat center right;
	line-height: 26px;
	padding-right: 46px;
	position: relative;
}

.arrow.text:before {
	content: "";
	height: 100%;
	width: 97px;
	background: rgb(241 241 241);
	left: 0;
	position: absolute;
	bottom: 0;
	transform: scaleX(1);
	transform-origin: left;
	transition: all 250ms;
}

.block-post:hover .arrow.text:before {
	transform: scaleX(0);
	background: #e3e3e3;
	opacity: 0;
}

.section-newsletter {
	background: url(../images/bg_newsletter.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

span.icon-newsletter {
	display: block;
	width: 85px;
	height: 85px;
	margin-bottom: 45px;
}

.newsletter-step-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 505px;
}

.newsletter-step-1 h3 {
	color: #fff;
	margin-bottom: 35px;
	text-align: center;
}

.box-newsletter {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 710px;
	max-width: 100%;
	background: #f1f1f1;
	flex-direction: column;
	align-items: center;
	border-radius: 0 0 2px 2px;
	padding: 0 60px 60px;
	transform: translate(-50%, 0);
}

.box-newsletter.active {
	display: flex;
	-webkit-animation: fade-in-modal 250ms linear 1 running forwards;
	animation: fade-in-modal 250ms linear 1 running forwards;
}

.box-newsletter .icon-newsletter {
	margin: -42px 0 0;
}

.btn-close {
	background: url(../images/icon-close.svg) no-repeat center;
	font-size: 0;
	position: absolute;
	right: 10px;
	top: 20px;
	width: 30px;
	height: 30px;
	padding: 0;
}

.intro-newsletter {
	text-align: center;
	margin: 30px 0 25px;
}

.form-newsletter {
	width: 100%;
	height: 500px;
}

.iframe-opt-in {
	height: 440px !important;
}

/*-- Quem Somos --*/

.header-page {
	background: #f1f1f1;
	position: relative;
	display: flex;
	flex-direction: column;
}

.header-page.search-results .header-page-content {
	min-height: auto;
}

.header-page.search-results .header-page-content .text-side {
	width: 100%;
	padding: 80px 210px 40px 0;
	position: relative;
	z-index: 1;
}

.header-page.subarea {
	background: #706f6f;
}

.header-page-content {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 154px);
}

.header-page-content h2 {
	text-align: left;
}

.header-page-content.single {
	padding-bottom: 160px;
}

.header-page-content .text-side {
	width: 50%;
	padding: 140px 210px 140px 0;
	position: relative;
	z-index: 1;
}

.header-page-content.campanha .text-side {
	width: 100%;
	max-width: 497px;
	padding: 140px 0 140px 0;
	position: relative;
	z-index: 1;
}

.header-page-content.campanha .text-side > div * {
	color: inherit;
}

.header-page-content.campanha .text-side > div a {
	text-decoration: underline;
}

.header-page-content.campanha .text-side > div {
	padding: 0 25px 0 0;
}

.header-page-content.campanha .text-side .btn-inicio {
	animation: float 1s ease-in-out infinite;
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 60px auto 0;
}

.header-page-content.campanha .text-side .btn-inicio:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(315deg) translateX(-50%) translatey(0px);
	border-color: inherit;
	bottom: 63px;
	left: 50%;
}

.header-page-content.campanha .text-side .btn-inicio:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(315deg) translateX(-50%) translatey(0px);
	transform-origin: center;
	border-color: inherit;
	bottom: 38px;
	left: 50%;
}

.header-page-content .text-side ol {
	list-style: decimal inside;
	margin-bottom: 25px
}

.header-page-content .text-side ul {
	list-style: disc inside;
	margin-bottom: 25px
}

.header-page-content .text-side a:not(.button) {
	text-decoration: underline;
}

.header-page-content .text-side a:hover {
	color: #dd7502;
}

.temas .header-page-content .text-side a {
	color: #ffffff;
	text-decoration: underline;
}

.header-page-content .text-side a:hover {
	color: #e5e5e5;
}

.header-page-content .image-side-split {
	position: relative;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	height: 70vh;
}

.image-header-1 {
	position: absolute;
	width: 59%;
	height: 59%;
	top: 70px;
	left: 0;
	background-size: cover;
	background-position: center;
	box-shadow: 8px 3px 26px rgba(0, 0, 0, 0.16);
	border-radius: 2px;
}

.image-header-2 {
	position: absolute;
	width: 33%;
	height: 33%;
	top: 70px;
	right: 0;
	background-size: cover;
	background-position: center;
	border-radius: 2px;
}

.image-header-3 {
	position: absolute;
	width: 59%;
	height: 46%;
	right: 0;
	bottom: 70px;
	background-size: cover;
	background-position: center;
	box-shadow: 8px 3px 20px rgba(0, 0, 0, 0.16);
	border-radius: 2px;
}

.header-page-content .image-side {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

.header-page-content .image-side img {
	max-width: 100%;
}

.image-side-full {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50vw;
	top: 0;
	background-size: cover;
	background-position: center;
}

.image-side-full.release {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50vw;
	top: 0;
	background-size: cover;
	background-position: center top -95px;
}

.image-full {
	position: absolute;
	right: 0;
	height: 100%;
	width: 100vw;
	top: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.sobre-topicos {
	display: flex;
	gap: 45px 0;
	margin-top: 52px;
	flex-wrap: wrap;
}

.sobre-topico {
	width: 33.33%;
}

.sobre-topico:last-child {
	width: 100%;
}

.sobre-topico:last-child .sobre-topico-text {
	columns: 3;
	column-gap: 45px;
}

.sobre-topico ul li {
	list-style: disc outside;
	margin: 0;
}

.sobre-topico-image {
	width: 117px;
	height: 117px;
	display: block;
	margin: 0 auto 20px;
}

.sobre-topico h3 {
	margin-bottom: 55px;
	text-align: center;
	position: relative;
}

.sobre-topico h3:after {
	content: "";
	border-bottom: 1px solid #ffffff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -24px;
}

.leia-mais-btn {
	text-transform: uppercase;
	border-top: 1px solid #ffffff;
	display: block;
	width: 100%;
	padding: 10px 0 0;
	margin-top: 16px;
	position: relative;
	text-indent: -18px;
}

button.leia-mais-btn:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(-135deg);
	margin-left: 10px;
	top: 12px;
	transition: all 250ms;
}

.sobre-topico-text.opened+button.leia-mais-btn:after {
	transform: rotate(45deg);
	top: 16px;
}

.sobre-topico-text {
	overflow: hidden;
	transition: all 500ms;
	padding: 0 23px;
}

.sobre-topico-text.opened {
	max-height: 1000px;
	overflow: hidden;
}

.sobre-topico-text ul {
	padding: 0 0 0 17px;
	margin-bottom: 25px;
}

.politica-diversidade-content {
	display: flex;
	margin-top: 75px;
}

.politica-diversidade-content .text-side {
	padding-right: 115px;
	width: 730px;
	flex: 0 0 auto;
}

.politica-diversidade-content .image-side img {
	width: 100%;
}

#nossa-equipe {
	scroll-behavior: smooth;
}

.equipe-filter ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.equipe-filter ul li {
	width: calc((100% / 5) - (((5 - 1) / 5) * 15px));
}

.equipe-filter ul li .button {
	width: 100%;
}

.profissional-single {
	display: flex;
	padding: 0px 0;
	margin-bottom: 25px;
	min-height: 290px;
}

.profissional-data {
	background: #706f6f;
	flex: 0 0 auto;
	width: 42%;
	display: flex;
	align-items: center;
	padding: 46px 50px;
}

.profissional-single:nth-child(even) .profissional-data {
	background: #989898;
}

span.profissional-image {
	width: 114px;
	height: 114px;
	display: inline-block;
	background-size: cover;
	border-radius: 100%;
	border: 2px solid #f1f1f1;
	margin: 0 50px 0 0px;
}

p.profissional-nome {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 40px;
}

p.profissional-cargo {
	color: #ffffff;
	font-weight: 700;
	border-top: 2px solid #ccc;
	display: inline-block;
	padding-top: 9px;
	margin: 0;
}

.equipe-description {
	background: #e9e9e9;
	padding: 36px 45px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.equipe-description p {
	color: #989898;
	margin-bottom: 7px;
}

p.profissional-mail {
	margin: 0;
}

nav.equipe-filter {
	margin-bottom: 35px;
}

.equipe-controls {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
}

.conquista-single {
	background: #ffffff;
	margin: 0 8px;
	height: inherit !important;
	border-radius: 2px;
}

.conquistas-slider,
.financiadores-slider,
.post-slider,
.list-noticias {
	max-width: 1225px;
	margin: 0 auto;
	z-index: 1;
}

.conquistas-slider .slick-track,
.post-slider .slick-track {
	display: flex !important;
}

span.conquista-image {
	width: 100%;
	height: 234px;
	display: block;
	background-size: cover;
	background-position: center;
	border-radius: 2px 2px 0 0;
}

.conquista-text {
	padding: 25px 40px;
}

.conquista-text h3 {
	color: #707070;
}

.conquista-text p {
	color: #707070;
}

.conquistas-container {
	position: relative;
	margin-top: 85px;
}

.slider-container {
	position: relative;
}

.slider-arrows {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.slider-arrows .slick-arrow {
	width: 32px;
	height: 32px;
	background: #ffffff url(../images/arrow-right-orange.svg) no-repeat center;
	font-size: 0;
	transition: all 250ms;
	border-radius: 2px;
}

.slider-arrows.orange .slick-arrow {
	background: #f07d00 url(../images/arrow-right-white.svg) no-repeat center;
}

.slider-arrows .slick-arrow:not(.slick-disabled):hover {
	background-color: #e4e4e4;
	animation: btn-arrow-right-no-text 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.slider-arrows.orange .slick-arrow:not(.slick-disabled):hover {
	background-color: #dd7503;
}

.slider-arrows .slick-prev {
	transform: rotate(180deg)
}

.slider-arrows .slick-disabled {
	opacity: 0.3;
	cursor: default;
}

.financiadores-container {
	position: relative;
}

.financiador-single {
	margin: 0 8px;
}

.financiador-single img {
	max-width: 100%;
}

.parceiros-container {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.parceiros-single {
	width: calc((100% / 5) - (((5 - 1) / 5) * 16px));
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 23px;
}

.parceiros-single img {
	max-width: 100%;
}

.campanha-text-slider-arrows.slider-arrows {
	position: static;
	width: 80px;
	margin: 50px auto -10px;
}


/*-- Participe --*/

.campanhas .intro-text.center {
	text-align: center;
	margin-bottom: 55px;
}

.grid-campanhas {
	display: grid;
	grid-template-columns: [first] 33.33% [second] 33.33% [third] 33.33%;
	grid-template-rows: [r1] 180px [r2] 180px [r3] 180px;
	grid-auto-rows: 180px;
	grid-auto-flow: row dense;
	margin-bottom: 60px;
}

.box-campanha {
	grid-row: span 2;
}

.box-campanha:nth-child(2n) {
	grid-row: span 3;
}

.box-campanha:nth-child(6n + 1) {
	grid-column: first;
}

.box-campanha:nth-child(6n + 2) {
	grid-column: second;
}

.box-campanha:nth-child(6n + 3) {
	grid-column: third;
}

.box-campanha:nth-child(6n + 4) {
	grid-column: first;
}

.box-campanha:nth-child(6n + 5) {
	grid-column: second;
}

.box-campanha:nth-child(6n + 6) {
	grid-column: third;
}

.box-campanha a {
	display: block;
	height: 100%;
}

.box-campanha-container {
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.box-campanha-container:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #434343;
	opacity: .85;
	transition: all 400ms;
}

.box-campanha:nth-child(6n + 1) .box-campanha-container:after {
	background: #434343;
}

.box-campanha:nth-child(6n + 2) .box-campanha-container:after {
	background: #202020;
}

.box-campanha:nth-child(6n + 3) .box-campanha-container:after {
	background: #F07D00;
}

.box-campanha:nth-child(6n + 4) .box-campanha-container:after {
	background: #EDC500;
}

.box-campanha:nth-child(6n + 5) .box-campanha-container:after {
	background: #8FB435;
}

.box-campanha:nth-child(6n + 6) .box-campanha-container:after {
	background: #814A85;
}

.box-campanha-content {
	position: absolute;
	padding: 65px;
	z-index: 1;
	bottom: 0;
}

.box-campanha-content * {
	color: #ffffff;
}

.box-campanha:nth-child(6n + 4) * {
	color: #434343;
}

.box-campanha:hover .box-campanha-container:after {
	opacity: 1;
}

.single-campanha-text {
	max-height: 0;
	overflow: hidden;
	transition: all 700ms;
}

.box-campanha:hover .single-campanha-text {
	max-height: 180px;
}

.box-campanha .single-campanha-text p {
	margin: 0;
}

.white-box {
	background: #ffffff;
	border-radius: 2px;
	text-align: center;
	padding: 55px 136px 1px;
}

.rede-text {
	margin: 30px 0 50px;
}

.rede-text p {
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	max-width: 850px;
	margin: 0 auto;
	font-weight: 300;
}

.membros-container {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.membros-single {
	width: calc((100% / 5) - (((5 - 1) / 5) * 16px));
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.membros-single a {
	display: block;
	width: 100%;
}

.membros-single img {
	width: 100%;
}

.rede-act-interna {
	text-align: center;
}

.rede-act-interna img {
	width: 590px;
	max-width: 100%;
}

.rede-act-interna p {
	font-size: 16px;
	color: #707070;
	font-weight: 400;
	line-height: 25px;
	max-width: 938px;
	margin: 0 auto 25px;
}


/*-- Single --*/

.post-content {
	background: #fff;
	padding: 90px 60px;
	border-radius: 2px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
}

.post-content-inner {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
}

.post-content img {
	max-width: 100%;
	height: auto !important;
}

.post-content-inner > div, .post-content-inner > div > div {
    padding: 0 !important;
}

.post-content-inner * {
    font-family: 'roboto', sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    text-align: left !important;
    font-weight: inherit;
}

.post-content-inner strong * {
    font-weight: 700;
}

.post-content-inner h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
	margin: 0 0 20px;
	color: rgb(255, 102, 0);
}

.post-content-inner h1 * {
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    font-weight: inherit;
	color: inherit;
}

.post-content-inner h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
	margin: 0 0 20px;
	color: rbg(51, 51, 51);
}

.post-content-inner h2 * {
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    font-weight: inherit;
	color: inherit;
}

.post-content-inner h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	margin: 0 0 20px;
	color: rgb(255, 102, 0);
}

.post-content-inner h3 * {
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    font-weight: inherit;
	color: inherit;
}

.post-content-inner h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
	margin: 0 0 20px;
	color: #ff8c00;
}

.post-content-inner h4 * {
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    font-weight: inherit;
	color: inherit;
}

.post-content-inner table {
    width: 100%;
    border: 1px solid #ccc;
}

.post-content-inner table td {
    padding: 5px 15px;
    border: 1px solid #ccc;
}

.post-content-inner table th {
    padding: 5px 15px;
    background: #707070;
    color: #fff;
}

.post-content-inner table td p,
.post-content-inner table th p {
    margin-bottom: 0;
}

.post-content a,
.post-content a * {
	color: #f17e26;
}

.post-content a:hover {
	color: #c16602;
}

.post-header {
	display: flex;
	gap: 35px;
	margin-bottom: 35px;
}

.post-date {
	font-size: 14px;
	margin: 0;
	background: url(../images/icon-clock.svg) no-repeat left center;
	padding-left: 25px;
	color: #989898;
}

.post-user {
	font-size: 14px;
	margin: 0;
	background: url(../images/icon-user.svg) no-repeat left center;
	padding-left: 25px;
	color: #989898;
}

.post-container {
	margin: -220px 0 120px;
	position: relative;
}


/*-- Contato --*/

.box-contato {
	display: flex;
}

.box-contato .left-side {
	background: #f07d00;
	flex: 0 0 auto;
	width: 50%;
	padding: 55px 70px;
}

.box-contato .left-side h4,
.box-contato .left-side li,
.box-contato .left-side a {
	color: #ffffff;
}

.box-contato .col-address li {
	margin-bottom: 23px;
}

.box-contato .col-address li.address {
	background: url(../images/icon-pin-purple.svg) no-repeat left top;
	margin-bottom: 8px;
}

.box-contato .col-address li.phone {
	background: url(../images/icon-phone-purple.svg) no-repeat left top;
}

.box-contato .col-address li.mail {
	background: url(../images/icon-mail-purple.svg) no-repeat left top;
}

.box-contato .right-side {
	background: #e1e1e1;
	flex: 0 0 auto;
	width: 50%;
	padding: 55px 60px;
}

.btn-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

.btn-container p {
	margin: 0;
}

/*-- O que fazemos --*/

.temas-grid {
	display: flex;
	flex-wrap: wrap;
}

.box-tema {
	width: 29%;
	height: 425px;
}

.box-tema:nth-child(5n + 2),
.box-tema:nth-child(5n + 7) {
	width: 42%;
}

.box-tema:nth-child(5n + 4),
.box-tema:nth-child(5n + 6) {
	width: 29%;
	height: 290px;
}

.box-tema:nth-child(5n + 5) {
	width: 42%;
	height: 290px;
}


.box-tema:nth-child(5n + 7),
.box-tema:nth-child(5n + 8),
.box-tema:nth-child(5n + 9) {
	height: 370px;
}

.box-tema a {
	display: block;
	height: 100%;
}

.box-tema-container {
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.box-tema-container:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #434343;
	opacity: .7;
	transition: all 400ms;
}

.box-tema:nth-child(5n + 1) .box-tema-container:after {
	background: #000000;
}

.box-tema:nth-child(5n + 2) .box-tema-container:after {
	background: #8fb435;
}

.box-tema:nth-child(5n + 3) .box-tema-container:after {
	background: #edc500;
}

.box-tema:nth-child(5n + 4) .box-tema-container:after {
	background: #d92e2e;
}

.box-tema:nth-child(5n + 5) .box-tema-container:after {
	background: #269a47;
}

.box-tema:nth-child(5n + 6) .box-tema-container:after {
	background: #64196a;
}

.box-tema:nth-child(5n + 7) .box-tema-container:after {
	background: #376eb0;
}

.box-tema:nth-child(5n + 8) .box-tema-container:after {
	background: #989898;
}

.box-tema-content {
	position: absolute;
	padding: 65px;
	z-index: 1;
	bottom: 0;
}

.box-tema-content * {
	color: #ffffff;
}


.box-tema:hover .box-tema-container:after {
	opacity: 1;
}

.single-tema-text {
	max-height: 0;
	overflow: hidden;
	transition: all 700ms;
}

.box-tema:hover .single-tema-text {
	max-height: 180px;
}

.box-tema .single-tema-text p {
	margin: 0;
}

.areas {
	margin-bottom: 280px;
}

.intro-areas {
	text-align: center;
	color: #ffffff;
	max-width: 840px;
	margin: 40px auto 70px;
}

.areas-grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -430px;
}

.box-area {
	width: 50%;
	height: 300px;
}

.box-area a {
	display: block;
	height: 100%;
}

.box-area-container {
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.box-area-container:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #f07d00;
	transition: all 400ms;
	mix-blend-mode: multiply;
}

.box-area-container:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000000;
	transition: all 400ms;
	opacity: 0;
	mix-blend-mode: multiply;
}

.box-area-container:hover:before {
	opacity: 0.75;
}

.box-area:nth-child(2n) .box-area-container:after {
	background: #434343;
}

.box-area:nth-child(3n) .box-area-container:after {
	background: #434343;
}

.box-area:nth-child(4n) .box-area-container:after {
	background: #f07d00;
}

.box-area-content {
	position: absolute;
	padding: 65px;
	z-index: 1;
	bottom: 0;
}

.box-area-container.advocacy h3 {
	font-style: italic;
}

.box-area-content * {
	color: #ffffff;
}

.box-area:hover .box-area-container:after {
	opacity: 1;
}

.single-area-text {
	max-height: 0;
	overflow: hidden;
	transition: all 700ms;
}

.box-area:hover .single-area-text {
	max-height: 180px;
}

.box-area .single-area-text p {
	margin: 0;
}

.cursos .intro-text {
	max-width: 850px;
	text-align: center;
	margin: 0 auto 80px;
}

.block-cursos {
	display: flex;
	gap: 50px 85px;
	flex-wrap: wrap;
}

.block-curso {
	background: #f1f1f1;
	flex: 0 0 auto;
	transition: all 250ms;
	padding-bottom: 40px;
	position: relative;
	width: calc((100% / 3) - (((3 - 1) / 3) * 85px));
}

.block-curso.old {
	opacity: 0.4;
}

.block-curso-image {
	position: relative;
	height: 235px;
	background-size: cover;
	background-position: center;
	padding: 30px 35px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	border-radius: 2px 2px 0 0;
	overflow: hidden;
}

.block-curso-image:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #434343;
	transition: all 400ms;
	mix-blend-mode: multiply;
	opacity: .5;
	left: 0;
	top: 0;
}

.curso-data {
	font-size: 40px;
	color: #ffffff;
	font-weight: 700;
	margin: 0;
	position: relative;
	z-index: 1;
}

.flag-novo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.flag-novo span {
	position: absolute;
	right: 12px;
	top: 25px;
	z-index: 1;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
}

.flag-novo:before {
	content: "";
	position: absolute;
	height: 115px;
	width: 115px;
	border-top: 115px solid #f07d00;
	border-left: 115px solid transparent;
	right: 0;
	z-index: 0;
}

.block-curso-content {
	padding: 0 35px;
}

.block-curso h3 {
	margin: 32px 0 30px;
}

.block-curso-assunto {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #989898;
	background-position: right bottom 23px;
}

.block-curso-assunto:nth-last-child(2),
.block-curso-assunto:last-child {
	border-bottom: none;
}

.block-curso-horario {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #989898;
	background: url(../images/icon-clock.svg) no-repeat;
	background-position: right bottom 23px;
}

.block-curso-professor {
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	background: url(../images/icon-user.svg) no-repeat;
	background-position: right bottom 23px;
}

.block-curso-assunto p {
	margin: 0;
}

.cursos .section-footer-link .button {
	width: 396px;
	text-align: left;
}

.cursos .section-footer-link {
	margin: 40px 0 -35px;
}

/*-- Comunicacao --*/

.intro-text.comunicacao {
	text-align: center;
	margin: -10px 0 50px;
}

.list-noticias {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.white-bg .list-noticias {
	max-width: 100%;
}

.block-noticia {
	width: calc((100% / 2) - (((2 - 1) / 2) * 16px));
}

.block-noticia a {
	display: flex;
	background: #ffffff url(../images/arrow-right-orange.svg);
	background-repeat: no-repeat;
	background-position: right 50px center;
	background-size: 16px;
	padding: 31px 165px 18px 45px;
	border-radius: 2px;
	height: 100%;
	align-items: center;
}

.white-bg .block-noticia a {
	background-color: #ebebeb;
}

.white-bg .block-noticia a:hover {
	background-color: #dddddd;
}

.block-noticia a:hover {
	animation: btn-arrow-noticias 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.block-noticia h3 {
	font-size: 16px;
	line-height: 24px;
}

.banner-comunicacao {
	background: #f17e26;
	position: relative;
}

.banner-comunicacao .slick-track
{
    display: flex !important;
}

.banner-comunicacao .slick-slide
{
    height: inherit !important;
}

.banner-slide {
	position: relative;
}

.banner-slide-desc {
	margin-bottom: 60px;
}

.banner-slide-content {
	display: flex;
	justify-content: flex-end;
}

.banner-slide-image {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}

.banner-slide-text {
	width: 50%;
	height: 100%;
	padding: 105px 0px 125px 70px;
}

.banner-slide-text h3 {
	font-size: 32px;
	line-height: 52px;
	text-transform: uppercase;
	margin-bottom: 40px
}

.banner-slide-text * {
	color: #ffffff;
}


/*-- Blog --*/

nav.navigation.pagination {
	display: flex;
	justify-content: center;
	margin: 70px 0 60px;
}

.page-numbers.current {
	font-weight: 700;
	color: #f17e26;
}

.page-numbers:hover {
	color: #f17e26;
}

.nav-links {
	display: flex;
	gap: 20px;
	align-items: center;
}

.next,
.prev {
	width: 32px;
	height: 32px;
	background: #f07d00 url(../images/arrow-right-white.svg) no-repeat center;
	font-size: 0;
	transition: all 250ms;
	border-radius: 2px;
	margin: 0 15px;
}

.next:hover,
.prev:hover {
	background-color: #dd7503;
	animation: btn-arrow-right-no-text 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.prev {
	transform: rotate(180deg);
}

.social-share {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-weight: 700;
	gap: 15px;
	margin-top: 35px;
}

.social-share .heateor_sss_sharing_ul {
	display: flex;
	gap: 5px;
}

.mais-posts {
	margin: -45px 0 100px;
}

/*-- Temas --*/

.blocos-customizados .layout-text {
	background-color: #0C3348;
	padding: 95px 0 105px;
	position: relative;
}

.blocos-customizados > * {
	background-size: cover !important;
	background-position: center !important;
}

.blocos-customizados .layout-text .introtext {
	max-width: 785px;
	text-align: center;
	margin: 0 auto;
}

.blocos-customizados .layout-text .three-columns-flex {
	display: flex;
	gap: 35px 85px;
	margin-top: 95px;
	flex-wrap: wrap;
}

.blocos-customizados .layout-text .three-columns-flex > * {
	width: calc((100% / 3) - (((3 - 1) / 3) * 85px));
}

.blocos-customizados .layout-text .block-border-top {
	border-top: 2px solid #f17e26;
	padding-top: 30px;
}

.blocos-customizados h2 {
	font-weight: 700;
	margin-bottom: 50px;
	text-align: left;
}

.blocos-customizados .layout-text h2 {
	font-weight: 700;
	text-align: center;
	max-width: 935px;
	margin: 0 auto 60px;
}

.blocos-customizados ul:not(.subtemas-list) {
	list-style: disc inside;
	margin-bottom: 25px;
}

.blocos-customizados ol {
	list-style: decimal inside;
	margin-bottom: 25px
}

.blocos-customizados .layout-text.two-columns .text-content {
	column-count: 2;
	column-gap: 85px;
}

.blocos-customizados .layout-text.three-columns .text-content {
	column-count: 3;
	column-gap: 85px;
}

.blocos-customizados .layout-text .text-content p {
	font-size: 16px;
	line-height: 27px;
}

.blocos-customizados .layout-text-image {
	display: flex;
	min-height: 950px;
}

.blocos-customizados .layout-text-image .text-side {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding: 140px 0;
}

.blocos-customizados .text-side a:not(.button),
.blocos-customizados .text-content a:not(.button) {
	text-decoration: underline;
}

.blocos-customizados .text-side .subtemas-list a {
	text-decoration: none;
}

.blocos-customizados .white-text .text-side a:hover {
	color: #e5e5e5;
}

.blocos-customizados .layout-text-image .text-side .inner {
	max-width: 680px;
	padding-right: 145px;
}

.blocos-customizados .layout-text-image .image-side {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-size: cover;
	background-position: center;
	flex: 0 0 auto;
}

.blocos-customizados .layout-text-image .image-side.img {
	/* max-width: 680px; */
}

.blocos-customizados .layout-text-image .image-side img {
	max-width: 680px;
	display: block;
	padding: 85px 0;
	margin: 0 auto;
	max-width: 100%;
}

.blocos-customizados .layout-text-image .image-side.slide {
	position: relative;
}

.blocos-customizados .layout-text-image .image-side.slide .lSSlideOuter .lSPager.lSpg {
	margin: 0 !important;
	position: absolute;
	bottom: 25px;
	width: 100%;
}

.blocos-customizados .layout-text-image .image-side.slide .slide-projeto {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 950px;
	left: 0;
	top: 0;
}

.blocos-customizados .layout-text-image .image-side.slide .slide-projeto-image {
	width: 100%;
	min-height: 950px;
	background-position: center;
	background-size: cover;
}

.blocos-customizados .layout-text-image.esquerdo .text-side {
	align-items: flex-start;
	padding-right: 0;
	padding-left: 145px;
	order: 1;
}

.blocos-customizados .layout-text-image.esquerdo .text-side a {
	color: #f27e26;
}

.blocos-customizados .layout-text-image.esquerdo .text-side a:hover {
	color: #dc6a13;
}

.blocos-customizados .layout-text-image.esquerdo .image-side {
	order: 0;
}

.blocos-customizados .layout-text-image.direito .image-side {
	justify-content: flex-start;
}

.blocos-customizados .layout-text-video {
	display: flex;
	padding: 130px 0;
}

.blocos-customizados .layout-text-video .text-side {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
}

.blocos-customizados .layout-text-video .text-side .inner {
	max-width: 630px;
	padding-right: 145px;
}

.blocos-customizados .layout-text-video .video-side {
	display: flex;
	width: 50%;
	justify-content: flex-end;
	align-items: center;
}

.blocos-customizados .layout-text-video.esquerdo .text-side {
	align-items: flex-start;
	padding-right: 0;
	padding-left: 145px;
	order: 1;
}

.blocos-customizados .layout-text-video.esquerdo .video-side {
	order: 0;
}

.blocos-customizados .layout-text-video.direito .video-side {
	justify-content: flex-start;
}

.blocos-customizados .layout-subtemas {
	display: flex;
	min-height: 860px;
}

.blocos-customizados .layout-subtemas .text-side {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 90px 0;
	align-items: flex-start;
	order: 1;
	flex: 0 0 auto;
}

.blocos-customizados .layout-subtemas .text-side .inner {
	width: 100%;
	max-width: 680px;
	padding-right: 0;
	padding-left: 145px;
}

.blocos-customizados .layout-subtemas.direito .image-side {
	order: 1;
}

.blocos-customizados .layout-subtemas.direito .text-side {
	align-items: flex-end;
	order: 0;
}

.blocos-customizados .layout-subtemas.direito .text-side .inner {
	padding-left: 0;
	padding-right: 145px;
}

.blocos-customizados .layout-subtemas.direito .text-side .inner {
	padding-left: 0;
	width: 100%;
}

.blocos-customizados .layout-subtemas .image-side {
	width: 50%;
	background-position: center;
	background-size: cover;
	order: 0;
}

.blocos-customizados .layout-subtemas .image-side.slide {
	position: relative;
}

.subtemas-list:not(:first-child) {
	margin-top: 40px;
}

.subtemas-list li a {
	display: block;
	font-size: 22px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding: 25px 30px 25px 0px;
	background: url(../images/arrow-right-orange.svg) no-repeat right center;
}

.white-text .subtemas-list li a {
	border-bottom: 1px solid #fff;
	background: url(../images/arrow-right-white.svg) no-repeat right center;
} 

.subtemas-list li a:hover {
	color: #f17e26;
}

.white-text .subtemas-list li a:hover {
	color: #e8e8e8;
} 

.blocos-customizados .layout-full-image {
	background-position: center;
	background-size: cover;
	height: 100vh;
	max-height: 950px;
}

.blocos-customizados .layout-full-image.slide {
	position: relative;
}

.blocos-customizados .layout-full-image.slide .lSSlideOuter .lSPager.lSpg {
	margin: 0 !important;
	position: absolute;
	bottom: 25px;
	width: 100%;
}

.blocos-customizados .layout-full-image.slide .slide-projeto {
	position: relative;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
}

.blocos-customizados .layout-full-image.slide .slide-projeto-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
}

.blocos-customizados .layout-two-image {
	display: flex;
}

.blocos-customizados .layout-two-image .image-side {
	height: 100vh;
	max-height: 950px;
	width: 50%;
	background-position: center;
	background-size: cover;
}

.blocos-customizados .layout-video {
	position: relative;
	background: #f1f1f1;
	text-align: center;
	padding: 110px 0;
}

.blocos-customizados .layout-video .btn-video-play {
	position: absolute;
	background: url(images/play_icon.svg) no-repeat center;
	background-size: cover;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: none;
	cursor: pointer;
}

.blocos-customizados .layout-video .btn-video-play.active {
	display: block;
}

.blocos-customizados .layout-video video {
	width: 100%;
	height: auto;
	max-width: 1260px;
}

.footer-back {
	padding: 53px 0;
}

.footer-back .button {
	text-transform: none;
	font-weight: 400;
	font-size: 22px;
}

.campanha-topicos {
	display: flex;
	flex-wrap: wrap;
	gap: 130px;
	margin: 80px 50px 80px;
}

.campanha-topico {
	flex: 1 1 auto;
	max-width: calc((100% / 3) - (((3 - 1) / 3) * 130px));
	text-align: center;
}

p.campanha-topico-title {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
}

.alert-box {
	border-radius: 4px;
	display: flex;
	padding: 60px 110px 50px 110px;
	align-items: center;
	margin-bottom: 40px;
}

.alert-box-img {
	margin-right: 150px;
}

.campanha-blocks {
	display: flex;
	gap: 70px 85px;
	flex-wrap: wrap;
}

.campanha-block {
	background: #f1f1f1;
	border-radius: 4px;
	max-width: calc((100% / 3) - (((3 - 1) / 3) * 85px));
	text-align: center;
}

.campanha-block-image {
	width: 100%;
	height: 235px;
	border-radius: 4px 4px 0 0;
}

.campanha-block-content {
	padding: 40px 54px;
}

p.campanha-block-title,
p.campanha-block-title b {
	font-size: 22px;
	line-height: 30px;
}

img.campanha-text-slide-image {
	display: block;
	margin: -60px auto 20px;
	width: 120px;
}

.campanha-text-slide {
	text-align: center;
	padding: 0 115px 40px;
	margin-top: 60px;
}

.campanha-text-slide {
	text-align: center;
	padding: 0 115px 40px;
}

.campanha-text-slide * {
	color: inherit;
	font-size: 22px !important;
	line-height: 32px !important;
}

/*-- Biblioteca --*/

#filters-biblioteca {
	margin-top: 65px;
}

.search-bib-content {
	position: relative;
}

#filters-biblioteca input[type=search] {
	background: #f1f1f1;
	width: 100%;
	height: 80px;
	padding: 0 40px;
	border-radius: 2px;
	font-size: 16px;
}

.btn-search-bib {
	background: #f1f1f1 url(../images/icon-search-gray.svg) no-repeat center;
	position: absolute;
	font-size: 0;
	width: 80px;
	height: 80px;
	right: 0;
	top: 0;
	background-size: 18px;
	border-radius: 2px;
	transition: all 250ms;
}

.btn-search-bib:hover {
	background-color: #e0e0e0;
}

#filters-biblioteca ::-webkit-input-placeholder {
	color: #989898;
	text-transform: none;
	font-size: 16px;
}

#filters-biblioteca :-ms-input-placeholder {
	color: #989898;
	text-transform: none;
	font-size: 16px;
}

#filters-biblioteca ::placeholder {
	color: #989898;
	text-transform: none;
	font-size: 16px;
}

.filtros-tipo {
	display: flex;
	gap: 16px;
	margin: 16px 0 90px;
}

.filtros-tipo label {
	background: #ccc;
	display: block;
	width: calc((100% / 3) - (((3 - 1) / 3) * 16px));
	height: 260px;
	border-radius: 2px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	transition: all 250ms;
	cursor: pointer;
}

.filtros-tipo label.publicacoes {
	background-color: #814a85;
	background-image: url(../images/icon-text.svg);
	background-repeat: no-repeat;
	background-position: center top 55px;
}

.filtros-tipo label.video {
	background-color: #edc500;
	background-image: url(../images/icon-video.svg);
	background-repeat: no-repeat;
	background-position: center top 65px;
	color: #434343;
}

.filtros-tipo label.podcast {
	background-color: #f07d00;
	background-image: url(../images/icon-podcast.svg);
	background-repeat: no-repeat;
	background-position: center top 55px;
}

.filtros-tipo label.texto:hover {
	background-color: #612b61;
}

.filtros-tipo label.video:hover {
	background-color: #d1ad21;
}

.filtros-tipo label.podcast:hover {
	background-color: #dd7503;
}

.filtros-tipo input[type=radio] {
	appearance: none;
}

.filtros-tags {
	background: #f1f1f1;
	border-radius: 2px;
	padding: 30px 40px;
	display: flex;
	margin-bottom: 80px;
}

.filtros-tags p {
	margin: 0 60px 0 0;
	font-weight: 700
}

.filtros-tags label {
	display: block;
	border-radius: 2px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0 40px;
	transition: all 250ms;
	cursor: pointer;
}

.filtros-tags label:hover,
.filtros-tags input[type=radio]:checked + label {
	color: #f17e26;
	font-weight: 700;
}

.filtros-tags input[type=radio] {
	appearance: none;
	position: absolute;
}

.bib-feed {
	/* padding: 0 69px; */
	margin-bottom: 180px;
}
	


/*-- Footer --*/

footer {
	background: #434343;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}

footer div,
footer li,
footer p,
footer a,
footer h4 {
	color: #ffffff;
}

footer a:hover {
	color: #f17e26;
}

.col-address li {
	padding: 4px 0 6px 40px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 17px;
}

.col-address li.address {
	background: url(../images/icon-pin-white.svg) no-repeat left top;
	margin-bottom: 8px;
}

.col-address li.phone {
	background: url(../images/icon-phone-white.svg) no-repeat left top;
}

.col-address li.mail {
	background: url(../images/icon-mail-white.svg) no-repeat left top;
}

.col-socials ul {
	display: flex;
	gap: 13px;
}

.col-socials img {
	width: 42px;
}

.col-socials a:hover {
	opacity: .75;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #838383;
	margin: 62px 0 0;
	padding: 35px 0;
}


.block-post p.tipo-post {
	padding: 3px 0;
	margin: 30px 35px -10px;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}

.block-post p.tipo-post:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ccc;
	left: 0;
	bottom: -4px;
}

/*-- Animacoes --*/

@keyframes fade-in {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fade-in-modal {
	0% {
		opacity: 0;
		transform: translate(-50%, 40px);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

@keyframes fade-in-down {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


@keyframes btn-arrow-right {
	0% {
		background-position: right 16px center;
	}

	30% {
		background-position: right 20px center;
	}

	70% {
		background-position: right 14px center;
	}

	100% {
		background-position: right 16px center;
	}
}


@keyframes btn-arrow-left {
	0% {
		background-position: left 4px center;
	}

	30% {
		background-position: left 0 center;
	}

	70% {
		background-position: left 8px center;
	}

	100% {
		background-position: left 4px center;
	}
}


@keyframes btn-arrow-noticias {
	0% {
		background-position: right 50px center;
	}

	30% {
		background-position: right 54px center;
	}

	70% {
		background-position: right 48px center;
	}

	100% {
		background-position: right 50px center;
	}
}


@keyframes btn-arrow-right-no-text {
	0% {
		background-position: right 10px center;
	}

	30% {
		background-position: right 13px center;
	}

	70% {
		background-position: right 7px center;
	}

	100% {
		background-position: right 10px center;
	}
}


@keyframes link-footer {
	0% {
		background-position: right 5px top 17px;
	}

	50% {
		background-position: right 0 top 17px;
	}

	100% {
		background-position: right 5px top 17px;
	}
}

@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes floatUpDown {
	0% {
		background-position: center bottom 0;
	}

	60% {
		background-position: center bottom 10px;
	}

	100% {
		background-position: center bottom 0;
	}
}

.loader {
	opacity: 0;
	display: flex;
	justify-content: center;
	transition: all 350ms;
}

.loader.active {
	opacity: 1;
}

.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	transform: scale(.9);
}

.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 8px;
	height: 18px;
	border-radius: 16px;
	background: #edc500;
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-5px);
	}
	100% {
		transform: translatey(0px);
	}
}