html,body{
	overflow-x: hidden;
}

body {
	font-family: 'Cabin', sans-serif;
	background-color: #F7F8F9;
}

p {
	color: #484848;
	font-size: 17px;
	line-height: 29px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'Jura', sans-serif;
}

.text-black {
	color: #444 !important; 
}

.text-blue {
	color: #3E77A2; 
}

.text-white {
	color: #fff; 
}


/* unvisited link */
a:link { color: #000; }
/* visited link */
a:visited { color: #000; }
/* mouse over link */
a:hover { color: #000; }
/* selected link */
a:active { color: #000; }

.fcolor-white{ color: white !important;}
.fcolor-black{ color: black;}

.fweight-bold{ font-weight: bold; }

.txt-hyper-banner {
	font-size: 80px;
}


.top0 { margin-top:0px; }
.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top25 { margin-top:25px; }
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.top60 { margin-top:60px; }
.top70 { margin-top:70px; }
.top80 { margin-top:80px; }
.top90 { margin-top:90px; }
.top100 {margin-top: 100px;}
.top110 {margin-top: 110px;}
.top120 {margin-top: 120px;}
.top130 {margin-top: 130px;}
.top160 {margin-top: 160px;}
.top-300{margin-top: -300px;}

.top-60 {
	margin-top: -60px;
}


.bottom0 { margin-bottom:0px; }
.bottom5 { margin-bottom:5px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom20 { margin-bottom:20px; }
.bottom25 { margin-bottom:25px; }
.bottom30 { margin-bottom:30px; }
.bottom40 { margin-bottom:40px; }
.bottom50 { margin-bottom:50px; }
.bottom60 { margin-bottom:60px; }
.bottom70 { margin-bottom:70px; }
.bottom80 { margin-bottom:80px; }
.bottom90 { margin-bottom:90px; }
.bottom100 { margin-bottom:100px; }
.bottom110 { margin-bottom:110px; }
.bottom120 { margin-bottom:120px; }
.bottom130 { margin-bottom:130px; }



.fsize12{font-size: 12px !important;}
.fsize25{font-size: 25px !important;}
.fsize30{font-size: 30px !important;}
.fsize40{font-size: 40px !important;}
.fsize80{font-size: 80px !important;}
.fsize110{font-size: 110px !important;}

.pointer { cursor: pointer; cursor: hand; }

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.opacity-nav {
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
	background-color: #FFFFFF;
	opacity: 0.9;
}



/* Reescrita de css */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding-top: 9px;
}

.navbar-header {
	position: relative;
}

.navbar-default {
	
	background-image: inherit !important;
	background-color: transparent; !important; 
	border: none;
	top: 0px;
	font-family: 'Roboto', sans-serif;

}

@media (min-width: 768px) {
  .navbar-default{
		font-size:13px !important;
	}
}

.navbar-default .navbar-nav > li > a {
	color: #484848;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-image: linear-gradient(to bottom, transparent 0%, transparent 100%) !important;
	background-color: transparent !important;
	box-shadow: inherit !important;
	/*color: white; */
}

.navbar-default .navbar-nav > li > a:hover{
	color: #484848; 	
}
.navbar-default .navbar-nav > li > a:focus {
	color: #484848;
}



.form-control {
	background-color: transparent;
	border: solid 1px #ccc;
}



/* [end] Reescrita de css */


.background {
	/*background-image: url('../images/padrao/rodape.png');*/
	background-repeat: no-repeat;
	background-position: center center;
}

#rodape {
	background-color: #fff;
	padding-top: 40px;
}

.container h1.h3 {
	letter-spacing: 7px;
}

.standart {
	font-size: 14px;
	color: #444;
}

.box-service {
  	overflow: hidden;
  	padding: 0px;
  	height: 330px;
  	cursor: pointer;
}
.box-service img {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.box-service img:hover {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}
.title-service {
	position: absolute;
  	width: 100%;
  	top: 120px;
  	color: #fff;
  	text-align: center;
}

.bg-socials {
	height: 400px;
	background-image: url('../images/cinelli.jpeg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.logos-socials {
	margin-top: 160px;
  	text-align: center;
}

.counter {
	font-size: 33px;
  	color: #fff;
}

.box-local img {
	float: left;
}
.box-local p {
	float: left;
	margin-top: 17px;
  	margin-left: 20px;
}

.box-fone img {
	float: left;
}
.box-fone p {
	float: left;
	margin-top: 26px;
  	margin-left: 20px;
}

.box-chat img {
	float: left;
}
.box-chat p {
	float: left;
	margin-top: 26px;
  	margin-left: 20px;
}

.rodape {
	padding-top: 15px;
	padding-bottom: 10px;
}
.rodape p {
	font-size: 10px;
	margin-top: 10px
}

.menu-redes {
	display: inline-flex;
}
.menu-redes a {
	float: left;
	padding: 13px 3px !important;
}
.menu-redes img {
	width: 19px;
}

/*SLIDER*/
.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    /* size of bullet elment */
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }



.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../img/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }
/*endSLIDER*/


/*Carrosel*/
 #owl-demo {
	 top: -20px;
 }
 #owl-demo .item{
    /*background: #3fbf79;*/
    /*padding: 30px 0px;*/
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*end Carrosel*/


/*Galeria Full*/
.galery {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0px;
	left: 0px;
	display: none;
}

.galery .opacity {
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	position: absolute;
}

.galery-box {
	display: none;
}
/* end - Galeria Full*/


.slidespll {
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	color: white;
}

.slidespllback {
	background-image: url('../images/home/home.jpg');
	background-color: white;
}


.bannergrupopll{
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	color: white;
}

.bannergrupopllback{
	background-image: url('../images/grupo/grupo.jpg');
	background-color: white;
}

.bannerservicospll{
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	color: white;
}

.bannerservicospllback{
	background-image: url('../images/servicos/servicos.jpg');
	background-color: white;
}


.bannerdiferenciaispll{
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	color: white;
}

.bannerdiferenciaispllback{
	background-image: url('../images/diferenciais/diferenciais.jpg');
	background-color: white;
}

.bannerclientespllback{
	background-image: url('../images/clientes/clientes.jpg');
	background-color: white;
}

.black-carousel {
	color: #777
}
.black-carousel h1 {
	color: #777;
	text-shadow: none !important;
}
.black-carousel p {
	color: #777;
	text-shadow: none !important;
}
.black-carousel.carousel .item {
	height: 280px !important;
}
.black-carousel .carousel-control.left {
	top: 0px;
}

.black-carousel .carousel-indicators li {
	background-color: #bbb;
}
.black-carousel .carousel-control.right {
	top: 0px;
}

.black-carousel .carousel-indicators .active {
	background-color: #333;
}

.bannercontatopll{
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	color: white;
}

.bannercontatopllback{
	background-image: url('../images/contato/contato.jpg');
	background-color: white;
}

.style-input-form{border-color: white;border-radius: 0px;color:white;}

.form-control:focus {
  border-color: #fff;
  outline: 0;
  
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.title {
	position: relative;
	font-size: 29px;
	color: #484848;
	font-family: 'Jura', sans-serif;
	text-transform: uppercase;
}

.title-contato {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	text-shadow: -4px 1px 2px #000;
}

.text-contato {
	font-size: 19px;
	text-align: center;
	text-shadow: -4px 1px 2px #000;
}

.full-stellar {
	position: relative;
	color: #FFF;
	height: 420px;

	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

.full-stellar .container-fluid {
	background-color: #fff;
	position: absolute !important;
    width: 100%;
    top: 300px;
}

.bg-grupo {
	background-image: url("../images/grupo/fundo.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height: 420px;
}

.bg-clientes {
	background-image: url("../images/clientes/imagemfundo.jpg");
	height: 750px;
}


.bg-services{
	background-image: url("../images/servicos/imagem1.jpg");
	height:494px;
	background-position:60%;
}

@media (min-width: 768px) {	
  .bg-services{
		height:494px;
		background-position:75%;	
	}
}
	
@media (max-width: 763px) {
  .bg-services{
		height:494px;
		background-position:75%;
		zoom:0.4;	
	}
}

.bg-services2{
	background-image: url("../images/servicos/imagem2.jpg");
	height:494px;
	background-position:60%;
}

@media (min-width: 768px) {	
  .bg-services2{
		height:494px;
		background-position:40%;	
	}
}

@media (max-width: 763px) {
  .bg-services2{
		height:494px;
		background-position:27%;	
		zoom:0.7;
	}
}

.bg-services3{
	background-image: url("../images/servicos/imagem3.jpg");
	height:494px;
	background-position:60%;
}

.bg-services4{
	background-image: url("../images/servicos/imagem4.jpg");
	height:494px;
	background-repeat:no-repeat;
	background-position:top center;
	
}

@media (min-width: 768px) {	
  .bg-services4{
		height:494px;
		background-position:40%;	
	}
}

@media (max-width: 763px) {
  .bg-services4{
		height:494px;
		background-position:34%;	
		zoom:0.7;
	}
}

.bg-services5{
	background-image: url("../images/servicos/imagem5.jpg");
	height:494px;
	background-position:60%;
}

@media (min-width: 768px) {	
  .bg-services5{
		height:494px;
		background-position:70%;	
	}
}

@media (max-width: 763px) {
  .bg-services5{
		height:494px;
		background-position:73%;
		zoom:0.5;	
	}
}

.bg-contato {
	background-image: url("../images/contato/contato.jpg");
	height: 650px;
}

.textarea {
	height: 130px !important;
}

#fomrContato input, #fomrContato textarea {
	border: solid 2px #fff;
}
.hideme
{
    opacity:0;
}
