.header .header__content > .container:first-child {
    padding: 0;
    align-items: start;
}

header .header__navigation ul{
    gap: 0px;
}
header .header__navigation ul li +li:not(:last-child){
    margin-left: 1.25rem;
}

header .header__navigation li:last-child a::after,
header .header__navigation li:nth-last-child(2) a::after{
    display: none;
}

.parent-item {
    height: 80px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
}
.logo-img-content a{
    display: flex;
    align-items: center;
    height: 80px;
}
li.haz-tu-aporte {
    background: #EFB406;
    transition: all .5s ease;
}

li.haz-tu-aporte:hover{
    background: #fc038e;
    transition: all .5s ease;
}
li.la-fundacion {
    background: #283382;
    transition: all .5s ease;
}
li.la-fundacion:hover {
    background: #fc038e;
    transition: all .5s ease;
}

.header__logo img.attachment-full.size-full {
    max-height: 75px;
}
