
.lista-cursos {
  padding: 0;
}

.lista-cursos .curso-item-box {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0.0625rem 0.0625rem 1.25rem rgb(0 0 0 / 6%);
  border-radius: 10px;
}

.lista-cursos .curso-item-box .post-header .picture {
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.lista-cursos .curso-item-box .post-header .picture .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in 0s;
  -moz-transition: opacity 0.5s ease-in 0s;
  -o-transition: opacity 0.5s ease-in 0s;
  transition: opacity 0.5s ease-in 0s;
}

.lista-cursos .curso-item-box:hover .post-header .picture .overlay {
  opacity:.7;
}

.lista-cursos .curso-item-box a:hover {
  color: #333333;

}

.lista-cursos .curso-item-box a:hover h3 {
  color: #333333;
}

.lista-cursos .curso-item-box .post-body {
  padding: 30px;
}

.lista-cursos .curso-item-box .post-body h3 {
  color: #000000;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;  
}


/*.lista-cursos .curso-item-box:nth-child(4n+1) {
margin-left: 0!important;
}*/

.lista-cursos .titulo {
  font-size: 14px;
  color: #ffffff;
}

.numero-lista {
  text-align: center;
}

.numero-lista strong {
  font-size: 30px;
  font-weight: 600;
}

.lista-cursos .titulo strong {
  font-size: 20px;
  color: #ffffff;
}

.lista-cursos h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
}

.professor,
.pessoas,
.horas {
  font-size: 16px;
  margin-right: 30px;
}

.popup-curso h1 {
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.popup-curso p {
  margin-top: 0;
}

.popup-curso strong {
  color: #27aae1;
}

.popup-curso ul {
  list-style: none;
}

.popup-curso ul li {
  padding-left: 1.3em;
  margin-bottom: 0;
}

.popup-curso ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.fancybox-content {
  width: 90%;
}

.cta.blue {
  background-color: #5dc2f7;
  color: #000000;
  border: solid #5dc2f7 2px;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
  cursor: pointer;
}


  @media (max-width: 768px) {
    .professor, .pessoas, .horas {
     display: block;
    } 
  }