.wrap-group-acao {
  box-sizing: border-box;
  font-weight: 300;
  display: block;
  float: left;
  width: 100%;
}

.wrap-group-acao img {
  display: block;
  width: 100%;
  position: relative;
}

.wrap-group-acao p {
  font-size: 13px;
  line-height: 16px;
  width:100%;
}
.wrap-group-acao .imagem-destaque,
.wrap-group-acao .imagem-formadores {
  width: 100%;
  display: block;
}
.wrap-group-acao .imagem-destaque {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position:relative;
  cursor:pointer;
}


.wrap-group-acao ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.wrap-group-acao .titulo-acao {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  background: rgba(0,0,0,0.5);
    padding: 0.5em;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 30px;
    /*top:5px;*/
    color:#FFF;
}

.wrap-group-acao .acao-icons {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  padding-top: 50px;
  background: #f9f7f4;
}

.wrap-group-acao .acao-icons li {
      width: 100%;
  /*width: calc(100% / 6);*/
  float: left;
  padding: 2px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
      background: none;
    /*margin-bottom: 0;*/
    margin-top: 0;
    margin-bottom: 30px;
}

.wrap-group-acao .imagem-formadores li {
  box-sizing: border-box;
  float: left;
  padding: 0 1%;
  width: 50%;
  overflow: hidden;
  position: relative;
  margin:0;
}
.wrap-group-acao .imagem-formadores li img {
  /*filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;f…333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale);*/
  filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=…es='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale);
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);

  -moz-transition: all,linear 0.2s;
  -o-transition: all,linear 0.2s;
  -webkit-transition: all,linear 0.2s;
  transition: all,linear 0.2s;
}

.wrap-group-acao .imagem-formadores li p {
  background: rgba(0, 0, 0, 0.6);
  bottom: -150px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  margin: 0;
  text-align: center;
  padding: 1em;
  position: absolute;
  z-index: 9;
  width: 100%;
  /*animação*/
  -moz-transition: all,linear 0.2s;
  -o-transition: all,linear 0.2s;
  -webkit-transition: all,linear 0.2s;
  transition: all,linear 0.2s;
}

.wrap-group-acao .imagem-formadores li:hover img {
  filter: none;
  -webkit-filter: grayscale(0);

  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);

  /*animação*/
  -moz-transition: all,linear 0.2s;
  -o-transition: all,linear 0.2s;
  -webkit-transition: all,linear 0.2s;
  transition: all,linear 0.2s;
}

.wrap-group-acao .imagem-formadores li:hover p {
  bottom: 0px;
  /*animação*/
  -moz-transition: all,linear 0.2s;
  -o-transition: all,linear 0.2s;
  -webkit-transition: all,linear 0.2s;
  transition: all,linear 0.2s;
}

.horario-acao::before,
.duracao-acao::before,
.refeicao-acao::before,
.formandos-acao::before,
.material-acao::before,
.tipo-de-acao::before {
  content: '';
  position: absolute;
  display: block;
  z-index: 99;
  height: 50px;
  width: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: red;
  margin-top: -35px;
}

.horario-acao::before {
  background: url('../images/icons/ic_formacao_horas.png') no-repeat center center;
}

.duracao-acao::before {
  background: url('../images/icons/ic_formacao_duracao.png') no-repeat center center;
}

.refeicao-acao::before {
  background: url('../images/icons/ic_formacao_refeicao.png') no-repeat center center;
}

.formandos-acao::before {
  background: url('../images/icons/ic_formacao_lotacao.png') no-repeat center center;
}

.material-acao::before {
  background: url('../images/icons/ic_formacao_material.png') no-repeat center center;
}

.tipo-de-acao::before {
  background: url('../images/icons/ic_formacao_pratica.png') no-repeat center center;
}


/* css para tablets */
@media (min-width: 44em) {
  .wrap-group-acao .acao-table {
          width: 100%;
    display: table;
    overflow: hidden;
    border-collapse: collapse;
  }

  .wrap-group-acao .acao-row {
    display: table-row;
  }

  .wrap-group-acao .imagem-destaque {
    width: 50%;
    display: table-cell;
    height: auto;
  }

  .wrap-group-acao .imagem-formadores {
    width: 33%;
    display: table-cell;
    padding: 0 2%;
  }
  .wrap-group-acao .titulo-acao a {
text-decoration: none;
}
  .wrap-group-acao .acao-icons li {
  width: calc(100% / 6);
  margin-bottom: 0px;
}
}
