/*			Menor Resolução			*/



@media (max-width: 768px) { 
.col-xs-12 {
	padding: 0;
}
.row {
	margin-right: 0;
}
.container {
	padding-right: 0;
}
.xs-padding-none{
	padding: 0px !important;
}

.img-about{
	width: 275px; 
	height: 260px;
	border-radius:10%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin: 0 auto;
}

.container-login{
	position: absolute;
	width: 60%;
	height: auto;
	top: 50%;
	left: 25%;
	-webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    transform: translateY( -50% );
}

.container-assinar{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    transform: translateY( -50% );
}

.background-assinar{
	position: relative;
    width: 100%;
    min-height: 200%;
    text-align: center;
    color: #fff;
    background-color: #2E688A;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.login{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.cadastro{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}


.cadastro-assinatura{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.button-login{
	width: 40%;
	height: 100%;
	background: #1B7FC7;
	border: 1px solid #1B7FC7;
	cursor: pointer;
	border-radius: 2px;
	color: #FFF;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin: 10px 0 5px 0;
}

.button-criar {
	width: 53%;
	height: 100%;
	background: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin: 10px 0 5px 5px;
}

.button-cadastrar{
	width: 60%;
	height: 100%;
	background: #1B7FC7;
	border: 1px solid #1B7FC7;
	cursor: pointer;
	border-radius: 2px;
	color: #FFF;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin: 10px 0 5px 0;
}
    
.telefone-header {
    position: relative;
    margin-left: 30%;
    font-size: 19px;
    font-family: Tahoma;
    color: #000;
    bottom: 0;
}

.background-pagamentos{
	position: relative;
    width: 100%;
    min-height: 100%;
    color: #fff;
    background-image: url(../images/header-login.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.pagamentos-box{
	position: relative;
    width: 80%;
    height: 70%;
    margin: 30% 0 0 10%;
}

.assinar{
	position: relative;
    height: 350px;
}


}



/*			Fim Menor Resolução			*/



/*			Media-2 Resolução			*/



@media (min-width: 768px) and (max-width: 991px){ 

.img-about{
	width: 270px; 
	height: 270px;
	border-radius:10%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin: 0 auto;
}

.container-login{
	position: absolute;
	width: 50%;
	height: auto;
	top: 50%;
	left: 25%;
	-webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    transform: translateY( -50% );
}

.container-assinar{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    transform: translateY( -50% );
}

.background-assinar{
	position: relative;
    width: 100%;
    min-height: 110%;
    text-align: center;
    color: #fff;
    background-color: #2E688A;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.login{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.cadastro{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.cadastro-assinatura{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.button-login{
	width: 45%;
	height: 100%;
	background: #1B7FC7;
	border: 1px solid #1B7FC7;
	cursor: pointer;
	border-radius: 2px;
	color: #FFF;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin: 10px 0 5px 0;
}

.button-criar {
	width: 45%;
	height: 100%;
	background: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin: 10px 0 5px 5px;
}


.button-cadastrar{
	width: 45%;
	height: 100%;
	background: #1B7FC7;
	border: 1px solid #1B7FC7;
	cursor: pointer;
	border-radius: 2px;
	color: #FFF;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin: 10px 0 5px 0;
}
    
.telefone-header {
    position: absolute;
    margin-left: 15%;
    font-size: 19px;
    font-family: Tahoma;
    color: #000;
    bottom: 0;
}

.navbar-default.affix > span.telefone-header {
	color: #000;
}

.background-pagamentos{
	position: relative;
    width: 100%;
    min-height: 100%;
    color: #fff;
    background-image: url(../images/header-login.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.pagamentos-box{
	position: relative;
    width: 80%;
    height: 70%;
    margin: 23% 0 0 10%;
}

.assinar{
	position: relative;
    height: 350px;
}

}



/*			Fim Media-2 Resolução			*/



/*			Media-1 Resolução			*/



@media (min-width: 992px) and (max-width: 1199px){ 

.img-about{
	width: 250px; 
	height: 250px;
	border-radius:10%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin: 0 auto;
}

.container-login{
	position: absolute;
	width: 50%;
	height: auto;
	top: 50%;
	left: 25%;
	-webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    transform: translateY( -50% );
}

.container-assinar{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    transform: translateY( -50% );
}

.background-assinar{
	position: relative;
    width: 100%;
    min-height: 110%;
    text-align: center;
    color: #fff;
    background-color: #2E688A;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.login{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.cadastro{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.cadastro-assinatura{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.button-login{
	width: 45%;
	height: 100%;
	background: #1B7FC7;
	border: 1px solid #1B7FC7;
	cursor: pointer;
	border-radius: 2px;
	color: #FFF;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin: 10px 0 5px 0;
}

.button-criar {
	width: 45%;
	height: 100%;
	background: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin: 10px 0 5px 5px;
}


.button-cadastrar{
	width: 45%;
	height: 100%;
	background: #1B7FC7;
	border: 1px solid #1B7FC7;
	cursor: pointer;
	border-radius: 2px;
	color: #FFF;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin: 10px 0 5px 0;
}
    
.telefone-header {
    position: absolute;
    margin-left: 28%;
    font-size: 19px;
    font-family: Tahoma;
    color: #000;
    bottom: 0;
}

.navbar-default.affix > span.telefone-header {
	color: #000;
}

.background-pagamentos{
	position: relative;
    width: 100%;
    min-height: 100%;
    color: #fff;
    background-image: url(../images/header-login.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.pagamentos-box{
	position: relative;
    width: 80%;
    height: 70%;
    margin: 17% 0 0 10%;
}

.assinar{
	position: relative;
    height: 350px;
}


}



/*			Fim Media-1 Resolução		*/



/*			Maior Resolução			*/



@media (min-width: 1200px) {

	.img-about{
		width: 260px;
		height: 250px;
		border-radius:10%;
	    -moz-border-radius:10%;
	    -webkit-border-radius:10%;
	    margin: 0 auto;
	}

	.container-login{
		position: absolute;
		width: 50%;
		height: auto;
		top: 50%;
		left: 25%;
		-webkit-transform: translateY( -50% );
	    -moz-transform: translateY( -50% );
	    transform: translateY( -50% );
	}

	.container-assinar{
		position: absolute;
		width: 100%;
		height: auto;
		top: 50%;
		-webkit-transform: translateY( -50% );
	    -moz-transform: translateY( -50% );
	    transform: translateY( -50% );
	}

	.background-assinar{
		position: relative;
	    width: 100%;
	    min-height: 115%;
	    text-align: center;
	    color: #fff;
	    background-color: #2E688A;
	    background-position: center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}

	.login{
		height: 75%;
		width: 75%;
		margin: 0 auto;
		z-index: 2;
	}

	.cadastro{
		height: 75%;
		width: 75%;
		margin: 0 auto;
		z-index: 2;
	}

	.cadastro-assinatura{
		height: 75%;
		width: 75%;
		margin: 0 auto;
		z-index: 2;
	}

	.button-login{
		width: 45%;
		height: 100%;
		background: #1B7FC7;
		border: 1px solid #1B7FC7;
		cursor: pointer;
		border-radius: 2px;
		color: #FFF;
		font-family: 'Exo', sans-serif;
		font-size: 16px;
		font-weight: 400;
		padding: 6px;
		margin: 10px 0 5px 0;
	}

	.button-criar {
		width: 45%;
		height: 100%;
		background: #FFF;
		border: 1px solid #FFF;
		cursor: pointer;
		border-radius: 2px;
		color: #000;
		font-family: 'Exo', sans-serif;
		font-size: 16px;
		font-weight: 400;
		padding: 6px;
		margin: 10px 0 5px 5px;
	}

	.button-cadastrar{
		width: 45%;
		height: 100%;
		background: #1B7FC7;
		border: 1px solid #1B7FC7;
		cursor: pointer;
		border-radius: 2px;
		color: #FFF;
		font-family: 'Exo', sans-serif;
		font-size: 16px;
		font-weight: 400;
		padding: 6px;
		margin: 10px 0 5px 0;
	}
	    
	.telefone-header {
	    position: absolute;
	    margin-left: 28%;
	    font-size: 19px;
	    font-family: Tahoma;
	    color: #000;
	    bottom: 0;
	}
	   

	.navbar-default.affix > span.telefone-header {
		color: #000;
	}
	    
	.texto-contato {
	 padding-left: 65px;   
	}
	.texto-contato2 {
	 padding-right: 190px;   
	}

	.background-pagamentos{
		position: relative;
	    width: 100%;
	    min-height: 100%;
	    color: #fff;
	    background-image: url(../images/header-login.jpg);
	    background-position: center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}


	.pagamentos-box{
		position: relative;
	    width: 80%;
	    height: 70%;
	    margin: 15% 0 0 10%;
	}

	.assinar{
		position: relative;
	    height: 350px;
	}


}



/*			Fim Maior Resolução		*/








/*			Pagina e Container Login/Cadastro			*/


.background-padrao{
	position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    background-color: #2E688A;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.background-empresa{
	position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    background-color: #2e688a;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.background-contato{
	position: relative;
    width: 100%;
    min-height: 60%;
    text-align: center;
    color: #fff;
    background-color: #2E688A;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.background-login{
	position: relative;
    width: 100%;
    min-height: 75%;
    text-align: center;
    color: #fff;
    background-color: #2E688A;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.contato{
	padding: 10px;
	border: 1px solid;
	border-radius: 5px;
}

.box-login{
	border: 1px solid;
	border-radius: 5px;
}


.campo-input{
	width: 95%;
	height: 100%;
	background: #FFF;
	border: 2px solid #FFF;
	border-radius: 2px;
	color: #1B7FC7;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 3px;
}


.button-login:hover{
	opacity: 0.8;
	background-color: #1B7FC7;
	color: #FFF;
	border: 1px solid #1B7FC7;
}
.button-criar:hover{
	opacity: 0.8;
	background-color: #1B7FC7;
	color: #FFF;
	border: 1px solid #1B7FC7;
}
.button-cadastrar:hover{
	opacity: 0.8;
	background-color: #1B7FC7;
	color: #FFF;
	border: 1px solid #1B7FC7;
}


.button-login:active{
	opacity: 0.6;
}
.button-criar:active{
	opacity: 0.6;
}
.button-cadastrar:active{
	opacity: 0.6;
}

.campo-input:focus{
	outline: none;
	border: 2px solid #1B7FC7;
	border-radius: 2px;
}

.button-login:focus{
	outline: none;
}
.button-criar:focus{
	outline: none;
}
.button-cadastrar:focus{
	outline: none;
}


::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}



.cadastro{
	display: none;
}

#alerta-cadastro {
    font-family: 'Exo', sans-serif;
    border-radius: 2px;
    position: relative;
    display: none;
    padding: 16px;
    width: 70%;
    height: auto;
    z-index: 200;
    margin: 0 auto;
}

#alerta-login {
    font-family: 'Exo', sans-serif;
    border-radius: 2px;
    position: relative;
    display: none;
    padding: 16px;
    width: 70%;
    height: auto;
    z-index: 200;
    margin: 0 auto;
}

#alerta {
    font-family: 'Exo', sans-serif;
    border-radius: 2px;
    position: relative;
    display: none;
    padding: 16px;
    width: 70%;
    height: auto;
    z-index: 200;
    margin: 0 auto;
}





/*			Fim Pagina e Container Login/Cadastro			*/




/*			Pagina e Container Retorno Pagseguro			*/


.retorno-pagseguro{
	margin-top: 50px;
}


/*			Fim Pagina e Container Retorno Pagseguro			*/






/*			Padrão para Includes 			*/



.popup-general {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    position: absolute;
    display: none;
    padding: 16px;
    width: 400px;   
    height: 100px;
    z-index: 200;	
}



.alert {
	text-align: center;
}

.form-field {
	float: left;
	width: 100%;
}

.form-field-all-width {
	margin: 15px 0 15px 0;
	float: left;
	width: 100%;
	clear: both;	
}

.form-field-all-width-section {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	clear: both;	
}

#lean_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
    z-index: 190;
}


/* 				Fim Padrão Include 	  */









/* 			Cores 			*/

.navbar-default.affix > div > span {
    color: #000;
}

.navbar-cor {
	background-color: #1B7FC7;
}

.background-white {
	background-color: #FFF !important;
}

.background-white-opacity {
	background:rgba(255, 255, 255, 0.5);
}

.background-black {
	background-color: #000 !important;
}

.background-blue {
	background-color: #7DBAD4 !important;
}

.background-orange {
	background-color: #F7814D !important;
}

.transparente {
	background-color: transparent !important;
}



/*				Fim Cores 			*/







/*				Texto 				*/

.text-padrao {
	font-family: sans-serif !important;
	color: #030803 !important;
	font-size: 12px;
}

.text-medio {
	font-family: sans-serif !important;
	color: #030803 !important;
	font-size: 16px;
}

.text-maior {
	font-family: sans-serif !important;
	color: #030803 !important;
	font-size: 23px;
}

.text-maior-nocolor {
	font-family: sans-serif !important;
	font-size: 23px;
}

.text-centro {
	text-align: center !important;
}


.txt-color-black{
	color: #000;
}


/*				Fim Texto 			*/







/*				Adicionais			*/


.margin-left {
	margin-left: 20px;
}
.margin-right {
	margin-right: 20px;
}
.margin-top {
	margin-top: 20px;
}

.margin-top-maior {
	margin-top: 80px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-right-left {
	margin: 0 10px 0 10px;
}
.margin-top-bottom {
	margin: 10px 0  10px 0;
}
.margin-padrao{
	margin: 10px 10px 10px 10px;
}
.no-margin{
	margin: 0 !important;
}
.margin-centro {
	margin: 0 auto !important;
}




.padding-left {
	padding-left: 20px;
}
.padding-right {
	padding-right: 20px;
}
.padding-top {
	padding-top: 20px;
}
.padding-bottom {
	padding-bottom: 20px;
}
.padding-right-left {
	padding: 0 10px 0 10px;
}
.padding-top-bottom {
	padding: 10px 0  10px 0;
}
.padding-padrao{
	padding: 10px 10px 10px 10px;
}
.no-padding {
	padding: 0 !important;
}



.no-float {
	float: none !important;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}



.opacidade {
	opacity: 0.8 !important;
}


.relative{
	position: relative;
}
.absolute{
	position: absolute;
}

.clear{
	clear: both !important;
}

.min-height{
	min-height: 100%;
}

.display-none{
	display: none;
}


/*		Fim Adicionais		*/







/*			Border			*/



.radius {
	border-radius: 10px !important;
}
.radius-menor {
	border-radius: 5px !important;
}

.border-color{
	border: 1px solid #88C1DD !important;
}

.border-padrao{
	border: 1px solid #000 !important;
}

.transparente > td {
	border: 1px solid #FFF !important;
} 




/*			Fim 	Border			*/


#lockScreen {
    position: fixed;
    top: 0px;
    left: 0px;
    height:100% !important; 
    width:100% !important; 
    background: rgba(139, 139, 142, .8);
    z-index: 9999;
}


.barLock {
  color: #1d26e5;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 20px;
  width: 200px;
  z-index: 200;
}

.campo-input::-webkit-input-placeholder { color: rgba( 0, 0, 0, 1 ); }
.campo-input:-moz-placeholder { color: rgba( 0, 0, 0, 1 ); }
.campo-input::-moz-placeholder { color: rgba( 0, 0, 0, 1 ); }
.campo-input:-ms-input-placeholder { color: rgba( 0, 0, 0, 1 ); }

/** ADMIN **/

.field-produto-comum {
	float: left; 
	width: 220px;
}


/** /ADMIN **/



/** 		EMPRESA			 **/

.sinlge-skill {
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}


.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 60px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 0%, rgba(45,125,164,1) 0%); 
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(0%,rgba(242,242,242,1)), color-stop(0%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(45,125,164,1) 0%); 
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(45,125,164,1) 0%); 
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(45,125,164,1) 0%); 
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(45,125,164,1) 0%); 
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 0%, rgba(106,164,47,1) 0%); 
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(0%,rgba(242,242,242,1)), color-stop(0%,rgba(106,164,47,1))); 
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(106,164,47,1) 0%); 
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(106,164,47,1) 0%); 
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(106,164,47,1) 0%); 
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(106,164,47,1) 0%); 
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 0%, rgba(255,189,32,1) 0%); 
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(0%,rgba(242,242,242,1)), color-stop(0%,rgba(255,189,32,1))); 
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(255,189,32,1) 0%); 
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(255,189,32,1) 0%); 
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(255,189,32,1) 0%); 
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(255,189,32,1) 0%); 
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 0%, rgba(219,54,21,1) 0%); 
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(0%,rgba(242,242,242,1)), color-stop(0%,rgba(219,54,21,1))); 
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(219,54,21,1) 0%); 
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(219,54,21,1) 0%); 
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(219,54,21,1) 0%); 
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(219,54,21,1) 0%); 
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}


/** 		EMPRESA			 **/