/*** Titulos ***/
.Titu-convoca{
    font-size: 1.5rem;
    font-weight: 500;
    padding:5px;
    color: white;
}

.Des-convoca{
    font-size: 1rem;
    font-weight: 300;
    padding-bottom:3px;
    color: white!important; 
    text-align: justify;
}

/*** Colors Card ***/
.colors-items li:nth-child(3n+1) .uk-card {
    background-color: #1b2d2d;
    border-radius: 20px;
    padding:20px;
    margin:5px;
}
  
.colors-items li:nth-child(3n+2) .uk-card {
    background-color: #152421;
    border-radius: 20px;
    padding:20px;
    margin:5px;
}

.colors-items li:nth-child(3n) .uk-card {
    background-color: #213432;
    border-radius: 20px;
    padding:20px;
    margin:5px;
}

.bgc-41625b{
 background-color: #41625b;
}

a {
  text-decoration: none;
}
a.sin-subrayado {
  text-decoration: none;
}
