/*
Theme Name: ZEEV
Theme URI: http://zeev.pt
Author: ZEEV Energy in motion
Author URI: http://www.zeev.pt
Description: ZEEV
Version: 0.7.0
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

body {
  font-family: 'Raleway', sans-serif;

}
.py-5 {
    padding-bottom: 5rem!important;
}

.home-bg {
  color: #ffffff;
  background-color: #ffffff;
}

.noticias-tema{color: #133244;}

.white-bg-pages {
  background-color: white;
  color: black;
}

.header-zeev-top {
  position:fixed;
  width:100vw;
  height: 100px;
  background-color: #7eaf00;
  z-index:999;
}

.header-zeev-sec {
    min-height: 80px;
    position: absolute;
    background-color: transparent;
}
.navbar-brand{z-index:2001;}
.banner-secundary-pages {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: gray;
  min-height: 650px;
  z-index: -1;
}

.box {
  position: absolute;
  width: 100%;
  z-index: 1111;
}

.wrapper {
    padding-top: 195px;
    padding-bottom: 0px;
}

.wrapper-footer {
    padding-top: 90px;
    padding-bottom: 0px;
}

.logo-center-sec {
  margin-top: 58px;
  width: 150px;
}

.p-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.h1, h1 {
    font-size: 5.5rem;
    font-weight: 800;
    color: #7eaf00;
    line-height: 0.8;
}

.h2, h2 {
  color: white;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
}

.h3, h3 {
  color: #262261;
  font-weight: bold;
  text-transform: none;
  font-size: 4rem;
}

.h4, h4 {
  font-size: 2rem;
  color: #7eaf00;
}

.head-sub-text {
  font-size: 1rem;
  text-align: center;
  font-style: italic;
}

/* =========================================
         VERSÃO MOBILE SITE EVpower
============================================ */
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:30px;
	margin-bottom:15px;
	color:#7eaf00;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:14px;
	margin-bottom:15px;
	color:#133244;
}

#myCarousel .carousel-item a{
	background:#7eaf00; 
	font-size:14px; 
	color:#FFF; 
	padding:13px 32px;
	display:inline-block;
	}

#myCarousel .carousel-item a:hover{background:#abd04e; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 

#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 

#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}

#myCarousel .carousel-item .mask img{
	-webkit-animation-name:slideInRight; 
	animation-name:slideInRight; 
	display:block; 
	height:auto; 
	max-width:100%;}

#myCarousel h4, 
#myCarousel p, 
#myCarousel a, 
#myCarousel 
.carousel-item 
.mask img{
	-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }

#myCarousel .container {
	max-width: 1080px;
	}

#myCarousel .carousel-item{
	height:100%; 
	min-height:337px;
	}

#myCarousel{
	position:relative; 
	z-index:1;
	}

.carousel-control-next, .carousel-control-prev{
	height:40px; 
	width:40px; 
	padding:12px; 
	top:40%; 
	bottom:auto; 
	transform:translateY(-50%); 
	background-color: #7eaf00; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, 
.carousel-fade .carousel-item-prev.carousel-item-right, 
.carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}

.carousel-fade .carousel-item-left.active, 
.carousel-fade .carousel-item-next, 
.carousel-fade .carousel-item-prev, 
.carousel-fade .carousel-item-prev.active, 
.carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}



/* =========================================
         STYLE FORMULÁRIO
============================================ */

.form-control, .wpcf7-validation-errors, 
input[type=color], 
input[type=date], 
input[type=datetime-local], 
input[type=datetime], 
input[type=email], 
input[type=file], 
input[type=month], 
input[type=number], 
input[type=range], 
input[type=search], 
input[type=submit], 
input[type=tel], 
input[type=text], 
input[type=time], 
input[type=url], 
input[type=week], 
textarea {
	  font-weight: 600;
    text-transform: uppercase;
	  font-size: 0.8rem;
    display: block;
    width: 100%;
    padding: .775rem .75rem;
	  margin: .85rem 0;
    line-height: 1.5;
    color: #133244;
    background-color:#ffffff;
    background-clip: padding-box;
    border-bottom: 2px solid #ffffff;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea{
	height:43px;
}
.form-control, .wpcf7-validation-errors, select{
	display: block;
	font-weight: 600;
    padding: 0rem .75rem;
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.5;
    color: #133244;
    background-color: #ffffff;
    background-clip: padding-box;
    border-bottom: 2px solid #ffffff;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: calc(2.25rem + 6px)!important;
	margin: .85rem 0;
}

select:focus{
    color: #133244 ;
    background-color: #ffffff;
    outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0);
	border-bottom: 2px solid #ffffff;
}

.form-control:focus, 
.wpcf7-validation-errors:focus, 
input[type=color]:focus, 
input[type=date]:focus, 
input[type=datetime-local]:focus, 
input[type=datetime]:focus, 
input[type=email]:focus, 
input[type=file]:focus, 
input[type=month]:focus, 
input[type=number]:focus, 
input[type=range]:focus, 
input[type=search]:focus, 
input[type=submit]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
input[type=time]:focus, 
input[type=url]:focus, 
input[type=week]:focus,  
textarea:focus {
    color: #133244 ;
    background-color: #ffffff;
    outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0);
	border-bottom: 2px solid #ffffff;
}

input[type=text]::placeholder, 
input[type=email]::placeholder, 
select::placeholder, 
textarea::placeholder{
    font-weight: 600;
    text-transform: uppercase;
	font-size: 0.8rem;
	color:#133244;
	font-size:0.8em;
	text-transform: uppercase; 
}

input[type=submit] {
    color: #fff;
    background-color: transparent;
	border: 2px solid #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0px;
	width: 15%;
	
}

input[type=submit]:hover {
    color: #fff;
    background-color: #000000;
    color: #ffffff;
}

input[type=radio],input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
    color: #fff;
    background-color: #133244;
    border-color: #133244;
}

.newsletterInteresses input[type=checkbox] {
	position: relative;
    opacity: 0;
    left: 17px;
    top: -3px;
    z-index: 9999;
}

.newsletterRGPD input[type=checkbox] {
	position: relative;
    opacity: 0;
    left: 17px;
    top: -3px;
    z-index: 9999;
}

.newsletterInteresses input[type=checkbox] + span:before,
.newsletterRGPD input[type=checkbox] + span:before  {
  display: inline-block;
  position: relative;
  content: '';
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid #ffffff;
  margin-right: 7px;
}

.newsletterInteresses input[type=checkbox] + span:after{
    display: block;
    position: relative;
    /*content: '\2713';
    border-radius: 100%;*/
	background-color:#ffffff;
	color:#7eaf00;
    height: 8px;
    width: 8px;
    top: -18px;
    left: 18px;
    visibility: hidden;
    font-size: 16px;
}

.newsletterRGPD input[type=checkbox] + span:after {
    display: block;
    position: relative;
    /*content: '\2713';
    border-radius: 100%;*/
	background-color:#ffffff;
	color:#7eaf00;
    height: 8px;
    width: 8px;
    top: -35px;
    left: 18px;
    visibility: hidden;
    font-size: 16px;
}

.newsletterInteresses input[type=checkbox]:checked + span:before,
.newsletterRGPD input[type=checkbox]:checked + span:before {
    background: transparent;
/*     border-color: red; */
}

.newsletterInteresses input[type=checkbox]:checked + span:after,
.newsletterRGPD input[type=checkbox]:checked + span:after {
/*    background: #222; */
   visibility: visible;
}



.newsletterInteresses, .newsletterRGPD{
    color: #fff;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 1px;
}



enviar:hover {
    background-color: #133244;
    color: #ffffff;
}
.form-check-label {margin-bottom: 0; font-size: 0.8rem; font-weight: 600;}

.checkbox-opci{color:#ffffff; font-size: 0.8rem; letter-spacing: 0.05rem; font-weight: 600;}

 label {display: inline-block; margin: .7rem 0; font-size: 0.8rem; font-weight: 600;color: #ffffff;}
 
 .rc-anchor.rc-anchor-normal.rc-anchor-light {background: none !important; border: none !important; box-shadow: none !important;}
 .recaptcha-checkbox-border {width: 20px; height: 20px; border: none;}
 .rc-anchor-logo-img-portrait {background-size: 26px; height: 26px;}
 
 /*******************STYLE WPCF7 LANDING PAGE ENERGIA SOLAR********************/
 

#landing-page:focus{
	color: #233244;
	font-size:1em;
}

#landing-page__title{
	color: #699303;
	font-weight: 600;
	text-transform:uppercase;
	font-size:.9em;
	line-height: 2;
}

#landing-page__radioSelect{
	color: #699303;
	font-weight: 600;
	text-transform:uppercase;
	font-size:.8em;
	padding: 5px;
	margin: 5px;
	
}
 
 #landing-page{
    color: #233244;
    border: .1em solid #233244;
	font-weight: 600;
	text-transform:uppercase;
	font-size:.9em;
	padding: 8px 5px;
	margin: 5px;
}

#landing-page::-webkit-input-placeholder{	
    font-weight: 600;
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing:1px;
	color:#233244;
	opacity:0.6;
	}

#landing-page-btn {
    color: #699303;
    background-color: transparent;
	border: .1em solid #699303;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 0px;
	width: 35%;
	font-size: 0.8em;
} 
 
 /****************END WPCF7 LANDING PAGE ENERGIA SOLAR********************/
 

/********************************************END CONTACT RENTING CF/************************************/

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
    color: #93d500;
    border-color: #93d500;
    background-color: transparent;
    font-weight: bold;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover {
    background-color: #93d500;
    border-color: #93d500;

}

.bottom-text-sec {
  font-size: 1rem;
  text-align: center;
}

.artigos-area {
  font-weight: bold;
}

.artigos-area-img {
  margin-top: 20px;
}

.img-overlay-menu {
  position: relative;
}

.text-overlay-menu a {
  color: white;
  text-decoration: none;
}

.text-overlay-menu a:hover {
  color:#7eaf00!important;
}

.text-area-menu {
  color: white;
  font-size: 17px;
  text-align: left;
  padding-top: 20px;


}
 .text-overlay-menu {
  font-weight: bold;
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index:9999;
  width: 500px;
}
  .text-menu-loja-title a {
  font-weight: bold;
  color: white;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index:9999;
  text-decoration: none; 
  text-transform: uppercase; 
  font-weight: 600;
  width: 100%;
}
.text-menu-loja-subtitle a{
  font-weight: bold;
  color: white;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index:9999;
  text-decoration: none; 
  text-transform: uppercase; 
  font-weight: 100;
  font-size: .8em;
}

.text-overlay-menu-loja{
  line-height: 13px;
  position: absolute;
  color: white;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index:9999;
}
.text-overlay-eletric-big {
	font-weight: bold;
	color: white;
	font-size: 6rem;
	position: absolute;
	top: 25%;
	left: 5%;
	transform: translate(0%, -35%);
	-ms-transform: translate(0%, -35%);
	text-align: left;
}

.text-overlay-eletric-sm {
  font-weight: bold;
  color: #93d500;
  font-size: 3.5rem;
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translate(0%, 5%);
  -ms-transform: translate(0%, 5%);
  text-align: left;
}

.text-area-newsletter {
  font-weight: bold;
  color: white;
  font-size: 22px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 9px;
}

.text-footer {
  color: #93d500;
  font-weight: bold;
  font-size: 18px;
}

.btn-primary {
    color: #fff;
    background-color: #7eaf00;
    border-color: #7eaf00;
    font-weight: 500;
    font-size: 17px;
    border-radius: 0px;
    padding: 15px 40px;
    letter-spacing: 1px;
}

.btn-primary:hover {
  background-color: #709a03;
  border-color: #709a03;

}

.yikes-easy-mc-form input[type="text"] {
    padding: .5278em;
    background-color: transparent;
    border: 2px solid rgba(51,51,51,.1);
    display: block;
    -moz-box-sizing: border-box;
    margin-bottom: 8px;
}

.empty-label {
  display: none;
}

.text-footer a {
  color: #93D500;
}

.canvas-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0px;
}

.fixed-banner-top {
  position: absolute;
  top: 0px;
  z-index: -9;
}

#wrapper-footer-full, #wrapper-static-hero {
    background-color: transparent;
}

.logo-center {
  width: 150px;
  margin-top: 25px;
}


.hamburger {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
    padding: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    left: auto;
}

.hamburger__icon, .hamburger__icon::after, .hamburger__icon::before {
    display: block;
    width: 30px;
    height: 3px;
    background-color: white;
    -moz-transition-property: background-color,-moz-transform;
    -o-transition-property: background-color,-o-transform;
    -webkit-transition-property: background-color,-webkit-transform;
    transition-property: background-color,transform;
    transition-duration: .4s;
}

.fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(126,175,0,.9);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: .4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.fat-nav li {
    list-style-type: none;
    text-align: center;
    padding: 0px;
    font-size: 2em;
}

.fat-nav li a {
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.fat-nav ul {
  margin-top: 100px;
    display: block;
    vertical-align: middle;
    padding: 0;
    width: 100%;
}

.separator {
    position: relative;
}
.separator::before {
    content: '';
    display: block;
    margin: auto;
        margin-bottom: auto;
    left: 50%;
    height: 1px;
    width: 145px;
    bottom: -15px;
    background: #80bd01;
        background-color: rgb(128, 189, 1);
    transition: width .8s ease,background-color .8s ease;
    -webkit-transition: width .8s ease,background-color .8s ease;
    -o-transition: width .8s ease,background-color .8s ease;
    -ms-transition: width .8s ease,background-color .8s ease;
    -moz-transition: width .8s ease,background-color .8s ease;
    margin-bottom: 6px;
}
.separator::after {
    width: 247px;
    display: block;
    margin: auto;
    content: "";
    height: 2px;
    background: #80bd01;
        background-color: rgb(128, 189, 1);
    bottom: 0;
    left: 50%;
    transition: width .8s ease,background-color .8s ease;
    -webkit-transition: width .8s ease,background-color .8s ease;
    -o-transition: width .8s ease,background-color .8s ease;
    -ms-transition: width .8s ease,background-color .8s ease;
    -moz-transition: width .8s ease,background-color .8s ease;
}
.text-basic{
	font-size:0.9em;
	line-height:20px;
    text-align: justify;
	color:#616161;
	letter-spacing: 0.03em;
	padding:5px 0;
}

/*Interação Icons FORM*/

.cf7-form-icons {
    left: 0px;
    top: 24px;
    color: #ffffff;
}
.wpcf7-form-control-wrap {
    width: 100%;
}

.btn-outline-primary, .wpcf7 input[type=submit] {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: 2px solid #ffffff;
    font-weight: 500;
	width:30%;
}

.ult_design_1 .ult_pricing_table .ult_price_body {
    background: #ffffff;
}
.vc_btn4.vc_btn4-color-success.vc_btn4-style-outline {
    color: #133244;
    border-color: #133244;
    background-color: transparent;
    font-weight: bold;
}
.yikes-easy-mc-form input[type="text"], .yikes-easy-mc-form input[type="email"]{
    background-color: #000000;
	color:#000000;
    border: 2px solid rgba(51,51,51,.1);
    display: block;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 9px;
}
.yikes-easy-mc-form input[type="text"]::placeholder, .yikes-easy-mc-form input[type="email"]::placeholder{

	color:#133244;

}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    display: block;
    width: 100%;
    margin-top: .5em;
    min-height: 40px;
    padding: 8px;
    cursor: pointer;
}
.car-home{text-align:center;color:#ffffff;}
.car-home a{color:#ffffff; text-decoration:none;}
.car-home a:hover{color:#93d500;}

.table th, .table td {border-top: 1px solid #eee; }
.table-sm th, .table-sm td {padding: 0.5rem;}
.table thead th{text-align:center;}

summary {color: #93d500; font-weight: 500;}
summary:hover {color: #133244; font-weight: 500;}
.varIdioma {position: absolute;z-index: 99999; top: 27px;}
.varIdiomaSec {position:absolute; z-index:99999; top: 27px; left: 9px;}

ul.nav.nav-pills {justify-content: center;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #7eaf00;
    letter-spacing: .04em;
    border: 3px solid #7eaf00;
    font-weight: 600;
	background: none;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    border: 2px solid #7eaf00;
    color: #7eaf00;
    font-weight: 600;
    letter-spacing: .08em;
}

div#navbarDropdown {width: 100%;}

.dropdown-item.active, .dropdown-item:active {background-color: #93d500;}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon {border-color: #93d500;}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before {background-color: #93d500;}

.class-gdpr {
    color: #fff;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 600;
}

.class-gdpr__black {
    color: #000000;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 600;
}


/*****************************************
************* Pagina 404 ERROR ***********
******************************************/

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 910px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 220px;
  font-weight: 900;
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}

.notfound .home-btn, .notfound .contact-btn {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid transparent;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 18px;
  border-radius: 40px;
  margin: 7px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .home-btn:hover, .notfound .contact-btn:hover {
  opacity: 0.9;
}

.notfound .home-btn {
  color: rgba(127, 188, 3, 0.7);
  background: #fff;
}

.notfound .contact-btn {
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}

.notfound-social {
  margin-top: 25px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0px 6px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  color: rgba(127, 188, 3, 0.7);
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 182px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 146px;
  }
  .notfound .notfound-404 h1 {
    font-size: 146px;
  }
  .notfound h2 {
    font-size: 16px;
  }
  .notfound .home-btn, .notfound .contact-btn {
    font-size: 14px;
  }
}

/*****************************************
**********END Pagina 404 ERROR ***********
******************************************/

/*****************************************
**********MENSAGEM USADOS*****************
******************************************/

.iva-dedutivel:before {
    content: "IVA Dedutivel";
    position: absolute;
    padding:11px 15px;
    color: #ffffff;
    font-size: .8em;
    background: #7eaf00;
    font-weight: 600;
}

.usado-vendido:before {
    content: "VENDIDO";
    position: absolute;
    padding: 70px 40px;
    color: #ffffff;
    font-size: 1.6em;
    background-color: rgba(126, 175, 0, 0.8);
    font-weight: 600;
	top: 0;
	width: 98%;
    text-align: center;
	height: 59%;
}

.usado-reservado:before {
   content: "RESERVADO";
    position: absolute;
    padding: 11px 15px;
    color: #ffffff;
    font-size: .8em;
    background: #133244;
    font-weight: 600;
}
	
.usado-recente:before{
	content: "RECENTE";
    position: absolute;
    padding: 11px 15px;
    color: #ffffff;
    font-size: .8em;
    background: #f70000;
    font-weight: 600;
	
}

.onsale:before {
	content: "Campanha promocional";
	top: 1em;
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .402em;
    font-size: .8em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -5px;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #7eaf00;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    
}	

/*********************PERCENTAGEM BACK FRIDAY*********************/

.friday-30:before{
	content: "Black Friday - 30%";
    position: absolute;
    padding: 11px 15px;
    color: #7eaf00;
    font-size: .8em;
    background: #000000;
    font-weight: 600;
	
}
.friday-21:before{
	content: "Black Friday - 21%";
    position: absolute;
    padding: 11px 15px;
    color: #7eaf00;
    font-size: .8em;
    background: #000000;
    font-weight: 600;
	
}
.friday-23:before{
	content: "Black Friday - 23%";
    position: absolute;
    padding: 11px 15px;
    color: #7eaf00;
    font-size: .8em;
    background: #000000;
    font-weight: 600;
	
}
.friday-16:before{
	content: "Black Friday - 16%";
    position: absolute;
    padding: 11px 15px;
    color: #7eaf00;
    font-size: .8em;
    background: #000000;
    font-weight: 600;
	
}
.friday-20:before{
	content: "Black Friday - 20%";
    position: absolute;
    padding: 11px 15px;
    color: #7eaf00;
    font-size: .8em;
    background: #000000;
    font-weight: 600;
	
}
.friday-12:before{
	content: " Black Friday - 12%";
    position: absolute;
    padding: 11px 15px;
    color: #7eaf00;
    font-size: .8em;
    background: #000000;
    font-weight: 600;
	
}
.friday-scooter-novas:before{
	content: "Black Friday";
    position: absolute;
    padding: 11px 15px;
    color: #7eaf00;
    font-size: .8em;
    background: #000000;
    font-weight: 600;
	
}

/*********************PERCENTAGEM BACK FRIDAY*********************/


/*****************************************
**********END MENSAGEM USADOS*************
******************************************/



.font-faqs{font-size:13px;}
.ultb3-desc {margin-bottom: 28px;}
.cor-text-portfolio p {color: #133244;}


/*****************************************
**********HEADER GREEN DIAGONAL ***********
******************************************/

.separatorBorder {
    z-index: 1;
    display: block;
    float: left;
    margin-top: -60px;
	margin-bottom: 100px;
    width: 100%;
    background: #7eaf00;
    transform: skew(0deg,10deg);
    -ms-transform: skew(0deg,10deg);
    -webkit-transform: skew(0deg,-2deg);
}

.wrapperBorder {
    display: block;
    float: left;
    margin: -21px auto 98px;
    transform: skew(0deg,-5deg);
    -ms-transform: skew(0deg,-10deg);
    -webkit-transform: skew(0deg,-3deg);
}

/*****************************************
******ENGD HEADER GREEN DIAGONAL *********
******************************************/


/*****************************************
***************STYLE FOOTER **************
******************************************/
footer .footer_copy {
    border-top: 1px solid #ffffff;
}
footer .footer_copy .one {
    margin-bottom: 20px;
    padding-top: 30px;
    min-height: 33px;
}
.one.column {
    width: 98%;
} 

.column {
    float: left;
    margin: 0 1% 40px;
}

footer .footer_copy .copyright {
    float: left;
}

footer .footer_copy .social {
    float: right;
    margin-right: 20px;
}

.bg-grey {
        background: #7eaf00;
     }
     .logo-footer {
        margin-bottom: 40px;
     }
     footer {
            color:#ffffff;
     }
     footer p.text-contacts, a.link-contacts {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
     }
	 
    .fas{font-size:15px; padding-right:10px;}	 
footer h6 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 40px;
    position: relative;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer h6:after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
    
.form-footer input[type="text"] {
        border: none;
    outline: none;
    padding-left: 10px;
	width: 265px;
    height: 40px;
	display:inline-block;
	background:#ffffff;
    
}
::placeholder {
    font-size: 10px;
    padding-left: 10px;
}
 .form-footer input[type="button"] {
    border: none;
    background:#41976b;
        margin-left: -5px;
    color: #ffffff;
    outline: none;
    padding: 2px 12px;
	height: 41px;
	font-weight: 700;
}
     .social .fa {
    color: #7eaf00;
    font-size: 22px;
    padding: 10px 15px;
    background: #ffffff;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: #ffffff;
  text-decoration:none;
}
a{
	/*text-decoration: underline dotted black;*/
    color:#7eaf00;
}
a:hover {
    text-decoration: none;
    color: #133244 !important;
    
}
.logo-part {height: 100%;}
.linha-vertical{border-right: 1px solid #ffffff;}

/***********************SOCIAL***************/

/*------------------*/
.snip1472 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    width: 45px;
    margin: 4px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snip1472:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #ffffff;
    content: '';
    z-index: -1;
    border-radius: 50%;
}
.snip1472:before {
    color: #ffffff;
}
.snip1472:before,
.snip1472:after {
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.snip1472:hover,
.snip1472:active,
.snip1472.hover {
    color: #034001;
}
.snip1472:hover:after,
.snip1472:active:after,
.snip1472.hover:after {
    border-color: #034001 transparent #034001 transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*****************************************
***************END STYLE FOOTER **********
******************************************/


/*****************************************
******STYLE CARROS PÁGINA INTREMEDIA *****
******************************************/

.listing-car-item-meta {padding-top: 3px;}
.car-meta-top {background: #7eaf00;}
.listing-car-item-meta .price {position: relative; float: right; padding: 8px 10px 8px 11px; margin-left: 0	px; background-color: #7eaf00; text-align: right;}
.listing-car-item-meta .price:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -7px;
    height: 100%;
    width: 4px;
    background-color: #ffffff;
    -webkit-transform: skew(-18deg,0deg);
    transform: skew(-18deg,0deg);
    z-index: 5;
}
.listing-car-item-meta .price .normal-price{
	color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
	position: relative;
    z-index: 6;
}
.listing-car-item-meta .car-title {
    min-height: 36px;
}

.listing-car-item-meta .car-title {
    color: #ffffff;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 8px;
}

.car-meta-bottom {
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

.car-meta-bottom ul {
    padding: 2px 0 30px;
}

.car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 1px;
    color: #133244;
    vertical-align: middle;
	font-weight: 500;
}
.car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px;
}
.car-meta-bottom ul li i {
    margin-right: -1px;
    font-size: 13px;
    color: #133244;
    vertical-align: middle;
}

.car-meta-bottom ul li i {
    margin-top: 5px;
    margin-right: 2px;
    float: left;
}
.stm-rental-door:before {
    content: "\e90a";
}

@media (min-width: 768px){
.col-md-3 {
    padding-right: 4px;
    padding-left: 4px;
}
}

/*****************************************
***END STYLE CARROS PÁGINA INTREMEDIA ****
******************************************/

p.titulo_form {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    background-color: #7eaf00;
    padding: 8px 0;
    margin: 8px 0 0px;	
}

p.titulo-preco-renting{
    color: #133244;
	font-size: 0.8em;
    letter-spacing: 0px;
    border: 2px solid #7eaf00;
    padding: 10px 7px;
    margin: 0px 0px 41px;
	text-align:center;
	
}
p.titulo-preco-renting span.preco{
   font-weight:800;
   color:#7eaf00;
   font-size: 1.1em;
}

p.titulo-preco-renting span.iva{
   font-size:0.7em;
   font-weight: 600;
}

p.titulo_form_usados {
    color: #133244;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    padding: 16px 8px;
    margin: 8px 0;
    display: inline-block;
}
p.titulo_preco {
    display: inline-block;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    padding: 12px 17px;
    margin: 8px 0;
    float: right;
    background: #7eaf00;
}

p.titulo_numero {
    color: #7eaf00;
    text-align: center;
    padding: 15px 0 0px;
    font-size: 40px;
    font-weight: 900;
    margin: 8px 0;
}

p.titulo.descricao {
    color: #133244;
    font-size: 0.6em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: montserrat;
    letter-spacing: 0.03em;
}

span.medidas {
    font-size: 0.4em;
}

p#breadcrumbs {
    margin: 20px 0px;
    padding: 30px 0px;
}

p#breadcrumbs span a {
    color: #7eaf00;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
}

p#breadcrumbs span a:hover {
    color: #133244!important;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
}

span.breadcrumb_last {
    font-size: 0.8em;
    color: #133244;
    font-weight: 800;
    letter-spacing: 0.04em;
	text-transform:uppercase;
}

.swal-footer {
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    padding: 0px;
}

.swal-modal {top: 42%;}

.swal-content {
    padding: 0px; /*predefinido 0 20px*/
    margin-top: 0px; /*predefinido 20px*/
    font-size: medium;
    color: #133244;
}

.swal-modal button {background-color: #7eaf00!important; margin:12px 5px 0 5px;}

.swal-title {
    color: #7eaf00!important;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
}

.flex-caption p {display:none;}
h2.post-title{
	font-size:.9em;
	line-height:1.5;
}

.vc_gitem-animate-goTop20 .vc_gitem-post-data-source-post_title div {
    font-size: 13px!important;
}

@media only screen and (max-width: 600px) {
	p#breadcrumbs {margin: 0;padding: 0;}
	.wrapper {padding-top: 157px}
	.text-overlay-menu {font-size: 1.5rem;}
	.text-overlay-menu-loja{font-size: 1rem; top: 51%;}
	.yikes-easy-mc-form label.label-inline {width: 100%;}
	.title-news{font-size:1.5rem;}
	.yikes-easy-mc-form label { display: inline-block; margin-bottom: .5em; width: 100%;}
	.yikes-easy-mc-form .yikes-easy-mc-submit-button {display: block; width: 100%; margin-top: .5em; min-height: 40px; padding: 10px; cursor: pointer;}
	/*Links footer*/
	.footer-links{list-style: none; margin: 0; text-align:center;}
	.footer-links a{display:inline-block; text-decoration:none; font-size:0.7em; color:#93d500;}
	
	.container-wpcf7{width:100%; margin:0 auto; padding: 0 15px;}
	.postcarga-caract{width:100%; margin:0 auto;}
	/*Usados Rang Slide Mobile */
	.ult-rs-wrapper {margin: 0px auto;}
	/*Titulo News*/
	.news-title{font-size: 1.4rem; font-weight: bold;}
	.text-pcarga{ font-size: 0.8em; padding: 0px 10px; color: #ffffff; text-align: justify;}
	.varIdioma {position: absolute;z-index: 99999;top: 113px;left: 31%; display: none;}
	.varIdiomaSec {position:absolute; z-index:99999;top: 113px;left: 31%; display: none;}
	.text-menu-loja-title a {
	  color: white;
	  top: 7%;
	  left: 50%;
	  font-size:.6em;
	  font-weight:600;
	}
	.text-menu-loja-subtitle a{
	  color: white;
	  position: absolute;
	  top: 23%;
	  left: 50%;
	  font-weight: 100;
	  font-size: .5em;
	}
  .fat-nav li a {font-size: 16px;}
  .nav-link {padding: .4rem 1rem;}
  
/****************************
***Página Inicio Mobile ****
****************************/
header.major {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    margin-bottom: 2em;
}

  .tiles article {
    height: 8em;
    width: 100% !important;
	padding: 2em 1.5em 1em 1.5em;
    height: 6em;
    max-height: none;
    min-height: 0;
}
header.major > :first-child {
    margin-bottom: 0;
    width: calc(100% + 0.5em);
}

.tiles article h3 {font-size: 1.5em; color: #7eaf00;font-family: "Source Sans Pro", Helvetica, sans-serif;}
.tiles article h3 a.link {text-decoration: none;}
header.major > :first-child:after {
    content: '';
    background-color: #7eaf00;
    display: block;
    height: 2px;
    margin: 0.3em 0 0.2em 0;
    width: 100%;
}

header.major > p {
    font-size: 0.6em;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #7eaf00;
}

.wrapper-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}
.col-newsletter-hidden .social {padding-bottom: 13px;}
.col-informacoes-hidden {display: none;}
.col-newsletter-hidden h6 {display: none;}
div#mc_embed_signup {display: none;}
.col-md-6.col-newsletter-hidden p {display: none;}
.copyright {font-size: .94em;}
footer .footer_copy .social {float: none;padding: 28px 0px 0px;text-align: center;}
footer .footer_copy .one {padding-top: 18px;}
.py-5 {padding-bottom: 7rem!important;}
p.titulo_form {letter-spacing: 1px; font-size: 0.7em;}

}

@media only screen and (min-width: 600px) {
	p#breadcrumbs {margin: 0;padding: 0;}
	.text-overlay-menu {font-size: 1.9rem;}
    .text-menu-loja a {font-size: 1.9rem; min-width:100%; top: 35%;}
	.text-overlay-menu-loja{font-size: 1.4rem; top: 51%;}
	 .yikes-easy-mc-form label { display: inline-block; margin-bottom: .5em; width: 100%;}
	.yikes-easy-mc-form .yikes-easy-mc-submit-button {display: block; width: 100%; margin-top: .5em; min-height: 40px; padding: 10px; cursor: pointer;}
	/*Links footer*/
	.footer-links{list-style: none; margin: 0; text-align:center;}
	.footer-links a{display:inline-block; text-decoration:none; font-size:0.8em; color:#93d500;}
	
	/*Titulo News*/
    .news-title{font-size: 2rem; font-weight: bold;}
	.text-pcarga{ font-size: 0.8em; padding: 0px 20px; color: #ffffff; text-align: justify;}

	
/****************************
***Página Inicio Mobile ****
****************************/
header.major {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    margin-bottom: 2em;
}

  .tiles article {
    height: 8em;
    width: 100% !important;
	padding: 2em 1.5em 1em 1.5em;
    height: 6em;
    max-height: none;
    min-height: 0;
}
header.major > :first-child {
    margin-bottom: 0;
    width: calc(100% + 0.5em);
}

.tiles article h3 {font-size: 2.2em; color: #7eaf00;font-family: "Source Sans Pro", Helvetica, sans-serif;}
.tiles article h3 a.link {text-decoration: none;}
header.major > :first-child:after {
    content: '';
    background-color: #7eaf00;
    display: block;
    height: 2px;
    margin: 0.3em 0 0.2em 0;
    width: 100%;
}

header.major > p {
    font-size: .8em;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #7eaf00;
}

.wrapper-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}
}

@media only screen and (min-width: 992px) {
	
.text-overlay-menu {font-size: 2.5rem;}
.text-menu-loja a {font-size: 2.5rem; top:27%}
.text-overlay-menu-loja{font-size: 1.9rem; top: 55%;}

.yikes-easy-mc-form label {display: inline-block; margin-bottom: .5em; width: 39%;}
.yikes-easy-mc-form .yikes-easy-mc-submit-button { display: inline-block; width: 16%; min-height: 38px; margin-top: -1px; padding: 7px; cursor: pointer;}

.container-wpcf7{width:70%; margin:0 auto;}

/*Titulo News*/
.news-title{font-size: 3rem; font-weight: bold;}

.text-pcarga{ font-size: 0.8em; padding: 0px 123px; color: #ffffff; text-align: justify;}
} 

@media (min-width: 1200px){
.container {
    max-width: 1200px;/*predefinido 1140px*/
}
}