/* =========================
   FAQ PROTECTIVA
========================= */

.protectiva-faq {
  position: relative;
  padding: 90px 0 80px;
  background: linear-gradient(180deg, #fbfbfc 0%, #f4f6f9 100%);
  overflow: hidden;
}

.protectiva-faq:before {
  content: "";
  position: absolute;
  left: -140px;
  top: 40px;
  width: 320px;
  height: 320px;
  border-radius: 70px;
  transform: rotate(20deg);
  background: linear-gradient(180deg, rgba(232,41,49,0.05), rgba(64,68,75,0.02));
  pointer-events: none;
}

.protectiva-faq:after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: 30px;
  width: 360px;
  height: 240px;
  border-radius: 120px;
  transform: rotate(-16deg);
  background: linear-gradient(180deg, rgba(64,68,75,0.03), rgba(232,41,49,0.04));
  pointer-events: none;
}

.protectiva-faq .container {
  position: relative;
  z-index: 2;
}

.protectiva-faq .faq-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(232,41,49,0.08);
  color: #b71f28;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.protectiva-faq .faq-content-left h1 {
  margin: 0 0 26px;
  font-size: 58px;
  line-height: 1.02;
  font-weight: 900;
  color: #2f333a;
}

.protectiva-faq .block-duvidas {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(232,41,49,0.14), transparent 22%),
    radial-gradient(circle at 10% 8%, rgba(255,255,255,0.86), transparent 34%),
    linear-gradient(125deg, rgba(255,255,255,0.94) 0%, rgba(247,249,252,0.92) 42%, rgba(242,225,228,0.88) 100%);
  border: 1px solid rgba(232,41,49,0.10);
  box-shadow: 0 24px 60px rgba(15,23,42,0.10);
  margin-bottom: 28px;
}

.protectiva-faq .block-duvidas:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.36), rgba(232,41,49,0.06));
  pointer-events: none;
}

.protectiva-faq .block-duvidas-inner {
  position: relative;
  z-index: 2;
  padding: 34px 34px 32px;
}

.protectiva-faq .faq-mini-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #c72b34;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.protectiva-faq .block-duvidas h2 {
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
  color: #2f333a;
}

.protectiva-faq .block-duvidas p {
  margin: 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.8;
  color: #5f6672;
}

.protectiva-faq .phone h3 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #2f333a;
}

.protectiva-faq .faq-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.protectiva-faq .faq-contact-grid p {
  margin: 0;
}

.protectiva-faq .faq-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(47,51,58,0.08);
  box-shadow: 0 12px 28px rgba(15,23,42,0.05);
  color: #2f333a !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  transition: all .25s ease;
}

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

.protectiva-faq .faq-contact-btn.telefone {
  background: linear-gradient(135deg, #e82931 0%, #ff4b55 100%);
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(232,41,49,0.22);
}

.protectiva-faq .faq-contact-btn.whatsapp:hover,
.protectiva-faq .faq-contact-btn.email:hover {
  transform: translateY(-2px);
  border-color: rgba(232,41,49,0.14);
  box-shadow: 0 18px 38px rgba(15,23,42,0.10);
}

.protectiva-faq .faq-contact-btn.telefone:hover {
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 20px 42px rgba(232,41,49,0.28);
}

/* lado direito */
.protectiva-faq .faq-box-right {
  border-radius: 32px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(47,51,58,0.07);
  padding: 18px;
  box-shadow: 0 20px 50px rgba(15,23,42,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.protectiva-faq .faq-item {
  margin-bottom: 14px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 18%, rgba(232,41,49,0.12), transparent 22%),
    linear-gradient(125deg, rgba(255,255,255,0.98) 0%, rgba(248,250,253,0.96) 46%, rgba(243,229,232,0.92) 100%);
  border: 1px solid rgba(47,51,58,0.07);
  box-shadow: 0 14px 34px rgba(15,23,42,0.07);
}

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

.protectiva-faq .mpfaq-que {
  position: relative;
  margin: 0;
  padding: 24px 58px 24px 22px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
  color: #2f333a;
  cursor: pointer;
  background: transparent !important;
}

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

.protectiva-faq .faq-item.open .mpfaq-que:after,
.protectiva-faq .mpfaq-que.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.protectiva-faq .mpfaq-ans {
  display: none;
  padding: 0 22px 22px;
}

.protectiva-faq .mpfaq-ans p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5f6672;
}

/* botão ver mais */
.protectiva-faq .bt-ver {
  margin: 22px 0 0;
}

.protectiva-faq .faq-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(47,51,58,0.14);
  color: #2f333a !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  transition: all .25s ease;
}

.protectiva-faq .faq-more-link:hover {
  background: #fff;
  border-color: rgba(232,41,49,0.16);
  color: #e82931 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15,23,42,0.08);
}

/* responsivo */
@media (max-width: 1199px) {
  .protectiva-faq .faq-content-left h1 {
    font-size: 48px;
  }

  .protectiva-faq .block-duvidas h2 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .protectiva-faq {
    padding: 70px 0 60px;
  }

  .protectiva-faq .left-side {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .protectiva-faq {
    margin: 0 16px;
    padding: 55px 0 50px;
  }

  .protectiva-faq .faq-content-left h1 {
    font-size: 38px;
    margin-bottom: 22px;
  }

  .protectiva-faq .block-duvidas-inner {
    padding: 26px 22px 24px;
  }

  .protectiva-faq .block-duvidas h2 {
    font-size: 30px;
  }

  .protectiva-faq .block-duvidas p {
    font-size: 15px;
  }

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

  .protectiva-faq .faq-contact-btn {
    width: 100%;
  }

  .protectiva-faq .faq-box-right {
    padding: 14px;
    border-radius: 24px;
  }

  .protectiva-faq .mpfaq-que {
    font-size: 15px;
    padding: 20px 50px 20px 18px;
  }

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

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

/**/
/* 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:
    radial-gradient(circle at 90% 18%, rgba(232,41,49,0.15), transparent 24%),
    linear-gradient(125deg, #ffffff 0%, #f7f9fc 46%, #f6e4e7 100%) !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: #c72b34 !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:
		radial-gradient(circle at 96% 18%, rgba(232,41,49,.14), transparent 24%),
		linear-gradient(135deg, #ffffff 0%, #f7f9fc 48%, #f7e4e7 100%);
	opacity: 1;
	border: 1px solid rgba(47,51,58,.08);
	color: #2f333a;
	text-align: left;
	border-radius: 18px;
	padding: 3rem 2rem;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 12px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
	font-size: 1.8rem;
	line-height: normal;
	box-shadow: 0 12px 28px rgba(15,23,42,.06);
}
.mpfaq h3.active {
	margin-bottom: 18px;
	background:
		radial-gradient(circle at 96% 18%, rgba(232,41,49,.20), transparent 24%),
		linear-gradient(135deg, #ffffff 0%, #f8f1f2 48%, #f4dfe3 100%);
	border-color: rgba(232,41,49,.18);
	color: #c72b34;
}
/*.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: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
	border-radius: 0 0 18px 18px;
	border: 1px solid rgba(232,41,49,.10);
	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: #e82931 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
.mpfaq .active .arrowDown {
	bottom: -13px;
	border-color: #e82931 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;
}
