
*{
	outline: none!important;
}
body{
	font-family: 'Open Sans', sans-serif;
	color:#313131;	
	line-height: 1.5;
}
img{
	max-width: 100%;
	height: auto;
}
section{
	padding: 10px 0 10px 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: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: #F04923 ;
}
/*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: #F04923;
    color: #fff;
    text-align: center;
    font-size: 15px;
  	padding: 6.75px 15px;
}
.no-padding{
	padding: 0px;
}
.no-padding.margin-negative{
	margin-top: -50px;
}



#menu .menu-topo{
	display: none;
}
#menu form{
	display: none;
}


.title-red{
	line-height: 42px;
	color: #F04923;
	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;
}

.btn{
	/*margin: 0 auto; */
    /* display: block; */
    padding: 0;
    color: #F04923;
}



.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: #f04923;
	border-color: #f04923;
	margin: 20px 0;
	color: #fff;
}
.btn-speed:hover{
	color: #fff;
	background-color: #de350f;
	border-color: #d2330e;
	/*opacity: 0.7;*/
}
.btn-speed i{
	margin-left: 5px;
	transition: all .15s ease-in-out;
}
.btn-speed:hover i{
	margin-left: 10px;
	opacity: 0.7;
}

.btn-speed a:hover, .btn-speed a:focus{
	color: #fff;
}

.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%;
}


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

.header-top{
	background: #F2F2F2;
	position: relative;
}
.header-top .row-flex {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
}
.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: #939393;
}
.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: #939393;
}
.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: #939393;
}
.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;
}

.header-menu.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;
}
.menu-speedqueen{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	/*float: left;*/
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.menu-speedqueen > li{
	position: unset;
	margin-left: 10px;
}
.menu-speedqueen > li:first-child{
	margin-left: 0;
}
.menu-speedqueen > li > a{
	position: relative;
    display: block;
    padding: 15px;
	font-size: 16px;
}
/*.menu-speedqueen > li.menu-item-has-children > a:before,
.menu-speedqueen .open > li > a:before {*/
.menu-speedqueen > li.menu-item-has-children > a:before{
    display: inline-block;
	position: absolute;
    content: ' ';
    width: 0;
    height: 0;

    top: 50%;
    right: 0;
    margin-left: 2px;
    /*display: block;*/
    transition: all .50s ease-in;


    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;

}



.menu-speedqueen > li > a:after,
.menu-speedqueen .open > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 3px;
	background-color: #f04923;
	width: 0;
	content: ' ';
	margin: 0;
	transition: all .50s ease-in;
	margin-left: 15px;
}
.menu-speedqueen > li.current_page_item > a:after,
.menu-speedqueen > li > a:hover:after,
.menu-speedqueen > li.open > a:after{
	width: calc(100% - 30px) ;
}
.menu-speedqueen > li > a:focus, 
.menu-speedqueen > li > a:hover,
.menu-speedqueen .open > a, 
.menu-speedqueen .open > a:focus, 
.menu-speedqueen .open > a:hover,
.sub-menu > li > a:focus, 
.sub-menu > li > a:hover{
	background: transparent;
}
.menu-speedqueen > li.menu-item-has-children .sub-menu > .active > a, .sub-menu > .active > a:focus,
.sub-menu > .active > a:hover{
	background: #ffffff;
	color: #262626;
}
.navbar div[class^=col-]{
	position: unset;
}
.menu-speedqueen > li.menu-item-has-children > ul.open {
	display: inline-flex;
	justify-content: space-around;
}
.menu-speedqueen > li.menu-item-has-children .sub-menu:before{
	content: "";
	width: 100%;
	height: 90px;
	position: absolute;
	top: -75px;
	left: 0;
}
.menu-speedqueen > li.menu-item-has-children .sub-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;*/
    display: none;
	position: absolute;
	width: 100%;
    max-width: 100vw;
    min-width: 160px;
    border: 0;
    box-shadow: 0 10px 5px rgba(0,0,0,0.05);
    margin: 0;
    background: #fff;
    border-radius: 0;
    flex-wrap: wrap;

    top: 100%;
    left: 0;
    z-index: 1000;

    float: left;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
  /*  -webkit-background-clip: padding-box;
    background-clip: padding-box;*/
  /*  border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;*/
/*    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)*/
}
.menu-speedqueen > li.menu-item-has-children .sub-menu > li > a > span{
	font-weight: bold;
	text-transform: uppercase;
	/*font-size: 14px;*/
	font-size: 12px;
}


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


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

}
.menu-speedqueen > li.menu-item-has-children .sub-menu li a span{
	width: 100%;
}

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

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

.navbar li.home-products .sub-menu li{
	width: auto;
    text-align: center;
    max-width: 220px;
}
.navbar li.home-products .sub-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 .sub-menu li a span{
	text-transform: uppercase;
	color: #F04923;
	font-size: 16px;
	font-weight: bold;
}
.navbar li.home-products .sub-menu li a img {
	width: 60%;
	height: auto;
	margin: 0;
}
.navbar li.home-products .sub-menu li.banner-menu{
	width: 30%;
	max-width: 618px;
	position: relative;
}
.navbar li.home-products .sub-menu li.banner-menu > a{
	padding: 0;
	position: relative;
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
}
.navbar li.home-products .sub-menu li.banner-menu > a span{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 14px;
	font-weight: 100;
	color: #ffffff;
}
.navbar li.home-products .sub-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: #F04923;
	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: #F04923;
	text-align: center;
	background: #ffffff;
	-webkit-mask-image: none;
}
*/
.search-menu.active span:before{
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	background: #F04923;
	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 .search-input{
	display: block;
}
.busca-header form .search-input-mb{
	display: none;
}
.busca-header form:not(.yxt-SearchBar-form) button{
	position: absolute;
	border: 0;
	background: 0;
	color: #F04923;
	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:not(.navbar li.home-products){
	padding: 30px 0;
}

.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: #F04923;
   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:#F04923;
}
.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 img{
	max-width: 100%;
	margin: 0;
}
.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: #f04923;
    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: #3D3D3D;
	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::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;
}

.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,
.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: #F04923;
	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: #F04923;
}
.shortcode-relacionados hr{
	border: solid 1px #F04923;
}


.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: #F04923;
}

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

.rating i {
	color: #F04923;
}

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

/*pagina de busca*/
.search-title{
	position: relative;
}
.main-search{
	padding-bottom: 100px;
}
.main-search h2{
	font-size: 28px;
    font-weight: 400;
    margin-bottom: 0px;
}
.main-search form{
	position: relative;
}
.main-search 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;
    margin-bottom: 40px;
}

.main-search form #searchsubmit{ 
	position: absolute;
	border: 0;
	background: 0;
	color: #F04923;
	top: 15px;
	/*right: 15px;*/
	right: 9px;
}
.pagina-buscar {
	width: 100%;
	margin-bottom: 80px;
}
.pagina-buscar form{
	margin-top: 30px;
}
.pagina-buscar input {
	/*width: 90%;*/
	padding-left: 15px;
	height: 50px;

}
.pagina-buscar button {
	width: 8%;
	height: 50px;
	top: 0!important;	
}
.search-list{
	margin-bottom: 20px; 
}
.search-list p{
 text-align: left;
 margin-bottom: 0;	
}
.search-list ul {
	list-style: none;
	padding: 0;
}

.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: #F04923;
    margin-left: 8px;
    display: inline-block;
    vertical-align: 1px;
    transition: all 300ms ease-in-out;
}
.search-list ul li:hover:before {
	margin-right: 15px;
}
.search-list .btn-speed{
	padding: 4px 5px;
	font-size: 12px;
}


[class^="btn-speed-"] {
	width: 270px;
	height: 50px;
	background: #F04923;
	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: #F04923;
	color: #ffffff;
	margin-bottom: 20px;
	line-height: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
.button-icon:focus{
	color: #fff;
	text-decoration: none;
}
.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:#F04923;
	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:#F04923;
}

.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: #F04923;
}

.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:#F04923;
	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: #F04923;
	border-bottom: 2px solid #F04923;
	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: #F04923;
	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: #F04923;
}
.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: #F04923;
}
.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: #F04923;
}
/*.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:#F04923;
}

#sidebar .widget-blog .widgettitle {
	font-size: 20px;
	font-weight: bold;
	color: #F04923;
	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: #F04923;
	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:#F04923;
	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: #F04923;
	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;
}

/**********************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:#F04923;
}
#breadcrumbs {
	width: 100%;
	display: block;
	color: #F04923;
	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;
}
.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: #F04923;
	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: #F04923;
	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: #F04923;
	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: #F04923;
	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: #F04923;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.related-products .btn-all-products {
	margin-top: 40px;
}


/*modal*/
[class^="modal-"]{
	display: none;
}
[class^="modal-"].open{
	display: block;
}

[class^="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-"] .close-modal:before,
[class^="modal-"] .close-modal:after{
	content: "";
	width: 2px;
	height: 30px;
	background: #000;
	position: relative;
	display: block;
}
[class^="modal-"] .close-modal:before{
	transform: rotate(45deg);
	left: 2px;
}
[class^="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: #F04923;
	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: #F04923;
  -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);*/
  background: url(../svg/close-icon.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: #F04923;
	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;
}

/*** 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 #f04923;
	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: #f04923;
    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;
}

.forminator-button-submit, .gform_wrapper #gform_submit_button_2, .gform_wrapper #gform_next_button_3_4, .gform_wrapper #gform_previous_button_3, .gform_wrapper #gform_submit_button_3, .btn.btn-styled {
/*	background-color: rgb(240, 73, 35);
	border-radius: 5px;
	padding: 21px 71px 21px 71px !important;
	box-shadow: none !important;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 1px;*/
	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: .675rem 1.5rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: all .15s ease-in-out;
    letter-spacing: .2em;
    text-transform: uppercase;
    background-color: #f04923;
    border-color: #f04923;
    margin: 20px 0;
    color: #fff;
}

.btn.btn-styled{
	margin: 2rem 0;
}

.gform_button:hover, 
.forminator-button-submit:hover{
	opacity: 0.7!important;
	background-color: #f04923!important;
}

/*Pagina covid19*/
/*Covid-19*/
main.covid-main h2{
	font-size: 26px;
}
main.covid-main h3{
	font-size: 16px;
	color: #f04923;
    letter-spacing: .2em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
}
main.covid-main .alignfull{
	background: #e4e4e4;
}
main.covid-main .social{
	padding: 50px 0;
}
main.covid-main .social .social-feed .box-social{
	/*background: #e4e4e4;*/
    width: 100%;
    height: 480px;
}
main.covid-main .social .social-feed .box-social .fb_iframe_widget{
	height: 100%;
	width: 100%;
}
main.covid-main .social .social-feed .box-social .fb_iframe_widget span{
	/*width: 100%!important;*/
    height: 100%!important;
}
main.covid-main .social .social-feed .box-social .fb_iframe_widget span iframe{
	width: 100%!important;
	/*min-height: 550px!important;	*/
    height: 100%!important;
}
main.covid-main .social .social-feed .box-social .fb_iframe_widget span iframe ._2p3a{
	width: 100% !important;
}
main.covid-main .covid-footer{
	padding: 50px 0;
	background: #e4e4e4;
}
main.covid-main .covid-footer .col-md-6{
	padding-left: 0;
}
main.covid-main .covid-footer form input[type="submit"]{
	border-radius: 0px !important;
	border: none;
    width: 100%;
    display: inline-block;
    padding: 17px 20px !important;
    margin: 30px 0;
    font-weight: bold !important;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 700ms ease-out;
    color: #fff !important;
    background-color: #EA4B25;
    max-width: 180px !important;
    cursor: pointer;
}


/*yext*/
.yxt-GeoLocationFilter-container, .yxt-SearchBar-container{
	border: none;
}
.yxt-SearchBar-button{
	height: 55px;
}
.yxt-SearchBar-button svg{
	/*fill: #f04923!important;*/
}
.yxt-GeoLocationFilter, .yxt-SearchBar{
	margin-bottom: 	70px;
}
.post_content 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: #EA4B25;
	opacity: 1;
}
.post_content a:hover, .post_content a:focus{
	text-decoration: underline;
	color: #EA4B25;
}