@charset "UTF-8";
/* CSS Document */
/*   
Theme Name: TECPOLPA
Theme URI: http://www.tecpoupa.com.br
Description: Tema especial para TECPOLPA
Author: Rodrigo Diniz
Author URI: http:/www.rodrigodiniz.net
Version: 1.0 
. 
Template criado exclusivamente para TECPOLPA / Todos os direitos reservados. 

/*!
 * Start Bootstrap - HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
	
body, html{
    height: 100%;
}
body{
	font-family: 'Imprima', sans-serif;
	font-size:16px;
}
.content{
	padding:80px 0 80px;
}
p{
	margin-bottom:20px;
}
p a{
	color:#F58634;
}
p a:hover{
	color:#136032;
	text-decoration:underline;
}
/*------------------------------------- NAV */
.navbar-brand {
    background: url(images/logo.png) 0 0 no-repeat scroll ;
    height: 88px;
    text-indent: -90000px;
    width: 250px;
				padding:0;
}
.navbar-default {
    background-color: transparent;
				padding:15px 0;
				z-index:10000;
				border-radius: 0!important;
				border-width:0!important;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0!important;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-left:0!important;
}
.navbar-nav{
	margin-top:36px;
}
.navbar-nav > li > a {
    padding: 14px 18px;
				color:#136032!important;
				font-size:16px;
				background:#fff;
				border-radius:20px 0 20px 0;
				margin:0 5px;
}
.navbar-nav > li.mn-phone > a{
	background:#136032;
}
.navbar-nav > li > a:hover {
				color:#fff!important;
				background:#136032!important;
}
.navbar-fixed-top.navbar-shrink{
	background:#fff;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
  width: 120px;
	height:42px;
	background:url(images/logo-small.png) 0 0 no-repeat;
	transition: all 1.3s ease 0s;
}
	.navbar-fixed-top.navbar-shrink ul li a{
		padding:5px 15px;				
}
	.navbar-fixed-top.navbar-shrink ul{
		margin-top:7px;			
}
.navbar-default .navbar-nav>li>a:focus{
	color: #fff!important;
    background-color:#136032!important;
}
	.navbar-fixed-top.navbar-shrink .lang{
	    position: relative;
    float: right;
}
/*------------------------------------- SLIDER */
#slider{
	height: 100% !important;
	position:relative;
}
.bxslider, .bxslider li{
    height: 100% !important;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	width:100%;
}

.bxslider h2{
	position:absolute;
	z-index:100;
	bottom:30%;
	left:60%;
	right:12%;
	color:#fff;
	font-size:18px;
	line-height:25px;
	letter-spacing:1px;
	padding:20px;
	background:#17492B;
	margin:0;
	border-radius:20px 0 20px 0 ;

}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 40%!important;
    width: 30px!important;
    left: 20px!important;
}
/*------------------------------------- TEXTURE */
.active_texture {
    background-image: url(images/grid.png);
}
.video-texture {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
/*------------------------------------- GERAL */
p.title-content{
	text-align:left;
	color:#fff;
	position:relative;
	letter-spacing:1px;
	font-size:30px;
	color:#fff;
	margin-top:40px;
	padding-left:35px;
	margin-left:25px;
}
.img-inst img{
	border-radius:60px 0 60px;
	border:3px solid #fff;
box-shadow:3px 3px 13px 0px rgba(50, 50, 50, 1);
}
h2.title-white{
	color:#fff;
}
h2.title-white:after{
    background: #ff;
}
.padding0{
	padding:0;
}
.padding1{
	padding:1px;
}
.relative{
	position:relative;
}
.info-contato {
	overflow:hidden;
	margin-bottom:20px;
}
.info-contato p{
	font-size:18px;
	color:#fff;
	float:left;
	padding:0;
	margin-bottom:5px;
}
.info-trabalhe {
	overflow:hidden;
	margin-bottom:20px;
}
.info-trabalhe p{
	font-size:25px;
	color:#17492B;
	padding:0;
	margin-bottom:5px;
}
.btn-xl{
	padding: 10px 15px;
color: #fff !important;
font-size: 15px;
background: transparent;
border-radius: 20px 0 20px 0;
border:1px solid #fff;
}
.btn-xl:hover{
color: #EE6B0B !important;
background: #fff;
}
#contato{
	background:#EE6B0B;
}
#contato h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
				margin-bottom:50px;
}
#contato h2:after {
    width: 100px;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    left: 1px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#contato p a {
    color: #fff;
}
#contato p a:hover {
    color: #fff;
	text-decoration:underline;
}
#copy{
	background:#136032;
	text-align:center;
	padding:50px 0;
}
#copy p{
	font-size:14px;
	color:#fff;
	padding:0;
	margin-bottom:10px;
}
#copy img{
	margin:0 auto 20px;
	width:150px;
	height:auto;
}
.form-control {
    color: #fff;
    background-color: #F68634;
    border: 1px solid #fff;
    border-radius: 8px 0;
}
textarea.form-control{
	height:100px;
}
section#contato ::-webkit-input-placeholder {
  font-weight: normal;
  color: #fff;
}
section#contato :-moz-placeholder {
  /* Firefox 18- */
 font-weight: normal;
  color: #fff;
}
section#contato ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  color: #fff;
}
section#contato :-ms-input-placeholder {
  font-weight: normal;
  color: #fff;
}
#contato .btn-primary{
	color: #fff;
    background-color: #85001E;
    border: 1px solid #fff;
    border-radius: 0;
				width:100%;
}
#contato .btn-primary:hover{
	color: #85001E;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
				width:100%;
}
#contato iframe{
width:100%;
	height:300px;
}

footer{
	position:relative;
}
.copyright{
	color:#fff;
	font-size:13px;
	padding:5px;
	display:inline-block;
}
.info-ende{
	position:absolute;
	top:90px;
	left: 50%;
  transform: translateX(-50%);
	background:#85001E;
	color:fff;
	z-index:1000;
	padding:20px 40px;
}
.info-ende p{
	font-size:18px;
	color:#fff;
	float:left;
	padding:10px 0;
}
.info-ende i{
	display:block;
	font-size:50px;
	padding:10px;
	border:1px solid	#fff;
	width:80px;
	text-align:center;
	float:left;
	color:#fff;
	margin-right:10px;
}
#backToTop{
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 45px;
    margin: 0 auto;
    padding-top: 1px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 40px;
				bottom:10px;
}
#backToTop:hover{
    color: #999;
}
/* HOme
-------------------------------------------------- */
#empresa{
	background:#17492B;
	padding:80px 0; 
}
#linhas{
	padding:80px 0;
}
#linhas h2{
	color:#17492B;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	position:relative;
	padding-bottom:20px;
}
#linhas h3{
	color:#F58634;
	font-size:30px;
	position:relative;
	padding-bottom:20px;
	margin-top:40px;
	font-weight:bold;
	margin:20px 0 20px 15px;
	clear: left;
}
#linhas h3.prod{
	padding-top:30px;
	clear: left;
}
#linhas h2:after {
    width: 100px;
    height: 2px;
    background: #F58634;
    content: "";
    position: absolute;
    left: 1px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#linhas p{
	padding:40px 0;
	text-align:center;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  border:0!important;
		color:#fff!important;
}
.tt-linhas{
	height:80px;
	text-indent:-90000px;
	margin-bottom:30px;
}
.tt-vitaki{
	background:url(images/logo-vitaki.png) center 0 no-repeat;
}
.tt-vitafruit{
	background:url(images/logo-vitafruit.png) center 0 no-repeat;
}
.more-linhas{
	padding: 10px 15px;
color: #fff !important;
font-size: 15px;
background: #136032;
border-radius: 20px 0 20px 0;
margin-top:30px;
display:inline-block;
}
.more-linhas:hover{
background: #F58634;
text-decoration:none;
}
#sliderpage{
	position:relative;
}
/* PAges
-------------------------------------------------- */
#content-page{
	padding:50px 0;
}
#content-page h2{
	color:#17492B;
	text-align:center;
	font-size:35px;
	font-weight:bold;
	position:relative;
	padding-bottom:20px;
	margin-bottom:50px;
}
#content-page h2:after {
    width: 100px;
    height: 2px;
    background: #F58634;
    content: "";
    position: absolute;
    left: 1px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.galeria img{
	margin-bottom:15px;
	border-radius: 20px 0 20px 0;
}
.clientes a{
	margin-bottom:15px;
}
.clientes img{
	margin-bottom:20px;
}
.box-suco{
	border:1px solid #F58634;
		border-radius: 20px 0 20px 0;
		margin-bottom:20px;
		width:100%;
		padding:10px;
}

.box-suco h4{
		border-radius: 10px 0 10px 0;
		background:#F58634;
		padding:10px 20px;
		color:#fff;
		text-align:center;
		margin:0;
}
.box-suco img{
	margin:0 auto;
}
.navbar-nav > li > a.mn-tel{
		background:#136032!important;
		color:#fff!important;
		font-size: 19px;
padding: 14px 15px;
}
.lang{
	position: absolute;
	right: 6px;
	top: 0;
	z-index: 10;
	color: #fff;

}
.lang a{
	color:#fff;
	text-decoration:none;
		background: #F58634;
	padding: 1px 10px;
	font-size: 14px;
	border-radius: 5px 0 5px 0;
}
.fgp p, .fgp span{
		color:#fff;
	}
    #copy p a {
    color: #fff;
}
#copy p a:hover {
    color: #fff;
   text-decoration: underline;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 640px) {


.atendimento{
	font-size:13px;
}
.atendimento i{
	display:inline-block;
	padding-right:10px;
	font-size:15px;
}
.navbar-brand {
    width: 60px;
	height:53px;
	background:url(images/logo-small.png) 0 0 no-repeat;
}
.info-ende{
	display:none;
}
.caption{
  position: absolute;
  top: 35%; left: 0;
		z-index:10000;
		width:100%;
		text-align:center;
}

	
}
@media (max-width: 767px) {

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
				text-align:center;
				
}
}
/*Declaração inicial*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
/*Medias queries */

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-nav > li > a {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 15px 0 15px 0;
    margin: 0 3px;
}
.navbar-nav > li > a.mn-tel {
    font-size: 14px;
    padding: 10px 15px;
}
.navbar-brand {
    height:70px;
    width: 200px;
				background-size:200px 70px;
}
.bxslider h2 {

    right: 5%;
				left: 20%;
}
}
@media (max-width: 991px){
		.navbar-nav > li > a {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 13px 0 13px 0;
    margin: 0 2px;
}
.navbar-brand {
    height:50px;
    width: 142px;
				background-size:142px 50px;
}
.navbar-collapse{
	border:0;
}
.navbar-toggle {
    background-color: #fff;
}
.bxslider h2 {

    right: 10%;
    font-size: 18px;
    line-height: 28px;
    padding: 20px;
    border-radius: 25px 0 25px 0;
}
.navbar-nav > li > a.mn-tel {
    font-size: 14px;
    padding: 5px 15px;
}
}
@media (max-width: 767px) {
	.navbar-nav > li > a {
    border-radius: 10px;
    margin:5px;
}
.navbar-nav {
    margin-top: 0;
}
}
.navbar-right{
	margin-right: !important;
}
/*Declaração inicial*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
/*Medias queries */

.col-xs-15 {
    width: 20%;
    float: left;
}
.icon-row {
      border-bottom: 1px dotted #ccc;
      padding: 10px 0 20px;
      margin-bottom: 20px;
    }
    .ion {
      -webkit-touch-callout: text;
      -webkit-user-select: text;
      -khtml-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text;
    }

    .preview-icon { vertical-align: bottom; }

    .preview-scale {
      color: #888;
      font-size: 12px;
      margin-top: 5px;
    }

    .step {
      display: inline-block;
      line-height: 1;
      position: relative;
      width: 10%;
    }

    .step i {
      -webkit-transition: opacity .3s;
      -moz-transition: opacity .3s;
      -ms-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
    }

    .step:hover i { opacity: .3; }
    
    .size-12 { font-size: 12px; }
    .size-14 { font-size: 14px; }
    .size-16 { font-size: 16px; }
    .size-18 { font-size: 18px; }
    .size-21 { font-size: 21px; }
    .size-24 { font-size: 24px; }
    .size-32 { font-size: 32px; }
    .size-48 { font-size: 48px; }
    .size-64 { font-size: 64px; }
    .size-96 { font-size: 96px; }