/* Header */
header.header{
	padding: 10px;
}
header.header .logo{}
header.header .logo a{
    width: 84px;
    height: 100px;
}
header.header .logo a img{}

header.header .navbar{
	font-weight: bold;
	text-transform: uppercase;
}
header.header .navbar nav{}
header.header .navbar nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
header.header .navbar nav ul li{
	display: inline-block;
	position: relative;
}
header.header .navbar nav ul li a{
	padding: 15px;
	color: rgb(61, 75, 76);
	position: relative;
}
header.header .navbar nav ul li:last-child a{
	background-color: rgb(163 42 42);
	color: rgb(255, 255, 255);
	border-radius: 100px;
}
header.header .navbar nav ul li:last-child a:hover{
	color: rgb(255, 255, 255);
}
header.header .navbar nav ul li:hover a,
header.header .navbar nav ul li.current_page_item a{
	color: rgb(255, 0, 43);
}

header.header .navbar nav ul li ul.sub-menu{
	background-color: rgb(255, 255, 255);
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .1);
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 9999;
	width: 200px;
	height: 0;
	overflow: hidden;
}
header.header .navbar nav ul li:hover ul.sub-menu{
	height: auto;
	transition: .3s;
}
header.header .navbar nav ul li ul.sub-menu li{
	display: list-item;
}
header.header .navbar nav ul li ul.sub-menu li a{
	display: block;
	color: rgb(0, 0, 0);
}
header.header .navbar nav ul li ul.sub-menu li:hover a{
	color: rgb(255, 0, 43);
}



header.header .cart-itens{}
header.header .cart-itens a small{
	background-color: rgb(163 42 42);
	border-radius: 100%;
	width: 25px;
	padding: 5px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
header.header .cart-itens .item-offcanvas{
    position: relative;
    top: 10px;
    display: none;
}
header.header .cart-itens .item-offcanvas a{
	background-image: url('../img/icon-offcanvas.svg');
	background-repeat: no-repeat;
	background-sizing: contain;
	background-position: center;
	font-size: 0;
	width: 30px;
	height: 30px;
}

/* Fixed */
header.header.navfixed{
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 25px 1px rgba(0, 0, 0, .5);
	position: fixed;
	width: 100%;
	padding: 10px;
	top: 0;
	left: 0;
	z-index: 999;
}
header.header.navfixed .logo a{
	height: 50px!important;
}
header.header.navfixed .cart-itens a{
	padding: 10px 25px 10px 45px;
}

/* Banner slider */
.banner-slider{}
.banner-slider .banner-item{
	height: 350px;
	overflow: hidden;
	position: relative;
}
.banner-slider .banner-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.banner-slider .banner-item img{
	position: relative;
	z-index: -1;
}
.banner-slider .banner-item .banner-info{
	width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px 0;
	display: none;
}
.banner-slider .banner-item .banner-info .block-title{
	color: rgb(255, 255, 255);
}
.banner-slider .banner-item .banner-info .block-title .subtitle{}
.banner-slider .banner-item .banner-info .block-title .subtitle h3{
	font-size: 22px;
	margin: 0;
}
.banner-slider .banner-item .banner-info .block-title .title{
	padding: 15px 0 25px 0;
}
.banner-slider .banner-item .banner-info .block-title .title h2{
	font-size: 82px;
	font-weight: 700;
	margin: 0;
}
.banner-slider .banner-item .banner-info .block-button{}
.banner-slider .banner-item .banner-info .block-button a{
	background-color: rgb(163, 42, 42);
	color: rgb(255, 255, 255);
	padding: 12px 25px;
}

/*  */
.banner-pages{}
.banner-pages .banner-item{
	background-color: rgb(240, 240, 240);
	min-height: 175px;
}
.banner-pages .banner-item img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.banner-pages .banner-item .block-title{}
.banner-pages .banner-item .block-title h1{
	padding: 15px;
}
.banner-pages .banner-item .block-title h2{
	text-align: center;
}
.banner-pages .page-breadcrumb{
	margin-bottom: 25px;
}
.banner-pages .page-breadcrumb nav{
	text-align: center;
}
.banner-pages .page-breadcrumb a{
	color: rgb(163, 42, 42);
}


/*  */
.box-prods{
	padding: 0 0 75px 0;
}
.box-prods .block-subtitle{}
.box-prods .block-subtitle h3{
	color: rgb(163, 42, 42);
    font-size: 18px;
}
.box-prods .block-title{
	font-size: 48px;
}
.box-prods .prod-list{}
.box-prods .prod-list .prod-item{
	width: 375px;
	margin: 45px auto;
}
.box-prods .prod-list .prod-item .prod-cover{
	height: 295px;
}
.box-prods .prod-list .prod-item .prod-cover img{
	width: 100%;
}
.box-prods .prod-list .prod-item .prod-title{
	padding: 35px 0;
}
.box-prods .prod-list .prod-item .prod-title h2{
	
}
.box-prods .block-button{
	padding: 75px 0 0 0;
}
.box-prods .posts-list .block-button a{}

/* Produtos */
.box-prods-list{
	margin: 45px 0;
}
.block-title-page{}
.block-title-page .block-title{}
.block-title-page .block-title h2{
	font-size: 42px;
}
.box-prods-list .block-title-page .block-brand{}

.block-prods{
	margin: 45px 0;
}
.block-prods .block-title{}
.block-prods .block-title h2{
	position: relative;
	font-size: 36px;
	display: inline-block;
}
.block-prods .block-title h2:before{
	content: '';
	width: 100%;
	background-color: rgb(163, 42, 42);
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -7px;
}

/*  */
.single-prod-description{
	background-color: rgb(119, 119, 119);
	color: rgb(255, 255, 255);
	padding: 25px;
}
.single-prod-detais{
	display:flex;
	margin-bottom: 100px;
}
.single-prod-description .block-title{}
.single-prod-description .block-title h3{}


/* WOO */
.woocommerce ul.products li.product{
	text-align: center;
}
.woocommerce ul.products li.product a{
	color: rgb(53, 53, 53);
}
.woocommerce ul.products li.product a:hover{
	color: rgb(163, 42, 42);
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
	padding: 15px 0 7px 0;
	font-weight: bold;
	font-size: 18px;
}
.woocommerce ul.products li.product span.price{
	color: rgb(150, 150 ,150);
	font-size: 32px;
	padding-left: 7px;
}
.woocommerce ul.products li.product span.price span.woocommerce-Price-currencySymbol{
	font-size: 14px;
	position: relative;
	top: -12px;
	left: -5px;
} 
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 110px; /* Ajuste este valor até que fique OK para o maior título. */
  display: block;
  overflow: hidden;
}

/*  */
.box-events-home{
	background-color: rgb(97, 100, 102);
	color: rgb(255, 255, 255);
	padding: 25px 0;
}
 
.box-events-home .block-title-page .block-title h2{
	position: relative;
	display: inline-block;
}

.box-events-home .block-title-page .block-title h2:before{
	content: '';
	width: 100%;
	background-color: rgb(163, 42, 42);
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
}

.box-events-home .block-list-events{}
.box-events-home .block-list-events .post-item{
	width: 40%;
}
.box-events-home .block-list-events .post-item a{
	display: block;
}
.box-events-home .block-list-events .post-item a .post-cover{
	width: 100%;
	height: 250px;
}
.box-events-home .block-list-events .post-item a .post-cover img{
	width: 100%;
}
.box-events-home .block-list-events .post-item a .post-title{
	padding: 25px 0;
}
.box-events-home .block-list-events .post-item a .post-title h2{
	color: rgb(255, 255, 255);
	margin: 0 0 7px 0;
}
.box-events-home .block-list-events .post-item a .post-title span{
	color: rgb(200, 200, 200);
}
.box-events-home .block-list-events .post-item a .block-button{}
.box-events-home .block-list-events .post-item a .block-button a{}

/*  */
.box-news{
	padding: 75px 0;
}
.box-news .block-subtitle{}
.box-news .block-subtitle h3{
	color: rgb(163, 42, 42);
    font-size: 18px;
}
.box-news .block-title{}
.box-news .block-title h2{
	font-size: 48px;
}
.box-news .posts-list{}
.box-news .posts-list .post-item{
	width: 375px;
	margin: 45px auto;
}
.box-news .posts-list .post-item .post-cover{
	height: 295px;
}
.box-news .posts-list .post-item .post-cover a{
	padding: 0!important;
}
.box-news .posts-list .post-item .post-cover img{
	width: 100%;
	height: 295px;
}
.box-news .posts-list .post-item .post-category-by{
	padding: 15px 0;
}
.box-news .posts-list .post-item .post-category-by .post-category{
	width: 125px;
}
.box-news .posts-list .post-item .post-category-by .post-category a{
	background-color: rgb(163, 42, 42);
	color: rgb(255, 255, 255);
	padding: 10px 15px;
	font-size: 14px;
	text-transform: initial;
}
.box-news .posts-list .post-item .post-category-by .post-by{
	width: 250px;
}
.box-news .posts-list .post-item .post-category-by .post-by span{
	padding: 7px;
	display: block;
}
.box-news .posts-list .post-item .post-category-by .post-comments{
	width: 100%;
	padding: 15px 0;
}
.box-news .posts-list .post-item .post-category-by .post-comments span{}
.box-news .posts-list .post-item .post-title{}
.box-news .posts-list .post-item .post-title h2{
	font-size: 20px;
	line-height: 36px;
}
.box-news .posts-list .post-item .post-title h2 a{
	color: rgb(0, 0, 0);
}
.box-news .block-button{
	padding: 45px 0 0 0;
}
.box-news .posts-list .block-button a{}

/*  */
.single-post{
	margin: 45px 0;
}
.single-post .post-deatil{
	border-right: rgb(200, 200, 200) solid 1px;
	width: 64%;
	padding-right: 2%;
	text-align: justify;
}
.single-post .post-deatil img{
	max-width: 100%;
	float: left;
	margin: 0 25px 15px 0;
}

.single-post .buy-course{
	background-color: rgb(240, 240, 240);
	padding: 15px;
}
.single-post .buy-course .value-course,
.single-post .buy-course .block-button{
	width: 50%;
}
.single-post .buy-course .value-course{
	font-size: 36px;
}
.single-post .buy-course .value-course small{
	font-size: 16px;
	position: relative;
	top: -15px;
}
.single-post .buy-course .block-button{
	text-align: right;
}

/* Rastreio */
.box-rastreio{}
.box-rastreio .block-form{
	background-color: rgb(164 41 43);
	border-bottom: rgb(235, 235, 235) solid 1px;
	padding: 15px;
}
.box-rastreio .block-form form{}
.box-rastreio .block-form form label{}
.box-rastreio .block-form form label span{
	color: rgb(255, 255, 255);
	padding: 10px 15px 5px 0;
}
.box-rastreio .block-form form label input{
	padding: 14px 15px;
}
.box-rastreio .block-form form label .button{
	padding: 15px 15px!important;
}

.box-rastreio .block-status{}
.box-rastreio .block-status ul{}
.box-rastreio .block-status ul li{
	border: rgb(240, 240, 240) solid 1px;
	margin: 15px 0;
}
.box-rastreio .block-status ul li .title{
	background-color: rgb(240, 240, 240);
	padding: 7px 15px;
}
.box-rastreio .block-status ul li .title strong{}
.box-rastreio .block-status ul li .title span{}
.box-rastreio .block-status ul li .description-date{
	padding: 7px 15px;
}
.box-rastreio .block-status ul li .description-date strong{}
.box-rastreio .block-status ul li .description-date span{}
.box-rastreio .block-status ul li .description-info{
	padding: 7px 15px;
}
.box-rastreio .block-status ul li .description-info strong{}
.box-rastreio .block-status ul li .description-info span{}

/* Footer */
footer.footer{
	background-color: rgb(27, 32, 36);
	color: rgb(138, 143, 148);
}
footer.footer a{
	color: rgb(138, 143, 148);
}
footer.footer .box-footer .block-item{
	padding: 35px 25px 0 25px;
}
footer.footer .box-footer .block-item:nth-child(1){
/* 	background-color: #00f; */
	width: 22%;
}
footer.footer .box-footer .block-item:nth-child(2){
/* 	background-color: #09f; */
	width: 28%;
}
footer.footer .box-footer .block-item:nth-child(3){
/* 	background-color: #f9f; */
	width: 25%;
}
footer.footer .box-footer .block-item:nth-child(4){
/* 	background-color: #f0f; */
	width: 23%;
}
footer.footer .box-footer .block-item .title{
	padding-bottom: 35px;
}
footer.footer .box-footer .block-item .title h2{
	color: rgb(255, 255, 255);
}
footer.footer .box-footer .block-item .logo{
	width: 83px;
	height: 100px;
	margin: 0 auto 40px auto;
}
footer.footer .box-footer .block-item .logo a{}
footer.footer .box-footer .block-item .logo a img{}
footer.footer .box-footer .block-item .logo-info{}
footer.footer .box-footer .block-item .logo-info p{}

footer.footer .box-footer .block-item .most-accessed-links{}
footer.footer .box-footer .block-item .most-accessed-links ul{}
footer.footer .box-footer .block-item .most-accessed-links ul li{
	position: relative;
	padding: 10px 15px;
	float: left;
	margin-right: 10px;
}
footer.footer .box-footer .block-item .most-accessed-links ul li:before{
	content: '';
	background-image: url('../img/icon-small-arrow-right.svg');
	background-repeat: no-repeat;
	background-sizing: contain;
	background-position: center;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
footer.footer .box-footer .block-item .most-accessed-links ul li:nth-child(6),
footer.footer .box-footer .block-item .most-accessed-links ul li:nth-child(7){
	display: none;
}
footer.footer .box-footer .block-item .most-accessed-links ul li a{
	font-size: 14px;
}

footer.footer .box-footer .block-item .block-contact{}
footer.footer .box-footer .block-item .block-contact .contact-item{}
footer.footer .box-footer .block-item .block-contact .contact-item span{
	line-height: 26px;
	display: block;
	margin-bottom: 15px;
}
footer.footer .box-footer .block-item .block-contact .contact-item span a{
	position: relative;
	padding-left: 40px;
}
footer.footer .box-footer .block-item .block-contact .contact-item span a:before{
	content: '';
	background-repeat: no-repeat;
	background-sizing: auto;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(1) span a:before{
	background-image: url('../img/icon-marker.svg');
	transform: translateY(-120%);
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(2) span a:before{
	background-image: url('../img/icon-mail.svg');
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(3) span a:before{
	background-image: url('../img/icon-phone.svg');
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(4) span a:before{
	background-image: url('../img/icon-wpp.svg');
}

footer.footer .box-footer .block-item .form-nl{}
footer.footer .box-footer .block-item .form-nl form{
	position: relative;
}
footer.footer .box-footer .block-item .form-nl form input[type="text"]{
	background-color: rgb(34, 39, 43);
	color: rgb(255, 255, 255);
	border: 0;
	border-radius: 20px 0 0 20px;
	padding: 16px 25px;
	width: 90%;
}
footer.footer .box-footer .block-item .form-nl form input[type="email"]{
	width: 0;
	height: 0;
	padding: 0;
}
footer.footer .box-footer .block-item .form-nl form a{
	background-color: rgb(70, 69, 69);
	border-radius: 0 20px 20px 0;
	width: 50px;
	height: 46px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

footer.footer .box-footer .block-item .form-nl form a:before{
	content: '';
	background-image: url('../img/icon-send.svg');
	background-repeat: no-repeat;
	background-sizing: contain;
	background-position: center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-75%, -50%);
}

footer.footer .box-footer .block-item .form-nl span{
	display: block;
	margin: 27px 0;
}

footer.footer .box-copyright{
	background-color: rgb(19, 23, 26);
	padding: 30px 15px 25px 15px;
}
footer.footer .box-copyright .flex{
	align-items: center
}
footer.footer .box-copyright .block-item:nth-child(1){
	width: 60%;
}
footer.footer .box-copyright .block-item:nth-child(2){
	width: 25%;
}
footer.footer .box-copyright .block-item:nth-child(3){
	width: 15%;
}
footer.footer .box-copyright .block-item span{
	padding: 10px;
	display: inline-block;
}
footer.footer .box-copyright .block-item ul{}
footer.footer .box-copyright .block-item ul li{}
footer.footer .box-copyright .block-item ul li a{}
footer.footer .box-copyright .block-item ul li a i{
	background-repeat: no-repeat;
	background-sizing: auto;
	background-position: center;
	display: block;
	width: 25px;
	height: 25px;
	margin: 7px;
}
footer.footer .box-copyright .block-item ul li:nth-child(1) a i{
	background-image: url('../img/icon-facebook.svg');
}
footer.footer .box-copyright .block-item ul li:nth-child(2) a i{
	background-image: url('../img/icon-insta.svg');
}

footer.footer .box-copyright .developedBy{
	display: inline-block!important;
	width: 85px;
}
footer.footer .box-copyright .developedBy a{
	display: block;
}
footer.footer .box-copyright .developedBy a img{}






















.progress-pie-chart {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	position: relative;
}
.progress-pie-chart.gt-50 {
	background-color: #81CE97;
}

.ppc-progress {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	width: 200px;
	height: 200px;
	clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	width: 200px;
	height: 200px;
	clip: rect(0, 100px, 200px, 0);
	background: rgb(229, 229, 229);
	transform: rotate(60deg);
}
.gt-50 .ppc-progress {
	clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
	clip: rect(0, 200px, 200px, 100px);
	background: rgb(229, 229, 229);
}

.ppc-percents {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 173.9130434783px/2);
	top: calc(50% - 173.9130434783px/2);
	width: 173.9130434783px;
	height: 173.9130434783px;
	background: rgb(255, 255, 255);
	text-align: center;
	display: table;
}
.ppc-percents span {
	display: block;
	font-size: 2.6em;
	font-weight: bold;
}

.pcc-percents-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.progress-pie-chart {
	margin: 50px auto 0;
}
