/*!
Theme Name: sunew
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sunew
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sunew is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {	
	font-family: 'Dosis', sans-serif;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: none;
}

a {outline : none;}

a img {outline : none;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;	
	width: 100%;
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	font-weight: 600; 
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	padding: 2px 10px;
	line-height: auto
	;
}

.main-navigation a:hover, .current_page_item a{
	background: #25ac9b;
}

.menu-toggle {
	display: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-toggle {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #466e15;
    text-align: center;
    cursor: pointer;
    padding: 19px 0px 0px 13px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 500ms ease-in-out;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 3px;
	height: 3px;
	width: 16px;
	background: #FFF;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -8px; 
}
#nav-toggle span:after {
	bottom: -8px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 500ms ease-in-out;
}
#nav-toggle.active {
	background: #3d9d91;
	box-shadow: 1px 4px 10px rgba(0,0,0,0.4);
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

#nav-toggle-link{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 7px;;
}


#site-navigation{		
	background: #29ac9e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #29ac9e 0%, #70bf56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #29ac9e 0%,#70bf56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #29ac9e 0%,#70bf56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ac9e', endColorstr='#70bf56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-align: right;
	padding: 60px 40px 450px;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 00%);
	clip-path: polygon(100% 0, 0 0, 100% 00%);
	width: 800px;
	position: fixed;
	top: 0;
	right: -100%;
	transition: all 500ms ease-in-out;
}


#site-navigation.active{
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	right: 0;
}


#site-navigation a{
	color: #FFF;
}

nav#site-navigation:not(.active) {
    pointer-events: none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## SUNEW
--------------------------------------------------------------*/

div{
	/*border: solid 1px #ccc;*/
}

.sai-da-frente{
	display: none;
}

.center-content{
	padding: 0 15%;
}

.div-20-80{
	font-size: 0;
}
.div-20-80 > div{
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
}

.div-20-80 > div:first-of-type{
	width: 20%;
}

.div-20-80 > div:nth-of-type(2){
	width: 80%;
}

.div-30-70{
	font-size: 0;
}
.div-30-70 > div{
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
}

.div-30-70 > div:first-of-type{
	width: 30%;
}

.div-30-70 > div:nth-of-type(2){
	width: 70%;
}

.div-50-50{
	font-size: 0;
}
.div-50-50 > div{
	font-size: 1rem;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.div-33{
	font-size: 0;
}
.div-33> div{
	font-size: 1rem;
	width: 33.33%;
	display: inline-block;
	vertical-align: middle;
}

.div-25 {
	font-size: 0;
}
.div-25 > div{
	font-size: 1rem;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
}

.div-20 {
	font-size: 0;
}
.div-20 > div{
	font-size: 1rem;
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}

/*----------- HEADER -------*/


/* LANG */
.site-header .lang {
    display: inline-block;
    position: absolute;
    right: 120px;
    top: 50px;
}

.site-header .lang ul li {
	display: inline-block;
}

.site-header .lang ul li+li:before {
	content: "/";
	color: #a9a9a9;
	display: inline-block;
	padding: 0 4px 0 2px;
}

.site-header .lang ul li a {
	font-family: 'Open Sans', sans-serif;
	background-image: none;
	text-decoration: none;
	color: #fff;
    font-size: 18px;
}

.site-header .lang ul li a:hover {
	color: #446E0F;
}

.site-header .lang ul li.active a {
	color: #ccc;
}

/* LANG */

.home #masthead {
	pointer-events: none;
}

.home #masthead a {
	pointer-events: all;
}

.site-header{
	background-color: rgba(0,0,0,0);
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	padding: 20px;
	height: 0px;
}

.site-header.active{
	background-color: rgba(0,0,0,0.05);
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	padding: 20px;
	opacity: 0;
}

.site-branding{
	width: 200px;
}

#logo-header.loaded{
	filter:brightness(500%)  grayscale(100%);  	
	-webkit-filter:brightness(500%)  grayscale(100%); 
}

#logo-header{
	width: 200px;
	filter:brightness(1000%);
	transition: all 500ms ease-in-out;
	filter:brightness(100%) grayscale(0%);
	-webkit-filter:brightness(100%) grayscale(0%);
}

#logo-header.slide1, 
#logo-header.slide5{	
	filter:brightness(500%)  grayscale(100%);  	
	-webkit-filter:brightness(500%)  grayscale(100%); 
}
#logo-header.slide7{
	opacity: 0;
}

.next-session{
	display: block;
    position: relative;
    margin-top: 20px;
    left: 50%;
    background: #8ac33e;
    text-align: center;
    padding: 14px 0px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    transition: all 500ms ease-in-out;
    box-shadow: 1px 4px 10px rgba(0,0,0,0.5);
    color: #FFF;
    font-family: 'Dosis', sans-serif;
    text-decoration: none;
    font-size: 30px;
    line-height: 0;
    cursor: pointer;
    transform: translate(-50%);
}

.next-session img {
	width: 28px;
    height: 17px;
    display: block;
    margin: 0px 6px;
}


/*-------------- FOOTER ----------*/

#selo-absolar {
    display: block;
    clear: both;
    float: left;
    padding-top: 12px;
    max-width: 140px;
}

#selo-b {
    max-width: 170px;
    display: block;
    padding-left: 40px;
    box-sizing: content-box;
}
#selo-cebds {
    float: left;
    max-width: 130px;
    padding-top: 35px;
}
#redes-sociais {
	margin: 20px 0;
}

.redes-sociais-links {
	margin: 10px 0;
}

.redes-sociais-links a {
	text-decoration: none;
	color: white;
}

.redes-sociais-links a:hover {
	opacity: 0.8;
}

.redes-sociais-links img {
    width: 31px;
    height: 31px;
    margin: 5px 10px;
}

.site-footer{
	background-color: #f6f6f6;
	/*height: 200px;*/
}

.site-info{
	background-color: #828888;
	color: #FFF;
	text-align: center;
    font-size: 12px;
    padding: 4px 0;
}

.site-footer .fp-tableCell{
	vertical-align: bottom;
}

#voltar-topo{
	display: inline-table;
}

.site-footer .div-33 > div{
	padding: 50px 20px;
	vertical-align: bottom;
}
.site-footer .div-33 > div span{
	font-weight: 800;
}
#footer-navigation ul, #footer-navigation li{
	padding: 0;
	margin: 3px 0;
	list-style: none;
}

#footer-navigation a {
	text-decoration: none;
	color: #575757;
	font-weight: 200;
	font-size: 20px;
	padding: 2px 8px;
}

#footer-navigation .current_page_item a,#footer-navigation a:hover {
    background: #25ac9b;
    color: #FFF;
}

#logo-footer{
	display: block;
	margin: 80px 0;
}
#endereco {
	margin-top: 50px;
}
#endereco span {
	display: block;
	font-size: 20px;
	font-weight: 400;
}

#endereco a {
	display: block;
	color: #575757;
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0;
}

#endereco p {
	margin: 10px 0;
	font-size: 16px;	
}

/*------ HOME ----------*/


.home .section {
	background-size: cover;
	background-position: 50% 50%;
}

.home .section .fp-tableCell {
	padding-top: 60px;
}

.home #fp-nav{
	right: 50px;
	left: auto !important;
	top: 200px;
	background:
	linear-gradient(to right, 
		transparent 0%, 
		transparent calc(50% - 0.81px), 
		#91cb43 calc(50% - 0.8px), 
		#91cb43 calc(50% + 0.8px), 
		transparent calc(50% + 0.81px), 
		transparent 100%);
	z-index: 9999;
	opacity: 1;	
	transition: all 500ms ease-in-out;
}
.home #fp-nav.open-menu{
	opacity: 0;
	right: -500px;
}
.home #fp-nav ul li a span, .home .fp-slidesNav ul li a span{
	background: #91cb43;
	height: 10px;
	width: 10px;
	margin: -5px 0 0 -5px;
}

.home #fp-nav ul li a.active span,.home .fp-slidesNav ul li a.active span,.home #fp-nav ul li:hover a.active span,.home .fp-slidesNav ul li:hover a.active span{
	background: #426d13;
}

.home .fp-slidesNav ul li{
	display: block;
}

.see-more {
	display: inline-block;
	margin-left: 25px;
}

.see-more:hover p {
	color: #3D6D69;
}

.see-more p {
	font-size: 18px;
	color: #4E4E4E;
	font-weight: 400;
	text-decoration: underline;
	padding: 0;
	margin: 2px 0;
}

#topo-home{
	color: #FFF;	
	font-size: 40px;
	position: relative;

}

#topo-home > div {
	vertical-align: bottom;	
}

#topo-home .next-session {
	margin-bottom: 15px;
}

#topo-home p {
	margin: 0;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-weight: 100;
}

#topo-home strong{	
	font-family: 'Dosis', sans-serif;
	font-size: 36px;
	font-weight: 800;
}

#topo-home:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 95%;
	display: block;
	background: url(//sunew.com.br/box/themes/sunew/images/overlay.jpg);	
}
#topo-home .video-container {
	position: absolute;
	width: 100%;
	height: 95%;
	top: 0;
	opacity: 0.5;
	overflow: hidden;
}

#topo-home video {
}

#topo-home .center-content{
	width: 100%;
	position: relative;
	z-index: 4;
}

#topo-home  video::-webkit-media-controls {
	  display:none !important;
}


#myVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: black;
  		background-image: url(//sunew.com.br/box/themes/sunew/images/home_bg.jpg);
  		background-position: center center;
  		background-size: cover;
   		object-fit: cover; 
   		z-index:3;
	}

#topo-home .video_link{
	margin: 40px 0 60px;
}
#slider-home .icon-world {
	position: relative;
	float: left;
    margin-left: -60px;
    top: 45px;
}

#slider-home{
	font-size: 20px;
	background-image: url(//sunew.com.br/box/themes/sunew/images/bg-sustentabilidade.jpg);
	background-size: cover;
	background-position: 50% 50%;
	color: #3d706b;
	padding: 0 10%;
}

#slider-home #contador {
	font-size: 50px;
	font-weight: 800;
	color: #87c73d;
	line-height: 65px;
}

#slider-home #contador a {
	font-size: 20px;
	font-weight: 500;
	color: #4E4E4E;
	display: block;
	text-decoration: underline;
}

#slider-home span{
	font-size: 76px;
	font-weight: 900;
	color: #406c0a;
	line-height: 60px;
	display: inline-block;
	border-bottom: solid 2px #bababa;
}

#slider-home .div-50-50 > div:nth-of-type(1){
	padding-right:50px;
}
#slider-home .div-50-50 > div:nth-of-type(2){
	text-align: right;
}

#slider-home .saiba-mais{
	font-weight: 200;
	border-radius: 50px;
	background: #29ac9e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #70bf56 0%, #29ac9e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #70bf56 0%,#29ac9e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #70bf56 0%,#29ac9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ac9e', endColorstr='#70bf56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	transition: padding 500ms ease-in-out;	
	padding: 10px 25px;
	color: #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	display: inline-block;
	margin: 40px 0 0;
	text-decoration: none;
	font-size: 15px;
}

#slider-home a:hover .saiba-mais{
	padding: 7px 40px;
}

#slider-home .div-20-80 > div:nth-of-type(1){
	padding-right:50px;
}
#slider-home .div-20-80 > div:nth-of-type(2){
	text-align: right;
}

#clipping-veiculos {
	height: 25%;
	background-color: #27aba0;
	color: #FFF;
	font-weight: 200;
	position: absolute;
    bottom: 0;
}

#slider-clipping{
	background: #f1f1f1;
}

#slider-clipping .fp-tableCell {
	padding-top: 20px;
}

#slider-clipping .fp-slides{
	height: 75%;
	text-align: center;
}

#slider-clipping .div-30-70 h1, #slider-clipping .div-30-70 h2, #slider-clipping .div-30-70 h3{
	color:#27ab9e;
	font-size: 40px;
	border-left: 2px solid #bababa;
	padding-left: 20px;
    margin-bottom: 80px;
}
#slider-clipping .div-30-70 > div:first-of-type a {
	font-weight: 100;
	font-size: 20px;
	color: #505050;
	display: block;
	max-width: 150px;
	cursor: pointer;
}

.veiculos-slider .veiculo {
	cursor: pointer;
}

#clipping-veiculos {
	padding: 50px 0;
}
#clipping-veiculos > div{
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
#clipping-veiculos > div > div{	
	position: relative;
}

#clipping-embed {
	position: absolute;
    bottom: 22%;
    right: 10%;
    z-index: 10;
}

#clipping-embed a {
	text-decoration: none;	
	display: block;
	border-bottom: none !important;
	position: relative;
	width: 80%;
    height: auto;
	margin: 0 0 0 auto;
}

#clipping-embed img {
	width: 100%;	
	height: 100%;
	object-fit: cover;
	position: relative;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}


#clipping-embed span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: 0;
	transform: translate(-50%);
}

#clipping-embed span img {
	box-shadow: none;	
}

#clipping-embed .action-button:hover {
	transform: scale(1.02) translate(-50%);
}

#veiculos-slider{
	text-align: center;
}
#veiculos-slider img {
	max-height: 90px;
	min-width: 110px;
	max-width: 140px;
}
#cases-home{
	background-image: url(//sunew.com.br/box/themes/sunew/images/bg-clouds.jpg);
	background-size: cover;
	background-position: 50% 50%;
	color: #FFF;
}

#cases-home .fp-tableCell {
	padding-left: 5%;
}

#cases-home .bx-wrapper{
	display: inline-block;
	width: 85%;
	border-left: #29ada2 solid 5px;
	position: relative;
}

#cases-home .bx-pager{
	font-family: 'Dosis', sans-serif;
	position: absolute;
	left: -95px;
	top: 0;
}

#cases-home .bx-pager .bx-pager-item{
	text-align: center;	
	margin-bottom: 2px;
}

#cases-home .bx-pager a{
	color: #3a6e69;
	position: relative;
	text-decoration: none;
	font-weight: 800;
	font-size: 20px;
	width: 90px;
	padding: 15px 0;
	display: block;	
	background: rgba(255,255,255,0.5);
}

#cases-home .bx-pager a:hover, #cases-home .bx-pager a.active{
	background: rgba(255,255,255,0.9);
}


#cases-home .bx-pager a::after {
    content: '+';
    font-size: 32px;
    position: absolute;
    right: -22px;
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2ba8a0;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    font-weight: 200;
    box-shadow: 2px 2px 25px rgba(0,0,0,0.5);
}


#cases-home .bx-pager a:hover::after ,#cases-home .bx-pager a.active::after {
	background-color: #386f6a; 
}

#cases-home article{
	padding: 0px 50px 150px;
	background-size: cover;
	background-position: 50% 50%;
	font-size: 17px;
	height: 100%;
}

#cases-home article h1{
	font-size: 35px;
	margin: 0;

}

.cases-slider{
	height: 100%;
}

#cases-home .read-more{
	z-index: 11;
	max-width: 230px;
	display: block;
	margin: 25px 0 0;
}

#cases-home .read-more:hover{	
	box-shadow: 2px 2px 50px rgba(0,0,0,0.6);
}

#aplicacoes-home .fp-tableCell {
	padding-left: 5%;
}

#aplicacoes {
	width: 100%;
}

#aplicacoes-home .see-more p {
	color: white;
}

#aplicacoes-home .see-more:hover p {
	color: #FFEC00;
}

#aplicacoes-home{
	background: #29ac9e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #29ac9e 0%, #70bf56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #29ac9e 0%,#70bf56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-45deg, #29ac9e 0%,#70bf56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ac9e', endColorstr='#70bf56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#noticias {
	width: 100%;
}

#noticias-home .fp-tableCell {
	padding-left: 5%;
}

.lightbox_bg{
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	display: block;
	position: fixed;
	opacity: 0;
	top: -100%;
	transform: translateY(-50%);
	left: 0;   
	-webkit-transition:  top ease 1.1s,opacity ease 1.3s;
	transition: top ease 1.1s,opacity ease 1.3s;
	z-index: 99999;
}

.lightbox_bg.active{
	top: 50%;
	opacity: 1;
}

.lightbox{
	width: 100%;
	display: block;	
	margin: 0;
	padding: 40px 0;
	position: fixed;
	left: 0;
	top: -50%;
	transform: translateY(-52%);
	opacity: 0;
	-webkit-transition:  all ease 1s;
	transition: all ease 1s;
	z-index: 999999;
}
.lightbox.active{
	top: 50%;
	opacity: 1;
}
.lightbox div{
	width: 73.5%;
	position: relative;
	display: block;
	padding-bottom: 40%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}

.lightbox iframe{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#fechar{
	display: block;
	margin: 20px auto 0;
	width: 73%;
	color: #FFF;
	text-align: right;
	position: relative;
	margin-bottom: -20px;
	z-index: 999999;
}

#fechar span{
	font-weight: 200;
	font-size: 25px;
	border-radius: 50px;
	background: #29ac9e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #70bf56 0%, #29ac9e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #70bf56 0%,#29ac9e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #70bf56 0%,#29ac9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ac9e', endColorstr='#70bf56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	transition: padding 500ms ease-in-out;	
	padding: 5px 20px 10px;	color: #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	display: inline-block;
	background-color: red;	
	cursor: pointer;
	transform: translate(50%);
}

#fechar span:hover{
	-webkit-transition:  all ease 1s;
	transition: all ease 1s;	
	box-shadow: 2px 2px 5px rgba(0,0,0,1);
	cursor: pointer;
}

.home-subtitulo{
	color: #373737;
	display: block;
	width: 100%;
	margin: 30px 65px 25px;
}

.home-subtitulo h2{
	margin: 0;
	font-size: 35px;
}

.home-subtitulo h2:before{
	content: '@';
	margin-right: 15px;
}

.home-subtitulo span{
	margin: 0;
	font-weight: 200;
	padding: 0;
	position:relative;
}


.home-subtitulo span:before{
	content: '';
    padding: 0px 40px;
    border-bottom: 2px solid #BDBDBD;
    display: inline-block;
    position: absolute;
    bottom: 9px;
    left: -90px;
}

#aplicacoes-home .home-subtitulo span:before {
    border-bottom: 2px solid #FFF;
}

#aplicacoes-home .home-subtitulo{
	color: #FFF;
}

#cases-home .home-subtitulo h2:before{
	content: url(//sunew.com.br/box/themes/sunew/images/icon-cases.svg);
}

#aplicacoes-home .home-subtitulo h2:before{
	content: url(//sunew.com.br/box/themes/sunew/images/icon-sun.svg);
}

#noticias-home .home-subtitulo h2:before{
	content: url(//sunew.com.br/box/themes/sunew/images/icon-news.svg);
}


/*-------- SINGLE PAGE -------*/

.page .entry-header{
	background-size: cover;
	background-position: 100% 50%;
	color: #FFF;	
	font-family: 'Dosis', sans-serif;
	font-size: 70px;
	line-height: 75px;
	overflow: hidden;
}
.page .entry-header p{
	margin: 0;
}
.page .entry-header > div{
	vertical-align: bottom;
	padding: 50px 70px
}

.single .entry-header{
	background-size: cover;
	background-position: 100% 50%;
	color: #FFF;	
	font-family: 'Dosis', sans-serif;
	font-size: 60px;
	line-height: 70px;
}
.single .entry-header p{
	margin: 0;
}
.single .entry-header > div{
	vertical-align: bottom;
	padding: 70px;
}

.pagina-descricao {
	margin: 80px 0;
}

.pagina-descricao h1, .pagina-descricao p{
	margin: 0;
}

.pagina-descricao > div{
	vertical-align: top;
	padding: 0 50px;
}

.pagina-descricao > div:first-of-type{
	border-right: solid  1px  #bdbdbd;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2rem;
}

.single-excerto{
	font-size: 20px;
	line-height: 30px;
	display: block;
	margin: 20px 0 0;
	max-width: 1200px;
}
/* -------------------- slider com controle inline -------*/
.slider-inline .bx-viewport > * > * {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.slider-prev, .slider-next{
	z-index: 99;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 2px 10px rgba(0,0,0,0.25);
}

.slider-prev:before, .slider-next:before  {
	content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    top: -8px;
    left: -5px;
    margin-top: 50%;
    margin-left: 50%;
    width: 6px;
    height: 11px;
    background-image: url(//sunew.com.br/box/themes/sunew/images/arrow.svg)
}

.slider-next:before {
	transform: rotate(180deg);
    transform-origin: 50% 50%;	
    top: -4px;
    left: -2px;
}

.slider-inline{
	width: 88%;
	display: inline-block;
	vertical-align: middle;
}
.slider-prev a, .slider-next a {
	display: block;
	left:  0; 
	background: #3c6d67;
	text-align: center;
	padding: 14px 0px;
	width: 35px;
	height: 35px;
	transition: all 500ms ease-in-out;
	color: #FFF;	
	font-family: 'Dosis', sans-serif;
	text-decoration: none;
	font-size: 30px;
	line-height: 0;
}
/*-------------- GALERIA DE FOTO DE PAGINA INTERNA ------*/

.galeria-slider, .galeria-slider .bx-wrapper{
	max-width: 100% !important;
	width: 100%;
	position: relative;
	background: #000;	
    max-height: 800px;
    overflow: hidden;
}
.galeria-bxslider{
    margin-left: 25%;
    margin-right: 25%;
}

.galeria-slider ul{
	height: 100%;
}

.galeria-slider li{
	background: #000;
	position: relative;
	height: 100%;
}

.galeria-slider li img{
	opacity: 0.5;	transition: opacity 500ms ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galeria-slider li.active-slide img{
	opacity: 1;
}

.galeria-slider .galeria-prev{
	left: 25%;
	z-index: 999;
	transform: translate(-50%, -50%);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 4px 10px rgba(0,0,0,0.4);
}
.galeria-slider .galeria-next{
	right: 25%;
	z-index: 999;
	transform: translate(50%, -50%);
}
.galeria-slider .galeria-prev, .galeria-slider .galeria-next{
	position: absolute;
	display: inline;
	top: 50%;	
}
.galeria-slider .galeria-prev a, .galeria-slider .galeria-next a{
	display: block;
	left:  0; 
	background: #3c6d67;
	text-align: center;
	padding: 14px 0px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	transition: all 500ms ease-in-out;
	color: #FFF;	
	font-family: 'Dosis', sans-serif;
	text-decoration: none;
	font-size: 30px;
	line-height: 0;
}

.galeria-prev:before, .galeria-next:before  {
	content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    top: -8px;
    left: -5px;
    margin-top: 50%;
    margin-left: 50%;
    width: 6px;
    height: 11px;
    background-image: url(//sunew.com.br/box/themes/sunew/images/arrow.svg)
}

.galeria-next:before {
	transform: rotate(180deg);
    transform-origin: 50% 50%;	
    top: -4px;
    left: -2px;
}


/*-------- A SUNEW -----------*/
.circle-image {
	width: 200px;
    height: 200px;
    overflow: hidden;
    max-width: 300px;
    max-height: 300px;
    border: solid 2px #25ac9b;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
}
.page-template-page-asunew h2{
	font-size: 2em;
}
#sunew-investidores{
	background: #f6f6f6;	
	padding: 20px;	
}
#sunew-investidores > div div{
	text-align: center;
}
#sunew-investidores > div div img{ 
	max-width: 100%;
	padding: 0 5px;
}
#sunew-linhadotempo, #sunew-premios {
	padding: 20px 0;
	background: #29ac9e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #84C833 0%, #00B093 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #84C833 0%,#00B093 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #84C833 0%,#00B093 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84C833', endColorstr='#00B093',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#sunew-linhadotempo {
	padding: 80px 0 80px;
}
#sunew-linhadotempo #bx-pager {
	border-right: solid 1px #FFF;	
	position: relative;	
}

#sunew-linhadotempo #bx-pager ul {
	margin-left: 2em;
}

#sunew-linhadotempo #bx-pager li, #sunew-linhadotempo #bx-pager li a{
	text-decoration: none;
	list-style: none;	
	font-size: 2rem;
	font-weight: 800;
	color: #373737;
	line-height: 4rem;	
	transition: all 500ms ease-in-out;
	text-align: right;
	padding-right: 50px;	
}

#sunew-linhadotempo #bx-pager li a{
	opacity: 0.15;
	filter: blur(3px);
	-webkit-filter: blur(3px);
}


#sunew-linhadotempo #bx-pager li.outer-slide a {
	opacity: 0.50;
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

#sunew-linhadotempo #bx-pager li.adjacent-slide a {
	opacity: 0.75;
	filter: blur(1px);
	-webkit-filter: blur(1px);
}


#sunew-linhadotempo #bx-pager li.active-slide a {
	font-size: 3rem;
	opacity: 1;
	filter: blur(0px);
	-webkit-filter: blur(0px);
}

#sunew-linhadotempo > div > div > div:nth-of-type(2) {
	padding-left: 80px;
}

#sunew-linhadotempo .slider-prev:before {
	transform: rotate(90deg);
	top: -7px;
    left: -2px;
}

#sunew-linhadotempo .slider-next:before {
	transform: rotate(-90deg);
	top: -3px;
    left: -5px;
}
#sunew-linhadotempo .slider-prev {
	position: absolute;
	right: -18px;
    top: -40px;
}

#sunew-linhadotempo .slider-next {
	position: absolute;
	right: -18px;
    bottom: -40px;
	top: auto;
}

#slider-linhadotempo {
	color: #FFF;
	font-weight: 200;
	font-size: 17px;
}
#slider-linhadotempo p {
	margin: 0;
	padding: 20px;
}

#slider-linhadotempo img {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}

#sunew-depoimentos{
	padding: 20px 0;
}
#sunew-depoimentos .itens img {
	border:solid 2px #25ac9b;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	border-radius: 50%;
	margin: auto;
	display: block;

}
#sunew-depoimentos p{
	display: inline-block;
	vertical-align: middle;
}
#sunew-depoimentos span{
	display: block;
	font-size: 0.8em;
	font-style: italic;
}
#sunew-equipe, #sunew-conselho {	
	padding: 20px 0;
	background: #f5f5f5;
}
#sunew-equipe .itens img, #sunew-conselho .itens img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
}
#sunew-equipe > div > div > div, #sunew-conselho > div > div > div{	
	text-align: center;
	margin-bottom: 20px;
}

#sunew-equipe span, #sunew-conselho span{
	display: block;
	font-size: 0.8em;
	font-style: italic;
}

#sunew-premios {
	padding: 20px 0 80px;
}

#sunew-premios h2 {
	color: white;
}

#sunew-premios #slider-premios > div{
	float: none !important;
	display: inline-block;
	vertical-align: bottom;
}


#sunew-premios #slider-premios {
	color: #FFF;	
	font-family: 'Dosis', sans-serif;
}


#sunew-premios #slider-premios h2{
	color: #FFF;
	font-size: 22px;
	margin: 10px;
}

#sunew-premios #slider-premios span{
	color: #FFF;
	font-size: 22px;
	font-weight: 200;
}

#slider-premios >div {
	padding: 0 60px;
}

#sunew-clientes{
	padding: 20px 0;
}
#slider-clientes >div{
	text-align: center;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#slider-clientes >div img{
	max-width: 60%;
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#sunew-depoimentos {
	padding: 0 0 60px;
}

#slider-depoimentos > div {
	padding: 0 60px;
}

#sunew-estrutura {
	padding: 20px 0;
	background-image: url(//sunew.com.br/box/themes/sunew/images/background-estrutura.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 40px;
}


#sunew-estrutura h2, #sunew-estrutura h2 a{
	font-size: 30px;
	line-height: 38px;
	color: #4E4E4E;
	font-weight: 600;
	display: inline-block;
}



#sunew-estrutura h2{
	padding-right: 30px;
	border-right: 2px solid #BDBDBD;
}


#sunew-estrutura h3 {
	font-size: 32px;
	color: #27ABA0;
	font-weight: 600;
	padding-left: 30px;
	display: inline-block;
}

#sunew-estrutura p {
	font-size: 14px;
	color: #4E4E4E;
	font-weight: 400;
	max-width: 80%;
}

#sunew-estrutura a {
	font-size: 14px;
	color: #4E4E4E;
	font-weight: 800;
}



/*-------- APLICACOES -----------*/
.aplicacoes > div:nth-of-type(even) {
	text-align: right;
}

.aplicacao-individual {
	margin-top: 20px;
}

.aplicacao-individual .center-content{
	margin: 0 0 40px;
}

.aplicacao-individual .center-content a{
	display: block;
	margin: 20px 0;
	color: #000;
}

.aplicacao-individual .center-content a:after{
	content: url(//sunew.com.br/box/themes/sunew/images/icon-arrow-backward.svg);
	vertical-align: middle;
	margin: 0 0 0 10px;
	display: inline-block;	
	line-height: 0;
	transform: rotate(180deg);
}

.aplicacao-individual .icon-cases {
	display: block;
	float:left;
    margin: 18px 20px 0px 0px;
}

.aplicacoes > div:nth-of-type(even) .icon-cases {
	float:right;
    margin: 18px 0px 0px 20px;
}

.aplicacao-individual h1 {
	display: inline-block;
	margin: 10px 0;
}

.aplicacoes-potencial p {
	line-height: 2em;
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
}

.aplicacoes-potencial {
	background-image: url(//sunew.com.br/box/themes/sunew/images/background-potencial.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.aplicacoes-potencial .icon-potencial{
	display: block;
	float:left;
    margin: 18px 20px 0px 0px;
}

.aplicacoes-potencial h1 {
	display: inline-block;
	margin: 10px 0;
}

/*------- CASES ------------*/

.lista-cases {
	font-size: 0;
	background: #fafafa;
	padding: 0px 0;
}


.lista-cases > div > a {
	width: 33.33%;
	border: solid 1px;
	background-size: cover;
	background-position: 50% 50%;
	float: left;
	vertical-align: top;
  	height: 350px;
  	margin: 0;
  	position: relative;
  	color: #FFF;
  	font-size: 1rem;  	
  	box-shadow: inset 0px 0px 200px rgba(0,0,0,0);
}

.lista-cases > div > a{	
  	transition: width 400ms ease-in-out ;
}

.lista-cases > div > a.inativo {
	filter: grayscale(100%);  	
	-webkit-filter:grayscale(100%); 
	opacity: 0.75;
}


.lista-cases > div:nth-of-type(odd) > a:nth-of-type(1){
	width: 40%;
}

.lista-cases > div:nth-of-type(odd) > a:not(:nth-of-type(1)){
	width: 30%;
}

.lista-cases > div:nth-of-type(even) > a:nth-of-type(3){
	width: 40%;
}

.lista-cases > div:nth-of-type(even) > a:not(:nth-of-type(3)){
	width: 30%;	
}

.lista-cases > div:hover > a:hover{
	width: 40% !important;
	box-shadow: inset 0px 0px 200px rgba(0,0,0,1);
	
}

.lista-cases > div:hover > a:not(:hover){
	width: 30% !important;
}

.lista-cases > div > a > div{
  	position: absolute;
  	opacity: 0;
  	bottom: 40px;
  	left: 40px;
  	transition: opacity 500ms ease-in-out;
}

.lista-cases > div > a:hover > div{
  	opacity: 1;
}

.lista-cases h1{
	margin: 0 0 15px;
    line-height: 45px;
    font-size: 45px;
}

.lista-cases h1{
	margin: 0 0 15px;
    line-height: 45px;
    font-size: 45px;
}

.lista-cases > div{
	display: inline;
	width: 100%;
}

.lista-cases:after{
  content: "";
  display: table;
  clear: both;
}



.lista-cases > div > a span{  	
  	font-weight: 200;
  	font-size: 13px;
  	border-bottom: solid 1px;
}

.lista-cases > div > a ul{  	
  	padding: 0;
  	margin: 0 0 5px;
  	list-style: none;
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
}


.lista-cases > div > a ul li:before{
	content: url(//sunew.com.br/box/themes/sunew/images/icon-cases.svg);
	vertical-align: middle;
	display: inline;	
	filter: contrast(0) brightness(255);
	margin-right: 10px;
}

/**------------- SINGLE CASE --------------*/

.single .entry-header{
	background-size: cover;
	background-position: 100% 50%;
	color: #FFF;	
	font-family: 'Dosis', sans-serif;
}
.single .entry-header p{
	margin: 0;
}
.single .entry-header > div{
	vertical-align: bottom;
	padding: 0.8em;
}

.single .entry-header ul{
    padding: 0;
    margin:0;
    list-style: none;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
}


.single .entry-header ul li:before{
	content: url(//sunew.com.br/box/themes/sunew/images/icon-cases.svg);
	vertical-align: middle;
	display: inline;	
	filter: contrast(0) brightness(255);
	margin-right: 20px;
}


#veja-tambem{
	background:#27aba0;
}

#veja-tambem h2{
	color:#FFF;
	font-size: 2rem;
	padding: 20px 0;
	margin: 0;
}

#veja-tambem h2:before{
	content: url(//sunew.com.br/box/themes/sunew/images/icon-cases.svg);
	vertical-align: middle;
	display: inline;	
	filter: contrast(0);
	margin-right: 20px;	
	filter: contrast(0) brightness(255);
}


.cases-content {
	padding: 40px 0;
	font-size: 14px; 
	letter-spacing: 1px;
}

.data{
	font-weight: 200;	
	vertical-align: middle;
	font-size: 15px;
	line-height: 20px;
	display: block;
}

.data:before{
	content: url(//sunew.com.br/box/themes/sunew/images/icon-calendar.svg);
	vertical-align: middle;
	margin: 0;
	display: inline-block;	
	line-height: 0;
}

.data h2{
	margin: 0;
	color: #bababa;
	font-size: 15px;
	text-transform: uppercase;
}

a.voltar-cases{
	margin: 40px 0 0;
	display: block;
	color: #4e4e4e;
}

a.voltar-cases:before{
	content: url(//sunew.com.br/box/themes/sunew/images/icon-arrow-backward.svg);
	vertical-align: middle;
	margin: 0 15px 0 0;
	display: inline-block;	
	line-height: 0;
}


/*------- Page - Notícias ------------*/

.page-template-page-noticias{
	background: #fafafa;
}
.lista-noticias .entry-content{
	margin: 0;
}
.lista-noticias .grid-item > a{
   width: 30%;
   margin: 0 1.5% 3%;
   float: left;
   display: inline;
}
.lista-noticias .type-post{
    background-color: #FFF;
   text-decoration: none;
   font-size: 0.9em;
   color: #4f4f4f;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.01);
	border-radius: 5px;
	overflow: hidden;
}

.lista-noticias  .type-post > div{
   padding: 40px;
}

.lista-noticias .type-post h1{
	margin: 0;
	line-height: 1.2em;
}

.lista-noticias .saiba-mais{
	font-weight: 200;
	border-radius: 50px;
	background: #29ac9e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #70bf56 0%, #29ac9e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #70bf56 0%,#29ac9e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #70bf56 0%,#29ac9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ac9e', endColorstr='#70bf56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	transition: padding 500ms ease-in-out;	
	padding: 7px 20px;
	color: #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	display: inline-block;
	margin: 20px 0 0;
}

.lista-noticias a:hover .saiba-mais{
	padding: 7px 40px;
}

.lista-noticias .lista-tags ul, .lista-noticias .lista-categorias ul{
	margin: 0;
	list-style: none;
	padding: 0;
}

.lista-noticias .lista-tags li, .lista-noticias .lista-categorias li{
	margin: 0 15px 0 0;
	list-style: none;
	padding: 0;
	display: inline-block;
}

.lista-noticias .lista-categorias {
	font-weight: 800;
	color: #CCC;
	font-size: 14px;
}

.lista-noticias .lista-tags span {
	font-weight: 800;
	color: #CCC;
}

.lista-noticias .lista-tags {
	font-weight: 200;
	color: #4b4b4b;
	font-size: 12px;
}

.alm-btn-wrap .alm-load-more-btn.carregar-noticias{
	font-weight: 200;
	border-radius: 50px;
	background: #29ac9e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #70bf56 0%, #29ac9e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #70bf56 0%,#29ac9e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #70bf56 0%,#29ac9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ac9e', endColorstr='#70bf56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	transition: padding 500ms ease-in-out;	
}

.alm-btn-wrap .alm-load-more-btn.carregar-noticias:hover{
	padding: 0 40px;
}


.alm-btn-wrap .alm-load-more-btn.loading:before {
	border-radius: 50% !important; 
}

.lista-categorias-topo h2{
	display: inline-block;
	color: #b3b3b3;
	font-size: 20px;
	margin: 0;
}
.lista-categorias-topo{
	padding: 30px 0 50px;
}
.lista-categorias-topo ul{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.lista-categorias-topo li{
	display: inline-block;
	background-color: #22a7a2;
	margin: 5px 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 200;	
	box-sizing: border-box;
	border-radius: 25px;
}
.lista-categorias-topo li:hover, .lista-categorias-topo .current-cat{
	box-shadow: inset 0 0 2px #22a7a2;
	background-color: #FFF;
}
.lista-categorias-topo li:hover a, .lista-categorias-topo .current-cat a{
	color: #22a7a2;
}
.lista-categorias-topo li a{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding: 5px 15px;
}
.lista-categorias-topo form{
	width: 300px;
	float: right;
}
/*------------ OPV -----------------*/

.opv-icon {
	display: block;
	float: left;
	position: absolute;
    top: 60px;
    left: 50px;
}

#opv-slider{
	display: block;
	margin: 0 auto;
}

#opv-section {
	overflow: hidden;
}

#opv-slider .bx-wrapper{
	display: block;
	margin: auto;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
}

.opv-slider {
	position: relative;
}

#image-opv {
	position: absolute;
	right: -120px;
	top: 100px;
	overflow: hidden;
	width: 50%;
	height: auto;
	z-index: 1000;
	transition: all 750ms ease-out;
}

.opv-slider > div, .opv-slider .bx-viewport {
	position: relative;
	height: 650px !important;
}
.opv-slider .slider-desc {
	background: #29ac9e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #70bf56 0%, #29ac9e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #70bf56 0%,#29ac9e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #70bf56 0%,#29ac9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ac9e', endColorstr='#70bf56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 40px;
	border-radius: 10px;
	width: 90%;
	margin: 0 5%;
	position: absolute;
	bottom: 0;
	opacity: 0;
}

.opv-slider .slider-desc p {
	margin: 0;
	color: #FFF;
	text-align: left;
	font-weight: 400;
	font-size: 15px;
	max-width: 60%;
}


.opv-slider .active-slide {
	z-index: 9999;
}

.opv-slider .active-slide .slider-desc{
	opacity: 1;	
	transition: opacity 500ms ease-in-out;
}

#opv-slider{
	position: relative;
}

.opv-slider, .opv-slider > div, .opv-slider .bx-viewport{
	height: 650px !important;
}


#opv-slider #bx-pager {
	position: absolute;
	top: 80px;
    left: 10%;
	border-left: solid 1px #87c836;
	margin: 0 5%;
	height: 80%;
}

#opv-slider #bx-pager ul{
	list-style: none;	
	font-family: 'Dosis', sans-serif;
	font-size: 48px;
	left: 50px;
	margin: 0;
	font-weight: 800;
	padding: 0 0 50px 50px;
}

#opv-slider #bx-pager a{
	color: #e3eada;	
	text-decoration: none;
	transition: all 500ms ease-in-out;	
	vertical-align: middle;
	display: block;	
	position: relative;
	padding: 0 0 40px;
	margin: 0 0 20px;	
	z-index: 9999;	
	line-height: 0px;
}

#opv-slider #bx-pager a::before{
	content: '';
	background: #87c836;
	width: 0px;
	height: 0px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: -50px;	
	transition: all 500ms ease-in-out;	
	transform: translate(-50%);
}

#opv-slider #bx-pager .active-slide a::before{
	width: 15px;
	height: 15px;
}

#opv-slider #bx-pager ul .active-slide a{
	color: #87c836;
}
#opv-slider #bx-pager ul a:hover{
	color: #87c836;
}


/*-------------- CONTATO -----------------*/
.contato-info {
	margin-top: 60px;
}

.contato-info .contato {
}

.contato-info .contato p span {
	color: #4E4E4E;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Dosis', sans-serif;
}

.contato-info .contato p a {
	color: #4E4E4E;
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.contato-info .contato p {
	display: inline-block;
	color: #4E4E4E;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
}

.contato-info .contato img {
	display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 20px;
}

#map {
	height: 250px;
	width: 100%;
	max-width: 450px;
	overflow: hidden;
	border: 1px solid #3D6D69;
	border-radius: 12px;
}



/*---------------- SUNEW GREEN COMMUNITY ---------------*/

.sgc-header{
	background-repeat: no-repeat;
    background-size: cover;
	background-position: 50% 0;
	font-size: 0;
}
.sgc-header .next-session{
	margin-bottom: 50px; 
}
.sgc-header > div{
	vertical-align: bottom;
}
.sgc-header .sgc-header-content > div{
	display: inline-block;
	vertical-align: bottom;
}
.sgc-header .sgc-header-content > div:nth-of-type(1){
	width: 80%;
	font-size: 1rem;
	color: #FFF;
	padding: 0 0 50px 5%;
}
.sgc-header .sgc-header-content > div:nth-of-type(1) img {
    width: 240px;
    max-width: 80%;
    margin-bottom: 0px;
    margin-top: 120px;
}
.sgc-header .optree {
	width: 50%;
	height: 100%;
	text-align: right;
	overflow: hidden;
}
.sgc-header .optree img {
	width: 100%;
	height: auto;
	margin-top: 40px;
	max-height: 800px;
}

.sgc-header h1{
	color: #FFFF;
	line-height: initial;
	border-left: 1px solid #FFF;
	padding-left: 20px;
	margin: 0;
}

.sgc-header strong{
	color: #436f10;
}

#sgc-participantes{
	padding: 20px;	
}

#sgc-participantes > div div{
	text-align: center;
	filter: grayscale(100%);  	
	-webkit-filter: grayscale(100%); 
}

#sgc-participantes > div div img{
	max-width: 180px;
}


#sgc-membership{
	padding: 50px 0;
	background: #f0f9e8 url(//sunew.com.br/box/themes/sunew/images/bg-green.jpg);
	background-size: cover;
}

#sgc-membership h1{
	color: #447210;
	margin: 40px 0 50px;
}

#sgc-membership .div-33{
	text-align: center;
}

#sgc-membership .div-33 img{
	max-width: 200px;
}

.form-title {
	margin: 40px 20px;
}

.form-title img {
	display: inline-block;
}


.form-title p {
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
}

.form-title h2 {
	font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 42px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #4E4E4E;
}

.sgc-mobile{
	display: none;
	font-size: 16px;
	margin: 35px 0 0;
}

/*------------- SUBSECTION TITLE ----------*/

.subsection-title {
	margin-top: 40px;
}

.subsection-title img {
	display: inline-block;
}

.subsection-title h2 {
	font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 42px;
    display: inline-block;
    margin-left: 20px;
    color: #4E4E4E;
}

.subsection-title:before {
	content: "";
	display: inline-block;
	margin: 5px 25px 5px 25px;
	background-color: #3D6D69;
	width: 130px;
	height: 2px;
}

/*------------- FORM CONTATO ----------*/

.wpcf7-form {
	text-align: center;
	margin-bottom: 40px;
}
.wpcf7-form h3{
	text-transform: uppercase;
	margin: 0;
}
.wpcf7-form .form-head{
	padding: 0
}
.wpcf7-form label{
	width: 100%;
	padding: 0;
	display: block;
	margin: 0 0 20px;
}
.wpcf7-form > div{
	padding: 10px;
}
.wpcf7-form > div > div{
	padding: 0 10px 0 0;
}
.wpcf7-form input{
    height: 40px;
    border: 1px solid #446E0F;
    border-radius: 40px;
    color: #4E4E4E;
    padding: 0 20px;
    font-size: 14px;
    background-color: rgba(0,0,0,0);
    width: 100%;
}
.wpcf7-form textarea {
    border: 1px solid #446E0F;
    border-radius: 20px;
    color: #4E4E4E;
    padding: 20px;
    font-size: 14px;
    background-color: rgba(0,0,0,0);
    width: 100%;
}


.wpcf7-form select {
    height: 40px;
    border: 1px solid #446E0F;
    border-radius: 5px;
    color: #4E4E4E;
    padding: 0 20px;
    font-size: 14px;
    background-color: rgba(0,0,0,0);
}

.wpcf7-form input[type=submit] {
	font-weight: 200;
	border-radius: 50px;
	background: #29ac9e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #27ABA0 0%, #89C63D 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #27ABA0 0%,#89C63D 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #27ABA0 0%,#89C63D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ABA0', endColorstr='#89C63D',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	transition: padding 500ms ease-in-out;
	display: block;
	color: #FFF;	
	padding: 20px 30px;
	line-height: 0;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
	text-transform: uppercase;
	border: 0;
	width: auto;
	cursor: pointer;
}

/*------------ SINGLE POST -------------*/

.single-post{
	background-color: #fafafa;
}

.noticia-individual {
	padding: 25px 0;
}

.noticia-individual .center-content{
	font-size: 0;
}

.noticia-individual  .center-content > div{
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;	
}

.noticia-individual  .center-content > div:nth-of-type(1){
	width: 65%;
	margin-right: 5%;
	background-color: #FFF;
	padding: 30px;
	font-size: 14px; 
	letter-spacing: 1px;
}

.noticia-individual .center-content > div:nth-of-type(2){
	width: 30%;
}

.noticia-individual .center-content > div:nth-of-type(2) > div{
	background-color: #FFF;
	margin-bottom: 50px;
	padding: 30px;
}

.noticia-individual .center-content > div:nth-of-type(2) h2{
	color: #bdbdbd;
}

.noticia-individual .center-content > div:nth-of-type(2) ul{
	margin: 0;
	padding: 0;
}

.noticia-individual .center-content > div:nth-of-type(2) > div:nth-of-type(1) li{
	display: inline-block;
	background-color: #22a7a2;
	margin: 5px 10px 5px 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 200;	
	border-radius: 25px;
}

.noticia-individual .center-content > div:nth-of-type(2) >  div:nth-of-type(1) li a{
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
}

.noticia-individual .center-content > div:nth-of-type(2) > div:nth-of-type(1) li:hover{
	opacity: 0.75;
}

.search-form label{
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	background-repeat: no-repeat;
	text-indent: 3px;
	background-position: 5px;
	height: 20px;
	width: 75%;
	border: 1px solid #22a7a2;
	padding: 10px 10px;
	max-width: 100%;
	border-radius: 25px;
}

.search-form input[type=search]{
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	text-indent: 3px;
	height: 20px;
	max-width: 60%;
	margin: 10px 15px;
	border: none;
}

.search-form input[type=submit]:hover{
	opacity: 0.7;
}
.search-form input[type=submit] {

	background: url(//sunew.com.br/box/themes/sunew/images/icon-search.svg) 50% 0 no-repeat;
	cursor: pointer;
	height: 22px;
	width: 7%;
	border: 0px;
}

.noticia-individual .lista-noticias{
	margin: 0;
}

/*------------- ARQUIVO ---------------*/

.archive .entry-header, .tag .entry-header, .category .entry-header, .search .entry-header{
	background-size: cover;
	background-position: 100% 50%;
	color: #FFF;	
	font-family: 'Dosis', sans-serif;
	font-size: 70px;
	line-height: 75px;
}
.archive  .entry-header p, .tag .entry-header p, .category .entry-header p,  .search .entry-header p{
	margin: 0;
}
.archive .entry-header > div, .tag .entry-header > div, .category .entry-header > div,  .search .entry-header > div{
	vertical-align: bottom;
	padding: 70px;
}


.archive, .tag, .category, .search  {
    background: #fafafa;
}

/*-------------- CSS PEDRO -------------*/
.action-button {
	font-weight: 200;
	border-radius: 50px;
	background: #27ABA0; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #27ABA0 0%, #89C63D 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #27ABA0 0%,#89C63D 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #27ABA0 0%,#89C63D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ABA0', endColorstr='#89C63D',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	transition: all 500ms ease-in-out;	
	padding: 10px 25px;
	color: #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	display: inline-block;
	margin: 40px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;
}

.action-button:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	transform: scale(1.02);
	color: white;
}

.action-button img {
	float:right;
	max-width: 20px;
    min-height: 10px;
	height: auto;
	margin: 4px 0px 0 10px;
}

.action-button:visited {
	color: white;
}

.info-box {
	width: 40%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background-color: white;
	display: inline-block;
}
.images-box {
	width: 60%;
	height: 100%;
	left: 40%;
	position: absolute;
	background-color: white;
	display: inline-block;
}
.info-box .item {
	position: absolute;
	padding: 40px;
	display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.info-box .item.open {
	display: block;
    filter: alpha(opacity=100);
    opacity: 1;
}
.info-box .item h3 {
    line-height: 1.2em;
	font-size: 24px;
	margin: 0;
	max-height: 100%;
	text-overflow: ellipsis;
	color: #4E4E4E;
	font-family: 'Dosis', sans-serif;
}
.info-box .item p {
	font-size: 14px;
	height: auto;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4E4E4E;
	font-family: 'Open Sans', sans-serif;
}
.images-box ul {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
.images-box ul li {
	position: relative;
	overflow: initial !important;
}
.images-box ul li .image-mask, .images-box ul li .image-item {
	height: 100%;
}
.images-box ul li .image-mask img {
	height: 100%;
	object-fit: cover;
}
.images-box ul li .line-divider {
	width: 4px;
    height: 100%;
    position: absolute;
    background-color: #27ABA0;
    left: 0;
    top: 0;
    z-index: 100000;
}
.images-box ul li:hover .line-divider img  {
	transform: scale(1.1);
}
.images-box .slider-open .line-divider img {
	opacity: 0;
}
.images-box ul li .line-divider img {
	width: 40px;
    height: 40px;
    position: absolute;
    margin-top: -20px;
    margin-left: 10px;
    left: 50%;
    top: 50%;
    display: block;
	max-width: initial;
	transition: all 0.25s ease-in-out;
	opacity: 1;
	transform: scale(1);
}

#aplicacoes-slider {
	width: 85%;
	display: inline-block;
	height: 420px;
	position: relative;
	-moz-box-shadow:    2px 3px 4px 4px rgba(0,0,0,0.03);
	-webkit-box-shadow: 2px 3px 4px 4px rgba(0,0,0,0.03);
	box-shadow:         2px 3px 4px 4px rgba(0,0,0,0.03);
}

#noticias-slider {
	width: 85%;
	display: inline-block;
	height: 420px;
	position: relative;
	-moz-box-shadow:    2px 3px 4px 4px rgba(0,0,0,0.03);
	-webkit-box-shadow: 2px 3px 4px 4px rgba(0,0,0,0.03);
	box-shadow:         2px 3px 4px 4px rgba(0,0,0,0.03);
}

#noticias-slider .info-box {
	left: 60%;
}
#noticias-slider .images-box {
	left: 0;
}


#noticias-slider .item , #aplicacoes-slider .item {
	height: 100%;
	position: relative;
}

#noticias-slider .item a img, #aplicacoes-slider .item a img {
	float: right;
	margin: 1px 0 1px 6px;
}
#noticias-slider .item a, #aplicacoes-slider .item a {
	margin: auto;
	max-width: 100%;
	position:absolute;
	bottom: 35px;
	left: 30px;
}

.bx-wrapper{	
    margin: auto;
}
.excerto-mobile{
	display: none;
}

/*---------------- Cabeçalho ----------------*/
.overlay-text {
	mix-blend-mode: overlay;
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.page-template-page-opv .overlay-text p {
	font-size: 52vw;
}

.overlay-text p {
	position: absolute;
    opacity: 0.3;
    bottom: 0;
    display: block;
    z-index: 1;
    font-size: 36vw;
    line-height: 28vw;
    left: -4vw;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
}

.page .entry-header p {
	z-index: 100;
}

.next-session {
	z-index: 101;
}

/*---------------- MEDIA QUERIES ------------*/

@media screen and (max-width: 1600px) {
	.center-content {
    padding: 0 10%;
}	
.sgc-header .sgc-header-content > div:nth-of-type(1) {
    padding: 0 0 50px 10%;
}
}

@media screen and (max-width: 1300px) {
	.center-content {
    padding: 0 6%;
}
.sgc-header .sgc-header-content > div:nth-of-type(1) {
    padding: 0 0 50px 6%;
}
	.div-20 > div {
    width: 25%;
	}
	#sunew-linhadotempo #bx-pager ul, #sunew-linhadotempo #bx-pager li{
		margin: 0;
		padding: 0;
	}
	#sunew-linhadotempo .div-20-80 > div:first-of-type{
	width: 15% !important;
	}
	#sunew-linhadotempo .div-20-80 > div:nth-of-type(2){
	width: 85% !important;
	}
	#sunew-linhadotempo > div > div > div:nth-of-type(2) {
    padding-left: 15px;
	}
	.sgc-header .sgc-header-content > div:nth-of-type(1){
		width: 100%;
	}

	.sgc-header .sgc-header-content > div:nth-of-type(1) img{
	display: block;
	margin: auto;
	}

	.sgc-header .sgc-header-content > div:nth-of-type(2){
		display: none;/
	}
}

@media screen and (max-width: 1100px) {
 .fp-scrollable{
 	height: auto !important;
 }
}
@media screen and (max-width: 1000px) {
	.center-content {
    padding: 0 2.5%;
	}
	.sgc-header .sgc-header-content > div:nth-of-type(1) {
    padding: 0 0 25px 2.5%;
	}
	.div-20-80 > div{
		width: 100% !important;		
	}
	.div-20-80 > div:first-of-type{
		margin-bottom: 20px;	
	}
	.pagina-descricao > div:first-of-type{
		border: none;
	}
	.div-25 > div{
		width: 33.33% !important;
	}
	.page .entry-header, .single .entry-header {
    font-size: 50px;
    line-height: 50px;
	}
	.archive .entry-header, .tag .entry-header, .category .entry-header, .search .entry-header{
	font-size: 50px;
	line-height: 50px;
	}
	.site-footer .div-33 > div:nth-of-type(1),.site-footer .div-33 > div:nth-of-type(2),.site-footer .div-33 > div:nth-of-type(3){
		width: 100% !important;		
		text-align: center;
	}
	#logo-footer {
    display: block;
    margin: 0px auto 50px;
	}
	#sunew-linhadotempo .center-content{
		padding: 0 2%;
	}
	#sunew-linhadotempo .div-20-80 > div:first-of-type{
	width: 25% !important;
	}
	#sunew-linhadotempo .div-20-80 > div:nth-of-type(2){
	width: 75% !important;
	}
	#sunew-linhadotempo > div > div > div:nth-of-type(2) {
    padding-left: 15px;
	}
}

@media screen and (max-width: 800px) {
.div-30-70 > div:first-of-type{
	width: 100%;
	padding-bottom: 20px;
}

.div-30-70 > div:nth-of-type(2){
	width: 100%;
}
.subsection-title:before{
	width: 0;
}
.subsection-title{
	display: block;
	text-align: center;
	margin-left: -80px;
}
.galeria-bxslider{
    margin-left: 5%;
    margin-right: 5%;
}
.galeria-slider .galeria-prev{
	left: 5%;
}
.galeria-slider .galeria-next{
	right: 5%;
}
.lista-cases > div a{
    width: 50% !important;
}
.lista-cases > div:hover > a:not(:hover) {
    width: 50% !important;
}
.lista-cases > div:hover > a:hover{
    width: 50% !important;
}
.lista-cases > div > a > div{
	opacity: 1;
}
.lista-cases > div > a h1{
	opacity: 1;
	font-size: 20px;
	line-height: 20px;
}
.lista-cases > div > a span{
	font-size: 10px;
	display: none;
}
.lista-cases > div > a ul {
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
    font-family: 'Dosis', sans-serif;
    font-size: 12pxpx;
}
.lista-cases > div > a ul li:before {
    display: none;
}
.lista-categorias-topo{
	text-align: center;
}
.lista-categorias-topo h2{
	text-align: center;
	display: block;
}
#veja-tambem h2{
	text-align: center;
}
.contato-info .div-50-50 > div{
	width: 80%;
	text-align: center;	
	margin: 0 auto;
	display: block  !important;
}
.mapa{
	margin: 0 auto;
	display: block  !important;
	text-align: center;
}
.form-title img{display: none;}

.lista-noticias .grid-item > a {
    width: 45%;
    margin: 0 1.5% 3%;
    float: left;
    display: inline;
}
.form-title img{
	display: none;
}
#sunew-linhadotempo #bx-pager li.active-slide a {
    font-size: 2rem;
}
#sunew-linhadotempo #bx-pager li, #sunew-linhadotempo #bx-pager li a {
    font-size: 1.5rem;
}
.circle-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    max-width: 150px;
    max-height: 150px;
    border: solid 2px #25ac9b;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
}
.slider-inline {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
#sunew-depoimentos > div{
	text-align: center;
}
#sunew-estrutura p{
	max-width: 100%;
}
#sunew-estrutura h3 {
	text-align: center;
	padding: 0;
}
#sunew-estrutura h2{
	display: block;
	margin: auto;
	text-align: center;
	border: 0;

}
.lista-categorias-topo form {
    width: 300px;
    float: none;
    display: block;
    margin: 20px auto 0;
}
.noticia-individual .center-content > div:nth-of-type(1) {
    width:100%;
    margin-right: 0%;
}
.noticia-individual .center-content > div:nth-of-type(2) {
    width: 100%;
    margin: 20px 0;
    text-align:center;
}
.page .entry-header {
    background-size: cover;
    background-position: 50% 50%;
}
.opv-icon{
	display: none;
}
#sgc-participantes > div div img {
    max-width: 80%;
}

#site-navigation{		
	width: 1500px;
}
.main-navigation {
    font-size: 25px;
}
}

@media screen and (max-width: 700px) {

	#opv-slider #bx-pager{
		z-index: 1001;
		left: 0;
	}
	.opv-slider{
		z-index: 1002;
		pointer-events: none;
	}
	.opv-slider .slider-desc{
		margin: 0;
		width: 100%;
		padding: 15px;
	}
	.opv-slider .slider-desc p{
		width: 100%;
		font-size: 14px;
		max-width: 100%;
	}
	.opv-slider, .opv-slider > div, #opv-slider .bx-viewport{
	height: 500px !important;
}
#image-opv{
	right: 50%;
	width: 100%;
	opacity: 0.25;
	transform: translateX(50%);
	pointer-events: none;
}
#opv-slider #bx-pager ul{
	font-size: 35px;
	line-height: 25px;
	padding: 0 0 50px 50px;
}
#opv-slider #bx-pager a {
	margin: 0 0 0 0px;
}
}

@media screen and (max-width: 600px) {
	.sgc-header .sgc-header-content > div:nth-of-type(1) {
    padding: 20px 3%;
	}
	.center-content {
    padding: 0 1.5%;
	}
	#topo-home {
	    color: #FFF;
	    font-size: 30px;
	}
	.div-33 > div{
		width: 100% !important;
	}
	.div-20 > div {
    width: 50%;
	}
	.lista-noticias .grid-item > a {
    width: 100%;
    margin: 0 1.5% 3%;
    float: left;
    display: inline;
	}
	.div-33> div {
    font-size: 1rem;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
	}
	.page .entry-header > div {
    vertical-align: bottom;
    padding: 50px 15px;
	}
	.sgc-header .sgc-header-content > div:nth-of-type(1) img {
    max-width: 280px;
    display: inline-block;
	}

	.sgc-header h1 {
    line-height: 24px;
    padding-left: 15px;
    font-size: 24px;
	}
	.sgc-header p{
		margin: 20px 0 10px;
	}
	.page-template-page-sunewgreencommunity .subsection-title{
		margin-top: 0;
	}
	.sgc-desktop{
		display: none;
	}
	.sgc-mobile{
		display: block;
	}
#sunew-linhadotempo #bx-pager{
	text-align: center;
}
#sunew-linhadotempo #bx-pager li.active-slide a {
    font-size: 1.25rem;
    text-decoration: underline;    
    font-weight: 800;
    padding: 0;
}
#sunew-linhadotempo #bx-pager li.adjacent-slide a {
   opacity: 0.85;
}
#sunew-linhadotempo #bx-pager li.outer-slide a {
    opacity: 0.75;
}
#sunew-linhadotempo #bx-pager ul{
	text-align: center;
}
#sunew-linhadotempo #bx-pager li, #sunew-linhadotempo #bx-pager li a {
    font-size: 1rem;
    font-weight: 800;    
    padding: 0;
    display: block;
    margin: auto;
    text-align: center;
    z-index: 99;
}
#sunew-linhadotempo #bx-pager li a{
	opacity: 0.30;
}
#slider-linhadotempo p {
	font-size: 15px;
}
.excerto-mobile{
	display: block;
	font-size: 15px;
	margin-bottom: 30px;
	font-weight: 800;
}
.excerto-desktop{
	display: none;
}
.noticia-individual .center-content > div:nth-of-type(1){
	padding: 15px;
}
.single .entry-header {
    font-size: 30px;
    line-height: 33px;
}
}

@media screen and (max-width: 500px) {
	.div-25 > div{
		width: 50% !important;
	}
	.page .entry-header {
    font-size: 35px;
    line-height: 35px;
	}
	.archive .entry-header, .tag .entry-header, .category .entry-header, .search .entry-header{
    font-size: 35px;
    line-height: 35px;
	}
	.pagina-descricao > div {
    vertical-align: top;
    padding: 0 5px;
	}
}

@media screen and (max-width: 800px){
.circle-image {
	width: 100px;
	height: 100px;
}
.slider-prev, .slider-next {
    width: 20px;
    height: 20px;
}
#slider-clipping .div-30-70 > div:first-of-type {
    padding-bottom: 75%;
}
#cases-home .read-more {
	max-width: 350px;
}
#noticias-slider .item, #aplicacoes-slider .item {
	padding: 25px;
}
#noticias-slider .item a, #aplicacoes-slider .item a {
	position: absolute;
    bottom: 15px;
    left: 10px;
}
.info-box .action-button img {
	min-height: 28px;
}
.info-box .action-button {
	font-size: 18px;
}
.galeria-slider li img{
	opacity: 1;
}
.noticia-individual .center-content > div:nth-of-type(2) > div{
	padding: 25px 5px;
}
}

/*---------------- MEDIA QUERIES HOME ------------*/


@media screen and (max-height: 800px) {
.site-header
{	padding: 25px;
}
#logo-header {
    width: 180px;
}
}

@media screen and (max-width: 1300px) {
	.center-content {
    	padding: 0 10%;
	}
	.site-header {
		padding: 40px;
	}
	#nav-toggle {
		right: 45px;
    	top: 45px;
	}
	.home #fp-nav {
		right: 55px;
	}
	.home-subtitulo {
		width: 90%;
    	margin: 160px auto 35px
	}
	#footer-navigation a {
		font-size: 18px;
	}
}

@media screen and (max-width: 1000px) {
	.center-content {
    	padding: 0 8%;
	}
	#logo-footer {
    	display: block;
    	margin: 0px auto 50px;
	}
	#footer-navigation a {
		font-size: 18px;
	}
	#topo-home strong {
		font-size: 42px;
	}
	#topo-home p {
		font-size: 24px;
	}
	.action-button {
		font-size: 22px;
	}
	.action-button img {
		min-height: 32px;
	}
	.next-session {
	    width: 50px;
	    height: 50px;		
	}
	.next-session img {
		margin: 5px 12px;
	}
	#topo-home .next-session {
	    margin-bottom: 25px;
	}
	#slider-home .icon-world {
		 float: none; 
	     margin-left: 0; 
	     top: 0; 
	     margin-top: 140px;
	}
	#slider-home #contador {
		display: block;
		width: 100%;
    	margin-bottom: 20px;
	}
	#slider-home .div-50-50 > div:nth-of-type(2) {
		width: 100%;
		text-align: left;
	}
	#slider-home .div-50-50 > div:nth-of-type(2) img {
		max-width: 70%;
	}
}

@media screen and (max-width: 600px) {
	#selo-b {
		margin: 0 auto;
	}
	#topo-home {
	    color: #FFF;
	    font-size: 30px;
	}
	.center-content {
    	padding: 0 4%;
	}
}

@media screen and (max-width: 500px) {
	#slider-clipping .div-30-70 > div:first-of-type {
		padding-bottom: 60px;
	}
	.site-header .lang {
    	right: 100px;
    	top: 34px;
	}
	.home .site-branding {
		display: none;
	}
	.home .section .fp-tableCell {
		padding-top: 0px;
	}
	.home.fp-viewing-0 .site-branding {
		display: block;
	}
	.site-header {
	    padding: 20px;
	}
	#logo-header {
		width: 120px;
	}
	#nav-toggle {
	    right: 20px;
	    top: 20px;
	}
	.home #fp-nav {
		right: 31px;
    	top: 160px;
	}
	#topo-home strong {
		font-size: 36px;
		line-height: 1.2em;
	}
	#topo-home p {
		font-size: 18px;
	}
	#logo-footer {
    	display: block;
    	margin: 0px auto 50px;
	}
	#footer-navigation a {
		font-size: 18px;
	}
	.action-button {
		font-size: 18px;
	}
	.action-button img {
		min-height: 20px;
	}
	#topo-home .video_link {
		margin: 35px 0 0;
	}
	.next-session {
	    width: 50px;
	    height: 50px;		
	}
	.next-session img {
		margin: 5px 12px;
	}
	#topo-home .next-session {
	    margin-bottom: 12px;
	}
	#slider-home .icon-world {
		 float: none; 
	     margin-left: 0; 
	     top: 0; 
	     margin-top: 50px;
	}
	#slider-home span {
		font-size: 40px;
	}
	#slider-home #contador {
		display: block;
		width: 90%;
    	line-height: 1.4em;
    	margin-bottom: 40px;
		font-size: 34px;
	}
	#slider-home h1 {
		font-size: 34px;
    	max-width: 90%;
	}
	#slider-home .div-50-50 > div:nth-of-type(2) {
		width: 100%;
		text-align: left;
	}
	#slider-home .div-50-50 > div:nth-of-type(2) img {
		max-width: 100%;
	}
	#slider-home .div-50-50 {
		margin-bottom: 40px;
	}
	#slider-clipping .fp-tableCell {
		vertical-align: top;
		padding-top: 80px;
	}
	#slider-clipping .div-30-70 > div:first-of-type {
		width: 80%;
	}
	#slider-clipping .div-30-70 > div:first-of-type a {
    	font-size: 16px;
	}
	#slider-clipping .div-30-70 h1, #slider-clipping .div-30-70 h2, #slider-clipping .div-30-70 h3 {
		font-size: 24px;
    	max-width: 100%;
    	margin: 0;
	}
	#clipping-embed {
		position: relative;
		display: inline-block;
		width: 100%;
		bottom: 0;
		right: 0;
		max-height: 160px;
	    overflow: visible;
	    z-index: 100000;
	    margin-bottom: 10px;
    	max-height: 180px;
	}
	#clipping-embed a {
		width: 100%;
		padding: 0;
	}
	#clipping-embed span {
		font-size: 14px;
		top: 40%;
	}
	#clipping-embed span img {
		max-width: 15px;
	}
	#clipping-veiculos {
		padding: 0;
		height: 200px;
		position: relative;
	}
	#clipping-veiculos .slider-inline {
		width: 60%;
	}
	.home-subtitulo {
		margin: 40px auto 25px;
	}
	.home-subtitulo span:before {
		display: none;
	}
	#cases-home .bx-wrapper {
		left: 20px;
	   	width: 80%;
	}
	#cases-home .bx-viewport {
		max-height: 400px;
	}
	#cases-home article h1 {
		font-size: 22px;
	}
	#cases-home article {
		padding: 5px 32px !important;
	}
	#cases-home article p {
		font-size: 14px;
	}
	a.bx-pager-link {
	    background: transparent !important;
	    color: transparent !important;
	}
	#cases-home .read-more {
		font-size: 12px;
    	text-align: center;
    	margin: 10px auto;
	}

	#cases-home .read-more img {
		display: none;
	}
	#cases-home .page-content, .entry-content, .entry-summary {
		margin 20px 
	}
	.info-box {
	    width: 100%;
	    position: relative;
	    height: 40%;
	    display: block;
	}
	.images-box {
	    width: 100%;
	    height: 60%;
	    margin: 0;
	    top: 0;
	    left: 0;
	    position: relative;
	    display: block;
	}
	.info-box .item h3 {
		text-align: center;
		font-size: 18px;
		max-height: 44px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	.info-box .item p {
		display: none;
	}
	#aplicacoes-slider, #noticias-slider {
		height: 360px;
	}
	#noticias-slider .info-box {
		left: 0;
	}
	#noticias-slider .item a, #aplicacoes-slider .item a {
		position: relative;
	    display: block;
	    width: 150px;
	    margin: 20px auto;
	    left: 0;
	    top: 0;
	    font-size: 14px;
	}
	#noticias-slider .item, #aplicacoes-slider .item {
		padding: 20px;
	}
	.site-footer .div-33 > div {
		padding: 10px 20px;
	}
	.see-more {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#voltar-topo.action-button {
		font-size: 16px;
	}
	#site-navigation.main-navigation {
		font-size: 24px;
		padding: 100px 10px;
	}
	#voltar-topo img {
		margin: 2px 0px 0 10px;
	}
	#noticias-slider .item .action-button img, #aplicacoes-slider .item .action-button img {
		margin: -2px 0 1px 6px;
	}

}

.aplicacao-individual h3, .aplicacoes-potencial h2 {
    display: inline-block;
    margin: 10px 0;
    font-size: 2em;
}
.pagina-descricao h2 {margin: 0;    font-size: 2em;}
.lista-cases h3 {
    margin: 0 0 15px;
    line-height: 45px;
    font-size: 45px;
}
.sgc-header h2 {
    color: #FFFF;
    line-height: initial;
    border-left: 1px solid #FFF;
    padding-left: 20px;
    margin: 0;
    font-size: 2em;
}
#sgc-membership h2 {
    color: #447210;
    margin: 40px 0 50px;
    font-size: 2em;
}
.ex_h1 {font-size: 2em; margin: 0.67em 0;}
#cases-home article h3 {
    font-size: 35px;
    margin: 0;
}

#tbtop {
	padding-left: 30px;
	padding-bottom: 10px;
	position: relative;
}
#tbtop h2 {
    font-size: .8em;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

#tbtop p {
    font-size: .5em;
    line-height: 1.2;
    font-weight: 600;
}
#tbtop:after {content: ""; display: block; width: 6px; height: 100%; position: absolute; top: 0; left: 0; border-radius: 5px; background: #fff;}
.trabalhe-conosco-page .wpcf7-form select {width: 100%; border-radius: 26px;}
.wpcf7-form label.ciwrapper {
    height: 200px;
    padding: 10px 20px;
    position: relative;
    border: 1px solid #446E0F;
    border-radius: 26px;
    text-align: left;
}
input#input_curriculo {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-top: 20px;
}
span.wpcf7-form-control-wrap.curriculo {}
.cilabel {font-size: 14px;color: #4E4E4E;}
.citxt {font-size: 12px;}
#sunew-depoimentos.propositos, #sunew-depoimentos.vagas {color: #fff; background: #29ac9e;
    background: -webkit-linear-gradient(-45deg, #27ABA0 0%,#89C63D 100%);
    background: -webkit-linear-gradient(315deg, #27ABA0 0%,#89C63D 100%);
    background: -o-linear-gradient(315deg, #27ABA0 0%,#89C63D 100%);
    background: linear-gradient(135deg, #27ABA0 0%,#89C63D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ABA0', endColorstr='#89C63D',GradientType=1 );}
#sunew-depoimentos.propositos h2 {
    margin-top: 0;
    padding-top: 60px;
    font-size: 1.7em;
    text-align: center;
}
#sunew-depoimentos.propositos #slider-depoimentos h2, #sunew-depoimentos #slider-vagas h3, #sunew-depoimentos.vagas h2 {
    font-size: 3em;
}
#sunew-depoimentos.propositos #slider-depoimentos p, #sunew-depoimentos #slider-vagas p {
    font-size: 1.5em;
}

#sunew-depoimentos.vagas h2 {
    margin-top: 0;
    padding-top: 80px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 10px;
}
#sunew-depoimentos.vagas h2 strong {font-weight: bold;display: block;}
#sunew-depoimentos.vagas .cont-vaga {}
#sunew-deps-trabalhe {color: #406c0a;}
p.intro-dt {font-size: 1.6em;color: #406c0a; padding-top: 30px;}
#sunew-deps-trabalhe h2 {font-size: 2.5em;color: #406c0a;}
#deposlider .div-50-50 > div {
    font-size: 1.3rem;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.dt-cont h3, .dt-cont h2, .dt-cont h1, .dt-cont h4, .dt-cont h5, .dt-cont h6 {
    font-size: 1.4em;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 1;
}
.dt-cont p {font-size: .8em; margin: 0 0 5px;}
.dt-cont {    padding: 20px 0;}
.dt-info {
    padding-right: 30px;
    width: 50%;
    display: inline-block;
}
.dt-info > div {margin-bottom: 20px;}
div#tc_propositos .fp-tableCell {
    vertical-align: top;
}
.dt-image .dt-slide {
    max-width: 100%;
    height: 320px;
    margin: 20px auto;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.topicos .cont-vaga {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
/*.topicos .item-vaga[aria-hidden="false"]:nth-child(2n+1) .cont-vaga {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    margin-bottom: 40px;
}
.topicos .item-vaga .cont-vaga {
    margin-top: 30px;
}*/
#bt2-tcf, #bt-tcf {padding-top: 0; padding-bottom: 0;}
div#bt-tcf {margin-top: -10px;}
.topicos .item-vaga {
    text-align: center;    margin-bottom: 30px;
}
.topicos .slider-inline {margin: 0 auto;display: block; width: 100%;}
.topicos div#slider-depoimentos {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-gap: 0;
}
.topicos .top_desc {font-size: .9em;}
#sunew-depoimentos.topicos h2 {
    font-size: 2.3em;
}
p#topico_box {
    border: 1px solid #446E0F;
    border-radius: 20px;
    margin: 0 0 23px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
span#tptxt {
    font-size: 14px;
    display: inline-block;
    padding: 0px 20px;
    text-align: left;
    min-width: 250px;
}
select#topicoselect {
    border: 0;
    width: 100%;     outline: none;
}
#topico_box label {
    margin: 0;
}
span#tptxt {
    font-size: 15px;
    display: inline-block;
}
#sunew-depoimentos #slider-vagas h3 {
    font-size: 2.3em;
    margin-bottom: 0px;
    margin-top: 20px;
}
.vagas .slider-inline {
    margin: 50px auto 0;
    display: block;
}
.vagas .item-vaga {
    border: 1px solid #ffffff45;
    border-width: 1px 0;
    transition: 1s all ease;
}
.vagas .item-vaga:hover {border-color: #fff;}
#sunew-depoimentos #slider-vagas p {
    font-size: 1.3em;
}
.topicos #slider-depoimentos > div {
	padding: 0 40px;
}
.topicos .item-vaga .cont-vaga {-webkit-transition: .5s all ease;-o-transition: .5s all ease;transition: .5s all ease; cursor: pointer;}

.topicos .item-vaga:hover .cont-vaga {
    -webkit-box-shadow: 1px 1px 30px;
            box-shadow: 1px 1px 30px;
}
#sunew-depoimentos.vagas .item-vaga .cont-vaga {height:0; overflow: hidden;}
#sunew-depoimentos.vagas .item-vaga.active .cont-vaga {height:100%;}
#sunew-depoimentos.vagas .item-vaga a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0px 5px 15px;
    padding: 5px 0;
}
#sunew-depoimentos.vagas .item-vaga a.inscrevaga {
    background: #34af94;
    float: right;
    border-radius: 25px;
    padding: 5px 15px;
    text-transform: uppercase;
}
#sunew-depoimentos.vagas .item-vaga a.maisvaga:before {content:"+ ";}
#sunew-depoimentos.vagas .item-vaga.active a.maisvaga:before {content:"- ";}
#sunew-depoimentos.vagas .item-vaga a.maisvaga:after {content:"mais";}
#sunew-depoimentos.vagas .item-vaga.active a.maisvaga:after {content:"menos";}
html[lang="en-US"] #sunew-depoimentos.vagas .item-vaga a.maisvaga:after {content:"more";}
html[lang="en-US"] #sunew-depoimentos.vagas .item-vaga.active a.maisvaga:after {content:"less";}
.page-id-1139 #logo-header.slide2, .page-id-1139 #logo-header.slide4 {opacity: 0;}
.page-id-1139 #logo-header.slide3 {filter: brightness(500%)  grayscale(100%); -webkit-filter: brightness(500%)  grayscale(100%);}
/* NOVA PAGINA OPV */
.novo-opv header h2 p, .novo-opv header h2 {font-size: 45px;
    max-width: 630px; margin-bottom: 0;
    line-height: 1.1;}
.novo-opv header .subtitle_opv, .novo-opv header .subtitle_opv p {font-size: 26px;
    line-height: 1.2;}
#nopv_1 {background-image: url(//sunew.com.br/box/themes/sunew/images/bg1.jpg); background-size: cover; background-position: top right; padding-bottom: 60px;}
#nopv_1 h2.entry-title {
    color: #3d8e7e;
    width: 80%;
    text-align: center;
    margin: 60px auto;
    font-weight: 400;
    font-size: 28px;
}
#nopv_1 .txtside {padding-left: 30px;}
#nopv_1 h3 {
    color: #565656;
    font-size: 20px;
}
#nopv_1 h3 strong {
    color: #76b647;
}
#nopv_1 ul {
    color: #919191;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.8;
}
#nopv_1 ul li:before {content: "•"; color: #76b647; margin:0 10px;}
#nopv_1 p strong {
    color: #76b647;
    font-style: italic;
    padding-left: 20px;
    display: block;
    font-size: 15px;
    max-width: 360px;
}
#nopv_1 .action-button {
    font-weight: 600;
    margin: -60px 17px 0 auto;
    display: block;
    position: relative;
    max-width: 250px;
    font-size: 13px;
    text-align: center;
    cursor: default;
}
#nopv_2 {background-image: url(//sunew.com.br/box/themes/sunew/images/bg2.jpg); background-color: #143832; background-size: cover; background-position: top right; color: #616161;}
.glow_box {
    border: solid 1px #616161;
    border-radius: 13px;
    margin: 25px;
    min-height: 360px;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
.glow_box h3 {
    color: #143832;
    text-shadow: 0 0 3px #616161;
    font-size: 40px;
    text-align: center;
    margin: 0;
}
.glow_box:hover {border: solid 1px #c4ff53; color: #fff; box-shadow: 0 0 3px #bbff80bf;}
.glow_box:hover h3 {
    text-shadow: 1px 1px 2px #c4ff53, 0 0 17px #bbff8087;
    font-size: 40px;
    text-align: center;
    margin: 0;
    color: #68c13c;
}
div#nopv_3 {
    padding-bottom: 30px;
}
#nopv_3 h2 {color: #3d8e7e; text-align: center; margin-top: 60px; font-size: 30px;}
#nopv_3 .prod_box {
    margin: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 8px #ccc;
    text-align: center;
    font-style: 15px;
}
#nopv_3 .prod_box h3 {
    color: #00ad9a;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 22px;
}
#nopv_3 .prod_box p {
    padding: 0 20px;
    font-size: 15px;
    color: #616161;
        min-height: 180px;
}
#nopv_3 .prod_box a {
    color: #00ad9a;
    text-transform: uppercase;
    border: 1px solid #00ad9a;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 30px;
}
#nopv_3 a.action-button, #nopv_4 a.action-button {
    margin: 30px auto 30px auto !important;
    display: block;
    text-align: center;
    max-width: 480px;
    font-weight: bold;
}
#nopv_4 {
    background-color: #e8e8e8;
    padding-top: 60px;
    padding-bottom: 60px;
}
#nopv_4 h2 {color: #3d8e7e; text-align: center; font-size: 28px; font-weight: normal;}
#nopv_4 h2 strong {font-weight: 600;}
.nopv_case {
    border-radius: 6px;
    overflow: hidden;
    margin: 5px;
    background: #fff;
    min-height: 390px;
}
.nopv_case_img {height: 200px; background-size: cover; width: 100%;}
.nopv_case a h4 {
    padding: 0 20px;
    color: #76b647;
    font-size: 22px;
    margin: 20px 0 -10px;
}
.nopv_case a p {padding: 0 20px; color: #404040;}
.nopv_case a p:after {content: "...";}
.nopv_case a *, .nopv_case a, .nopv_case a:visited {text-decoration: none; outline: 0; transition: opacity .5s ease;}
.nopv_case a:hover {text-decoration: none;  outline: 0; opacity: .7;}
#converse_opv {background-image: url(//sunew.com.br/box/themes/sunew/images/bg3.jpg); background-color: #fff; background-size: cover; background-position: top left; padding-bottom: 80px;}
#converse_opv h2 {
    color: #3d8e7e;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    padding: 60px 0px 0;
    margin-top: 0;
}
#converse_opv .wpcf7-form {margin-bottom: 0;}
div#nopv_form {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 0 15px #00ad9a40;
    margin-top: 60px;
    padding-bottom: 0;
}
#nopv_form .wpcf7-form input:not(.wpcf7-submit), #nopv_form .wpcf7-form select {
    border: 1px solid #00ad9a;
    border-radius: 6px;
}
#nopv_form .wpcf7-form input[type=submit] {
    font-weight: 600;
    margin: 20px auto 0;
    padding: 20px 60px;
    font-size: 16px;
}
a.action-button._2.substitcontato {
    font-size: 20px;
    display: inline-block;
    margin: 60px auto;
    text-align: center;
    font-weight: bold;
    max-width: 420px;
}

/* ATUALIZAÇÃO CASES */
.cat_cases .lista-categorias-topo {
    border-bottom: 2px solid #2fa7a2;
    margin: 30px 0;
    padding: 5px 0;
}
.cat_cases .lista-categorias-topo li {
    background: none; border-radius: 0;
     border-bottom: 2px solid #fafafa;
}
.page-id-53 .cat_cases .lista-categorias-topo li {border-bottom: 2px solid #fff;}
.cat_cases .lista-categorias-topo li:hover, .cat_cases .lista-categorias-topo .current-cat { box-shadow: 0 0 0; border-bottom: 2px solid #8ac33e;}
.cat_cases .lista-categorias-topo li a {
    color: #bbb;
    padding: 0;
    text-transform: none;
    font-weight: 600;
}
.cat_cases .lista-categorias-topo li:hover a, .cat_cases .lista-categorias-topo .current-cat a {color: #2fa7a2;}
#case_cat_details h2 {color: #2fa7a2; border-bottom: 2px solid #8ac33e; margin: 0; display: inline-block;}
#case_cat_details #case_cat_desc small {
    margin-top: -10px;
    display: block;
    color: #bfbfbf;
    font-size: 13px;
}
.cat_cases p.p1, .cat_cases #case_cat_desc {
    color: #919191;
}
.cat_cases .lista-cases {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.cat_cases .lista-cases > div:nth-of-type(odd) > a:nth-of-type(1), .cat_cases .lista-cases > div:nth-of-type(odd) > a:not(:nth-of-type(1)), .cat_cases  .lista-cases > div:nth-of-type(even) > a:not(:nth-of-type(3)), .cat_cases .lista-cases > div:nth-of-type(even) > a:nth-of-type(3), .cat_cases .lista-cases > div a {
    width: 100%;
    display: block;
}
.cat_cases .lista-cases a {
    height: 260px;
    padding: 20px;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: .5s all ease;
}
.cat_cases .lista-cases a:hover {
    transform: scale(1.03);
}
.cat_cases .lista-cases a .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.cat_cases .lista-cases a h3 {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    line-height: 1;
    margin: auto 0 6px;
    position: relative;
    vertical-align: bottom;
    display: block;
}
.cat_cases .lista-cases a .lista-categorias ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.cat_cases .lista-cases a .lista-categorias ul li {
    color: #2fa7a2;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: 8px;
    letter-spacing: 0;
    line-height: 10px;
    padding: 3px 5px;
    font-weight: 600;
}
.cat_cases .lista-cases a .entry-content span {
    font-size: 12px;
    color: #fff;
    text-transform: lowercase;
    line-height: 18px;
    text-decoration: underline;
    font-weight: 500;
}
.cat_cases .lista-cases a .entry-content .lista-categorias {position: relative;}
.cat_cases .lista-cases a .entry-content .lista-categorias span {
    width: 65px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
   right: 0;
   top: 0;
   background-position: right top;
	filter: brightness(1000) grayscale(100) contrast(100);
}
.single-cases.single .entry-header ul li:before {display: none;}
.single-cases.single .entry-header ul li {
    color: #2fa7a2;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 15px;
    padding: 4px 13px;
    font-weight: 400;
}

.single-cases .cases-content {letter-spacing: 0;}
.single-cases .conteudo-case {letter-spacing: 1px; padding-right: 30px; }
.single-cases .bx-pager {
    text-align: center;
    background: #fff;
}
.single-cases .bx-pager .bx-pager-item {
    display: inline-block;
}
.single-cases .bx-pager .bx-pager-item a {
    color: transparent;
    text-indent: -9999999999px;
    border: 1px solid #8AC33E;
    border-radius: 50%;
    margin: auto 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.single-cases .bx-pager .bx-pager-item a.active {background: #8AC33E;}
.single-cases .galeria-bxslider {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.single-cases .galeria-slider li img {opacity: 1;}
.single-cases .galeria-slider .galeria-prev {left: 30px;     width: 25px; height: 25px;}
.single-cases .galeria-slider .galeria-next {right: 30px;}
.single-cases .galeria-slider .galeria-prev a, .galeria-slider .galeria-next a {background:#fff; color:#8AC33E;font-size: 20px; padding: 10px 0px;     width: 25px;
    height: 25px;}
.single-cases div#case-galeria, .single-cases div#case-galeria .bx-viewport {
    border-radius: 14px; background:#fff; vertical-align: top;
}
.single-cases .galeria-slider, .single-cases .galeria-slider .bx-wrapper {background:#fff; }
.single-cases #veja-tambem {background: #fff; }
.single-cases #veja-tambem .div-20-80 {border-top: 2px solid #27aba0;     padding: 40px 0;}
.single-cases #veja-tambem h2 {color: #27aba0;}
.single-cases #veja-tambem h2:before {display: none;}
.single-cases a.voltar-cases { margin: -10px 0 0; color: #8e8e8e; text-transform: lowercase; font-size: 12px;}
.single-cases a.voltar-cases:before {display: none;}
.single-cases .cat_cases .lista-cases {grid-template-columns: 1fr 1fr 1fr 1fr;     font-size: 0; letter-spacing: 0;}

@media (max-width: 1100px) {
	.topicos div#slider-depoimentos {
	    grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 768px) {
	#sunew-depoimentos.propositos #slider-depoimentos h2, #sunew-depoimentos #slider-vagas h3, #sunew-depoimentos.vagas h2 {
	    font-size: 2.7em;
	}
	#slider-depoimentos.propositos > div, #slider-depoimentos.vagas > div {
	    padding: 0 0px;
	}	
	#slider-depoimentos.propositos, #slider-depoimentos.vagas {
	    padding: 0 0 0px;
	}
	.trabalhe-conosco-page .div-50-50 > div {width: 100%; padding: 0 20px;}
	#tc_propositos #sunew-depoimentos .bx-viewport {
	    height: unset !important;
	}
	.trabalhe-conosco-page .slider-inline .bx-viewport > * > * {vertical-align: top;}
	.trabalhe-conosco-page  #slider-depoimentos > div {
	    padding: 0 10px;
	}
	.trabalhe-conosco-page .div-50-50 > div.rec-container, .trabalhe-conosco-page .div-50-50 > p {width: 50%; padding: 0 20px;}
	.novo-contato-page.trabalhe-conosco-page .div-50-50 > p:first-child {width: 100%;}
	#sunew-deps-trabalhe .center-content {
	    padding: 0 30px;
	}
	.trabalhe-conosco-page .div-50-50.dt-cont > div {padding: 0;}
	#sunew-depoimentos.vagas .cont-vaga {width: 100%;}
	.topicos div#slider-depoimentos {
	    grid-template-columns: 50% 50%;
	}
	.topicos .slider-inline, #contact_ta {
	    width: 100%;
	}
	.novo-contato-page p#topico_box {
	    width: auto;
	    margin: 0 20px 25px;
	    display: block;
	}
	#sunew-deps-trabalhe .div-50-50 > div {width: 100%;}
	#sunew-depoimentos #slider-vagas h3 {
    font-size: 2em;}
    .div-50-50 > div {width: 100%;}
    .glow_box {border: solid 1px #c4ff53; color: #fff; box-shadow: 0 0 3px #bbff80bf;}
	.glow_box h3 {
	    text-shadow: 1px 1px 2px #c4ff53, 0 0 17px #bbff8087;
	    font-size: 40px;
	    text-align: center;
	    margin: 0;
	    color: #68c13c;
	}
	.cat_cases .lista-cases {
    display: block;}
    .cat_cases .lista-cases a {display: block; margin-bottom: 10px;}
}

.site-header {position: absolute;}