
.wrap-areas-de-formacao {
  box-sizing: border-box;
  float: left;
  padding: 0 1em 1em;
  position: relative;
  width: 100%;
}

.wrap-areas-de-formacao div {
  box-sizing: border-box;
}


.info-formacao-right div {
  box-sizing: border-box;
  width: 100%;
  float: left;
}

.wrap-formacao {
  border-bottom: 1px solid whitesmoke;
  float: left;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
/*
.wrap-formacao:hover {
  background: whitesmoke;
}
*/

.info-formacao {
  float: left;
  width: 100%;
}

.info-formacao-right {
  width: 60%;
  float: right;
  padding-left: 20px;
}

.area-title h2{
  color: #333;
  font-size: 16px;
  margin: 0;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.formacao-title a {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
  padding-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.wrap-formacao img{
  display: block;
  width: 100%
}

.formacao-big-image {
  float: left;
  margin: .5em 0;
  position: relative;
  width: 100%;
}

.formacao-small-image {
  position: relative;
  width: 40%;
  float: left;
}

.info-next-formcacao {
  background: #f9f9f9;
}

div.info-next-formcacao::before {
  color: #333;
  content: '>';
  height: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 20px;
  right: 0;
}

.allcurses {
  float: left;
  text-align: right;
  width: 100%;
  font-size: 14px;
}

.info-next-formcacao:hover {
  background: whitesmoke;
  cursor: pointer;
}

.wrap-formacao ul {
  padding: 0;
  margin: 0;
}

.wrap-formacao li {
  display: inline-block;
  line-height: 30px;
  margin: 0 10px;
  padding-left: 20px;
}

.info-geral .duracao {
  background: url('../img/icons/timer.png') no-repeat left center;
}

.info-geral .pagamento {
  background: url('../img/icons/payment.png') no-repeat left center;
}

.info-next-formcacao .localizacao {
  background: url('../img/icons/pickup.png') no-repeat left center;
}

.info-next-formcacao .data-formacao {
  background: url('../img/icons/calendario.png') no-repeat left center;
}

.info-next-formcacao .tipologia-formacao {
  background: url('../img/icons/tipologia.png') no-repeat left center;
}
