.barraHeaderMain {
    text-decoration: unset; 
    border-bottom: 4px solid #79207e; 
    color: #79207e; 
    font-weight: bold;
}

.containerBarMain {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px #cacbcc solid;
}

.headerLeft {
    display: flex;
    flex-direction: row,
}

.headerRight {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 30px;
}

.items {
    padding: 0px 30px;
    font-size: 14px;
}

.itemsRight {
    padding: 0px 5px;
    font-size: 14px;
    color: #636363;
}

.imgUsr{
    padding: 0px 5px;
    font-size: 14px;
    color: #636363;
    width: 20px; 
    height: 20px;
}
.seccionNomUsr {
    padding: 0px 5px;
    font-size: 14px;
    color: #636363;
    text-transform: uppercase;
    color: gray;
}

.seccionLogout {
    padding: 0px 5px;
    font-size: 14px;
    color: #636363;
    cursor: pointer;
    padding-left: 10px;
    width: 20px; 
    height: 20px;
}

/* Desktops and laptops – ------- – */
@media only screen  and (min-width : 1224px) {  
    .imgCabeceraPrincipal {
        display: none;
    }
}

@media only screen and (min-width : 360px) and (max-width : 1279px) {
    .barraHeaderMain{
        display: none;
    }

    .containerBarMain {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px #cacbcc solid;
        height: 10vh;
    }

    .headerRight {
        display: none;
    }

    .imgCabeceraPrincipal {
        margin-top: 12px;
        margin-left: 50px;
        width: 50px;
        height: 40px;
    }
    
    .separadorMenuResponsive {
        border-top: 1px solid;
        width: 100%;
        color: #cdcdcd;
        /* display: none; */
    }

    .imgResponsiveMenu {
        width: 70px;
        padding-left: 35px;
        /* display: none; */
    }

    .items {
        padding-left: 40px;
    }

    .items a:hover {
        color:#79207e;
    }
}