.ownLogoHorizontal {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ownLogoVertical {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.logoContainer__Header {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 270px;
    height: 60px;
    margin-right: 14px;
    padding: 8px 0;
}

@media (max-width: 1150px) {
    .logoContainer__Header {
        margin-right: 0;
        justify-content: flex-start;
    }
}


.verticalContainer__Footer {
    display: flex;
    justify-content: center;
    width: 220px;
    height: 220px;
}

/* ---------------------------------------------- Para páginas específicas */

.ownLogoHorizontal.layout {
    max-width: 100%;
    width: auto;
}

.ownLogoHorizontal.guideAnuncio {
    width: 70%;
    height: 70%;
}

.ownLogoVertical.guideForumResposta {
    width: 90% !important;
    height: 90% !important;
}

.ownLogoVertical.guideBlogNoticia {
    width: 75% !important;
    height: 75% !important;
}