.endereco{
    background-color:#222;
    height:100vh;
    width:100%;
    display:flex;
     justify-content: center;
     align-items: center;
}
.campos_endereco{
    width:100%;
}
input:focus,select:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
.inputWithIcon{
    width:95%;
}
.botaoLoja-proximo-ativado{
        color: #fff;
        font-size: 20px;
        width: 100%;
        border-radius:10px;
        padding: 10px;
        text-align: center!important;
        background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
        cursor: pointer;
}
.botaoLoja-proximo-ativado p{
    color:white;
    font-size:18px;
}
.botaoLoja-proximo-desativado{
        
        color: #fff;
        font-size: 10px;
        width: 100%;
        padding: 10px;
        text-align: center!important;
        background-color:#443f3f;
       
}
.botaoLoja-proximo-desativado p{
    color:#222;
}