/* 

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;
}

