/* Add here all your CSS customizations */

ul.list { list-style-image: url('../img/list-icon.jpg'); }

ul.list li {
  font-size: 18px;
  line-height: 22px;
  padding: 0px 0px 0px 10px;
}

.taller {
	margin: 84px 0;
}

/*******************************************************
 * SPRITES CSS
*******************************************************/

.icone { background-image: url('../img/sprites.png'); background-repeat: no-repeat; display: inline-block; }
.icone:hover { text-decoration: none; }

.icone-logo { background-position: 0 -16px; width: 325px; height: 96px; }
.icone-facebook { background-position: -348px 0;	width: 36px; height: 36px; }
.icone-linkedin { background-position: -348px -38px; width: 36px; height: 36px; }

.icone-servicos { background-image: url('../img/sprites-servicos.png'); background-repeat: no-repeat; display: inline-block; }
.icone-servicos:hover { text-decoration: none; }

.icone-servicos-big-data { background-position: 0 0; width: 91px; height: 91px; }
.icone-servicos-storage { background-position: -123px -6px; width: 80px; height: 80px; }
.icone-servicos-treinamento { background-position: -246px -4px; width: 77px; height: 86px; }
.icone-servicos-microsoft { background-position: -355px -16px; width: 103px; height: 70px; }
.icone-servicos-mobilidade { background-position: -495px -11px; width: 76px; height: 79px; }
.icone-servicos-rede { background-position: -604px -2px; width: 87px; height: 87px; }

.icone-servicos-analise { background-position: 0 -124px; width: 169px; height: 170px; }
.icone-servicos-data-center { background-position: -221px -128px; width: 249px; height: 170px; }
.icone-servicos-seguranca { background-position: -514px -123px; width: 177px; height: 170px; }

/*******************************************************
 * SITE
*******************************************************/

div.slider-container {  background: #007EBB; }
div.home-intro { background-color: #0A6FA0; }

.slider-container div.blackboard-text { color: #FFF !important; }

#footer { color: #FFF; }
#footer p { color: #FFF; }


/* paginas */

.body > header { padding-top: 15px; }

.produtos .main h3,
.servicos .main h3 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 30px;
}