p.vacantes {
    color: black;
}

.options {
    list-style: none;
    margin: 0%;
}

option {
    height: 100%;
    width: 100%;
}

a.panel {
    font-size: large;
    font-family: "Montserrat", sans-serif;
    color: #235072;
    font-weight: 800;
}

img.panel {
    height: 130px;
    width: 130px;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 10px;
}

a.datos {
    font-size: large;
    font-family: "Montserrat", sans-serif;
    color: #235072;
    font-weight: 800;
}

img.mail {
    height: 120px;
    width: 120px;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 10px;
}

img.panel:hover {
    transform: scale(1.3);
    cursor: pointer;
}

img.mail:hover {
    transform: scale(1.3);
    cursor: pointer;
}