body {
  padding-top: 30px;
  background-color: #efefef;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  color: #0066b8;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 10px 0px;
  color:#666;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  color: #0066b8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
h6 {
  margin: 30px 0px 5px;
  color: #0066b8;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-size: 12px;
}
a { 
  text-decoration:none;
  color:#000;
}
a.links:hover { 
 	border-bottom: 1px dotted #999;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.btn {
  display: inline-block;
  padding: 4px 15px;
  background-color: #0066b8;
  color: white;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background: #e7e7e7;
  color: #0066b8;
  border:1px solid
}
.header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.navigation {
  padding-top: 20px;
}
.social-logos {
  padding-top: 5px;
  padding-right: 0px;
  text-align: right;
}
.company-slogan {
  padding-top: 5px;
  text-align: right;
}
.nav-links {
  margin-right: 20px;
  color: #666;
  text-decoration: none;
}
.icons {
  margin-right: 10px;
}
.banner {
  border-bottom: 1px solid #ccc;
}

.content {
  padding-top: 0px;
  background-color:#fff;
  padding-bottom:30px;
}
.tipo-txt {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #5e5c5f;
  color: #5e5c5f;
}
.valor-txt {
  padding-top: 5px;
  color: #5e5c5f;
  text-align: right;
}
.footer {
  background-color: #ccc;
}
.footer-warper {
  padding-top: 20px;
}
.design-company {
  margin-top: 0px;
  padding-bottom: 20px;
  color: white;
  font-size: 10px;
}
.input-form {
  height: 32px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 11px;
}
.textarea-form {
  border-radius: 5px;
  font-size: 11px;
  line-height: 21px;
}
.label-form {
  margin-top: 5px;
}
.submit-form {
  margin-top: 5px;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #666;
}
.front-news {
  width: 80%;
  font-size:11px;
  text-align:justify;
}
.sub-navigation {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.sub-navigation li { 
  display:inline-block;
  list-style:none;
  border-right: 1px solid #666;
  padding-right:10px;
  padding-left:10px;
}
.sub-navigation li:first-child { 
  padding-left:0px;
}
.sub-navigation li:last-child { 
   border-right: none;
}
.sub-navigation a { 
  color:#666;
  text-decoration:none;
}
.rows {
  padding-top: 25px;
}
.slogan-grey {
  padding-top: 25px;
  padding-bottom: 10px;
  color: #999;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.slogan-blue {
  padding-bottom: 25px;
  color: #0066b8;
  font-weight: 700;
  text-align: center;
}
.details-txt {
  font-size:12px;
  padding-bottom: 5px;
  font-weight: 400;
}
.underlined {
  margin-top:20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
}
.company { 
  padding-top:10px;
  padding-bottom:10px;
  font-size:11px;
}
.box-shadow {
  border: 8px solid white;
  border-radius: 5px;
  box-shadow: #ccc 0px 0px 6px 0px;
}
.downloads {
	display:inline-block;
	line-height:35px;
}
p.downloads {
	margin-left:5px;
}
.parcerias {
	padding-left:60px;
	padding-right:60px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:16px;
	text-align:justify;
}
#googleMap { 
	width:100%;
	height:380px;
	margin-top:20px; 
	margin-bottom:20px;
}
.margin-bottom {
	margin-bottom:20px;
}
.title-building {
	padding-left:10px;
	margin-bottom:20px;
}
.spacer {
	margin-right:15px; 
}
.form-control {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	height:25px;
	padding:3px;
	border:1px solid #ccc;
	border-radius:3px;
}

@media (max-width: 991px) {
  .icons {
    margin-right: 4px;
  }
  .flex-direction-nav { display:none; }
  .parcerias {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:10px;
}
}
@media (max-width: 767px) {
  .social-logos {
    text-align: right;
  }
  .company-slogan {
    text-align: right;
  }
  .icons {
    margin-right: 7px;
  }
  .footer-warper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .front-news {
    width: 100%;
  }
}
@media (max-width: 479px) {
	
/*********************************************************************************/
/* Mobile UI                                                                     */
/*********************************************************************************/

	#titleBar
	{
		background: none;
	}

		#titleBar .title
		{
			display: none;
		}

	#titleBar .toggle
	{
		
		width: 50px;
		height: 40px;
	}

		#titleBar .toggle:before
		{
			content: '';
			display: block;
			position: absolute;
			opacity:0.70;
			left: 8px;
			top: 8px;
			width: 35px;
			height: 35px;
			background: url('../images/menu-icon.svg') 7px 11px no-repeat;
			background-color: rgba(0,102,184,1);
			background-size:41px;
			border-radius: 25px;
		}

		#titleBar .toggle:active
		{
		}

			#titleBar .toggle:active:before
			{
				background-color: rgba(150,150,150,0.55);
			}

	#navPanel
	{
		color: #fff;
		background-color:#666;
		box-shadow: inset -3px 0px 5px 0px rgba(0,0,0,0.35);
	}

		#navPanel .link
		{
			display: block;
			color: #999;
			text-decoration: none;
			height:44px;
			line-height:44px;
			border-top: solid 1px rgba(255,255,255,0.1);
			padding: 0 0.5em 0 0.5em;
			font-size:12px;
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
			}

		#navPanel .indent-1 { display: inline-block; width: 1em; }
		#navPanel .indent-2 { display: inline-block; width: 2em; }
		#navPanel .indent-3 { display: inline-block; width: 3em; }
		#navPanel .indent-4 { display: inline-block; width: 4em; }
		#navPanel .indent-5 { display: inline-block; width: 5em; }
		#navPanel .depth-0 { color: #fff; font-size:14px; }
		
#nav { display:none; }

  .header-warper {
    text-align: center;
  }
  .social-logos {
    text-align: center;
  }
  .company-slogan {
    padding-top: 15px;
    text-align: center;
  }
  .nav-links {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .valor-txt {
    padding-bottom: 10px;
  }
  .front-news {
    width: 100%;
  }
  .sub-navigation {
    text-align: center;
  }
  .parcerias {
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:5px;
}
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
body .flexslider .slides > li{
  display: list-item;
}
#blanket{
  position: fixed;
}
#popUpDiv, #popUpDiv2 {
  position:fixed;
  background: no-repeat no-repeat center center rgba(17,17,17,0.65);
  background-size: 100% auto;
  width:100%;
  top: 0px;
  left: 0px;
  text-align: center;
  height: 100%;
  z-index: 99999002;
  font-size: 0;
}
#popUpDiv .conteudo{
  display: inline-block;
  width: 80%;
  height: auto;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
#popUpDiv .conteudo video{
  max-width: 100%;
}
#popUpDiv > a{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#popUpDiv .conteudo a.popup-close{

  
  position: absolute;
  right: 0;
  top: 0;
  width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
  font-family: 'Ubuntu', sans-serif;

}
#popUpDiv .conteudo a.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}
#popUpDiv2, .popupDiv{
  position: fixed;
  background: rgba(255,255,255,0.9);
  text-align: center;
  color: #db001b;
  vertical-align: middle;
  top: 0;
  z-index: 9999;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
#popUpDiv2 .text, .popupDiv .text{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #0066b8;
}
p.mensagem{
  display: none;
}
.popup-close1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* POPUP */
/* Outer */
.popup {
    width:100%;
    height: 100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 99999999;
    text-align: center;
    overflow: auto;
    background:rgba(255,255,255,0.9);
  font-family: 'Oswald', sans-serif;
    background: rgba(40,38, 36, 0.9);
}
/* Inner */
.popup-inner {
    max-width:50%;
    width:90%;
    padding:40px;
    position:relative;
    display: inline-block;
    box-sizing: border-box;
    box-shadow:0px 2px 10px rgba(0,0,0,0.5);
    background: rgba(255,255,255,1);
    font-size: 15px;
    text-align: left;
    z-index: 1;
    margin: 50px 0 ;
/*    border: 4px solid #ec4509;
*/  border-top: 0;
}

/*.popup-inner .imagem{
  width: 100px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 35px;
}
.popup-inner .imagem img{
  max-width: 96%;
  display: inline-block;
  vertical-align: middle;
}*/
.popup-inner p, .popup-inner ul{
  line-height: 25px;
    color: #282624;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}
.popup.vimeo .popup-inner{
  padding: 0;
}
.popup-inner h2{
  color: #ec4509;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 700;
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
}
.popup-inner.natural h2{
  color: #67cf5c;

}
.popup-inner h3{
  color: #ec4509;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 30px;
  font-size: 23px;
  margin-bottom: 10px;
}
.popup-inner h4{
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 30px;

}
.popup-inner p a{
  color: #000;
}
.popup-inner p a:hover{
  color: #e37c28;
}
.popup-inner p strong{
  font-weight: 700;
}
.popup-inner p img{
  width: 100%;
  margin: 20px 0;
}
.popup-inner a{
  text-decoration: none;
}
.popup-inner p a img{
  margin-left: 10px;
  vertical-align: bottom;
}
body .flexslider .slides > li img{
  max-width: 100%;
}
/* Close Button */
/*.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:fixed;
    right:50%;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
    top: 50px;
    margin-right: -25%;
}*/
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}