@font-face {
  font-family: 'Baloo';
  src: local('Baloo'), local('Baloo'), 
         url("fontsDD/Baloo-Regular.ttf") format('truetype');
}

.contenido {
    font-size: 14px;
}



.temas-actuales-tr{
  border-radius: 10px;
  background: rgb(0, 15, 159);
  color: white;
  padding: 20px 20px 5px 15px;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.361));
  height: 400px;
}
.temas-actuales-tr img{
  width: 39px;

  left: 40px;
  top: 25px;
}
.temas-actuales-tr label{
  text-align: left;
  font-family: Baloo;
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  color: rgba(255,255,255,1);
  letter-spacing: -0.25px;
  padding-left: 95px;
}
.temas-actuales-tr label {
    text-align: left;
    font-family: Baloo;
    font-style: normal;
    font-weight: normal;
    font-size: 33px;
    color: rgba(255,255,255,1);
    letter-spacing: -0.25px;
    padding-left: 95px;
}
h5 {
    font-family: 'Baloo-Regular' !important;
    color: #ffffff;
}

.mt3 {
    margin: 8px 0px 0px 0px;
	font-size: 19px;
}