@import url("../css/normalize.css");

@font-face {
     font-family: trebuchet;
     src: url('../fonts/Trebuchet MS.ttf');
}
@font-face {
     font-family: bree;
     src: url('../fonts/BreeSerif-Regular.otf');
}

/* CSS DO MENU */
nav, ul{margin: 0; padding: 0;}
a {text-decoration: none;}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {    
    width: 100%;
    list-style: none;
     *zoom: 1;
     /*background:#175e4c;*/
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {    
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 7px;
    color:#828282;
}
.nav li {
    position: relative;
}
.nav li:last-child a:after{
    content: "";
}
.nav li a:after {
    content: "|";
    margin: 0 0 0 10px;
    font-size: .9em;
    vertical-align: top;
    color: #c4cbcf;
}
.nav > li {
    float: left;    
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #1d7a62;
    position: relative;
    z-index:100;    
}
.nav li li li a {
    background:#249578;
    z-index:200;    
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}
/* //CSS DO MENU */

/* CSS GERAL */
body{        
    margin: 0;    
}
header{    
    width: 100%;
    float: left;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(252,252,252,0) 24%,#f1f1f1 100%);
    font-family: trebuchet;
    font-size: 0.9em;
}
header aside.left{    
    width: 20%;
    float: left;
}
header .container{    
    padding: 3.21% 0;
    width: 60%;
    float: left;
}
header aside.right{    
    padding: 4% 0;
    width: 20%;
    text-align: center;
    float: left;
}
header aside.right a{    
    padding: 2% 5%;
    width: 50%;
    border: 1px solid #999;
    border-radius: 5px;
    float: left;
    color: #828282;
}
header aside.right a:hover{
    color: #FFF;
    background-color: #828282;
}
header .bottom_top{
    position: relative;
    margin: -1.5% 0 0 0;
    padding: 0 0 0 3.5%;    
    font-family: trebuchet;
    width: 96.5%;
    float: left;
    background-color: rgba(68,68,68,.7);
    z-index: 9999;
    color: #fff;
}
section{    
    width: 100%;
    float: left;
}
section .img_topo{    
    margin: -3.3% 0 0 0;
    width: 100%;
    height: 200px;
    float: left;
    background-image: url('../img_top_plantonistas.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 8888;
}
section .img_topo h2.titulo_tiss{
    position: relative;
    margin: 0;
    padding: 7% 0 0 0;
    width: 100%;
    text-align: center;
    font-size: 24pt;
    float: left;
    color: #fff;
}
section .body{    
    float: left;
    font-family: trebuchet;
}
section .body h2{    
    margin: 0 0 2% 0;
    padding: 1% 3%;
    width: 94%;
    float: left;
}
section .body form{    
    padding: 1% 0;
    width: 100%;
    float: left;
    text-align: center;
}
section .body form button{    
    background-color: #339966;
    color: #fff;
    padding: 1% 0;
    width: 40%;
    border: none;
    cursor: pointer;
}
.activate{
    background-color: #006633;
}
section .body .box_plantonistas{    
    margin: 0 9.8% 3% 9.8%;
    width: 80%;
    float: left;
    border: 2px solid #fff;
    box-shadow: 1px 1px 4px #000;
    background-color: #FFF;
}
section .body .box_plantonistas aside.left{    
    /*background-color: #008A5C;*/
    padding: 1%;
    width: 31.3333%;
    float: left;
}
section .body .box_plantonistas aside.center{    
    /*background-color: #C0CE4E;*/
    padding: 1%;
    width: 30.9%;
    float: left;
    border-left: 2px dashed #006633;
    border-right: 2px dashed #006633;
}
section .body .box_plantonistas aside.right.boletopj:hover{    
    box-shadow: 1px 2px 4px #000;
    background-color: #F3F3F3;
}
section .body .box_plantonistas aside.right{    
    /*background-color: #00995D;*/
    padding: 1%;
    width: 31.3333%;
    float: left;
}
section .body .box_plantonistas aside.left h3, section .body .box_plantonistas aside.center h3, section .body .box_plantonistas aside.right h3{    
    background-color: #006633;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 100%;
    float: left;
}
section .body .box_plantonistas aside.left ol, section .body .box_plantonistas aside.center ol, section .body .box_plantonistas aside.right ol{    
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
section .body .box_plantonistas aside.left ol li, section .body .box_plantonistas aside.center ol li, section .body .box_plantonistas aside.right ol li{    
    margin: 2% 0;
    width: 100%;
    float: left;
    list-style: none;
}
section .body .box_plantonistas aside.left ol li h4, section .body .box_plantonistas aside.center ol li h4, section .body .box_plantonistas aside.right ol li h4{    
    margin: 0;
    width: 100%;
    float: left;
    color: #006633;
}
section .body .box_plantonistas aside.left ol li h5, section .body .box_plantonistas aside.center ol li h5, section .body .box_plantonistas aside.right ol li h5{    
    margin: 0;
    width: 100%;
    float: left;
    color: #006633;
}
section .body .box_plantonistas aside.left ol li p, section .body .box_plantonistas aside.center ol li p, section .body .box_plantonistas aside.right ol li p{    
    margin: 0;
    width: 100%;
    float: left;
}
section .body .box_plantonistas aside.left ol li p span, section .body .box_plantonistas aside.center ol li p span, section .body .box_plantonistas aside.right ol li p span{
    color: #B1D34B;
}
footer{    
    padding: 1% 0 2% 0;
    width: 100%;
    float: left;
    background-color: #0A5F55;
    font-family: trebuchet;
}
footer aside.top{    
    width: 100%;
    float: left;
}
footer aside.top .side_left{    
    padding-left: 8%;
    width: 25.3333%;
    float: left;
}
footer aside.top .side_left h4{    
    width: 100%;
    color: #B1D34B;
    margin: 12px 0;
    font-size: 0.9em;
}
footer aside.top .side_left ul{        
    width: 100%;    
    list-style: none;
    font-size: 0.9em;
}
footer aside.top .side_left ul a{
    color: #fff;
    line-height: 20px;
}
footer aside.top .side_left ul a:hover{
    text-decoration: underline;
}
footer aside.top .side_center{        
    padding-left: 8%;
    width: 25.3333%;
    float: left;
}
footer aside.top .side_center h4{    
    width: 100%;
    color: #B1D34B;
    margin: 12px 0;
    font-size: 0.9em;
}
footer aside.top .side_center ul{    
    width: 100%;
    list-style: none;
    font-size: 0.9em;
}
footer aside.top .side_center ul a{
    color: #fff;
    line-height: 20px;
}
footer aside.top .side_center ul a:hover{
    text-decoration: underline;
}
footer aside.top .side_right{        
    padding-left: 8%;
    width: 25.3333%;
    float: left;
}
footer aside.top .side_right h4{    
    width: 100%;
    color: #B1D34B;
    margin: 12px 0;
    font-size: 0.9em;
}
footer aside.top .side_right h4:hover{
    text-decoration: underline;
}
footer aside.top .side_right a{
    background-color: transparent;
}
/* //CSS GERAL */