﻿#header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
    background: #38b598;
    /*    -moz-box-shadow: 0px 0px 5px 0px black;
    -webkit-box-shadow: 0px 0px 5px 0px black;
    box-shadow: 0px 0px 5px 0px black;*/
}

    #header.header-scrolled, #header.header-fixed {
        background: rgba(6, 12, 34, 0.98);
        height: 70px;
        padding: 15px 0;
        transition: all 0.5s;
        background: #38b598;
    }

#main {
    margin-top: 70px;
    padding: 0px 0px 0px 0px;
    background: #fafafa;
}

.nav-menu a {
    text-transform: uppercase;
    font-weight: 500;
}


#footer {
    background: #38b598;
}

.construction {
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

    .construction.yellow {
        background-color: rgb(255, 186, 66);
    }


#intro:before {
    background: #38b598;
}

.get {
    padding: 0px;
}


body {
    color: #535353 !important;
    background: #38b598;
}

dl dd {
    font-weight: normal;
    color: #929191;
    margin-bottom: 0px;
}


.construction-details.borders dl {
    padding-bottom: 0px;
    margin: 5px 0px 5px 0px;
}




.construction-details h5 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    color: #535353;
    font-weight: 400;
}


.construction-details .progress {
    height: 1.5rem;
    margin-bottom: 10px;
    margin-top: 10px;
}

.progress-bar {
    width: 0;
    animation: progress 1.5s ease-in-out forwards;
}

@keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.progress-bar-success {
    background-color: rgb(0, 229, 0);
}

.progress-bar .title {
    font-size: 16px;
    font-weight: bold;
}

[v-cloak] {
    /*display: none;*/
    font-size: 0;
    visibility: hidden;
}

    [v-cloak]::before {
        visibility: visible;
        /*background: url(img/loading.gif) no-repeat 50% 150px;*/
        background-size: 50px;
        content: ' ';
        height: 100%;
        position: absolute;
        width: 100%;
    }


.top {
    background-color: #005f49;
    padding: 0px;
    /*margin-bottom: 40px;*/
    font-size: 20px;
    /*border-bottom: 1px solid #d6d6d6;*/
    text-transform: uppercase;
    margin-bottom: 10px;
    box-shadow: 3px 5px 6px -6px rgba(0, 0, 0, 0.325);
    border: 0px;
    position: fixed;
    width: 100%;
    /*z-index: 996;*/
}

.geo {
    margin-top: -5px;
}

    .geo i {
        color: #fff;
        font-size: 14px;
    }

    .geo span {
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        text-transform: initial;
    }

.top .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}


body {
    font-family: 'Source Sans Pro', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #535353;
}

.nav-menu a {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: white !important;
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

    .popup.aberto {
        display: block;
        overflow: auto;
        padding-bottom: 20px;
    }

    .popup .popup-content {
        width: 850px;
        margin: 0 auto;
        margin-top: 25px;
        padding: 0;
        background: #ccc;
        position: relative;
        border-radius: 5px 5px 0px 0px;
    }

    .popup.popup-wide .popup-content {
        width: 90% !important;
    }

    .popup .popup-content .popup-close {
        padding: 10px 15px;
        position: absolute;
        top: 0;
        right: 0;
        background: #f82249;
        color: white;
        font-size: 9px;
        cursor: pointer;
        border-radius: 0 5px 0px 0px;
    }

    .popup .popup-content > h1,
    .popup .popup-content > h2,
    .popup .popup-content > h3,
    .popup .popup-content > h4,
    .popup .popup-content > h5,
    .popup .popup-content > h6 {
        margin: 0;
        padding: 8px 10px;
        color: white;
        border-radius: 5px 5px 0px 0px;
        background: #535353;
        cursor: move;
        font-size: 16px;
    }

    .popup .popup-content .popup-body {
        padding: 15px;
        background: #fff;
        /*min-height: 300px;*/
    }

        .popup .popup-content .popup-body h1,
        .popup .popup-content .popup-body h2,
        .popup .popup-content .popup-body h3,
        .popup .popup-content .popup-body h4,
        .popup .popup-content .popup-body h5,
        .popup .popup-content .popup-body h6 {
            margin: 0;
            padding: 5px 0px;
            border-bottom: 1px solid #535353;
            color: #535353;
            border-radius: 0;
            background: none;
        }

        .popup .popup-content .popup-body.anexo {
            min-height: 130px;
        }

    .popup .popup-content .popup-footer {
        background: #f5f7fa;
        padding: 10px;
        border-top: 1px solid #cfdbe2;
    }


    .popup .popup-content form {
        border: none;
        padding: 0;
    }


@media (max-width: 850px) {
    .popup .popup-content {
        width: 90% !important;
        height: auto !important;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

form-group {
    margin-bottom: 15px;
}

.popup-footer .btn {
    border: 1px solid #ddd;
    background-color: white;
}

.popup-footer .btn-cancel {
    background: #fff;
    margin-right: 15px;
    border: 1px solid #ddd;
}

.popup-footer .btn i {
    margin-right: 3px;
}

dl dt {
    text-transform: uppercase;
    font-weight: 500 !important;
}

.construction-details .title i {
    float: left;
    margin-right: 5px;
    color: #535353;
    margin-top: -1px;
}

dl dd i {
    color: #929191 !important;
    margin-right: 5px;
}

.circle-icon {
    background: #f82249;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

    .circle-icon i {
        font-size: 16px;
        text-align: center;
        color: white;
        padding: 8px;
    }

.flex {
    display: flex;
}

.shared .social {
    display: flex;
    margin-top: 10px;
}

.shared dl {
    margin: 5px;
    color: #f82249;
}


    .shared dl dt {
        text-transform: initial !important;
    }


.info-date {
    display: flex;
}

.construction-details .info-date dl dt {
    font-size: 24px;
}


hr {
    border-top: 1px solid #eee !important;
}

table tr {
    border-bottom: 1px solid #eee;
}

table {
    font-size: 14px;
    width: 100%;
}

    table td {
        padding: 10px 10px 10px 10px;
    }

    table th {
        padding: 10px 10px 10px 10px;
    }


.filtro {
    padding: 30px 0px;
    background-color: #ededed;
}

    .filtro h4 {
        font-size: 18px;
        margin: 10px;
        color: gray;
    }

    .filtro .icone {
        font-size: 50px;
        margin-top: 10px;
        display: inline-block;
        color: #38b598;
    }

    .filtro .legenda {
        margin-top: 20px;
        background: gainsboro;
        color: black;
        border-radius: 15px;
        font-size: 18px;
    }

    .filtro .form-control {
        border-radius: 5px !important;
    }

.text-empty {
    text-align: center;
    padding: 30px 0px 0px 0px;
    margin-bottom: 0px;
    color: gray;
}

    .text-empty i {
        display: block;
        font-size: 80px;
        margin-bottom: 20px;
    }

.filter .form-control {
    margin-bottom: 10px;
    border: 0px;
    outline: 0;
}

.filter-type .form-control {
    border: 0px;
    outline: 0;
}

.paginacao.container-fluid {
    background-color: #ededed;
    padding: 15px 0px;
}

.paginacao a.btn {
    border: none;
    border-radius: 5px;
}

.row.paginacao > div:first-child {
    padding: 0px 15px !important;
}

.filter-map {
    position: absolute;
    left: 10px;
    top: 130px;
    z-index: 1;
    margin-right: 10px;
}

    .filter-map select {
        border-radius: 0px;
    }

        .filter-map select option {
            width: 150px;
        }

.loading {
    min-height: 970px;
}


    .loading .spinner-border {
        margin: 0 auto;
        display: block;
        position: fixed;
        z-index: 999;
        height: 2em;
        width: 2em;
        overflow: visible;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        color: #f82249 !important;
    }


a {
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    table {
        border: 0;
        color: #535353;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 1px solid #ddd;
            display: block;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 14px;
            text-align: right;
            border: none;
        }

        table > tbody > tr > td {
            border-top: none !important;
            /*margin-left: 11px;
            margin-right: 11px;*/
            padding-bottom: 0px !important;
            padding-top: 0px !important;
        }

        table > tfoot > tr > td {
            border-top: none !important;
            margin-left: 11px;
            margin-right: 11px;
            padding-bottom: 0px !important;
            padding-top: 0px !important;
        }

        table td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
        }

        table td:last-child {
            border-bottom: 0;
        }

        table tr td:last-child .btn {
            margin: auto;
            margin-right: 22px;
        }

        table tr td:last-child a {
            margin: auto;
            margin-right: 0px;
        }

        table tr td:first-child {
            /*padding-left: 0px !important;*/
            padding-top: 10px !important;
        }

        table tr td:last-child span {
            margin: auto;
            margin-right: 22px;
            margin-top: 0px !important;
        }
}

.btn:hover, .btn:focus, .btn.focus {
    color: #eee !important;
    background-color: #f82249 !important;
    border: 1px solid #eee;
    text-decoration: none;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
    margin-top: -7px;
}

.nav-menu > li > a:before {
    background-color: white;
}

.w-100 {
    width: 100% !important;
    height: 224px;
    border: 1px solid #eee;
}

#mobile-nav {
    background-color: #38b598;
}

#mobile-body-overly {
    background: rgba(56, 181, 152, 0.4);
}

.nav-menu > li > a:before {
    background-color: initial;
}

#mobile-nav ul li a:hover {
    color: white;
}

.form-control {
    border-radius: 5px !important;
}


.box-info {
    transform: scale(0.7);
    width: 30%;
    max-width: 400px;
    border: 1px solid #eee;
    padding: 0px 15px 0px 15px;
    position: relative;
    background: white;
    border-radius: .4em;
    margin-bottom: 20px;
    position: absolute;
    left: 40%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
    margin-top: -200px;
    padding-top: 20px;
    padding-bottom: 10px;
    z-index: 9999;
}

.nav-menu a i {
    color: white;
}

.search {
    display: flex;
    /*float: right;*/
}

    .search input {
        margin-top: 10px;
        padding: 6px;
        border: 0;
        outline: 0;
        /*background: transparent;*/
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        width: 700px;
        /* color: white;*/
        padding-right: 20px;
        font-size: 20px;
    }


    .search a i {
        /*color: white;*/
    }

.busca-home {
    /*    margin-top: 10px;*/
    padding: 6px;
    border: 0;
    outline: 0;
    border-radius: 5px;
    width: 700px;
    font-size: 20px;
}

.div.autocomplete, input {
    width: 100%;
    border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {

    .busca-home {
        width: 100%;
    }
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.search label {
    color: white;
}




.autocomplete {
    position: relative;
}

    .autocomplete label {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 100;
    }

.autocomplete-input {
    padding: 7px 10px;
    width: 93%;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}

    .autocomplete-input:focus {
        border-color: #000;
    }

.autocomplete-list {
    position: absolute;
    z-index: 2;
    overflow: auto;
    min-width: 250px;
    max-height: 150px;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    border: 1px solid #eee;
    list-style: none;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

    .autocomplete-list li {
        margin: 0;
        padding: 8px 15px;
        border-bottom: 1px solid #f5f5f5;
    }

        .autocomplete-list li:last-child {
            border-bottom: 0;
        }

        .autocomplete-list li:hover, .autocomplete-list li.active {
            background-color: #f5f5f5;
        }


.image-item {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-bot {
    padding-bottom: 30px;
}


table td i {
    margin-right: 5px;
}

#footer a {
    color: white;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}

.group {
    padding: 25px;
    background-color: white;
    margin-bottom: 25px;
    box-shadow: 0 6px 18px rgba(var(--shadow-rgb),.05);
    border: 1px solid #f0f0f0;
    border-radius: 0px;
}


@media screen and (max-width: 768px) {

    .construction-details .w-100 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {

    .search {
        /*display: flex !important;*/
        /*margin-right: 15px;
        margin-top: 3px;
        left: 38%;
        top: 22px;
        width: 50%;*/
        float: left;
        margin-left: 15px;
        margin-top: 10px;
    }

    .close-mobile {
        display: none !important;
    }

    .search input {
        width: 100%;
    }

    .autocomplete-results {
        width: 100% !important;
    }

    .search-mobile {
        display: block !important;
        margin-right: 10px;
    }
}

.filter-type {
    padding: 10px 0px 10px 0px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    background-color: #005f49;
}


    .filter-type select {
        margin-top: 10px
    }





.construction-item {
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    margin-top: 1.5rem !important;
    cursor: pointer;
    border-radius: 5px;
}

    .construction-item .title {
        color: gray;
        font-size: 16px;
    }

    .construction-item .location {
        font-weight: normal;
        color: grey;
        font-size: 14px;
    }

    .construction-item .info {
        /* background-color: white; */
        color: gray;
        padding: 10px;
        /* margin: 0px 10px 10px 10px; */
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .construction-item img {
        width: 100%;
        height: 230px;
        border-radius: 5px 5px 0 0;
        object-fit: cover;
    }


    .construction-item .item-icon {
        background-color: #f82249;
        width: 35px;
        height: 35px;
        position: absolute;
        right: 15px;
        /*box-shadow: 1px 2px 1px -1px rgba(0, 0, 0, 0.325);*/
        z-index: 100;
        border-top-right-radius: 5px;
    }

        .construction-item .item-icon i {
            color: white;
            font-size: 20px;
            padding: 8px;
        }


    .construction-item .box-info {
        width: 350px;
        margin-top: -185px;
        left: 18%;
    }

.img-empty {
    filter: brightness(1.1);
}

autocomplete {
    position: relative;
    width: 130px;
}

.autocomplete-results {
    padding: 0;
    margin: 0;
    border: 1px solid #eeeeee;
    overflow: auto;
    width: 700px;
    max-height: 200px;
    background-color: white;
    margin-top: -1px;
}

.autocomplete-result {
    list-style: none;
    text-align: left;
    padding: 6px 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
}

    .autocomplete-result.is-active,
    .autocomplete-result:hover {
        background-color: #38b598;
        color: white;
    }


@media screen and (max-width: 992px) {

    .search-icon {
        display: none;
    }
}

.logo-banner {
    position: absolute;
    bottom: 30px;
    position: absolute;
    z-index: 11;
    left: 45px;
    width: 20%;
}

.over {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: orange;
    opacity: 0.4;
}

.video-detail {
    margin-top: 28px;
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 15px;
}

    .video-detail .title {
        font-weight: bold;
    }

    .video-detail .subtitle {
        font-size: 14px;
        color: #929191;
    }

.construction-details iframe {
    width: 100%;
    height: 345px;
}

iframe {
    width: 100%;
}


.wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 768px) {

    .logo-banner {
        width: 40%;
    }
}

/*.filter-type select {
    color: #fff !important;
    background-color: #005f49 !important;
}


.filter-type select option:hover {
    background-color: red !important;
}*/

.img-foto {
    width: 100%;
    height: 104px;
    cursor: pointer;
    object-fit: cover;
}

.construction-details img {
    object-fit: cover;
}

.table-striped a:hover {
    text-decoration: underline !important;
}

.video-detail::-webkit-scrollbar {
    width: 5px;
}

.video-detail::-webkit-scrollbar-track {
    border-radius: 10px;
}

.video-detail::-webkit-scrollbar-track-piece {
    background-color: #EEE;
    border-left: 1px solid #CCC
}

.video-detail::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

    .video-detail::-webkit-scrollbar-thumb:vertical,
    .video-detail::-webkit-scrollbar-thumb:horizontal {
        background-color: #38b598
    }

        .video-detail::-webkit-scrollbar-thumb:vertical:hover,
        .video-detail::-webkit-scrollbar-thumb:horizontal:hover {
            background-color: #38b598
        }


.autocomplete-results::-webkit-scrollbar {
    width: 10px;
}

.autocomplete-results::-webkit-scrollbar-track-piece {
    background-color: #EEE;
    border-left: 1px solid #CCC
}

.autocomplete-results::-webkit-scrollbar-thumb:vertical,
.autocomplete-results::-webkit-scrollbar-thumb:horizontal {
    background-color: #BAC0C4
}

    .autocomplete-results::-webkit-scrollbar-thumb:vertical:hover,
    .autocomplete-results::-webkit-scrollbar-thumb:horizontal:hover {
        background-color: #717171
    }

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.logo-scroll {
    display: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#section-home {
    padding-top: 3%;
    padding-bottom: 3%;
}

.top .imagem {
    background-size: cover;
    background-position: bottom;
    background-image: url(@img1);
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), #fafafa), url(Content/img/slide1.jpg); */
    width: 102%;
    height: 100%;
    filter: blur(3px);
    top: -5px;
    left: -5px;
    position: absolute;
}

.top {
    background: #38b598;
}

.filtro-map {
    padding: 30px 0px;
    background-color: #ededed;
}

    .filtro-map .icone {
        color: white;
    }

    .filtro-map .icone {
        font-size: 50px;
        margin-top: 10px;
        display: inline-block;
    }

    .filtro-map h4 {
        color: white;
    }

    .filtro-map h4 {
        font-size: 18px;
        margin: 10px;
        color: white;
    }

#header.header-scrolled #logo, #header.header-fixed #logo {
    background: #38b598;
    -webkit-animation: fadeInDown 0.5s;
}

.top .container:nth-child(2) {
    top: 30px !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.box {
    background: #fff;
    margin: 5px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-color: #e6e6e6;
}

    .box .box-content {
        padding: 15px 15px;
    }


.container .pager {
    padding: 50px 0px;
}

.btn.btn-success {
    background: #f82249;
    color: white;
    border-color: white;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 25px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d2d2d2 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d2d2d2 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d2d2d2 !important;
}


.top .imagem {
    width: 100%;
    height: 475px !important;
}

.top {
    height: 450px !important;
}

.main {
    top: 400px !important;
}

.top .container h1 {
    font-size: 28px !important;
    text-align: center !important;
}

@media screen and (max-width: 768px) {
    .top .container h1 {
        font-size: 14px !important;
    }
}

.acompanhamento {
    margin-bottom: 0px;
}

    .acompanhamento dd {
        font-style: italic;
        margin-top: 5px;
    }

.empty {
    font-size: 14px;
    margin-left: 20px;
}

dl {
    margin-bottom: 15px;
}

#footer {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    font-size: 14px;
}

    #footer .contato i {
        margin-right: 3px;
    }

    #footer .icone-rede-social {
        border-radius: 50%;
        margin-left: 20px;
        height: 32px;
        width: 32px;
        text-align: center;
        display: block;
        font-size: 18px;
    }

        #footer .icone-rede-social i {
            vertical-align: middle;
            line-height: 33px;
        }

.center-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-15 {
    margin-bottom: 15px;
}


#LayoutL {
    margin-left: 100px;
}

#imgL {
    width: 350px;
    height: 120px;
}

#iconL {
    margin-right: 189px;
}

#infoL {
    margin-left: 350px;
    position: absolute;
    margin-right: -404px;
    white-space: normal;
}

#BoxL {
    width: 950px;
}

#img-empty-list {
    width: 350px;
}

.layout-lista img {
    height: 150px;
}


.layout-lista .construction-item img {
    border-radius: 5px;
}

.layout-lista .construction-item .info {
    white-space: initial;
}

.layout-lista .construction-item .box-info {
    margin-top: -188px;
    left: 28%;
}

a:hover, a:active, a:focus {
    color: #535353;
}

.tabs-component-panel {
    padding: 15px 0px;
}

.box.tabs {
    border-color: #ebebeb;
}

a {
    color: #535353;
}

.exportacao i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .table-striped {
        display: block;
    }
}

ul.acessibilidade {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px 10px;
}

    ul.acessibilidade li {
        float: left;
        list-style: none;
    }

#acessibilidade_onu {
    width: 22px;
    height: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: none;
    margin: 11px 2px;
    padding: 0;
    border-radius: 3px;
    background-color: #fff;
}

ul.acessibilidade a.acessibilidade {
    width: 22px;
    height 20px;
    display: inline-block;
    text-align: center;
    border-bottom: none;
    margin: 5px 2px;
    padding: 0;
    font-size: 16px;
    border-radius: 3px;
    background-color: #fff;
    color: #015aaa;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    ul.acessibilidade {
        margin-right: 2rem;
    }
}