<header class="header">
    <div class="profile">
        <div class="profile__account">
            <div class="business__and__category">
                <span class="profile__business__account" id="user-jurisdiction">Empresa</span>
                <span class="profile__role__account" id="account-role">Super administrator</span>
            </div>
            <div class="names__and__email">
                <span class="profile__user__account" id="person-name"></span>
                <span class="profile__email__account" id="person-email"></span>
            </div>
        </div>
        <picture class="profile__photo">
            <img src="#" id="header-photo-profile" alt="Foto de perfil">
            <div id="options-user" class="obtions__user--hidden">
                <div id="my-account">
                    <i class="icon container__icon icon__account__profile">
                        <svg xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512"><path d="M12,12A6,6,0,1,0,6,6,6.006,6.006,0,0,0,12,12ZM12,2A4,4,0,1,1,8,6,4,4,0,0,1,12,2Z"></path><path d="M12,14a9.01,9.01,0,0,0-9,9,1,1,0,0,0,2,0,7,7,0,0,1,14,0,1,1,0,0,0,2,0A9.01,9.01,0,0,0,12,14Z"></path></svg>                          
                    </i>
                    Mi cuenta
                </div>
                <div id="logout-button">
                    <i class="icon container__icon icon__logout">
                        <svg id="Layer_1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1"><path d="m8 0c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6-2.691-6-6-6zm0 10c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zm2.992 5.187c-.068.547-.563.938-1.116.868-.287-.036-.579-.054-.876-.054-3.859 0-7 3.14-7 7 0 .552-.447 1-1 1s-1-.448-1-1c0-4.962 4.037-9 9-9 .377 0 .755.023 1.124.07.549.069.937.568.868 1.117zm7.008 7.813c0 .552-.447 1-1 1h-1c-1.654 0-3-1.346-3-3v-6c0-1.654 1.346-3 3-3h1c.553 0 1 .448 1 1s-.447 1-1 1h-1c-.552 0-1 .449-1 1v6c0 .551.448 1 1 1h1c.553 0 1 .448 1 1zm5.996-4.979c0 .543-.21 1.011-.599 1.349l-2.199 1.939c-.189.167-.426.25-.661.25-.276 0-.553-.114-.75-.339-.365-.414-.325-1.046.089-1.411l.917-.809h-2.792c-.553 0-1-.448-1-1s.447-1 1-1h2.658l-.783-.691c-.414-.365-.454-.997-.089-1.411.365-.415 1-.452 1.411-.089l2.207 1.946c.369.314.592.788.592 1.266z"/></svg>
                    </i>
                    Cerrar sesión
                </div>
            </div>
        </picture>
    </div>
</header>