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

button[name='acordion']{ cursor:pointer; width:100%; font:400 1.6rem/7rem 'Archivo Narrow', sans-serif; text-align:left; text-transform:uppercase; color:floralWhite; background:#44a347; border-radius:0.2rem; margin-top:1rem; outline:none;  }
button[name='acordion']:hover{ background:#2b732d; }
button[name='acordion']:before{ content:'\f0dc'; font:normal 2.5rem/7rem 'FontAwesome'; color:floralWhite; padding:0 2rem; }

.descricao{ display:none; padding:2rem; background:floralWhite; border-radius:0 0 0.4rem 0.4rem; }
.descricao a{ font:400 1.6rem 'Archivo Narrow', sans-serif; color:darkSlateGrey; }
.descricao a:hover{ color:#2b732d; }

button[name='acordion']{ -webkit-transition:all ease-out 250ms; -moz-transition:all ease-out 250ms; -ms-transition:all ease-out 250ms; -o-transition:all ease-out 250ms; }