*::selection {
    background-color: #861f73;
    color: #ffffff;
}
.logochis,
.logochis:hover {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.jumbotron {
    background-image: url("../img/prevencion-social/banner-prevencionsocial.png");
    background-size: cover;
    background-position: center center;
    height: 370px;
}
.nav-sel-pur {
    color: black;
}
.nav-sel-pur:hover {
    background: #861f73;
    border-radius: 3px;
    color: white;
}

.btn-hacer {
    background: #861f73;

    color: white;
    border-radius: 38px 19px;
    font-weight: 500;
}
.btn-hacer:hover {
    background: #ffffff00;
    color: #861f73;
    border-color: #861f73;
}
.btn-aviso {
    background: #861f73;

    color: white;
    border-radius: 38px 19px;
    font-weight: 500;
}
.btn-aviso:hover {
    background: #861f73db;
    color: white;
}
.text-purple {
    color: #ffffff;
    text-shadow: 3px 2px #00000070;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
}
.colaps,
.colaps .card > .card-header {
    background: #861f73;
    color: white;
}

.colaps,
.colaps .card > .card-header:hover {
    background: #861f73c7;
    color: white;
}

.colaps .card-body {
    background: #861f73c4;
    color: white;
}

.colaps .btn-link {
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.jumbotron-privacidad {
    background-image: url("../img/prevencion-social/privacidad.jpg");
    background-size: cover;
    background-position: right center;
    height: 200px;

    background-color: rgba(255, 255, 255, 0.5);
}
.jumbotron-hammer {
    background-image: url("../img/prevencion-social/hammer.jpg");
    background-size: cover;
    background-position: center center;
    height: 200px;
}
