 /**
* @template:  Se7en

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
			- Demo-1
			- Demo-2
		+ Hero
		+ Services
		+ Skills
		+ Clients
		+ Portfolio
		+ Numbers
		+ Blog
		+ Contact
		+ Footer
		
*/
 
 @import "main.css";
 /* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
 
 body {
     font-family: 'Open Sans', sans-serif;
     color: #000;
     font-weight: 400;
 }
 
 .section-padding {
     padding: 50px 0;
 }
 .section-padding-politica {
     padding: 70px 0;
 }
 .tit {
     margin-bottom: 20px;
     display: inline-block;
     font-size: 38px;
     text-transform: capitalize;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 .navbar .navbar-brand {
     font-family: 'Arial, cursive;

 }
 
 p {
     color: #888;
 }
 
 a,
 a:hover,
 a:focus {
     color: inherit;
 }
 
 main {
     position: relative;
     z-index: 2;
     background: #fff;
     margin-bottom: 350px;
 }
 
 input:focus,
 textarea:focus {
     border-color: #555 !important;
 }
 
 .cd-title {
     position: relative;
     height: 160px;
     line-height: 230px;
     text-align: center;
 }
 
 .cd-title h1 {
     font-size: 2.4rem;
 }
 
 @media only screen and (min-width: 768px) {
     .cd-title {
         line-height: 250px;
     }
 }
 
 @media only screen and (min-width: 1170px) {
     .cd-title {
         height: 200px;
         line-height: 300px;
     }
     .cd-title h1 {
         font-size: 3rem;
     }
 }
 
 .cd-intro {
     width: 90%;
     max-width: 768px;
     text-align: center;
 }
 
 .cd-intro {
     margin: 4em auto;
 }
 
 @media only screen and (min-width: 768px) {
     .cd-intro {
         margin: 5em auto;
     }
 }
 
 @media only screen and (min-width: 1170px) {
     .cd-intro {
         margin: 6em auto;
     }
 }
 
 .cd-headline {
     font-size: 3rem;
     line-height: 1.2;
 }
 
 @media only screen and (min-width: 768px) {
     .cd-headline {
         font-size: 4.4rem;
         font-weight: 300;
     }
 }
 
 @media only screen and (min-width: 1170px) {
     .cd-headline {
         font-size: 6rem;
     }
 }
 
 .cd-words-wrapper {
     display: inline-block;
     position: relative;
     text-align: left;
 }
 
 .cd-words-wrapper b {
     display: inline-block;
     position: absolute;
     white-space: nowrap;
     font-size: 21px;
     left: 0;
     top: 0;
 }
 
 .cd-words-wrapper b.is-visible {
     position: relative;
 }
 
 .no-js .cd-words-wrapper b {
     opacity: 0;
 }
 
 .no-js .cd-words-wrapper b.is-visible {
     opacity: 1;
 }
 /* xclip */
 
 .cd-headline.clip span {
     display: inline-block;
     padding: .2em 0;
 }
 
 .cd-headline.clip .cd-words-wrapper {
     overflow: hidden;
     vertical-align: top;
 }
 
 .cd-headline.clip .cd-words-wrapper::after {
     /* line */
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     width: 2px;
     height: 100%;
     background-color: #aebcb9;
 }
 
 .cd-headline.clip b {
     opacity: 0;
 }
 
 .cd-headline b.is-visible {
     opacity: 1;
     font-weight: 400;
 }
 /* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
 
 .navbar {
     background: #000;
     height: 80px;
     line-height: 60px;
     padding: 0;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     border-radius: 0;
     text-transform: capitalize;
     z-index: 99999;
     display: none;
 }
 
 .navbar .navbar-brand,
 .navbar .navbar-brand:hover,
 .navbar .navbar-brand:focus {
     font-size: 30px;
     color: #eee;
     padding-top: 20px;
     text-transform: uppercase;
 }
 
 .navbar .navbar-brand span {
     color: #AA882D;
     padding: 0 2px;
 }
 
 .navbar .navbar-nav>li>a {
     margin: 0!important;
     color: #aaa!important;
     padding: 0!important;
 }
 
 .nav>li>a:hover,
 .nav>li>a:focus {
     background: none;
 }
 
 .navbar .navbar-nav>li {
     font-size: 13px;
     text-transform: uppercase;
     font-family: 'Open Sans', sans-serif;
     margin: 20px 15px 0;
     padding: 5 10px;
     background: none;
     cursor: pointer;
     position: relative;
 }
 
 .navbar .navbar-nav>li>a.active {
     color: #fff!important;
     background: none;
 }
 /* -------------------------------------------------------
                    Header
-------------------------------------------------------- */
 
 .header {
     height: 100vh;
     width: 100%;
     overflow: hidden;
     position: relative;
     background-size: cover;
     background-attachment: fixed;
 }
 
 .header-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, .4);
 }
 
 .caption {
     color: #fff;
 }
 
 .header .social-icon span {
     margin: 2px;
     width: 35px;
     height: 35px;
     line-height: 35px;
     text-align: center;
     border: 1px solid #eee;
     border-radius: 50%;
 }
 
 .header .social-icon span:hover {
     background: #AA882D;
 }
 /* Demo-1 */
 
 .demo-1 {
     background-image: url(../img/bg-1.jpg);
 }
 /* Demo-2 */
 
 .demo-2 {
     background-image: url(../img/inove-home-img1.jpg);
 }
 /* -------------------------------------------------------
                    Hero
-------------------------------------------------------- */
 
 .hero .item {
     position: relative;
     padding: 0;
 }
 
 .hero .hero-img {
     position: relative;
     z-index: 2 !important;
 }
 /* .hero .item .border-overlay{
 	position: absolute;
 	top: 15px;
 	left: 15px;
 	right: -20px;
 	bottom: -20px;
 	border: 10px solid rgba(0,0,0,.2);
 	z-index: 0 !important;
 }*/
 
 .hero .hero-content h4 {
     font-size: 25px;
     margin-bottom: 30px;
 }
 
 .hero .hero-content h5 {
     margin-bottom: 10px;
     color: #AA882D;
     font-size: 18px;
 }
 
 .hero .hero-content p {
     margin-bottom: 10px;
 }
 
 .hero .hero-content button {
     padding: 7px 25px;
     background: #AA882D;
     color: #fff;
     border: 1px solid #AA882D;
     transition: all .5s;
 }
 
 .hero .hero-content button span {
     margin-right: 5px;
 }
 
 .hero .hero-content button:hover {
     background: transparent;
     color: #AA882D;
 }
 /* -------------------------------------------------------
                    Services
-------------------------------------------------------- */
 
 .services {
     background: #f9f7fa;
 }
 
 .services .item {
     padding: 50px 40px;
     background: #fff;
     border-bottom: 2px solid #fff;
     transition: all .5s;
 }
 
 .services .item:hover {
     border-color: #AA882D;
 }
 
 .services .item .icon {
     color: #AA882D;
     font-size: 40px;
 }
 
 .services .item h6 {
     text-transform: uppercase;
     margin: 25px auto 20px;
 }
 /* -------------------------------------------------------
                    Skills
-------------------------------------------------------- */
 
 .skills {
     padding: 80px 0;
 }
 
 .skills .item h6 {
     font-size: 14px;
     text-transform: uppercase;
     margin: 0 0 10px 10px;
 }
 
 .skills .skills-progress {
     width: 100%;
     height: 30px;
     border-radius: 30px;
     margin-bottom: 30px;
 }
 
 .skills .skills-progress span {
     width: 0;
     height: 100%;
     border-radius: 30px;
     background: #AA882D;
     position: relative;
     transition: all .5s;
 }
 
 .skills .skills-progress span:after {
     content: attr(data-value);
     width: 28px;
     height: 28px;
     line-height: 28px;
     text-align: center;
     font-size: 10px;
     border-radius: 50%;
     background: #fff;
     position: absolute;
     top: 1px;
     right: 1px;
 }
 /* -------------------------------------------------------
                    Clients
-------------------------------------------------------- */
 
 .diferencial {
     color: #fff;
     background-image: url(../img/bg/metodologia.png);
     background-attachment: fixed;
     background-size: cover;
 }
 
 .diferencial .item {
     position: relative;
     padding: 0;
     color: #ffffff;
 }
 
 .diferencial .hero-content h4 {
     font-size: 25px;
     margin-bottom: 30px;
 }
 
 .diferencial .diferencial-content h5 {
     margin-bottom: 10px;
     color: #ffffff;
     font-size: 18px;
 }
 
 .diferencial .diferencial-content p {
     margin-bottom: 10px;
     color: #ffffff;
 }
 
 .diferencial .diferencial-content button {
     padding: 7px 25px;
     background: #AA882D;
     color: #fff;
     border: 1px solid #AA882D;
     transition: all .5s;
 }
 
 .diferencial .diferencial-content button span {
     margin-right: 5px;
 }
 
 .diferencial .diferencial-content button:hover {
     background: transparent;
     color: #ffffff;
 }
 
 .parceiros {
     color: #fff;
     background-image: url(../img/inove-video-img1.jpg);
     background-attachment: fixed;
     background-size: cover;
     position: relative;
 }
 
 .clients {
     color: #fff;
     background-color: #000000;
     /*background-image: url(../img/inove-clientes-img1.jpg);*/
     background-attachment: fixed;
     background-size: cover;
     position: relative;
     margin: -20px 0 0 0;
 }
 
 .clients-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     /*background: rgba(0,0,0,.7);*/
 }
 
 .clients .client-say span {
     font-size: 50px;
     color: #AA882D;
 }
 
 .clients .client-say p {
     width: 80%;
     margin-left: 10%;
     color: #eee;
 }
 
 .clients .client-say h6 {
     font-size: 14px;
     margin-bottom: 30px;
 }
 
 .owl-theme .owl-dots .owl-dot span {
     width: 2px;
     height: 10px;
     border-radius: 0;
 }
 
 .owl-theme .owl-dots .owl-dot.active span {
     background: #AA882D;
     transform: scale(1, 2);
 }
 /* -------------------------------------------------------
                    Portfolio
-------------------------------------------------------- */
 
 .portfolio {
     overflow: hidden;
 }
 
 .portfolio .filtering span {
     margin: -5px;
     padding: 10px 20px;
     font-size: 16px;
     color: #777;
     border-top: 1px solid #AA882D;
     border-bottom: 1px solid #AA882D;
     cursor: pointer;
 }
 
 .portfolio .filtering span:first-child {
     border-left: 1px solid #AA882D;
     border-top-left-radius: 25px;
     border-bottom-left-radius: 25px;
 }
 
 .portfolio .filtering span:last-child {
     border-right: 1px solid #AA882D;
     border-top-right-radius: 25px;
     border-bottom-right-radius: 25px;
 }
 
 .portfolio .filtering .active {
     color: #fff;
     background: #AA882D;
 }
 
 .portfolio .item-img {
     padding: 0px;
     position: relative;
 }
 
 .portfolio .item-img .item-img-overlay {
     position: absolute;
     top: 0px;
     left: 0px;
     right: 0px;
     bottom: 0px;
     background: rgba(0, 0, 0, 0.9);
     opacity: 0;
     overflow: hidden;
     transition: all .5s;
     color: #fff;
 }
 
 .portfolio .item-img .item-img-overlay:hover {
     opacity: 1;
 }
 
 .portfolio .item-img .item-img-overlay h6 {
     margin-bottom: 20px;
 }
 
 .portfolio .item-img .item-img-overlay .icon a {
     display: inline-block;
     width: 35px;
     height: 35px;
     line-height: 35px;
     margin: 5px;
     font-size: 14px;
     border: 1px solid #eee;
 }
 /* -------------------------------------------------------
                    Numbers
-------------------------------------------------------- */
 
 .numbers {
     background-image: url(../img/numbers.jpg);
     background-size: cover;
     background-attachment: fixed;
     position: relative;
     color: #fff;
 }
 
 .numbers:after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.9);
     z-index: 0;
 }
 
 .numbers .container {
     position: relative;
     z-index: 2;
 }
 
 .numbers .numb-item span {
     color: #AA882D;
     font-size: 40px;
     margin-bottom: 20px;
 }
 
 .numbers .numb-item h3 {
     margin-bottom: 20px;
 }
 
 .numbers .numb-item h6 {
     color: #eee;
 }
 /* -------------------------------------------------------
                    Blog
-------------------------------------------------------- */
 
 .blog .post-content {
     padding: 30px 20px 15px;
     box-shadow: 0px 0px 20px #eee;
     background: #fff;
 }
 
 .blog .post-content h6 {
     margin-bottom: 15px;
 }
 
 .blog .post-content p {
     color: #999;
 }
 
 .blog .post-content a span {
     color: #AA882D;
     margin: 0 auto 15px;
     font-size: 14px;
 }
 
 .blog .post-content .info {
     padding-top: 15px;
     border-top: 1px solid #eee;
 }
 
 .blog .post-content .info li {
     display: inline-block;
     margin: 0 10px -15px 0;
     padding: 0;
     font-size: 12px;
     color: #888;
 }
 
 .blog .post-content .info li span {
     padding-right: 4px;
     color: #AA882D;
 }
 /* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */
 
 .contact {
     background-image: url(../img/inove-contact-bg.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
     position: relative;
 }
 
 .contact-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, .7);
 }
 
 .contact .tit {
     color: #eee;
     position: relative;
     z-index: 2;
 }
 
 .contact .form .icon {
     position: absolute;
     top: 0;
     left: 0;
     width: 50px;
     text-align: center;
     padding: 10px;
     color: #fff;
     border-top-left-radius: 7px;
     border-bottom-left-radius: 7px;
     background: rgba(170, 136, 45, .5);
 }
 
 .contact .form .icon.messa {
     height: 120px;
     line-height: 100px;
 }
 
 .contact .form-group {
     margin-bottom: 30px;
     position: relative;
 }
 
 .contact .form input,
 .contact .form textarea {
     width: 100%;
     font-size: 14px;
     margin-bottom: 15px;
     padding: 10px 10px 10px 60px;
     border: none;
     border-radius: 7px;
     background: rgba(255, 255, 255, 0.911);
     ;
     color: #000000
 }
 
 .contact .form textarea {
     height: 120px;
     max-height: 120px;
     max-width: 100%;
 }
 
 .contact .form .button {
     border-radius: 10px;
     color: rgb(255, 255, 255);
     background: rgba(170, 136, 45, .5);
     text-transform: uppercase;
     letter-spacing: 1px;
     border: none;
     border: 1px solid #AA882D;
     transition: all .5s;
 }
 
 .contact .form .icon.botn {
     background: #eee;
     color: #AA882D;
     border: 1px solid #eee;
 }
 /* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
 
 footer {
     background: #151515;
     color: #fff;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
 }
 
 footer .main-footer {
     padding: 10px 0;
     border-top: 70px solid #151515;
 }
 
 footer .main-footer .footer-logo {
     font-weight: 100;
     font-size: 30px;
     text-transform: uppercase;
     color: #eee;
     margin-bottom: 30px;
 }
 
 footer .main-footer .footer-logo span {
     color: #AA882D;
     padding: 0 2px;
 }
 
 footer .main-footer .social-icon span {
     width: 40px;
     height: 40px;
     line-height: 40px;
     color: #888;
     transition: all .5s;
 }
 
 footer .main-footer .social-icon span:hover {
     background: #AA882D;
     color: #fff;
 }
 
 footer .sub-footer {
     text-align: center;
     padding: 5px 0;
     border-top: 30px solid #151515;
 }
 /*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
 
 .welcome-area {
     height: 100%;
 }
 
 #particles-js {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
 }
 
 .welcome-image-area {
     position: relative;
     height: 100%;
     background-size: cover;
     z-index: 1;
 }
 
 .welcome-image-area:after {
     position: absolute;
     /*background: rgba(0, 0, 0, .6);*/
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     content: "";
     z-index: -1;
 }
 
 .display-table {
     display: table;
     width: 100%;
     height: 100%;
 }
 
 .display-table-cell {
     display: table-cell;
     vertical-align: middle;
 }
 
 .panel-group .panel:last-child,
 .time-content .timeline .timeline-vert:last-child {
     margin-bottom: 0
 }
 
 .panel-group {
     margin-bottom: 0
 }
 
 .panel-group .panel {
     position: relative;
     width: 100%;
     margin-bottom: 20px;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
 }
 
 .panel-group .panel .expe-year {
     left: -178px;
     position: absolute;
     top: 12px
 }
 
 .panel-group .panel .expe-btn {
     background-color: #171717;
     height: 21px;
     left: 15px;
     position: absolute;
     width: 40px;
     top: 15px
 }
 
 .panel-group .panel .expe-btn a:before {
     content: "-";
     display: block;
     font-size: 23px;
     font-weight: 700;
     height: 40px;
     left: 0;
     line-height: 17px;
     position: absolute;
     text-align: center
 }
 
 .panel-group .panel .expe-btn a.collapsed:before {
     content: "+"
 }
 
 .panel-group .panel .expe-btn:after,
 .panel-group .panel .expe-btn:before {
     border-color: #171717 transparent;
     border-style: solid;
     content: "";
     display: block;
     position: absolute;
     width: 39px
 }
 
 .panel-group .panel .expe-btn:after {
     top: -15px;
     border-width: 0 20px 15px
 }
 
 .panel-group .panel .expe-btn:before {
     border-width: 15px 20px 0;
     bottom: -15px
 }
 
 .panel-group .panel:last-child:before {
     display: none
 }
 
 .panel-group .panel:before {
     border-left: 1px dashed #6e6e6e;
     content: "";
     width: 1px;
     position: absolute;
     left: -46px;
     height: calc(100% + 18px)
 }
 
 .panel-group .panel::after {
     border-width: 8px 8px 8px 0;
     content: "";
     display: block;
     left: -9px;
     position: absolute;
     top: 10px
 }
 
 .panel-heading {
     padding: 21px 24px
 }
 
 .panel-title {
     margin: 0 0 0 40px;
     color: #000;
     text-transform: uppercase
 }
 
 .panel-group .panel-heading+.panel-collapse>.list-group,
 .panel-group .panel-heading+.panel-collapse>.panel-body {
     border-top: none
 }
 
 .panel-body {
     margin: 0 0 0 -20px
 }
 
 .panel-group .panel .expe-btn a:before {
     width: 40px;
 }
 
 .panel-group .panel .expe-btn a::before {
     line-height: 18px;
 }
 
 .panel-group .panel .expe-btn a:before,
 .panel-group .panel .expe-year,
 .section-title,
 .time-content .timeline .timeline-badge,
 .time-content .timeline .timeline-badge i,
 .time-content .timeline .timeline-badge-left,
 .time-content .timeline .timeline-badge-left i,
 p.tagline-lg {
     color: #fff;
 }
 
 * ---------------------------------------------------------------------------------------- * 03. HOME SLIDER * ---------------------------------------------------------------------------------------- */ .slider-area,
 .home-page-slider,
 .home-page-slider div {
     height: 100vh;
 }
 
 .home-page-slider div.single-slide-item-tablecell,
 .home-page-slider div.single-slide-item-tablecell div {
     height: 1000px;
 }
 
 .single-slide-item-table {
     display: table;
     text-align: left;
     width: 100%;
 }
 
 .single-slide-item-tablecell {
     display: table-cell;
     vertical-align: middle;
 }
 
 .single-slide-item {
     position: relative;
     z-index: 1;
 }
 
 .single-slide-item:after {
     position: absolute;
     background: rgba(0, 0, 0, 0.6);
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     content: "";
     z-index: -1;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
 }
 
 .slide-1 {
     background: url(../img/bg/lecrantek-marcelobriant-bg-slide-1.jpg) scroll 0 0;
     background-size: cover;
 }
 
 .slide-2 {
     background: url(../img/bg/lecrantek-marcelobriant-bg-slide-2.jpg) scroll 0 0;
     background-size: cover;
 }
 
 .slide-3 {
     background: url(../img/bg/lecrantek-marcelobriant-bg-slide-3.jpg) scroll 0 0;
     background-size: cover;
 }
 
 .carousel-fade .carousel-inner .item {
     -webkit-transition-property: opacity;
     transition-property: opacity;
 }
 
 .carousel-fade .carousel-inner .item,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
 }
 
 .carousel-fade .carousel-inner .active,
 .carousel-fade .carousel-inner .next.left,
 .carousel-fade .carousel-inner .prev.right {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
 }
 
 .carousel-fade .carousel-inner .next,
 .carousel-fade .carousel-inner .prev,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
     left: 0;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
 
 .single-slide-item h2 {
     color: #f8f8f8;
     font-size: 35px;
     margin: 50px 0 0 20px;
     text-transform: uppercase;
 }
 
 .single-slide-item h2 span {
     display: inline-block;
     padding: 0 12px;
     margin-bottom: 5px;
     background-color: #195197;
 }
 
 @media only screen and (max-width: 768px) {
     .single-slide-item h2 {
         font-size: 35px;
     }
 }
 
 .single-slide-item p {
     color: #fff;
     width: 80%;
     margin: 40px 0 0 20px;
 }
 
 @media only screen and (max-width: 768px) {
     .single-slide-item p {
         width: 100%
     }
 }
 
 .down-btn {
     height: 50px !important;
     width: 100%;
 }
 
 .floating {
     -webkit-animation-name: Floatingx;
     -webkit-animation-duration: 3s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: ease-in-out;
     -moz-animation-name: Floating;
     -moz-animation-duration: 3s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: ease-in-out;
 }
 /* carousel-controls */
 
 .carousel-indicators-slider {
     bottom: 30px !important
 }
 
 .carousel-indicators li {
     background: #d6d6d6;
     border-radius: 0;
     height: 14px;
     width: 10px;
     margin: 0 1px;
     border-color: #d6d6d6;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
 }
 
 .carousel-indicators li:hover {
     height: 24px;
 }
 
 .carousel-indicators .active {
     background: #195197;
     border-color: #195197;
     height: 28px;
     width: 10px;
 }
 
 .carousel-indicators .active:hover {
     height: 28px;
 }
 
 a.left.carousel-control {
     background-image: none;
 }
 
 a.right.carousel-control {
     background-image: none;
     width: 40%;
 }
 
 a.left.carousel-control:hover {
     cursor: url(../img/left-arrow.png), auto;
 }
 
 a.right.carousel-control:hover {
     cursor: url(../img/right-arrow.png), auto;
 }
 
 .carousel-control img {
     position: absolute;
     margin-top: -23px;
     top: 50%;
 }
 
 .carousel-control.left img {
     left: 15px;
 }
 
 .carousel-control.right img {
     right: 15px;
 }
 
 .carousel-control {
     width: 13%;
 }
 
 .carousel-control.left,
 .carousel-control.right,
 .carousel-control {
     opacity: 0;
     filter: alpha(opacity=0);
 }
 
 .carousel-control:hover,
 .carousel-control:focus {
     opacity: 1;
     filter: alpha(opacity=100);
 }
 /* animations */
 
 .carousel-fade .carousel-inner .item .single-slide-item h2 {
     -webkit-transform: translateX(2000px);
     -moz-transform: translateX(2000px);
     -ms-transform: translateX(2000px);
     -o-transform: translateX(2000px);
     transform: translateX(-2000px);
     -webkit-transition: all 1s ease .1s;
     -moz-transition: all 1s ease .1s;
     -ms-transition: all 1s ease .1s;
     -o-transition: all 1s ease .1s;
     transition: all 1s ease .1s;
 }
 
 .carousel-fade .carousel-inner .item.active .single-slide-item h2 {
     -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
     -ms-transform: translateX(0px);
     -o-transform: translateX(0px);
     transform: translateX(0px);
 }
 
 .carousel-fade .carousel-inner .item .single-slide-item p {
     -webkit-transform: translateX(2000px);
     -moz-transform: translateX(2000px);
     -ms-transform: translateX(2000px);
     -o-transform: translateX(2000px);
     transform: translateX(2000px);
     -webkit-transition: all 1s ease .1s;
     -moz-transition: all 1s ease .1s;
     -ms-transition: all 1s ease .1s;
     -o-transition: all 1s ease .1s;
     transition: all 1s ease .1s;
 }
 
 .carousel-fade .carousel-inner .item.active .single-slide-item p {
     -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
     -ms-transform: translateX(0px);
     -o-transform: translateX(0px);
     transform: translateX(0px);
 }
 
 .carousel-fade .carousel-inner .item .btn-home-slider {
     -webkit-transform: translateY(1000px);
     -moz-transform: translateY(1000px);
     -ms-transform: translateY(1000px);
     -o-transform: translateY(1000px);
     transform: translateY(1000px);
     -webkit-transition: all 1s ease .1s;
     -moz-transition: all 1s ease .1s;
     -ms-transition: all 1s ease .1s;
     -o-transition: all 1s ease .1s;
     transition: all 1s ease .1s;
 }
 
 .carousel-fade .carousel-inner .item.active .btn-home-slider {
     -webkit-transform: translateY(-0px);
     -moz-transform: translateY(-0px);
     -ms-transform: translateY(-0px);
     -o-transform: translateY(-0px);
     transform: translateY(-0px);
 }
 /*START STATIC SLIDER*/
 
 .home-static {
     position: relative;
     height: 100vh;
 }
 
 .home-static:before {
     background: rgba(0, 0, 0, 0.6);
     content: "";
     height: 100%;
     left: 0;
     opacity: 0.8;
     position: absolute;
     top: 0;
     width: 100%;
 }
 
 .home-static-text h2 {
     color: #f8f8f8;
     font-size: 60px;
     padding-top: 250px;
     margin: 0 0 20px;
     text-transform: uppercase;
 }
 
 .home-static-text h2 span {
     display: inline-block;
     padding: 0 12px;
     margin-bottom: 20px;
     background-color: #195197;
 }
 
 @media only screen and (max-width: 768px) {
     .home-static-text h2 {
         font-size: 30px;
     }
 }
 
 .home-static-text p {
     color: #fff;
     width: 50%;
     margin: 0 0 20px;
 }
 
 @media only screen and (max-width: 768px) {
     .home-static-text p {
         width: 100%
     }
 }
 
 .cd-intro h2 span {
     background-color: transparent !important;
 }
 /*END STATIC SLIDER*/
 
 .owl-carousel .owl-video-frame {
     position: relative;
     z-index: 1;
     width: 100%;
 }
 
 .video-wrapper {
     margin: 10px 0px
 }
 
 .videoinove.video-wrapper {
     margin-bottom: 70px
 }
 
 .video-wrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%
 }
 
 .video-wrapper {
     overflow: hidden;
     position: relative;
     position: relative;
     padding-bottom: 56.25%;
     height: 0
 }
 
 .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
     height: 0;
     top: 50%;
     transform: translateY(-50%)
 }
 
 .plyr .plyr__play-large {
     width: 52px;
     height: 52px;
     background: url("../img/icon-play.png") no-repeat center center;
     position: absolute;
     z-index: 31
 }
 
 .plyr .plyr__play-large svg {
     display: none
 }
 /* WHATSAPP FIXO */
 
 .whatsapp-fixo {
     position: fixed;
     right: 40px;
     width: 40px;
     height: 40px;
     bottom: 30px;
     z-index: 1000
 }
 
 .imgParceiro {
	 width: 256px;
     height: 67px;
 }