body {
  font-family:'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #999;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family:'PT Sans', sans-serif;
  text-align: left;
}
.button {
  display: inline-block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 30px 8px;
  border: 1px solid white;
  border-radius: 30px;
  background-color: transparent;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.orange {
  display: block;
  width: 150px;
  border-style: none;
  background-color: #fcc988;
  color: #714c32;
}
.button.circular-btn {
  width: 40px;
  height: 40px;
  padding: 0px;
  background-color: white;
  color: rgba(51, 51, 51, 0.70);
  font-size: 33px;
  line-height: 30px;
}
.button.circular-btn.blue {
  width: 70px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-color: #3e58a2;
  background-color: #3e58a2;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.header {
  height: 627px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('/images/fo/top-background.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.header.no-bkg-img {
  height: auto;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
}
.section.grey {
  background-color: rgba(0, 0, 0, 0.70);
  color: white;
}
.section.grey.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section.light-grey {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.09);
}
.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section.company {
  color: #999;
  letter-spacing: 1px;
}
.container {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.container.product-header {
  height: 500px;
  background-image: url('/images/fo/product-img.jpg');
  background-position: 50% -20px;
  background-size: cover;
  background-repeat: no-repeat;
}
._25px-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}
.align-left {
  text-align: right;
}
.banner-warper {
  height: 500px;
  background-color: rgba(0, 0, 0, 0.70);
}
.main-slider {
  height: 500px;
  background-color: transparent;
}
.banner-left-side {
  position: relative;
  width: 45%;
  height: 500px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-align: center;
}
.banner-right-side {
  width: 45%;
  height: 500px;
  padding-top: 130px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  text-align: center;
}
.image-banner {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.banner-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'PT Sans', sans-serif;
  color: white;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  text-align: right;
}
.banner-txt {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'PT Sans', sans-serif;
  color: white;
  font-weight: 200;
  text-align: right;
}
.banner-slide-nav {
  padding-top: 13px;
  background-color: rgba(0, 0, 0, 0.70);
}
._20px-padding {
  padding-right: 20px;
  padding-left: 20px;
}
.news-title {
  height: 65px;
  text-align: left;
}
.center-contents {
  text-align: center;
}
.center-contents.facebook {
  padding-top: 14px;
  padding-bottom: 14px;
}
.white-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'PT Sans', sans-serif;
  font-size: 37px;
  line-height: 42px;
  font-weight: 700;
}
._50px-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.white-txt {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family:'PT Sans', sans-serif;
}
.solutions-label {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  font-family:'PT Sans', sans-serif;
  font-size: 17px;
}
.private-field {
  max-width: 180px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 20px;
}
.form-warper {
  margin-top: 10px;
  margin-bottom: 0px;
}
.facebook {
  padding-top: 5px;
}
.copyright-txt {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family:'PT Sans', sans-serif;
  color: rgba(51, 51, 51, 0.70);
  font-size: 10px;
}
.navigation {
  padding-top: 20px;
  padding-bottom: 20px;
}
.border-bottom {
  border-bottom: 1px solid #999;
  color: #333;
}
.product-class-title {
  display: inline-block;
  margin-top: 400px;
  margin-left: 25px;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.09);
}
.slogan-products {
  font-family:'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.company-labels {
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  color: #666;
  font-size: 30px;
  line-height: 37px;
}
.company-slide-01 {
  background-image: url('/images/fo/images/product-img.jpg');
  background-position: 50% -68px;
  background-size: cover;
  background-repeat: no-repeat;
}
.tab-link {
  width: 30%;
  margin-left: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.11);
  -webkit-transition: background-color 400ms ease;
  -o-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 16px;
  text-align: center;
}
.tab-link:hover {
  background-color: rgba(0, 0, 0, 0.21);
}
.tab-link.valores.w--current {
  background-color: #3e58a2;
  color: white;
}
.tab-link.visao.w--current {
  background-color: #3e58a2;
  color: white;
}
.tab-link.missao.w--current {
  background-color: #3e58a2;
  color: white;
}
.tabs-menu {
  margin-bottom: 15px;
}
.email-link {
	text-decoration:none;
	color:#3e58a2;
}
.form-field {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.form-area {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-class-label {
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  border-radius: 4px;
  font-family:'Roboto Condensed', sans-serif;
  color: #3e58a2;
  font-size: 16px;
  font-weight: 400;
}
.div-de-txt {
  background-color: #c21f1f;
}
.products-column {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list-label {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px 5px 0px 0px;
  background-color: #3e58a2;
  color: white;
}
.border {
  margin-top: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: #ccc 0px 0px 6px 0px;
}
.product-list-info {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  border-top-width: 1px;
  color: #666;
}
.list {
  margin-bottom: 15px;
  color: #666;
  text-align: left;
}
.guala-row {
	margin-bottom:20px;
}
.label-espumante {
	margin-bottom:20px;
	margin-top:20px;
}
.txt-azeite {	
	margin-top:15px;
	margin-bottom:35px;
}
.txt-azeite > p {
	margin-bottom:5px;
	margin-top:5px;
	font-size:14px;
}
.txt-azeite > h3 {
	text-align:left;
	color:#3e58a2;
}
.txt-azeite > h4 {
	text-align:left;
	color:#3e58a2;
	font-size:16px;
}
.txt-vinho {	
	margin-top:15px;
	margin-bottom:25px;
}
.txt-vinho > p {
	padding-left:8px;
	padding-right:8px;
	margin-bottom:5px;
	margin-top:5px;
	font-size:14px;
}
.w-col-4 > h3 {
	padding-left:8px;
	padding-right:8px;
	text-align:left;
}
.w-col-4 > p {
	padding-left:8px;
	padding-right:8px;
	text-align:left;
	font-size:12px;
}

.image-company {
  height: 350px;
  background-image: url('/images/fo/product-img.jpg');
  background-position: 0% 29%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: #999 0px 0px 8px 0px inset;
}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		
	}

		#nav > ul
		{
			margin: 0;
		}

		#nav > ul > li > ul
		{
			display: none;
		}

		#nav > ul > li
		{
			display: inline-block;
			margin-left:10px;
			margin-right:10px;					
		}
		
			#nav > ul > li > a
			{
				width: auto;
				float: left;
				color: #fff;
				padding:7px 15px;
				font-size: 16px;
				font-weight: 300;
				text-align: center;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				text-decoration: none;
				-webkit-transition: all 300ms ease;
			    -o-transition: all 300ms ease;
			    transition: all 300ms ease;
			}

		#nav > ul > li:hover
		{
		}
		
			#nav > ul > li:hover > a
			{
				
			}
			
		#nav > ul > li.active
		{
		}
		
			#nav > ul > li.active > a
			{
				
			}
			
		#nav > ul > li.current_page_item
		{
		}
		
			#nav > ul > li.current_page_item > a
			{
				background: #3e58a2;
				font-weight: 300;
			}
		
		#nav.alternative > ul {
		  display: inline;
		  margin:0px;
		  padding:0px;
		}
		#nav.alternative > ul > li {
		  display: inline-block;
		}
		#nav.alternative > ul > li > a {
		  -webkit-transition: background-color 300ms ease;
		  -o-transition: background-color 300ms ease;
		  transition: background-color 300ms ease;
		  color: #333;
		  font-size: 16px;
		  font-weight: 300;
		  text-decoration: none;
		  padding: 7px 15px;
		  border-radius: 5px;
		}
		#nav.alternative > ul > li > a:hover {
		  background-color: #3e58a2;
		  color: white;
		}
			
	.dropotron
	{
		background-color: #666;
		line-height:30px;
		font-size:13px;
		width: auto;
		text-align: left;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	    border-radius: 4px;
		margin-left:10px;
	}
	
		.dropotron a,
		.dropotron span
		{
			color: #FFF;
			text-decoration: none;
			/*-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-o-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;*/
			padding-left: 15px;
			padding-right:25px;
		}
		
		.dropotron li
		{
			margin-left:-40px;
			list-style:none;
			min-width:100px;
		}

			.dropotron li:hover > a,
			.dropotron li:hover >span
			{
				color: #fff;
				background: #3e58a2;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
.certify {
	width:150px;
	margin-top:150px;
}
.side-menu {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top:15px;
	width: 35px;
	height: 35px;
	background: rgba(13,145,218,0.65) url('images/mobileUI-site-nav-opener-bg.svg') 5px 10px no-repeat;
	border-radius: 5px;
	z-index:10000;
}

@media (max-width: 991px) {
  .button.circular-btn {
    margin-top: 20px;
  }
  .button.circular-btn.blue {
    font-size: 11px;
    line-height: 14px;
  }
  .section.header {
    height: 577px;
  }
  .nav-links {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .banner-warper {
    height: 450px;
  }
  .main-slider {
    height: 450px;
  }
  .banner-left-side {
    height: 450px;
  }
  .banner-right-side {
    height: 450px;
    padding-top: 120px;
  }
  .banner-title {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-txt {
    font-size: 12px;
  }
  .white-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
  }
  ._50px-padding {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .white-txt {
    font-size: 12px;
    line-height: 19px;
  }
  .form-field {
    max-width: 120px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 11px;
    line-height: 11px;
  }
  .certify {
	width:150px;
	margin-top:50px;
	margin-bottom:50px;
}
}
@media (max-width: 767px) {
  .section.header {
    height: 477px;
  }
  .banner-warper {
    height: 350px;
  }
  .main-slider {
    height: 350px;
  }
  .banner-left-side {
    height: 350px;
  }
  .banner-right-side {
    width: 50%;
    height: 350px;
    padding-top: 15px;
  }
  .banner-txt {
    font-size: 12px;
  }
  .center-contents {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .form-field {
    max-width: 160px;
  }
  .navigation {
    text-align: center;
  }  
}
@media (max-width: 479px) {
  .button.circular-btn.blue {
    margin-left: 11px;
  }
  .center-contents {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .form-field {
    max-width: 90%;
  }
  .section.header {
  height: 377px;
}
  .banner-warper {
  height: 250px;
}
.main-slider {
  height: 250px;
}
  .banner-title {
  font-size: 22px;
  line-height: 26px;
}
.banner-left-side {
  height: 250px;
}

}

