body {
  font-family: "Montserrat", sans-serif;
}
.bg-yellow {
  background-color: #ffe749;
}
.bg-yellow:hover {
  background-color: #fcf2b2;
}

.bg-pink {
  background-color: #ff3aac;
}
.bg-pink:hover {
  background-color: #ff7cc8;
}
.bg-green {
  background-color: #c1ff44;
}
.bg-green:hover {
  background-color: #d5ff81;
}

.bg-white {
  background-color: #ffffff ;
}
.bg-white:hover {
  background-color: #928f8f;
}

h3 {
  font-family: "Barlow Semi Condensed", sans-serif;

  font-weight: bold;
}
h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
}
.font-color{
  color: #fff;
}
.arrow-img {
  width: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
}
#accordion h5 button {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  font-size: 1.5rem;
}
#accordion .card {
  margin: 10px 0;
}
#accordion .card,
#accordion .card-body {
  border: 0;
  border-radius: 0;
}
#accordion .card-header {
  /*background-color: #ffe749;*/
  border: 0;
  border-radius: 0;
  height: 55px;
  padding: 0rem 1.25rem;
}
.arrow-opened,
.arrow-closed {
  width: 20px;
  margin-right: 10px;
}
.arrow-img {
  width: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.bf-box {
  width: 100%;
  height: 90%;
}
.font-weight-bolder {
  font-weight: 900!important;
}

.bf-card-content {
  padding-left: calc(20px + 1.25rem + 0.75rem);
}
@media only screen and (max-width: 600px) {
  .bf-card-content {
    padding-left: inherit;
  }
  
}

.link {
  color: black;
}
.link:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}

.activo{
  border-bottom-color: white;
  border-style: solid;
  border-width: thin;
}


