
*{
	outline: none!important;
}

html{
	scroll-behavior: smooth
}
html:target{
	scroll-margin-top: 4.5em
}	

body{
	font-family: 'Montserrat', sans-serif;
	color:#313131;	
	line-height: 1.5;
}
/* width of the entire scrollbar */
body::-webkit-scrollbar {
  width: 12px;               
}

/* color of the tracking area */
body::-webkit-scrollbar-track {
  background: #f1f1f1;        
}

/* color of the scroll thumb */
body::-webkit-scrollbar-thumb {
 
  /* color of the scroll thumb */
  background-color: #7eb541;    
  
  /* roundness of the scroll thumb */
  border-radius: 0px;       

  /* creates padding around scroll thumb */
  /*border: 3px solid orange;  */
}



img{
	max-width: 100%;
	height: auto;
}
section{
	padding: 60px 0;
}
a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: unset;
	opacity: 1;
}
a.link{
	color: #7eb541;
    font-weight: 600;;
}
a:hover, a:focus{
	text-decoration: none;
	color: unset;
	opacity: 0.7;
}
input, textarea, select, button{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	resize: none;
}
input[type="submit"]{
	cursor: pointer;
}
select{
	background: transparent url(../svg/down-arrow.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 98% 14px;
}
textarea{
	resize: none;
}
figure.full-width{
	margin: 0 calc(50% - 50vw);
    max-width: calc(100vw - 10px);
    width: 100vw;
    position: relative;
}
figure.full-width img{
	/*margin: 0 calc(50% - 50vw);*/
    /*max-width: calc(100vw - 10px);*/
    width: 100vw;
    min-height: 300px;
    object-fit: cover;
    /*position: relative;*/
}
figure.full-width figcaption{
	position: absolute;
	bottom: 30px;
	left: 10%;
	font-size: 38px;
	text-transform: uppercase;
	font-family: 'IBM Plex Serif', serif;
	color: #393939;
}
figure.full-width figcaption strong{
	color: #7eb541 ;
}
/*button wordpress gutenberg*/
.wp-block-buttons .wp-block-button{
	width: 100%;
}
.wp-block-buttons .wp-block-button .wp-block-button__link{
	display: block;
	max-width: 130px;
	text-transform: uppercase;
    height: auto;
    margin: 10px auto;
	border-radius: 2px;
    background: #7eb541;
    color: #fff;
    text-align: center;
    font-size: 15px;
  	padding: 6.75px 15px;
}
.no-padding{
	padding: 0px;
}
.no-padding.margin-negative{
	margin-top: -50px;
}




.shadow-card a,
.btn-speed{
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 3px solid transparent;
	padding: .675rem 1.5rem;
	line-height: 1.5;
	border-radius: 2px;
	transition: all .15s ease-in-out;
	letter-spacing: .2em;
	text-transform: uppercase;
	background-color: #7eb541;
	border-color: #7eb541;
	margin: 20px 0;
	color: #fff;
}
.btn-speed:hover{
	color: #fff;
	background-color: #96c346;
	border-color: #96c346;
}

.bg-gray{
	background: #F5F5F5;
}
.shadow-card {
	background: #fff;
	box-shadow: 0 0 5px #b8b8b8;
	margin: 30px 0;
}
.shadow-card .row{
	margin: 0;
}

.shadow-card-home .shadow-card .text-card {
	padding: 12% 10%;
}
.shadow-card-home .shadow-card .text-card h2,
.shadow-card-home .shadow-card .text-card p{
	margin-bottom: 30px;
}
/*hytPlayerWrap card YT*/
.hytPlayerWrapOuter .hytPlayerWrap iframe{
	max-width: 100%;
	margin: 0 auto;
    height: auto;
    min-height: 310px;
}	
.wp-block-embed__wrapper iframe{
	max-width: 100%;
	margin: 0 auto;
    height: auto;
    min-height: 310px;
}
.row-flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
.row-flex.inverse{
	flex-direction: row-reverse;
}
.div-flex{
	display: flex;
}
.div-flex.flex-center{
	align-items: center;
}

.text-card{
	padding: 5rem 3.3rem;
}
.text-card h2{
	font-weight: lighter;
}
.font-lighter{
	font-weight: lighter;
}
.img-card{
	width: 40%;
	background-size: cover;
	background-position: center center;
	height: auto;
	min-height: 100%;
}
.txt-card{
	width: 59%;
}


/*Home New*/
main.new-home{}

/*****************/
main.new-home .cards-items{}
main.new-home .cards-items .container{}
main.new-home .cards-items .container .row{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
main.new-home .cards-items .container .row [class^=col-]{
	margin-bottom: 30px;
}
main.new-home .cards-items .container .row [class^=col-] .container-cards-repeater{
    height: 100%;
	/*min-height: 250px;*/
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: linear-gradient(#3b3b3b, #8f8f8f);
    transition: all 300ms ease-in-out;

    padding: 30px;
    /*color: #fff;*/
}
main.new-home .cards-items .container .row [class^=col-] .container-cards-repeater:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to right, #D3D3D3, #fbfbfb36);*/
    z-index: 0;
}
main.new-home .cards-items .container .row [class^=col-] .container-cards-repeater:hover{
	background-size: 110%;
}
main.new-home .cards-items .container .row [class^=col-] .container-cards-repeater .content{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

    border: 1px solid #fff;
    padding: 9% 6%;
    z-index: 1;
    min-height: 210px;

    color: #fff;
    font-family: 'IBM Plex Serif';
    font-size: 30px;
}
main.new-home .cards-items .container .row [class^=col-] .container-cards-repeater .content a:not(.btn-home){
	display: block;
	width: 100%;
}
main.new-home .cards-items .container .row [class^=col-] .container-cards-repeater .content p{
	text-shadow: 2px 2px #363636;
}
/******************/


.img-card-new{
	width: 100%;
	background-size: cover;
	background-position: center center;
	height: auto;
	min-height: 500px;
}
.txt-card-new{
	width: 30%;
	color: white;
	text-align: center;
}


.home-products{}
.home-products .container{}
.home-products .container .row{}
.home-products .container .row [class^=col-]{}
.home-products .container .row [class^=col-] a{}
.home-products .container .row [class^=col-] a img{
	display: block;
	/*max-height: 260px;*/
	width: auto;
	margin: 0 auto;
	object-fit: contain;
}

.home-products .container .row {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: -20px;
	margin-bottom: -20px;
}

#container-products-home {
	margin-top: -60px;
}

.speed-comercial.shadow-card-home{}
.speed-comercial.shadow-card-home .shadow-card{}
.speed-comercial.shadow-card-home .shadow-card .row.row-flex{}
.speed-comercial.shadow-card-home .shadow-card .row.row-flex .img-card-new{}
.speed-comercial.shadow-card-home .shadow-card .row.row-flex .img-card-new .container{
	height: 100%;
}
.speed-comercial.shadow-card-home .shadow-card .row.row-flex .img-card-new .container {
    width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.speed-comercial.shadow-card-home .shadow-card .row.row-flex .img-card-new .container .text-card-new{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	color: #fff;
	position: relative;
    border: 1px solid #fff;
    padding: 9% 30%;
    margin: 20px;
    z-index: 1;
}
/*.speed-comercial.shadow-card-home .shadow-card .row.row-flex .img-card-new .container:after {
   	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000000, #fbfbfb36);
    z-index: 0;
}*/

.form-home-new {
	min-height: 320px;
	background-color: #d3d3d3;
	margin-bottom: -10px; 
	margin-top: 30px; 
}
.form-home-new .container {
	margin-top: -30px
}

.form-home-new h1{
	color: #F04824;
    font-family: 'IBM Plex Serif';
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: .1em;
}

.form-home-new p{
	text-align: center;
}

.stay-connected {
	text-align: center;
}

#gform_submit_button_4 {
	font-family: 'Open Sans', sans-serif!important;
	display: inline-block;
	font-weight: 700!important;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 3px solid transparent;
	padding: 0.675rem 1.5rem;
	line-height: 1.5;
	border-radius: 2px;
	transition: all .15s ease-in-out;
	letter-spacing: .2em;
	text-transform: uppercase;
	background-color: #7eb541;
	border-color: #7eb541;
	margin: 20px 0;
	color: #fff;
}

#gform_submit_button_4:hover {
	opacity: 0.7;
  background-color: #7eb541;
}

.main .container .row .title-page-new h2 {
	color: #F04824;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	font-family: 'IBM Plex Serif';
	letter-spacing: .1em;
	margin-bottom: -20px;
	margin-top: -50px;
}

.btn-home{
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 3px solid transparent;
	padding: .675rem 1.5rem;
	line-height: 1.5;
	border-radius: 2px;
	transition: all .15s ease-in-out;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #7eb541;
	border-color: #7eb541;
	/*margin: 20px 0;*/
	color: #fff;
	font-size: 10px;
	margin: 10px;
}

.btn-home:hover{
	/*color: #fff;*/
	/*background-color: #de350f;*/
	/*border-color: #d2330e;*/
}



.main{
	padding: 50px 0 0;
}
.main .title-main{
	margin: 0 0 50px;
	font-weight: lighter;
	text-align: center;
}
.main p{
	font-size: 16px;
	font-weight: 100;
	line-height: 24px;
	margin-bottom: 20px;
}
.main h2{
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 20px;
}

.header-top{
	background: #7eb541;
	position: relative;
	color: #fff;
}
.header-top .row-flex {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
}

.header-top ul{
	padding: 0;
}
.header-top ul.menu-topo-sites{
	padding: 6px 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.header-top ul.menu-topo-sites li{
	width: calc(100% / 2);
	text-align: center;
	/*font-size: 12px;*/
	font-size: 1.33rem;
	padding: 0 3px;
	position: relative;
	transition: all 300ms ease-in-out;
}
.header-top ul.menu-topo-sites li.active{
	/*opacity: 0.5;*/
}
.header-top ul.menu-topo-sites li:hover:after{
	/*width: 100%;*/
	opacity: 1;
}
.header-top ul.menu-topo-sites li.active:after{
	/*width: 100%;*/
	opacity: 1;
}
.header-top ul.menu-topo-sites li:after{
	content: "";
	position: absolute;
	bottom: -10px;
	opacity: 0;
	width: 100%;
	height: 3px;
	display: block;
	background-color: #7eb541;
	transition: all 300ms ease-in-out;
}
.header-top ul.menu-topo-sites li.active a.disabled {


}
/*.header-top ul.menu-topo-sites li a{

}*/
.header-top ul.menu-topo-sites li.active a{
	font-weight: 800;
  	
  	pointer-events: none;
  	/*cursor: default;*/
	cursor: not-allowed 20 20;
}

.header-top .menu-topo{
	float: right;
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
.header-top .menu-topo li{
	display: inline-block;
	padding: 0 10px;
}
.header-top .menu-topo li a{
	font-size: 12px;
	color: #fff;
}
.header-top .language {
	width: 20px;
	position: relative;
}
.header-top .language .icon-language {
	width: 18px;
	height: 18px;
	display: block;
	cursor: pointer;
}
.header-top .language .icon-language svg{
	width: 100%;
	fill: #fff;
}
.header-top .language:hover .sites {
	overflow: initial;
	height: initial;
}
.header-top .language .sites{
	width: 100%;
	height: 20px;
    background: #F2F2F2;
	padding: 0 10px;
	position: absolute;
    top: -7px;
    right: 0;
    overflow: hidden;
    z-index: 2;
}
.header-top .language .sites:hover{
}
.header-top .language .sites ul{
	padding: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}
.header-top .language .sites ul li.current-site{
	order: 1;
	margin-bottom: 10px!important;
}
.header-top .language .sites ul li{
	width: 100%;
	color: #939393;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	order: 2;
}
.header-top .language .sites ul li span{
	margin-right: 5px;
	vertical-align: -1px;
} 
.header-top .social a {
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
	color: #fff;
}
.header-top .social:before {
	content: "|";
	font-size: 12px;
	color: #939393;
	display: inline-block;
	position: relative;
	top: -2px;
	opacity: 0.5;
}



.header-menu{
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	transition: all 100ms ease-in-out;
}

/*MENU 2021*/
.header-menu.sticky {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
/*MENU 2021*/

/*header.sticky {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}*/

.header-menu .logo{
	float: left;
}
.header-menu #menu{
	float: right;
	padding: 0;
}
.navbar{
	padding: 25px 0;
	margin: 0;
	border: 0;
	position: relative;
}
.navbar-nav{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.navbar-nav > li{
	position: unset;
	margin-left: 10px;
}
.navbar-nav > li:first-child{
	margin-left: 0;
}
.navbar-nav > li > a{
	font-size: 16px;
}
.navbar-nav > li > a:after,
.nav .open > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 3px;
	background-color: #7eb541;
	width: 0;
	content: ' ';
	margin: 0;
	transition: all .50s ease-in;
	margin-left: 15px;
}
.navbar-nav > li.current_page_item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.open > a:after{
	width: calc(100% - 30px) ;
}
.nav > li > a:focus, 
.nav > li > a:hover,
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover{
	background: #ffffff;
	color: #262626;
}
.navbar div[class^=col-]{
	position: unset;
}
.navbar-nav > li.menu-item-has-children > ul.open {
	display: inline-flex;
	justify-content: space-around;
}
.dropdown-menu:before{
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	top: -45px;
	left: 0;
}
.dropdown-menu{
	width: 100%;
	max-width: 100vw;
	border: 0;
	box-shadow: 0 10px 5px rgba(0,0,0,0.05);
	margin: 0;
	background: #fff;
	border-radius: 0;
	flex-wrap: wrap;
}
.dropdown-menu > li > a > span{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}


.navbar li.open .dropdown-menu{
	display: inline-flex;	
	padding: 0 8%;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.dropdown-menu li{
	display: flex;
	align-items: flex-end;
}
.dropdown-menu li a{
	padding: 25px;
	text-align: center;
}
#menu-item-223.dropdown-menu li a img{
	width: 150px;
}


.dropdown-menu li a img{
	display: block;
    margin: 25px auto;
    width: auto;
    max-height: 80px;

    /*width: auto;
    height: 60px;
    border-radius: 5px;
    background: #f0fbff;
    padding: 5px;*/


}
.dropdown-menu li a span{
	width: 100%;
}


.navbar li.home-products a img{
	max-height: initial;
}

.navbar li.home-products .dropdown-menu{
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	padding-bottom: 40px;
	padding-top: 30px;
	max-width: 100%;
}

.navbar li.home-products .dropdown-menu li{
	width: auto;
    text-align: center;
    max-width: 220px;
}
.navbar li.home-products .dropdown-menu li a {
	padding: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.navbar li.home-products .dropdown-menu li a span{
	text-transform: uppercase;
	color: #7eb541;
	font-size: 16px;
	font-weight: bold;
}
.navbar li.home-products .dropdown-menu li a img {
	width: 60%;
	height: auto;
	margin: 0;
}
.navbar li.home-products .dropdown-menu li.banner-menu{
	width: 30%;
	max-width: 618px;
	position: relative;
}
.navbar li.home-products .dropdown-menu li.banner-menu > a{
	padding: 0;
	position: relative;
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
}
.navbar li.home-products .dropdown-menu li.banner-menu > a span{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 14px;
	font-weight: 100;
	color: #ffffff;
}
.navbar li.home-products .dropdown-menu li.banner-menu > a img{
	width: 100%;
	height: 100%;
	max-height: initial;
	margin: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.search-menu{
	padding-left: 20px;
}
.search-menu span{
	display: block;
	cursor: pointer;
}
.search-menu span:before{
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	background: #7eb541;
	mask-image: url(../svg/search-icon.svg);
	-webkit-mask-image: url(../svg/search-icon.svg);
	transition: content 200ms ease-in-out;
}
/*.search-menu.active span:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
   	font-family: FontAwesome;
	content: "\f259";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	display: inline-block;
	cursor: pointer;
	color: #7eb541;
	text-align: center;
	background: #ffffff;
	-webkit-mask-image: none;
}
*/
.search-menu.active span:before{
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	background: #7eb541;
	mask-image: url(../svg/close-icon.svg);
	-webkit-mask-image: url(../svg/close-icon.svg);
	transition: content 200ms ease-in-out;
}
header{
	position: relative;
}
.busca-header{
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background: #fff;
	padding: 15px 5px;
	display: none;
	z-index: 999;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
}
.busca-header form{
	position: relative;
	
}
.busca-header form input{
	width: 100%;
	border: 0;
	background: transparent;
	padding: 15px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	border: 1px solid #E6E6E6;
}
.busca-header form button{
	position: absolute;
	border: 0;
	background: 0;
	color: #7eb541;
	top: 15px;
	right: 15px;
}


/*modal languages*/
.modal-languages{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
.modal-languages .overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}
.modal-languages .content-languages{
	width: 60%;
	height: 85%;
	padding: 5vh;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
.modal-languages .content-languages h2{
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 30px;
	margin-top: -5px;
	text-transform: uppercase;
}
.modal-languages .content-languages .languages-grid{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
.modal-languages .content-languages .maps img {
	max-height: 180px;
	margin: 0 auto;
}
.modal-languages .content-languages .languages-grid .region{
	width: calc(100% / 3);
}
.modal-languages .content-languages .languages-grid .region p{
	margin-bottom: 5px;
}
.modal-languages .content-languages .languages-grid .region h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.modal-languages .content-languages .languages-grid .region p a{
	color: #FF7D5F;
}
.modal-languages .content-languages .languages-grid .region p a:after{
	content: "|";
	display: inline-block;
	margin: 0 5px;
	color: #3d3d3d;
}
.modal-languages .content-languages .languages-grid .region p a:last-child:after{
	content: none;
}


.banner{
	position: relative;
}

.banner .slick-arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 45px / 2);
	z-index: 999;
	transform: rotate(45deg) skew(5deg, 0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner .slick-arrow:hover{
	border-color: #FF7D5F;
}
.banner .i-next.slick-arrow {
	right: 30px;
	border-left: 0;
	border-bottom: 0;
}
.banner .i-prev.slick-arrow {
	left: 30px;
	border-right: 0;
	border-top: 0;
}

.banner-item{
	background-position: center center;
	background-size: cover;
}
.banner-item{
	color: #fff;
}
.banner-item-content{
	min-height: 500px;
	height: 90vh;
	display: flex;
	align-items: center;
	padding: 25px 0;
}
.banner-item-content .row{
	width: 100%;
}
.banner-item-content h2{
	font-weight: lighter;
	font-size: 34px;
}




.home-products .text-intro span, .home h2{
	/*font-size: 1.7em;*/
	font-size: 36px;
}
.slick-dots,
.home-products .slick-dots {
   position: absolute;
   bottom: -50px;
   width: 100%;
   padding: 0;
   margin: 0;
   list-style: none;
   text-align: center;
   z-index: 9;
}
.slick-dots li,
.home-products .slick-dots li {
   position: relative;
   display: inline-block;
   width: 20px;
   height: 20px;
   margin: 0 5px;
   padding: 0;
   cursor: pointer;
}
.slick-dots li button,
.home-products .slick-dots li button {
   font-size: 0;
   line-height: 0;
   display: block;
   width: 20px;
   height: 20px;
   padding: 5px;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: none;
   background: transparent;
   display: inline-block;
}
.slick-dots li.slick-active button:before,
.home-products .slick-dots li.slick-active button:before {
   opacity: 1;
   color: black;
   width: 20px;
   height: 10px;
   top: 0;
   background: #7eb541;
   transition: all 400ms ease-in-out;
}
.slick-dots li button:before,
.home-products .slick-dots li button:before {
   font-size: 6px;
   line-height: 20px;
   position: absolute;
   top: 6px;
   left: 0;
   width: 20px;
   height: 5px;
   content: ' ';
   text-align: center;
   opacity: 1;
   background: #E2E2E2;
}
.home-products [class^="arrow-"] {
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}
.home-products .arrow-prev{
	left: 0px
}
.home-products .arrow-next{
	right: 0px
}
.home-products .slick-arrow {
	color: #C3C3C3;
	cursor: pointer;
	font-size: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-products .slick-arrow:hover{
	color:#7eb541;
}
.home-products .slick-arrow.slick-disabled{
	opacity: 0.2;
}

.home-products .row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.home-products .slider-products:not(.slick-initialized) {
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.slider-products:not(.slick-initialized) {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-top: 20px;
}
.slider-products:not(.slick-initialized) .slider-products-item{
	width: calc(90% / 3);
}
.slider-products .slider-products-item .product-title{
	margin-bottom: 10px;
}
.slider-products .slider-products-item .machine-review-count{
	width: 100%;
	position: relative;
	font-size: 13px;
	display: block !important;
}
.slider-products .slider-products-item .machine-review-count .machine-review-rating{
	display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 20px;
	margin-right: 8px;
}
.slider-products .slider-products-item .machine-review-count .machine-review-rating .machine-review-rating-on{
	display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 2px;
    color: #7eb541;
    z-index: 10;
}
.slider-products .slider-products-item .machine-review-count .machine-review-rating .machine-review-rating-off{
	color: #b7b7b7 !important;
	position: relative;
	top: 2px;
}


/*Footer*/
.main-footer{
	background: #363839;
	color: #fff;
	padding: 50px 0 10px;
}
.main-footer h5{
	font-weight: 700;
}
.main-footer h5:after{
	content: '';
	width: 50px;
	display: block;
	height: 2px;
	background: #fff;
	margin: 10px 0;
}

ul.menu-footer {
	width: 100%;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
ul.menu-footer > li {
	padding: 0 50px;
}
ul.menu-footer > li > a {
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
ul.menu-footer > li > a:hover {
	
}
ul.menu-footer > li > a::after {
	content: '';
	width: 50px;
	display: block;
	height: 2px;
	background: #fff;
	margin-top: 20px;
}
ul.menu-footer > li > ul.sub-menu {
	width: 100%;
	padding: 0;
	list-style: none;
}
ul.menu-footer > li > ul.sub-menu > li {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
ul.menu-footer > li > ul.sub-menu > li > a {
	display: block;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0.5px;
}
ul.menu-footer > li > ul.sub-menu > li > a:hover {
	color: #7eb541;
}

.footer-back{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0 10px;
	margin-top: 20px;
	border-top: 2px solid #707070;
}
.footer-back p{
	margin: 0;
}
.footer-back p.copy{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.footer-back .share a,
.footer-back .terms a{
	margin: 0 5px;
	display: inline-block;
	letter-spacing: 0.5px;
}
.footer-back .share a:hover,
.footer-back .terms a:hover{
	color: #7eb541;
}
.footer-back .share,
.footer-back .terms{
	font-weight: lighter;
}
.footer-back .share span{
	font-weight: 700;
}
.footer-back .share p{
	display: inline-flex;
	align-items: center;
}
.footer-back .share .fa{
	font-size: 24px;
	padding-left: 10px;
}

footer .toTop {
	width: 30px;
	height: 30px;
	background: #7eb541;
	position: fixed;
	right: 5vw;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 400ms linear;
}
footer .toTop.active {
	bottom: 3vw;
	opacity: 1;
	visibility: visible;
}
footer .toTop:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #ffffff;
	display: block;
	transform: rotate(45deg);
	border-right: 0;
	border-bottom: 0;
	margin-top: 4px;
}

/***********************PRODUTOS****************************/
.title-relacionado{
	color: #7eb541;
}
.shortcode-relacionados hr{
	border: solid 1px #7eb541;
}


.product-page-single.dryers .product-name{
	font-family: 'IBM Plex Serif', serif;
}
.product-page-single.dryers p,
.product-page-single.dryers  span{
	margin-left: 0;
}
.product-page-single.dryers .btn-speed:hover{
	margin-left: 10px;
	transition: all 300ms ease-in-out;
}


.product-page-single p,
.product-page-single span {
	margin-left: 40px;
}

.product-page-single .product-name {
	font-size: 20px;
	font-weight: bold;
	color: #7eb541;
}

.product-page-single hr {
	border-color: #7eb541;
	max-width: 94%;
	margin: 0;
}

.rating i {
	color: #7eb541;
}

.rating span {
	display: inline;
	margin-left: 5px;
}

/*pagina de busca*/
.main-search{
	padding-bottom: 100px;
}
.pagina-buscar {
	width: 100%;
	margin-bottom: 80px;
}
.pagina-buscar input {
	width: 90%;
	padding-left: 15px;
	height: 50px;
}
.pagina-buscar button {
	width: 8%;
	height: 50px;	
}
.search-list ul {
	list-style: none;
}

.search-list ul li {
	font-size: 1.6em;
	border-bottom: 1px solid #eee;
}
.search-list ul li:before {
    /*font-family: "Font Awesome 5 Free";*/
	content: "\f061";
	/*content: "\f259";*/
   	font-family: FontAwesome;
    font-size: 14px;
    color: #7eb541;
    margin-left: 8px;
    display: inline-block;
    vertical-align: 1px;
    transition: all 300ms ease-in-out;
}
.search-list ul li:hover:before {
	margin-right: 15px;
}


[class^="btn-speed-"] {
	width: 270px;
	height: 50px;
	background: #7eb541;
	color: #ffffff;
	margin-bottom: 20px;
	line-height: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}

[class^="btn-speed-"]::before {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
}
[class^="btn-speed-"]:hover {
	color: #ffffff;
}

.btn-speed-where::before {
	content: url(../svg/icon-where.svg);
}

.btn-speed-reviews::before {
	content: url(../svg/icon-reviews.svg);
}

.button-icon{
	width: 270px;
	height: 50px;
	background: #7eb541;
	color: #ffffff;
	margin-bottom: 20px;
	line-height: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
.button-icon .icon {
	display: inline-block;
}
.button-icon .icon img{
	width: 32px;
	height: auto;
	margin-right: 10px;
	vertical-align: -14px;
}
.button-icon:hover{
	color: #ffffff;
}

.content-main ul{
	padding-left: 20px;
	margin: 0;
}
.content-main ul li{
	font-size: 16px;
	line-height: 26px;
	font-weight: 100;
	margin-bottom: 20px;
}
.content-main ul li:last-child{
	margin: 0;
}

/*Pagina stain suport*/
.wp-block-columns{
	align-items: center;
	padding: 50px 0;
}
.wp-block-table{
	margin-bottom: 50px;
}
.wp-block-table tr td{
	border-bottom:1px solid #DBDBDB;
	padding: 10px 0;
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 100;
	line-height: 24px;
}
.wp-block-table tr td:first-child{
	width: 20%;
	font-size: 15px;
	font-weight: bold;
}
.wp-block-table tr:first-child td{
	color:#7eb541;
	font-weight: 100;
}
.wp-block-table tr:last-child td{
	border: 0;
}




/*galeria produtos*/
.gallery{
	width: 100%;
	padding: 0;
	margin: 0;
}
.gallery .gallery-item{
	text-align: center;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0 20px;
	cursor: pointer;
}
.gallery .gallery-item img{
	height: 100%;
	object-fit: cover;
}
.gallery [class^="arrow-"] {
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery .arrow-prev{
	left: -50px;
}
.gallery .arrow-next{
	right: -50px;
}
.gallery .slick-arrow {
	color: #C3C3C3;
	cursor: pointer;
	font-size: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery .slick-arrow:hover{
	color:#7eb541;
}

.modal-gallery{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	transform: scale(0.01);
	transition: all 200ms linear;
}
.modal-gallery.open {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	display: block;
}
.modal-gallery .overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.modal-gallery .content{
	width: 70vw;
	height: 80vh;
	position: absolute;
	top: calc(50% - 40vh);
	left: calc(50% - 35vw);
	z-index: 2;
}
.modal-gallery .content .close-modal{
	width: 30px;
	height: 30px;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 999999;
	cursor: pointer;
}
.modal-gallery .content .close-modal:before,
.modal-gallery .content .close-modal:after{
	content: "";
	width: 4px;
	height: 30px;
	background: #ffffff;
	display: inline-block;
	position: relative;
}
.modal-gallery .content .close-modal:before{
	transform: rotate(45deg);
	left: 4px;
}
.modal-gallery .content .close-modal:after{
	transform: rotate(-45deg);
}
.modal-gallery .content .gallery-modal{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.modal-gallery .content .gallery-modal .gallery-item{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.modal-gallery .content .gallery-modal .gallery-item img{
	height: auto;
	max-width: 100%;
	width: auto;
	max-height: 80vh;
}
.modal-gallery .content .gallery-modal .slick-list,
.modal-gallery .content .gallery-modal .slick-track{
	height: 100%;
}
.modal-gallery .content .slick-arrow{
	width: 20px;
	height: 20px;
	border: 2px solid #ffffff;
	background: transparent;
	text-indent: -999em;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 10px);
}
.modal-gallery .content .slick-prev{
	border-top: 0;
	border-right: 0;
	left: -30px;
}
.modal-gallery .content .slick-next{
	border-bottom: 0;
	border-left: 0;
	right: -30px;
}


/********************BLOG*********************************/

/*Blog*/

.back-blog .go-back{
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.back-blog .go-back i{
	color: #7eb541;
}

.thumbnail_post_full {
	margin-bottom: 30px;
}

.post_content h1 {
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 30px;
}
.post_content p {
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
	margin-bottom: 20px;
}
.post_content ul li {
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
	margin-bottom: 10px;
}

.image-blog img{
	max-width: 100%;
	width: auto;
	height: 400px;
}
.listagem-blog-shadow{
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	padding: 20px;
	min-height: 100px;
}

.listagem-blog {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.listagem-blog .listagem-blog-item {
	width: 48%;
	margin-bottom: 20px;
}
.listagem-blog .listagem-blog-item:nth-child(odd) {
}

.listagem-blog-item a.thumbnail_post{
	display: block;
	max-height: 220px;
	overflow: hidden;
}
.listagem-blog-item a img{
	width:100%; 
}
.listagem-blog-item a{
	color: #3E3E3E;
	font-weight: 200;
	font-size: 1.2em;
	float: none;
}
.listagem-blog-item span>a{
	color:#7eb541;
	font-size: 16px;
}
.listagem-blog-item .listagem-blog-shadow p.title_post a {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.listagem-blog-item .listagem-blog-shadow a.see-more {
	font-size: 16px;
}

.listagem-blog.posts_category .listagem-blog-item {
	width: 23.333%;
}
.listagem-blog.posts_category.archive-posts .listagem-blog-item,
.listagem-blog.posts_category.categorie-posts .listagem-blog-item {
	width: calc(93% / 3)
}
.more-blog .listagem-blog .listagem-blog-item {
	width: 31.333%;
}
.more-blog {
	margin-bottom: 60px;
}
.more-blog h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
}

.ver-tudo{
	opacity:1;
	color: #4FBAAD;
	float: right;
	background: #fff;
	border: 1px solid #4FBAAD;
	border-radius: 100px;
	padding: 5px 20px;
	transition: all 0.4s ease;
}
.ver-tudo:hover{

	color: #fff;
	background: #4FBAAD;
}

.paginacao {
	width: 100%;
}

.paginacao .wp-pagenavi {
	margin: 60px 0;
}
.paginacao .wp-pagenavi a, .wp-pagenavi span{
	color: #383838;
	border:none;
	font-size: 17px;
	margin: 0 8px;
}
.paginacao .wp-pagenavi span.current{
	font-size: 24px;
	color: #7eb541;
	border-bottom: 2px solid #7eb541;
	padding: 0 15px 3px;
}
.paginacao .wp-pagenavi .previouspostslink,
.paginacao .wp-pagenavi .nextpostslink{
	letter-spacing: 1px;
	margin: 0 15px;
}
.paginacao .wp-pagenavi .previouspostslink:before,
.paginacao .wp-pagenavi .nextpostslink:after{
	display: inline-block;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	transform: translateY(-2px);
	color: #7eb541;
	font-weight: 700;
}
.paginacao .wp-pagenavi .previouspostslink:before{
	content: "\f060";
	margin-right: 15px;
}
.paginacao .wp-pagenavi .nextpostslink:after{
	content: "\f061";
	margin-left: 15px;
}

.categories-blog{
	display: inline-block;
	margin-bottom: 40px;
}
.categories-blog p{
	display: inline-block;
}
.categories-blog a{
/*	font-family: 'Fugaz One', cursive;*/
	color: #ACACAC;
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
	font-size: 13px;
	margin-right: 30px;
}
.blog-archive{
	
	display: block;
	width: 100%;
	/*max-width: 200px;*/
}
.blog-archive select{
	display: block;
	float: right;
	max-width: 200px;
}


.categories-posts{
	color: #7eb541;
}
.categories-blog a.active{
	color: #001E4E;
	text-decoration: underline;	
}
.header-blog{
	margin-bottom: 20px;
}

.header-blog h2{
	color: #535252;
	margin: 15px 0 25px;
}
.header-blog .date-blog{
	color: #ACACAC;
	font-size: 13px;
}

.post_featured {
	padding: 0;
}

.post_featured .back-blog{
	margin-bottom: 40px;
}
.post_featured .back-blog .image-blog a.thumbnail_post_featured{
	height: 350px;
	display: block;
	background-size: cover;
	background-position: center center;
	opacity: 1;
}
.post_featured .back-blog .image-blog a img{
	height: auto;
}
.post_featured .back-blog a{
	font-size: 1.2em;
	color: #0F2A54;
	font-weight: bold;
	opacity: 0.6;
}
.post_featured .back-blog a:hover{
	opacity: 1;
}
.post_featured .back-blog a .fa{
	margin-right: 10px;
}
.post_featured .back-blog .listagem-blog-shadow {
	padding: 20px 40px;
	min-height: initial;
}
.post_featured .back-blog .listagem-blog-shadow .cat-item{
	display: block;
}
.post_featured .back-blog .listagem-blog-shadow .cat-item a{
	font-size: 16px;
	font-weight: 400;
	color: #7eb541;
}
.post_featured .back-blog .listagem-blog-shadow p{
	margin: 10px 0;
}
.post_featured .back-blog .listagem-blog-shadow p a{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.post_featured .back-blog .listagem-blog-shadow a{
	display: block;
	float: none;
	color: #000;
}
.see-more{
	color: #555555;
	font-weight: 800!important;
	text-transform: uppercase;
	float: left;
	transition: all 0.4s ease;
}
.see-more i {
	color: #7eb541;
}
/*.see-more:hover{
	background: #4FBAAD;
	color: #fff;
	border: 1px solid #4FBAAD;
}*/



#sidebar .widget-blog {
	margin-bottom: 30px;
}

#sidebar .widget-blog #busca-caixa #searchform{
	position: relative;
}

#sidebar .widget-blog #busca-caixa input{
	width: 100%;
	border: 1px solid #D3D3D3;
	padding: 5px 15px;
}

#sidebar .widget-blog #busca-caixa #searchsubmit{
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	background: none;
}

#sidebar .widget-blog #busca-caixa #searchsubmit i{
	font-size: 1.4em;
	color:#7eb541;
}

#sidebar .widget-blog .widgettitle {
	font-size: 20px;
	font-weight: bold;
	color: #7eb541;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
	position: relative;
}

#sidebar .widget-blog .widgettitle::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #E3E3E3;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 1;
}

#sidebar .widget-blog .widgettitle::before {
	content: "";
	width: 45px;
	height: 2px;
	background: #7eb541;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 2;
}

#sidebar .widget-blog ul {
	list-style: none;
	padding: 0;
	margin-bottom: 60px;
}
#sidebar .widget-blog ul.box-scroll {
	max-height: 400px;
	overflow-y: scroll;
}
#sidebar .widget-blog ul > li {
	text-transform: uppercase;
	border-bottom: 2px solid #E3E3E3;
	padding: 10px 0 10px 20px;
}
#sidebar .widget-blog ul > li > a {
	display: block;
}
#sidebar .widget-blog ul > li.has_child > a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #3E3E3E transparent transparent transparent;
	display: inline-block;
	margin-right: 20px;
	float: right;
	margin-top: 10px;
}
#sidebar .widget-blog ul > li.has_child.open > a:after {
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #3E3E3E transparent;
}
#sidebar .widget-blog ul > li > ul.children {
	display: none;
	padding-top: 10px;
	margin: 0;
}
#sidebar .widget-blog ul > li > ul.children > li {
	text-transform: initial;
	padding: 5px 0;
	border: 0;
}
#sidebar .widget-blog ul > li > ul.children > li > a{
	color: #646464;
}



/******************sigle product*************************/
.especification-box{
	max-height: 85vh;
}

.specification-title{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}

.specification-shortcode img{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.especification-content {
	width: 100%;
	margin-bottom: 30px;
	font-size:1em;
}
.especification-content .description-title{
	width: 50%;
	background:#7eb541;
	font-size: 16px;
	color:#fff;
	text-transform:uppercase;
	margin: 0;
	padding: 7px 0 6px 30px;
}
.especification-content .description-items {
	border-top:2px solid rgba(191, 191, 191, 0.5);
}
.especification-content .description-items .description-item {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	border-bottom: 2px solid rgba(191, 191, 191, 0.5);
	padding: 10px 0;
}
.especification-content .description-items .description-item p {
	font-weight: 700;
	width: 60%;
	margin: 0;
	padding-left: 30px;
}
.especification-content .description-items .description-item span {
	width: 30%;
}

.specification-shortcode{
	width: 100%;
	text-align: center;
	padding: 50px 0;
}
.specification-shortcode h2{
	margin-bottom: 30px;
}
.specification-shortcode .row{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

/****************************************************Contatc***********************************************************/

[id^="__lpform"]{
	display: none!important;
}

.formulario-contact{
	padding-top: 60px;
	text-align: center;
}

.formulario-contact .row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.wpcf7-form .wpcf7-form-control-wrap input {
	background-image: none!important;
}

.wpcf7-form .col-fields,
.wpcf7-form .col-textarea,
.wpcf7-form .col-btn{
	margin: 0;
	padding: 0;
}

.wpcf7-form .col-fields{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-right: 30px;
	margin-bottom: -30px;
	margin-top: 15px;
}

.wpcf7-form .col-fields .wpcf7-form-control-wrap{
	width: 47.3%;
	margin-bottom: 30px;
}

.wpcf7-form .col-fields .wpcf7-form-control-wrap:nth-of-type(3),
.wpcf7-form .col-fields .wpcf7-form-control-wrap:nth-of-type(10){
	width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap select,
.wpcf7-form .wpcf7-form-control-wrap textarea {
	width: 100%;
	border: 1px solid #AAAAAA;
	height: 40px;
	color: #747474;
	font-size: 15px;
	padding-left: 15px;
}

.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap select{
	height: 40px;
}

.wpcf7-form .col-textarea .wpcf7-form-control-wrap,
.wpcf7-form .col-textarea .wpcf7-form-control-wrap textarea {
	height: 100%;
	padding-top: 15px;
}

.wpcf7-form .col-btn .ajax-loader{
	position: absolute;
	bottom: 0;
	right: 0;
}

.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-not-valid {
	border: 1px solid #F00!important;
}


/***************************************FORMULARIO REGISTER MY SPEED********************************************/
.wpcf7-form .register-product{
	padding-top: 25px;
	text-align: center;

}

.wpcf7-form .register-product hr{
	border-color:#dedddd;
	box-sizing:border-box;
	width:100%; 
	margin: 10;
}

.wpcf7-form .register-product h2{
	color: #7eb541;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 10px;
	text-align: left;
	letter-spacing: 1px;
}

.wpcf7-form .register-product h3{
	width: 47%;
	float: left;
	font-size: 15px;
	margin: 0;
}

.wpcf7-form .register-product .btn-speed input {
	text-align: center !important;

}

.wpcf7-form .register-product .col-md-12 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.wpcf7-form .register-product .wpcf7-form-control-wrap {
	width: 49%;
	margin-bottom: 25px;
}

.wpcf7-form .register-product [class^="address-"] {
	width: 100%!important;
}

span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .register-product .wpcf7-form-control-wrap.address-1,
.wpcf7-form .register-product .wpcf7-form-control-wrap.address-2,
.wpcf7-form .register-product .wpcf7-form-control-wrap.dealer-name,
.wpcf7-form .register-product .wpcf7-form-control-wrap.about-sq-state {
	width: 100%;
}

.wpcf7-acceptance {
	display: block;
	width: 100%;
	text-align: left;
}
.wpcf7-acceptance input[type="checkbox"]{
	width: 20px;
	height: 20px;
	border-radius: 4px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.wpcf7-acceptance label{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wpcf7-acceptance label:after{
	content: '';
	width: 10px;
	height: 7px;
	position: absolute;
	top: 6px;
	left: 5px;
	border: 3px solid #000;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
}
.wpcf7-acceptance label.active:after {
	opacity: 1;
}






/**********************Forminator*************/

.forminator-ui{

}
.forminator-ui #submit .forminator-button{
	background: #7eb541;
}
.forminator-ui #submit .forminator-button:hover{
	/*background: #8fca51;*/
	background: #363839;
}












/**********************Suport*************/
.tabela-suport {
	display:block;
	width:100%;
	text-align: left;
}
.tabela-suport tr{
	padding: 15px 0px;
	border-bottom: 1px solid #DBDBDB;
	display: inline-flex;
	width: 100%;
}
.tabela-suport tr:hover {background-color: #f5f5f5;}

.tabela-suport th{
	width:25%;
	color: #3E3E3E;
}
.tabela-suport td{
	width: 25%;	
}
.tabela-suport a{
	color:#7eb541;
}
#breadcrumbs {
	width: 100%;
	display: block;
	color: #7eb541;
	font-size: 12px;
	text-align: left;
	margin: 0 0 20px;
}
#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
	color: #3E3E3E;
}
.btn-center{
	display: block;
	text-align: center;
}

.error404 {
	text-align: center;
}
.error404 p {
	margin: 30px 0;
}

.support {
	text-align: center;
	background: #F5F5F5;
	padding: 30px 0 50px;
	margin-top: 20px;
}
.support h2 {
	font-weight: 100;
	margin-bottom: 60px;
}
.support .support-nav {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.support .support-nav li a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.support .support-nav li a img {
	margin-bottom: 20px;
	width: auto;
    max-height: 80px;
}
.support .support-nav li a span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.support .support-nav li.current-menu-item {
	display: none;
}

.wp-block-video{
	position: relative;
}
.wp-block-video #controls{
	position: absolute;
	width: 100%;
	bottom: 5px;
	left: 0;
}
.wp-block-video #controls button{
	margin: 0 0 30px 40px;
	width: 65px;
	height: 65px;
	background: #ffffff;
	border-radius: 100%;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	opacity: 0.7;
	transition: all 400ms linear;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-block-video #controls button:after{
	content: "\f04b";
	font-family: "Font Awesome 5 Free";
	font-size: 26px;
	color: #7eb541;
	line-height: 0;
	margin-left: 8px;
	margin-top: 2px;
}
.wp-block-video #controls button.pause:after{
	content: "\f04c";
	margin-left: 3px;
}
.wp-block-video #controls button:hover{
	opacity: 1;
}
.wp-block-video #controls .progressBar{
	position: relative;
	width: 100%;
	height: 5px;
	background: rgba(255,255,255,0.3);
}
.wp-block-video #controls .timeBar{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #7eb541;
	transition: all 400ms linear;
}

.title-icon span.icon{
	display: inline-block;
	max-width: 45px;
	margin-right: 10px;
}
.title-icon span.icon img{
	width: 100%;
}

.button-arrow{
	font-weight: bold;
	display: block;
	margin: 20px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.button-arrow:after{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #7eb541;
	margin-left: 8px;
	display: inline-block;
	vertical-align: 1px;
	transition: all 300ms ease-in-out;
}
.button-arrow:hover:after{
	margin-left: 10px;
}
.button-arrow.button-video:after{
	content: none;
}
.button-arrow.button-video:before{
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	color: #7eb541;
	display: inline-block;
	margin-right: 5px;
}

.wp-block-columns.alignfull{
	width: 99vw;
	margin-left: 50%;
	transform: translateX(-50%);
	background: #F5F5F5;
}

/*related products*/
.related-products {
	text-align: center;
}
.related-products .slider-products {
	justify-content: center;
	-webkit-justify-content: center;
}
.related-products .slider-products .product-item {
	width: calc(100% / 3);
	text-align: center;
}
.related-products .slider-products .product-item .title-relacionado{
	color: #7eb541;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.related-products .btn-all-products {
	margin-top: 40px;
}


/*modal*/
.modal{
	z-index: 999999;
}
[class^="modal-"]:not( > .modal){
	display: none;
}
[class^="modal-"]:not( > .modal).open{
	display: block;
}

[class^="modal-"]:not( > .modal) .close-modal{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
[class^="modal-"]:not( > .modal) .close-modal:before,
[class^="modal-"]:not( > .modal) .close-modal:after{
	content: "";
	width: 2px;
	height: 30px;
	background: #000;
	position: relative;
	display: block;
}
[class^="modal-"]:not( > .modal) .close-modal:before{
	transform: rotate(45deg);
	left: 2px;
}
[class^="modal-"]:not( > .modal) .close-modal:after{
	transform: rotate(-45deg);
}

.modal-calculate{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.97);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	justify-content: center;
	align-items: center;
}

/*why-sq-calculator*/
.why-sq-calculator p{
	margin-bottom: 10px;
}
.why-sq-calculator .content-flex{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.why-sq-calculator input {
	width: 170px;
	height: 50px;
	border: 1px solid #707070;
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 20px;
}
.why-sq-calculator .btn-calculator {
	width: 370px;
	height: 50px;
	line-height: 50px;
	background: #7eb541;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
	letter-spacing: 0.5px;
}
.why-sq-calculator .chart {
	position: relative;
	height: 208px;
	width: 600px;
	border-bottom: 1px solid #707070;
	margin: 0 auto;
	margin-bottom: 45px;
}
.why-sq-calculator .axes-label {
  position: absolute;
  left: -50px;
  top: 50%;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
		  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
	  -ms-transform-origin: 50% 50%;
		  transform-origin: 50% 50%;
  margin-top: -18px;
  font-family: "TradeGothicLT-BoldTwo", Arial, Helvetica, sans-serif;
}
.why-sq-calculator .row {
  clear: both;
}
.why-sq-calculator .row div {
  position: relative;
  height: 32px;
}
.why-sq-calculator .row span {
  float: right;
  width: 30px;
  text-align: center;
  line-height: 200%;
}
.why-sq-calculator .row span:first-child {
  float: left;
}
.why-sq-calculator .bars {
  overflow: auto;
  margin: 0 15px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -87px;
}
.why-sq-calculator .bars > div {
  position: relative;
  width: 174px;
  height: 192px;
}
.why-sq-calculator .bar {
  width: 57px;
  height: 0px;
  float: left;
  margin: 0 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #7eb541;
  -webkit-transition: 1s all;
		  transition: 1s all;
}
.why-sq-calculator .bar:first-child {
  left: 0;
  background: #959595;
}
.why-sq-calculator label {
  position: relative;
  top: 24px;
  text-transform: uppercase;
  font-size: 12px;
  width: 86px;
  text-align: center;
  font-weight: bold;
}
.why-sq-calculator .calculator-chart {
  display: none;
}
.why-sq-calculator .btn.btn-cross {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  left: 78%;
  display: block;
  background: url(../img/svg/close.svg);
  -webkit-background-size: 100% 100%;
		  background-size: 100%;
  padding: 0;
}
.why-sq-calculator .btn.btn-cross:hover {
  cursor: pointer;
}
.calculator-disclaimer {
  font-size: smaller;
}
.commercially-built .why-sq-calculator {
  position: fixed;
}
.why-sq-calculator .row div::after {
    content: "";
    background: rgba(0,0,0,0.5);
    height: 1px;
    width: 90%;
    position: absolute;
    left: 50%;
    margin-left: -45%;
    display: block;
    top: 50%;
}


/*modal video*/
.modal-video{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.modal-video .overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.modal-video .content-modal{
	width: 80vw;
	max-width: 1024px;
	height: 80vh;
	position: absolute;
	top: calc(50% - 40vh);
	left: calc(50% - 1024px / 2);
	z-index: 2
}
.modal-video .content-modal .close-modal{
	position: fixed;
}
.modal-video .content-modal .close-modal:before,
.modal-video .content-modal .close-modal:after{
	background: #ffffff;
}
.modal-video .content-modal iframe{
	width: 100%;
	height: 100%;
	position: relative;
}

.bvrating{
	padding-left: 40px;
	margin-bottom: 10px;
}
#reviews{
	border: 1px solid rgba(0,0,0,0.2);
	margin-bottom: 50px;
}
#reviews ul.reviews-tabs{
	width: 100%;
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#reviews ul.reviews-tabs li{
	display: inline-block;
	width: 49%;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
	opacity: 0.5;
	text-align: center;
	margin: 0;
	cursor: pointer;
}
#reviews ul.reviews-tabs li:first-child{
	border-right: 1px solid rgba(0,0,0,0.2);
}
#reviews ul.reviews-tabs li:hover{
	opacity: 1;
}
#reviews ul.reviews-tabs li.active-tab{
	color: #7eb541;
	opacity: 1;
}
#reviews .reviews-content .content{
	display: none;
}
#reviews .reviews-content .content.active-content{
	display: block;
}
#reviews .bv-cv2-cleanslate .bv-core-container-266 .bv-content-search .bv-masthead .bv-masthead-product .bv-stars-container{
	background: #f5f5f5!important;
}
.slider-products .product-item .bv-cv2-cleanslate .bv-shared .bv-stars-container{
	display: flex!important;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.bv-content-data-recommend-yes .bv-content-data-label-container .bv-content-data-icon img.emoji{
	max-width: 10px!important;
}
.bv-author-gender-Male
{
	display: none !important;
}
.data-bv-v .bv-author-profile .bv-inline-profile .bv-author-avatar .bv-author-no-avatar .bv-author-gender-Male .bv-author-avatar-nickname .bv-content-author-name 
{
	display: none !important;
}
.bv-author-avatar .bv-author-no-avatar .bv-author-gender-Male img.emoji{
	display: none !important;
}
.bv-cv2-cleanslate .bv-core-container-266 .bv-content-item.bv-content-review .bv-author-profile .bv-inline-profile .bv-author-avatar
{
	display: none !important;
}

.bv-cv2-cleanslate .bv-core-container-266 .bv-content-item.bv-content-review .bv-author-profile .bv-inline-profile .bv-author-avatar img.emoji
{
	display: none !important;
}

#BVRRContainer .bv-cv2-cleanslate .bv-content-item.bv-content-review .bv-author-profile .bv-inline-profile .bv-author-avatar span.bv-author-no-avatar {
	display: none !important;
}








/*Confidence Plus*/
.bt-hb a{
width: 100%;
    background-color: #7eb540;
    border: none;
    border-radius: 2px;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.btn {
    /* margin: 0 auto; */
    /* display: block; */
    padding: 0;
    color: #7eb540;
}

.title-green {
    line-height: 42px;
    color: #7eb540;
    font-size: 32px;
    font-weight: 200;
}
.block-img figure img{
    display: block;
	max-width: 47px;
	height: auto;
	/*margin: 0 auto;*/
	/*margin-left: 83%;*/
	margin-left: 65%;
}
.block-img .wp-block-media-text__content{
	padding: 0 5%;
}
.content-main ul{
	/*list-style-type: square;*/
	list-style: none;
	
}
.wp-video{
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 25%;
	left: 20%;
}
#controls button{
	display: none;
}

/*** Gravity Forms Custom Styles ***/

.gform_wrapper .ginput_container_checkbox ul.gfield_checkbox input[type=checkbox] {
	width: 26px !important;
    height: 26px !important;
}

.gform_wrapper .gfield_checkbox input[type=checkbox] ~ label{
	margin-left: 8px;
	font-size: 12px;
    font-family: 'Open Sans', 'Open+Sans', Sans-serif !important;
}

.gform_wrapper input[type=checkbox]:before {
    top: 50%;
    margin-top: -14px;
	border: 2px solid #7EB541;
	border-radius: 4px;
	content: "";
    position: absolute;
    left: 0px;
	width: 26px;
    height: 26px;
    display: block;
}

.gform_wrapper input[type=checkbox]:checked:after {
    top: 50%;
    margin-top: -10px;
    border-radius: 4px;
    background-color: #7EB541;
    content: "";
    position: absolute;
    left: 4px;
    width: 18px;
    height: 18px;
    display: block;
}

.gform_wrapper input[type=text] {
	font-family: 'Open Sans', 'Open+Sans', Sans-serif !important;
	font-size: 12px !important;
	border-radius: 4px;
	box-shadow: none;
	border-style: solid;
	border-width: 1px;
	border-color: #CDCDCD;
	width: 100%;
    margin: 0px;
	padding: 24px 12px !important;
    font-size: 12px;
    height: 33px;
    min-height: 33px;
    line-height: normal;
}

.gform_wrapper select {
	font-family: 'Open Sans', 'Open+Sans', Sans-serif !important;
	font-size: 12px !important;
	border-radius: 4px;
	box-shadow: none;
	border-style: solid;
	border-color: #CDCDCD;
	padding: 15px 12px !important;
}

.gform_wrapper #gform_submit_button_1, .gform_wrapper #gform_next_button_2_4, .gform_wrapper #gform_previous_button_2, .gform_wrapper #gform_submit_button_2, .btn.btn-styled {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 3px solid transparent;
    padding: .675rem 1.5rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: all .15s ease-in-out;
    letter-spacing: .2em;
    text-transform: uppercase;
    background-color: #7eb541;
    border-color: #7eb541;
    margin: 20px 0;
    color: #fff;
}
.btn.btn-styled:hover{
	color: #fff;
    background-color: #96c346;
    border-color: #96c346;
}
.btn.btn-styled{
	margin: 2rem 0;
}


/*Bazzar voice*/

.bv-cv2-cleanslate .bv-core-container-45 .bv-inline-rating-container .bv-rating-stars-on {
    color: #7eb541!important;
}






/*CSS 2021 Products layout and new home*/



/*Produto new single 2021*/

main section.product-new-single{
	padding: 0;
}
main section.product-new-single .container-fluid{
	padding: 0 40px;
}
main section.product-new-single hr{
	height: 2px;
	background: #ededed;;
}
main section.product-new-single img.emoji{
	max-width: 20px!important;
}
main section.product-new-single h2,
main section.product-new-single h3,
main section.product-new-single h4,
main section.product-new-single h5,
main section.product-new-single h6{
	font-family: 'IBM Plex Serif', serif;
}
main section.product-new-single >div{
	margin-top: 30px;
	padding-bottom: 30px;
}

main section.product-new-single .intro{
	margin-top: 0;
	padding-bottom: 0;
	padding: 50px 0;
}
main section.product-new-single .intro .row{}
main section.product-new-single .intro .row .col-md{}
main section.product-new-single .intro .row [class^=col-]{}
main section.product-new-single .intro .row .content{}
main section.product-new-single .intro .row .content span.product-price{
	font-size: 22px;
	font-weight: 600;
	/*color: #7eb541;*/
}
main section.product-new-single .intro .row .content [data-bv-show]{
	margin-bottom: 20px;
}
main section.product-new-single .intro .row .content h2{
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
}
main section.product-new-single .intro .row .content h3{
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	color: #7eb541;
}
main section.product-new-single .intro .row .content a{
	display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 3px solid transparent;
    padding: .675rem 1.5rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: all .15s ease-in-out;
    letter-spacing: .2em;
    text-transform: uppercase;
    background-color: #7eb541;
    border-color: #7eb541;
    margin: 10px 0;
    color: #fff;
}
main section.product-new-single .intro .row .thumbnails{
	/*height: 100%;*/
}
main section.product-new-single .intro .row .thumbnails .slick-list{
	/*max-height: 360px;*/
}
main section.product-new-single .intro .row .thumbnails a{
	max-width: 100%;
	border: 1px solid #ededed;	
	margin: 0px 0 5px;
	/*margin: 0 0 10px;*/
	/*height: 90px;*/
	/*padding: 5px 0; */
}
main section.product-new-single .intro .row .thumbnails a:hover{
	cursor: pointer;
}
main section.product-new-single .intro .row .thumbnails a.slick-current{
	border-color: #7eb541; 
}
main section.product-new-single .intro .row .thumbnails a img{
	/*max-width: 85px;*/
	/*max-width: 100%;*/
	/*max-width: calc(100% - 2px);*/
	/*max-height: 85px;*/
	height: calc(332px / 4 );
	width: auto;
	object-fit: contain;
	margin: 0 auto;
	/*margin: 0 auto;*/
	/*border: 1px solid #ededed;	*/
}
main section.product-new-single .intro .row .thumbnails span.arrow-next.slick-arrow{
	display: block;
	/*width: 85px;*/
	width: 100%;
	margin: 15px 0;
	text-align: center;
}
main section.product-new-single .intro .row .destaque{
	/*padding-left: 0;*/
}
main section.product-new-single .intro .row .destaque-box p{
	display: inline-block;
	margin-right: 12px;
}
main section.product-new-single .intro .row .destaque-box p i{
	margin-right: 3px;
}
main section.product-new-single .intro .row .destaque .slick-list{
	border: 1px solid #ededed;
    display: block;
	border: 1px solid #ededed;
    height: 100%;
    max-height: 360px;
  	margin-bottom: 30px;
  	padding: 30px 0;
  	width: 100%;
}
main section.product-new-single .intro .row .destaque .slick-list a{
	width: 100%;
}
main section.product-new-single .intro .row .destaque .slick-list a img{
	height: 100%;
	width: auto;
	object-fit: contain;
}
main section.product-new-single .intro .row .destaque >a{
	
}
main section.product-new-single .intro .row .destaque p a{

}
main section.product-new-single .intro .row .destaque p a:hover{
	/*font-weight: 600;*/
	transition: all 300ms ease-in-out;
}
main section.product-new-single .intro .row .destaque a img{
	/*border: 1px solid #ededed;	*/
	display: block;
	margin: 0 auto;

}

main section.product-new-single .menu-interno{
	/*padding: 20px 0;*/
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	margin-bottom: : 20px;
    background: #fff;
    transition: all 100ms ease-in-out;
    padding-bottom: 0;
    margin: 0;
    /*transition: all .50s ease-in;*/
}
main section.product-new-single .menu-interno.sticky{
	margin: 0;
	position: fixed;
	/*top: 146px;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
    background: #fff;
    border: none;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 16%);
}
main section.product-new-single .menu-interno.sticky{
	/*height: 100%;*/
}
main section.product-new-single .menu-interno.sticky ul li{
	/*padding: 33px 0;*/
}
main section.product-new-single .menu-interno ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
main section.product-new-single .menu-interno ul li{
	padding: 20px 15px;
	position: relative;
}
main section.product-new-single .menu-interno ul li:hover:after{
	/*border-bottom: 2px solid #7eb541;*/
	opacity: 1;
}
main section.product-new-single .menu-interno ul li:after{
	content: '';
	position: absolute;
	transition: all .300s ease-in;
	width: 100%;
	bottom: -1px;
	left: 0;
	border-bottom: 2px solid #7eb541;
	font-weight: 800;
	text-transform: uppercase;
	opacity: 0;
}
main section.product-new-single .menu-interno ul li.active:after{
	opacity: 1;
}
main section.product-new-single .menu-interno ul li a{}
main section.product-new-single .features{}
main section.product-new-single .features .row{
    display: flex;
	align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
main section.product-new-single .features .row [class^=col-]{
	margin-bottom: 30px;
}
main section.product-new-single .features .row [class^=col-] h2{
	font-size: 30px;
	color: #7eb541;
	margin-top: 0;
	margin-top: 10px;
    line-height: 28px;

}
main section.product-new-single .features .row [class^=col-] h3{
	font-size: 28px;
	color: #7eb541;
}
main section.product-new-single .features .row [class^=col-] p{
	color: #000;
	margin: 0;
}
main section.product-new-single .features .row [class^=col-] a i{
	transition: all 300ms ease-in-out;
	margin-right: 6px;
}
main section.product-new-single .features .row [class^=col-] a:hover i{
	margin-right: 9px;
}
main section.product-new-single .features .row .col-md-12{
	width: 100%;
}
main section.product-new-single .features .row .col-md-12.fixed .content-box .content{
	padding: 3%;
}
main section.product-new-single .features .row .col-md-12.fixed .content-box .content p{
	max-width: 50%;
	margin-top: 0px;
}
main section.product-new-single .features .row .content-box{
	background-size: cover;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: linear-gradient(#3b3b3b, #8f8f8f);
	padding: 15px;
	color: #fff;
	height: 100%;
}
main section.product-new-single .features .row .col-md-6 .content-box .content{
	padding: 3%;
	min-height: 380px;
}


main section.product-new-single .features .row .content-box:after{}
main section.product-new-single .features .row .col-md-12 .content-box:after{
	content: '';
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, lightgray, #fbfbfb36);
	z-index: 0;
}
main section.product-new-single .features .row .col-md-12 .content-box .content h2,
main section.product-new-single .features .row .col-md-12 .content-box .content h3,
main section.product-new-single .features .row .col-md-12 .content-box .content h4,
main section.product-new-single .features .row .col-md-12 .content-box .content p{
	max-width: 360px;
	/*margin-top: 0;*/
}
main section.product-new-single .features .row .content-box .content{
	position: relative;
	border: 1px solid #fff;
	padding: 9% 6%;
	z-index: 1;
	height: 100%;
}
main section.product-new-single .features .row .content-box .content p:last-child{
	margin-top: 33px;
}
main section.product-new-single .features .row .content-box .content img.alignleft{
	width: 60px;
	height: 60px;
	object-fit: contain;
}
main section.product-new-single .features .row .content-box .content a{
	color: #7eb541;
	font-weight: bold;
	text-decoration: underline;
}
main section.product-new-single .specification{

}

main section.product-new-single .specification .especification-box {
	max-height: 100%;
}

main section.product-new-single .specification .especification-box{}
main section.product-new-single .specification .especification-box .especification-content{
	border: 2px solid #d8d8d8;
}
main section.product-new-single .specification .especification-box .especification-content .description-items .description-item{
	border-color: #d8d8d8;
}

main section.product-new-single .compare{
	padding: 30px 6px;
}
main section.product-new-single .compare{}

.compare {
/*  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 10px;*/
}

.compare table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  /*table-layout: auto;*/
  table-layout: fixed;
}
.compare table thead {
	/*display: block;*/
	/*width: 100%;*/
}

.compare table tbody {
    /*display: block;*/
	/*width: 100%;*/
}
.compare table tbody td{
	/*display: block;*/
	word-break: break-word;
}
.compare td,
.compare th {
  border-right: 1px solid #E8E8E8;
  empty-cells: show;
  padding: 10px 6px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  font-size: 14px;
  text-align: center;
}
.compare td{
  color: #808080;
}

.compare td:nth-child(2),
.compare th:nth-child(2) {
	border-right-color: #7eb541;
	border-top-color: #7eb541;
}
.compare td:first-child,
.compare th:first-child {
	border-right-color: #7eb541;
}
.compare tbody tr:last-child td:nth-child(2){
	border-bottom-color: #7eb541;
}


.compare tbody tr:nth-child(even) {
  /*display: none;*/
  /*display: block;*/
  /*background: red;*/
  background: #F7F7F7;
}
/*.compare td,
.compare th {

}*/

.compare tbody tr:first-child{
	background: #000;
	font-weight: 600;
}
.compare tbody tr:first-child td{
	color: #fff;
	font-weight: 600;
}
.compare .compare-row {
  background: #F7F7F7;
}

.compare i {
  color: #7eb541;
  font-size: 10px;
}

.compare th:first-child {
  font-weight: normal;
  /*padding: 0;*/
  border-top: 0px solid #E8E8E8;
  border-bottom: 0px solid #E8E8E8;
}
.compare th h2{
	margin: 0 0 100%;
    font-size: 24px;
    text-transform: uppercase;
	text-align: left;
	word-break: break-word;
}
.compare th h3{
	font-size: 20px;
    word-break: break-word;
    color: #7eb541;
}

.compare tr td:first-child {
  text-align: left;
  /*padding: 15px;*/
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}
.compare th img{
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.compare .product,
.compare .tl {
  color: #FFF;
  padding: 10px;
  font-size: 14px;
}

.compare .tl2 {
  border-right: 0;
}

.compare .product {
  background: #7eb541;
  height: 40px;
  font-size: 1.6em;
}

.compare .price-info {
  padding: 15px;
}

.compare .price-now,
.compare .price-now span {
  color: #808080;
}

.compare .price-now span {
  font-size: 36px;
  color: #545454;
}

.compare .price-now p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  display: inline;
}

.compare .price-buy {
  background: #EC671A;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.compare .price-buy:hover {
  background: #E84D00;
}




main section.product-new-single .manuals .row{
	display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
}
main section.product-new-single .manuals{

}
main section.product-new-single .manuals .content{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
main section.product-new-single .manuals p{
	width: 100%;
}
main section.product-new-single .manuals a{
	display: block;
	max-width: 60%;
	width: 60%;
	font-weight: 600;
	text-align: center;
	border: 3px solid transparent;
	padding: .675rem 1.5rem;
	line-height: 1.5;
	border-radius: 2px;
	transition: all .15s ease-in-out;
	letter-spacing: .2em;
	text-transform: uppercase;
	background-color: #7eb541;
	border-color: #7eb541;
	margin: 10px auto;
	color: #fff;
}
main section.product-new-single .manuals h3{
	text-transform: uppercase;
	font-size: 28px;
	margin-top: 0;
	color: #7eb541;
	margin-bottom: 30px;
}
main section.product-new-single .manuals img{
	width: 100%;
	height: 100%;
	max-height: 390px;
    object-fit: cover;
    margin-bottom: 30px;
}
main section.product-new-single .support{
	background: #fff;
	text-align: left;
}
main section.product-new-single .support .row{
	display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
}
main section.product-new-single .support a{
	display: block;
	max-width: 60%;
	font-weight: 600;
	text-align: center;
	border: 3px solid transparent;
	padding: .675rem 1.5rem;
	line-height: 1.5;
	border-radius: 2px;
	transition: all .15s ease-in-out;
	letter-spacing: .2em;
	text-transform: uppercase;
	background-color: #7eb541;
	border-color: #7eb541;
	margin: 10px 0;
	color: #fff;
}
main section.product-new-single .support h2{
	font-size: 26px;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0;
}
main section.product-new-single .support h3{
	margin-top: 0;
}
main section.product-new-single .support p{
	font-size: 14px;
}
main section.product-new-single .support img{
	width: 100%;
	height: 100%;
	max-height: 390px;
    object-fit: cover;
    margin-bottom: 30px;
}



/*Produto new parent 2021*/

main .product-new-parent{}
main .product-new-parent #noresults{
	text-align: center;
	font-size: 26px;
	margin: 30px 0;
}
main .product-new-parent h3{
	font-family: 'IBM Plex Serif', serif;
	font-size: 28px;
    color: #7eb541;
    margin: 30px 0;
}
main .product-new-parent .loading{
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;

	background-color: rgba(0,0,0, 0.9);
	background-image: url(../img/loading04.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	border: none !important;
	display: none;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;

}
main .product-new-parent .container{}
main .product-new-parent .container-fluid{
	padding: 0 40px;
}

main .product-new-parent .menu-interno{
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	margin-bottom: : 20px;
    background: #fff;
    transition: all 100ms ease-in-out;
    padding-bottom: 0;
}
main .product-new-parent .menu-interno .container{}
main .product-new-parent .menu-interno .container >h3{
	margin: 15px 0;
}
main .product-new-parent .menu-interno .container ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0	
}
main .product-new-parent .menu-interno .container ul li{
	padding: 20px 15px;
	position: relative;
}
main .product-new-parent .menu-interno .container ul li p{
	margin-bottom: 0;
}
main .product-new-parent .menu-interno .container ul li a{}
main .product-new-parent .menu-interno .container ul li select{
	border: none;
	padding: 3px 19px 3px 9px;
	background-position: 100% 60%;
	background-size: 9px;

}
main .product-new-parent .menu-interno .container #reset-btn{
	display: none;
	margin: 3px auto;
	border: none;
	background: #7eb541;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 7px 15px;
	text-transform: uppercase;
	height: 0;
	opacity: 0;
	transition: all 300ms ease-in-out;
}
main .product-new-parent .menu-interno .container #reset-btn.show{
	display: block;
	height: auto;
	opacity: 1;
}
main .product-new-parent .menu-interno .container #reset-btn:hover{
	opacity: 0.7;
}



main .product-new-parent .product-category:last-child{
	border-bottom: none;
}
main .product-new-parent .product-category{
	padding: 30px 0;
	border-bottom: 2px solid #ededed;
}
main .product-new-parent .product-category .row{
	display: flex;
	align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
main .product-new-parent .product-category .row .news-item{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
main .product-new-parent .product-category .row .news-item [data-bv-show],
main .product-new-parent .product-category .row .news-item [data-bv-show~="inline_rating"]{
    position: absolute;
    bottom: 0;
    left: calc(50% - 155px / 2);
}
main .product-new-parent .product-category .row .news-item a{
    display: block;
	height: 100%;
    width: 100%;
}
main .product-new-parent .product-category .row .news-item img{
	max-height: 330px;
	height: 330px;
	width: auto;
	object-fit: contain;
	margin: 0 auto;
}
main .product-new-parent .product-category .row .news-item h3{
	text-transform: uppercase;
	margin: 15px 0;
}
main .product-new-parent .product-category .row .news-item h4{
	text-transform: uppercase;
	font-weight: 600;
}
main .product-new-parent .product-category .row .news-item p{
	font-size: 14px;
    font-weight: 100;
    line-height: 20px;
}






img.alignleft{
	float: left;
	/*/*margin-top: 25px;*/
    margin-right: 15px;
}

.fancybox-button--thumbs{
	display: none;
}
[data-fancybox-thumbs]{
	display: none;
}



.bv-content-summary-body-text img.emoji{
	max-width: 20px!important;
}
.p-0{
	padding: 0;
}
.m-0{
	margin: 0;
}



/*Speedqueen difference*/

.intern-menu{
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	margin-bottom: : 20px;
    background: #fff;
    transition: all 100ms ease-in-out;
    padding-bottom: 0;
}
.intern-menu.sticky{
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
    background: #fff;
    border: none;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 16%);
}
.intern-menu.sticky{
}
.intern-menu.sticky ul li{
}
.intern-menu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.intern-menu ul li{
	padding: 20px 15px;
	position: relative;
}
.intern-menu ul li:hover:after{
	opacity: 1;
}
.intern-menu ul li:after{
	content: '';
	position: absolute;
	transition: all .300s ease-in;
	width: 100%;
	bottom: -1px;
	left: 0;
	border-bottom: 2px solid #7eb541;
	font-weight: 800;
	text-transform: uppercase;
	opacity: 0;
}
.intern-menu ul li.active:after{
	opacity: 1;
}
.intern-menu ul li a{}



.new-speed-queen-difference{
	padding: 0;
}

.new-speed-queen-difference h2{
	font-size: 28px;
	margin: 45px 0;
	font-family: 'IBM Plex Serif', serif;
}
.new-speed-queen-difference h3{
	color: #7eb541;
	margin: 45px 0;
	font-size: 36px;
	font-family: 'IBM Plex Serif', serif;
}

.new-speed-queen-difference .content-main{}

.new-speed-queen-difference .content-main .block-columns:not(:last-child){
	border-bottom: 1px solid #8e8e8e;
}
.new-speed-queen-difference .content-main .block-columns:first-child{
	background: #F5F5F5;
}
/*uma sim uma não*/
.new-speed-queen-difference .content-main .block-columns:nth-child(2n){
	flex-direction: row-reverse;
}
.new-speed-queen-difference .content-main .block-columns.intro{

}
.new-speed-queen-difference .content-main .block-columns.intro .content-text{
	background: #cecece;
	padding: 100px 80px;
}
.new-speed-queen-difference .content-main .block-columns{
	display: flex;
	/*justify-content: flex-start;*/
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
}

.new-speed-queen-difference .content-main .block-columns .content-text{
	padding: 40px 70px;
}

.new-speed-queen-difference .content-main .block-columns .content-text figure.alignleft{
	width: 80px;
    height: 80px;
    float: left;
    object-fit: contain;
}

.new-speed-queen-difference .content-main .block-columns .content-text figure.img-figcaption{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.new-speed-queen-difference .content-main .block-columns .content-text figure.img-figcaption img{
	max-width: 120px;
	margin-right: 15px;
}
.new-speed-queen-difference .content-main .block-columns .content-text figure.img-figcaption figcaption{
	float: right;
	width: calc(100% - 120px - 15px);
}


.new-speed-queen-difference .content-main .block-columns .content-image{
	/*height: 100%;*/
	padding: 0;
}

.new-speed-queen-difference .content-main .block-columns .content-image .box-image{
	height: 100%;
}
.new-speed-queen-difference .content-main .block-columns .content-image .box-image img{
	object-fit: cover;
	min-height: 100%;
}


/*old*/
/*old*/
/*old*/
/*old*/
.new-speed-queen-difference .main{}
.new-speed-queen-difference .wp-block-columns{
	padding: 0;
	align-items: stretch;
	margin-bottom: 0;
}
.new-speed-queen-difference .wp-block-columns .wp-block-columns{
	border-bottom: 1px solid #8e8e8e;
}
.new-speed-queen-difference .main .container:not(.intern-menu .container){
	width: 100%!important;
	padding: 0;
}
.new-speed-queen-difference .wp-block-columns .wp-block-columns .wp-block-column.not-padding figure.wp-block-image{
	height: 100%;
}
.new-speed-queen-difference .wp-block-columns .wp-block-columns .wp-block-column.not-padding figure.wp-block-image img{
	object-fit: cover;
	height: 100%;
}
.new-speed-queen-difference .wp-block-columns .wp-block-columns figure.wp-block-image{
	margin-bottom: 0;
}
.new-speed-queen-difference .wp-block-columns .wp-block-columns .wp-block-column:not(:first-child){
	margin-left: 0;
}
.new-speed-queen-difference .main .container .wp-block-columns .wp-block-column:not(.not-padding){
    /*padding: 40px 50px;*/
    /*padding: 40px 9%;*/
    padding: 60px 9%;

}
.new-speed-queen-difference .main .container .content-main{}
.new-speed-queen-difference .main .container .content-main .wp-block-columns.alignfull{
	padding: 0;
    margin-bottom: 0;
}
.new-speed-queen-difference .main .container .wp-block-columns .wp-block-column > h2{
	font-size: 28px;
}
.new-speed-queen-difference .main .container .wp-block-columns .wp-block-column > h3{
	color: #7eb541!important;
	font-size: 36px;
}
.new-speed-queen-difference .main .container .wp-block-columns .wp-block-column > h2,
.new-speed-queen-difference .main .container .wp-block-columns .wp-block-column > h3{
	margin: 45px 0;
}
.new-speed-queen-difference .main .container .content-main .wp-block-columns figure.alignleft img{
	width: 80px;
    height: 80px;
    object-fit: contain;
}
.new-speed-queen-difference .main .container .content-main .wp-block-columns figure.img-figcaption{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.new-speed-queen-difference .main .container .content-main .wp-block-columns figure.img-figcaption img{
	max-width: 120px;
	margin-right: 15px;
}
.new-speed-queen-difference .main .container .content-main .wp-block-columns figure.img-figcaption figcaption{
	float: right;
	width: calc(100% - 120px - 15px);
}


.new-speed-queen-difference .main .container .content-main .wp-block-columns.alignfull:not(:first-child){
	background: #fff;
}
.new-speed-queen-difference .main .container .content-main .wp-block-columns.alignfull .card-overlay-right{
	background: #cecece;
	padding: 100px 80px;
}
/*old*/
/*old*/
/*old*/
/*old*/






/*new home 2021*/
.form-home-new {
	height: 320px;
	background-color: #d3d3d3;
	margin-bottom: -10px; 
	margin-top: 30px; 
}

.form-home-new h1{
	color: #7eb541;
    font-family: 'IBM Plex Serif';
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: .1em;
}

.form-home-new p{
	text-align: center;
}

.main .container .row .title-page-new h2 {
	color: #7eb541;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	font-family: 'IBM Plex Serif';
	letter-spacing: .1em;
	margin-bottom: -20px;
	margin-top: -50px;
}







/*-----------*/
.header-top .language {
    width: 20px;
    position: relative;
    DISPLAY: NONE;
}

.share {
	display:none;
}

.support-small-copy span:after {
	content:"Our Customer Support Team is available from \A Monday to Friday 9am - 4pm Eastern Standard Time";
	white-space: pre-wrap;
	text-transform: none;
}

.dropdown-menu li {
	align-items: flex-start;
}

.home-products .container .slider-products {
	align-items: flex-start;
}




.d-none{
	display: none;
}


/*Forminator forms*/
/*asterisco campos obrigatorios*/
.forminator-ui.forminator-design--flat .forminator-label .forminator-required{
	color: #7eb541!important;
}
/*botao enviar mensagem*/
.forminator-ui.forminator-design--flat .forminator-button-submit{
	background-color: #7eb541!important;
}