
.content-profile-page {
  margin: 1em auto;
  width: 44.23em;
  width: 100%;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #ff5bb04a;
}

.carduser {
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #FCF;
  margin-bottom: 1em; 
}

.profile-user-page .img-user-profile {
	margin: 0 auto;
  text-align: center; 
}
.profile-user-page .img-user-profile .profile-bgHome {
	border-bottom: .2em solid #f5f5f5;
  width: 44.23em;
  height: 20em;
  width: 100%;
  object-fit: cover;
  }
.profile-user-page .img-user-profile .avatar {
	margin: 0 auto;
  background: #fff;
  height: 13em;
  padding: 0.25em;
  border-radius: 10.4em;
  margin-top: -10em;
  box-shadow: 0 0 .1em rgba(0, 0, 0, 0.35);
  border: 2px solid #ff5bb09c;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.profile-user-page button {
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  width: 7em; 
  background: #ff5bb0;
  border: 1px solid #ff5bb0;
  color: #fff;
  outline: none;
  border-radius: 0 .6em .6em 0;
  padding: .80em;
}

.profile-user-page button:hover {
  background: #51a7e0;
  transition: background .2s ease-in-out;
  border: 1px solid #2487c9;
}
.profile-user-page .user-profile-data, .profile-user-page .description-profile {
  text-align: center;
  padding: 0 1.5em; 
}
.profile-user-page .user-profile-data h1 {
  font-family: "Lato", sans-serif;
  margin-top: 0.35em;
  color: #292f33;
  margin-bottom: 0; 
}
.profile-user-page .user-profile-data p {
	font-family: "Lato", sans-serif;
  color: #8899a6; 
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 0.5em; 
}
.profile-user-page .description-profile {
  color: #75787b;
  font-size: 0.98em; 
}
.profile-user-page .data-user {
	font-family: "Quicksand", sans-serif;
  margin-bottom: 0;
  cursor: pointer;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%; 
}
.profile-user-page .data-user li {
  margin: 0;
  padding: 0;
  width: 33.33334%;
  display: table-cell;
  text-align: center;
  border-left: 0.1em solid transparent; 
}
.profile-user-page .data-user li:first-child {
  border-left: 0; 
}
.profile-user-page .data-user li:first-child a {
  border-bottom-left-radius: 0.3rem; 
  }
.profile-user-page .data-user li:last-child a {
  border-bottom-right-radius: 0.3rem; 
}
.profile-user-page .data-user li a, .profile-user-page .data-user li strong {
  display: block; 
}
.profile-user-page .data-user li a {
  background-color: #f7f7f7;
  border-top: 1px solid rgba(242,242,242,0.5);
  border-bottom: .2em solid #f7f7f7;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 1px rgba(255,255,255,0.4);
  padding: .93em 0;
  color: #46494c; 
}
.profile-user-page .data-user li a strong, .profile-user-page .data-user li a span {
  font-weight: 600;
  line-height: 1; 
}
.profile-user-page .data-user li a strong {
  font-size: 2em; 
}
.profile-user-page .data-user li a span {
  color: #717a7e; 
}
.profile-user-page .data-user li a:hover {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: .2em solid #3498db;
  color: #3498db; 
}
.profile-user-page .data-user li a:hover span {
  color: #3498db; 
}

footer h4 {
  display: block;
  text-align: center;
  clear: both;
  font-family: "Coda", sans-serif;
  color: #566965;
  line-height: 6;
  font-size: 1em;
}
footer h4 a {
  text-decoration: none;
  color: #3498db;
}

/*!BOTON PREMIUM*/

.buttonpremium {
  width: fit-content;
  display: flex;
  padding: 0.5em 1rem;
  cursor: pointer;
  gap: 0.4rem;
  font-weight: bold;
  border-radius: 30px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  background-image: linear-gradient(to left, #d41459, #911a6c);
  background-size: 300%;
  color: #fff;
  border: none;
  background-position: left center;
  box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
  transition: background .3s ease;
}

.buttonpremium:hover {
  background-size: 320%;
  background-position: right center;
}

.buttonpremium:hover svg {
  fill: #fff;
}

.buttonpremium svg {
  width: 23px;
  fill: #f09f33;
  transition: .3s ease;
}

.buttonpremiumvip {
    width: fit-content;
    cursor: pointer;
    gap: 0.4rem;
    font-weight: bold;
    border-radius: 30px;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    background: linear-gradient(15deg, #880088, #aa2068, #cc3f47, #de6f3d, #f09f33, #de6f3d, #cc3f47, #aa2068, #880088) no-repeat;
    background-size: 300%;
    color: #fff;
    border: none;
    background-position: left center;
    box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
    transition: background .3s ease;
}

.buttonpremiumvip:hover {
  background-size: 320%;
  background-position: right center;
}

.buttonpremiumvip:hover svg {
  fill: #fff;
}

.buttonpremiumvip svg {
  width: 23px;
  fill: #f09f33;
  transition: .3s ease;
}

.buttonpremiummenu {
    width: fit-content;
    display: flex;
    padding: 0.5em 1rem;
    cursor: pointer;
    gap: 0.2rem;
    font-weight: bold;
    border-radius: 30px;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    background-image: linear-gradient(to left, #d41459, #911a6c);
    background-size: 300%;
    color: #fff;
    border: none;
    background-position: left center;
    box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
    transition: background .3s ease;
    top: auto;
    margin-top: 14.5px;
}

.buttonpremiummenu:hover {
  background-size: 320%;
  background-position: right center;
}

.buttonpremiummenu:hover svg {
  fill: #fff;
}

.buttonpremiummenu svg {
  width: 23px;
  fill: #f09f33;
  transition: .3s ease;
}

/*!elegir*/

.bread-item {
    display: inline-block;
    font-size: 13px;
    font-family: Verdana;
    white-space: nowrap;
    padding: 3px 6px 4px 6px;
    border-radius: 3px;
    color: #2A5279;
    background-color: #DEF2FC;
    cursor: pointer;
    margin: 2px 2px 3px 3px;
    vertical-align: middle;
    box-sizing: border-box;
    max-width: calc(100% - 6px);
    max-width: 182px;
    overflow: hidden;
    text-overflow: ellipsis;
}