/*
 Theme Name: Twenty Sixteen Child
 Description: The custom theme Twenty Sixteen Child using the parent theme Twenty Sixteen.
 Author: Fluxo
 Author URI: http://fluxo.design;
 Template: twentysixteen
 Version: 1
 */


@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


/* FORMATAÇÃO GERAL */

/*body {
	overflow-x: hidden;
}*/
.overflow_hidden {
	overflow-y: hidden;
}
body {
    background: #FFF;
}
body.no-animation {
	transition: 0s;
}
.site {
	background: transparent;
}
body, button, input, select, textarea, a, .entry-title {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #212121;
}
.site {
    margin: 0;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	display: none;
}
.site-content {
    padding: 107px 0 40px;
}
.site-inner {
	max-width: inherit;
}
.site-main {
    margin-bottom: 0;
}
p {
    margin: 0 0 24px;
}
ul, ol, li {
	list-style: none;
	margin: 0;
}
a {
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer;
	color: #212121;
	transition: 0.3s;
}
a:hover {
	opacity: .8;
	color: unset;
}
strong, b {
	font-weight: 500;
}
.current-menu-item a {
}
::selection {
	background: #CCC;
	color: #FFF;
}
::-moz-selection {
	background: #CCC;
	color: #FFF;
}
.uppercase {
	text-transform: uppercase !important;
}
.normalcase {
	text-transform: initial !important;	
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, ::placeholder {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: normal;
    border: none;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus {
	outline: none;
	appearance: none;
    -webkit-appearance: none;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: transparent;
	color: #00C700;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	padding: 13px 22px;
	border: solid 1px #00C700;
	background-color: #00C700;
	color: #FFF;
	border-radius: 0;
}
.button {
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	padding: 8px 17px;
	letter-spacing: 0.6px;
}
.button.button-white {
	border: solid 1px #FFF;
	color: #FFF;
}
.button.button-green {
	border: solid 1px #00C700;
	background-color: #00C700;
	color: #FFF;
}
::placeholder {
	padding: 0;
}
.mobile-view {
	display: none;
}
.desktop-view {
	display: block;
}
.hidden {
	display: none;
}
.block_scroll {
	overflow-y: hidden; 
	height: 100%;
}
.edit-link, .more-link {
	display: none !important;
}
.blockUI.blockOverlay:before {
    width: 30px !important;
    height: 30px !important;
}
.conteudo-mobile {
	display: none !important;
}
.conteudo-desktop {
	display: block !important;
}
a[href^="tel"] {
    color:inherit;
    text-decoration:none;
}
.left-bar {
	position: relative;
}
.left-bar:before {
	content: "";
    background-color: #8F8F8F;
    display: block;
    width: 27px;
    height: 1px;
    position: absolute;
    left: -41px;
    top: 50%;
    transform: translateY(-50%);
}
.grecaptcha-badge {
	display: none !important;
}



/* GRIDS */

.grid-12 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}
.grid-span-1 {
	grid-column: span 1;
}
.grid-span-2 {
	grid-column: span 2;
}
.grid-span-3 {
	grid-column: span 3;
}
.grid-span-4 {
	grid-column: span 4;
}
.grid-span-5 {
	grid-column: span 5;
}
.grid-span-6 {
	grid-column: span 6;
}
.grid-span-7 {
	grid-column: span 7;
}
.grid-span-8 {
	grid-column: span 8;
}
.grid-span-9 {
	grid-column: span 9;
}
.grid-span-10 {
	grid-column: span 10;
}
.grid-span-11 {
	grid-column: span 11;
}
.grid-span-12 {
	grid-column: span 12;
}






/* TYPOGRAPHY */


.font-11 {
	font-size: 10px;
	line-height: 12px;
}
.font-11 {
	font-size: 11px;
	line-height: 13px;
}
.font-12 {
	font-size: 12px;
	line-height: 14px;
}
.font-14, .font-14 * {
	font-size: 14px !important;
	line-height: 17px !important;
}
.font-13 {
	font-size: 13px;
	line-height: 16px;
}
.font-15 {
	font-size: 15px;
	line-height: 18px;
}
.font-16 {
	font-size: 16px;
	line-height: 20px;
}
.font-17 {
	font-size: 17px;
	line-height: 21px;
}
.font-18 {
	font-size: 18px;
	line-height: 22px;
}
.font-20 {
	font-size: 20px;
	line-height: 24px;
}
.font-27 {
	font-size: 27px;
	line-height: 35px;
}
.font-29 {
	font-size: 29px;
    line-height: 35px;
}
.font-30 {
	font-size: 30px;
	line-height: 34px;
}
.font-32 {
	font-size: 32px;
	line-height: 36px;
}
.font-34 {
	font-size: 34px;
	line-height: 38px;
}
.font-40 {
	font-size: 40px;
	line-height: 44px;
}
.font-45 {
	font-size: 45px;
	line-height: 50px;
}
.font-52 {
	font-size: 52px;
	line-height: 56px;
}

.font-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 700;
}






/* COLORS */

.bg-green, .color-green:before {
	background-color: #00C700;
}
.bg-gray, .color-gray:before {
	background-color: #A8A8A8;
}
.color-black:before {
	background-color: #212121;
}
.color-white:before {
	background-color: #FFF;	
}

.color-green {
	color: #00C700;	
}
.color-white {
	color: #FFFFFF;	
}
.color-gray {
	color: #A8A8A8;
}
.color-red {
	color: #FF0000;
}
.color-black {
	color: #212121;
}



/* HEADER */

.header {
	position: fixed;
	width: 100%;
	z-index: 100;
}
.header-content {
	display: flex;
	justify-content: space-between;
	max-width: 85vw;
	margin: auto;
	padding: 30px 0;
}
.header-left {
	position: relative;
    top: -2px;
}
.header-right {
	position: relative;
    top: 10px;
}
.header-left > *, .header-right > * {
	display: inline-block;
	vertical-align: middle;
}
.btn-menu {
	background-image: url(images/ico-menu.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 24px;
	height: 20px;
	cursor: pointer;
	transition: 0.3s;
	margin-right: 35px;
}
.btn-menu:hover {
	background-image: url(images/ico-menu-white.svg);
}
.btn-search {
	background-image: url(images/ico-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 21px;
	height: 21px;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	top: 2px;
}
.btn-search:hover {
	background-image: url(images/ico-search-white.svg);
}
.menu-superior .menu {
	display: flex;
	margin-right: 80px;
	position: relative;
}
.menu-superior .menu:after {
	content: "";
	width: 1px;
	height: 50px;
	position: absolute;
	right: -35px;
    top: -12px;
	background-color: #212121;
	display: block;
}
.menu-superior .menu li {
	margin: 0 20px;
}
.menu-superior .menu a {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	text-transform: uppercase;
}
.menu-superior .menu a:hover {
	color: #FFF;
}
.header-logo-wrapper {
	position: relative;
	top: 10px;
}
.header-logo-wrapper a {
	margin-bottom: 10px;
    display: inline-block;
}
.header-logo-wrapper img {
	width: 16vw;
}
.menu-lang {
	margin-left: 40px;
}
.menu-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 110;
}
.menu-bg {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .4s;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100vh;
}
.menu-container-active .menu-bg {
	opacity: 1;
}
.menu-wrapper {
	position: absolute;
	left: -100%;
	transition: .4s;
	height: 100vh;
	width: 375px;
}
.menu-wrapper > div {
	height: 100%;
	overflow-y: scroll;
	padding: 30px;
}
.menu-container-active .menu-wrapper {
	left: 0;
}
.btn-menu-close {
	cursor: pointer;
	margin-bottom: 30px;
}
.menu-wrapper a {
	font-size: 17px;
	line-height: 37px;
	font-weight: 500;
	color: #FFF;
}
.menu-wrapper .sub-menu {
	margin-bottom: 20px;
}
.menu-wrapper-lang {
	margin-top: 200px;
}
.menu-wrapper hr {
	margin: 40px -30px 40px;
}
.menu-wrapper input[type="submit"].mailerlite-subscribe-submit {
	border: solid 1px #FFF;
	padding: 11px 20px;
	color: #FFF !important
}
.menu-wrapper .mailerlite-form .mailerlite-form-field {
	margin-right: -3px;
}

.social-networks-wrapper {
	margin-bottom: 30px !important;
}
.social-networks-wrapper.menu {
	margin-bottom: 0!important;
	margin-left: 20px;
}
.social-networks-wrapper.menu img {
	max-width: 28px;
}
.social-networks-wrapper a {
	margin-right: 10px;
	display: inline-block;
}
.social-networks-wrapper img {
	max-width: 42px;
}
.search-container {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.85);
	display: none;
}
.search-container > .search-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
}
.search-container input {
	font-size: 30px;
	line-height: 30px;
	background-color: #FFF !important;
	border: none !important;
	outline: none !important;
	appearance: none !important;
	text-align: center !important;
	color: #5b5f63 !important;
	padding: 10px 20px;
}
.search-container > .btn-close {
	position: absolute;
	top: 40px;
	right: 30px;
	cursor: pointer;
}
.btn-close img {
	width: 30px
}





/* FOOTER */

.footer {
	padding: 50px 0 25px;
}
.footer-content {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.footer-content a {
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	color: #FFF;
}
.footer-content > div {
	width: fit-content;
}
.footer-content > .col-04 {
	width: 32%;
	border-left: solid 1px #FFF;
	padding-left: 7%;
	height: fit-content;
}
.footer-whatsapp {
	display: flex;
	align-content: center;
}
.footer-whatsapp img {
	margin-right: 15px;
}
.footer-content > .col-04 > div, .menu-wrapper-whatsapp > div {
	margin-bottom: 50px;
}
.footer-title {
	margin-bottom: 15px;
}
.sub-menu li {
	list-style: disc;
	margin-left: 20px;
}
.sub-menu li a {
	font-weight: unset;
}
.footer input[type="submit"].mailerlite-subscribe-submit {
	border: solid 1px #FFF !important;
    color: #FFF !important;
    padding: 11px 0.8vw;
    background-color: #00C700 !important;
}
.footer .mailerlite-form .mailerlite-form-field {
	margin-right: -1.2vw;
}
.footer .mailerlite-form-response span, .menu-wrapper .mailerlite-form-response span {
	color: #FFF !important;
	font-weight: 500;
	font-size: 14px;
}




/* HOMEPAGE */


.content-width {
	max-width: 85vw;
	margin: auto;
}
.main-slider-wrapper {
	position: relative;
}
.main-slider-wrapper .slider-next-home {
	position: absolute;
	background-image: url(images/right-arrow-home.svg);
	background-position: center;
	background-repeat: no-repeat;
	left: 90%;
	top: 50%;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
}
.main-slider-title {
	margin-bottom: 20px;
}
.main-slider-title > span:last-child > span {
	display: none;
}
.main-slider-post_title {
	display: block;
}
.main-slider-post_title:hover {
	color: #FFF;
}
.main-slider-date {
	margin-left: 60px;
}
.main-slider-excerpt {
	margin: 10px 0 30px;
}
.main-slider-item {
	height: calc(66vw - 237px) !important
}
.main-slider-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode: multiply;
	height: calc(66vw - 237px);
	width: 100vw;
	position: absolute;
	top: 0;
}
.main-slider-img:after {
	content: "";
	background-image: url(images/bg-slider.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode: multiply;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: calc(66vw - 237px);
	pointer-events: none;
}
.main-slider .slick-dots {
	display: block;
	position: absolute;
    bottom: 45px;
    width: 85vw;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
.main-slider .slick-dots li {
	display: inline-block;
    max-width: 18vw;
    margin-right: 3vw;
}
.main-slider .slick-dots li:only-child {
	display: none !important;
}
.main-slider .slick-dots li {
	margin-right: 10px;
}
.main-slider .slick-dots li:last-child {
	margin-right: 0;
}
.main-slider .slick-dots button {
	background-color: unset;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #FFF;
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
	transition: 0s;
}
.main-slider .slick-dots button {
	width: 10px;
	height: 10px;
	background-color: #FFF;
	font-size: 0;
	border-radius: 50%;
	opacity: 0.5;
}
.main-slider .slick-dots .slick-active button {
	opacity: 1;
}
.main-slider .slick-active button, .main-slider li button:hover {
	text-decoration: line-through;
}
.main-slider-content {
	position: relative;
    top: 17%;
    padding-right: 33%;
    z-index: 1;
}
.slider-contact-menu-active, .slider-contact-menu > span:hover {
	color: #00C700;
}
.slider-contact-wrapper {
    position: absolute;
    bottom: 0;
    left: 78.7%; /* 72% */
    background-color: #FFF;
    width: 370px;
    height: auto;
    border-bottom: solid 1px #D5D5D5;
}
.slider-contact-menu {
	padding: 12px 20px 10px;
	border-bottom: solid 1px #979797;
}
.slider-contact-newsletter, .slider-contact-whatsapp {
	padding: 12px 50px 12px 20px;
}
.slider-contact-wrapper p {
	margin-bottom: 10px;
	line-height: 130%;
    font-size: 14px;
}
.slider-contact-wrapper p a {
	font-size: inherit !important;
	color: #00C700 !important;
	line-height: 130%;
}
.slider-contact-menu-whatsapp {
	margin-right: 40px;
}
.slider-contact-menu > span {
	cursor: pointer;
}
.mailerlite-form .mailerlite-form-field label {
	display: none;
}
.mailerlite-form-inputs {
	background-color: #00C700;
}
.mailerlite-form-field input[type="email"] {
	color: #53585C;
    font-size: 14px;
    line-height: 14px;
    border: solid 2px #00C700;
    padding: 10px 15px;
    border-radius: 0;
    background-color: #FFF !important;
}
.mailerlite-form-field input[type="email"]::placeholder {
	color: #53585C;
	font-size: 14px;
	line-height: 14px;
}
.mailerlite-form .mailerlite-form-field {
	width: 70%;
    display: inline-block;
    margin-bottom: 0;
}
.mailerlite-form .mailerlite-subscribe-button-container {
	width: 28%;
    display: inline-block;
}
.mailerlite-subscribe-submit {
	font-size: 13px !important;
	line-height: 13px !important;
	text-transform: unset !important;
	margin-left: -7px;
}
.mailerlite-form .mailerlite-form-field label {
	position: absolute;
    left: 20px;
    bottom: 2px;
    font-size: 12px;
}
.mailerlite-form-response {
	text-align: left;
}
.mailerlite-form-response span {
	color: #00C700 !important;
	font-weight: 500;
}
.top10-slider-wrapper {
	border-bottom: solid 2px #00C700;
}
.top10-slider-main_title {
	width: 170px;
	float: left;
	border-right: solid 1px #FFF;
	position: relative;
	transition: 0s !important;
	height: 130px;
}
.top10-slider-main_title > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
    padding: 0 5px;
}
.top10-slider-main_title strong {
	line-height: 110%;
	display: block;
	text-align: center;
}
.top10-slider {
	display: flex !important;
}
.top10-slider .slick-track {
	height: 100%;
}
.top10-slider-item {
	height: 100%;
	padding: 0 20px;
	border-right: solid 1px #D5D5D5;
}
.top10-slider-item > div {
	display: flex;
	padding: 20px 0;
}
.top10-slider-item a {
	display: block;
}
.top10-slider-count {
	margin-right: 20px;
}
.top10-slider .slick-arrow {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 7px 14px;
	background-color: #00C700;
	min-width: 35px;
	height: 130px;
	transition: 0s !important;
}
.top10-prev {
	background-image: url(images/arrow-left.svg);
}
.top10-next {
	background-image: url(images/arrow-right.svg);
}
.slick-slide {
	outline: none;
}
.bg-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
}
.home-highlights {
	padding: 50px 0 0;
}
.home-highlights .row-01 {
	margin-bottom: 50px;
}
.home-highlights .second-feature-row {
	margin-top: 50px;
}
.home-highlights .row-01 > div {
	display: flex;
	margin: 0 -15px;
}
.home-highlights .row-01 > div > div {
	width: 50%;
	padding: 0 15px;
}
.home-highlights .row-01 .col-01 .post-img {
	height: 31.4vw;
}
.block-title {
	margin-bottom: 15px;
	margin-left: 42px;
}
.post-item-date {
	margin-left: 42px;	
}
.post-item-author {
	margin-right: 10px;
}
.home-highlights .row-01 .col-01 .post-item-title, .related-posts .post-item-title, .archive .post-item-title {
	margin: 15px 0 20px;
	display: block;
}
.post-item-excerpt {
	margin-bottom: 10px;
}
.video-wrapper iframe {
	width: 100% !important;
	margin-bottom: 0;
	height: 24vw;
}
.home-highlights .row-01 .col-02-wrapper > div.full-width .post-item-date {
	display: inline-block;
	margin-left: 42px;
}
.home-highlights .row-01 .col-02-wrapper {
	display: flex;
	margin: 0 -15px;
}
.home-highlights .row-01 .col-02-wrapper > div {
	padding: 0 15px;
	width: 50%;
}
.home-highlights .row-01 .col-02-wrapper > div.full-width {
	width: 100%;
}
.home-highlights .row-01 .col-02 .post-img, .home-falacias .post-img {
    height: 16vw;
}
.home-highlights .row-01 .col-02-wrapper > div.full-width .post-img {
	height: 24vw;
}
.home-highlights .row-01 .col-02 .post-item-title, .home-falacias .post-item-title {
	margin: 15px 0 10px;
	display: block;
}
.home-highlights .row-01 .col-02-wrapper > div.full-width .post-item-title {
	font-size: 30px;
    line-height: 34px;
}
.home-highlights .row-02 {
	border-bottom: solid 3px #00C700;
}
.home-highlights .row-02 .post-item {
	display: flex;
}
.home-highlights .row-02 .post-item > * {
	width: 50%;
	height: auto;
	min-height: 200px;
}
.home-highlights .row-02 .post-item-texts {
	padding: 25px 35px;
}
.home-highlights .row-02 .post-item-title {
	display: block;
	margin: -10px 0 20px;
}
.home-highlights .row-02 .block-title {
	margin-left: 0;
}
.section-separator {
	width: 100%;
	border-bottom: solid 1px #EBEBEB;
	position: relative;
	margin: 50px 0;
}
.section-separator:after {
	content: "";
	display: block;
	width: 84vw;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background-color: #00C700;
}
.home-falacias {
	margin-bottom: 70px;
}
.btn-falacias {
	margin-top: 70px;
	text-align: center;
}
.btn-falacias .button {
	width: 350px;
	display: inline-block;
	font-size: 13px;
	padding: 13px 17px;
}
hr {
	background-color: #EBEBEB;
}
.logotipo-item {
	display: inline-block;
	margin-right: 3vw;
	margin-bottom: 3vw;
}
.logotipo-item img {
	max-height: 3vw;
}
.section-realizacao {
	padding: 20px 0 50px;
}
.section-realizacao > div:first-child {
	margin-bottom: 90px;
}
.section-realizacao .block-title {
	margin-bottom: 50px;
}




/* SINGLE POSTS */


.post-container {
	padding: 100px 0;
}
.page .post-container {
	padding-bottom: 0;
}
.post-content {
	padding: 0 63px;
}
.single-post .post-content {
	display: flex;
	justify-content: space-between;
}
.post-subtitulo-secundario {
	min-width: 25%;
	width: 25%;
	margin-right: 50px;
}
.subtitulo-secundario {
	font-size: 31px;
	line-height: 34px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #000;
}
.share-wrapper > span {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.share-wrapper > span:first-child {
	padding-top: 6px;
}
.share-wrapper > span:last-child {
	margin-right: 0;
}
.single-share-item {
	font-size: 0;
}
.twitter-share-button {
	opacity: 0 !important;
    position: fixed;
    left: 99999px;
}
.twitter-share-button {
	position: absolute !important;
    left: 0;
    width: 100% !important;
    opacity: 0 !important;
}
.post-header {
	margin-bottom: 70px;
}
.post-header > div {
	display: flex;
}
.common-head {
	position: relative;
    border-bottom: solid 1px #00C700;
    padding: 20px 63px 30px;
    margin-bottom: 70px;
}
.child-cat:last-child span {
	display: none;
}
.common-head .post-date {
	position: absolute;
    right: 63px;
    margin-top: 4px;
}
.common-head .post-date-columnist {
	margin-top: 7px;
}
.common-head .cat-separator {
	display: none;
}
.common-head .cat-separator:first-child {
	display: inline-block;
}
.common-head .post-item-author {
	margin-right: 0;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
}
.post-header .colunista-wrapper:nth-last-child(2) .post-item-author {
	margin-right: 53px;
}
.img_colunista {
	border-radius: 50%;
	width: 52px;
	height: 52px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -2px;
}
.colunista-wrapper .comma {
	margin-left: -2px;
}
.colunista-wrapper:nth-last-child(2) .comma {
	display: none;
}
.colunista-wrapper .post-item-author {
    margin-right: 0;
}
.single-post-title {
	margin-bottom: 20px;
}
.single-post-title, .single-post-subtitle {
	padding: 0 63px;
}
.post-header .row-01, .post-header .row-03 {
	margin-bottom: 10px;
}
.post-header .row-02 {
	margin-bottom: 50px;
}
.post-header .col-01 {
	min-width: 43px;
}
.post-header .col-01 img {
	position: relative;
    top: calc(50% - 4px);
    transform: translateY(-50%);
}
.post-header .col-02 {
	margin-left: 17px;
}
.post-container .video-wrapper {
	margin-bottom: 100px; 
}
.post-container .post-img {
	height: 30vw;
	margin-bottom: 0;
}
.post-container .post-img-caption {
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	text-align: right;
	color: #7E7E7E;
	margin-top: 5px;
	margin-bottom: 100px;
	padding: 0 63px;
}
.post-content {
	margin-bottom: 100px;
}
.post-content a {
	font-size: inherit;
	color: #00C700;
	text-decoration: underline;
}
blockquote {
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
    font-style: normal;
    color: #2F2F2F;
    border: none;
    position: relative;
    padding-left: 80px;
    margin: 100px 0;
}
blockquote:before {
	content: "";
    background-color: #2F2F2F;
    display: block;
    width: 55px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.post-content p {
	line-height: 32px;
}
.post-content hr {
	margin: 100px calc(-7.7vw - 63px);
	position: relative;
}
.post-content hr:after {
	content: "";
	display: block;
	width: 84vw;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background-color: #00C700;
}
.post-content h5, .post-content h6 {
	float: left;
	background-color: #00C700;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 7px;
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 2px;
}
.post-content h1 {
	font-size: 40px;
	line-height: 43px;
	font-weight: 500;
	margin-bottom: 30px;
}
.post-content h1 + p {
	line-height: 27px;
}
.post-content h2 {
	font-size: 35px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.post-content li {
	position: relative;
	line-height: 27px;
	margin-bottom: 30px;
	margin-left: 40px;
}
.post-content li:before {
	content: "";
    background-color: #00C700;
    display: block;
    width: 27px;
    height: 1px;
    position: absolute;
    left: -40px;
    top: 13px;
}
.post-content h5 b, .post-content h6 b {
	font-weight: 700;
}
.post-tags > div, .post-comunicar-erro > div {
	margin: 0 63px;
}
.post-tags > div {
	border-bottom: solid 1px #EBEBEB;
	padding-bottom: 70px;
	margin-bottom: 25px;
}
.post-tags a {
	padding: 4px 10px;
	margin-right: 10px;
	margin-bottom: 14px;
    display: inline-block;
}
.post-tags a:last-child {
	margin-right: 0;
}
.post-comunicar-erro {
	margin-bottom: 70px;
}
.post-comunicar-erro a {
	padding: 12px 36px;
}
.related-posts .post-img {
	height: 16vw;
}
.related-posts {
	margin-bottom: 70px;
}
.grid-span-6.full-width {
	grid-column: span 12;
}
.grid-span-6.full-width .post-img {
	height: 20vw;
}




/* ARCHIVE */


.single_cat_title {
	position: relative;
	width: 100%;
}
.tag .single_cat_title:before {
	content: "TAG: ";
	background-color: unset;
}
.single_cat_title span {
	position: absolute;
	right: 0;
	text-transform: initial !important;
}
.archive .post-container .post-img, .search-results .post-container .post-img {
	height: 16vw;
	margin-bottom: 0;
}
.archive-subcat-item {
	border-bottom: solid 1px #00C700;
	margin-bottom: 20px;
}
.archive-subcat-grid {
	display: none;
	padding-bottom: 40px;
}
.archive-subcat-title {
	padding: 0px 63px 20px;
	position: relative;
	cursor: pointer;
}
.archive-subcat-title img {
	position: absolute;
	right: 63px;
	top: calc(50% - 10px);
	transform: translateY(-50%);
	transition: .4s;
}
.archive-subcat-title-active img {
	transform: translateY(-50%) rotate(180deg);
}
.search-no-results .grid-12 {
	display: block;
}
.em-breve {
	width: 150px;
    margin: 100px auto 0;
    display: block;
}
.archive .post-item .post-item-date, .grid-span-6.post-item:not(.full-width) .post-item-date {
	display: block;
	margin-left: 0;
	margin-top: 3px;
}
.grid-span-6.post-item:not(.full-width) .post-item-date:before {
	display: none;
}


/* 404 */

.search-form-404 {
	margin-top: 60px;
}
.search-form-404 input[type="text"] {
	border: solid 2px #00C700;
    font-size: 18px;
    padding: 9px 15px;
    color: #2d2d2d;
}




/* QUEM SOMOS */

.adicionar_logotipo {
	margin-top: -10px;
	padding: 0 15%;
}
.logotipo-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.adicionar_logotipo .logotipo-item img {
    max-height: 60px;
}





/* CONTACT FORM 7 */

.form-row input[type="text"], .form-row input[type="email"], .form-row textarea {
	border: solid 2px #00C700;
    font-size: 18px;
    padding: 9px 15px;
    color: #2d2d2d;
}
.form-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.form-row > div {
	width: calc(50% - 10px);
}
.form-row-100 > div {
	width: 100%;
}
.form-row label {
	font-size: 16px;
}
.form-row label > span {
	display: block;
	margin-top: 5px;
}
.form-submit-wrapper {
	margin-top: 30px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
div.wpcf7-response-output {
    margin: 30px 0 0;
    padding: 0;
    border: none !important;
}







/* LANÇAMENTO / TEMP */


/*.menu-lang {
	display: none !important;
}*/
.page-homepage .post-item .left-bar:before {
	display: none !important;
}
.page-homepage .post-item .post-item-date {
	margin-left: 0 !important;
}




@media only screen and (max-width: 2560px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/



}


@media only screen and (max-width: 1920px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/





}



@media only screen and (max-width: 1680px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/




}



@media only screen and (max-width: 1440px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.header-content, .content-width {
	max-width: 85vw;
}
/*.main-slider .slick-dots {
	width: 85vw;	
}*/

}



@media only screen and (max-width: 1366px) and (min-height: 680px) and (max-height: 690px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.main-slider-content {
	padding-right: 25%;
	top: 10%;
}

}


@media only screen and (max-width: 1340px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.header-content, .content-width {
	max-width: calc(100vw - 60px);
}
/*.main-slider .slick-dots {
	width: calc(100vw - 60px);
}*/

}



@media only screen and (max-width: 1280px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.main-slider-content {
	padding-right: 25%;
	top: 10%;
}
.slider-contact-wrapper {
	left: unset;
    right: 35px;
}


}



@media only screen and (max-width: 1190px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.menu-superior {
	display: none;
}
.main-slider .slick-dots li {
	margin-right: 10px;
}
.main-slider .slick-dots button {
	width: 10px;
	height: 10px;
	background-color: #FFF;
	font-size: 0;
	border-radius: 50%;
	opacity: 0.5;
}
.main-slider .slick-dots .slick-active button {
	opacity: 1;
}
.footer-content a {
	font-size: 16px;
    line-height: 36px;
}
.footer-content > .col-04 {
	padding-left: 3.5%;
}
.single-post .post-content {
	display: block;
}
.post-subtitulo-secundario {
	min-width: unset;
	width: 100%;
	margin-right: 0;
	margin-bottom: 50px;
}


}



@media only screen and (max-width: 1024px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.menu-superior .menu a, .menu-lang a {
	font-size: 12px;
	line-height: 14px;
}
.menu-superior .menu li {
    margin: 0 10px;
}
.home-falacias .grid-span-3 {
	grid-column: span 4;
}
.home-falacias .grid-span-3:nth-child(7), .home-falacias .grid-span-3:nth-child(8) {
	display: none;
}
.home-falacias .post-img {
    height: 22vw;
}
.post-header-falacias .col-02.font-29 {
	font-size: 25px;
    line-height: 36px;
}
.post-header-falacias .col-02.font-52 {
	font-size: 40px;
    line-height: 45px;
}



}





@media only screen and (max-width: 768px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.mobile-view {
	display: block;
}
.desktop-view {
	display: none;
}
.site-content {
    padding: 83px 0 40px;
}
body, button, input, select, textarea, a, .entry-title {
	font-size: 15px;
    line-height: 23px;
}




/* HEADER */

.header-logo-wrapper, .header-right {
	top: 0;
}
.header-logo-wrapper {
	margin-bottom: -5px;
}
.header-logo-wrapper a {
	margin-bottom: 7px;
}
.header-logo-wrapper img {
	width: 55vw;
}
.menu-wrapper-lang {
    margin-top: 100px;
}
.btn-menu {
	margin-right: 25px;
}
.social-networks-wrapper.menu {
	display: none;
}
.slider-contact-newsletter {
	display: block !important;
	border-top: solid 2px #00C700;
}



/* FOOTER */


.footer-content {
	display: block;
	padding-bottom: 0;
}
.footer-content > div {
    padding: 30px;
    margin: 0 -30px;
    width: 100vw;
}
.footer-content > .row-01, .footer-content > .row-02 {
	border-bottom: solid 1px #FFF;
}
.footer-mobile .menu {
	text-align: center;
}
.footer-mobile .sub-menu li {
    list-style: none;
    margin-left: 0;
}
.footer-mobile input[type="submit"].mailerlite-subscribe-submit {
	border: solid 1px #FFF;
	padding: 11px 22px;
}
.footer-mobile .mailerlite-form .mailerlite-form-field {
	margin-right: -3px;
}
.social-networks-wrapper {
	text-align: center;
}



/* HOMEPAGE */

.main-slider-content {
	padding-right: 0;
    top: unset;
    bottom: 90px;
    left: 30px;
    position: absolute;
}
.slider-contact-wrapper {
	position: relative;
	right: unset;
    border: solid 2px #00C700;
    margin: 30px;
    width: calc(100vw - 60px);
    height: auto;
}
.slider-contact-newsletter .mailerlite-subscribe-submit {
	padding: 13px 16px;
}
.main-slider-content .main-slider-post_title {
	font-size: 23px;
	line-height: 29px;
}
.main-slider-excerpt {
	font-size: 0;
    margin: 10px 0 0px;
}
.main-slider-wrapper .slick-arrow {
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transition: 0s !important;
    position: absolute;
    bottom: 30px;
    z-index: 10;
    transform: unset;
    top: unset;
}
.main-slider-item {
	height: calc(100vh - 80px) !important
}
.main-slider-img, .main-slider-img:after {
	height: calc(100vh - 80px);
}
.main-slider-wrapper .slider-next-home {
	display: none;
}
.main-slider-wrapper .slider-prev {
	background-image: url(images/arrow-left.svg);
	left: 30px;
}
.main-slider-wrapper .slider-next {
	background-image: url(images/arrow-right.svg);
	right: 30px;
}
.main-slider .slick-dots {
    text-align: center;
    bottom: 28px;
}
.top10-slider-main_title {
	width: 100vw;
    float: none;
    height: 60px;
    border-right: none;
    position: relative;
    background-color: unset;
    border-bottom: solid 2px #00C700;
}
.top10-slider-main_title > div {
	display: flex;
    width: fit-content;
}
.top10-slider-main_title strong {
	margin: 0 3px;
	font-size: 20px;
	font-weight: 700;
	color: #212121;
}
.top10-slider .slick-arrow {
	min-width: 30px;
	height: auto;
}
.slider-contact-menu {
	display: none;
}
.video-wrapper iframe {
    height: 200px;
}
.home-highlights .row-01 > div {
	display: block;
}
.home-highlights .row-01 > div > div {
	width: 100%;
}
.home-highlights .row-01 > div > div:first-child {
	margin-bottom: 50px;
}
.home-highlights .row-01 .col-02 .post-img, .home-falacias .post-img {
    height: 38vw;
    margin-top: 3px;
}
.home-highlights .row-01 .col-02-wrapper {
	display: block;
}
.home-highlights .row-01 .col-02-wrapper > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.home-highlights .row-01 .col-02-wrapper > div > a {
	width: 40%;
}
.home-highlights .row-01 .col-02-wrapper > div > div {
	width: 100%; /* width: calc(60% - 15px); */
}
.home-highlights .row-01 .col-02-wrapper > div.full-width .post-img, .home-highlights .row-01 .col-02-wrapper > div.full-width .post-item-texts {
	width: 100%;
}
.home-highlights .row-01 .col-02-wrapper > div.full-width {
	display: block;
}
.home-highlights .row-01 .col-02-wrapper > div.full-width .post-img {
	margin-bottom: 15px;
}
.home-highlights .row-01 .col-02 .post-item-title, .home-falacias .post-item-title {
	margin: 0 0 10px;
}
.post-item-excerpt {
	margin-top: 10px;
}
.home-falacias .grid-span-3 {
	margin-bottom: 30px;
}
.btn-falacias .button {
	width: 100%;
}
.home-highlights .row-02 .post-item > .post-img {
	display: none;
}
.home-highlights .row-02 .post-item > * {
	width: 100%;
	min-height: unset;
	margin: 0 -30px;
    width: 100vw;
}
.home-highlights .row-02 {
    border-bottom: none;
}
.grid-12 {
	display: block;
}
.home-falacias .post-img {
	height: 50vw;
	margin-bottom: 10px;
}
.logotipo-item {
    margin-right: 20px;
}
.logotipo-item img {
    max-height: 10vw;
    max-width: 34vw !important;
    margin-bottom: 30px;
}
.section-realizacao > div:first-child {
    margin-bottom: 40px;
}
.section-realizacao .block-title {
    margin-bottom: 30px;
}



/* ARCHIVE */


.post-container {
    padding: 60px 0;
}
.single_cat_title > span {
	display: none;
}
.common-head {
	padding: 0 0 10px;
	margin-bottom: 0;
}
.post-header {
    margin-bottom: 50px;
}
.archive .post-container .post-img, .search-results .post-container .post-img {
    height: 50vw;
}
.post-container .post-item {
	margin-bottom: 60px;
}
.home-highlights .row-01 .col-01 .post-item-title, .related-posts .post-item-title, .archive .post-item-title {
    margin: 15px 0 10px;
    display: block;
}
.archive-subcat-title {
	padding: 0px 0 20px;
}
.archive-subcat-title img {
	right: 0;
}





/* SINGLE */


.post-header:not(.post-header-falacias) > div {
    display: block;
}
.common-head .post-date {
    position: relative;
    right: unset;
}
.single-post-title, .single-post-subtitle {
    padding: 0;
}
.single .post-date {
	margin: 30px 0;
}
.single-post-title {
	font-size: 20px;
	line-height: 25px;
}
.single-post-subtitle {
	font-size: 15px;
	line-height: 23px;
}
.single-post-subtitle + .left-bar, .post-header-falacias + .post-date .left-bar {
	color: #A0A0A0;
	margin-top: 15px;
	display: block;
}
.post-header-falacias + .post-date {
	max-width: calc(100vw - 60px);
    margin: 0 auto 40px;
    font-weight: 400;
}
.single-post-subtitle + .left-bar:before, .post-header-falacias + .post-date .left-bar:before {
	display: none;
}
.post-container .post-img {
	height: 50vw;
}
.post-container .post-img-caption {
	padding: 0;
	text-align: left;
	margin-bottom: 60px;
}
.post-content {
    padding: 0;
}
.post-content p {
    line-height: 23px;
}
blockquote {
	padding-left: 0;
	margin: 70px 0;
	font-weight: 400;
	font-size: 23px;
	line-height: 28px;
	border-bottom: solid 1px #000000;
	padding-bottom: 20px;
}
blockquote:before {
	display: none;
}
.post-tags > div, .post-comunicar-erro > div {
    margin: 0 0 25px;
}
.related-posts .post-img {
    height: 50vw;
}
.related-posts > div:first-child {
	margin-bottom: 60px;
}
.post-header-falacias .row-01 {
	margin-top: 60px;
}
.post-header-falacias .col-02.font-29 {
	font-size: 21px;
    line-height: 24px;
}
.post-header-falacias .col-02.font-52 {
	font-size: 32px;
    line-height: 38px;
}
.post-header-falacias .col-01 img {
	width: 33px;
}
.post-header-falacias .col-02 {
    margin-left: 0;
}
.subtitulo-secundario {
    font-size: 23px;
    line-height: 28px;
}


/* SINGLE PAGES */

.post-content h1 {
	font-size: 20px;
    line-height: 25px;
}
.post-content h2 {
	font-size: 18px;
    line-height: 23px;
}
.post-content h5, .post-content h6 {
	padding: 1px 7px 0;
    margin-right: 5px;
    font-size: 15px;
    line-height: 22px;
    top: -1px;
}


/* CONTACT FORM 7 */

.form-row {
	display: block;
	margin-bottom: 0;
}
.form-row > div {
	width: 100%;
	margin-bottom: 20px;
}



/* SOBRE NOS */

.page-quem-somos .logotipo-wrapper {
	display: block;
    text-align: center;
    margin-bottom: 0;
}
.page-quem-somos .logotipo-item {
	margin-right: 0;
	margin-bottom: 20px;
	display: block;
}




/* SEARCH */


.search-container > .search-content {
	width: 100%;
    padding: 0 30px;
}
.search-container input {
	font-size: 17px;
    line-height: 25px;
}
.search-container > .btn-close {
	top: 30px;
    right: 30px;
}
.btn-close img {
    width: 20px;
}















}