@charset "utf-8";
/* CSS Document */

.titulo, .over{ -webkit-transition:all ease-out 250ms; -moz-transition:all ease-out 250ms; -ms-transition:all ease-out 250ms; -o-transition:all ease-out 250ms; }

.titulo{ font:300 19px 'Open Sans Condensed', sans-serif; cursor:pointer; padding:15px 5px; margin:6px 0; border-radius:2px; color:rgba(255,255,255,1); background:rgba(88,63,57,1); }
.titulo:before{ font:normal 18px 'FontAwesome'; content:'\f0dc'; color:rgba(255,255,255,1); padding:0 10px; }

.over{ background:rgba(30,150,201,1); color:rgba(255,255,255,1); }

.cont{ display:none; font-size:14px; padding:20px 10px; overflow:hidden; }

.cont:nth-child(1) .ico:before{ font:normal 45px 'FontAwesome'; content:'\f201'; color:rgba(88,63,57,1); padding-right:15px; float:left; position:relative; }
.cont:nth-child(2) .ico:before{ font:normal 45px 'FontAwesome'; content:'\f07c'; color:rgba(88,63,57,1); padding-right:15px; float:left; position:relative; }

.btAc{ cursor:pointer; position:relative; margin-left:180px; z-index:9999; width:30px; height:30px; text-align:center; border-radius:50% 50% 0; background:rgba(88,63,57,1); }
.btAc:before{ font:lighter 15px/30px 'FontAwesome'; text-align:center; content:'\f00c'; color:rgba(255,255,255,1); }
