
@media only screen and (min-width:1380px) {
   .topo-left {
  	padding-top: 2px !important;
    width: 50% !important;
  }
}

@media only screen and (min-width:1715px) {

  .topo-left {
  	padding-top: 10px !important;
    width: 65% !important;
  }

}

@media only screen and (max-width:1379px) {
   .topo-left {
  	padding-top: 2px !important;
    width: 50% !important;
  }
  .listatitulo{
      font-size: 15px !important;
  }
}

#fast_nav{
  height: 40px;
}

.listatitulo {
    font-size: 18px;
    font-variant: small-caps;
    font-weight: bold;
}

#fast_nav ul.navigation {
    float: none;
    margin-top: 0px;
  }
#fast_nav ul.navigation li a{
  margin-top: -5px;
}

.topo-left {
	float: left;
	padding-top: 8px;
}

.topo-logo{
	float: left;
    margin-left: 6%;
}

.topo-right {
    float: right;
}

.trigger {
  padding: 20px;
}


#rodape {
  margin-bottom: -20px;
}

#logoreflora {  
   z-index: 99; 
   margin: 0 auto; 
   background-image: url("/reflora/layout/default/imagens/logoREFLORA.png"); 
   background-repeat: no-repeat; 
   height: 70px; 
   width: 210px; 
   position: relative; 
   padding-bottom: 5px;
}


#btn-reflora {
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 250px;
}


h1 {
  border-bottom: 5px solid #C8DEC1;
    margin-bottom: 15px;
    padding-bottom: 10px;
}