﻿* {

    --view-border-separation: 1em;

}



/*.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

 

/*.logo {
    max-height: 36px;
}


.logo-header {
    height: 100%;
    max-height: 60px;
}*/

.separation-bar {
    border-width: 1px;
    background: #B30000;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    height: 7.5px;
    vertical-align: middle;
}

/*
@media (min-width: 40em (640px) ) {
    .header__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #logo_home {
        max-height: 54px;
    }

    .icon-hamburger {
        display: none;
    }
}
*/

/*

@media (min-width: 64em  (1024px)  ) {

    #logo_home {
        max-height: 72px;
    }
}
@media (min-width: 48em  (767px)  ) {

    .logo-header {
        height: 100%;
        max-height: 50px;
    }
}
@media (min-width: 27em (425px) ) {

    .header__top {
        display: block;
    }
}

*/