/*!NETWORKS PARA ICONOS*/
.social-networks {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.social-networks ion-icon, .social-networks i {
    border: 1px solid #C9CCCB;
    background-color: rgb(252, 255, 254);
    border-radius: 6px;
    padding: 8px;
    color: #042a42;
    cursor: pointer;
    font-size: 20px
}

.social-networks {
    display: flex;
    gap: 12px;
    margin-bottom: 0px;
}

.social-networks {
    place-content: center;
}
.text-shadow {
    color: #042a42 !important;
    font-weight: bold;
}