.tt{
	color: #7fa74c;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.tt:before{
	content: '';
	display: inline-table;
	vertical-align: middle;
	width: 33px;
	height: 46px;
	background: url('../imagens/ico-tt.png') no-repeat;
	background-position: center center;
}

.bgcolor-2{
	background-color: #f4f4f4;
}

.sec-topo{
	background: url('../imagens/fundo-topo.jpg') no-repeat;
	background-size: cover;
	background-position: center cente;
}

.frase-topo{
  color: #fff;
  font-weight: 800;
  text-shadow: #000 1px 2px 1px;
}

.sec-menu{
	background-color: #fff;
	border-bottom: 4px solid #9fd15f;
}


.sec-menu:after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgba(0,0,0,0.5);
}

.sec-menu li{display: inline-table;}

.sec-menu li a{
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	padding: 10px 20px;
	font-size: 1.167rem;
}


.sec-menu li a:hover{
	background-color: #9fd15f;
	color: #fff;
}

.sec-introducao,
.sec-modelos{
	letter-spacing: -.25px;
}


/*ACORDION*/

.accordion-toggle {
	cursor: pointer;
	color: #284502;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	border-bottom: #284502 2px solid;
	padding: 5px 2px;
	margin-top: 10px;
}

.accordion-toggle:hover{
	color: #000;
	transition: .4s;
}
.accordion-content {display: none;}
.accordion-content.default {display: block;}
.accordion-content{
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
}


.tt-modelos{
 font-weight: 700;
 color: #000;
 font-size: 1.333rem;
 height: 55px;
}

.sec-modelos .cell{
 padding: 10px;
 border-right: 1px solid rgba(0,0,0,0.1);
}

.min-h-modelos{
 height: 370px;
}

a.button{
 background-color: #284502;
 display: inline-table;
 color: #fff;
 font-weight: 600;
}

a.button:hover{
 color: #284502;
 background-color: #fff;
 -webkit-box-shadow:inset 0 0 0 2px #284502;
 box-shadow:inset 0 0 0 2px #284502;
}


.sec-veja .cell{
 padding: 10px;
 border-right: 1px solid rgba(0,0,0,0.1);
}

.min-h-veja{
 height: 173px;
}

.textfield{
 width: 100%;
 box-sizing: border-box;
 padding: 10px 5px;
 margin: 5px 0;
 border: 1px dotted #333;
 font-size: 1rem;
 color: #000;
}

textarea.textfield{
 height: 100px;
}

.sec-contato{
 color: #284502;
}

.f-nav{
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 999;
}

.bx-menu.ative{
 height: 45px;
 display: block;
}

.no-video{
  width: 100%;
  background-color: #CCC;
  height: 200px;
}


@media screen and (max-width: 500px){

  body .cell{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  img{max-width: 100%}


  .sec-menu ul{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 99;
    background-color: #9fd15f;
    height: 100%;
    transform: translate3d(100%,0,0);
    opacity: 0;
    transition: .5s;
  }

  .sec-menu ul li{
    display: block;
    width: 100%;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    font-size: 1.667rem;
  }



  .sec-menu ul.open{
    transform: translate3d(0,0,0);
    opacity: 1;
    transition: .5s;
  }

  .menu-responsivo{
    position: fixed;
    top: 0;
    right: 0;
    display: inline-table;
    background: url('/imagens/menu-resposivo.png') no-repeat;
    background-position: center center;
    background-color: #9fd15f;
    padding: 10px;
    width: 24px;
    height: 24px;
    z-index: 99;
    transition: .5s;
    cursor: pointer;
  }


  .menu-responsivo.close{
    background: url('/imagens/menu-resposivo-close.png') no-repeat;
    background-position: center center;
    background-color: #9fd15f;
    padding: 10px;
    transition: .5s;
    transform: translate3d(-250px,0,0);
  }

  .tt{
    display: table;
    margin: 0 auto ;
  }

  .sec-introducao .cell{
    padding-left: 0;
    padding-right: 0;
  }

  .min-h-modelos,
  .min-h-veja{
    height: auto;
    padding-bottom: 20px;
  }

  .sec-contato .cell{
    text-align: center; 
  }

  .sec-topo .cell{
    text-align: center;
    padding: 10px 0;
  }

  .sec-topo .f25{
    font-size: 1.777rem;
  }

}