/* Add here all your css styles (customizations) */
.bg-image-v1b {
  width: 100%;
  height: auto;
  padding: 20px 0;
  position: relative;
  background: url(../image/bg/EmpresaDiferenciais.jpg) repeat fixed;
  background-size: cover;
}


.bg-image-v1c {
	width: 100%;
	height: auto;
	padding: 20px 0;
	position: relative;
	background: url(../image/bg/EmpresaCarreiras.jpg) repeat fixed;
	background-size: cover;
}

.bg-image-v1d {
	width: 100%;
	height: auto;
	padding: 20px 0;
	position: relative;
	background: url(../image/bg/EmpresaColaboradores.jpg) repeat fixed;
	background-size: cover;
}

.btn-linkedin-inversed{
    font-size: 16px;
}

.testimonials-v3 .testimonials-v3-title {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 20px;
}


.testimonials-v3 .testimonials-v3-title span {
  font-size: 12px;
}

/*Owl Clients v2
------------------------------------*/
.owl-clients-v1 img {
  width: 120px;
  height: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.slider-inner .da-slider h1 {
    font-size: 16px;
    font-style: normal;
    text-align:center;
    color:lightgray;    
    padding: 0 5px;    
    background-color: rgba(0, 0, 0, 0.6);    
}

/*Produtos*/
.modal-dialog {
    max-width: 768px;
}

/*Clientes*/
.cube-portfolio .cbp-l-grid-agency-title {
    font-size: 12px;
}

.image-30anos {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 991px) {
	.image-30anos {
		display: initial;
		max-width: 100%;
		max-height: 9rem;
	}
}

/*Imagem HackerRangers*/
.img-hacker {
	margin: 15px 0 20px;
	max-height: 12rem;
}