.account {
	overflow: hidden;
    display: inline-flex;
    flex-wrap: wrap;
}

.account .account_page {
    max-height: 0vw;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 90vw;
    padding: 5vw;
    display: inline-block;
	position: relative;
}

.account .account_page.active {
    max-height: 1000000vw;
    height: 100%;
    min-height: calc(100vh - 10vw);
}

.account .maintitle .profile {
    width: 25vw;
    height: 25vw;
    padding: 1vw;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 0.75vw solid rgb(0, 204, 0);
    margin-bottom: 4vw;
}

.account .maintitle .profile.not-active {
    border: 0.75vw solid rgb(218, 30, 23);
}

.account .maintitle .profile .pfp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.account .maintitle .profile .pfp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account .maintitle .profile .edit {
    background: rgb(0, 204, 0);
    display: inline-flex;
    place-items: center;
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 50%;
    position: absolute;
    bottom: 0vw;
    right: 0vw;
}

.account .maintitle .profile.not-active .edit {
    background: rgb(218, 30, 23);
}

.account .maintitle .profile .edit img {
    width: 3.5vw;
    filter: invert(100%);
    display: inline-block;
    margin-left: 2vw;
}

/*info*/
.account .account_page1 .account_info .subtitle, .account .account_page2 .account_info .subtitle {
    margin-top: 6vw;
    padding-top: 6vw;
    border-top: 0.5vw solid var(--bgs-color);
}

.account .account_page1 .account_info .subtitle.first, .account .account_page2 .account_info .subtitle.first {
    margin-top: 0vw;
    padding-top: 0vw;
    border: none;
}

.account .account_page1 .account_info .subtitle .img, .account .account_page2 .account_info .subtitle .img {
    width: 10vw;
    height: 10vw;
    display: inline-grid;
    place-items: center;
    background: var(--main-color);
    border-radius: 3vw;
    position: absolute;
}

.account .account_page1 .account_info .subtitle .img img, .account .account_page2 .account_info .subtitle .img img {
    width: 5vw;
    filter: invert(100%);
}

.account .account_page1 .account_info .subtitle p, .account .account_page2 .account_info .subtitle p {
    padding-top: 2.5vw;
    margin-left: 13vw;
    padding-bottom: 4vw;
}

.account .warning {
    padding: 4vw;
    border-radius: 3vw;
    margin-bottom: 4vw;
    width: calc(90vw - 9vw);
    position: relative;
    background: var(--bgs-color);
    text-align: left;
    border: 0.5vw solid rgb(255, 57, 57);
    transition: 0.2s;
}

.account .warning .img {
    position: absolute;
    width: 10vw;
    height: 10vw;
    background: rgb(255, 57, 57);
    display: inline-grid;
    place-items: center;
    border-radius: 3vw;
}

.account .warning .img img {
    width: 5vw;
    filter: invert(100%);
}

.account .warning .text {
    display: inline-grid;
    place-items: center;
    vertical-align: top;
    margin-left: 14vw;
    width: 60vw;
    min-height: 10vw;
}
.account .warning .text div {
    width: 100%;
}

.account .warning .text b {
    color: var(--word-color);
}

.account .warning .text p {
    margin-top: 1.5vw;
    font-size: var(--fs);
    color: var(--words-color);
}

/*Beneficiarios*/

.account .beneficiarios .benef {
    background: var(--bgs-color);
    padding: 4vw;
    position: relative;
    border-radius: 3vw;
    overflow: hidden;
    padding-bottom: 14.25vw;
    margin-top: 4vw;
}

.account .beneficiarios .benef .bg {
    width: 55%;
    height: 100%;
    position: absolute;
    right: 0vw;
    top: 0vw;
    text-align: right;
    opacity: 0.4;
}

.account .beneficiarios .benef .bg .deg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0vw;
    top: 0vw;
    background: linear-gradient(90deg, var(--bgs-color) 0%, rgba(0,0,0,0) 100%);
}

.account .beneficiarios .benef .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account .beneficiarios .benef .img {
    display: inline-grid;
    place-items: center;
    width: 12vw;
    height: 12vw;
    margin-top: 1vw;
    border-radius: 50%;
    overflow: hidden;
    background: var(--main-color);
}

.account .beneficiarios .benef .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account .beneficiarios .benef .img b {
    display: inline-block;
    font-size: 6vw;
    color: white;
}

.account .beneficiarios .benef .data {
    display: inline-grid;
    position: relative;
    place-items: center;
    height: 14vw;
    vertical-align: top;
    margin-left: 3vw;
}

.account .beneficiarios .benef p {
    color: var(--words-color);
    font-size: var(--fs);
    margin-top: 0.5vw;
}

.account .beneficiarios .benef .parent {
    background: var(--main-color);
    padding: 2.5vw;
    padding-left: 4vw;
    padding-right: 4vw;
    position: absolute;
    bottom: 0vw;
    text-align: right;
    left: 0vw;
    color: white;
    width: calc(100% - 8vw);
}

/*Account_page2*/
.account .account_page2 .maintitle {
    position: relative;
    z-index: 1;
}

.account .account_page2 .info {
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
}

.account .benef_info .bg {
    position: absolute;
    width: 100%;
    height: 130vw;
    overflow: hidden;
    left: 0vw;
    top: 2vw;
}

.account .benef_info .bg .deg {
    background: linear-gradient(0deg, var(--bg-color) 0%, rgba(255,255,255,0) 50%, var(--bg-color) 100%);
    height: 100%;
    width: 100%;
    top: 0vw;
    left: 0vw;
    position: absolute;
}

.account .benef_info .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    position: relative;
}

.account .account_page2 .fields {
    position: relative;
}

/*colores*/
.account .colors .color {
    width: 11.25vw;
    height: 11.25vw;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    padding: 0.65vw;
    margin-right: 0.5vw;
    border: 0.5vw solid var(--bgs-color);
    opacity: 0.5;
    transition: 0.2s;
}

.account .colors .color.selected {
    opacity: 1;
    border: 0.5vw solid var(--main-color);
}

.account .colors .color:last-of-type {
    margin-right: 0vw;
}

.account .colors .color .inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.account .color.orange .inner {
    background: #FF8800;
}

.account .color.yellow .inner {
    background: #FFCD00;
}

.account .color.cyan .inner {
    background: #08C283;
}

.account .color.blue .inner {
    background: #0CC8F7;
}

.account .color.dark_blue .inner {
    background: #0C50F7;
}

.account .color.purple .inner {
    background: #7D1DFF;
}

.account .color.pink .inner {
    background: #E898FF;
}

.account .color.red .inner {
    background: #DF1D1D;
}

/*cambiar contraseña*/
.account .desc_pass_change {
    text-align: center;
}
.account .desc_pass_change .main_img {
    width: 60vw;
    margin-bottom: 8vw;
}

/*Bases de datos*/
.account .assocs .assoc {
    background: var(--bgs-color);
    padding: 4vw;
    position: relative;
    border-radius: 3vw;
    overflow: hidden;
    margin-top: 4vw;
}

.account .assocs .assoc .bg {
    width: 65%;
    height: 100%;
    position: absolute;
    right: 0vw;
    top: 0vw;
    text-align: right;
    opacity: 0.05;
}

.account .assocs .assoc .bg .deg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0vw;
    top: 0vw;
    background: linear-gradient(90deg, var(--bgs-color) 0%, rgba(0,0,0,0) 100%);
}

.account .assocs .assoc .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account .assocs .assoc .img {
    display: inline-grid;
    place-items: center;
    width: 12vw;
    height: 12vw;
    margin-top: 1vw;
    border-radius: 50%;
    overflow: hidden;
    background: var(--main-color);
}

.account .assocs .assoc .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account .assocs .assoc .img b {
    display: inline-block;
    font-size: 6vw;
    color: white;
}

.account .assocs .assoc .data {
    display: inline-grid;
    position: relative;
    place-items: center;
    height: 14vw;
    vertical-align: top;
    margin-left: 3vw;
}

.account .assocs .assoc p {
    color: var(--words-color);
    font-size: var(--fs);
    margin-top: 0.5vw;
}

.account .assocs .assoc .db_data {
    position: relative;
}

.account .assocs .assoc .db_data .db_option {
    display: block;
    width: 100%;
    margin-top: 6vw;
}

.account .assocs .assoc .db_data .db_option .img {
    width: 10vw;
    height: 10vw;
    background: var(--main-color);
    border-radius: 3vw;
    place-items: center;
    display: inline-grid;
    margin-top: 0vw;
}

.account .assocs .assoc .db_data .db_option .img img {
    filter: invert(100%);
    width: 5vw;
    height: auto;
    object-fit: contain;
}

.account .assocs .assoc .db_data .db_option .text {
    display: inline-grid;
    margin-left: 3vw;
    width: 67vw;
    height: 10vw;
    vertical-align: top;
    place-items: center;
    position: relative;
}

.account .assocs .assoc .db_data .db_option .text div {
    width: 100%;
}

.account .assocs .assoc .db_data .db_option .text p {
    position: absolute;
    right: 0vw;
    top: 2.75vw;
}