#footer{
    background-color: #0A487C;
    overflow: hidden;
}


#footer .logo-footer{
    max-height: 10.4rem;
    margin-bottom: 1.04rem;
}

#footer .footer-barra {
  border: none; /* Remove a borda padrão */
  height: 2px; /* Define a espessura da linha */
  background-color: #33CC66; /* Define a cor (vermelho, neste caso) */
}

#footer .navbar-nav-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}


#footer .navbar-nav-footer li{
    margin-bottom: 1.28rem;
    width: 50%;
}

@media (min-width: 992px){
    #footer .navbar-nav-footer li{
        margin-bottom: 0;
        width: -moz-fit-content;
        width: fit-content;
    }
}

#footer .navbar-nav-footer a{
    font-size: 1.04rem;
    text-decoration: none;
    transition: border .24s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    margin: .48rem 2.;
}

@media (min-width: 992px){
    #footer .navbar-nav-footer a{
        margin: 0 1.84rem;
    }
}

#footer .navbar-nav-footer a:hover{
    border-color: #FFFFFF;
}


#footer .infos-rodape{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;    
    color: #FFFFFF;
}

#footer .infos-rodape .box-icone{
    margin-right: .8rem;
}

#footer .infos-rodape img{
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
}

#footer .infos-rodape h3{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: .48rem;
}

#footer .infos-rodape address{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

#footer .infos-rodape a img{
    transition: transform .24s ease-in-out;
}

#footer .infos-rodape a:hover img{
    transform: scale(1.2);
}

#creditos{
    background-color: #0F0F0F;
}

#creditos p{
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: .96rem;
}

#creditos img{
    max-height: 1.84rem;
    display: inline-block;
    margin-left: .48rem;
}



#orcamentoLateral{
    position: fixed;
    transition: right .24s ease;
    width: 360px;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 99;
    padding: 1.6rem;
    overflow: auto;
}

#orcamentoLateral.oculto{
    right: -360px;
}


#orcamentoLateral #boxOrcamentoTitulo{
    color: #111827;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 1.84rem 0;
}

#tabela-produtos-orcamento tbody tr:first-of-type{
    border-top: 1px solid #C0C0C0;
}

#tabela-produtos-orcamento tr{
    vertical-align: middle;
    border-bottom: 1px solid #C0C0C0;
    padding: 4rem .96rem;
}

#tabela-produtos-orcamento img{
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    object-fit: cover;
}

#tabela-produtos-orcamento h2{
    color: #0D0C0D;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

#tabela-produtos-orcamento svg{
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#btnFecharorcamentoLateral, #btnFecharboxFormularioOrcamento{
    position: absolute;
    right: .96rem;
    top: .4rem;
    color: #000;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
}





#boxFormularioOrcamento{
    position: fixed;
    transition: right .24s ease;
    width: 360px;
    height: 500px;
    top: calc(50vh - 250px);
    left: calc(50vw - 180px);
    background-color: #FFFFFF;
    z-index: 99;
    padding: 2.24rem 1.28rem 1.6rem;
    overflow: auto;
}

@media (min-width: 992px){
    #boxFormularioOrcamento{
        width: 500px;
        left: calc(50vw - 250px);
    }
}

#boxFormularioOrcamento.oculto{
    display: none;
}


#boxFormularioOrcamento h2{
    color: #111827;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    margin-bottom: 1.28rem;
}

@media (min-width: 992px){
    #boxFormularioOrcamento h2{
        font-size: 24px;
    }
}

#boxFormularioOrcamento p{
    color: #111827;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 992px){
    #boxFormularioOrcamento p{
        font-size: 16px;
    }
}

#boxFormularioOrcamento input, #boxFormularioOrcamento textarea{
    border: 1px solid #33CC66;
    color: #111827;
    font-size: 16px;
    height: auto !important;
    padding: .8rem .96rem;
    border-radius: 4px;
    margin: .96rem 0;
}

#boxFormularioOrcamento #frmOrcamentoEnviar{
    background-color: #33CC66;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: .8rem;
    transition: all .24s ease;
}

@media (min-width: 992px){
    #boxFormularioOrcamento #frmOrcamentoEnviar{
        font-size: 16px;
    }
}

#boxFormularioOrcamento #frmOrcamentoEnviar:hover{
    background-color: #f97015;
    border-color: #f97015;
}



.boxAcoesOrcamento{
    position: absolute;
    bottom: 1.6rem;
    right: 1.6rem;
    width: calc(100% - 3.2rem);
}


.boxAcoesOrcamento button{
    text-decoration: none;
    display: block;
    margin-left: .48rem;
    padding: .88rem 1.28rem;
    border-radius: 8px;
    text-align: center;
    white-space: nowrap;
    transition: all .24s ease-in-out;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background-position: .96rem center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    font-size: .72rem;
    line-height: .96rem;
    font-weight: 700;
    border: 0 none;
    border-radius: .56rem;
    margin-top: .8rem;
    display: block;
    width: 100%;
    transition: background .24s ease;
}


#buttonBtnViaEmail{
    background-color: #0A487C;
    background-image: url("../images/_menu-lista-orcamento.svg") !important;
    background-size: .64rem !important;
}

#buttonBtnViaWhatsapp{
    background-color: #33CC66;
    background-image: url("../images/_menu-whatsapp.svg") !important;
    background-size: 1.04rem !important;
}

#buttonBtnViaEmail:hover, #buttonBtnViaWhatsapp:hover{
    background-color: #f97015;
}

#overlay{
    z-index: 90;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
}

#overlay.oculto{
    z-index: -99;
    display: none;
}

.grecaptcha-badge{
	display: none !important;
}