<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template HelpCenter
*/

.ui-helper-hidden-accessible,
.ui-widget.ui-widget-content{
	display: none !important;
}



/* DEFAULT */

	.helpcenter article{
		padding: 0;
		font-size: 16px;
		border-bottom: 1px solid #dbdbdb;
	}

	.helpcenter article:last-of-type{
		border-bottom:0;
	}
	
	.helpcenter article:hover a{
		background-color: whitesmoke;
	}

	.helpcenter article a{
		color: #595959;
		padding: 10px;
		display: inline-block;
		width: 100%;
		border-radius: 10px;
	}
	
	.helpcenter article .entry-content a{
		display: inline;
		padding: 0;
		color: #3db2b5;
	}

	.helpcenter article .entry-content .wp-block-buttons{
	    display: flex;
	    flex: 1;
	}
		
	.helpcenter article .entry-content .wp-block-button{
		display: flex;
		margin: auto;
	}
	
	.helpcenter article .entry-content .wp-block-button a{
		padding: 10px;
		line-height: normal;
	}
	
	.helpcenter article .entry-content a:hover{
		color: #43a2db;
		text-decoration: underline;
	}
	
	.helpcenter article:hover .entry-content a{
		background-color:transparent;
	}

	.helpcenter article.more a,
	.helpcenter .helpcenter-category .see-more a{
		font-weight: 500;
		background-size: 19px;
		background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xNiAyYTE0IDE0IDAgMSAwIDE0IDE0QTE0IDE0IDAgMCAwIDE2IDJ6bTAgMjZhMTIgMTIgMCAxIDEgMTItMTIgMTIgMTIgMCAwIDEtMTIgMTJ6bS00LTEyYTIgMiAwIDEgMS0yLTIgMiAyIDAgMCAxIDIgMnptNiAwYTIgMiAwIDEgMS0yLTIgMiAyIDAgMCAxIDIgMnptNiAwYTIgMiAwIDEgMS0yLTIgMiAyIDAgMCAxIDIgMnoiIGRhdGEtbmFtZT0iTGF5ZXIgMTUiIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
		background-repeat: no-repeat;
		background-position: center left 10px;
		padding-left: 40px;
		color:black;
	}
	
	.helpcenter.primeiros-passos .container.top {
		padding: 0 !important;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 2;
	}
			
	.helpcenter.primeiros-passos.eyer2_help .container.top h2{
		color:white;
	}
	
	.helpcenter.primeiros-passos .container.top  .topo{
		margin: 10px;
	}
	
	.helpcenter.primeiros-passos .container.top  .topo .search{
		display:none;
	}
	
	.helpcenter.primeiros-passos article .et_pb_section:first-of-type{
		padding-top: 110px !important;
	}
/* DEFAULT END */


/* HOME */

	.helpcenter main{
		padding: 20px 0 30px 0;
		display: flex;
		flex-direction: column;
	}
	
	.helpcenter .topo {
		display: flex;
		flex-direction: row;
		padding: 10px 0 10px 0;
		/* border-bottom: 1px solid #d7d7d7; */
		margin-bottom: 30px;
		z-index: 9;
   		position: relative;
	}

	.helpcenter .topo .main_title{
		display: inline-block;
		margin: auto 0 auto 0;
		
		padding: 15px;
		border-radius: 10px;
	}
	
	.helpcenter .topo .main_title a:hover{
		background-color: #f3f3f3;
	}
	
	.helpcenter .topo .search{
		display: flex;
		border-width: 0 0 0 1px;
		padding: 0 0 0 40px;
		margin: auto 0 auto 40px;
		border-style: solid;
		border-color: #e5e5e5;
		width: 100%;
	}
	
	.helpcenter .topo .main_title h2{
		font-size: 42px;
		text-align: center;
		font-weight: 400;
		padding: 0;
	}

	.helpcenter .topo .sub_title{
		text-align: center;
		margin: auto 25px auto 0;
		line-height: normal;
		padding: 0;
		font-size: 18px;
		font-weight: 100;
	}
	
	.helpcenter .topo #searchform{
		display: flex;
		margin: auto 0 auto 0;
		position: relative;
		flex: 1;
	}
	
	.helpcenter .topo #searchform #search-results.filled .wrap {
		opacity:1;
	}
	
	.helpcenter .topo #searchform #search-results{
		position: relative;
		padding-top: 0;
		transform: translateY(15px);
	}

	.helpcenter .topo #searchform #search-results .wrap{
		position: absolute;
		padding: 15px;
		box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
		border-radius: 10px;
		background-color: white;
		opacity: 0;
		min-width: 100%;
		width: auto;
	}

	.helpcenter .topo #searchform  #search-results .wrap li{
		list-style: none;
	}

	.helpcenter .topo #searchform #search-results .wrap li:last-of-type a{
		background-size: 20px;
		background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xNiAyYTE0IDE0IDAgMSAwIDE0IDE0QTE0IDE0IDAgMCAwIDE2IDJ6bTAgMjZhMTIgMTIgMCAxIDEgMTItMTIgMTIgMTIgMCAwIDEtMTIgMTJ6bS00LTEyYTIgMiAwIDEgMS0yLTIgMiAyIDAgMCAxIDIgMnptNiAwYTIgMiAwIDEgMS0yLTIgMiAyIDAgMCAxIDIgMnptNiAwYTIgMiAwIDEgMS0yLTIgMiAyIDAgMCAxIDIgMnoiIGRhdGEtbmFtZT0iTGF5ZXIgMTUiIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
		background-repeat: no-repeat;
		background-position: center left 10px;
		padding-left: 35px;
	}

	.helpcenter .topo #searchform  #search-results .wrap li span{
		padding: 3px 5px 2px 5px;
		background-color: #c3efe4;
		border-radius: 99px;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-size: 9px;
		line-height: normal;
		color: #3dac93;
		margin: auto 4px;
		display: inline-block;
		vertical-align: middle;
	}

	.helpcenter .topo #searchform  #search-results .wrap li a{
		color: black;
		padding: 10px 10px;
		display: block;
		border-bottom: 1px solid #e9e9e9;
		border-radius: 5px;
	}
	
	.helpcenter .topo #searchform  #search-results .wrap li a:hover{
		background-color: #f3f3f3;
	}

	.helpcenter .topo #searchform  #search-results .wrap li:last-of-type a{
		border-bottom:0px;
	}


	.helpcenter .topo #searchform .input{
		margin: auto;
		width: 100%;
	}
	
	.helpcenter .topo #searchform .input input{
		padding: 15px 20px 15px 55px;
		width: 100%;
		border-radius: 45px;
		font-size: 18px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjEyLjAxIDYxMi4wMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTYwNi4yMDkgNTc4LjcxNCA0NDguMTk4IDQyMy4yMjhDNDg5LjU3NiAzNzguMjcyIDUxNSAzMTguODE3IDUxNSAyNTMuMzkzIDUxNC45OCAxMTMuNDM5IDM5OS43MDQgMCAyNTcuNDkzIDBTLjAwNiAxMTMuNDM5LjAwNiAyNTMuMzkzczExNS4yNzYgMjUzLjM5MyAyNTcuNDg3IDI1My4zOTNjNjEuNDQ1IDAgMTE3LjgwMS0yMS4yNTMgMTYyLjA2OC01Ni41ODZsMTU4LjYyNCAxNTYuMDk5YzcuNzI5IDcuNjE0IDIwLjI3NyA3LjYxNCAyOC4wMDYgMGExOS4yOTEgMTkuMjkxIDAgMCAwIC4wMTgtMjcuNTg1ek0yNTcuNDkzIDQ2Ny44Yy0xMjAuMzI2IDAtMjE3Ljg2OS05NS45OTMtMjE3Ljg2OS0yMTQuNDA3UzEzNy4xNjcgMzguOTg2IDI1Ny40OTMgMzguOTg2YzEyMC4zMjcgMCAyMTcuODY5IDk1Ljk5MyAyMTcuODY5IDIxNC40MDdTMzc3LjgyIDQ2Ny44IDI1Ny40OTMgNDY3Ljh6IiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==);
		background-position: left 20px center;
		background-size: 20px;
		background-repeat: no-repeat;
		font-weight: 100;
		border-width: 0;
		text-align: left;
		background-color: #f3f3f3;
	}
	
	.helpcenter .topo #searchform.loading .input input{
		background-image: url('/wp-content/themes/phelcom/img/loader.svg');
	}
	
	.helpcenter .bottom{
		max-width: 840px;
		margin: auto;
		padding: 25px;
		margin-bottom: 40px;
		border: 1px solid #dbdbdb;
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.single-helpcenter .bottom{
		border-width: 1px 0 0 0;
		margin-top: 30px;
		border-radius: 0;
	}
	
	.helpcenter .bottom .text{
		flex: 1;
		padding: 10px;
	}

	.helpcenter .bottom h1{
		font-size: 19px;
		text-transform: uppercase;
		letter-spacing: 3px;
		width: 100%;
		text-align: center;
		margin-bottom: 13px;
	}

	.helpcenter .bottom .text div{
		font-size: 16px;
		margin: auto auto auto auto;
		text-align: center;
	}

	.helpcenter .bottom .info{
		display: flex;
		flex-direction: column;
		margin: 20px auto auto auto;
		border: 0;
		border-radius: 99px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: black;
	}
	
	.helpcenter .bottom .time{
		max-width: 460px;
		margin: 15px auto auto auto;
		text-align: center;
		font-size: 12px;
		line-height: 125%;
	}

	.helpcenter .bottom .info a{
		color: #000000;
		display: flex;
		border-radius:5px;
		width: 100%;
		background-color: #f1f1f1;
		padding: 10px 25px;
		border-radius: 99px;
		border: 1px solid #dfdfdf;
	}
	
	.helpcenter .bottom .info a:hover{
		background-color:#e9e9e9;
		
	}
	
	.helpcenter .bottom .info a svg{
		width: 20px;
		height: 21px;
		margin: auto 10px auto auto;
	}

	.helpcenter .bottom .info a span{
		margin: auto auto auto 0;
	}

	.helpcenter .title_term{
		font-size: 28px;
		text-align: center;
		font-weight: 100;
		margin-bottom: 15px;
	}

	.helpcenter .terms{
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
		flex-direction: row;
		justify-content: center;
		align-content: stretch;
	}

	.helpcenter .terms .term{
		padding: 25px 25px;
		width: 31%;
		margin-bottom: 25px;
		margin: 2% 1% 2% 1%;
	}

	.helpcenter .home .terms .term{
		border: 1px solid #cdcdcd;
		border-radius: 10px;
	}
	
	.helpcenter .terms .term h2{
		font-size: 32px;
		font-weight: 100;
		margin-bottom: 10px;
	}
	
	.helpcenter .terms .term h2 span{
		font-size: 17px;
		margin-left: 10px;
	}
	
	.helpcenter .view_articles{
		display: flex;
		margin: 15px 0 15px 0;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
	}

	.helpcenter .view_articles article{
		border: 1px solid #dbdbdb;
		border-radius: 10px;
		margin: 1%;
		width: 31%;
	}

	.helpcenter .view_articles article .category{
		display: inline-block;
	}

	.helpcenter .view_articles article .category .item{
		padding: 3px 5px 2px 5px;
		background-color: #c3efe4;
		border-radius: 99px;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-size: 9px;
		line-height: normal;
		color: #3dac93;
		margin: auto 4px;
		display: inline-block;
		vertical-align: middle;
	}

	.helpcenter .onlinetraining{
		border: 1px solid #c2c2c2;
		padding: 40px;
		border-radius: 10px;
		max-width: 840px;
		margin: auto;
		width: 100%;
	}

	.helpcenter .onlinetraining .text{
		
	}

	.helpcenter .onlinetraining .text .title{
		font-size: 19px;
		text-transform: uppercase;
		letter-spacing: 3px;
		width: 100%;
		text-align: center;
		margin-bottom: 13px;
	}

	.helpcenter .onlinetraining .text div{
		text-align: center;
	}

	.helpcenter .onlinetraining .info{
		margin-top: 20px;
		display: flex;
	}

	.helpcenter .onlinetraining .button{
		padding: 10px 20px;
		border: 1px solid #e1e1e1;
		background-color: #f3f3f3;
		border-radius: 45px;
		margin: auto;
		color: black;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
	}

	.helpcenter .onlinetraining .button:hover{
		background-color: #f8f8f8;		
	}

	.helpcenter .using_eyer .carousel{
		max-width: 840px;
		margin: 15px auto 40px auto;
		padding-bottom: 30px;
	}

	.helpcenter .using_eyer .carousel .flickity-slider{
		display: flex;
		align-items: center;
	}

	.helpcenter .using_eyer .carousel .flickity-viewport{
		/* border: 1px solid #c7c7c7; */
		border-radius: 15px;
		transition: all 0.5s ease-in-out; /* Transitions all animatable properties over 0.5 seconds with an ease-in-out timing function */
		min-height: 200px;
	}

	.helpcenter .using_eyer .carousel .flickity-page-dots{
		bottom: 0;
	}

	.helpcenter .using_eyer .carousel .item{
		display: flex;
		margin: auto;
		width: 100%;
		padding: 20px 10%;
		background-color: #f6f6f6;
		border-radius: 15px;
	}

	.helpcenter .using_eyer .carousel .item.row{
		flex-direction: column;
		gap: 20px;
	}

	.helpcenter .using_eyer .carousel .item .blocks{
		display: flex;
	}

	.helpcenter .using_eyer .carousel .item .blocks .block{
		padding: 10px;
	}

	.helpcenter .using_eyer .carousel .item .blocks .text{
		margin: auto;
		text-align: center;
	}

	.helpcenter .using_eyer .carousel .text{
		margin: auto auto auto 30px;
	}

	.helpcenter .using_eyer .carousel .title{
		font-size: 19px;
		font-weight: 500;
		margin-bottom: 10px;
		text-align: center;
		color: black;
	}

	.helpcenter .using_eyer .carousel .text .desc{
		font-size: 14px;
		line-height: 125%;
	}

	.helpcenter .using_eyer .carousel .img {
		margin: auto;	
	}

	.helpcenter .using_eyer .carousel .img img{
		max-height: 150px;
		max-width: 200px;
		width: auto;
   		height: auto;
	}

	.helpcenter .fluid-width-video-wrapper{
		width: 100%;
		position: relative;
		padding: 0 !important;
		display: flex;
	}

	.helpcenter .video_tutorial{
		display: flex;
		margin-bottom: 50px;
		min-height: 400px;
		flex-direction: column;
	}

	.helpcenter .video_tutorial iframe{
		margin: auto;
		width: 100%;
		max-width: 840px;
		border-radius: 15px;
		min-height: 400px;
		position: initial;
	}

/* HOME END */

/* SEARCH */

	.helpcenter.search-results main .title_search{
		text-align: center;
		font-size: 26px;
	}

	.helpcenter.search-results main .title_search span{
		display: block;
		font-size: 36px;
		margin-top: 20px;
	}

	.helpcenter.search-results main .terms{
		width: 100%;
	}

	.helpcenter.search-results main .terms .term{
		width: 100%;
	}

/* SEARCH END */

/* MÃƒâ€œDULO DE ARTIGOS */
	
	.helpcenter .helpcenter-category{
		max-width: 600px;
		margin: auto;
	}

	.helpcenter .helpcenter-list{
		list-style: none;
		padding: 0;
	}

	.helpcenter .helpcenter-list li{
		padding: 0 0 5px 0;
		border-bottom: 1px solid #efefef;
		margin-bottom: 5px;
	}
	
	.helpcenter .helpcenter-list li a{
		color: black;
	}

	.helpcenter .helpcenter-category .see-more{
		margin-top: 20px;
	}

	.helpcenter .helpcenter-category .related-tags{
		display: flex;
		margin: 15px auto;
		flex-wrap: wrap;
		justify-content: unset;
		align-items: center;
		flex-direction: row;
	}

	.helpcenter .helpcenter-category .related-tags a{
		padding: 6px 10px 5px 10px;
		background-color: #c3efe4;
		border-radius: 99px;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-size: 11px;
		line-height: normal;
		color: #3dac93;
		margin-left: 10px;
		white-space: nowrap;
		display: block;
		width: auto;
		margin: 5px 10px !important;
	}

/* MÃƒâ€œDULO DE ARTIGOS END*/

/* HOME */

	.home.helpcenter #et-main-area .image_top{
		background-image: url('/wp-content/uploads/2025/07/img_helpcenter_top.png');
		height: 200px;
		background-size: cover;
		background-position: center 30%;
		background-repeat: no-repeat;
		position: relative;
		margin-bottom: -40px;
	}

	.home.helpcenter #et-main-area .image_top:after{
		content:"";
		width: 100%;
		display: block;
		height: 40px;
		position: absolute;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		bottom: 0;
	}

	.home.helpcenter .topo{
		flex-direction: column;
	}

	.home.helpcenter .topo .sub{
		max-width:800px;
		margin:auto;
		text-align:center
	}

	.home h4{
		line-height: 130%;
		font-size: 15px;
	}

	.home.helpcenter .topo .search{
		border: 0;
		margin: 15px auto 0px auto;
		max-width: 660px;
	}

	.home.helpcenter .topo .sub_title{
		font-size: 15px;
	}

	.home.helpcenter .topo{
		padding-top: 0;
	}

	.home.helpcenter .primeiros-passos{
		margin: 30px 0 50px 0;
	}

	.home.helpcenter h4.sub{
		max-width: 500px;
		margin: auto;
		text-align: center;
	}

	.home.helpcenter .primeiros-passos .itens{
		display: flex;
		margin-top: 20px;
	}

	.home.helpcenter .primeiros-passos .itens .item{
		display: flex;
		width: fit-content;
		margin: auto 25px auto 0;
		max-width: 420px;
		border-radius: 10px;
	}

	.home.helpcenter .primeiros-passos .itens .item:first-of-type{
		margin-left: auto;		
	}

	.home.helpcenter .primeiros-passos .itens .item:last-of-type{
		margin-right: auto;		
	}

	.home.helpcenter .primeiros-passos .itens .item .image{
		margin: auto 15px auto auto;
		width: 30%;
	}

	.home.helpcenter .primeiros-passos .itens .item .logo{
		margin: auto auto auto 15px;
		max-width: 120px;
	}

	.home.helpcenter .primeiros-passos .itens .item.eyer{
		background-color: #f0f0f0;
	}

	.home.helpcenter .primeiros-passos .itens .item.eyer2{
		background-color: #000000;
	}

	.home.helpcenter .title.logo{
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.home.helpcenter .title.logo picture{
		width: 100px;
		display: inline-block;
		vertical-align: middle;
		margin: auto;
	}

	.home.helpcenter .title.logo span{
		font-size: 15px;
		margin: auto;
	}

	.home.helpcenter .faq-accordion{
		margin: 20px auto 40px auto;
		max-width: 900px;
	}

	.home.helpcenter .faq-accordion .faq-item .faq-title{
		font-size: 18px;
		padding: 20px 0 20px 41px;
		background-image: url('/wp-content/uploads/2025/07/icon_positive.svg');
		border: 1px solid #cdcdcd;
		background-repeat: no-repeat;
		background-position: left 15px center;
		background-size: 12px;
		margin-bottom: 15px;
		border-radius: 5px;
	}

	.home.helpcenter .faq-accordion .faq-item .faq-content{
		padding: 0px 25px 25px;
	}

	.home.helpcenter .faq-accordion .faq-item .faq-title.open{
		background-image: url('/wp-content/uploads/2025/07/icon_negative.svg');

	}

/* HOME END */


/* ARCHIVE */
	
	.helpcenter.archive .wrap{
		width: 800px;
		margin: auto;
	}

	.helpcenter.archive .wrap.image_top{
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		padding-top: 70px;
	}

	.helpcenter.archive .title_cat{
		font-size: 55px;
		text-align: center;
	}

	.helpcenter.archive .category-image{
		width: 120px;
		display: inline-block;
		margin: auto;
		object-fit: contain;
	}
	
	.helpcenter.archive .title_art{
		font-size: 23px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 11px;
		margin: 50px 0 20px 0;
	}

	.helpcenter.archive .title_cat span{
		display: block;
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}

	.helpcenter.archive .taxonomy{
		display: flex;
		margin: 15px auto;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}

	.helpcenter.archive .taxonomy a{
		margin: 5px 10px !important;
	}
	
	.helpcenter.archive .taxonomy a:first-of-type{
		margin-left: 0 !important;
	}
	
	.helpcenter.archive .taxonomy a:last-of-type{
		margin-right: 0 !important;
	}
/* ARCHIVE END */

/* SINGLE PAGE */
	
	.helpcenter #content-area{
		flex-wrap: wrap;
	}
	
	.helpcenter #content-area .top{
		display: flex;
		width: 100%;
	}
	
	.helpcenter .button.request_a_quote{
		display:none;
	}
	
	.helpcenter  #main-content .container:before{
		display:none;
	}
	
	.helpcenter #content-area .back{
		background-color: #ededed;
		display: inline-flex;
		padding: 10px 15px 10px 10px;
		border-radius: 99px;
		color: black;
		margin: auto 0;
	}
	
	.helpcenter #content-area .back svg{
		width: 15px;
		height: 15px;
		margin: auto;
	}
	
	.helpcenter #content-area .back span{
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 3px;
		margin: auto auto auto 10px;
		line-height: normal;
	}
	
	.helpcenter #content-area .top .title{
		font-size: 20px;
		margin: auto auto auto 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 100;
	}
	
	.helpcenter #content-area #left-area{
		margin-top: 40px;
		width: 70%;
	}
	
	.helpcenter #content-area #left-area .support{
		font-size: 16px;
		margin-top: 20px;
		line-height: 140%;
	}
	
	.helpcenter #content-area #left-area .helpful{
		border-top: 1px solid #cfcfcf;
		margin-top: 30px;
		padding-top: 30px;
		display: flex;
	}
	
	.helpcenter #content-area #left-area .helpful .loading{
		margin: auto !important;
		font-size: 18px;
	}

	.helpcenter #content-area #left-area .helpful .helpful-message{
		margin: auto !important;
		font-size: 18px;
		display:none;
	}

	.helpcenter #content-area #left-area .helpful span{
		margin: auto 0 auto auto;
		font-size: 18px;
	}
	
	.helpcenter #content-area #left-area .helpful .buttons{
		display: flex;
		margin: auto auto auto 0;
	}
	
	.helpcenter #content-area #left-area .helpful .buttons .button{
		border: 1px solid;
		padding: 10px 20px;
		border-radius: 5px;
		margin-left: 15px;
		font-weight: 500;
		font-size: 15px;
		cursor: pointer;
	}

	.helpcenter #content-area #left-area .helpful .buttons .button:hover{
		background-color:#efefef;
		border-color:#c8c8c8;
	}

	.helpcenter #content-area .right-area{
		width: 30%;
		position: sticky;
		top: 140px;
		display: inline-block;
	}
	
	.helpcenter #content-area article h1{
		font-size: 56px;
		font-weight: 100;
		line-height: 120%;
		position: sticky;
	}
	
	.helpcenter #content-area article .metas{
		display: flex;
		margin: 15px 0;
	}
	
	.helpcenter #content-area article .metas &gt; div{
		display: flex;
		margin-right: 15px;
	}
	
	.helpcenter #content-area article .metas &gt; div .title{
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	
	.helpcenter #content-area article .metas &gt; div a,
	.helpcenter.archive .taxonomy a{
		padding: 6px 10px 5px 10px;
		background-color: #c3efe4;
		border-radius: 99px;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-size: 11px;
		line-height: normal;
		color: #3dac93;
		margin-left: 10px;
		white-space: nowrap;
	}
	
	.helpcenter #content-area article .entry-content{
		margin-top: 35px;
	}
	
	.helpcenter #content-area article .entry-content p{
		font-size: 18px;
		line-height: 150%;
	}
	
	.helpcenter #content-area article .entry-content .wp-block-image{
		overflow: hidden;
		border-radius: 15px;
	}

	.helpcenter #content-area .right-area .related h2{
		margin-bottom: 25px;
	}
	
	.helpcenter #content-area .right-area .related .itens a{
		margin: 5px 0;
		display: block;
		border-bottom: 1px solid #d7d7d7;
		padding: 5px 0;
	}
	
	.helpcenter #content-area .right-area .related .itens a:last-of-type{
		border-bottom:0
	}
	
	.helpcenter #content-area .right-area .related .itens a:hover h4{
		color:gray;
	}
	
	.helpcenter #content-area .right-area .related .itens a h4{
		font-size: 15px;
	}

/* SINGLE END */




/* RESPONSIVO */
 
@media (max-width: 980px) {
	
}
 
@media (max-width: 768px) {
	
	.helpcenter .topo{
		flex-direction: column;
		padding-top: 0;
	}

	.helpcenter .topo .search{
		flex-direction: column;
		margin: auto;
		padding: 0;
		border: none;
	}

	.helpcenter .topo .sub_title{
		margin: auto auto 25px auto;
	}

	.helpcenter .view_articles article{
		width: 100%;
		margin-bottom: 15px;
	}

	.helpcenter article a{
		padding: 20px 0;
	}

	.helpcenter .terms .term article a{
		padding: 20px 0;
	}

	.helpcenter article.more a{ 
		padding-left: 40px !important;
	}

	.helpcenter .home .terms .term{
		width: 100%;
		padding: 20px;
		margin-bottom: 30px;
	}

	.helpcenter .bottom{
		flex-direction: column;
		width: 100%;
	}

	.helpcenter .bottom .text div{
		font-size: 15px;
	}

	.helpcenter .bottom .info{
		border-left: 0;
		width: 100%;
		margin: 10px 0;
	}

	.helpcenter #content-area article h1{
		font-size: 36px;
	}

	.helpcenter #content-area article .metas{
		flex-direction: column;
	}

	.helpcenter #content-area article .metas &gt; div{
		margin: 5px 0;
		flex-wrap: wrap;
	}

	.helpcenter #content-area article .metas &gt; div a, 
	.helpcenter.archive .taxonomy a{
		width: auto;
		margin: 6px;
		font-size: 13px;
	}

	.helpcenter #content-area article .metas &gt; div .title{
		margin: auto 10px auto 0;
	}

	.helpcenter #content-area .right-area{
		width: 100%;
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.helpcenter #content-area .right-area .related .itens a h4{
		font-size: 16px;
		padding: 15px 0;
	}

	.helpcenter #content-area .right-area .related h2{
		margin-bottom: 15px;
	}

	.helpcenter #content-area .top .back{
		padding: 8px 11px 9px 7px;
	}

	.helpcenter #content-area .top .back span{
		font-size: 13px;
	}

	.helpcenter .topo .main_title h2{
		font-size: 46px;
	}

	.helpcenter.archive .wrap{
		width: 100%;
	}

	.helpcenter.archive .taxonomy a{
		margin: 10px !important;
		font-size: 13px;
	}

	.helpcenter.search-results main .terms .term{
		padding: 0;
	}

	.home.helpcenter .primeiros-passos .itens{
		flex-direction: column;
	}

	.home.helpcenter .primeiros-passos .itens .item{
		margin-bottom: 20px;
    	width: 100%;
	}

	.helpcenter .view_articles a{
		padding: 20px;
	}

	.helpcenter .onlinetraining .info{
		flex-direction: column;
	}

	.helpcenter .onlinetraining .button{
		margin: 10px auto;
		width: 100%;
	}

	
}

@media (max-width: 479px) {

}</pre></body></html>