@font-face {
    font-family: "All Round Gothic";
    font-style: normal;
    font-weight: 700;
    src: url("/jakarta.faces.resource/fonts/all-round-gothic-bold.otf.xhtml?ln=diamond-layout") format("opentype");
}

@media screen and (min-width: 992px) {
    .layout-wrapper.layout-slim .layout-sidebar {
        width: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .layout-wrapper.layout-slim .layout-menu .layout-root-menuitem > ul {
        left: 0 !important;
        width: max-content !important;
    }
}

@media screen and (min-width: 992px) {
    .layout-wrapper.layout-slim .layout-content-wrapper {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .layout-wrapper.layout-slim .layout-topbar {
        width: 100% !important;
    }
}

.layout-topbar {
    display: flex !important;
    position: fixed !important;
    z-index: 1000 !important;
    background-image: linear-gradient(120deg, #004070 0%, #0069B4 100%);
    color: #FFFFFF !important;
}

.layout-content {
    padding: 0 !important;
}

.layout-footer {
    display: flex !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    background-image: linear-gradient(120deg, #004070 0%, #0069B4 100%);
    color: #FFFFFF !important;
}

@media screen and (min-width: 992px) {
    .layout-footer {
        height: 2rem !important;
    }
}

.layout-topbar-logo {
    img {
        height: 30px;
    }
}

.floatCentralizar {
    position: absolute;
    bottom: 32px;
    right: 55px;
    float: right;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    font-size: 1.1rem !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.floatSatelite {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: 32px;
    right: 125px;
    float: right;
    background-color: #0C9;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.floatMedir {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: 32px;
    right: 160px;
    float: right;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    font-size: 1.1rem !important;
}

.floatAdministrative {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: 32px;
    right: 195px;
    float: right;
    background-color: #0C9;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.floatPoi{
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: 32px;
    right: 230px;
    float: right;
    background-color: #0C9;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}