@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	font-family: 'latothin';
	color: #555555;
	overflow-x: hidden;
}
/* ------------------------------------------------------------------------------------------ Preloader */

#preloader {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	background: #1b1b1b;
	height: 36px;
	width: 36px;
	margin-left: -18px;
	margin-top: -18px;
}
/* ------------------------------------------------------------------------------------------ Animated Items on page */

.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
        
}
.gray{

color: #888}
  
/* ------------------------------------------------------------------------------------------ Slider Section */

section#slider {
	padding-top: 0px;
	padding-bottom: 0px;
        margin-top: -90px;
	margin-bottom: 0px;
        position: relative
}
/* Slider Button */
.tp-leftarrow.default {
	background-color: #000;
}
.tp-rightarrow.default {
	background-color: #000;
}
.tp-banner .getstarted {
	border: 2px solid #FFF;
	color: #FFF;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 22px;
}
.tp-banner .getstarted:hover {
	border: 2px solid #FFF;
	color: #000;
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}
/* Static Slider Picture */
.slider-bg-static {
	background-image: url(../img/slider/static-bg/1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: repeat;
	height: 100%;
}
/* Animated Slider Picture */
.slider-bg-animated {
	background-image: url(../img/slider/animted-bg/1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: repeat;
	-webkit-animation: BackgroundAnimation 500s linear infinite;
	-moz-animation: BackgroundAnimation 500s linear infinite;
	-ms-animation: BackgroundAnimation 500s linear infinite;
	height: 100%;
}
/* Background Animation */

@-webkit-keyframes BackgroundAnimation {
from {
background-position: 0px 0px;
}
to {
	background-position: 9600px 0px;
}
}
@-moz-keyframes BackgroundAnimation {
from {
background-position: 0px 0px;
}
to {
	background-position: 9600px 0px;
}
}
@-ms-keyframes BackgroundAnimation {
from {
background-position: 0px 0px;
}
to {
	background-position: 9600px 0px;
}
}
/* ------------------------------------------------------------------------------------------ Main Navigation Section */

section#navigation {
	padding-top: 0px;
	padding-bottom: 0px;
}
#navigation {
	width: 100%;
	margin-left: auto;
	margin-bottom: auto;
	position: absolute;
        top:0px;
	z-index: 9999;
        background-color: #fff  
}
#navigation ul.nav {
	font-family: 'latoregular';
	font-size: 12px;
	margin: 0px;
	padding: 0px;
        text-transform: uppercase
}
#navigation ul.nav li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#navigation ul.nav li:last-child {
	padding-right: 0px;
}
#navigation ul.nav li a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
        
}
.dropdown-menu>li>a{
    
   font-family: 'latolight'!important;
}
#navigation ul.nav li ul li {
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
}
.facebook{
    padding: 21px 0 0 0!important;
        margin: 0px
}
/*.navbar-inverse .nav-collapse .nav>li>a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #fff;
}*/
#navigation ul.nav a:hover {
	color: #000;
}
#navigation ul.nav .current a {
	color: #000;
}
.navbar-brand {
	padding-top: 22px;
	padding-bottom: 15px;
	padding-left: 16px;
}
/* ------------------------------------------------------------------------------------------ Section Settings */
strong {
	padding-top: 120px;
        font-family:  'latoregular';
}
.reg {
	font-family: 'latoregular';
}
.up {
	text-transform: uppercase
}
section {
	
}
.section-heading h1 {
	font-weight: 400;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	line-height: 1.1;
}
.section-heading h2 {
	font-weight: 300;
	padding: 0px;
}
.section-heading h3 {
	color: #7a7777
}
.section-heading p {
	padding: 0px;
	margin: 0px;
}
.section-heading .line {
	padding-bottom: 16px;
	margin-bottom: 40px;
	width: 100px;
	text-align: center;
        margin: 0 auto;
        padding-top: 30px
}
.f22{
	font-size: 22px
}
.bold{font-family: 'latosemibold'
	
}
/* ------------------------------------------------------------------------------------------ About Section Starts */

#about {
	margin-to:0px; z-index:100; position:relative;
        background-color: #eef1f4;
        text-align: center;
            padding: 100px 0;
}

#about a{
	color: #cea48c
}




.milho-left{
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    padding: 0px!important	
}

.milho-right{
    position: absolute;
    z-index: -1;
    right: 0px;
    bottom: 0px;
    padding: 0px!important	
}

#about .heading {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
#about .circle {
	width: 90px;
	height: 90px;
	background: transparent;
	border: 2px solid #000000;
	border-radius: 120px;
	position: relative;
	margin-bottom: 16px;
	text-align: center;
	padding-top: 26px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#about .circle i {
	font-size: 36px;
}
#about .description {
	margin-top: 6px;
	margin-bottom: 30px;
}
#about .col-md-4:hover .circle {
	background-color: #000000;
}
#about .col-md-4:hover i {
	color: #fff;
}
#about-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #000;
}
#progressBar {
	width: 100%;
	background: #EDEDED;
}
#about-2 .heading2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 6px;
	padding-bottom: 8px;
}
#about-2 .heading2 a {
	color: #000;
	text-decoration: none;
}
#about-2 .heading2 a:link {
	color: #000;
	text-decoration: none;
}
#about-2 .heading2 a:active {
	color: #000;
	text-decoration: none;
}
#about-2 .heading2 a:hover {
	color: #000;
	text-decoration: none;
}
#about-2 .about-carousel {
	padding-bottom: 30px;
}
#about-2 .about-carousel a span {
	top: 50%;
	position: absolute;
}
#about-2 #accordion i {
	width: 30px;
	padding-right: 8px;
	text-align: center;
}
#about-2 .skills-progress {
	text-align: center;
	margin-top: 30px;
}
#about-2 .skills-progress .col-md-2 {
	margin-bottom: 15px;
}
#donutchart1, #donutchart2, #donutchart3, #donutchart4, #donutchart5, #donutchart6, #donutchart7, #donutchart8 {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
/* ------------------------------------------------------------------------------------------ Team Section Starts */

#team {
	background: url(../img/textures/light-grey-noise.gif);
}

#team .team-contents {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 25px;
}
#team .picture {
	padding-left: 30px;
	padding-right: 30px;
}
#team .picture img {
	width: 100%;
	height: auto;
	background: transparent;
	position: relative;
	margin-bottom: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#team .heading {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
}
#team .designation {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 3px;
}
#team .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 3px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.team-contents .icon {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	top: -60px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: normal;
	margin-bottom: -60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#team .description {
	margin-bottom: 30px;
}
#team .team-social a {
	margin-bottom: 100px;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	color: #000;
}
#team .team-social a i {
}
/* Team Overlayzoom Starts */
.teamoverlayzoom {
	position: relative;
	display: block;
	margin: 0;
	text-decoration: none;
}
.teamoverlayzoom span i {
	color: #FFF;
}
.teamoverlayzoom span.zoom {
	position: absolute;
	nowhitespace: afterproperty;
	nowhitespace: afterproperty;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 22px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.teamoverlayzoom span.zoom span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
}
.teamoverlayzoom:hover span.zoom, .teamoverlayzoom:focus span.zoom {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
}
/* ------------------------------------------------------------------------------------------ Quotes Section Starts */

#quotes {
	color: #1c1c1c;
        text-align: right
}

#quotes h1 {
	text-align: center
}

#quotes h2 {
	text-align: center
        
}
#quotes h3 {
	font-size: 22px;
        color: #151515;
        font-family: 'latosemibold'
        
}
#quotes .text {
	font-weight: 300;
	text-align: right;
}
#quotes .name {
	color: #151515;
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}
#quotes .circle {
    border-radius: 150px;
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    color: #FFF;
    
    font-family: 'latosemibold';
    font-weight: 400;
    line-height: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 23px;

}
.embalagem{
   position: relative;
   float: right;
}
.fr{
   float: right
}

.bg-bege{
   background-color: #cea48c!important;
}
.bg-verde{
   background-color: #829634!important;
}
.bg-red{
   background-color: #b7274b!important;
}
/* ------------------------------------------------------------------------------------------ Our Services Section Starts */
#our-services .item {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}


#services .circle {
	width: 150px;
	height: 150px;
	background: transparent;
	border: 3px solid #000;
	border-radius: 150px;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 32px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#services .circle i {
	font-size: 80px;
}
#services .item:hover .circle {
	background-color: #000;
	color: #fff;
}
#services .item:hover i {
	color: #fff;
}
#services .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 3px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#services .heading-1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
}
#services .heading-2 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 12px;
	color: #000;
}
#services .description {
	margin-top: 6px;
	margin-bottom: 30px;
}
/* ------------------------------------------------------------------------------------------ Portfolio Section Starts */
#portfolio {
}
#portfolio h2 { font-size: 38px;
  background: url(../img/logo/sementina_logo3.png) bottom center no-repeat;
  padding-bottom: 40px
    
}
#portfolio .col-md-3 {
  padding: 0px;
  margin-top:0px
    
}
#options {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#options ul {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#options ul li {
	display: inline-block;
}
#options ul li a {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	border: 3px solid #ccc;
	font-size: 36px;
	line-height: 2;
	color: #ccc;
}
#options ul li a:link {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#options ul li:hover a, #options ul li a.selected {
	color: #000;
	border: 3px solid #000;
}
#portfolio ul li {
	list-style-type: none;
}
#container-thumbs {
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container-thumbs .items {
	margin-bottom: 20px;
}
#container-thumbs .items img {
	width: 100%;
	height: auto;
	background: transparent;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#container-thumbs .items .icon {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	top: -60px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: normal;
	margin-bottom: -60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#container-thumbs .items:hover .icon {
	background-color: #666;
}
/* Overlayzoom Starts */
.overlayzoom {
	position: relative;
	display: block;
	margin: 0;
	text-decoration: none;
}
.overlayzoom span i {
	color: #FFF;
}
.overlayzoom span.zoom {
	nowhitespace: afterproperty;
	nowhitespace: afterproperty;
	
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; /* Fallback for web browsers that doesn't support RGBa */

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.overlayzoom span.zoom span {
	left: 0;
	top: 0;
	width: 100%;
	text-align: center
}

.produto{
        width: 100%;
        float: left!important;
        text-align: center;
            margin-top: 10px;
            font-family: 'latolight';
}
.sementes{
	font-size: 12px;
         font-family: 'latolight';
        text-transform: uppercase;
        width: 100%;
        float: left!important;
        text-align: center;
        margin-top: -4px
}


.txt{
        color: #6e6f72;
        width: 100%;
       float: left!important;
        text-align: center;
        font-family: 'latothin';
            padding: 5px 20px 0 20px;
}
.ver{
	padding-bottom: 10px;
        text-align: center;
}
.peso{
        width: 100%!important;
       float: left!important;
        text-align: center;
        font-family: 'latoregular';
}
.saber{
        color: #999;
        background-color: #fff;
        border-radius:50px;
    padding: 6px 20px;
        text-align: center;
        
        
}
.saber1{
	width: 100%;
        text-align: center;
        float: left
}
.overlayzoom:hover span.zoom, .overlayzoom:focus span.zoom {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
}
/* -- Detail Portfolio Starts -- */
.portfolio-detail {
	overflow: hidden;
	max-height: 0px;
	background: #f5f6f8;
	transition: all .3s ease;
	-moz-transition: all.3s ease;
	-webkit-transition: all .3s ease;
}
.open-box {
	max-height: 1600px;
	margin-bottom: 30px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
.portfolio-detail .heading {
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 600;
}
.portfolio-detail .desc {
	margin-top: 10px;
}
.portfolio-detail ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.portfolio-detail ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	padding-top: 8px;
	padding-bottom: 8px;
}
.portfolio-detail ul li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
.portfolio-detail .social-icons ul {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.portfolio-detail .social-icons ul li {
	width: 36px;
	height: 36px;
	background-color: #bbbbbb;
	border-radius: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-detail .social-icons ul li a {
	color: #fff;
}
.portfolio-detail .social-icons ul li:hover {
	opacity: .80;
	filter: alpha(opacity=80);
}
.links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
}
.links div {
	display: inline-block;
	margin-top: 20px;
	margin-right: 30px;
}
.links a {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}
.links a:hover {
	color: #333;
	text-decoration: none!important;
}
.close-detail {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
}
.close-detail:hover {
	color: #000;
	text-decoration: none!important;
}
/* ------------------------------------------------------------------------------------------ Facts Section Starts */
#facts {
	color: #fff;
	height: 750px;
	overflow: hidden;
	background: black;
}
section#facts {
	padding-top: 0px;
	padding-bottom: 0px;
}
#facts .container {
	padding-top: 120px;
	padding-bottom: 120px;
	margin: 0px auto;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#facts #video video {
	display: block;
	width: 100%;
	opacity: 0.5;
	background-color: #000;
}
#facts h2 {
	color: #FFF;
}
#our-facts .items {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}

#facts .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#facts .heading-1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
}
#facts .heading-2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 12px;
	padding-bottom: 20px;
}
#facts .owl-theme .owl-controls .owl-buttons div {
	color: #000;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 4px;
	font-size: 33px;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	*/
	background: #fff;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	height: 50px;
	width: 50px;
	border-radius: 50px;
}
#facts .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
#our-facts .items .circle {
	width: 150px;
	height: 150px;
	background: transparent;
	border: 3px solid #ffffff;
	border-radius: 150px;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 32px;
	margin-left: auto;
	margin-right: auto;
	font-size: 56px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#our-facts .items .icon {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	color: #000;
	top: -48px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 8px;
	line-height: normal;
	margin-bottom: -20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#our-facts .items:hover .circle {
	background-color: #ffffff;
	color: #000;
}
#our-facts .items:hover .icon {
	background-color: #000;
	color: #fff;
}
#our-facts .items:hover .icon i {
	color: #fff;
}
/* ------------------------------------------------------------------------------------------ Pricing Section Starts */

section#pricing {
	padding-bottom: 60px;
}
#pricing .row {
	text-align: center!important;
}
#pricing {
	color: #fff;
}
#pricing {
	background-attachment: fixed;
	background-image: url(../img/parallax/3.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}
#pricing h2 {
	color: #FFF;
}

#pricing .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#pricing .picture img {
	width: 100%;
	height: auto;
	background: transparent;
	border-radius: 50%;
	position: relative;
	margin-bottom: 30px;
	border: 3px solid #FFF;
}
#pricing .heading-1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	top: -200px;
	margin-bottom: -40px;
}
#pricing .circle {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
	color: #000;
	top: -90px;
	margin-bottom: -20px;
	padding-top: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 3px solid #ccc;
}
#pricing .circle span.price {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
}
#pricing .circle span {
	font-size: 18px;
}
#pricing .p-table {
	position: relative;
	top: -40px;
}
#pricing .p-table ul {
	padding: 0px;
	margin: 0px;
}
#pricing .p-table ul li {
	padding-top: 16px;
	padding-bottom: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(256, 256, 256, 0.2);
	border-bottom-color: rgba(204, 204, 204, 0.2);
	list-style-type: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#pricing .p-table ul li:hover {
	background-color: rgba(256, 256, 256, 0.1);
}
#pricing .btn {
	color: #000;
	background-color: #ccc;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 18px;
	margin-bottom: 60px;
}
#pricing .p {
	background-color: #fff;
}
#pricing .col-md-3:hover .circle {
	background-color: #000;
	color: #fff;
}
#pricing .col-md-3:hover .btn {
	background-color: #000;
	color: #FFF;
}
/* ------------------------------------------------------------------------------------------ Blog Section Starts */


#blog .blog-contents {
	margin-bottom: 30px;
}
#blog .post {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px;
}
#blog .post .picture img {
	width: 100%;
	height: auto;
	background: transparent;
	border-radius: 50%;
	position: relative;
	margin-bottom: 30px;
}
#blog .post .date {
	width: 80px;
	height: 80px;
	border-radius: 150px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	top: -78px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: normal;
	margin-bottom: -50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#blog .post:hover .more {
	background-color: #666;
}
#blog .post:hover .date {
	background-color: #666;
}
#blog .post .date p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#blog .post .heading {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
#blog .post .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#blog .post .description {
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.info {
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
}
.info a i {
	padding-left: 12px;
	padding-right: 4px;
}
.info a {
	color: #555555;
	text-decoration: none;
}
.info a:link {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
#blog .post .more {
	width: 50px;
	height: 50px;
	border-radius: 150px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#blog .post .more a i {
	font-size: 24px;
	line-height: 0;
	color: #FFF;
}
a.view-all {
    background:  #d29e51 url(../img/seta.png);
    background-repeat: no-repeat;
    background-position: 92% center;
    color: #fff;
    font-family: 'latolight';
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 11px;
    padding-left: 25px;
    font-size: 17px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.view-all:hover {
	border: 0px none;
	color: #fff!important;
	background-color: #999;
	padding-top: 18px;
	padding-right: 45px;
	padding-bottom: 18px;
	padding-left: 45px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------*/
.blog-page-heading {
	background-attachment: fixed;
	background-image: url(../img/parallax/1.jpg);
	background-repeat: repeat-y;
	background-position: 50% 95%;
}
.blog-page-heading .section-heading {
	color: #FFF;
	text-align: center;
	margin-bottom: 120px;
	padding-top: 120px;
}
section#blog-page {
	padding-top: 0px;
	padding-bottom: 0px;
}

#blog-page .contents {
	margin-top: 120px;
	margin-bottom: 120px;
}
#blog-page .post {
	text-align: center;
	margin-bottom: 50px;
}
#blog-page .post .picture img {
	width: 100%;
	height: auto;
	background: transparent;
	border-radius: 50%;
	position: relative;
	margin-bottom: 30px;
}
#blog-page .post .date {
	width: 80px;
	height: 80px;
	border-radius: 150px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	top: -78px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: normal;
	margin-bottom: -50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#blog-page .post:hover .more {
	background-color: #666;
}
#blog-page .post:hover .date {
	background-color: #666;
}
#blog-page .post .date p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#blog-page .post .heading {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
#blog-page .post .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#blog-page .post .description {
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
#blog-page .post .more {
	width: 50px;
	height: 50px;
	border-radius: 150px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#blog-page .post .more a i {
	font-size: 24px;
	line-height: 0;
	color: #FFF;
}
/*-------------------------*/



#blog-single-post {
	font-size: 16px;
	font-weight: 300;
}
.blog-single-post-heading {
	background-attachment: fixed;
	background-image: url(../img/parallax/4.jpg);
	background-repeat: repeat-y;
	background-position: 50% 95%;
}
.blog-single-post-heading .section-heading {
	color: #FFF;
	text-align: center;
	margin-bottom: 120px;
	padding-top: 120px;
}
section#blog-single-post {
	padding-top: 0px;
	padding-bottom: 0px;
}
#blog-single-post .contents {
	padding-top: 120px;
	padding-bottom: 120px;
}

#blog-single-post .date {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	top: -50px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 16px;
	padding-bottom: 8px;
	line-height: normal;
	margin-bottom: -50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#blog-single-post .date p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#blog-single-post .heading {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
}
#blog-single-post .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 2px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 100px;
}
#blog-single-post .description {
	margin-bottom: 30px;
}
#blog-single-post blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
}
#blog-single-post .blog-comments {
	margin-top: 30px;
}
#blog-single-post .title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}
#blog-single-post .smallline2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 100px;
}
ul.media-list {
}
ul.media-list li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
#blog-single-post .post-comment {
	margin-top: 30px;
	margin-bottom: 30px;
}
#blog-single-post .post-comment .form-control {
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog-tabs {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tab-content {
	margin-top: 2px;
}
.tab-content ul {
	padding: 0px;
	margin: 0px;
}
.tab-content ul li {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.tab-content ul li a {
	text-decoration: none
}
.tab-content ul li a:hover {
	text-decoration: none;
	color: #000;
}
.tab-content ul li a:active {
	text-decoration: none
}
.tab-content ul li i {
	padding-right: 6px;
}
.about-blog, .tag-list {
	margin-top: 40px;
}
.tag-list a {
	border: 1px solid #d9d9d9;
	display: inline-block;
	font-size: 14px;
	border-navigationradius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tag-list a, .tag-list a:hover, .tag-list a:active, .tag-list a:focus {
	text-decoration: none;
	outline: none;
}
.tag-list a:hover {
	color: #fff;
	background-color: #000;
}
/* ------------------------------------------------------------------------------------------ Clients Section Starts */
section#clients {
	padding-top: 50px;
	padding-bottom: 50px;
}
#clients {
	background-image: url(../img/textures/light-grey-noise.gif);
}
.clients .items {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* ------------------------------------------------------------------------------------------ Testimonials Section Starts */
#testimonials *{
	color: #fff;
        text-align: center;
}
#testimonials {
	background-image: url(../img/fundos/misturas.jpg);
	background-repeat: no-repeat;
     
}
#testimonials h1 {
	text-align: center;
         font-family: 'latolight';
         font-size: 38px;
         padding-bottom: 25px
}
#testimonials h2 {
	color: #fff;;
        font-size: 24px;
        
}
#testimonials h3 {
        font-size: 30px;
        padding-top: 30px
}
#testimonials .text {
	font-size: 20px;
        
}
.testimonials-p {
}
.testimonials-p .items {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.testimonials-p .items .desc {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
}
.testimonials-p .items .heading-1 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
.testimonials-p .items .heading-2 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 2px;
}
/* ------------------------------------------------------------------------------------------ Social Media Section Starts */


#social-media {
    position: relative;
    z-index: 1000;
}
#social-media {
}
#social-media h2 {
	
}

#social-media .row {
	text-align: center;
}
#social-media .desc {
	
}
#social-media ul {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#social-media ul li {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-align: center;
	/*border: 3px solid #000;*/
	font-size: 24px;
	line-height: 2.2;
	color: #000;
	margin-left: 4px;
	margin-right: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#social-media ul li:hover {
	opacity: .50;
	filter: alpha(opacity=50);
}
/* ------------------------------------------------------------------------------------------ Contact Section Starts */

.obrigatorio {
	font-size: 14px;
        color: #5f5f5f;
        float: left;
        padding-top: 20px
}


.map{
        margin-top: 140px
}
#contact h2{ font-size: 38px;}

#contact h3{margin-top: 10px;}
#contact {
	background-color: #f6f6f6;
        padding-top: 140px;
         padding-bottom: 0px
}

#contact .input-group {
	padding-top: 6px;
	padding-bottom: 6px;
}
#contact .input-group-btn {
	padding-top: 6px;
	padding-bottom: 6px;
}
#contact .address {
	font-size: 16px;
	padding-top: 20px;
	line-height: 1.5;
}
#contact .address i {
	padding-right: 10px;
	text-align: center;
	width: 30px;
}
#contact .form {
	padding-top: 2px;
}
#message_post {
	padding-top: 6px;
	padding-bottom: 6px;
}
.errorMessage {
	color: #ff0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.successMessage {
	color: #12d62d;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.form-buttons {
	padding-top: 8px;
}
.form-element {
}
.form-element label {
}
.form-element input.text {
	padding-left: 20px;
	padding-top: 8px;
}
.form-element .textarea {
	padding-left: 20px;
	padding-top: 8px;
}
.form-element .hightlight {
	border: 2px solid #9F1319
}
.form-element #submit {
}
.loading {
	height: 28px;
	width: 28px;
	display: none;
	background-image: url(../img/progress.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}
.done {
	display: none
}
#contact .address img {
	padding-right: 10px
}
.scrollup {
	width: 50px;
	height: 50px;
	background-color: #000;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
	/*border: 3px solid #000;*/
	font-size: 28px;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 5px;
	/*position: fixed;
	bottom: 30px;
	right: 30px;
	text-indent: -9999px;*/
	/*background: url('img/totop/to-top.png') no-repeat;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
        margin-top: 30px
}
.scrollup:hover {
	opacity: .50;
	filter: alpha(opacity=50);
}
/* ------------------------------------------------------------------------------------------ Footer Section Starts */
section#footer {
	padding-top: 90px;
	padding-bottom: 50px;
}
#footer {
	background-color: #fafafa
}
#footer a {
	font-family: 'latothin';
}
#footer a:hover {
	font-family: 'latothin';
}
#footer .row {
	text-align: center;
}

#footer .desc {
	font-size: 16px;
	font-weight: 300;
}
#footer .desc i {
	margin-bottom: 12px;
}
.col-lg-6 {
	width: 50%;
        float: left;
}
.col-md-0 {
  padding-left: 12%
}
/*------------------------------------------------------------------------- Media Starts */
h2 .bold{
font-size: 28px
}

.reciclar img{
width: 100%;
margin-bottom: 100px
    
}

.quinoa{
color: #ead397
}
.quinoa-bg{
background-color: #ead397
}



.sesamo_p{
color: #3c3c3c
}
.sesamo_p-bg{
background-color: #3c3c3c
}

.sesamo_n{
color: #e0b285
}
.sesamo_n-bg{
background-color: #e0b285
}

.trigo_s{
color: #dda660
}
.trigo_s-bg{
background-color: #dda660
}

.milheto{
color: #eacd56
}
.milheto-bg{
background-color: #eacd56
}


.linhaca_c{
color: #9f6b31
}
.linhaca_c-bg{
background-color: #9f6b31
}

.linhaca_d{
color: #e3af58
}
.linhaca_d-bg{
background-color: #e3af58
}



.girassol{
color: #d7c8af
}


.girassol-bg{
background-color: #d7c8af
}



.abobora{
color: #a2ae4e
}
.abobora-bg{
background-color: #a2ae4e!important
}



.papoila{
color: #717476
}
.papoila-bg{
background-color: #717476
}



.chia{
color: #a28f7c
}
.chia-bg{
background-color: #a28f7c
}



.quinioa_v{
color: #9f5c23
}
.quinioa_v-bg{
background-color: #9f5c23
}




.chia{
color: #8b7867
}
.chia-bg{
background-color: #8b7867
}



.alperce{
color: #f3842a
}
.alperce-bg{
background-color: #f3842a
}




.macadamia{
color: #dbb465
}
.macadamia-bg{
background-color: #dbb465
}



.goji{
color: #f76c57
}
.goji-bg{
background-color: #f76c57
}



.tamras{
color: #572a2b
}
.tamras-bg{
background-color: #572a2b
}



.aveia{
color: #e1c593
}
.aveia-bg{
background-color: #e1c593
}



.centeio{
color: #c49d69
}
.centeio-bg{
background-color: #c49d69
}







.alfarroba{
color: #d38c3c
}
.alfarroba-bg{
background-color: #d38c3c
}


.castanha{
color: #c8a882
}
.castanha-bg{
background-color: #c8a882
}



.maca{
color: #ddc79e 
}
.maca-bg{
background-color: #ddc79e 
}




.framboesa{
color: #f56183
}
.framboesa-bg{
background-color: #f56183!important
}


.morango{
color: #ffaa8e
}
.morango-bg{
background-color: #ffaa8e
}


.quinoa{
color: #ae7942
}
.quinoa-bg{
background-color: #ae7942
}





.canela{
color: #bc8037
}
.canela-bg{
background-color: #bc8037
}






.cacau{
color: #ad7552
}
.cacau-bg{
background-color: #ad7552!important
}







.farelo{
color: #e9c99a
}
.farelo-bg{
background-color: #e9c99a
}



.bosque{
color: #ba403f
}
.bosque-bg{
background-color: #ba403f!important
}



.secos{
color: #a4a74a
}
.secos-bg{
background-color: #a4a74a
}




.tropicais{
color: #ffbd30
}
.tropicais-bg{
background-color: #ffbd30
}




.tropicais{
color: #ffbd30
}
.tropicais-bg{
background-color: #ffbd30
}



.ameixa{
color: #3d2121
}
.ameixa-bg{
background-color: #3d2121
}



.amendoa{
color: #db9144
}
.amendoa-bg{
background-color: #db9144
}



.caju{
color: #f1d2a3
}
.caju-bg{
background-color: #f1d2a3
}



.avela{
color: #9b5a46
}
.avela-bg{
background-color: #9b5a46
}



.arando{
color: #6d151d
}
.arando-bg{
background-color: #6d151d
}



.noz{
color: #ca8048
}
.noz-bg{
background-color: #ca8048
}

.noz2{
color: #ca8048
}


.cevada{
color: #d1b494
}
.cevada-bg{
background-color: #d1b494
}


.trigo{
color: #e1ca9c
}
.trigo-bg{
background-color: #e1ca9c
}

.aveia{
color: #e6d2b6
}
.aveia-bg{
background-color: #e6d2b6!important
}



.coco{
color: #e4ce98
}
.coco-bg{
background-color: #e4ce98
}

.maranhao{
color: #edb35f
}
.maranhao-bg{
background-color: #edb35f
}
.spp{
 color: #555555;
padding: 0 5px
}




#quotes {
    background: url(../img/embalagens_bg.jpg);
    background-repeat: repeat;
}
.responsiv img{
   width: 100%;
   height: auto;
}
.idiomas{
padding-left: 5px!important;
padding-right: 5px!important;
    
}
.activo{
color: #c49d69!important;
    
}
@media (max-width:992px) {
       #navigation ul.nav {
    font-family: 'latolight';
    font-size: 20px;
}
    .container {
   padding-right: 20px;
   padding-left:20px
}
#testimonials h2 {
    font-size: 22px!important;
}
#testimonials h3 {
    font-size: 26px!important;
   
}
#testimonials h1 {
    font-size: 30px!important;
}

      #testimonials .text {
    font-size: 17px!important;
}
.navbar-nav {
	margin-left: 0px!important;
	float: none!important;
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
.col-lg-6 {
	width: 50%;
        float: left;
}
@media (max-width: 960px) {
#container-thumbs .items {
	min-width: 50%;
	max-width: 50%;
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
.col-lg-6 {
	width: 100%;
        float: left;
}
}
}
@media (max-width: 480px) {
#container-thumbs .items {
	min-width: 100%;
	max-width: 100%;
        
}
#portfolio .col-md-3 {
    width: 100%;
    float: left;
        margin-bottom: 39px;
}



#portfolio h2 {
    font-size: 38px;
  background: url(../img/logo/sementina_logo3.png) center 90px no-repeat;
    padding-bottom: 70px;
    padding-left:20px;
        padding-right:20px
}

    
  body {
		color: #555555!important
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
#video{
	display:none;
}
#quotes *{
	text-align:center!important;
}
#quotes .col-md-5 {
   width:100%!important;
}	
#quotes {
    background: url(../img/embalagens_bg.jpg);
    
    padding-bottom: 84px;
}
#pricing {
	background-image: none;
	background-color:#666666;
}
.blog-page-heading {
	background-image: none;
	background-color:#666666;
}
.blog-single-post-heading {
	background-image: none;
	background-color:#666666;
}
#testimonials *{
	text-align:center!important;
}
#testimonials .container{
	width:100%!important;
}
#testimonials .col-md-7{
	width:100%!important;
}
#testimonials {
    background-size: 350%;
    padding-bottom:110px
}
#social-media {
	padding-top:84px
}
section#navigation {
    padding-top: 14px;
}
.navbar-brand {
    padding-top: 14px;
}
.container {
    padding-left:15px;
    padding-right:15px
}
  section#slider {
    margin-top: 20px;
}
.tp-caption.very_large_text {
   font-size: 28px!important;
   margin-top:-14px!important;
   display:none;
   visibility: hidden
   
   
}
.tp-caption.large_text {
font-size:16px!important;
line-height:20px;
margin-top:-20px!important;
 display:none;
   visibility: hidden
}
.navbar-inverse .navbar-brand img{
    width:80%
        
}
h1, .h1 {
    font-size: 29px!important;
}
#quotes .circle {
    top: -50px!important;
    margin-left: -25px!important;
}

   .embalagem {
    width: 100%;
    text-align:center;
    margin-bottom:60px!important;
    margin-top:55px
    
}
#quotes .text {
    text-align: center!important;
    
}
#quotes .col-md-7 {
    padding:0px!important;
}
.sep_produto {
    height: 83px;
    background-image: url(../img/sep_mobile.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 40px;
    background-position: center center!important;
}
.sep_produto:last-child {
    height: 43px;
    background-image: none!important;
    margin-bottom: 0px!important;   
}
#about {
    padding: 0;
}
#about .container {
    width: 90%;
}
.milho-left {
    position:relative!important
}
.milho-right {
    position:relative!important
}
.milho-right img, .milho-left img{
   width:50% 
}
#contact * {
    text-align:center
}
#contact .col-lg-5 {
   width:100%
}
#contact .form {
   margin-top:70px
}
#contact .btn-default{
   width:100%!important;
   margin-top:10px;
   border-radius: 10px;
}
.obrigatorio {
    width:100%;
    text-align:center;
    margin-top:20px
}
.navbar-nav>li>a {
    text-align: center;
}
.s480 {
    color: #fff;
    font-size: 39px;
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
    line-height: 1;
    top:50%;
    margin-top:-50px
}
#navigation ul.nav {
    font-family: 'latolight';
    font-size: 20px!important;
}

}
@media (min-width: 481px) {
 
    
.s480 {
      display:none;
   visibility: hidden
}

}