/*** 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;
}
/*** Nav ***/
.uk-dotnav>*>* {
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #afa156!important;
  transition: .2s ease-in-out;
}

.uk-slider-nav li a {background-color: white!important;}
.uk-slider-nav li.uk-active a {background-color: #afa156!important;}
.uk-slider-nav li a:hover {background-color:#afa156!important;}  


a {
  text-decoration: none;
}
a.sin-subrayado {
  text-decoration: none;
}

.button-convocatoria{
    border-radius: 20px;
    padding: 10px 35px;
    background: #142421;
    color: white!important;
    font-family: 'Corra Montserra';
    font-size: 1.5rem;
}