:root {
    --logo-tipo:#458e3b;
    --cor-sub-titulo: #224ac3;
    --cor-sub-titulo2: #021859;
    --cor-sub-titulo3: #f4f4f5;
    --cor-paragrafos:#173898;
    --cor-border-primeira: rgba(15,15,15,0.1);
    --cor-padrao1:#057dc8;
    --backgroud-white:white;
    --color-write:white;
    --color-red:rgb(238, 86, 86);
    --background-rgba:rgba(249, 247, 247,0.7);
    --cor-verde:#005421;
    --cor-laranja:#ec6d1f;
    --cor-laranja2:rgb(238, 139, 86);
}


.rede-social-contatos{
    margin: 1rem 0;
    padding:0 10px;
    color: #494949;

}

.footer-titulo{
    font-weight: bolder;
    font-size: 1.2rem;
    color: #494949;
}

.redes-footer{
    margin-top: 0.5rem;
}

.redes-footer img{
    margin: 0 10px;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
}

.footer-text{
    margin-top: 10px;
    font-weight: 400;
    font-size: 1rem;
    color: #494949;
}
.footer-text i{
    margin: 0 5px 0 0;
}

.contatos{
  position: relative;
  top: 20px;
}

.direitos{
    margin-top: 35px;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
}

.form-control-footer{
    width: 17rem;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid var(--cor-sub-titulo2);
    margin-top: 3px;
}

#btc-cotacao-footer{
    font-size: 1.9rem;
    padding: 3px 8px;
    position: relative;
    top: -10px;
    background: var(--logo-tipo);
    color: var(--backgroud-white);
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
#btc-cotacao-footer:hover{
    opacity: 0.7;
}

#btc-cotacao-footer p{
    padding: 0;
}

@media screen and (max-width:47rem){
    .web-inst{
        display: none;
    }
}

@media screen and (min-width:47rem){
    .section-rede-contato{
        display: flex;
        justify-content: space-around;
    
    }

    .contatos{
        position: relative;
        top: 0;
      }

    .direitos{
        margin-top: 80px;
    }
    
    .moba-inst{
        display: none;
    }
}