body.aid-6 #menu_resc {
    position: relative;
}
body.aid-6 #menu_resc .collaboration {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
    text-align: center;
}
body.aid-6 #menu_resc .collaboration > div {
    margin-bottom: 15px;
    font-size: var(--tamano-texto-widget);
}
body.aid-6 #menu_resc .collaboration img {
    width: 145px;
    height: auto !important;
}


/* **** Media Queries **** */
@media (max-width: 991px) {
    body.aid-6 header {
        height: 120px;
        max-height: none;
    }
    body.aid-6 #menu_resc {
        position: initial;
    }
    body.aid-6 #menu_resc .collaboration {
        top: 47px;
    }
    body.aid-6 .header_content {
        top: calc(33% - 25px);
    }
    body.aid-6 #home_top_container {
        height: 500px !important;
    }
    body.aid-6 .header_content h1 {
        margin-left: 0;
    }
    body.aid-6 header#navbar > .container {
        max-height: 115px;
    }
}


