

/*Móvil*/
@media screen and (max-width:1100px) {

    #container-profile-img{
        display: flex;
        flex-direction: column;
        width: 128px;
        margin-left: auto;
        margin-right: auto;
    }
    .lbl-type-of-Address{
        text-align: center;
    }

    .credits-table tbody td{
        font-size: 13px !important;
    }

    .container-user-data{
        margin-left: auto;
        margin-right: auto;
    }

    #Profile .settings-button, #Address .settings-button, #Credit .settings-button , #Statements .settings-button{
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width:813px) and (max-width: 1100px) {
   
    .profile-img{
        width: 200px !important;
        height: 200px !important;
    }
   
}
