/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.div-cuerpo-entrada {
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #3c4043;
    /* font-family: "Poppins", sans-serif; */
    font-size: 16px;
}
#page-title {
    background-color: #f8f9fa;
}

.tarjeta-buscador:hover {
    border: solid 2px #d1b017;
}

.tarjeta-seleccionada {
    border: solid 2px #d1b017;
}


.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em ;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin-bottom: 10px;
}

.label-danger {
    background-color: #d9534f;
}

.label-success {
    background-color: #5cb85c;
}

.label-warning {
    background-color: #f0ad4e;
}