/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 11:37:43 */
.elementor-field-group-privacidade label {
    margin-left: 8px;
}

.form_abas .mobile-tabs-select-wrap {
  display: none !important;
}

@media (max-width: 1024px) {
  .form_abas .e-n-tabs-heading {
    display: none !important;
  }

  .form_abas .mobile-tabs-select-wrap {
    display: block !important;
    width: 100%;
    margin-bottom: 24px;
  }

    .form_abas .mobile-tabs-label {
        display: block;
        margin-bottom: 8px;
        text-align: center;
        color: var(--Text-dark, #252525);
        font-family: var(--font-family-Body, Barlow);
        font-size: var(--font-size-16, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

  .form_abas .mobile-tabs-select {
    width: 100%;
	  display: flex;
	  padding: 16px;
	  justify-content: center;
	  align-items: center;
	border-radius: var(--Radius-System-radius-md, 8px);
	background: var(--Background-alternate, #31E774);
	color: var(--Text-dark, #252525);
	text-align: center;
	  border:none;

	font-family: var(--font-family-Body, Barlow);
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 19.6px */
	text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    display: block;
background-image: url("data:image/svg+xml;utf8,%3Csvg%20aria-hidden%3D%27true%27%20class%3D%27e-font-icon-svg%20e-eicon-caret-down%27%20viewBox%3D%270%200%20571.4%20571.4%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M571%20393Q571%20407%20561%20418L311%20668Q300%20679%20286%20679T261%20668L11%20418Q0%20407%200%20393T11%20368%2036%20357H536Q550%20357%20561%20368T571%20393Z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
        background-position: right 16px top 8px;
        background-size: 12px 24px;
  }

  .form_abas .mobile-tabs-select:focus,
  .form_abas .mobile-tabs-select:focus-visible {
    outline: none;
	border-radius: var(--Radius-System-radius-md, 8px);
	background-color: var(--Brand-Quaternary-quaternary-dark, #26B35A);
	box-shadow: 0 0 0 4px rgba(49, 231, 116, 0.50), 0 1px 2px 0 rgba(12, 11, 11, 0.04) !important;
  }

  .form_abas.mobile-tabs-ready:not(.has-selected-tab) .e-n-tabs-content > [role="tabpanel"] {
    display: none !important;
  }

  .form_abas.mobile-tabs-ready.has-selected-tab .e-n-tabs-content > [role="tabpanel"] {
    display: none !important;
  }

  .form_abas.mobile-tabs-ready.has-selected-tab .e-n-tabs-content > [role="tabpanel"].e-active {
    display: flex !important;
  }
}