#wpcontent { padding-right: 20px; }
#wpwrap{ padding-bottom: 60px;}
i:hover{ color:black; }
#adminmenu{ margin-bottom:60px !important; }
.folded #adminmenu{ margin-bottom:90px !important; }

.transit{
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;	
}
/**************

FERRAMENTAS

***************/
ul.list-ferramentas a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #0085ba;
}
ul.list-ferramentas li {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}
ul.list-ferramentas li p {
    color: #333333;
    font-size: 12px;
    text-align: center;
}
ul.list-ferramentas li:last-child {
	border: 0;
	padding-bottom: 0;
}
ul.list-ferramentas li:last-child {
    margin-bottom: 0;
}
ul.list-ferramentas li span:first-child {
    width: 30%;
    padding: 0;
}
ul.list-ferramentas li span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 70%;
    margin-right: -4px;
    box-sizing: border-box;
    padding-left: 10px;
}
ul.list-ferramentas img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/**************

CONTEÚDO DINAMICO

***************/
.dinamic-content {
    padding: 20px;
    overflow-x: hidden;
}
.dinamic-content-box {
    height: calc(100% - 305px);
    overflow-x: hidden;
    padding-bottom: 0px;
    box-sizing: border-box;
}
.post {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    cursor: pointer;
}
.post:last-child {
    border: 0;
    padding-bottom:0;
}
.post.post-destaque .imagem, .post.post-destaque .conteudo {
    display: block;
    width: 100%;
    padding: 0;
}
.post .imagem {
    display: inline-block;
    width: 40%;
    margin-right: -4px;
    padding-right: 10px;
    vertical-align: middle;
    box-sizing: border-box;
}
.post img {
    display: block;
    width: 100%;
}
.post.post-destaque .imagem, .post.post-destaque .conteudo {
    display: block;
    width: 100%;
    padding: 0;
}
.post .conteudo {
    display: inline-block;
    width: 60%;
    margin-right: -4px;
    text-align: center;
    vertical-align: middle;
}
.conteudo h2 {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
    line-height: 15px;
}
.conteudo p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #696969;
}

/**************

CONTEÚDO FIXO

***************/
.fixed-content {
    height: 158px;
    background: #e97c67;
    background: -moz-linear-gradient(left, #3a7bd6 0%, #00d2ff 100%);
    background: -webkit-linear-gradient(left, #e97c67 0%, #f2b886 100%);
    background: linear-gradient(to right, #e97c67 0%, #f2b886 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97c67', endColorstr='#f2b886',GradientType=1 );
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.fixed-content .box {
    display: inline-block;
    margin-right: -4px;
    width: 50%;
    margin-bottom: 0px;
    cursor: pointer;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #FFF;
    padding: 10px;
    box-sizing: border-box;
}
.fixed-content .box img {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
}
.fixed-content .box h3 {
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
}
.box.box-insight,
.box.box-ferramenta {
    border-left: 0;
}
.box.box-curso,
.box.box-contato {
    border-right: 0;
}

.box.box-insight,
.box.box-curso {
	border-top: 0;
}

.box.box-ferramenta,
.box.box-contato {
	border-bottom: 0;
}

/**************

MODAL

***************/
.mini-fade-gchelp {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.4);
    width: 100%;
    height: 100vh;
    display: none;
}

.mini-fade-gchelp-post {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.4);
    width: 100%;
    height: 100vh;
    display: none;
}
#modal-gchelp {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    z-index: 999999999;
}
.modal-gchelp-content {
    max-width: 100%;
    width: 500px;
    display: block;
    margin: 50px auto;
    padding: 80px 30px 30px 30px;
    background-color: #FFF;
    height: 90vh;
    overflow-x: hidden;
    box-sizing: border-box;
}
.modal-gchelp-content .imagem img {
    width: 100%;
}
.modal-gchelp-content h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.modal-gchelp-content h2, .modal-gchelp-content p {
    color: #000;
}
.modal-gchelp-content .espaco-video {
	height:250px;
	width: 100%;
}
.modal-gchelp-content #video-curso {
	bottom: 0;
	right: 0;
}
#close-modal-gchelp {
    position: absolute;
    right: 30px;
    top: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 2px solid #444444;
}
.modal-gchelp-content .texto p {
    font-size: 14px;
    line-height: 18px;
}
.modal-gchelp-content .texto img {
    max-width: 100%;
    height: auto;
}
.modal-gchelp-content .texto ul {
    list-style: disc;
    padding-left: 20px;
}
.modal-gchelp-content .texto ul li {
    margin-bottom: 20px;
    font-size: 14px;
}
.modal-gchelp-content .texto ul li ul {
    list-style: circle;
}
.modal-gchelp-content .texto ul li ul li:first-child {
    margin-top: 10px;
}
.modal-gchelp-content .texto h1 { font-size: 30px; }
.modal-gchelp-content .texto h2 { font-size: 24px; }
.modal-gchelp-content .texto h3 { font-size: 22px; }
.modal-gchelp-content .texto h4 { font-size: 18px; }
.modal-gchelp-content .texto h5 { font-size: 14px; }
.modal-gchelp-content .texto h6 { font-size: 12px; }


.noscroll {
	overflow: hidden !important;
}

/**************

BALOON

***************/
#close-pushbox {
    position: absolute;
    right: 0px;
    top: -20px;
    border: 2px solid #e77a65;
    color: #FFF;
    width: 20px;
    font-size: 18px;
    line-height: 18px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    background-color: #e97b66;
    opacity: 0;
    transition: 0.4s all;
}
.push-box {
	position: absolute;
	width: 260px;
    top: 0;
    left: -95px;
	text-align: center;
}

.push-box:hover #close-pushbox{
	opacity: 1;
}

.bubble {
    padding: 0px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    box-shadow: 1px 4px 11px 0px rgba(0, 0, 0, 0.27);
    box-sizing: border-box;
    opacity: 0;
    padding: 10px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}
/**************

GC HELP

***************/
#session {
    text-align: center;
    background-color: #bc6f5f;
    color: #FFF;
    padding: 5px 0;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.4s all;
}
#session.is-tech {
	background-color: #02bdff;
	color: #000;
}
#gc-help {
    position: fixed;
    z-index: 99999 !important;
    bottom: 20px;
    right: 100px;
    width: initial;
    height: 80px;
    font-family: 'Lato', sans-serif;
    transition: 0.4s all;
}
#gc-help.b-ativa{ opacity: 0; }
#gc-help.b-ative #logo-gc-help{display: none;}
	/*Logo Barra gC Help*/
	#logo-gc-help{
		position: absolute;
		cursor: pointer;
		height: 100%;
		right: 30px;
		bottom: 20px;
		margin: 0;
		width: 100px;
		text-align: center;
		color: white;
		font-weight: normal;
		background-image: url(../images/logo-p.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 65%;
	}

	#logo-gc-help::after {
		position: absolute;
		top: 22px;
		left: 60px;
		content: '';
		cursor: pointer;
		height: 30px;
		margin: 0;
		width: 0px;
		text-align: center;
		color: white;
		font-weight: normal;
		background-image: url(../images/logo-p2.png);
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1;
		transition: 0.4s all;
	}

	#logo-gc-help.is-tech::after {
		background-image: url(../images/tech-logo-p2.png);
	}

	#logo-gc-help:hover::after {
		width: 105px;
	}
	
	/*Alert com o numero de notificações não lidas*/
	#alerta-gc-help{
		background-color: #ff4b00;
		width: 12px;
		height: 12px;
		padding: 2px;
		position: absolute;
		top: 7px;
		right: 28px;
		border-radius: 100%;
		font-size: 11px;
		line-height: 12px;
		text-align: center;
		box-shadow: 0px 0px 3px -1px black;
	}

	/*Barra gC Help*/
	#barra-gc-help{
	    width: 90px;
	    height: 0;
	    position: relative;
	}
		/*Efeito da Barra*/
		#barra-gc-help.efeito-barra{
			width:100%;	
		}
		/*Aba com as Notificações*/
		#aba-notificacao-gc-help{
		    transition: 0.4s all;
		}
		.cont-aba{
		    width: 300px;
		    height: 0vh;
		    background-color: #f9f9f9;
		    position: fixed;
		    bottom: 0;
		    overflow: hidden;
		    right: 0;
		    z-index: 9;
		    box-shadow: 0px 0px 6px -2px black;
		}
			/*Efeito da Barra*/
			#aba-notificacao-gc-help.efeito-aba-notificacao{
			    height: 85vh;
			    z-index: 9999999 !important;
			}
			.introjs-overlay-element {
			    position: absolute;
			    left: 0;
			    top: 0;
			    width: 100%;
			    height: 100%;
			    background-color: rgba(0,0,0,0.5);
			    z-index: 9;
			}
			/*Topo Aba de Notificações*/
			#topo-an-gc-help{} 
			.topo-aba{
			    border-bottom: 1px solid white;
			    padding: 15px 20px;
			    line-height: 30px;
			    color: transparent;
			    font-size: 14px;
			    background: #e97c67;
			    background: -moz-linear-gradient(left, #3a7bd6 0%, #00d2ff 100%);
			    background: -webkit-linear-gradient(left, #e97c67 0%, #f2b886 100%);
			    background: linear-gradient(to right, #e97c67 0%, #f2b886 100%);
			    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97c67', endColorstr='#f2b886',GradientType=1 );
			}

			.topo-aba-logo {
			    background-image: url(../images/logo.png);
			    background-position: center;
			    background-repeat: no-repeat;
			    width: 110px;
			    height: 50px;
			    position: absolute;
			    left: 0px;
			    right: 0;
			    top: 5px;
			    margin: auto;
			}
				i.btn-fechar-tan{
					float: right;
					cursor: pointer;
					background-image: url("../images/x.png");
					background-size: contain;
					width: 23px;
					height: 23px;
					margin: 0;
					opacity:1;
				}
				i.btn-fechar-tan:hover{ opacity: 0.7; }
			
			/*Main da aba de Notificação*/
			#main-an-gc{
				overflow-x: hidden;
				position:relative;
			}
			.welcome-msge {
			    margin: 0;
			    padding: 10px;
			    text-align: center;
			    background-color: #FFF;
			    box-shadow: 1px 4px 21px -3px #a2a2a2;
			}
			.welcome-msge p {
			    margin: 0;
			}
			.efeito-oc{ overflow:hidden !important; }
				.cont-categorias,
				.cont-sub_categorias{ 
					margin:0;
					padding:0;
					width: 300px;
					height: 100%;
					overflow-y: auto;
				}
					.categoria_link{
						border-bottom: solid 1px #cbcbcb;
						border-top: solid 1px #fff;
						overflow: hidden;
						color: black;
						background: #F3F3F3;
						position: relative;
						font-size: 15px;
						padding: 20px;
						margin: 0;
						cursor:pointer;
					}
					.categoria_link.cl_back{ padding:18px 20px; }
						.categoria_link:before{
							content: "\f345";
							position: absolute;
							top: 56%;
							right: 20px;
							margin-top: -12px;
							height: 24px;
							font-family: inherit;
							font-size: 25px;
							color: #E4E4E4;
							font-family: dashicons;

						}
						.categoria_link.cl_back:before{
							content: "\f341";
							left: 20px;
							right: inherit;
						}
							.categoria_link:hover:before{ color:#e98e68; }
						.categoria_link:hover{
							color: #e98e68;
							background:#ebebeb;
						}
						.categoria_link.cl_back:hover{ background:#F5F5F5; }
						
						.categoria_link span{
							font-size: 17px;
							text-transform: uppercase;
							color: #e98e68;
						}
						.categoria_link small{
							display: block;
							color: #979696;
							font-size: 12px;
							line-height: 14px;
							margin-top: 5px;
						}

						/* PRO VERSION */
						.categoria_link.pro-version{
							background-color: #d8d8d8;
							cursor: default;
						}
						.categoria_link.pro-version:before{
							display: none;
						}
						.categoria_link.pro-version span{
							color: #b3b3b3 !important;
						}
						.categoria_link.pro-version small{
							color: #b3b3b3 !important;
						}
						.categoria_link.pro-version div{
						    position: absolute;
						    right: 15px;
						    top: 5px;
						    color: #2793ba;
						    font-size: 12px;
						}
						.categoria_link.cl_back small{ display:none; }
					
						/*Configuração Icon*/
						.c-cat-99 span:before {
							content: '';
							float: left;
							background-image: url("../images/icon-conf.png");
							background-size: contain;
							width: 21px;
							height: 21px;
							margin-right: 5px;
						}
						
					.cl_back{
						background: #F9F9F9;
						position: absolute;
						width: 100%;
						top: 0;
						left: 0;
						text-align: center;
						box-sizing: border-box;
					}
					.list-sub_categorias{
					    padding: 0;
					    overflow-y: auto;
					    overflow-x: hidden;
					    height: 105%;
					    position: relative;
					    top: 56px;
					    display: none;
					}
						.list-sub_categorias li{ margin:0; }
							.list-sub_categorias a,
							.list-sub_categorias .sem-link{
								height: auto;
								color: #595959;
								display: block;
								text-decoration: none;
								border-bottom: solid 1px #ECECEC;
								overflow: hidden;
								background: #FBFBFB;
								position: relative;
								font-size: 16px;
								line-height: 24px;
								padding: 12px 20px;
								margin: 0;
								cursor: pointer;
								font-weight:300;
							}
							.list-sub_categorias .sem-link{ 
								cursor:default;
							    background-color: #FFFFFF;
							}
								.list-sub_categorias a:hover{
									background-color:white;
									color: #e98e68;
									text-decoration:underline;
									padding-left:30px;
									padding-right: 10px;
								}
								small.desc{
									display: block;
									font-weight: bold;
									color: #6D6D6D;
									font-size: 12px;
								}
							/*
							.lightbox-video {
								background-image: url("../images/video.png");
								background-position: center;
							}
							*/
							
				/*Posicionamento*/	
				.cont-coluna1{
					-webkit-transform: translateX(0);
					-moz-transform: translateX(0);
					-ms-transform: translateX(0);
					transform: translateX(0);
				}
				.cont-coluna2{
					-webkit-transform: translateX(100%);
					-moz-transform: translateX(100%);
					-ms-transform: translateX(100%);
					transform: translateX(100%);
					position: absolute;
					top: 0;
					right: 0;
					z-index: 1;
				}
				.cont-coluna3{
					-webkit-transform: translateX(200%);
					-moz-transform: translateX(200%);
					-ms-transform: translateX(200%);
					transform: translateX(200%);
					position: absolute;
					top: 0;
					right: 0;
					z-index: 1;
				}
				/*Efeito de transição*/
				.cont-coluna1.efeito-categoria{
					-webkit-transform: translateX(-100%);
					-moz-transform: translateX(-100%);
					-ms-transform: translateX(-100%);
					transform: translateX(-100%);
				}
				.cont-coluna2.efeito-categoria{
					-webkit-transform: translateX(0);
					-moz-transform: translateX(0);
					-ms-transform: translateX(0);
					transform: translateX(0);
				}
				.cont-coluna3.efeito-categoria{
					-webkit-transform: translateX(100%);
					-moz-transform: translateX(100%);
					-ms-transform: translateX(100%);
					transform: translateX(100%);
				}
				/**/
				.cont-coluna1.efeito-sub-c{
					-webkit-transform: translateX(-200%);
					-moz-transform: translateX(-200%);
					-ms-transform: translateX(-200%);
					transform: translateX(-200%);
				}
				.cont-coluna2.efeito-sub-c{
					-webkit-transform: translateX(-100%);
					-moz-transform: translateX(-100%);
					-ms-transform: translateX(-100%);
					transform: translateX(-100%);
				}
				.cont-coluna3.efeito-sub-c{
					-webkit-transform: translateX(0);
					-moz-transform: translateX(0);
					-ms-transform: translateX(0);
					transform: translateX(0);
				}
				
			
			/*Footer Aba*/
			#footer-an-gc{}
			.help {
				border-top: solid 1px #CBCBCB;
				overflow: hidden;
				background: #E9E9E9;
				padding: 10px 0px;
				margin: 0;
				cursor: pointer;
				position: relative;
				width: 100%;
				text-align: center;
				background-color: #FA6C26;
				color: white;
				text-transform: uppercase;
				text-decoration: none;
				display: block;
				font-size: 16px;
				line-height: 30px;
				letter-spacing: 1px;
			}
				.help:hover{ background-color: #d54e21; }
			
		/*Icones Barra gC Help*/
		.icones-barra-gc-help{
			float: right;
			line-height: 40px;
			cursor: pointer;
			color: white;
			margin: 0 20px 0 0;
		}
		.icones-barra-gc-help:before{
				
		}
		
		i.btn-seta-gc {
			z-index: 1;
			position: relative;
			transform: rotate(0deg);
			opacity: 1;
			background-image: url("../images/icon-seta.png");
			background-repeat: no-repeat;
			background-position: center;
			width: 16px;
			height: 100%;
			margin: 0 12px;
			display: none;
		}
		i.animation-seta-gc{
			transform: rotate(180deg);
			opacity: 0.7;
			animation-name: seta-gc;
			animation-duration: 3s;
			animation-delay: 2s;
			animation-iteration-count: infinite;
			animation-timing-function: linear;
		}
		@keyframes seta-gc {
			0%   {margin-right: 20px !important;}
			7%   {margin-right: 15px !important;}
			14%  {margin-right: 20px !important;}
			100% {margin-right: 20px !important;}
		}
		i.animation-seta-gc:hover{ opacity:1; color:white; }





















/***************************


>>>>>>> GC HELP MSGE INFO


***************************/
.gchelp-info-msge {
    position: fixed;
    top: 0;
    padding: 20px;
    background-color: #FFF;
    z-index: 999999999999999;
    border-right: 5px solid #2793ba;
    border-bottom: 5px solid #2793ba;
    font-weight: bold;
    left: -999px;
}


.show-inf-msge {
  animation: show 3s;
  animation-fill-mode: forwards;
}

@keyframes show {
  0% {
    left: -999px;
  }
  50% {
    left: -999px;
  }
  100% {
    left: 0;
  }
}


























/***************************


>>>>>>> MODAL STYLE


***************************/
div.box-modal {
    position: fixed;
    right: -999px;
    bottom: 100px;
    height: 440px;
    background-color: #117aa0;
    background-image: linear-gradient(to right, #066e94, #44b3dc);
    z-index: 99999 !important;
	font-family: dashicons;
    width: 800px;
}

.box-modal::after {
    position: absolute;
    left: 170px;
    bottom: 14px;
    font-size: 50px;
    content: "\f347";
    animation: blinker 1s linear infinite;
    color: #FFF;
}

.box-modal.removeafter::after {
	display: none;
}

@keyframes blinker {  
  50% { opacity: 0; }
}


.box-modal.showModal {
    animation-name: show_modal;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
/* The animation code */
@keyframes show_modal {
    from {right: -999px;}
    to {right: 0px;}
}


.box-modal.hideModal {
    animation-name: hide_modal;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
/* The animation code */
@keyframes hide_modal {
    from {right: 0px;}
    to {right: -999px;}
}

.box-modal .header {
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	padding: 5px 0px;
	border-bottom: 1px solid #228eb5;
}
.box-modal .header .title {
    color: white;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 18px;
    width: 75%;
    padding-left: 20px;
}
.box-modal .header .close-btn {
	position: absolute;
	right: 10px;
	border: 2px solid white;
	padding: 10px 0px;
	line-height: 6px;
	border-radius: 50%;
	color: white;
	width: 25px;
	font-size: 20px;
	height: 5px;
	top: 50%;
	cursor: pointer;
	margin-top: -15px;
}
.box-modal iframe {
	height: 320px;
	display: block;
	width: 100%;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#logo-gc-help-modal {
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    width: 130px;
    height: 40px;
    color: white;
    font-weight: normal;
    background-image: url(../images/logo-p.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    z-index: 1;
}

.content-modal .text-content {
	float: left;
	width: 50%;
	padding: 0px 40px;
	box-sizing: border-box;
	background-color: transparent;
	height: 320px;
	overflow-x: hidden;
	color: white;
	position: relative;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.content-modal .text-content h1 {
	color: #FFF;
}
.content-modal .half {
	float: left;
	width: 50%;
}















/***************************


>>>>>>> MOBILE


***************************/
@media only screen and (max-width: 1200px) {
	.fixed-content .box img {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 960px) {
	.box-modal {
	    bottom: inherit;
	    top: 60px;
	    width: 95%;
	}
	.content-modal .half {
	    float: none;
	    width: 100%;
	}
	.content-modal .text-content {
		height: 180px;
	}
}

@media (max-width: 600px) {
		.cont-aba{ width:100%; }
			.cont-categorias, .cont-sub_categorias{ width:100%; }

	#aba-notificacao-gc-help.efeito-aba-notificacao {
		height: 100vh;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999999;
	}
	.modal-gchelp-content {
	    padding-bottom: 260px !important;
	}
	.modal-gchelp-content #video-curso {
	    left: 0;
	    margin: auto;
	    bottom: 60px !important;
	}
}

























/***************************


>>>>>>> INTRO CSS


***************************/
.introjs-overlay {
	position: absolute;
	box-sizing: content-box;
	z-index: 999999;
	background-color: #000;
	opacity: 0;
	background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: 9 !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
    box-sizing: content-box;
    position: absolute;
    z-index: 9999999 !important;
    border: 1px solid #FFF !important;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
       -o-box-sizing: content-box;
          box-sizing: content-box;
}

.introjs-helperNumberLayer {
	box-sizing: content-box;
	position: absolute;
	visibility: visible;
	top: -16px;
	left: -16px;
	z-index: 9999999999 !important;
	padding: 2px;
	font-family: Arial, verdana, tahoma;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	background-color: darkseagreen;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 3px solid white;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
	box-sizing: content-box;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.3em 0.8em;
	margin: 0;
	text-decoration: none;
	font: 11px/normal sans-serif;
	color: #fff;
	letter-spacing: 1px;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	background-color: #2793ba;
	border-radius: 0.2em;
	zoom: 1;
	margin-top: 10px;
	margin-right: 5px;
	transition: 0.4s all;
}

.introjs-button:hover,
.introjs-skipbutton:hover {
  background-color: #226d88;
  color: #FFF;
  text-decoration: none;
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-tooltiptext {
	color: #737373;
	font-size: 14px;
}
.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #FFF !important;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
     display: none;
}

.introjs-bullets {
  text-align: center;
  display: none;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
    border: 0;
    outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes introjspulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes introjspulse {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}










/***************************


>>>>>>> MAGNIFIC POPUP


***************************/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	overflow: hidden;
	position: fixed !important;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); 
}
.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; 
	max-height: 80vh;
	}
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



/*********************
```````TECH STYLE
/********************/

#logo-gc-help.is-tech {
	background-image: url(../images/tech-logo-p.png);
}
.topo-aba-logo.is-tech{
	background-image: url(../images/tech-logo.png);
}

.topo-aba.is-tech {
	background: #24282d;
	border:0;
}
.welcome-msge.is-tech {
    background-color: #25282e;
    color: #00bdff;
    box-shadow: none;
}
.dinamic-content-box.is-tech {
    background-color: #36383a;
    height: calc(100% - 345px);
}
.conteudo.is-tech p {
    color: #B5B5B1;
}
.conteudo.is-tech h2 {
	color: #02bdff;
}

.fixed-content.is-tech {
    height: 210px;
    background: #26282f;	
    border-top: 2px solid #02bdff;
}

.fixed-content.is-tech .box {
	border: 0;
	padding: 20px 10px 0px 10px;
	transition: 0.4s all;
}

.fixed-content.is-tech .box img {
    border: 2px solid #00bdff;
    border-radius: 50%;
    padding: 9px;
}

.fixed-content.is-tech .box.box-ative img {
    background-color: #00bdff;
    transition: 0.4s all;
}
.fixed-content.is-tech .box.box-ative {
    background-color: transparent !important;
}
.fixed-content .box.box-ative {
    background-color: #bb7060;
    transition: 0.4s all;
}

.fixed-content.is-tech .box h3 {
    font-size: 11px;
    color: #02bdff;
    font-weight: 300;
    letter-spacing: 3px;
}

ul.list-ferramentas.is-tech li span {
    color: #02bdff;
}
ul.list-ferramentas.is-tech li p {
	color: #bdbdbd;
}

div#dinamic-contato.is-tech h2 {
    color: #e6e6e6;
}
.dinamic-content.is-tech {
    color: #02bdff;
}
div#dinamic-contato.is-tech a {
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
}