/* Codigo personalizado*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

body {
	font-family: 'Montserrat', sans-serif;
	color: #555555;
}

button, a {
	outline:  none !important;
}

h2, .h2 {
	color: #555555;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
}

h4, .h4 {
	color: #555555;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}

hr {
	margin-top: -5px !important;
	margin: 5px;
}

h1, .h1 {
	color: #282829;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

/*SCROLL BAR*/

::-webkit-scrollbar {
	width: 12px;  /* for vertical scrollbars */
	height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0,19,55,.2);
}

/*SCROLL-TOP*/

.scroll-top i:after {
	font-family: 'Montserrat', sans-serif;
	content: 'TOPO';
	padding-left: 10px;
}

.scroll-top i {
	background-color: #555555;
	color: #ffffff;
	width: 90px;
	height: 30px;
	border-radius: 8px;
	position: fixed;
	bottom: 15%;
	right: 1.5%;
	z-index: 11;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
}

/*CABEÇALHO*/

.navbar-brand > img {
	max-height: 85px;
}

.navbar {
  border-radius: 0px;
	border: 0px;
	margin-bottom: 0px;
}

.navbar-brand {
	float: none;
}

.nav-background {
	background-image: url(../img/navbar-default.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #eeeeee;
}

.navbar-default {
	background-color: #ffffff;
	background-size: cover;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
		font-family: 'Montserrat', sans-serif;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
	color: #000000;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	bottom: -5px;
	transition: all .2s;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #2b67e0 !important;
	background-color: transparent !important;
	transition: all .2s;
}

.navbar-default .navbar-nav > .active > a {
	color: #2b67e0 !important;
	background-color: transparent !important;
}

.navbar-nav-menu {
	margin-right:  -80px;
}

.navbar-right {
	padding-right: 50px;
}

.navbar-right > li > a {
	padding-left: 10px;
	padding-right: 10px;
	color: #282829;
}

.navbar-right > li > a i:focus,
.navbar-right > li > a i:hover {
	color: #555555 !important;
	transition: all .2s;
}

.navbar-right > .active > a i {
	color: #888888 !important;
}

.navbar-right > li > a:focus,
.navbar-right > li > a:hover {
	border-bottom: 0px !important;
}

.navbar-right > .active > a {
	border-bottom: 0px !important;
}

.navbar-right > li > a {
	border-bottom: 0px !important;
}

.navbar-right > li > a i {
	color: #282829;
	transition: all .2s;
}

/*BANNERS*/

.carousel-caption {
	right: 15%;
  left: 15%;
	padding-bottom:  50px;
}

.carousel-caption h3 {
	font-size: 20px;
}

.carousel-caption p {
	font-size: 14px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 2000px !important;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 5px;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 5px;
	background-color: #888888;
	border: 1px solid #888888;
}

/*HOME*/

.padding-off {
	padding: 0;
}

.jumbotron {
	background-color: transparent
}

.jumbotron p {
  font-size: 16px;
	font-weight: 300;
}

.container-fluid .jumbotron {
	padding: 0;
}

.destaques .fa-chevron-left {
  left: 2.5%;
  top: 40%;
  position: absolute;
  z-index: 10;
}

.destaques .fa-chevron-right {
  right: 2.5%;
  top: 40%;
  position: absolute;
  z-index: 10;
}

.destaques i {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #888888;
	border: 1px solid #eeeeee;
  background-color: #eeeeee;
  border-radius: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  line-height: 39px;
  transition: all 0.3s;
}

.destaques i:hover, .destaques i:focus {
	display: inline-block;
  width: 40px;
  height: 40px;
  color: #ffffff;
	border: 1px solid #888888;
  background-color: #888888;
  border-radius: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  line-height: 39px;
  transition: all 0.3s;
}

@media (min-width: 768px) {

	.row-same-height {
		display: table;
		width: 100%;
		/* fix overflow */
		table-layout: fixed;
	}

	.navbar-nav>li {
	  margin-left: 5px;
		margin-right: 5px;
	}

	.col-sm-height {
		display: table-cell;
		float: none !important;
		vertical-align: middle;
	}

}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	max-height: auto;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure p {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure p span {
	font-weight: 800;
}

.grid figure p {
	margin: 0;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #fff;
}

figure.effect-honey img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.3;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #282829;
	content: '';
	-webkit-transform: translate3d(0,3px,0);
	transform: translate3d(0,3px,0);
}

figure.effect-honey p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: center;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	color: #282829;
	transition: all .5s;
	font-size: 13px;
	font-weight: 500;
}

figure.effect-honey figcaption::before,
figure.effect-honey p {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	transition: all .5s;
	opacity: 0;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*RODAPÉ*/

.newsletter {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.newsletter input {
	border: 0px solid #ffffff;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: none;
	height: 40px;
}

.newsletter button {
	border: 1px solid #2B67E0 !important;
	background-color: #2B67E0;
	border-radius: 4px;
	height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-left: 2%;
	vertical-align: bottom;
	transition: all .5s;
}

.newsletter button:hover,
.newsletter button:focus  {
	border: 1px solid #1845A0 !important;
	color: #ffffff !important;
	background-color: #1845A0 !important;
	outline: none !important;
	box-shadow: none !important;
	transition: all .5s;
}

.form-inline .form-group {
	width: 100%;
}

.newsletter .form-control {
	width: 68%;
}

.newsletter .btn-default {
	width: 28%;
}

.newsletter h4 {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	margin-top: 10px;
}

.copyright {
	background-color: #f5f5f5;
}

.copyright h6 {
	color: #888888;
	font-weight: 500;
	font-size: 13px;
	margin: 40px;
}

.rodape {
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
}

.rodape p, .rodape p a {
	color: #888888;
	font-weight: 500;
	text-decoration: none;
	transition: all .5s;
}

.copyright a  {
	color: #888888;
	text-decoration: none;
}

.rodape p a {
	margin-left: -5px;
	line-height: 30px
}

.copyright img {
	width: 25px;
}

.rodape h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}

.rodape p a:hover {
	color: #2b67e0;
	transition: all .5s;
	text-decoration: none;
}

.rodape p {
	line-height: 25px;
	margin-left: 5px;
}

.rodape i {
	color: #888888;
}

.rodape .fa-clock-o,
.rodape .fa-phone {
	margin-top: 12px;
}

.divider {
	height: 220px;
	width: 1px;
	background-color: #dddddd;
}

.rodape .fa-map-marker,
.rodape .fa-phone {
	color: #888888;
	margin-top: 12px;
}

.rodape .fa-facebook  {
	color: #888888;
	opacity: 1;
	padding-right: 15px;
	transition: all .5s;
}

.rodape .fa-facebook:hover,
.rodape .fa-facebook:focus {
	color: #2b67e0;
	opacity: 1;
	transition: all .5s;
}

.rodape .fa-instagram  {
	color: #666666;
	opacity: 1;
	transition: all .5s;
}

.rodape .fa-instagram:hover,
.rodape .fa-instagram:focus {
	color: #555555;
	opacity: 1;
	transition: all .5s;
}

/*INSTITUCIONAL*/

.institucional {
	padding-top: 0;
	padding-bottom: 5%;
}

.institucional h4 b {
	color: #2B67E0;
	line-height: 35px;
}

.institucional p {
	line-height: 25px;
	text-align: justify;
}

.institucional h1 {
	padding: 40px 0px;
	color: #000000;
}

.institucional h1 span {
	display: block;
	height: 3px;
	width: 100px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 30px;
}

.institucional-header {
	background-color: #ffffff;
}

.institucional .div-processos {
		background-color: #f6f9fc;
		color: #000000;
		padding: 30px;
		margin: 15px 0px;
		min-height: 400px;
		text-align: left;
}

.institucional .div-processos h5 span {
	width: 100%;
	height: 3px;
	background-color: #e6e6e6;
	margin: 20px 0px;
	display: block;
}

.institucional .div-processos p span {
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	margin: 10px 0px;
	display: block;
}

.institucional .div-processos p {
	font-size: 18px;
}

#conteudo {
	background-color: #ffffff;
}

/*VITRINE*/

.nav-tabs > li, .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline; /* ie7 fix */
	zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
  text-align: center;
}

.nav-tabs {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border-bottom: 2px solid #888888;
	border-radius: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-transform: uppercase;
	color: #888888;
}

.nav-tabs > li a {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #282829;
	border-bottom: 2px solid transparent;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	padding: 15px 15px;
	cursor: pointer;
	transition: all .5s;
}

.nav-tabs > li a:hover,
.nav-tabs > li a:focus  {
	color: #888888 !important;
	border-bottom: 2px solid #888888 !important;
	background-color: transparent !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	transition: all .5s;
}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
	text-align: center;
    border-top: 0px;
}

/*SEJA UM REPRESENTANTE*/

.btn-buscar {
	height: 40px;
	margin-bottom: 0px;
	text-align: center;
	display: block;
	line-height: 40px;
	color: #E7BE7E;
	border-bottom: 2px solid #E7BE7E;
	cursor: pointer;
	transition: all .5s;
}

.btn-buscar:hover, .btn-buscar:focus {
	color: #E0A956 !important;
	transition: all .5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: transparent;
}

.padding-left-off {
	padding-left: 0;
}

.padding-right-off {
	padding-right: 0;
}

/*CONTATO*/

textarea {
	resize: none;
}

.form-control-contato {
	border: 1px solid #dddddd;
	border-radius: 4px;
	background-color: transparent;
	box-shadow: none;
	height: 40px;
}

select.custom {
	background-image: url(../img/arrow-select.png);
	background-position: right center;
	height: 40px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	color: #999;
}

select.custom::-ms-expand {
	display: none;
}

.btn-contato {
	background-color: #2B67E0;
	color: #ffffff;
	border: 0px;
	height: 40px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition: all .5s;
}

.btn-contato:hover, .btn-contato:focus {
	background-color: #1845A0 !important;
	color: #ffffff !important;
	border: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	transition: all .5s;
}

/*CATALOGO*/

.box-catalogo {
	border: 2px solid #eee;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-color: #F9F8F7;
	margin-bottom: 30px;
}

.box-catalogo p a {
	color: #282829;
}

.box-catalogo p a:hover {
	color: #fbc036;
	text-decoration: none;
}

.box-catalogo i {
	border: 1px solid #fbc036;
	color: #F9F8F7;
	background-color: #fbc036;
	border-radius: 100%;
	height: 65px;
	width: 65px;
	padding-top: 15px;
	margin-top: 5%;
	margin-bottom: 2%;
}

.close {
	outline: none !important;
}

@media all and (max-width : 1152px) {

	.institucional .div-processos {
		padding: 15px;
	}

	.institucional .div-processos p {
		font-size: 16px;
	}

}



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

	.navbar-nav-menu {
		margin-right: 0px;
	}

	.navbar-right {
		padding-right: 0px;
	}

	.institucional .div-processos {
		height: auto;
	}

}

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

	.nav-background {
		background-image: none;
	}

	.navbar-brand {
	    display: block;
		height: auto;
	}

	.navbar-brand img {
		height: 45px;
	}

	.navbar-toggle {
		margin-top: 20px;
		margin-bottom: 20px;
		border: 0px;
	}

	.navbar-default .navbar-toggle .icon-bar {
	  background-color: #282829;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent !important;
	}

	.navbar-default {
		background-size: auto;
	}

	.navbar .navbar-nav {
	  display: block;
	}

	.navbar .navbar-collapse {
	  text-align: left;
	}

	.navbar-default .navbar-nav > li > a {
		border-bottom: 0px solid transparent;
	}

	.navbar-default .navbar-nav > .active > a {
		border: 0px !important;
	}

	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover {
		border: 0px !important;
	}

	.navbar-default .navbar-collapse {
	    border-color: transparent;
	}

	.padding-off {
		padding-left: 15px;
		padding-right: 15px;
	}

	.newsletter h5 {
		text-align: center;
	  margin-top: 10px;
	}

.newsletter input, .newsletter button {
  display: inline-table
}

	.rodape h4,
	.rodape p,
	.rodape p a, .rodape a {
		text-align: center !important;
	}

	figure.effect-honey p {
	    font-size: 16px;
	}

	.carousel-indicators li {
	  width: 18px;
	  height: 18px;
	}

	.carousel-indicators .active {
	  width: 18px;
	  height: 18px;
	}

	.carousel-indicators {
		position: relative;
		bottom: 0;
		top: 10px;
	}

}

@media all and (max-width : 480px) {

	h1, .h1 {
		font-size: 24px;
	}

	h2, .h2 {
		font-size: 25px;
	}

	.newsletter .form-control {
		width: 100%;
	}

	.newsletter .btn-default {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}

	.col-100 {
		width: 100%;
		display: block;
		position: relative;
	}

	.box-catalogo {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.scroll-top i {
		right: 5%;
		bottom: 12%;
	}

}
