hr {
    color: #dcdcdc;
    border-top: double;
}

.social-buttons p {
    font-family: 'Raleway Thin', sans-serif;
    font-size: small;
    margin: 0px;
}

.centered {
    display: flex;
    justify-content: left;
    /* align-items: center; */
}

.social-buttons {
    display: flex;
    gap: 15px;
    /* margin-top: 20px; */
    /* margin-left: -15px; */
}

.social-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    /* Define una altura uniforme */
    padding: 0 10px;
    /* Asegura un padding horizontal */
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    /* Ajusta el tamaño de la fuente */
}

.twitter-custom-button {
    background-color: #1DA1F2;
    color: white;
}

.linkedin-custom-button {
    background-color: #0077B5;
    color: white;
}

.whatsapp-share-button {
    background-color: #29a719;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
    padding-right: 8px;

    /* Espacio entre el ícono y el texto */
}

.whatsapp_share {
    font-size: 11px;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.whatsapp_share a {
    text-decoration: none;
    color: #fff;
}

.whatsapp-share-button img {
    /* width: 20px; */
    height: 21px;
    /* vertical-align: middle; */
}