@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.text-poppins{
    font-family: 'poppins','Arial' !important;
}
.cuerpo-card
{
    margin-bottom: 10px;
}

.cuerpo-card .uk-width-expand h3
{
    font-size: 18px;
}

.cuerpo-card .uk-card-body
{
    font-size: 14px;
}

.contenido-modal .uk-grid-small
{
    font-size: 14px;
}

.style-text
{
    font-size: 14px;
}

.uk-grid + .uk-grid-small, .uk-grid + .uk-grid-row-small, .uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small {
    margin-top: 8px;
}

.text-18
{
    font-size: 18px;
}

.text-16
{
    font-size: 16px;
}

.top-content
{
    height: 120px;
}

.top-content h3
{
    font-weight: 600;
}

.bottom-content
{
    height: 30px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.badge-pr
{
    background-color: #dde01f;
    border-radius: 10px;
    padding: 5px 3px;
    color: white;
    font-size: 12px;
}

.btn-primario
{
    background-color: #1E87F0;
    text-decoration: none !important;
    border-radius: 10px;
    padding: 8px 5px;
}

.btn-primario:hover
{
    background-color: #3898f7;
    
}

.buscador-pr
{
    display: flex;
    width: 100%;
    max-width: 450px;
    margin-bottom: 20px;
}