/* ===================================
    Cover
====================================== */

.cover-faq{
  background: linear-gradient(0deg, #625DA6 2.39%, #49427A 51.2%, #2F254D 99.53%);
  padding-top: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.animated-cover {
  background: #625DA6;
  color: #fff;
  height: 100px;
  clip-path: ellipse(60% 100% at 50% 0%);
  -webkit-clip-path: ellipse(60% 100% at 50% 0%);
  transition: clip-path 0.7s ease;
}

.logo-metlife{
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: flex;
    justify-content: end;
    margin-top: 20px;
}
/* ===================================
    Acordeon
====================================== */

#content-FAQ h4{
  color: #2F254D;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: initial;
  background-color: transparent;
  box-shadow: none;
  border: 0px;
}

.accordion-button {
  position: relative;
  display: initial;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 15px;
  font-size:initial;
  color: initial;
  text-align: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  border-bottom: 1px solid #D9D9D9;

}

.accordion-button::after{
  position: absolute;
  right: 0;
  top: 25px;
  content: "\F4FE";
  font-size: 25px;
  font-family: bootstrap-icons !important;
  color: #000;
  background-image: none!important;

}

.accordion-button:focus {
  z-index: 3;
  border-color: #D9D9D9 !important;
  box-shadow: 0 0 0 0 white;
}

.accordion-body{
  padding: 1rem 0rem;
}

.accordion-button:not(.collapsed)::after{
  background-image: none;
  content: "\F2EA";
  font-size: 25px;
  font-family: bootstrap-icons !important;
  color: #000;
  transform: none;

}


.not-list{
  list-style: none;
  padding-left: .5rem;
}

.accordion-button h4{
  margin-bottom: 0px;
}


/*----*/

#menu-FAQ .nav{
  flex-direction: column;
  gap:20px;
}

.custom-pills .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #3F2B96;
  font-weight: 500;
  transition: color 0.3s;
  padding: 0px;
}

.custom-pills .nav-link img{
  width: 40px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: transparent;
}

.custom-pills .nav-link .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}

.custom-pills .nav-link.active .icon-circle {
  background-color: #625DA6;
  border: 1px solid #625DA6;
  color: white;
}

.custom-pills .nav-link i {
  font-size: 18px;
}



/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {}
/* md  */ @media (min-width: 768px) {

.logo-metlife{
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
