@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@500&display=swap');
@font-face {
    font-family: 'Homenaje';
    src: url('./recursosdb/Homenaje-Regular.ttf');
}

html{
    color: black  !important;
    line-height: 1.2  !important;
}
input{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
p, html, table, tr, td{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
 h1, h2 {
    font-family: 'Homenaje';   
}

#container-prg-bar {
    background-color: #173268!important;
}

.titulo {
    text-align: center;
}

.text-yellow {
    color: #ffc107;
}
.image_empleo{
    max-width: 100%;
    width: 100%;
}
.text-white {
    color: white
}

.text-blue {
    color: #003399;
}

.titulo h1 {
    text-decoration: underline white 3px;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 100;
}

.titulo h2 {
    margin: 0;
    font-size: 20px;
    color: white;
    font-weight: 100;
}

.barra-azul {
    background-color: #003399;
}
.div_bolsa{
    text-align: right;
    max-height: 154px;
}
.image_bolsa{
    width: 100%;
    height: 100%;
    max-height: 154px;
    max-width: 113px;
}
.redes{
    text-align: right;
}
.btn_redes{
    background-color: transparent;
    border: #305893 1px solid;
    border-radius: 50%;
    padding: 2px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.btn_redes:hover{
    background-color: #305893;
}
.btn_redes i{
    color: #305893;
}
.btn_redes:hover i{
    color: white;
}
.barra-gris {
    background-color: #E6E6E6;
    padding: 10px 0;
}

/* TARJETAS */
.mantiza-prg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(237, 237, 237, 0);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0) 47%, rgba(246, 246, 246, 0) 64%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(47%, rgba(237, 237, 237, 0)), color-stop(64%, rgba(246, 246, 246, 0)), color-stop(81%, rgba(255, 255, 255, 0)), color-stop(87%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0) 47%, rgba(246, 246, 246, 0) 64%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0) 47%, rgba(246, 246, 246, 0) 64%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0) 47%, rgba(246, 246, 246, 0) 64%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0) 47%, rgba(246, 246, 246, 0) 64%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}

.enlace-prg {
    text-decoration: none;
    z-index: 100;
    position: absolute;
    top: 120px;
    width: 100%;
    height: 135px;
    transition: top ease 0.5s;
    left: 0;
}

.enlace-prg-extends {
    
    min-height: 289px;
    top: 159px;
}

.tipo-prg {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    padding: 3px 0px 3px 7px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(19%, rgba(255, 255, 255, 0.73)), color-stop(46%, rgba(246, 246, 246, 0.34)), color-stop(70%, rgba(239, 239, 239, 0)), color-stop(77%, rgba(237, 237, 237, 0)), color-stop(100%, rgba(237, 237, 237, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
}

.tipo-prg-extends {
    font-size: 16px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(19%, rgba(255, 255, 255, 0.73)), color-stop(46%, rgba(246, 246, 246, 0.34)), color-stop(70%, rgba(239, 239, 239, 0)), color-stop(77%, rgba(237, 237, 237, 0)), color-stop(100%, rgba(237, 237, 237, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.73) 19%, rgba(246, 246, 246, 0.34) 46%, rgba(239, 239, 239, 0) 70%, rgba(237, 237, 237, 0) 77%, rgba(237, 237, 237, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    padding: 3px 0px 3px 7px;
}

.codigo-prg {
    color: #fbfafa01;
    font-size: 10px;
}

.descripcion-prg {
    font-family: helvetica;
    padding: 15px 10px 5px 10px;
    top: 100px;
    background-color: white;
    font-size: 13px;
    height: 0px;
    overflow: hidden;
    color: darkgray;
    height: var(--carousel-puj-description-height);
    display: none;
    bottom: 0px;
    position: absolute;
}

.descripcion-prg-extends {
    height: auto;
    color: rgb(57, 55, 55);
    background-color: white;
    padding-bottom: 30px;
    margin-top: 22px;
    z-index: 20;
    display: block;
    bottom: -41px;
    width: 100%;
}

.descripcion-prg-extend {
    height: var(--carousel-puj-description-height);
    /*70px;/*inherit;*/
    color: rgb(57, 55, 55);
    background-color: white;
    padding-bottom: 30px;
    margin-top: 15px;
    z-index: 20;
}

@media screen and (max-width: 720px) {
    .text-right .titulo-presentacion-prg {
        text-align: left;
    }
    :root {
        --carousel-puj-tile-spacing: 10px;
        --carousel-puj-tile-width: 95vw;
        --carousel-puj-tile-height: calc(var(--carousel-puj-tile-width) / (16 / 9));
        --carousel-puj-growth-factor: 1.5;
        --carousel-puj-fade-opacity: 0.25;
        --carousel-puj-normal-opacity: 1;
        --carousel-puj-offset-left: calc(-1 * (var(--carousel-puj-tile-width) * (var(--carousel-puj-growth-factor) - 1) / 2));
        --carousel-puj-offset-right: calc(var(--carousel-puj-tile-width) * (var(--carousel-puj-growth-factor) - 1));
        --carousel-puj-transition-1: 2s;
        --carousel-puj-transition-2: 0.5s;
        --carousel-puj-transition-3: 0.3s;
        --carousel-puj-description-height: calc(var(--carousel-puj-tile-width) / (16 / 10) * (1/4));
    }
    .descripcion-prg-extends {
        padding: 15px 25px 25px 25px;
    }
}

@media screen and (max-width: 660px) {
    .descripcion-prg-extends {
        padding: 15px 45px 25px 25px;
    }
}
.popover__title{
    cursor: pointer;
    color: blue;
}
.card_list{
    min-height: 300px;
    background-color: #333333;
    height: auto;
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    position: relative;
}
.texto-caja{
    font-size: 16px;
    cursor: pointer;
}
.caja-input{
    min-height: 28px;
}
.dialog_slide{
    left: 0  !important;
    top: 20px !important;
}
.titulo-prg {
    top: 185px;
    position: relative;
    left: 0;
    font-size: 17px;
    margin: 30px 20px 10px 20px;
    text-decoration: none;
    color: rgb(7, 0, 0);
    font-family: 'Encode Sans Condensed',  sans-serif, 'Homenaje';   
    white-space: break-spaces;
    background: rgba(237, 237, 237, 0.1);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 0.1) 0%, rgba(246, 246, 246, 0.44) 20%, rgba(255, 255, 255, 0.78) 40%, rgba(255, 255, 255, 1) 53%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0.1)), color-stop(20%, rgba(246, 246, 246, 0.44)), color-stop(40%, rgba(255, 255, 255, 0.78)), color-stop(53%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0.1) 0%, rgba(246, 246, 246, 0.44) 20%, rgba(255, 255, 255, 0.78) 40%, rgba(255, 255, 255, 1) 53%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 0.1) 0%, rgba(246, 246, 246, 0.44) 20%, rgba(255, 255, 255, 0.78) 40%, rgba(255, 255, 255, 1) 53%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 0.1) 0%, rgba(246, 246, 246, 0.44) 20%, rgba(255, 255, 255, 0.78) 40%, rgba(255, 255, 255, 1) 53%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.1) 0%, rgba(246, 246, 246, 0.44) 20%, rgba(255, 255, 255, 0.78) 40%, rgba(255, 255, 255, 1) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
    padding: 3px;
    /*text-shadow: 2px 2px 7px rgba(24, 3, 66, 0.5);*/
}

.btn-url-prg.active{
    right: 23px;
    display: block;

}
.btn-url-prg.inactive{
    right: -100;
    display: none;
}
.btn-url-prg {
    position: absolute;
    top: 200px;
    width: 130px;
    background-color: #2c5697;
    right: 23px;
    z-index: 100;
    color: white;
    
    font-size: 13px;
    padding: 3px;
    text-align: center;
    border-radius: 25px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

}
.btn-url-prg a:hover{
    color: white;
    font-weight: bold;
}
.btn-url-prg a {
    text-decoration: none;
    color: white;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 13px;
    cursor: pointer;
}

.btn-url-prg a:hover {
    text-decoration: none;
    font-size: 13.5px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    border-style: solid;
    display: block;
    word-wrap: break-word;
}

.alert-warning, .portlet-msg-alert {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.btn {
    padding: 5px 20px;
}

.btn-warning {
    background-color: #ffc107;
}

.btn-warning:hover {
    font-weight: bold;
    cursor: pointer;
}
.text-center{
    text-align: center;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
    transition: all 1s ease;
  }
  .slide-fade-leave-active {
    transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
  }
  .slide-fade-enter, .slide-fade-leave-to
  /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
  }

  .uk-card-media-top{
    height: 280px;
    background-position: center center;
  }
  
  .uk-card-body {
    padding: 25px 9px  !important;
    min-height: 212px;
    position: relative;
}
.uk-table tr th{
    font-size: 14px;
    color:#006;
}
.uk-table tr td {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}

.uk-pagination li{
    background: #fff;
    color: rgba(0,0,0,.87);
    border-radius: 4px;
    font-size: 1rem;
    height: 34px;
    margin: .3rem;
    min-width: 34px;
    padding: 0 5px;
    text-decoration: none;
    transition: .3s cubic-bezier(0,0,.2,1);
    width: auto;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.uk-pagination li a{
    color:#006; 
}


.uk-pagination li.uk-active{
    background-color: #a0a0a0;
    
}
.uk-pagination li.uk-active a{
    color: white;
}
.uk-pagination li.uk-active a:hover{
    color:white
}

.uk-pagination li a:hover{      
    font-weight: bold;
    color:#006; 
    
}

.uk-input, .uk-select, .uk-textarea{
    border: 1px solid #131313 !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}


.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.m-0{
    margin:0 !important
}