.site-header {
    transition: top 0.5s ease;
    box-shadow: 0px 7px 12px rgb(0 0 0 / 48%);
}

.header_logo {
    text-decoration: none;
    color: #333;
}

.header_logo img {
    display: block;
    margin: 0 auto;
    width: 15%;
}

/* Estilos de redes sociales */
.social_nav_icon {
    width: 35px;
    padding: 0;
    margin: 0 10px 0 0;
}
