
.wrap-group-formador {
  box-sizing: border-box;
  font-weight: 300;
  display: block;
  float: left;
  width: 100%;
}

.wrap-group-formador img {
  display: block;
  width: 100%;
  position: relative;
}


.wrap-group-formador .imagem-formadores {
  width: 100%;
  display: block;
}

/*Botoes de ação para inscrever*/
.wrap-group-formador .acao-icons .btn-acao {
  position: absolute;
  right: 0;
  background: #f9f7f4;

  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

  flex-direction: column;
  -webkit-flex-direction: column;

  width: 40px;
  -webkit-transition: width 4s; /* Safari */
  transition: width 4s;
  overflow: hidden;

  top: 0;
  z-index: 99;
}


.wrap-group-formador .acao-icons {
  position: relative;

  display: block;
  width: 100%;
  float: left;
  clear: both;
  padding-top: 25px;
  background: #f9f7f4;
  min-height: 120px;
}
/*.wrap-group-formador .acao-icons ul {
  float: left;
  width: 95%;
}*/

.wrap-group-formador .acao-icons li {
  width: 100%;
  float: left;
  padding: 2px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 50px;
}

.wrap-group-formador .imagem-formadores li {
  box-sizing: border-box;
  float: left;
  padding: 0 1%;
  width: 25%;
  overflow: hidden;
  position: relative;
  margin:0;
}
.wrap-group-formador .imagem-formadores li img {
  /*filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;func…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-formador .imagem-formadores li p {
  background: rgba(0, 0, 0, 0.6);
  bottom: -150px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  left: 0;
  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-formador .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-formador .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;
}




/* css para tablets */
@media (min-width: 1000px) {
  .wrap-group-formador .acao-table {
    width: 100%;
    display: table;
    overflow: hidden;
    border-collapse: collapse;
  }

  .wrap-group-formador .acao-row {
    display: table-row;
  }

  .wrap-group-formador .imagem-destaque {
    width: 67%;
    display: table-cell;
    height: auto;
  }

  .wrap-group-formador .imagem-formadores {
    width: 33%;
    display: table-cell;
    padding: 0 2%;
  }

  .wrap-group-formador .imagem-formadores ul {
    padding: 0;
  }

  .wrap-group-formador .titulo-acao a {
    text-decoration: none;
  }
  .wrap-group-formador .acao-icons ul {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

    justify-content: space-around;
    -webkit-justify-content: space-around; /* Safari 6.1+ */
  }

  .wrap-group-formador .acao-icons li {
    margin-bottom: 0px;
    width: auto;
    min-width: 55px;
  }
   .wrap-group-formador.sem-formadores .acao-icons {
    clear: none;
    display: table-cell;
    height: auto;
    padding-bottom: 0;
  }
  .wrap-group-formador.sem-formadores .acao-icons li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
   .wrap-group-formador.sem-formadores .imagem-formadores {
   display: none;
 }

 .wrap-group-formador .acao-icons .btn-acao:hover {
   width: 30%;
   -webkit-transition: width 4s; /* Safari */
   transition: width 4s;
 }
}
