.weblink-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
	margin-top: 0;
}

/* CONTENEDOR */
.weblink-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    align-items: center;
}

/* BOTÓN SIMPLE */
.weblink-btn {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 14px 20px;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

/* SIN EFECTOS */
.weblink-btn:hover,
.weblink-btn:active {
    background: transparent;
    color: #000;
}

/* REDES */
.weblink-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    font-size: 20px;
    color: #ffffff;
}

.social-icon:hover {
    color: #ffffff;
}

