.service-card.video{
  min-height: 315px;
}
.service-card.video .content{
  min-height: 180px;
}
.service-card.video .bi{
  font-size: 30px;
  color: green;
}
.service-card .content p{
  min-height: 110px;
}

/* CERTIFICADO */
.certificado{
  position: relative;
  padding: 0;
  background-color: #FFFFFF;
  width: 1920px;
  height: 1080px;

  background-image: url('../img/certificado/acabamento-superior.png'), url('../img/certificado/acabamento-inferior.png');
  background-repeat: no-repeat;
  background-position: left top, right bottom;

  font-family: 'Arial Black';
}
.certificado .content{
  padding: 60px;
  /*border: 1px solid #002c7d;*/
}
.certificado h1{
  font-size: 90px;
}
.certificado h2{
  font-family: 'Arial';
  font-size: 70px;
  font-weight: 200;
  text-transform: uppercase;
  color: #002c7d;
}
.certificado h4{
  font-size: 30px;
  font-weight: 400;
}
.certificado .content .superior{
  
}

/* VIDEOS */
/* Materiais Complementares */
table.materiaisComplementares {
  width: 100%;
}
table.materiaisComplementares tbody tr {
  border-bottom: 1px solid rgba(var(--title-color-opc), 0.1);
}
table.materiaisComplementares tbody tr td{
  padding: 10px;
}