.icon--card {
    float: left;
    width: 255px;
    height: 255px;
    background: #f6f8f9;
    border-radius: 20px;
    margin-right: 1em;
    text-align: center;
    padding: 0 1em;
    margin-bottom: 1em;
    border: solid 1px rgba(255, 255, 255, 0.3215686275);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 3px #e8e8e8;
    -webkit-transition: all 0.5s ease-in-out;
}
.icon--card a {
    height: 255px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    width: 100%;
}
.position-relative {
    position: relative !important;
}
.icon--card img {
    width: 50px;
    height: auto;
    display: block;
    padding-top: 2em;
    padding-bottom: 2em;
}
.icon--card:hover {
    background: #fbb71b;
    border: solid 1px #fbb71b;
    box-shadow: 0 5px 0 #e6effd;
    color: #fff;
    transform: translateY(-4%);
}
.icon--card:hover img{
    filter: brightness(0) invert(1);
}
.icon--card a:visited {
    color: #000 !important;
    text-decoration: none;
}

.enlace--paragraph{
    margin-bottom: 0.75em;
    width: 100%;
    text-align: left;
    color: #3366cc;;
    font-weight: 500;
    padding: 1.2em 1.5em 1.2em 1.2em;
    border: solid 2px #e9f1fd;
    font-size: 1.2em;
    display: block;
    box-shadow: 0 0 5px whitesmoke;
    border-radius: 1em;
}
