@import "variables.css";

.bg-acc {
  background-color: #E4E9EF !important;
}

.type-b {
  font-weight: 550;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color-light-2) !important;
  font-weight: bold;
  background-color: #C9D3DF !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 {
  /*margin-top: -15%;*/
  color: var(--primary-color-light-2) !important;
  font-weight: 700 !important;
  font-size: 1.1em;
  text-align: center;
}
