@media (max-width: 490px) {
    .orcamento_caminho i {
        display: none;
    }
    /*label {*/
    /*    display: inline;*/
    /*}*/
    .navbar .dropdown-toggle::after {
        margin-left: 0;
    }
    .footer .list-group li a {
        font-size: 14px;
    }
    .footer .col-6 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
    }
    .footer .fs-14 {
        font-size: 13px!important;
    }
}

@media (min-width: 768px){
    .hidden-768 {
        display: none!important;
    }
}
@media (max-width: 767px){
    .hidden-767 {
        display: none!important;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    .orcamento_select .h-250 {
        height: 180px;
    }
    .navbar-toggler {
        position: relative;
        top: -6px!important;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .back-to-top {
        right: 15px!important;
    }
}

@media (max-width: 385px) {
    #copyright-brand{
        font-size: 11px !important;
    }
    #copyright-brand img{
        max-height: 22px;
    }
}
@media (max-width: 320px) {
    .navbar-brand img {
        max-width: 120px;
    }
}

@media (min-width: 992px){
    .orc_submit {
        position: fixed;
        z-index: 99999999;
        bottom: 0;
        left: 0;
        transition: top 2s;
        background: #fff;
        width: 100vw;
        -webkit-box-shadow: 0px -9px 49px -17px rgba(131,131,131,0.53);
        -moz-box-shadow: 0px -9px 49px -17px rgba(131,131,131,0.53);
        box-shadow: 0px -9px 49px -17px rgba(131,131,131,0.53);
        padding: 7px 0;
        animation: fadeIn 2s;
        -webkit-animation: fadeIn 1s;
        -moz-animation: fadeIn 1s;
        -o-animation: fadeIn 1s;
        -ms-animation: fadeIn 1s;
    }
    @keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }

    @-webkit-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }

    @-o-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }

    @-ms-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }
    .hidden-992 {
        display: none!important;
    }
    .navbar-toggler {
        position: relative;
        top: -12px;
    }
}
@media (max-width: 991px){
    .pub_lateral {
        display: none;
    }
    .back-to-top {
        right: 15px!important;
        bottom: 85px;
    }
    .orc_submit {
        position: fixed;
        z-index: 99999999;
        bottom: 0;
        left: 0px;
        padding-left: 15px;
        width: 100vw;
        background: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 1;
    }
    .dropdown-menu[data-bs-popper] {
        left: inherit;
        right: 0;
    }
    .hidden-991 {
        display: none!important;
    }
    .navbar-toggler {
        position: relative;
        top: -12px;
    }
    .navbar .dropdown-toggle .bi {
        font-size: 20px;
    }
    .owl-nav {
        display: none!important;
    }
    .border_li {
        border-left: 2px solid rgba(41,170,225,0.5)!important;
        padding-left: 5px!important;
    }
    .li_activo.border_li {
        border-left: 2px solid rgba(41,170,225,0.5)!important;
    }
    .li_activo a:before {
        content: '\F138';
        font-family: bootstrap-icons;
        margin-right: 10px;
        position: relative;
        bottom: -4px;
    }
    .border_li:last-child:before {
        content: '\F128';
        color: var(--primary);
        font-family: bootstrap-icons;
        margin-right: 10px;
        position: absolute;
        bottom: -26px;
        left: -9px;
    }
}
