/*
Theme Name: Hnk Theme
Theme URI: http://html5blank.com
Description: Hnk Theme WordPress Theme
Version: 1.1.5.7
Author: João Luiz Sacramento Jr. (@joaoluizsacramento)
Tags: Hnk, HTML5, CSS3, JavaScript

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	/*font-smoothing:antialiased;*/
	text-rendering:optimizeLegibility;
}

	

@media (min-width: 768px) {
	
	footer.footer ul.menu-social {
    list-style-type: none;
    margin: 0;
    display: flex;
    padding-left: 150px;
	}
	
	footer.footer ul.menu-footer-1, footer.footer ul.menu-footer-2 {
    list-style-type: none;
    padding: 0;
    float: right;
	} 
	
	.col-md-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
	}
}

@media (max-width: 600px) {
	
	footer.footer ul.menu-social .icon {
    width: 50px;
    margin-left: 175px;
    margin-top: 20px;
	}
	
	.container-fluid .ultimos-posts {
    padding: 20px 15px;
    background: #f2eeeb;
	}
	
	.col-md-8 {
	position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
	}
	
	.container-fluid {
	margin-bottom: 20px
	}
	
	.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
	}
	
	.col-md-12 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom:40px;
	margin-top: -35px;
	}
}

/* html element 16px font-size for REM use */
html {
	font-size: 15px;
}

body {
	/*font: normal 16px 'Ebrima', sans-serif;*/
	color:#444;
	overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;	
	-webkit-transition: all 0.45s ease-in-out 0s;
	transition: all 0.45s ease-in-out 0s;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nexa';
	font-weight: bold;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 1.2rem;
}

.form-control {
	height: auto;
    padding: 10px 12px;
    font-size: 0.6em;
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/

/* header */

.header .nav-top {
	background: #00a85a;
	opacity: 9;
	padding-top: 10px;
}

.header .nav-top ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10px;
	margin-left: auto;
}

.header .nav-top ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.header .nav-top ul li:last-child {
	margin: 0;
}

.header .nav-top .icon {
	width: 30px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 5px;
}
.header .nav-top .icon svg {
	width: 100%;
	height: auto;
	display: block;
}
.header .nav-top ul li a {
	/* */
	color: #fff;
}
.header .nav-top ul li a:hover {
	text-decoration: none;
}
.header .navbar {
	background: #018246;
	border-radius: 5px;
	padding: 1rem 2rem;
	margin-bottom: -50px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.header .navbar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}
.header .navbar ul li a {
	font-family: 'Nexa';
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}
#menu-menu-principal {
	margin-bottom: 0;
}
.header .navbar ul li a:hover {
	color: #96d020;
	text-decoration: none;
}
.header .navbar .current-menu-item a{
	color: #96d020;
}
.header .nav-top ul.navbar-nav {
	margin-bottom: 0;
}
header .navbar .menu-item-has-children ul {
	display: none;
	/* width: 470px; */
	width: 200px;
	background: #018246;
	flex-direction: column;
	position: absolute;
	top: 20px;
	/* left: 50%; */
	/* padding: 1rem 3rem; */
	padding: 10px 10px;
	/* margin-left: -235px; */
	-webkit-transition: all 0.45s ease-in-out 0s;
	transition: all 0.45s ease-in-out 0s;
}
header .navbar .menu-item-has-children:hover > .sub-menu {
	display: block;
}
header .navbar .menu-item-has-children ul li {
	position: initial;
	display: inline-block;
	width: 180px;
	margin: 0;
}
/* header .navbar .menu-item-has-children ul li:nth-child(odd) {
	float: left;
	margin-right: 10px;
}
header .navbar .menu-item-has-children ul li:nth-child(even) {
	float: right;
} */
header .navbar .menu-item-has-children ul li a {
	text-transform: lowercase;
	font-size: .9rem;
	white-space: nowrap;
}
header .navbar .menu-item-has-children ul li:nth-child(1) a, header .navbar .menu-item-has-children ul li:nth-child(2) a {
	text-transform: uppercase;
	font-size: 0.7em;
}
/* logo */
.logo {
	
}
.logo-img {
	
}
/* nav */
.nav {
	
}
/* sidebar */
.sidebar {
	
}
/* footer */
footer.footer {
	background: #06924d;
	color: #fff;
}
footer.footer .content {	
	padding: 50px 0;
}
footer.footer ul.menu-footer-1, footer.footer ul.menu-footer-2 {
	list-style-type: none;
	padding: 0;
}
footer.footer ul.menu-footer-1 li, footer.footer ul.menu-footer-2 li {
	margin: 10px;
}
footer.footer ul.menu-footer-1 a, footer.footer ul.menu-footer-2 a {
	 
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 1rem;
}
footer.footer ul.menu-footer-1 a:hover, footer.footer ul.menu-footer-2 a:hover {
	opacity: .8;
	text-decoration: none;
}
footer.footer .content p {
	 
	font-weight: normal;
	line-height: 1.5;
	font-size: 1.2rem;
}
footer.footer .copyright {
	background: #f3efec;
	padding: 15px;
}
footer.footer .copyright p {
	 
	font-weight: normal;
	font-size: 1rem;
	color: #2b2b2b;
	text-align: center;
	margin: 0;
}
footer.footer ul.menu-social {
	list-style-type: none;
	display: flex;
}
footer.footer ul.menu-social > li {
	margin-right: 20px;
}
footer.footer ul.menu-social li:last-child {
	margin-right: 0;
}
footer.footer ul.menu-social a {
	color: #FFF;
}
footer.footer ul.menu-social a:hover {
	opacity: 0.8;
}
footer.footer ul.menu-social .icon {
	width: 53px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer.footer ul.menu-social .icon svg {
	width: 100%;
	height: auto;
	display: block;
}
/* buttons */

.btn-gree-blue {
	display: flex;
	align-items: center;    
	justify-content: center;
	 
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	background-image: linear-gradient(to left, rgba(1,190,102, .65), rgba(150,208,32, .65));
	border-radius: 10px;
	border: none;
	-webkit-box-shadow: 2px 1px 19px 6px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px 1px 19px 6px rgba(0, 0, 0, 0.35);
	box-shadow: 2px 1px 19px 6px rgba(0, 0, 0, 0.35);
}

.btn-gree-blue:hover {
	color: #FFF;
}

.btn-white {
	 
	font-weight: 700;
	background: #FFF;
	color: #000;
	padding: 13px 40px;
	text-transform: uppercase;
	border-radius: 7px;
	margin-top: 10px;
}

a.btn.btn-white:hover {
    background: #e5e5e5;
}


/*------------------------------------*\
PAGES
\*------------------------------------*/

/* page home */

.page-home .banner {
	background: url('img/banner-home-top.jpg');
	background-size: cover;
	position: relative;
	-webkit-box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.59);
	box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.59);

}

.page-home .banner .btn-toggle {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 70px;
	height: auto;
}

.page-home .banner .btn-toggle svg {
	width: 100%;
	height: auto;
	display: block;
	fill: #fff !important;
}

.page-home .header-home .btn-toggle-close {
	position: absolute;
	right: 50px;
	top: 50px;
}

.banner {
	background: #000;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.banner .content {
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner .content .box-img {
	margin-bottom: 50px;
}

.banner .content h1 {
	margin-bottom: 35px;
	font-size: 3.750em;
}

.page-home .banner .content .icon {
	color: #FFF;
	width: 53px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}

.page-home .banner .content .icon:hover {
	opacity: 0.8;
}

.page-home .banner .content .icon svg {
	width: 100%;
	height: auto;
	display: block;
}

.page-home .banner ul.menu-social {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	position: absolute;
	right: 50px;
	bottom: 60px;
}

.page-home .banner ul.menu-social li {
	margin-right: 20px;
}

.page-home .banner ul.menu-social li:last-child {
	margin-right: 0;
}

.page-home .banner ul.menu-social .icon {
	color: #FFF;
	width: 53px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-home .banner ul.menu-social .icon svg {
	width: 100%;
	height: auto;
	display: block;
}

header.header-home {
	background: #06924d;
	height: 100vh;
	width: 100vw;
	padding: 25px 0;
	display: block;
	position: fixed;
	right: -110%;
	transition: right 0.5s ease-in-out;
	z-index: 888;
}

header.header-home.active {
	right: 0px;
	transition: right 0.5s ease-in-out;

}
header.header-home .header-content {
	display: flex;
	height: 100%;
}

header.header-home .logo {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

header.header-home .menu-list {
	background: #fff;
	width: 55%;
	padding-left: 150px;
}

header.header-home .header-content ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

header.header-home .header-content ul.menu li {
	margin-bottom: 0;
	padding-bottom: 7px;
}

header.header-home .header-content ul.menu li a {
	font-family: 'Nexa';
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.3em;
}

header.header-home .header-content ul.sub-menu {
	list-style-type: none;
	margin-top: 5px;
	display: none;
	transition: all 0.7s ease-out;
}
header.header-home .header-content ul.sub-menu.active {
	transition: all 0.7s ease-out;
	display: inherit;
	padding-left: 15px;
}

header.header-home .header-content ul.sub-menu li a {
	font-size: 1em;
}

header.header-home .content {
	background: url(img/bg-slide.jpg);
	background-size: cover;
	position: relative;
	height: 100%;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	color: #fff;
	padding: 100px;
}

header.header-home .content h2 {
    font-family: 'Nexa';
    font-size: 1.4em;
    margin-bottom: 1em;
    margin-top: 6rem;
}

header.header-home .content p {
	 
	font-size: 1.3rem;
	margin-bottom: 3rem;
}

header.header-home .content p span {
	font-weight: bold;
	white-space: nowrap;
}

.header-home ul.menu-social {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	width: 100%;
	justify-content: center;
}

.header-home ul.menu-social li {
	margin-right: 20px;
}

.header-home ul.menu-social li:last-child {
	margin-right: 0;
}

.header-home ul.menu-social .icon {
	color: #FFF;
	width: 36px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-home ul.menu-social .icon svg {
	width: 100%;
	height: auto;
	display: block;
}

.orcamento .top {
	background: url(img/bg-slide.jpg);
	background-size: cover;
	color: #fff;
}

.orcamento .top .top-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.orcamento .top .content {
	width: 50%;
}

.orcamento .top .content p {
	 
	font-weight: 400;
	font-size: 1.075rem;
	margin-bottom: 2rem;
}

.orcamento .slide-box::before {
	content: '';
	background: #02703d;
	width: 100%;
	height: 100%;
	position: absolute;
}

.box-img-full{
    width: 100% !important;
    padding: 0 10px !important;
	}


.orcamento .slick-slider {
	margin-bottom: -146px;
}

.slick-slider.box-img {
	padding: 10px;
}
.orcamento .carousel-slide .slider-control .icon {
	width: 40px;
	height: auto;
}

.orcamento .carousel-slide .slider-control .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.orcamento .carousel-slide .slider-control {
	background: #fff;
	position: absolute;
	right: 0;
	color: #02703d;
	width: auto;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: opacity .15s ease;
	padding: 15px;
}

.orcamento .carousel-slide .slider-control.prev {
	transform: rotate(180deg);
	bottom: 50%;
	border-top-right-radius: 15px;	
	margin-bottom: -92px;
}

.orcamento .carousel-slide .slider-control.next {
	top: 50%;
	border-top-left-radius: 15px;
	margin-top: -55px;
}

.orcamento .carousel-slide .slider-control:hover {
	opacity: 0.15;
}

.orcamento .footer {
	background: #fff;
	padding: 30px 0px;
	max-height: 146px;
}

.orcamento .footer h2 {
	font-family: 'Nexa';
	color: #2b2b2b;
	font-size: 2.188rem;
	margin-bottom: 0;
	font-weight: 300;
}

.orcamento .footer h3 {
	 
	color: #96d020;
	font-size: 1.563rem;
	font-weight: 400;
	margin-bottom: 1rem;
}

.por-que {
	background: #f2eeeb;
	padding: 50px 0;
	color: #2b2b2b;
	-webkit-box-shadow: inset 0px 5px 21px 3px rgba(194,192,194,1);
-moz-box-shadow: inset 0px 5px 21px 3px rgba(194,192,194,1);
box-shadow: inset 0px 5px 21px 3px rgba(194,192,194,1);
}

.por-que .content {
	height: 100%;
	display: flex;
	align-items: center;
}

.por-que .motivo-item {
	position: relative;
	display: flex;
	margin-bottom: 20px;
	padding: 0 30px 20px;
	align-items: center;
}

.por-que .motivo-item::after {
	content: '';
	height: 2px;
	background: #e7e6dc;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.por-que .motivo-item .box-img {	
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	padding:10px;
	max-width: 100px;
}

.por-que .motivo-item .content {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: normal;
}

.por-que .motivo-item .content h3 {
	text-transform: uppercase;
	font-size: 1em;
}

.por-que .motivo-item .content p {
	font-size: 0.9em;
}

.por-voce {
	background: #01914e;
}

.por-voce .content {
	color: #fff;
	padding: 20px 60px;
}

.por-voce .content h2 {
	margin-bottom: 30px;
}

.por-voce .content p {
	/* */
	font-size: 1.0rem;
	line-height: 1.4em;
	margin-bottom: 0px;
}

.por-voce .video-foreground {
	position: relative;
	width: 100%;
	height: 100%;
}

.por-voce .video-foreground::before {
	content: '';
	background: #01914e;
	width: 100vw;
	height: 100%;
	position: absolute;
	z-index:-1;
}
.por-voce .video-foreground iframe {
	width: 100%;
	height: 100%;
	margin-right: -15px;
	float: right;
	z-index:3;
	opacity: 0.8;
}

.solucoes {
	padding: 100px 65px;
}

.solucoes h2 {
	text-align: center;
	color: #2b2b2b;
}

.solucoes .box-solucoes {
	background: #00823f;
    display: flex;
    border-bottom: 35px #78D202 solid;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 65px 0;
    min-height: 590px;
    max-height: 500px;
}

.solucoes .box-solucoes .box-img {
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.1);
}

.solucoes .box-solucoes .box-img img {
	width: 100%;
}

.solucoes .box-solucoes .box-content {
	width: 100%;
	color: #fff;
}

.solucoes .box-solucoes .box-content p {
	font-size: 1.1em;
	font-weight: 100;
	margin-bottom: 70px;
}

.solucoes .box-solucoes .box-content .box-btn {
	display: flex;
	justify-content: center;
}

.solucoes .box-solucoes .box-content .box-btn .btn {
	padding: 13.5px 90px;
}

.newsletter {
	background: url(img/bg-newsletter.jpg) center;
	background-size: cover;
	padding: 70px 65px;
}

.newsletter h2 {
	color: #fff;
	font-size: 2.2em;
	margin: 0;
	margin-right: 0px;
}

.box-input-submit a.btn-white{
	font-size: 0.8em;
}
.newsletter form {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.newsletter form .box-input-nome {
	width: 35%;
	margin: 0 15px;
}

.newsletter form .box-input-email {
	width: 35%;
	margin: 0 15px;
}

.newsletter form .box-input-submit {
	width: 30%;
	margin: 0 15px;
}

.newsletter form .box-input-submit .btn {
	width: 100%;
}

.newsletter .form-control {
	border-bottom: 5px solid #21b81e;
	border-radius: 7px;
}

.container-big {
	background: #fff;
	padding-left: 80px;
	padding-right: 80px;
}

.clientes {
	background-color: #01914e;
	background-image: url(img/icon-apta-bg.png);
	background-repeat: no-repeat;
    background-size: 60%;
    background-position: 100% center;
    padding: 110px 80px;
	color: #fff;
}

.clientes p {	
	 
	font-size: 1.6rem;
	line-height: 1.4;
}

.clientes .slide-box {
	background: #fff;
	padding: 60px;
}

.clientes .slick-track {
	display: flex;
	align-items: center;
}

.clientes .carousel-customer .slider-control .icon {
	width: 40px;
	height: auto;
}

.clientes .carousel-customer .slider-control .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.clientes .carousel-customer .slider-control {
	background: #01914e;
	position: absolute;
	right: -81px;
	color: #fff;
	width: auto;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: opacity .15s ease;
	padding: 14px;
}

.clientes .carousel-customer .slider-control.prev {
	transform: rotate(180deg);
	bottom: -15px;
	border-top-right-radius: 15px;
}

.clientes .carousel-customer .slider-control.next {
	top: -14px;
	border-top-left-radius: 15px;
}

.clientes .carousel-customer .slider-control:hover {
	opacity: 0.15;
}

.clientes .carousel-customer .box-img {
	padding: 10px;
}
.clientes .carousel-customer .box-img img{
	border: solid 19px transparent;
}
.ultimos-posts {
	padding: 80px 100px;
	background: #f2eeeb;
}
.ultimos-posts .title h2{
	font-size: 2em;
}

.ultimos-posts .link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.box-post-destaque{
	box-shadow: -2px 3px 11px #e4e1e1;
	min-height: 100%;
	background: #fff;
}

.box-post-destaque h2 {
	margin-bottom: 40px;
}

.box-post-destaque .link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}

.box-post-destaque .link a {
	 
	font-weight: bold;
	font-size: 1.3rem;
}

@media only screen and (min-width: 1140px) {
	.box-post-destaque .box-img, .box-post-item .box-img {
	position: relative;
	}
}

.box-post-destaque .box-img::before, .box-post-item .box-img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 75%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(75%, rgba(0,0,0,0.9)), color-stop(100%, rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 75%, rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 75%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 75%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 75%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.box-post-destaque .box-img .content, .box-post-item .box-img .content {
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	color: #fff;
}

.box-post-destaque .content h3 {
	font-size: 2em;
}

.box-post-destaque .content h3 a, .box-post-item .content h3 a {
	color: #fff;
	font-size: 0.8em;
	line-height: 0.7;
}

.box-post-destaque .content h4 {
	 
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 0.7em;
}

.box-post-destaque .box-img span.data, .box-post-item .box-img span.data {
	 
	background: #01914e;
	color: #fff;
	padding: 15px 20px;
	font-size: 1em;
	position: absolute;
	right: 0;
	top: 0;
}

.box-post-destaque .box-content {
	background: #FFF;
	color: #444444;
	padding: 20px 30px;
}

.box-post-destaque .box-content p {
	margin-bottom: 0;
	line-height: 1;
	font-family: 'Nexa';
	font-size: 0.8em;
	letter-spacing: 0.5px;
}

.ultimos-posts .box-post-antigos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.box-post-item{
	box-shadow: -2px 3px 11px #e4e1e1;
}
.box-post-item:first-child{
	padding-bottom: 15px;
}
.box-post-item h3 a {
	color: #fff;
}

.box-post-item h3 a:hover {
	text-decoration: none;
}

.box-post-item h4 {
	font-size: .9rem;
}

.solucao {
	position: relative;
	background: url(img/bg-solucoes.jpg) center;
	background-size: cover;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
}

.solucao::before {
	content: url(img/icon-apta.png);
	position: absolute;
	top: -77px;
	left: -59px;
}

.solucao h2 {
	margin-bottom: 1.5rem;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.solucao p {
	font-size: 1.5rem;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.solucao p span {
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	font-weight: bold;
	word-wrap: break-word;
}

/* page contato */

.contato {
	display: flex;
}

.contato .left, .contato .right {
	padding-top: 120px;
}

.contato .left {
	background: #fff;
	color: #000;
	width: 55%;
	padding-left: 100px;
	padding-right: 60px;
}

.contato .left h1 {
	font-size: 2.5rem;
	margin-top: 0;
}

.contato .left p {
	line-height: 1.5;
	font-size: 1.2rem;
}

.contato .left p.first {
	margin-bottom: 3rem;
}

.contato .left p span {
	font-weight: bold;
	white-space: nowrap;
}

.contato .left .box-btn {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 4rem;
}

.contato .left .box-btn .btn-white {
	font-weight: normal;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

.contato input, .contato textarea {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: #fff7f7;
	border-bottom: 5px solid #21b81e;
	border-radius: 0;
	margin-bottom: 1rem;
	height: auto;
	padding: 1rem 1.4rem;
}

.solucao input, .solucao textarea {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #fff7f7;
    border-bottom: 5px solid #21b81e;
    border-radius: 0;
    margin-bottom: 1rem;
    height: auto;
    padding: 1rem 1.4rem;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background: #dfdfdf;
}

.contato [type=submit] {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-weight: normal;
	font-size: 1.2rem;
	 
	background: #FFF;
	color: #000;
	text-transform: uppercase;
	border-radius: .5rem;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5)
}

.contato .right {
	background: url(img/bg-solucoes.jpg) center;
	background-size: cover;
	color: #fff;
	width: 45%;
	padding-right: 50px;
}

.contato .right h2 {
	font-size: 1.4rem;
}

.contato .right .mapa {
	margin-bottom: 1rem;
	border-radius: .5rem;
	margin-left: -60px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.contato .right .mapa iframe {
	border-radius: .5rem;
}

.contato .right p {
	margin-bottom: 2rem;
}

.contato ul.menu-social {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.contato ul.menu-social > li {
	margin-right: 20px;
}
.contato ul.menu-social li:last-child {
	margin-right: 0;
}
.contato ul.menu-social a {
	color: #FFF;
}
.contato ul.menu-social a:hover {
	opacity: 0.8;
}
.contato ul.menu-social .icon {
	width: 41px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contato ul.menu-social .icon svg {
	width: 100%;
	height: auto;
	display: block;
}

/* page blog */

.page-blog .banner {
	background: url(img/bg-slide.jpg);
	background-size: cover;
	padding: 0 170px;
	margin-bottom: 270px;
	height: 70vh;
}

.page-blog .box-post-item {
	margin-bottom: 20px;
}

.pagination {
	margin: 50px 0;
}

.page-blog .banner .post-destaque {
	margin-bottom: -360px;
}

.page-blog .banner .box-content {
	color: #fff;
	padding-left: 2.5rem;
}

.page-blog .banner .box-content h1 {
	font-size: 2.5rem;
	margin-top: 0;
}

.page-blog .banner .box-content h2 {
	font-size: 1.15em;
}

.page-blog .banner .box-content h3 {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.page-blog .banner .box-content p {
	 
	font-size: 1.5rem;
}

.page-blog .banner .box-ler {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #01914e;
	padding: 30px 40px;
	margin-right: -30px;
}

.page-blog .banner .box-ler a {
	font-family: 'Nexa';
	font-size: 1.2rem;
	color: #f3efec;
	margin: 0;
}

.page-blog .banner .box-ler a:hover {
	text-decoration: none;
}

.page-blog .banner .box-ler .icon {
	color: #f3efec;
	width: 30px;
	height: auto;
	transform: rotate(-90deg);
}

.page-blog .banner .box-ler .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.page-blog .banner .box-img {
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 10px 60px -40px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 60px -40px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 60px -40px rgba(0,0,0,0.5);
}

.page-blog .banner .box-img .content {
	background: #fff;
	padding: 20px 0;
}

.page-blog .banner .box-img .content p {
	 
	color: #444;
	text-align: left;
	margin: 0;
	font-size: 1.2rem;
}

/* single */

.single .banner {
	background: #f3efec;
	height: 80vh;
	margin-bottom: 50px;
}

.carousel-single-blog {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	z-index: 444;
}

.carousel-single-blog::before {
	content: '';
	background: #02703d;
	width: 850px;
	height: 350px;
	position: absolute;
	bottom: 0;
	margin-left: 30px;
}

.carousel-single-blog img {
	max-width: 750px;
}

.single .single-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #f3efec;
}

.single .single-title h1 {
	margin: .5rem 0;
}

.single .single-title p {
	margin: 0;
	font-family: 'Nexa';
}

ul.share {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.share li {
	margin-right: 15px;
}

ul.share li:last-child {
	margin-right: 0;
}

ul.share a {
	color: #444;
}

ul.share .icon {
	width: 35px;
	height: auto;
}

ul.share .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.single .post-content {
	border-bottom: 1px solid #f3efec;
	margin-bottom: 3.5rem;
	padding-bottom: 2rem;
}

.single .post-content blockquote {
	color: #21b81e;
	text-align: center;
	padding: 0 20px;
	margin: 2.4rem 0;
}

.single .post-content p {
	 
	font-size: 1.1rem;
}

.single .post-content a {
	color: #02703d;
	font-weight: bold;
}

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

.single .box-post-item {
	margin-bottom: 20px;
}

.single .blog-list {
	margin-bottom: 50px;
}

/* page competência */

/* .page-quem-somos header {
	display: none;
} */

.page-quem-somos .banner {
	height: 120vh;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: initial;
}

.page-quem-somos .banner .box-img {
	display: inline-block;
}

.page-quem-somos .banner .box-img img {
	width: 65%;
	height: auto;
}

.page-quem-somos .banner .left {
	display: flex;
	flex-direction: column;
	width: 40%;
}

.page-quem-somos .banner .left .header {
	background: #00a85a;
	padding: 40px;
	padding-left: 80px;
	height: 60%;
}

.page-quem-somos .banner .left .footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f3efec;
	padding: 40px;
	padding-left: 80px;
	height: 40%;
}

.page-quem-somos .banner .left h1 {
	font-size: 2.8rem;
	color: #fff;
	margin-top: 130px;
	margin-left: 80px
}

.page-quem-somos .banner .left p {
	font-size: 1.2rem;
}

.page-quem-somos .banner .left p:last-child {
	margin: 0;
}

.page-quem-somos .banner .right {
	width: 60%;
	background: url(img/slide-1.jpg) no-repeat;
	background-size: cover;
}

.page-quem-somos .servicos {
	background: url(img/bg-solucoes-completas.jpg);
	background-size: cover;
	background-color: #fff;
	padding: 80px 0;
}

.page-quem-somos .servicos h2 {
	font-size: 2rem;
	color: #00a85a;
}

.page-quem-somos .servicos p {
	font-size: 1.5rem;
	color: #444;
	line-height: 1.7;
}

.cta-servicos {
	background: #00a85a;
	padding: 40px 0;
}

.cta-servicos .box-servicos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.cta-servicos a {
	font-size: 1.1rem;
	color: #00a85a;
	margin: 0;
	margin-right: .6rem;
}

.cta-servicos a:hover {
	text-decoration: none;
}

.cta-servicos .icon {
	color: #f3efec;
	width: 25px;
	height: auto;
	transform: rotate(-90deg);
}

.cta-servicos .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.page-quem-somos .conheca-apta {
	height: 500px;
}

.page-quem-somos .conheca-apta .video-foreground {
	position: relative;
	width: 100%;
	height: 100%;
}

.page-quem-somos .conheca-apta .video-foreground::before {
	content: '';
	background: #01914e;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.7;
}

.page-quem-somos .conheca-apta iframe {
	width: 100%;
	height: 100%;
}

.page-quem-somos .clientes {
	background-color: #f3efec;
	color: #444;
}

/* page soluções pontuais */

.page-solucoes-pontuais .banner, .page-solucoes-completas .banner, .page-solucoes-completas-individuais .banner {
	/* background: url(img/bg-solucoes-completas.jpg); */
	background-color: transparent;
	background-size: cover;
	height: 50vh;
}
.page-solucoes-pontuais main, .page-solucoes-completas main, .page-solucoes-completas-individuais main {
	background: url(img/bg-solucoes-completas.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;

}
.page-solucoes-pontuais h1, .page-solucoes-completas h1, .page-solucoes-completas-individuais h1 {
	font-size: 2.8rem;
	text-align: center;
	color: #2b2b2b;
	margin-top: 5rem;
}

.page-solucoes-pontuais .solucoes-content, .page-solucoes-completas .solucoes-content {
	padding: 100px 65px;
}

.page-solucoes-pontuais .solucoes-content h2 {
	color: #fff;
	font-size: 1.4rem;
	margin: 0;
}

.page-solucoes-pontuais .solucoes-content .group-button, .page-solucoes-completas .solucoes-content .group-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 3rem;
	position: relative;
	z-index: 888;
}

.page-solucoes-pontuais .solucoes-content .card-header, .page-solucoes-completas .solucoes-content .card-header {
	background: #01914e;
	display: flex;
	justify-content: space-between;
	width: 94%;
}

.page-solucoes-pontuais .solucoes-content .card-header:first-child, .page-solucoes-pontuais .solucoes-content .card-header:last-child {
	width: 100%;
	height: 85px;
	display: flex;
	align-items: center;
}

.page-solucoes-pontuais .solucoes-content .card-header.active {
	background: #75D000;

}
.page-solucoes-pontuais .solucoes-content .card-header:first-child {
	border-left: 6px solid #95cf20;
	background: #00a85a;
	display: none;
}

.page-solucoes-pontuais .solucoes-content .card-header:last-child {
	background: #018246;
}

.page-solucoes-pontuais .solucoes-content .card-header .btn {
	text-align: left;
	color: #fff;
}

.page-solucoes-pontuais .solucoes-content .card-header:last-child .btn {
	font-size: 1.4rem;
}

.page-solucoes-pontuais .solucoes-content .icon {
	color: #fff;
	width: 25px;
	height: auto;
	transform: rotate(-90deg);
}

.page-solucoes-pontuais .solucoes-content .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.page-solucoes-pontuais .solucoes-content .accordion, .page-solucoes-completas .solucoes-content .accordion {
	height: 100%;
	/* background: #f3efec; */
	padding: 90px 60px;
	position: relative;
}

.page-solucoes-pontuais .solucoes-content .accordion , .page-solucoes-completas .solucoes-content .accordion  {
	z-index: 22;
}
.page-solucoes-pontuais .solucoes-content .accordion div, .page-solucoes-completas .solucoes-content .accordion div {
	z-index: 33;
}
.page-solucoes-pontuais .solucoes-content .accordion:before, .page-solucoes-completas .solucoes-content .accordion:before {
	background: #f3efec;
	width: 105%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left:-9%;
	z-index: 11;
}

.page-solucoes-pontuais .solucoes-content .accordion:before{
	z-index: -1;
	top:45px;
}
.page-solucoes-pontuais .solucoes-content .accordion::after, .page-solucoes-completas .solucoes-content .accordion::after {
	content: url(img/icon-apta.png);
	position: absolute;
	right: -105.5px;
	bottom: -19px;
	z-index: 55;
}

.page-solucoes-pontuais .solucoes-content .accordion h2 {
	color: #00a85a;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.page-solucoes-pontuais .solucoes-content .accordion .box-img {
	position: relative;
	margin-bottom: 3rem;
}

.page-solucoes-pontuais .solucoes-content .accordion img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
	position: relative;
}

.page-solucoes-pontuais .solucoes-content .accordion .box-img::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: -15px;
	bottom: -15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
}

.page-solucoes-pontuais .solucoes-content .accordion p {
	font-size: 1.2rem;
}

/* page soluções completas */

.page-solucoes-completas .solucoes-content .group-button {
	background: #01914e;
	color: #fff;
	position: relative;
	z-index: 333;
	-webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
}

.page-solucoes-completas .solucoes-content .group-button .content {
	padding: 30px 35px;
}

.page-solucoes-completas .solucoes-content .group-button p {
	font-family: 'Nexa';
	font-weight: 400;
}

.page-solucoes-completas .solucoes-content .group-button p:last-child {
	margin: 0;
}

.page-solucoes-completas .solucoes-content .group-button p.destaque {
	font-family: 'Nexa';
	font-weight: 400;
	font-size: 1.3rem;
}

.page-solucoes-completas .solucoes-content .group-button p span {
	font-family: 'Nexa';
	font-weight: 900;
}

.page-solucoes-completas .solucoes-content .card-header {
	border: none;
	padding: 0;
	background: #018246;
	border: 6px solid #018246;
	width: 100%;
	padding: 30px 25px 15px;
}

.page-solucoes-completas .solucoes-content .card-header:hover {
	border-left: 6px solid #95cf20;
}

.page-solucoes-completas .solucoes-content .card-header h2 {
	margin: 0;
}

.page-solucoes-completas .solucoes-content .card-header .btn {
	text-align: left;
	color: #fff;
	font-size: 1.4rem;
	white-space: nowrap;
	padding: 0;
}

.page-solucoes-completas .solucoes-content .icon {
	color: #fff;
	width: 25px;
	height: auto;
	transform: rotate(-90deg);
}

.page-solucoes-completas .solucoes-content .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.page-solucoes-completas .solucoes-content .accordion .item {
	display: flex;
	align-items: center;
	margin-bottom: 3.5rem;
}

.page-solucoes-completas .solucoes-content .accordion .item .content span {
	display: block;
	 
	color: #2b2b2b;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: .5rem;
}

.page-solucoes-completas .solucoes-content .accordion .item .content h2 {
	color: #00a85a;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.page-solucoes-completas .solucoes-content .accordion .item .content p {
	color: #2b2b2b;
	font-size: 1em;
	padding-right: 1.5em;
}

.page-solucoes-completas .solucoes-content .accordion .item .box-btn .btn-white {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

.page-solucoes-completas .solucoes-content .accordion .item .box-img::after {
	content: '';
	width:100%;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: -1;
	box-shadow: 2px 2px 10px 2px #d9d8d8;
	border-radius:4px;
}
.page-solucoes-completas .solucoes-content .accordion .item .box-img {
	position: relative;
	min-width: 130px;
	margin-right: -100px;
}

.page-solucoes-completas .solucoes-content .accordion .item .box-img img {
	border-radius: 2px;
}

/* page soluções completas individuais */

.page-solucoes-completas-individuais .banner {
	background: url(img/bg-solucoes-completas-individuais.jpg);
}

.page-solucoes-completas-individuais .banner h1 {
	margin-top: 0;
}

.page-solucoes-completas-individuais .banner span {
	display: block;
	 
	font-weight: bold;
	color: #00a85a;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1rem;
	margin-top: 5rem;
}

.nav-tabs {
	justify-content: center;
}

.nav-tabs .nav-link {
	font-family: 'Nexa';
	font-size: 1.2rem;
	font-weight: bold;
	border: 1px solid #f8f6f5;
	background: #f8f6f5;
	color: #9b9a99;
	text-transform: uppercase;
	padding: 2.5rem 2.5rem;
	border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
	font-family: 'Nexa';
	font-size: 1.2rem;
	font-weight: bold;
	color: #2b2b2b;
	background-color: #f3efec;
	border-color: #f3efec;
	text-transform: uppercase;
	padding: 2.5rem 2.5rem;
}

.nav-tabs .nav-item.show .nav-link span, .nav-tabs .nav-link.active span, .nav-tabs .nav-link span {
	font-weight: 900;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #f8f6f5;
}

.tab-content {
	background-color: #f3efec;
	padding: 3rem;
	margin-bottom: 6rem;
}

.tab-content .tab-pane > p {
	 
	font-size: 1.4rem;
	color: #2b2b2b;
	margin-bottom: 4rem;
}

.tab-content .breadcrumb {
	padding: 0;
	background-color: transparent;
	margin-bottom: 1.5rem;
}

.breadcrumb-item a, .breadcrumb-item.active {
	color: #c0c0c0;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #c0c0c0;
	content: ">";
}

.tab-content .solucao-item {
	color: #2b2b2b;
	margin-bottom: 5rem;
	position: relative;
}

.tab-content .solucao-item .title {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.tab-content .solucao-item .title .text {
	margin-left: 1rem;
}

.tab-content .solucao-item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00a85a;
	border: 3px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 14px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
}

.tab-content .solucao-item .icon::after {
	content: '';
	width: 3px;
	height: 110%;
	background: #00a85a;
	position: absolute;
	bottom: -70px;
	z-index: -1;
}

.tab-content .solucao-item .content {
	padding-left: 5.4rem;
	width: 100%;
}

.tab-content .solucao-item span {
	 
	font-weight: bold;
	font-size: 1rem;
	color: #2b2b2b;
}

.tab-content .solucao-item h2 {
	 
	font-weight: bold;
	font-size: 1.5rem;
	color: #00a85a;
	text-transform: uppercase;
}

.tab-content .solucao-item ul {
	list-style-type: none;
	padding: 0;
}

.tab-content .solucao-item ul li::before {
	display: inline-block;
	padding-right: .5rem;
	color: #2b2b2b;
	content: "-";
}


/*------------------------------------*\
IMAGES
\*------------------------------------*/

.imagem-viabilidade {
    margin-bottom: 50px;
	margin-top: -25px;
	/* border: 5px #75d000 solid;
	margin-left: 10px; */
	margin-left: 20px;
}

/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Nexa';
	src: url('fonts/Nexa-Bold.eot');
	src: url('fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Nexa-Bold.woff2') format('woff2'),
	url('fonts/Nexa-Bold.woff') format('woff'),
	url('fonts/Nexa-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Nexa';
	src: url('fonts/Nexa-Book.eot');
	src: url('fonts/Nexa-Book.eot?#iefix') format('embedded-opentype'),
	url('fonts/Nexa-Book.woff2') format('woff2'),
	url('fonts/Nexa-Book.woff') format('woff'),
	url('fonts/Nexa-Book.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Nexa';
	src: url('fonts/Nexa-Black.eot');
	src: url('fonts/Nexa-Black.eot?#iefix') format('embedded-opentype'),
	url('fonts/Nexa-Black.woff2') format('woff2'),
	url('fonts/Nexa-Black.woff') format('woff'),
	url('fonts/Nexa-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	 
	src: url('fonts/Ebrima.eot');
	src: url('fonts/Ebrima.eot?#iefix') format('embedded-opentype'),
	url('fonts/Ebrima.woff2') format('woff2'),
	url('fonts/Ebrima.woff') format('woff'),
	url('fonts/Ebrima.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	 
	src: url('fonts/Ebrima-Bold.eot');
	src: url('fonts/Ebrima-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Ebrima-Bold.woff2') format('woff2'),
	url('fonts/Ebrima-Bold.woff') format('woff'),
	url('fonts/Ebrima-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width:479px) {
	/* blog */
	.box-post-destaque .content h3, .box-post-item .content h3 {
		font-size: 1.4rem;
	}
	/* solução */
	.container-big {
		padding-left: 30px;
		padding-right: 30px;
	}
	h2 {
		font-size: 2rem;
	}
	.solucao p {
		font-size: 1.2rem;
	}
	/* newsletter */
	.newsletter {
		padding: 70px 20px;
	}
	.newsletter form {
		flex-direction: column;
	}
	.newsletter form .box-input-nome {
		width: 100%;
		margin-bottom: .6rem;
	}
	.newsletter form .box-input-email {
		width: 100%;
		margin-bottom: .6rem;
	}
	.newsletter form .box-input-submit {
		width: 100%;
		margin-bottom: .6rem;
	}
	.btn-white {
		font-size: 1em;
		padding: 13px 40px;
	}
	.newsletter h2 {
		font-size: 1.5em;
		margin-right: 0;
	}
	/* footer */
	footer.footer ul.menu-social > li {
		margin-right: 5px;
	}
	footer.footer ul.menu-social .icon {
		width: 37px;
	}
	.solucoes h2 {
		margin-bottom: 50px;
	}
	.page-home .banner ul.menu-social .icon{
		width: 40px !important;
	}
	.page-home .banner ul.menu-social{
		right: 55px !important;
		bottom: 95px;
		margin-right: 0px !important;
	}
	
}
@media only screen and (max-width:479px) {
	/* header */
	.header .nav-top ul {
		flex-direction: column;
	}
	/* banner home */
	.page-home .banner .content .icon {
		width: 43px;
		margin-top: 80px;
	}
	.banner .content h1 {
		font-size: 1.6rem;
	}
	/* blog */
	.box-post-item .content h3 {
		font-size: 1rem;
	}
	.box-post-destaque .content h3 {
		font-size: 1rem;
	}
	/* page soluções completas individuais */
	.nav-tabs .nav-link {
		width: 100%;
	}
	.orcamento .top .content{
		width: 100%;
	}
}
@media only screen and (min-width:480px) {
	
}
@media only screen and (max-width:767px) {
	/* header */
	.header .nav-top ul {
		justify-content: center;
		margin-left: 0;
	}
	.header .navbar ul {
		margin: 0;
		margin-top: 1rem;
		flex-direction: column;
		z-index: 1;
	}
	.header .nav-top ul li {
		margin-right: 0;
	}
	header .navbar .menu-item-has-children ul li {
		display: flex;
		justify-content: center;
		width: auto;
	}
	header .navbar .menu-item-has-children ul li:nth-child(odd) {
		float: none;
		margin-right: 0;
	}
	header .navbar .menu-item-has-children ul li:nth-child(even) {
		float: none;
	}
	/* banner home */
	.banner .content .box-img {
		width: 150px;
		margin-bottom: 20px;
	}
	.page-home .banner .btn-toggle {
		top: 30px;
		right: 30px;
		width: 50px;
	}
	.banner .content h1 {
		margin-bottom: 20px;
	}
	.page-home .banner ul.menu-social {
		right: 50%;
		margin-right: -144.5px;
	}
	.page-home .banner ul.menu-social li {
		margin-right: 15px;
	}
	/* orçamento */
	.orcamento .top .top-box {
		padding: 70px 0;
	}
	/* por que */
	.por-que .content {
		justify-content: center;
	}
	.por-que .motivo-item {
		flex-direction: column;
		padding: 0;
		padding-bottom: 20px;
	}
	.por-que .motivo-item .box-img {
		margin: 0;
		margin-bottom: 1rem;
	}
	/* por você */
	.por-voce .content {
		padding: 70px 20px;
	}
	.por-voce .video-foreground iframe {
		margin-right: 0;
	}
	.por-voce .video-foreground::before {
		width: 100%;
	}
	/* soluções */
	.solucoes {
		padding: 70px 20px;
		padding-bottom: 0;
	}
	.solucoes .box-solucoes .box-content .box-btn .btn {
		padding: 8.5px 60px;
	}
	.solucoes .box-solucoes {
		margin-bottom: 10rem;
	}
	/* soluções pontuais */
	.page-solucoes-pontuais .solucoes-content .accordion::after, .page-solucoes-completas .solucoes-content .accordion::after {
		display: none;
	}
	.page-solucoes-pontuais .solucoes-content, .page-solucoes-completas .solucoes-content {
		padding: 50px 35px;
	}
	/* solução */
	.solucao::before {
		display: none;
	}
	.footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* clientes */
	.clientes {
		padding: 90px 30px;
	}
	/* blog */
	.ultimos-posts .link {
		margin-bottom: 2rem;
	}
	/* page soluções completas individuais */
	.tab-content .solucao-item .content {
		width: 100%;
	}
	.tab-content .solucao-item .icon::after {
		display: none;
	}
	/* page contato */
	.contato {
		flex-direction: column;
	}
	.contato .left, .contato .right {
		width: 100%;
	}
	.contato .right .mapa {
		margin-left: 0;
	}
	.contato .left {
		padding-left: 30px;
		padding-right: 30px;
	}
	.contato .right {
		padding-right: 0;
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.contato .left p span {
		white-space: normal;
		word-wrap: break-word;
	}
}
@media only screen and (min-width:768px) {
	/* blog */
	.box-post-destaque .content h3 {
		font-size: 2rem;
	}
	/* solução */
	.container-big {
		background: #fff;
		padding-left: 80px;
		padding-right: 80px;
	}
	.solucoes .box-solucoes .box-content .box-btn .btn {
		padding: 13.5px 70px;
	}
	h2 {
		font-size: 2.8rem;
	}
	.solucao p {
		font-size: 1.2em;
		line-height: 1.5;
	}
	/* newsletter */
	.btn-white {
		font-size: 1em;
		width: auto;
		box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.15);
		border-radius: 0px;
	}
	.newsletter h2 {
		font-size: 1.5em;
	}
	.orcamento .footer h3, .orcamento .footer h2{
		padding-left: 84px;
	}
	.por-voce .content {
		color: #fff;
		padding: 20px 60px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	.por-voce .content p{
		margin-bottom: 5px;
	}
	.por-voce .content .box-btn{
		margin-top: 7px;
	}
	.orcamento .slick-list.draggable{
		width: 80%;
	}
}
@media only screen and (min-width:840px) {
	/* newsletter */
	.newsletter form {
		flex-direction: row;
	}
	.newsletter form .box-input-nome {
		width: 35%;
	}
	.newsletter form .box-input-email {
		width: 35%;
	}
	.newsletter form .box-input-submit {
		width: 30%;
	}
	/* footer */
	footer.footer ul.menu-social > li {
		margin-right: 10px;
	}
	footer.footer ul.menu-social .icon {
		width: 43px;
	}
}
@media only screen and (max-width:839px) {
	/* footer */
	footer.footer ul.menu-social > li {
		margin-right: 5px;
	}
	footer.footer ul.menu-social .icon {
		width: 37px;
	}
}

@media only screen and (min-width:1024px) {
	.btn-gree-blue{
		width: 650px;
		height: 70px;
		font-size: 1.375em;
		line-height: 2em;
	}
	.orcamento .top .content p {
		width: 90%;
	}
	.por-que .content h2{
		font-size: 2em;
		width: 50%;
		margin: 0 auto;
		position: relative;
		left: 10%;
	}
	.por-que .motivo-item .content {
		width: 60%;
	}
	.por-que .motivo-item .content p{
		/* width: 70%; */
	}
	.container-pq{
		max-width: 1400px;
	}
	/* .icon img {
		width: 3px;
		margin-left: 10px;
	} */
	.por-voce .content h2{
		font-size: 2.0em;
	}
	.solucoes h2{
		font-size: 2.438em;
		margin-bottom: 100px;
	}
	.solucoes .box-solucoes .box-img{
		margin-top: -100px;
		margin-bottom: 15px;
	}
	.newsletter h2{

	}
	.clientes h2{
		width: 65%;
		font-size: 2em;
	}
	.clientes p {
		width: 70%;
		font-size: 1em;
	}
	.clientes .content {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.page-solucoes-completas .solucoes-content .accordion .item .box-btn .btn-white{
		width: 35%;
	}
	
}


@media only screen and (min-width:1140px) {
	/* footer */
	footer.footer ul.menu-social > li {
		margin-right: 20px;
	}
	footer.footer ul.menu-social .icon {
		width: 53px;
	}
	.orcamento .top .content h2{
		font-size: 3.0em;
	}
}
@media only screen and (max-width:1140px) {
	
}
@media only screen and (min-width:1280px) {
	
}
@media only screen and (max-width:1280px) {	
	/* menu home */
	header.header-home .menu-list {
		padding-left: 100px;
	}

	header.header-home .logo {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	header.header-home .header-content ul.menu li {
		margin-bottom: .5rem;
	}
	header.header-home .header-content ul.menu li a {
		font-size: 1.2rem;
	}
	header.header-home .header-content ul.sub-menu {
		margin-top: .5rem;
	}
	header.header-home .header-content ul.menu li {
		margin-bottom: .5rem;
	}
	header.header-home .header-content ul.sub-menu li a {
		font-size: 1rem;
	}
	header.header-home .content h2 {
		font-size: 2rem;
	}
	header.header-home .content p {
		font-size: 1.4rem;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {
	
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



/* menu responsivo */
.hamburger {
	padding: 15px 15px;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	display:none;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
	position: absolute;
	right: 35px;
	top:35px;
	z-index: 99999;
}
.page-home .hamburger, .page-quem-somos .hamburger{
	display: inline-block;
}
.hamburger:hover {
	opacity: 0.7; 
}
.hamburger.is-active:hover {
	opacity: 0.7; 
}
.page-home .hamburger.is-active,
.page-quem-somos .hamburger.is-active{
	position: fixed;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #ffffff; 
}

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

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -10px; 
}
.hamburger-inner::after {
	bottom: -10px; 
}

.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.125s 0.275s ease; 
}
.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}

.hamburger--elastic.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.075s; 
}
.hamburger--elastic.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0; 
}
.hamburger--elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.075s; 
}

@media(max-width: 768px){
	header.header-home .header-content{
		flex-direction: column;
		overflow-x: auto;
	}	
	header.header-home .menu-list{
		width: 100%;
		padding-left: 45px;
		margin-bottom: 25px;
	}
	header.header-home .content{
		width: 100%;
		height: auto;
		padding: 20px;
		display: inline-block;
	}
	header.header-home .content h2{
		margin-top: 25px;
	}
	header.header-home .content p{
		font-size: 1.1em;
		margin-bottom: 2rem;
	}
	header.header-home .header-content{
		min-height: 100%;
	}
	.hamburger{
		right: 15px;
		display: inline-block;
	}
	.page-home .hamburger.is-active .hamburger-inner, 
	.page-home .hamburger.is-active .hamburger-inner::before, 
	.page-home .hamburger.is-active .hamburger-inner::after,
	.page-quem-somos .hamburger.is-active .hamburger-inner, 
	.page-quem-somos .hamburger.is-active .hamburger-inner::before, 
	.page-quem-somos .hamburger.is-active .hamburger-inner::after{
		background-color:#000;
	}
	.page-home .banner ul.menu-social{
		/* position: relative; */
		justify-content: center;
		width: 100%;
    	left: 0;
	    display: flex;
	}
	.page-home .banner .content .icon{
		width: 44px;
		position: absolute;
		bottom: 25px;
		left: calc(50% - 21px);
		-webkit-animation-name: arrowdown; /* Safari 4.0 - 8.0 */
  		-webkit-animation-duration: 0.65s; /* Safari 4.0 - 8.0 */
  		animation-name: arrowdown;
	    animation-duration: .65s;
	    animation-iteration-count: infinite;
		transition: all linear;
	}

	.btn-gree-blue{
		margin-bottom: 45px;
		font-size: 16px;
		font-weight: 800;
	}
	.banner img.logo{
		width: 120px;
	}
	header.header-home .header-content ul.menu{
		padding-bottom: 25px;
	}

	.orcamento .slick-slider{
		margin-bottom: 0px;
	}

	.orcamento .slide-box::before{
		width: 100%;
		right: 0%;
		min-height: 111.3%;

	}
	.home .por-que{
		padding-top: 50px;
	}
	.solucoes .box-solucoes{
		padding: 0 20px 20px;
	}
	.solucoes .box-solucoes h3{
		margin: 0 auto;
		margin-top: 15px ;
    	font-size: 1.8em;
	    text-align: center;
    	font-weight: 800
	}
	.solucao p{
		line-height: 1.4em;
	}
	.home .btn-white{
		width: auto;
		padding: 11.5px 15px;
	}
	.page-quem-somos .banner{
		min-height: 70vh;
		height: auto;
		flex-direction: column;
		background: url(img/slide-1.jpg) no-repeat;
		background-size: cover;
	}
	.page-quem-somos .banner .right{
		display: none;
	}
	.page-quem-somos .banner .left{
		width: 100%;
	}
	.page-quem-somos .banner .left h1{
		padding: 0px;
		font-size: 2.1em;
		text-align: center;
		margin-left:0px;
		margin-top: 15px;
	}

	.page-quem-somos .banner .left .header{
		padding: 0px;
		height: auto;
	}
	.page-quem-somos .banner .left .footer{
		min-height: 60%;
		padding: 25px;
	}
	.page-quem-somos a.navbar-brand{
		margin-left: 40px;
		margin-top: 20px;
	}
	.page-solucoes-completas .solucoes-content .accordion .item{
		flex-direction:column-reverse;
	}
	.page-solucoes-completas .solucoes-content .accordion .item .box-img{
		margin: 15px auto;
	}
	.page-solucoes-completas .solucoes-content .accordion .item .content p{
		padding: 3px;
	}
	.page-solucoes-pontuais .solucoes-content .accordion, .page-solucoes-completas .solucoes-content .accordion{
		padding: 60px 0px;
	}
	.page-solucoes-pontuais .solucoes-content, .page-solucoes-completas .solucoes-content{
		padding: 40px 0px;
	}
	.navbar-light .navbar-brand{
		max-width: 75%;
    	margin-right: 0px;
	}
	body.page-solucoes-pontuais > main > section:nth-child(5) > div > div > div > div > h2, 
	body.page-solucoes-completas > main > section:nth-child(5) > div > div > div > div > h2{
		font-size: 1.7em;
	}
	.page-blog .banner{
		padding: 0 5px;
	}
	
	.tab-content {
		padding: 0px 5px;
	}
	.por-voce .video-foreground {
		padding-bottom: 10px;
	}
	.por-voce .video-foreground iframe{
		min-height: 45vh;
	}
	.orcamento .footer h2{
		/* color:#fff; */
		margin-top:7px;
	}
	.orcamento .footer{
		/* background-color:#02703d;  */
		margin-bottom:50px;
		height: auto;
	}
}

#btn-play.active{
	background-image: url(img/play-button.png);
	background-color:transparent;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	border:none;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.5 ease-out;
	transform: translate(-50%, -50%);
	z-index: 44;
}
.video-thumb {
	display: none;
}
.video-thumb.active {
	width: 100%;
    height: 100%;
	position: absolute;
	display: block;
    top: 0px;
    z-index: 22;
    background-size: cover;
    background-position: center center;
}
.video-thumb::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	top:0px;
	right: 0px;
	background: #018246;
	opacity: 0.3;
}
.player{
	width: 100%;
	height: 100%;
	position: relative;
}
.mediaplayer{
	width: 100%;
	height: 100%;
}
.player video{
	width: 100%;
	height: 100%;
	background-color: #000;
}
#btn-play{
	transition: all 0.5 ease-out;
	display: none;
}

.call-especialist {
	right: 0px;
	display: flex;
	flex-direction: column;
	width: 100%;
	top: 5%;
	display: none;
}
.call-especialist img{
	box-shadow: -5px 8px 10px 1px #c5c5c5;
}
a.call-specialist-btn {
	background-color: #00a85a;
	text-align: center;
	padding: 30px 0;
	color: #fff;
	font-size: 1.3em;
	margin-top: 15px;
	transition: all 0.3s ease-out;
}
a.call-specialist-btn:hover {
	background-color: rgba(0, 168, 90, 0.47);
	transition: all 0.3s ease-out;

}
.content-tab-indv{
	display: flex;
	position: relative;
	flex-direction: column;
}

.page-solucoes-pontuais .solucoes-content, .page-solucoes-completas .solucoes-content{
	padding: 0px 65px;
	margin-bottom: 60px;
}
@media(min-width: 769px){
	.banner img.logo{
		width: 120px;
		margin-top: -10px;
	}
	.banner .content h1{
		font-size: 2.4em;
		margin-bottom: 25px;
	}
	.banner .content .box-img{
		margin-bottom: 20px;
	}
	.btn-gree-blue {
		width: inherit;
		height: inherit;
		font-size: 1em;
		line-height: 2.11em;
		padding: 5px 15px;
	}
	.page-home .banner ul.menu-social li{
		width: 35px;
		margin-right: 10px;
	}
	.page-home .banner ul.menu-social li .icon{
		max-width: 100%;
	}
	.page-home .banner ul.menu-social li svg{
		max-width: 100%;
	}
	.page-home .banner ul.menu-social{
		bottom: 38px;
	}
	.content-tab-indv{
		display: flex;
		flex-direction: row;
		position: relative;
	}
	.call-especialist {
		right: 0px;
		position: absolute;
		display: flex;
		flex-direction: column;
		width: 40%;
		top: 12%;
		display: none;
	}
	#btn-play.active{
		width: 120px;
		height: 120px;
	}	
	.player video{
		position: relative;
		right: -15px;
	}
	.video-thumb.active {
		right: -15px;
	}
	.solucao {
		padding: 100px 80px;
	}
	.orcamento .slide-box{
		position: relative
	}
	.orcamento .slide-box:before{
		bottom:0px;
		width:105%;
		left:-5%;
	}
	.page-blog .banner .box-content{
		position: relative;
		z-index: 22;
		box-sizing: border-box;
		max-height: 245px;
		min-height: 245px;
	}
	.page-blog .banner{
		max-height: 444.500px; 
		min-height: 444.500px; 
	}
	
	.page-blog .banner .box-content:before{
		content:'';
		width: 111%;
		display: block;
		height:100%;
		z-index: -1;
		position: absolute;
		bottom: -51px;
		left:0px;
		background: linear-gradient(0deg, #00934d, transparent);
		display: none;
		
	}
	.page-blog .banner .box-img{
		z-index: 888;
		position: relative;
		/* height: 100%; */
	}
	.page-blog .blog-list .box-post-item:first-child{
		padding-bottom: 0px;
	}
	.page-blog .blog-list .box-post-item h3{
		font-size: 2em;
	}
	.header .navbar{
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
		padding: 0.7em 3em;
		z-index: 8888;
	}
	.header a.navbar-brand{
		max-width: 160px!important;
		margin-left: 20px;
	}
	.header .navbar ul li a{
		font-size: 0.8em;
		font-weight: 800;
	}
	.header ul.sub-menu:after {
		content: '';
		width: 100%;
		height: 27px;
		background: transparent;
		display: block;
		position: absolute;
		top: -23px;
		left: -15px;
		z-index: 1;
	}
	ul.socialtop {
		font-size: 12px;
		padding: 6px 0!important;
		margin-right: 4.2rem;
	}
	.header ul.socialtop .icon{
		width: 23px;
	}
	.page-home .banner .content{
		position: relative;
		z-index: 777;
	}
	.page-home .banner {
		background: transparent;
	}
}

.video-background {
	background: #000;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -99;
  }
  .video-foreground-home,
  .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
  }
  @media (min-aspect-ratio: 16/9) {
	.video-foreground-home { height: 300%; top: -100%; }
  }
  .gradient-radial {
	/*  background: radial-gradient(circle, #0066ad, #54388e); */
	/*  background: radial-gradient(circle,rgba(0, 168, 90, 0.8),  rgba(46, 141, 111, 0.5));*/
	  background: radial-gradient(circle,rgba(1,1,1,.65),rgba(1,1,1,.75));
	  background-repeat: no-repeat;
	  width: 100%;
	  height: 100%;
	  position: absolute;
  } 

  @media (max-aspect-ratio: 16/9) {
	.video-foreground-home { width: 300%; left: -100%; }
  }


.box-text h3{
	line-height: 2.0em;
	margin-bottom: 0px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrowdown {
	from {
		bottom: 25px;
		opacity: 1;
	}
	to {
		bottom: 35px;
		opacity: 0.85;
	}
  }
  
  /* Standard syntax */
@keyframes arrowdown {
	from {
		bottom: 25px;
		opacity: 1;
	}
	to {
		bottom: 35px;
		opacity: 0.7;
	}
}

.single-post .slick-track {
    width: 100% !important;
    margin-left: 0;
}

.single-post .slick-list.draggable img {
    width: max-content;
    padding: 0;
    object-fit: fill;
}

.single-post .carousel-single-blog img {
    max-width: 800px;
}

.single-post .box-img.slick-slide.slick-current.slick-active {
    width: 800px !important;
}

.img-single-post {
    width: 100% !important;
    margin-left: 55px;
}

@media screen and (max-width: 630px) {
	.img-single-post {
    width: 100% !important;
    margin-left: 0px;
	}

	.single .banner {
    background: #f3efec;
    height: 526px;
	}

	.carousel-single-blog:before {
    width: 100% !important;
    margin-left: 0px !important;
	}

	.single-post .box-post-destaque .box-img:before, .box-post-item .box-img:before {
    width: 94% !important;
    }
}