.bg-acc {
  background-color: #E4E9EF !important;

}

.type-b {
  font-weight: 550;
}

.accordion-button:not(.collapsed) {
  /*color: #2B5A81; !important;*/
  /*font-weight: bold;*/
  /*background-color: #C9D3DF !important;*/
  color: white; !important;
  font-weight: bold;
  background-color: var(--color-secundario-footer) !important;
}

.accordion-button:visited {
  color: red !important;
}

.list-group-item {
  background-color: #E4E9EF !important;
  border: none !important;
  font-weight: 550;
}

.accordion-item {
  /*background-color: #fff;*/
  /*border-top: 1px solid lightgray !important;*/
  /*border-bottom: 1px solid lightgray !important;*/
  /*border-left: none !important;*/
  /*border-right: none !important;*/
}

.profile-circle
{
  height: 256px;
  width: 256px;
  clip-path: circle(50% at 50% 50%);
  transform: scale(.6, .6);
  object-fit: scale-down !important;
}

.border-profile {

  border: solid 1px dodgerblue;

}

.ocultar-imagenPull
{
  display: none;
}

.avatar {
  height: 350px;
  width: 350px;
  clip-path: circle(50% at 50% 50%);
  transform: scale(.6, .6);
  object-fit: scale-down !important;
  float: right;
}

.avatar-text {
  color: #2B5A81 !important;
  font-weight: 700 !important;
  font-size: 1.1em;
  text-align: center;
}
