body{
	width:100%;
	margin:0 auto;
}
/*#flgpdmodal-open{
    right: 20px;
    bottom: 20px !important;
    left: inherit !important;
}*/
@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamregular';
    src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium_0-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*Topo*/
header{
	width:100%;
	float:left;
	height:164px;
	position:absolute;
	background:linear-gradient(rgb(0, 0, 0) , transparent 100%);
	z-index:10;
}
.carousel-slide {
    position: relative !important;
    z-index:5 !important;
	margin-bottom:1px;
	background:#000;
}

.carousel-slide .item img{
	opacity:0.7;
	position:relative;
	z-index:1;
}
.carousel-slide .item figure{
	background:url(../images/slide-frase.png) no-repeat center center;
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	z-index:2;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 4s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   { display:none}
    100% { display:block;}
}

/* Standard syntax */
@keyframes example {
    0%   { display:none}
    100% { display:block;}
}
.carousel-slide .carousel-control.left{
	background:url(../images/left.png) no-repeat center !important;
}
.carousel-slide .carousel-control.right{
	background:url(../images/right.png) no-repeat center !important;
}
.carousel-slide .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 15px;
}
.carousel-slide .carousel-indicators .active{ background:#EA423E; width: 15px;  height: 15px; border: 3px solid #fff; border-radius: 15px;}
.navbar-default{ background:none !important; border-radius:0; border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important; border:none; height:90px;}
.logo{
	background:url(../images/logo-engenho.png) no-repeat center;
	width:220px;
	height:113px;
	float:left;
	text-indent:-5000px;
	margin:30px 15px!important;
	margin-right:87px !important;
	padding:0px;
	background-size:cover !important;
	-webkit-background-size:cover !important;
}
.navbar-nav {
    
}
.nav>li>a {    padding: 10px 20px !important; }
.navbar-right>li>a{
	padding:8px 9px !important;	
}
.navbar-nav>li>a{
	font-family: 'gothamregular';
	font-size:15px;
	color:#fff !important;
	border-radius:3px;
	margin:25px 0;
}
.nav>li>a{ padding:10px 20px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	 /*background:#FE8000;*/
	 color:#ffcc29 !important;
	 background:none !important;
}
.dropdown-menu{
	background:rgba(0, 0, 0, 0.6);
	top: 75%;
	border-radius:4px;
}
.dropdown-menu>li>a{
	color:#fff;
	font-family: 'gothamregular';
	font-size:14px;
	padding: 10px 25px;
	text-align:center;
}
.navbar-toggle{
	font-family: 'gothamregular';
	font-size:16px;
	color:#fff !important;
	border-radius:3px;
	margin:23px 0;
	border:none;
	background:none !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background:none;
	color:#ffcc29;
}
.play{
	 background:url(../images/play.png) no-repeat center;
	 width:100px;
	 height:100px;
	 float:left;
	 border:none;
	 position:absolute;
	 z-index:2;
}
/*Capa*/
article{
	width:100%;
	float:left;
	position:relative;
}
.arroz-florenca{
	height:430px;
	padding-top:30px;
	background:url(../images/fundo-arroz-florenca.jpg) no-repeat center;
	background-size:cover !important;
	-webkit-background-size:cover !important;
	
} 
.arroz-engenho{
	height:430px;
	padding-top:30px;
	background:url(../images/fundo-arroz-engenho.jpg) no-repeat center;
	background-size:cover !important;
	-webkit-background-size:cover !important;
}
.arroz-vibrante{
	height:430px;
	padding-top:30px;
	background:url(../images/fundo-arroz-vibrante.jpg) no-repeat center;
	background-size:cover !important;
	-webkit-background-size:cover !important;
}
.dicas-e-receita{
	background:#E7E6DC;
	width:100%;
	float:left;
	padding-bottom:90px;
}
.dicas-e-receita h2{
	width:100%;
	margin:40px 0;
	height:51px;
	float:left;
	background:url(../images/dicas-e-receitas.png) no-repeat center;
	text-indent:-50000px;
}
.dicas-e-receita .carousel{
	width:100%;
	float:left;
}
.dicas-e-receita .carousel .figure{
	float:left;
	height:400px;
	background-size:cover !important;
	-webkit-background-size:cover !important;
}

.dicas-e-receita .seg_descricao{
	padding:30px;
	background:#fff;
	height:400px;
	position:relative !important;
}
.dicas-e-receita .seg_descricao h3{
	font-family: 'Lato', sans-serif;
	font-size:35px;
	color:#7B81AC;
}
.intro{ background:#eee;  padding-top:30px;}
.intro p{
	font-family: 'gothamregular';
	font-size:15px;
	color:#444;
	text-align:justify;
	line-height:25px;
	margin:0 0 8px 0;
}
.dicas-e-receita .seg_descricao a{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#7B81AC;
	border:1px solid #7C82AD;
	padding:15px 45px;
	float:left;
	margin-top:30px;
}
.dicas-e-receita .seg_descricao a:hover{
	background:#7C82AD; color:#fff;
	text-decoration:none;
}
.dicas-e-receita .carousel-indicators{
	right:0 !important;
	left:inherit;
	width:360px;
}
.dicas-e-receita .carousel-indicators li{
	background:#7B81AC;
	width:15px;
	height:15px;
	border:none;
	float:left;
	margin:4px;
}
.dicas-e-receita .carousel-indicators .active{
	background:#FD8912;
	margin:4px;
}
/*Institucional*/
.tit{
	    font-family: 'gothambold';
    font-size: 40px;
    text-align: center;
    width: 100%;
    float: left;
    color: #3E4492;
    margin: 50px 0;
    letter-spacing: -2px;
    text-transform: capitalize;
}
.institucional h2{
	width:100%;
	float:left;
	font-family:lato;
	font-size:25px;
	color:#333;
	border-bottom:1px solid #eee;
	padding-bottom:8px;
}
.institucional p{
	font-family:lato;
	font-size:15px;
	color:#333;
	text-align:justify;
	line-height:27px;
}
.galeria{
	background:#Eee;
	width:100%;
	padding-top:15px;
	float:left;
	margin:20px 0;
}
.gl{
	width:100%;
	float:left;
	margin:30px 0;
}
/*Representantes*/
.representantes .seg{
	padding:12px;
	float:left;
	width:100%;
	margin-bottom:12px;
	border-bottom:1px dashed #eee;
}

.representantes .seg h2{
	font-family:lato;
	color:#3E4492;
	font-size:22px;
	margin:0;
}
.representantes .seg p{
	font-family:lato;
	font-size:16px;
	color:#333;
	line-height:27px;
	margin:0;
}
.representantes .seg figure{
	width:200px;
	float:right;
	height:120px;
}
.lateral{
	background:#eee;
	float:left;
	width:100%;
	border-radius:3px;
	padding:20px;
	margin-bottom:20px;
	border:none !important;
}
.lateral h2{
	font-family:lato;
	color:#333;
	font-size:22px;
	margin:0 0 20px 0;
}
.lateral li{
	width:100%;
	float:left;
	font-family:lato;
	color:#333;
	font-size:16px;
	border:none;
	margin-bottom:0;
	border-bottom:1px solid #ddd;
}
.lateral li a{
	width:100%;
	float:left;
	font-family:lato;
	color:#333;
	font-size:16px;
	border:none;
	
}
.lateral li:last-child{ border:none;}
.lateral li :hover{
	border-bottom:1px solid #ddd !important;
	background:#ddd !important;
	border-radius:3px;
}
.lateral .active a {
    color: #fff !important;
    cursor: default;
    background:#3E4492 !important;
	border:none !important;
	border-radius:3px !important;
	border:none !important;
}
/*Receitas*/
.receitas{
	background:#E7E6DC;
	width:100%;
	float:left;
	padding-bottom:90px;
}
.seg_noticias{
	width:100%;
	float:left;
	padding:30px 30px 0 30px;
	background:#fff;
	border-radius:3px;
}
.seg_noticias .a{
	width:100%;
	float:left;
	border-radius:3px;
	overflow:hidden;
	background:#eee;
	margin-bottom:30px;
}
.seg_noticias .a figure{
	width:50%;
	float:left;
	height:250px;
	/*opacity:0.5;*/
	position:relative;
	background-size:cover !important;
	-webkit-background-size:cover !important;
}
.seg_noticias .a h2{
	font-family: 'Lato', sans-serif;
	font-size: 17px;
    width: 48%;
	margin-left:2%;
	float:left;
    text-align:left;
    color: #222;
    position:relative;

    padding:0 12px;
	line-height:24px;
}
.seg_noticias .a p{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    width: 48%;
	margin-left:2%;
	float:left;
    text-align:left;
    color: #888;
    position:relative;
    padding: 0 12px;
    border-radius: 35px;
}
.seg_noticias .a:hover figure{
	opacity:1;
	transition: all 0.5s ease;
}
.subtitulo{
	width:100%;
	float:left;}
.subtitulo p{
	float:left;
	color:#555;
	margin-bottom:0;
	margin-top:8px;
}
.veja-tambem h3{
	font-family: lato;
    font-size: 25px;
    width: 100%;
    float: left;
    color: #3E4492;
    margin: 30px 0;
	border-bottom:1px solid #eee;
	padding-bottom:12px;
}
.veja-tambem .a figure{
	width:100%;
	float:left;
	height:150px;
	/*opacity:0.5;*/
	position:relative;
	background-size:cover !important;
	-webkit-background-size:cover !important;
}
.veja-tambem .a h2{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
    width: 100%;
	float:left;
    text-align:center;
    color: #222;
    position:relative;
    padding:0 12px;
	line-height:24px;
	margin-top:8px;
}

.view-receita{ padding-bottom:30px;}
.view-receita h2{
	font-family: 'Lato', sans-serif;
	font-size:28px;
	color:#7B81AC;
	margin:0 0 20px 0;
}
.view-receita p{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#7B81AC;
}
.view-receita figure{
	width:100%;
	margin-bottom:20px;
	border-radius:3px;
	overflow:hidden;
}
.embed-responsive{
	margin:20px 0;

}
/*Paginação*/
#paginacao{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	background:none;
}
.pagination>li>a, .pagination>li>span{
	background:none;
	color:#333;
	text-transform:uppercase;
	border:none;
	background:#FFCC29;
	color:#fff;
    margin-right: 5px;
    border-radius: 31px !important;
	padding:9px 12px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color:#333;
	background:#FFCC29;
}
/* Contato */
#mapa{
	width:100%;
	float:left;
	margin-top:30px;
	height:400px;
}
.contato p{
	font-family:lato;
	font-size:16px;
	color:#333;
	line-height:27px;
}
#form2{
	width:100%;
	float:left;
}
#form2 .input{
	width:100%;
	float:left;
	font-family:lato;
	font-size:17px;
	padding:15px;
	background:#F5F5F5;
	border-radius:3px;
	border:1px solid #eee;
	margin-bottom:12px;
}

/*Rodape*/
footer{
	width:100%;
	float:left;
	background:#fff;
	border-top:1px solid #eee;
	position:relative;
}
footer p{
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#64727D;
	margin:30px 0;
}
footer .sm{
	width:126px;
	height:31px;
	float:right;
	margin:25px 0;
	background:url(../images/sm.png) no-repeat center;
	text-indent:-5000px;
}
/* Armazenagem e Secagem*/
.top{
	width:100%;
	float:left;
	height:90px;
	position:relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#logo{
	background:url(../images/logo-engenho.png) no-repeat center;
	width:220px;
	height:120px;
	text-indent:-5000px;
	margin:30px auto;
	background-size:cover !important;
	-webkit-background-size:cover !important;
}
#armazem .institucional{
	background:#EEEEEE;
	padding:30px;
}
#armazem .tit{
	margin-top:100px;
	color:#fff !important;
}

.fundo{
	width:100%;
	height:100%;
	float:left;
	background:url(../images/armazem.jpg) center top;
	background-size:cover !important;
	-webkit-background-size:cover !important;
	position:fixed;
}
#armazem .institucional p{
	font-size:15px;
	margin-top:0;
}
.div-em-colunas {
    -webkit-column-count:2; /* Chrome, Safari, Opera */
    -moz-column-count:2;    /* Firefox */
    column-count:2;         /* padrão */
	 -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	margin-bottom:30px;
	}
.glr img{ margin-bottom:20px;}
@media (max-width: 1200px){
.navbar-header{ width:100% !important;}
.navbar-toggle{ display:block; float:right; margin-top:22px;}
.navbar-collapse{ border:none !important; width:280px !important; margin-top:-120px; border-radius:3px; float:right; background:rgba(0, 0, 0, 0.9);}
.navbar-collapse.collapse{ display:none !important;}
.collapse.in{ display:block !important; }
.navbar-nav>li{ width:100%;}
.navbar-nav>li>a{ margin:8px 0; text-align:center;}
.navbar-right>li{ width:inherit !important; }
.navbar-right{ float:left !important; position:relative; left:50%; margin-left:-77px !important;}
.dropdown-menu{  position:relative; width:100% !important; background: rgba(49, 49, 49, 0.6);}
}
@media (max-width: 1000px){
.dicas-e-receita .carousel-indicators{ width:100%;}
.dicas-e-receita .carousel-indicators li{ float:inherit;}
.navbar-nav{ margin:0}
.galeria img{ margin-bottom:20px;}
}
@media (max-width: 768px) {
	.div-em-colunas{-webkit-column-count:1; /* Chrome, Safari, Opera */
    -moz-column-count:1;    /* Firefox */
    column-count:1;     }
footer p{ width:100%; text-align:center;}	
footer .sm{ margin-top:0; width:100%;}
.carousel-slide .item figure{ display:none; }
.carousel-slide .carousel-control.left, .carousel-slide .carousel-control.right{ display:none;}
.logo{ width: 190px; height: 97px; margin:17px 15px !important;}
.navbar-default{ height:70px;}	
.navbar-collapse{ width:100% !important;  margin-top: -66px;}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{ margin-left:0 !important; margin-right:0 !important;}
.navbar-nav>li>a{ text-align:center;}
.navbar-right{ display:none;}
.row {  margin-right: 0px !important; margin-left: 0px !important; }
.container-fluid{ padding-left:0 !important; padding-right:0 !important}
.representantes .seg figure{ display:none; }
} 
@media (max-width: 450px) {
.arroz-engenho, .arroz-florenca, .arroz-vibrante{ height:330px;}	
header{ position:relative; }
.logo { width: 160px; height: 82px;}
.carousel-slide { margin-top: -93px; float: left;}
header {  background: linear-gradient(rgb(0, 0, 0) 50% , transparent 100%); }
.navbar-collapse{ margin-top:-50px;}

}