
.mpfaq-modern {
  padding: 82px 0 96px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 56%, #f2f5f8 100%);
  overflow: hidden;
}

.mpfaq-modern .faq-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mpfaq-modern .faq-content-left {
  height: 100%;
}

.mpfaq-modern .faq-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(0, 183, 214, 0.12);
  color: #003f8f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mpfaq-modern .left-side h1 {
  margin: 0 0 32px;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 900;
  color: #172033;
  letter-spacing: 0;
}

.mpfaq-modern .block-duvidas {
  margin-bottom: 30px;
  max-width: 720px;
  border-radius: 8px;
  background: #003f8f;
  box-shadow: 0 22px 48px rgba(23, 32, 51, 0.16);
}

.mpfaq-modern .block-duvidas-inner {
  position: relative;
  padding: 46px 48px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 183, 214, 0.22) 0%, rgba(0, 63, 143, 0) 34%),
    linear-gradient(135deg, #003f8f 0%, #29323d 100%);
  border: 1px solid rgba(255,255,255,0.16);
}

.mpfaq-modern .block-duvidas-inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,183,214,0.10), rgba(255,255,255,0));
}

.mpfaq-modern .faq-mini-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #00b7d6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mpfaq-modern .block-duvidas h2 {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 8px 0 18px;
  font-size: 38px;
  line-height: 1.16;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
}

.mpfaq-modern .block-duvidas h2 span {
  display: none;
}

.mpfaq-modern .block-duvidas p {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0;
  font-size: 19px;
  line-height: 1.65;
  color: rgba(255,255,255,0.84);
  font-weight: 700;
}

.mpfaq-modern .phone {
  padding-top: 4px;
}

.mpfaq-modern .phone h3 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 900;
  color: #172033;
}

.mpfaq-modern .faq-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mpfaq-modern .phone p {
  margin: 0;
}

.mpfaq-modern .faq-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  transition: all 0.25s ease;
  border: 1px solid #e7edf3;
  box-shadow: 0 10px 26px rgba(0, 63, 143, 0.08);
}

.mpfaq-modern .faq-contact-btn i {
  font-size: 18px;
}

.mpfaq-modern .faq-contact-btn.telefone {
  background: #003f8f;
  color: #fff;
  border-color: #003f8f;
}

.mpfaq-modern .faq-contact-btn.telefone:hover {
  background: #005fbd;
  border-color: #005fbd;
  color: #fff;
}

.mpfaq-modern .faq-contact-btn.whatsapp {
  background: #ffffff;
  color: #172033;
  border-color: #e7edf3;
}

.mpfaq-modern .faq-contact-btn.whatsapp:hover {
  background: #003f8f;
  color: #fff;
  border-color: #003f8f;
}

.mpfaq-modern .faq-contact-btn.email {
  background: #ffffff;
  color: #172033;
  border-color: #e7edf3;
}

.mpfaq-modern .faq-contact-btn.email:hover {
  background: #003f8f;
  color: #fff;
  border-color: #003f8f;
}

.mpfaq-modern .faq-box-right {
  height: 100%;
  padding: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.94);
  border: 1px solid #e7edf3;
  box-shadow: 0 22px 60px rgba(0, 63, 143, 0.12);
}

.mpfaq-modern .mpfaq-inner {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.mpfaq-modern .faq-item {
  margin-bottom: 14px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 63, 143, 0.12);
  box-shadow: 0 10px 24px rgba(0, 63, 143, 0.07);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mpfaq-modern .faq-item:hover {
  border-color: rgba(0, 63, 143, 0.32);
  box-shadow: 0 16px 32px rgba(0, 63, 143, 0.12);
}

.mpfaq-modern .faq-item:last-child {
  margin-bottom: 0;
}

.mpfaq-modern .mpfaq-que {
  position: relative;
  margin: 0;
  padding: 22px 58px 22px 22px;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 900;
  color: #172033;
  cursor: pointer;
  transition: all 0.25s ease;
}

.mpfaq-modern .mpfaq-que:hover {
  color: #003f8f;
}

.mpfaq-modern .mpfaq-que:after {
  content: "\ea99";
  font-family: IcoFont;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #003f8f;
  transition: transform 0.25s ease;
}

.mpfaq-modern .mpfaq-ans {
  display: none;
  padding: 0 22px 24px;
  background: #ffffff;
}

.mpfaq-modern .mpfaq-ans p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #667085;
}

.mpfaq-modern .bt-ver {
  margin: 22px 0 0;
}

.mpfaq-modern .faq-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 8px;
  background: #fff;
  color: #003f8f;
  border: 1px solid rgba(0, 63, 143, 0.22);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.25s ease;
}

.mpfaq-modern .faq-more-link:hover {
  background: #003f8f;
  color: #fff;
  border-color: #003f8f;
}

.mpfaq-modern hr {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mpfaq-modern {
    padding: 65px 0;
  }

  .mpfaq-modern .left-side h1 {
    font-size: 42px;
  }

  .mpfaq-modern .block-duvidas h2 {
    font-size: 34px;
  }

  .mpfaq-modern .block-duvidas p {
    font-size: 18px;
  }

  .mpfaq-modern .phone {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mpfaq-modern {
    padding: 48px 0;
  }

  .mpfaq-modern .left-side h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .mpfaq-modern .block-duvidas-inner {
    padding: 28px 22px;
    border-radius: 8px;
  }

  .mpfaq-modern .block-duvidas h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .mpfaq-modern .block-duvidas p {
    font-size: 16px;
    line-height: 1.65;
  }

  .mpfaq-modern .phone h3 {
    font-size: 24px;
  }

  .mpfaq-modern .faq-contact-grid {
    flex-direction: column;
  }

  .mpfaq-modern .faq-contact-btn {
    width: 100%;
    justify-content: center;
  }

  .mpfaq-modern .faq-box-right {
    padding: 14px;
    border-radius: 8px;
  }

  .mpfaq-modern .mpfaq-que {
    padding: 18px 50px 18px 18px;
    font-size: 16px;
  }

  .mpfaq-modern .mpfaq-ans {
    padding: 0 18px 18px;
  }

  .mpfaq-modern .faq-more-link {
    width: 100%;
  }
}

/* ===== CORREÇÃO DO ACCORDION FAQ ===== */

.mpfaq-modern .faq-item {
  margin-bottom: 14px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 63, 143, 0.12);
  box-shadow: 0 10px 24px rgba(0, 63, 143, 0.07);
}

.mpfaq-modern .mpfaq-que {
  position: relative;
  margin: 0;
  padding: 22px 58px 22px 22px;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 900;
  color: #172033 !important;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
}

.mpfaq-modern .mpfaq-ans {
  display: none;
  padding: 0 22px 24px;
  background: #ffffff !important;
  border: 0 !important;
}

.mpfaq-modern .mpfaq-ans,
.mpfaq-modern .mpfaq-ans *,
.mpfaq-modern .mpfaq-ans p {
  color: #667085 !important;
}

.mpfaq-modern .mpfaq-que:after {
  content: "\ea99";
  font-family: IcoFont;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 18px;
  color: #003f8f;
  transition: transform 0.25s ease, color 0.25s ease;
  line-height: 1;
}

/* estado aberto */
.mpfaq-modern .faq-item.open .mpfaq-que:after,
.mpfaq-modern .mpfaq-que.active:after,
.mpfaq-modern .mpfaq-que.ui-state-active:after,
.mpfaq-modern .mpfaq-que[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(180deg);
}

/* remove setinhas/triângulos nativos que o plugin possa inserir */
.mpfaq-modern .mpfaq-que:before,
.mpfaq-modern .mpfaq-ans:before,
.mpfaq-modern .mpfaq-ans:after,
.mpfaq-modern .mpfaq-que .ui-icon,
.mpfaq-modern .mpfaq-que .caret,
.mpfaq-modern .mpfaq-que span.ui-accordion-header-icon {
  display: none !important;
  content: none !important;
}

/* se o plugin estiver colocando fundo claro no item aberto */
.mpfaq-modern .faq-item.open,
.mpfaq-modern .faq-item.active,
.mpfaq-modern .faq-item.ui-state-active,
.mpfaq-modern .mpfaq-inner .active,
.mpfaq-modern .mpfaq-inner .ui-state-active {
  background: #ffffff !important;
}

/* se o plugin colocar classe no título aberto */
.mpfaq-modern .mpfaq-que.active,
.mpfaq-modern .mpfaq-que.ui-state-active,
.mpfaq-modern .mpfaq-que[aria-expanded="true"] {
  color: #003f8f !important;
  background: transparent !important;
}

/* garante que o painel aberto não fique branco */
.mpfaq-modern .mpfaq-ans.active,
.mpfaq-modern .mpfaq-ans.ui-accordion-content-active,
.mpfaq-modern .mpfaq-ans.ui-state-active {
  background: transparent !important;
}

/* REMOVE ícones do plugin */
.mpfaq-modern .arrowDown,
.mpfaq-modern .collapseIcon {
  display: none !important;
}

/**/
.mpfaq h3 {
	background: #000101;
	opacity: 0.9;
	border: 1px solid #000101;
	color: #FFF;
	text-align: left;
	border-radius: 5px;
	padding: 3rem 2rem;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
	font-size: 1.8rem;
	line-height: normal;
}
.mpfaq h3.active {
	margin-bottom: 21px;
	background: #666;
}
/*.mpfaq h3::before {
	content: attr(data-prefix);
	font-size: 18px;
	margin-right: 9px;
}
*/.mpfaq h3.alignLeft {
	padding-left: 35px;
}
.mpfaq .mpfaq-ans {
	display: none;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	text-align: left;
	padding: 5px 15px;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.mpfaq .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #272e35 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
.mpfaq .active .arrowDown {
	bottom: -13px;
	border-color: #dadada transparent transparent transparent;
	opacity: 1;
}
.mpfaq .collapseIcon i{
	font-size: 16px;
}
.mpfaq .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}
.mpfaq .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}
.mpfaq-wrap h1{
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: normal;
	text-align: center
}
.mpfaq h2{
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: normal;
}
@media only screen and (min-width: 1200px) {
/*.mpfaq .mpfaq-que, .mpfaq .mpfaq-ans{
	margin-left: 15px;
}*/
}
.mpfaq .mpfaq-inner{
	margin-bottom: 35px;
}
.mpfaq-extend {
    border: 1px solid #ddd;
    padding: 0 10px;
}
.mpfaq-extend h1{
	background: #666;
	color: #fff;
	margin: 0 -10px;
	padding: 8px;
}
.mpfaq-extend .mpfaq .mpfaq-que, .mpfaq-extend .mpfaq .mpfaq-ans{
	margin-left: 0;
}
.mpfaq-extend .mpfaq h2{
	margin-bottom: 10px;
}
.mpfaq .mpfaq-inner:last-child{
	margin-bottom: 10px;
}
.mpfaq-extend.category{
	padding: 0;
	border: none;
}
.mpfaq-extend.category h1{
	margin: 0;
	font-size: 20px;
}
.mpfaq-extend .mpfaq h3{
	font-size: 14px;
}
.mpfaq-extend .mpfaq-ans{
	font-size: 12px;
	line-height: 22px;
}
