a, p, h1, h2, h3, h4, h5, h6, span {
	font-family: 'pillgothichu300mgbold', Arial, sans-serif;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	color: #000;
}

.col-contato a, p, h1, h2, h3, h4, h5, h6, span {
	font-family: 'pillgothichu300mgregular', Arial, sans-serif;
	font-size: 16px;
	text-align: justify;
}

.header {
	margin-bottom: 40px;
}
	
	.category-menu-link{
		text-decoration: underline;
		color: #428bca;
		font-size: 18px;
	}

	.logo {
		display: block;
		margin: 40px auto 20px;
		width: 200px;
	}

	.link-of-nav:not(:last-child){
		border-right: 4px solid #fff;
	}

	.panel-blue {
		background-color: #139CEB;
		border-radius: 0;
		border: 0;
	}

	.panel-blue a {
		font-family: 'pillgothichu300mgregular', Arial, sans-serif;
		color: #FFFFFF;
		transition: all .2s ease;
	}
	.panel-blue a:hover{
		background-color: rgba(255, 255, 255, 0.2)!important;
	}
	@media (min-width: 768px) {
		.panel-blue a {
			font-size: 14px;
		}
	}

	.panel-blue > .panel-body {
		padding: 0;
	}

	.nav > li > a:hover,
	.nav > li > a:focus {
		background-color: transparent;	
	}

	.food-nav {
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between
	}

	.btn-food {
		color: #ffffff;
		display: inline-block;
		background: #139CEB;
		margin-top: 0;
		padding: 4px 0;
		text-align: center;
		transition: all .2s ease;
		width: 100%;
		text-transform: uppercase;
		font-size: 18px;
	}
	.food-nav-el{
		width: 100%;
		text-align: center;
	}
	.btn-food-pdf{
		text-decoration: underline;
		margin-top: 5px;
		font-weight: normal;
		font-size: 12px;
		display: inline-block;
	}
	.btn-food:hover{
		color: #fff;
		opacity: 0.7;
	}
	.food-nav-el:first-child{ margin-right: 2px; }
	.food-nav-el:last-child{ margin-left: 2px; }

.col-sobre {
	margin-bottom: 60px;
}

.col-sobre .text {
	font-size: 16px;
}

.img-sobre {
	display: block;
	margin: 0 auto;
}

.grayscale {
	filter: url(../css/filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

@media (max-width: 991px) {
	.img-list {
		margin: 5% 0;
	}
}

.col-contato {
	margin-bottom: 60px;
}

hr {
	border-color: #000;
	border-width: 2px;
	margin: 0;
}

.mail {
	margin-top: 10px;
	color: #000000;
}

.instagram {
	margin-right: 20px;
}

.social {
	width: 93px;
	height: 36px;
	margin: 0 auto;
}

.custom-container{
	max-width: 520px;
	margin: 0 auto;
}


/* CONTENT */
.content{
	padding-bottom: 40px;
}
.content p{
	font-weight: lighter;
	color: #999;
}

	.back-page-button{
		color: #428bca;
		text-decoration: underline;
	}

	.page-title{
		font-weight: bold;
		font-size: 32px;
		margin-bottom: 20px;
		margin-top: 7px;
	}

	.images{
		margin-top: 20px;
		margin-bottom: 20px;
	}

		.images img:not(:last-child){
			margin-bottom: 10px;
		}

.single-menu-element-content p{
	line-height: 1;
	margin-bottom: 13px;
	text-align: left;
}
.single-menu-element-content p span{
	font-size: 12px;
	width: 100%;
	line-height: 1;
	color: #bbb;
	display: inline-block;
}

/* BACK CALL FORM */
.back-call-form{
	width: 100%;
	background-color: #139CEB;
	padding: 30px 20px;
	margin-bottom: 30px;
}

	.back-call-form__title{
		width: 100%;
		margin: 0;
		display: inline-block;
		margin-bottom: 10px;
		color: #fff;
		font-size: 18px;
	}

	.back-call-form__btn{
		margin-top: 10px;
	}

	.back-call-form__thank-you{
		color: #fff;
  }
  
/* Article */
.article-content img{
  max-width: 100%;
  margin-bottom: 15px;
}
.article{
  width: 100%;
  background-color: #efefef;
  padding: 10px 0;
  position: relative;
}
.article:after, .article:before{
  width: 12px;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  background-color: #efefef;
  z-index: 1;
}
.article:after{
  left: -12px
}
.article:before{
  right: -12px;
}
.article:not(:last-child){
  margin-bottom: 15px;
}

  .article__publication-date{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #999;
  }

  .article__title{
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 3px;
    text-align: left;
  }

  .article__excerpt{
    margin-bottom: 6px;
  }

  .article__read-more{
    color: #139CEB;
    text-decoration: underline;
    text-transform: uppercase;
  }

/* Quiz */
.enquete{
  border: 2px solid #7a9e7e;
  background: #b3efb2;
  padding: 10px;
  text-align: center;
}
.enquete__headline{
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.enquete__btn{
  border: none;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  padding: 0px 15px;
  background-color: #428bca;
}

/* RESPONSIVE */
@media( max-width: 767px ){
	.header{}
		.logo{
			width: 150px;
			margin-bottom: 40px;
		}
	.link-of-nav:not(:last-child){
		border-bottom: 4px solid #fff;
		border-right: none;
	}
	.food-nav{
		flex-direction: column;
	}
	.btn-food{ width: 100%; margin-bottom: 4px; }
	.btn-food:first-child{ margin-right: 0px; }
	.btn-food:last-child{ margin-left: 0px; }
}
