#bloco-footer-cta{
    background-color: #434A51;
    border-bottom: 1px solid #E1D0C3;
}

#bloco-footer-cta .box{
    background: linear-gradient(142.41deg, #434B52 0%, #575B5F 100%);
    border-width: 1px, 1px, 2px, 1px;
    border-style: solid;
    border-color: #ADADAD6B;
    text-align: center;
    padding: 3rem 0;
    border-radius: 12px;
}

#bloco-footer-cta .box h2{
    font-weight: 700;
    letter-spacing: 1px;
    color: #D6AA84;
    font-size: 1.6rem;
    margin-bottom: 1.12rem;
}

@media (min-width: 992px){
    #bloco-footer-cta .box h2{
        font-size: 1.84rem;
    }
}

#bloco-footer-cta .box p{
    color: #F2F2F2;
    font-size: .96rem;
    margin-bottom: 2.48rem;
}




#footer{
    background-color: #434A51;
    overflow: hidden;
}


#footer .logo-footer{
    max-height: 10.4rem;
    margin-bottom: .96rem;
}


#footer .texto-sobre, #footer .info-rodape address{
    color: #F2F2F2;
    font-size: .96rem;
    margin-bottom: 1.84rem
}


#footer .redes-sociais a{
    border: 1px solid #D6AA84;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 3.2rem;
    height: 3.2rem;
    margin-right: .48rem;
    transition: background .4s ease;
}

#footer .redes-sociais a:hover{
    background-color: #353E46;
}


.titulo-rodape{
    color: #F2F2F2;
    font-size: 1.12rem;
    font-weight: 700;
    margin-bottom: 1.84rem;
}




#footer .navbar-nav-footer{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    list-style-type: none;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}


#footer .navbar-nav-footer li{
    margin-bottom: .8rem;
    width: 50%;
    padding-left: .8rem;
}



#footer .navbar-nav-footer a{
    text-decoration: none;
    transition: border .24s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0);    
    color: #F2F2F2;
    font-size: .96rem;
    display: inline-block;
}


#footer .navbar-nav-footer a:hover{
    border-color: #F2F2F2;
}


#footer .copyright{
    border-top: 1px solid #E1D0C3;
    padding: 1.84rem 0;
}

#footer .copyright p{
    color: #F2F2F2;
    font-size: .96rem;
    margin-bottom: 0;
}

#footer .copyright a{
    color: #F2F2F2;
    transition: border .24s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0);    
}

#footer .copyright a:hover{
    border-color: #F2F2F2;
}



#creditos{
    background: #2C343B;
    border-top: 1px solid #E1D0C3;
}

#creditos p{
    display: inline-block;
    vertical-align: middle;
    color: #F2F2F2;
    font-size: .88rem;
}

#creditos img{
    max-height: 1.6rem;
    display: inline-block;
}







#boxFormularioCta{
    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;
}

#boxFormularioCta{
    background: linear-gradient(142.41deg, #434B52 0%, #575B5F 100%);
    border: 1px solid #D6AA84;
    box-shadow: 0px 0px 16.03px 0px #9B734B33;
    height: 88vh;
    top: 6vh;
    border-radius: 8px;
    color: #F2F2F2;
}

@media (min-width: 992px){
    #boxFormularioCta{
        width: 500px;
        left: calc(50vw - 250px);
    }
}

#boxFormularioCta.oculto{
    display: none;
}


#boxFormularioCta h2{
    color: #F2F2F2;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 1.28rem;
}

@media (min-width: 992px){
    #boxFormularioCta h2{
        font-size: 24px;
    }
}

#boxFormularioCta p{
    color: #F2F2F2;
    font-weight: 400;
    font-size: 14px;
}

@media (min-width: 992px){
    #boxFormularioCta p{
        font-size: 16px;
    }
}

#boxFormularioCta input, #boxFormularioCta textarea{
    border: 1px solid #353E46;
    background-color: #353E46;
    color: #F2F2F2;
    font-size: .96rem;
    height: auto !important;
    padding: .8rem .96rem;
    border-radius: 6px;
    margin: .96rem 0;
}

#boxFormularioCta input::placeholder, #boxFormularioCta textarea::placeholder{
    color: #F2F2F2;
}

#boxFormularioCta #btnEnviarDadosWpp{
    background-color: #D6AA84;
    border: 0 none;
    color: #0F0F0F;
    font-size: 1.04rem;
    font-weight: 700;
    padding: .8rem;
    transition: all .24s ease;
}


#boxFormularioCta #frmOrcamentoEnviar:hover{
    background-color: #9B734B;
}

#boxFormularioCta #btnFecharboxFormularioCta{
    color: #F2F2F2;
    border-color:#F2F2F2;
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
}

#boxFormularioCta .importante{
    background-color: #F2F2F2;
    border: 1px solid #E1D0C3;
    padding: .8rem;
    border-radius: 6px;
    margin-bottom: .96rem;
}

#boxFormularioCta .importante p{
    color: #141819;
    font-size: .88rem;
    margin-bottom: 0;
}




#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;
}
