﻿.CustomHeader {
    display: flex;    
    justify-content: flex-start;   
    height: 60px;
    background-color: #141b4d;
}

.logoHeader {
    margin-left: 10px;
    height: auto;
    width: 120px
}

span{
    margin-left:auto;
    display:flex;
    align-items: center;
    gap:5px;
}
.bandera {
    margin-right:10px;
    margin-left: 5px;
}


