
/* SITE **********************
******************************/
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.8em;
	background-color: #fff;
	color: #313131;
}


a:link, a:hover, a:active, a:visited {
	color: inherit;
}
.cresce {	
	-webkit-transition:all 0.3s;
}
.cresce:hover {
	cursor:pointer;
	-webkit-transform:scale(1.1);
}

i {
	color: #666;
}

.btn-padrao {
	font-size: 80%;
	padding: 5px 10px;
	display: inline-block;
	background-color: #a41f52 !important;
	color: #fff !important;
	border-radius: 5px;
}



.parallax {
	background-color: #000;
   	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* CATEGORIA *****************
******************************/
.categoria {
	font-size: 80%;
	padding: 5px 10px;
	display: inline-block;
	background-color: #211b27 !important;
	color: #fff;
	border-radius: 5px;	
}
.categoria:hover {
	color: #313131;
}

@media screen and (max-width:480px) {
  	.categoria {
		margin-top:5px;
	}
}



.capa {
	width: 100%;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

h1 {
	font-size: 260%;
}

.fundo-primario {
	background-color: #807690 !important;
	color: #fff !important;
}
.fundo-secundario {
	background-color: #211b27 !important;
	color: #fff;
}
.fundo-secundario:hover {
	color: #fff !;
}
.fundo-branco {
	background-color: #fff !important;
	color: #797979;
}
.fundo-padrao {
	background-color: #f1f0ea;
}



.fundo-imagem {
	background-blend-mode: multiply;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	background-position:center;
}
.sem-fundo {
	background-color: transparent !important;
	border: none;
	border-radius:0;
}

#banner-some {
	
}

@media screen and (max-width: 768px) {
  	#banner-some {
		display: none;
	}
}


.img-greg {
	
}
@media screen and (max-width: 768px) {
  	.img-greg {
		
	}
}


h1.titulo:before {
	content: " ";
	background-image: url(http://gregoire.com.br/gregoire/imagens/detalhe.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 24px;
}

.img-depoimento {
	width: 150px !important;
	height: 150px !important;
	margin-bottom: 10px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	align-content: center;
	margin-left:43%;
}
@media screen and (max-width: 768px) {
  	.img-depoimento {
		margin-left:35%;
	}
}


#banner .item img{
	align-content: center;
	text-align: center;
	display: block;
	width: 100%;
	height: auto;
	max-height: 600px !important;
}

.img-galeria {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-size:cover;
}


/* PADRÃO ********************
******************************/
.texto-branco, .texto-branco strong {
	color: #fff !important;
}

/* PADDING *******************
******************************/

/* PADDING TOTAL */
.p-0 { padding:0px }
.p-1 { padding:10px; }
.p-2 { padding:20px; }
.p-3 { padding:30px; }
.p-4 { padding:40px; }
.p-5 { padding:50px; }
.p-10 { padding:100px; }

/* PADDING HORIZONTAL */
.px-1 { padding-left:10px; padding-right:10px; }
.px-2 { padding-left:20px; padding-right:20px; }
.px-3 { padding-left:30px; padding-right:30px; }
.px-4 { padding-left:40px; padding-right:40px; }
.px-5 { padding-left:50px; padding-right:50px; }
.px-10 { padding-left:100px; padding-right:100px; }

/* PADDING VERTICAL */
.py-1 { padding-top:10px; padding-bottom:10px; }
.py-2 { padding-top:20px; padding-bottom:20px; }
.py-3 { padding-top:30px; padding-bottom:30px; }
.py-4 { padding-top:40px; padding-bottom:40px; }
.py-5 { padding-top:50px; padding-bottom:50px; }
.py-10 { padding-top:100px; padding-bottom:100px; }

/* PADDING TOP */
.pt-1 { padding-top: 10px; }
.pt-2 { padding-top: 20px; }
.pt-3 { padding-top: 30px; }
.pt-4 { padding-top: 40px; }
.pt-5 { padding-top: 50px; }
.pt-10 { padding-top: 100px; }

/* PADDING BOTTOM */
.pb-1 { padding-bottom: 10px; }
.pb-2 { padding-bottom: 20px; }
.pb-3 { padding-bottom: 30px; }
.pb-4 { padding-bottom: 40px; }
.pb-5 { padding-bottom: 50px; }
.pb-10 { padding-bottom: 100px; }

/* PADDING LEFT */
.pl-1 { padding-left: 10px; }
.pl-2 { padding-left: 20px; }
.pl-3 { padding-left: 30px; }
.pl-4 { padding-left: 40px; }
.pl-5 { padding-left: 50px; }
.pl-10 { padding-left: 100px; }

/* PADDING RIGHT */
.pr-1 { padding-right: 10px; }
.pr-2 { padding-right: 20px; }
.pr-3 { padding-right: 30px; }
.pr-4 { padding-right: 40px; }
.pr-5 { padding-right: 50px; }
.pr-10 { padding-right: 100px; }

/* MARGEM ********************
******************************/

/* MARGEM HORIZONTAL */
.m-0 { margin:0px !important }
.m-1 { margin:10px; }
.m-2 { margin:20px; }
.m-3 { margin:30px; }
.m-4 { margin:40px; }
.m-5 { margin:50px; }
.m-10 { margin:100px; }

/* MARGEM HORIZONTAL */
.mx-1 { margin-left:10px; margin-right:10px;  }
.mx-2 { margin-left:20px; margin-right:20px; }
.mx-3 { margin-left:30px; margin-right:30px; }
.mx-4 { margin-left:40px; margin-right:40px; }
.mx-5 { margin-left:50px; margin-right:50px; }
.mx-10 { margin-left:100px; margin-right:100px; }

/* MARGEM VERTICAL */
.my-1 { margin-top:10px; margin-bottom:10px; }
.my-2 { margin-top:20px; margin-bottom:20px; }
.my-3 { margin-top:30px; margin-bottom:30px; }
.my-4 { margin-top:40px; margin-bottom:40px; }
.my-5 { margin-top:50px; margin-bottom:50px; }
.my-10 { margin-top:100px; margin-bottom:100px; }

/* MARGEM TOP */
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.mt-5 { margin-top: 50px; }
.mt-10 { margin-top: 100px; }

/* MARGEM BOTTOM */
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.mb-4 { margin-bottom: 40px; }
.mb-5 { margin-bottom: 50px; }
.mb-10 { margin-bottom: 100px; }

/* MARGEM LEFT */
.ml-1 { margin-left: 10px; }
.ml-2 { margin-left: 20px; }
.ml-3 { margin-left: 30px; }
.ml-4 { margin-left: 40px; }
.ml-5 { margin-left: 50px; }
.ml-10 { margin-left: 100px; }

/* MARGEM RIGHT */
.mr-1 { margin-right: 10px; }
.mr-2 { margin-right: 20px; }
.mr-3 { margin-right: 30px; }
.mr-4 { margin-right: 40px; }
.mr-5 { margin-right: 50px; }
.mr-10 { margin-right: 100px; }

/* RODAPÉ TOPO */
.rodape {	
	color: #fff;
}

.some {
	display: none;
}
/* RESPONSIVE */
@media screen and (max-width: 860px) {
  .some {
	  display: block;
  }
}

.navbar-nav li a {
 line-height: 50px;
}

.fundo-menu {
	background-color: #211b27;
	color: #fff;
}
.item-menu {
	
}
.item-menu:hover {
	color: #fff;
}
@media screen and (max-width: 768px) {
  	.item-menu {
		margin-top:0px;
	}
}
