/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	
	
	
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
p {
	font-size: 15px;
	line-height: 19px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 17px;
	color: #2d3033;
	font-weight: 700;
}
h3 {
	font-size: 24px;
	color: #2d3033;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;

}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 600;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #fff;;
	color: #c1c1c1;
	font-size: 13px;
	border: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #f5f4f4;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 40px;
}

img{
	width: 100%;
	height: auto;
}

.bg_gray{
	background:#f5f4f4;
}

/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	box-shadow: 1px 1.732px 5px 0px rgba(235, 235, 235, 0.75);
	-webkit-box-shadow: 1px 1.732px 5px 0px rgba(150, 147, 147, 0.25);
}

#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 30px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color: #fff;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 10px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	margin-top: 15px;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgb(127, 127, 127);
	font-size: 13px;
	font-weight: 400;
	margin-left: 40px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.navigation a:hover, .navigation a.active {
	color: rgb(127, 127, 127);;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}


/* - Slider Section 2 */
.slider-section2 {
	padding-top: 132px;
}
.slider-section2 .container .row {
	margin-left: -2px;
	margin-right: -2px;
}
.slider-section2 .container .row .post-block {
	padding-left: 2px;
	padding-right: 8px;
}
.slider-section2 .post-block.post-big {
	width: 66%;
	flex: 0 0 66%;
	max-width: 66%;
}
.slider-section2 .post-block.post-thumb {
	width: 34%;
	flex: 0 0 34%;
	max-width: 34%;
}
.slider-section2 .container .row .post-block .post-box {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.slider-section2 .container .row .post-block .post-box::before {
	background-color: rgba(0,0,0,0.35);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.slider-section2 .container .row .post-block .post-box .entry-content {
	bottom: 30px;
	position: absolute;
	left: 30px;
	right: 30px;
	animation-duration: 1s;
}
.slider-section2 .container .row .post-block .post-box:hover .entry-content {
	animation-name: slideInLeft;
}
.slider-section2 .container .row .post-block .post-box .entry-content > span {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.18px;
	line-height: 2;
}
.slider-section2 .container .row .post-block .post-box .entry-content h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 1.33;
	margin-top: 8px;
}
.slider-section2 .container .row .post-block .post-box .entry-content > span > a,
.slider-section2 .container .row .post-block .post-box .entry-content > h3 > a,
.slider-section2 .container .row .post-block .post-box .entry-content > a {
	color: #fff;
	text-decoration: none;
}
.slider-section2 .container .row .post-block .post-box .entry-content > a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	line-height: 2;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.slider-section2 .container .row .post-block .post-box .entry-content > a::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}
.slider-section2 .container .row .post-block.post-thumb .post-box .entry-content {
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.slider-section2 .container .row .post-block.post-thumb .post-box .entry-content h3 {
	font-size: 20px;
	letter-spacing: 0.2px;
	line-height: 1.4;
	margin-top: 4px;
}

.bar{
	width: 100px;
	margin-left: 0;
}

/* ------------------------------------------------------------------------------
	 Magazine
-------------------------------------------------------------------------------*/
/* - Magazine */

.magazine {
	background:  #ececec;

}
.feiras{
	padding: 20px 0;
	text-align: center;

}

.feiras p{
	line-height: 10px;
}

.carousel-control.right, .carousel-control.left {
	background: none;
    width:auto;
    text-shadow: none;
    opacity: 1;
}

.carousel-control.right{
    margin-right: -25px;
}
.carousel-control.left{
    margin-left: -25px;
}


.post-thumbnail img{
	border: 1px solid #d5d5d5;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
/* - Footer Dark */
footer {
	font-family: 'Hind', sans-serif;
	background-color: #151515;
	font-size: 9px;
	color: #FFF;
	padding:20px 0;
}


footer p{
	font-size: 13px;
	color: #FFF;
}
footer .dez{
	float:left;
	width: 14%;
}

footer .vinte{
	float:left;
	width: 14%;
}