.js .respiro__topo {
    padding-top: 87px;
    display: block;
}

:root {

    --roxo-principal: #8169A7;
	--roxo-light: #f3f0fc; 
    --roxo-1: #ede8fc; 
    --roxo-2: #D6CCF2;
    --roxo-3: #B79CDE;
    --roxo-4: #8779AF;
    --roxo-5: #7D6EA5;
    --roxo-6: #251549;
    
    --marrom-nenem: #9C6307;
    
    --amarelo-principal: #F9B342;    
    --amarelo-1: #FFDD94;    
    --amarelo-2: #FED27A;    
    
    --preto-1: #F7F7F7;
    --preto-2: #DFDFDF;
    --preto-3: #C3C3C3;
    --preto-4: #919191;
    --preto-5: #545454;
    --preto-6: #202020;
    --preto: #000000;
        
  --secundaria-1: #F2FFA9;
  --secundaria-2: #F8F8FF;
      
  --branco: #FFF;
  
  --container-maior: 1220px;
  --container-big: 1320px;
  --padding-container: 0 1rem;
  --container-menor: 1080px;
  
  --respiro: 4rem 0;
  --header-height: 120px;

  --border-radius-015: .15rem;
  --border-radius-025: .25rem;
  --border-radius-05: .5rem;
  --border-radius-1: 1rem;
  --border-radius-2: 2rem;
  --border-radius-50: 50%;

  --box-shadow: 0px 3px 8px rgba(37, 21, 73, 0.1);
    --box-shadow-hover: 0px 4px 10px rgba(37, 21, 73, 0.15);
  --gradiente-horizontal: linear-gradient(120deg, var(--branco), var(--branco), var(--blue-light));

  --header-height: 158px;
  --header-height-mobile: 140px;

}

.overflow__x_scroll {
    overflow-x: scroll;
}

.overflow__hidden {
    overflow: hidden;
}

.box__shadow {
    box-shadow: var(--box-shadow);
}

.box__shadow_hover:hover {
    box-shadow: var(--box-shadow-hover);
}

.respiro__section {
  padding: 4rem 0;
  }

.respiro__section_big {
  padding: 6rem 0;
}

.respiro__section_metade {
  padding: 2rem 0;
}



/* MAIN - AREA  */

.main__home {
    padding: 4rem;
    /* background: var(--preto); */
}

.segura__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
}

.image__main_container {
    margin: 0;
}

.banner__main img {
	height: 480px;
    max-height: 480px;
	object-fit: contain;
	max-width: 100%;
	margin: 0 auto;
}

.main__home h2, .main__home h1 {
	font-weight: 600;
    font-size: 2.75rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    position: relative;
    letter-spacing: -0.01rem;
}

.main__home span {
    background: var(--secundaria-1);
	font-style: italic;
	font-weight: 500;
    color: var(--roxo-6);
    font-size: 2.75rem;
    line-height: 3.25rem;
    padding: 0.25rem .5rem;
    margin-left: -.5rem;
    letter-spacing: -0.02rem;
    display: inline-block;
}

.main__home p {
  	max-width: 85%;
	margin-bottom: 1.5rem;
	line-height: 1.325rem;
}

.main__home p strong {
    color: var(--preto-5);
}

.header__h1_interno {
	padding: 1.75rem 0 1.5rem 0;
	background: var(--roxo-1);
	border-bottom: 1.5px solid var(--roxo-4);
}

.header__h1_interno.dark {
	background: var(--roxo-5);
	border-bottom: 1.5px solid var(--roxo-4);
}

.header__h1_interno.dark h1 {
	color: var(--roxo-light) !important;
}

.header__h1_interno.dark p {
	color: var(--roxo-light) !important;
}
.header__h1_interno.dark .espacador:after {
    background: var(--roxo-light);
}

.categories__blog li a:hover, .categories__blog_a:hover, .tags__blog li a:hover {
    background: var(--roxo-2);
}

.content__article {
  text-align: left;
}

.content__article h1 {
  color: var(--roxo-principal);
  font-size: 3.325rem;
  margin-bottom: 1rem;
  line-height: 3.75rem;
   position: relative;
}

.content__article p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  margin: .5rem 0 1rem 0;
  color: var(--preto-6);
  font-family: "Ubuntu", serif;
}

.meta__info_author {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

img.avatar {
  border: 2px solid var(--amarelo-principal);
    border-radius: 50%;
	width: 70px;
	height: 70px;
}

.div__author_page {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: .5rem;
}

.div__author_page_ul {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.div__author_page_ul li {
    background: var(--preto);
    padding: 0.5rem;
    border-radius: 50%;
}

.scrollbar__none::-webkit-scrollbar  {
display: none; 
}

.div__author_page_ul li:hover {
    animation: 0.82s shake;
}

.div__author_page_name {
    color: var(--roxo-principal);
    font-size: 1.5rem;
}


.meta__info_author span, .meta__info_author time, .meta__info_author a {
  color: var(--preto-5);
  line-height: 1.325rem;
    font-size: .875rem;
	letter-spacing: -.01rem;
}

time {
  color: var(--preto-5);
  font-size: .875rem;
	letter-spacing: -.01rem;
}

.meta__info_author a {
  text-decoration: underline;
}

.meta__info_author a:hover {
  color: var(--roxo-6);
    text-decoration: auto;
}

.main__img_post figure {
	margin: 0;
}

.main__img_post img {
  width: 100%;
  aspect-ratio: 16/9;
  object-position: bottom;
  border-radius: var(--border-radius-025);
}

.main__img_post figcaption {
    font-size: .875rem;
    position: absolute;
    bottom: 0.25rem;
	right: 0;
    padding: 0.1rem 0.5rem;
    color: var(--roxo-light);
    background-color: var(--roxo-5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main__img_post figcaption a {
	color: var(--preto-2);
}


.grid__social_article {
   display: grid;
   grid-template-columns: 1fr auto;
   gap: 1.5rem;
}

.redes__sociais_fixed {
    position: sticky;
    top: 115px;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    transition: .2s ease;
    margin-bottom: 1.5rem !important;
}

.redes__sociais_fixed li {
    list-style-type: none !important;
    margin-bottom: 0 !important;
}

.redes__sociais_fixed a {
    display: flex;
    padding: .25rem;
}

.redes__sociais_fixed li:hover {
    animation: 0.82s shake;
}

.content__article_body {
    text-align: left;
}

.content__article_body p {
  font-size: 1.15rem;
  line-height: 2rem;
  color: var(--preto-5);
  margin-bottom: 1.25rem;
  text-align: justify;
}

.grid__social_article a {
	font-size: 1.15rem;
  	line-height: 2rem;
	color: var(--preto);
	text-decoration: underline;
}


@media (max-width: 900px) {
	
	.dgrid.main__home {
		padding: 0 !important;
		gap: 2rem !important;
		display: flex !important;
		flex-direction: column-reverse;
	}
	
	.dgrid__mob {
		display: grid;
		grid-template-columns: 1fr !important;
	}
    
    .banner__main img {
        margin: 0 auto;
        height: 250px;;
    }
    
	.dnone__mob {
	  display: none !important;
	}
    
	.main__img_post img {
		aspect-ratio: 4/3;
	}
	
    .segura__main {
        max-width: 100%;
        flex: 100%;
        align-items: center;
        gap: .25rem;
        text-align: center;
    }
    
    .main__home h2, .main__home h1{
        font-size: 2rem;
        line-height: 2.1rem;
        margin-bottom: .25rem;
    }
    
    .main__home h2 span, .main__home h1 span {
        padding: 0.15rem .15rem;
        margin-left: 0;
        font-size: 2rem;
        line-height: 2.1rem;
    }
    
    .segura__main p {
        padding: 0;
        font-size: .875rem;
    }
    
    .header__h1_services {
        padding: 1.25rem 0;
    }
        
    .header__h1_services h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
	
	.header__h1_services p {
        font-size: .875rem;
        line-height: 1.25rem;
    }

	.respiro__section {
	  padding: 3rem 0;
	}
	
	.gtcm_1 {
	    grid-template-columns: 1fr !important; 
	}

}

.lazy__image {
  opacity: 0;
  transition: opacity 0.3s ease; /* Adicione uma transição suave se desejar */
}

.lazy__image.visible {
  opacity: 1;
}

.customize-support header {
  margin-top: 32px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border-color: var(--roxo-principal);
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:focus-visible {
    outline: none; /* Remove o outline padrão do navegador */
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 1rem .75rem;
}

/* ==========================================================================
   Reset
   ========================================================================== */

/**
 * Remove anchor text-decoration
 */

 a {
  text-decoration: none;
}

/**
 * Remove list-style
 */

ol,
ul {
  list-style: none;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
footer,
header,
nav,
section,
main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
  font-size: 1em;
  font-weight: normal;
}

button {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: none;
}

::selection {
    color: none;
    background: none;
}

::focus {
    outline: none !important;
}


a, img, input, button, label {
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/* For Mozilla Firefox */
::-moz-selection {
    color: none;
    background: none;
}

::-webkit-details-marker {
  display: none;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-thumb {
  background: var(--roxo-principal);
}

::-webkit-scrollbar-track {
  background: var(--preto-5);
}

.grid__post_card::-webkit-scrollbar, .scrollbar__none::-webkit-scrollbar, #navMain.active #menu-menu-principal::-webkit-scrollbar {
	display: none; 
}

a {
  pointer-events: auto; /* Certifique-se de que a interação com links está habilitada */
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

::selection {
  background-color: var(--roxo-principal);
  color: var(--branco);
}



/*-------------------------------------------*\
! ESTILOS GERAIS
\*-------------------------------------------*/



* {
    font-family: "Ubuntu", serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    letter-spacing: .01rem;
}

h1 {
    font-size: 3.5rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
    letter-spacing: 0.01rem;
}

h2 {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.01rem;
}

h1,
h2,
h3,
h4,
h5, 
h6
{
   	font-family: "Ubuntu", serif;
    -webkit-font-smoothing: antialiased;
    color: var(--roxo-principal);
    font-weight: 600;
    margin-bottom: 1rem;
}

em {
    color: var(--preto-5);
}

p {
  margin-bottom: 1.25rem;
  line-height: 1.5rem;
}

figure>table {
    margin-bottom: 1rem;
    width: 100%;
}

table, th, td {
  border: 1px solid var(--preto-4) !important;
  border-collapse: collapse;
} 

figcaption {
  color: var(--preto-5);
  font-size: .875rem;
}


tr:nth-child(even) {
    background-color: var(--preto-1);
}

thead tr {
    background-color: var(--preto-6) !important;
}

.wp-block-group-is-layout-flex {
    display: flex;
    gap: 1rem;
}

.wp-block-group-is-layout-flex > * {
    flex-basis: 50%;
}

.wp-block-group-is-layout-flex figure {
    margin: 0 !important;
}

.wp-block-table thead tr th strong {
    color: var(--amarelo-principal) !important;
}

.wp-block-table td, .wp-block-table th {
    padding: .75rem !important;
}

.anchor {
  display: block;
  height: 11rem;
  margin-top: -11rem;
  visibility: hidden;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/*-------------------------------------------*\
! BOTÕES E PADRÕES
\*-------------------------------------------*/

.container__maior {
  max-width: var(--container-maior);
}

.container__menor {
  max-width: var(--container-menor);
}

.container__big {
  max-width: var(--container-big);
}

.font_primaria {
    font-family: 'Ubuntu', serif !important;
}

.font_secundaria {
    font-family: 'Ubuntu', serif !important;
}

.underline {
    text-decoration: underline;
}

.pinta__bg_roxo_principal {
  background: var(--roxo-principal) !important;
}

.pinta__bg_amarelo_principal {
  background: var(--amarelo-principal) !important;
}

.pinta__bg_secundaria_2 {
  background: var(--secundaria-2) !important;
}

.pinta__bg_branco {
  background: var(--branco) !important;
}

.pinta__bg_amarelo_1 {
  background: var(--amarelo-1) !important;
}

.pinta__bg_preto_1 {
  background: var(--preto-1) !important;
}

.pinta__bg_preto {
  background: var(--preto) !important;
}

.pinta__roxo_principal {
  color: var(--roxo-principal);
}

.pinta__amarelo_principal {
  color: var(--amarelo-principal);
}

.pinta__preto {
  color: var(--preto) !important;
}

.pinta__preto_1 {
  color: var(--preto-1) !important;
}

.pinta__preto_2 {
  color: var(--preto-2) !important;
}

.pinta__preto_3 {
  color: var(--preto-3) !important;
}

.pinta__preto_4 {
  color: var(--preto-4) !important;
}

.pinta__preto_5 {
  color: var(--preto-5) !important;
}

.pinta__preto_6 {
  color: var(--preto-6) !important;
}

.pinta__branco {
  color: var(--branco) !important;
}

.pinta__azul {
  color: var(--azul) !important;
}


.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.pd {
  padding: var(--padding-container);
}

.pd1rem {
    padding: 1rem !important;
}

.pd2rem {
    padding: 2rem !important;
}

.pd3rem {
    padding: 3rem !important;
}

.mgauto {
  margin: 0 auto;
}

.m0 {
    margin: 0;
}

.mb025rem {
  margin-bottom: .25rem !important;
}

.mb05rem {
  margin-bottom: .5rem !important;
}

.mb1__5rem {
  margin-bottom: 1.5rem !important;
}

.ml025 {
    margin-left: .25rem !important; 
}

.pb0 {
    padding-bottom: 0;
}

.pb1rem {
    padding-bottom: 1rem;
}

.pb2rem {
    padding-bottom: 2rem;
}

.pb3rem {
    padding-bottom: 3rem;
}

.pb4rem {
    padding-bottom: 4rem;
}

.pr1rem {
    padding-right: 1rem;
}

.pr2rem {
    padding-right: 2rem;
}


.pt1rem {
 padding-top: 1rem !important;
}

.pt2rem {
  padding-top: 2rem !important;
}

.mt025rem {
 margin-top: .25rem !important;
}

.mt05rem {
 margin-top: .5rem !important;
}

.mt1rem {
 margin-top: 1rem !important;
}

.mt1_5rem {
 margin-top: 1.5rem !important;
}

.mt2rem {
  margin-top: 2rem !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pl05 {
	padding-left: .5rem !important;
}

.pl1 {
	padding-left: 1rem !important;
}


.mb0 {
	margin-bottom: 0 !important;
}

.mb1rem {
  margin-bottom: 1rem !important;
}

.mb2rem {
  margin-bottom: 2rem !important;
}

.mb3rem {
  margin-bottom: 3rem !important;
}

.mb4rem {
  margin-bottom: 4rem !important;
}

.fs0_75 {
    font-size: .75rem !important;
}

.fs875 {
  font-size: .875rem !important;
}

.fs1 {
  font-size: 1rem !important;
}

.fs1__15 {
    font-size: 1.15rem !important; 
}

.fs1__25 {
    font-size: 1.25rem !important; 
}

.fs1__5 {
    font-size: 1.5rem !important; 
}

.fs1__75 {
    font-size: 1.75rem !important; 
}

.fs2 {
  font-size: 2rem !important;
}

.fs2__5 {
    font-size: 2.5rem !important; 
}


.fs2__25 {
  font-size: 2.25rem !important;
}

.fs3 {
  font-size: 3rem !important;
}

.fs4 {
  font-size: 4rem !important;
}

.lh1 {
    line-height: 1rem !important;
}

.lh1__25 {
    line-height: 1.25rem !important;
}

.lh1__5 {
    line-height: 1.5rem !important;
}

.lh2 {
    line-height: 2rem !important;
}

.lh2__5 {
    line-height: 2.5rem !important;
}

.lh3 {
    line-height: 3rem !important;
}

.lh4 {
    line-height: 4rem !important;
}

.align__center {
  text-align: center !important;
}

.dblock {
  display: block !important;
}

.dnone {
  display: none !important;
}

.dflex {
  display: flex !important;
}


.flex__direction_column {
  flex-direction: column;
}

.flex__direction_column_reverse {
  flex-direction: column-reverse;
}

.flex__direction_row_reverse {
  flex-direction: row-reverse;
}

.w100 {
	width: 100%;
}

.alerta-t {
    display: block;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.15rem;
    color: #F81F1F;
    margin-top: .25rem;
}

.align__items_center {
  align-items: center !important;
}

.justify__between {
  justify-content: space-between !important;
}

.justify__items_between {
    justify-items: center    
}

.dgrid {
  display: grid !important;
}

.dgrid__template_areas_texto_imagem {
    grid-template-areas: "texto imagem";
    min-height: 480px;
}

.dgrid__template_areas_texto_imagem_invertido {
    grid-template-areas: "imagem texto";
}

.section__module_text_center p:last-child {
	margin-bottom: 0;
}

.text__meio_a_meio {
    grid-area: texto;
}

.imagem__meio_a_meio {
    grid-area: imagem;
}

.gtc_2 {
    grid-template-columns: repeat(2, 1fr);
}

.gtc_3 {
    grid-template-columns: repeat(3, 1fr);
}

.gtc_4 {
    grid-template-columns: repeat(4, 1fr);
}

.gtc_1_05 {
    grid-template-columns: 1fr .5fr;
}

.gtc_05_1 {
    grid-template-columns: .5fr 1fr;
}

.gtc_0325_1 {
    grid-template-columns: .325fr 1fr;
}

.gtc_04_1 {
    grid-template-columns: .4fr 1fr;
}


.gap025 {
  gap: .25rem;  
}

.gap05 {
  gap: .5rem;  
}

.gap075 {
  gap: .75rem;  
}

.gap1 {
  gap: 1rem;  
}

.gap1__5 {
  gap: 1.5rem;     
}

.gap2 {
  gap: 2rem;  
}

.gap3 {
  gap: 3rem;  
}

.align__left {
  text-align: left !important;
}

.justify__center {
  justify-content: center !important;
}
.flex__wrap {
  flex-wrap: wrap;
}

.flex__start {
  align-items: flex-start;
}

.flex__basis_15 {
  flex-basis: 15%;
}

.flex__basis_20 {
  flex-basis: 20%;
}

.flex__basis_30 {
  flex-basis: 30%;
}

.flex__basis_40 {
  flex-basis: 40%;
}

.flex__basis_50 {
  flex-basis: 50%;
}

.flex__basis_60 {
  flex-basis: 60%;
}

.flex__basis_70 {
  flex-basis: 70%;
}

.flex__basis_auto {
  flex-basis: auto;
}

.line__clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line__clamp_2 {
  -webkit-line-clamp: 2 !important;
}


.line__clamp_3 {
  -webkit-line-clamp: 3 !important;
}


.line__clamp_4 {
  -webkit-line-clamp: 4 !important;
}


.uppercase {
  text-transform: uppercase !important;
}

.text__right {
    text-align: right;
}

.link__padrao:hover {
    text-decoration: underline;
}

.link__ver_mais {
    color: var(--roxo-principal);
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
    min-width: max-content;
}

.link__ver_mais.text__underline:hover {
    text-decoration: underline;
}

.text__chapeu {
    color: var(--roxo-6);
    font-weight: 700;
    font-size: .875rem;
    line-height: 100%;
    display: block;
}


.border__radius_025 {
  border-radius: var(--border-radius-025);
}

.border__radius_05 {
  border-radius: var(--border-radius-05);
}

.border__radius_1 {
  border-radius: var(--border-radius-1);
}

.border__radius_2 {
  border-radius: var(--border-radius-1);
}

.border__radius_50 {
  border-radius: var(--border-radius-50);
}

/* Animação seta ver mais */
@keyframes moveArrow {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(5px); /* Mover 5px para a direita */
  }
  100% {
      transform: translateX(0); /* Voltar para a posição original */
  }
}

.link__ver_mais:hover svg {
   animation: moveArrow 0.6s ease;
}


.title__section {
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 120%;
}


.h2__center {
  text-align: center;
  margin: 0 1rem 2rem 1rem;
  color: var(--preto-1);
}

.h2__center_p, .h2__left_p {
    font-size: 2.05rem;
    letter-spacing: .01rem;
    margin: 0 0 .25rem 0;
    line-height: 2.5rem;
    position: relative;
}

.h2__left_p:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    width: .325rem;
    height: 2.75rem;
    background-color: var(--amarelo-principal);
    z-index: -1;
}

.p__center_h2 {
    color: var(--preto-5);
}

.espacador:after {
    content: '';
    width: 3rem;
    height: 4px;
    display: block;
    margin: .75rem auto;
    background: var(--branco);
}

.espacador_left:after {
    margin: .5rem 0;
}

.espacador__roxo:after {
    background: var(--roxo-3);
}

.flex__container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-items: center;
    gap: 2.5rem
}

.flex__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.italic {
    font-style: italic;
}

.position__relative {
    position: relative;
}

.position__absolute {
    position: absolute;
}

.border__radius {
    border-radius: 4rem;
}


#botaoZap {
  margin-bottom: 0;
  color: var(--branco);
}

.btn__ver_mais {
  margin-top: 2rem !important;
  display: flex;
  flex-direction: row-reverse;
}

.btn__ver_mais a:hover {
  color: var(--preto-5);
}

.taxas_bar_graph strong {
    color: var(--preto-5);
}


header li {
    position: relative;
  margin-bottom: 0;
}


.menu__main__group .current-menu-item > a, .menu__main__group .current-menu-item > p,  .menu__blog_wide .current-menu-item > a {
	font-weight: 600 !important;
	color: var(--roxo-principal) !important;
}

/* Header - Menu - Main  */

.segura__menu_main {
  box-shadow: var(--box-shadow);
}

#headerGroup {
  position: fixed;
  width: 100%;
  transform: translate3d(0, 0, 0);
  top: 0;
  z-index: 10;
}

#headerMain {
  box-sizing: border-box;
  justify-content: space-between;
  z-index: 100;
}

.logo__main_menu {
  display: flex;
  align-items: center;
}

.logo__main_menu span {
  margin: 0;
  letter-spacing: .05rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--branco);
}

.text__acessible {
  height: 0;
	display: block;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
}


.btn__menu_radius {
    background: var(--amarelo-principal);
    border: .5px solid transparent;
    color: var(--preto-6);
    padding: .875rem 1.75rem;
    font-weight: 500;
    border-radius: 2rem;
    transition: .2s  ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.btn__menu_radius:hover, .section__servicos li:hover .btn__menu_radius {
    background: var(--amarelo-2);
    border: .5px solid var(--amarelo-principal);
    color: var(--preto-6);
}

.btn__roxo {
    background: var(--roxo-principal);
    color: var(--branco);
}


.menu__blog_wide a {
    width: max-content;
	display: block;
    padding: 1.45rem 0 1.25rem 0;
    color: var(--roxo-principal);
	border-bottom: 4px solid transparent;
}

.menu__blog_wide a:hover {
    color: var(--roxo-principal);
	border-bottom: 4px solid var(--roxo-principal);
	transition: .2s ease;
}

#menu-menu-principal {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 2rem;
}

#menu-menu-principal li a {
  display: block;
  transition: .2s ease;
    padding: 2.135rem 0 1.83rem 0;
  font-size: .95rem;
  font-weight: 400;
  color: var(--preto-5);
}

#menu-menu-principal li a::after {
  content: '';
  display: block;
  margin-top: 0.2em;
  border-bottom: 4px solid transparent;
  position: relative;
    top: 29.5px;
  width: 5%;
  transition: 0.3s ease;
}

#menu-menu-principal li a:hover::after,
#menu-menu-principal li a.active::after {
  width: 100%;
  position: relative;
  top: 29.5px;
  border-bottom: 4px solid var(--roxo-principal);
}


.menu-item-has-children a::after {
 border-bottom: 4px solid var(--roxo-2) !important;
 width: 1.25rem !important;
}

.menu-item-has-children a:hover::after,
.menu-item-has-children a.active::after {
  width: 100% !important;
  border-bottom: 4px solid var(--roxo-principal) !important;
}

.current-menu-item > a:not([href^="/#"]) {
    font-weight: 500 !important;
    color: var(--roxo-principal) !important;
}

.menu__blog_wide .current-menu-item a {
    border-bottom: 4px solid var(--roxo-principal);
}

.current-menu-item > div > a p {
    font-weight: 600 !important;
    color: var(--roxo-principal) !important;
}

.menu-item.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
    top: 0px;
    right: 0px;
    left: 100%;
}


#btnMainMobile {
  display: none;
}

.show__mob {
    display: none !important;
}

.sub-menu {
    position: absolute;
    top: 87px;
    z-index: -100;
    width: max-content;
    left: -4rem;
    background: #FFFFFF;
    border: .5px solid var(--roxo-1);
	box-shadow: var(--box-shadow);
    padding: 2rem;
    display: none;
    transition: 0.3s ease;
    flex-direction: column;
    gap: 1rem;
}

.sub-menu a {
    padding: 0 !important;
}



.solucoes__li_container p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.menu-item-image {
	width: 150px;
	height: 150px;
	background: var(--roxo-principal);
}

.sub-menu li a::after {
  content: none !important;
}


.module__content img {
    margin: 0 auto;
}


/* SECTION -  AMENIDADES  */

.section__amenidades {
  text-align: center;
    background: var(--amarelo-1);
}

.ul__box_amenidades {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.box__amenidades {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: .5rem;
  padding: 1.25rem 0;
  justify-content: flex-start;
  transition: .2s ease;
  border-radius: 1rem;
}

.box__amenidades:hover img {
  /* transform: rotateY( 360deg ); */
  /* transition: transform 0.75s ease; */
  /* transform-style: preserve-3d; */
}


.box__amenidades h2, .box__amenidades span {
  color: var(--preto);
  display: block;
  font-weight: 600;
  max-width: 85%;
  margin-bottom: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;

}

.box__amenidades p {
  color: var(--preto-5);
  font-size: .875rem;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  max-width: 350px;
}


/* SECTION - VOCÊ SÓ PAGA */

.section__voce_so_paga {

}

.section__voce_so_paga .linha__fina {
    max-width: 70%;
}

.lista__voce_so_paga {
    border-left: 8px solid var(--roxo-principal);
    padding: .5rem 0;
}

.lista__voce_so_paga li {
    margin-left: 1rem;
    background: var(--branco);
    max-width: fit-content;
    padding: 0 .25rem;
}


/* SECTION - STEPS COMO FUNCIONA */

.esquerda__checklist h2 {
font-family: "Ubuntu", serif; 
  display: block;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: .5rem;
}

.esquerda__checklist p {
  color: var(--preto-5);
}

.esquerda__checklists ul {
  padding: 0 1rem;
}

.esquerda__checklist ul li {
    background: var(--branco);
    width: fit-content;
    padding: .5rem .75rem .5rem;
    margin-bottom: 1rem;
    display: flex;
    gap: .75rem;
    align-items: center;
    position: relative;
    border-radius: 1rem;
}

.esquerda__checklist ul li:last-child {
    margin-bottom: 0;
}


.esquerda__checklist ul li h3 {
    font-family: "Ubuntu", serif;
    font-weight: 600;
}

.esquerda__checklist ul li p {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.25rem;
}

.img__checklist {
    border-radius: 3rem;
    box-shadow: -3rem 3rem var(--amarelo-2);
}


/* SECTION - ENTENDA COMO FUNCIONA */

.border__section {
    background: var(--branco);
    padding: 3rem;
    border-radius: 3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__como_funciona ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.section__como_funciona ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.section__como_funciona ul li img {
   border: 4px solid var(--roxo-principal);
   border-radius: 100%;
   display: inline-block;
   margin-bottom: .5rem;
}

.section__como_funciona ul li h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.section__como_funciona ul li p {
    text-align: center;
}



/* SECTION - EXEMPLO UTILIZACAO */

.ul__exemplos_utilizacao {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


/* SECTION - EXEMPLO UTILIZACAO */

.section__simulador_mockup {
    overflow: hidden;
}



/* SECTION - FINALIDADES */


.tags__finalidades {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 1rem;
    margin-bottom: 2rem;
}

button.tablink {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: .25rem;
    justify-content: space-between;
    background: var(--secundaria-2);
    padding: 0.25rem .75rem;
    border-radius: 2rem;
    border: 1px solid var(--amarelo-4) !important;
}

.tablink:hover {
    background: var(--amarelo-3);
    border: 1px solid var(--amarelo-5);
}

.tablink span {
    color: var(--preto-5);
}

button.tablink:hover span {
    color: var(--preto-5);
}

.buttontab {
    background: var(--amarelo-3) !important;
    border: 1px solid var(--roxo-cta-1) !important;
}

.buttontab span {
    color: var(--preto-principal) !important;
}

.segura__finalidades {
    max-width: 800px;
}

.segura__finalidades_nav {
    width: 100%;
}

.card__finalidades {
    display: grid;
    grid-template-columns: .75fr 1fr;
    background: var(--branco);
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 16px 0px;
    border-radius: 1rem;
    gap: 1.5rem;
}

.direita__finalidades{   
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.25rem;
    align-self: center;
    justify-content: space-between;
}

.esquerda__finalidades {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: .5rem;
}

.card__finalidades h3, .card__finalidades h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 0;
}

.card__finalidades p {
    margin-bottom: .5rem;
}


/* SECTION - COMPARAÇÃO TABELA */

.section__comparacao_tabela {
    background: var(--marrom-nenem);
    z-index: 1;
}

.section__comparacao_tabela:before {
    content: "";
    top: 0;
    left: calc(50vw - 4rem);
    position: absolute;
    width: 8rem;
    height: 1rem;
    background-color: var(--roxo-principal);
    z-index: -1;
}

.blockquote__zili {
    color: var(--roxo-principal);
    font-size: 1.875rem;
    display: inline;
    padding: .15rem .25rem;
}

.blockquote__zili:before {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: -1.75rem;
    width: 17rem;
    height: 2.75rem;
    background-color: var(--preto);
    z-index: -1;
}

.blockquote__zili:after {
    content: "";
    position: absolute;
    top: 3.25rem;
    left: 1.25rem;
    width: 17rem;
    height: 2.75rem;
    background-color: var(--preto);
    z-index: -1;
}

.tabela__comparacao {
    background: var(--branco);
    padding: 1.5rem;
    border-radius: 2rem;
}

.tabela__comparacao li {
    display: grid;
    gap: .25rem;
    grid-template-columns: 54% 23% 23%;
    border-bottom: 1px solid var(--preto-4);
    padding: .75rem 0;
    align-items: center;
}

.tabela__comparacao li:last-child {
    border-bottom: 1px solid transparent;
}

.tabela__comparacao p {
    line-height: 1.25rem;
}

.grafismo__z {
    position: absolute;
    z-index: -2;
    bottom: 0;
}


/* SECTION - COMPARAÇÃO PILHAS */

.bar_subtitle {
    height: 2rem;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 0;
}

.taxas_value {
    color: var(--preto-5);
}

.taxas_red {
    color: var(--preto);
    font-weight: 700;
}

.taxas_graphic_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.25rem;
}

.taxas_bar_graph {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 1rem;
}

.taxas_bar_container {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 20%;
    gap: .5rem;
}


.taxas_bar {
    background-color: var(--preto-5);
    width: 100%;
}

#bar_zili {
    background-color: var(--roxo-principal);
    height: 2.5rem;
}

#bar_banco_vermelho {
    height: 3.2rem;
    background: #CC092F;
}

#bar_banco_laranja {
    height: 3.6rem;
    background: #FF5C00;
}

#bar_pessoal {
    height: 9rem;
    background: var(--preto);
}

#bar_cartao {
    height: 16rem;
    background: var(--preto);
}
        
                        
/* SECTION - MAPA */


.balao__mapa_wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.balao__mapa {
  width: 310px;
  position: absolute;
  margin-top: -485px;
  padding: 1.5rem;
  background: var(--preto-1);
  color: var(--preto-5);
  box-shadow: 10px 10px black;
}

.balao__mapa h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.balao__mapa p {
  line-height: 1.25rem;
}

.balao__mapa h2::after {
  margin: .5rem 0 1rem 0;
}

.balao__mapa .botao__cta {
  box-shadow: none;
}


/* SECTION - CLIENTES E DEPOIMENTOS */


.section__depoimentos {
  background: var(--preto);
  background-size: cover;
  overflow: hidden;
}

.active {
background: none;
}

.slide-wrapper {
  margin-top: 0;
}

.slide {
  display: flex;
}

.slide li {
    flex-shrink: 0;
    width: 100%;
    max-width: 650px;
    padding: 1.5rem;
    background: linear-gradient(147deg, var(--preto) 0%, var(--preto-6) 58%, var(--preto) 100%);
    opacity: 0;
    transition: 0.6s;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1rem;
}

.slide li.active {
  opacity: 1;
}

.slide blockquote {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.5rem;
  color: var(--preto-1);
  font-weight: 300;
  text-align: center;
  margin: 1rem;
}

.slide blockquote:before {
    content:url('../img/icones/aspas-inicio.svg');
    position: absolute;
    top: -3rem;
    left: -3.5rem;
}

.slide blockquote:after {
    content:url('../img/icones/aspas-fim.svg');
    position: absolute;
    bottom: -2rem;
    right: -3.5rem;
}

.tarja__quote {
    display: flex;
    position: relative;
    height: 5rem;
    margin: 1rem -1.5rem -2rem -1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: var(--preto);
    border-radius: 0 0 1rem 1rem;
}

.depoimentos p {
    color: var(--amarelo-principal);
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: .25rem;
}

.depoimentos span {
  font-size: 1rem;
  color: var(--preto-1);
  display: block;
}

[data-control='slide'] {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.custom-controls {
  display: flex;
  margin-top: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
}

.custom-controls li {
  opacity: 0.8;
  transform: scale(0.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 2px;
  transition: 0.3s;
  cursor: pointer;
  -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}

.custom-controls li.active {
  opacity: 1;
  transform: scale(1.15);
  -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}




/* CONTATO */

.section__contato {
  background-color: var(--secundaria-2);
}

.grid__contato {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto 1fr;
}

.contato__form {
	overflow: hidden;
}

.separador__contato {
  content: '';
  background: var(--amarelo-4);
  width: 1px;
  margin: 0 2rem;
}

.contato__form label, .contato_dados h3, .contato__form span {
  display: block;
  font-weight: 600;
  color: var(--preto);
  margin-bottom: .75rem;
}

.contato_dados h3 {
    line-height: 2rem;
    font-size: 1.25rem;
}

.contato_dados h3:after {
    content: "";
    width: 2rem;
    height: 2px;
    display: block;
    margin: 0.25rem 0px;
    background: var(--roxo-principal);
}


.contato__form button, .wpcf7-submit {
  padding: 1.25rem 3rem !important;
  background: var(--preto) !important;
  color: var(--preto-1);
  border-radius: 3rem !important;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.contato__form button:focus, .wpcf7-submit:focus {
	border: none;
}

.checkbox__padrao label {
	font-weight: 400;
	font-size: .875rem;
	margin-bottom: 0;
}

.checkbox__padrao span {
	margin-bottom: 0;
}


.contato__form button:hover, .wpcf7-submit:hover {
  background: var(--roxo-principal)!important;
	color: var(--preto-5) !important;
}

.checkbox__padrao {
	margin: .35rem 0 1.5rem 0;
}

textarea {
  resize: none;
}

.nao__aparece {
  display: none !important;
}

.wpcf7-spinner {
	margin: .25rem 0 !important;
}

.wpcf7-response-output {
	background: var(--rosa-mag);
	border-color: var(--rosa-mag) !important;
	color: var(--branco);
	margin: 0 !important;
	padding: .25rem 0.5rem !important;
}

.wpcf7-not-valid-tip {
	color: var(--rosa-mag) !important;
	font-weight: 400 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: var(--secundaria-4);
	border-color: var(--secundaria-4) !important;
	color: var(--preto);
}

.grid__checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-right: 0;
    padding-top: 1px;
}

.contato_dados li {
  margin-bottom: 1.5rem;
}

.contato_dados li:last-child {
  margin-bottom: 0;
}

.contato_dados span, .contato_dados a {
  display: block;
  font-weight: 400;
  color: var(--preto-5);
  margin-bottom: .25rem;
}

.contato_dados a:hover {
  text-decoration: underline;
}


/* FINALIDADES SLIDER SERVICES HERDADO */

.segura__main_services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
    background: var(--branco);
    gap: 3rem;
}

.esquerda__services a {
    text-decoration: underline;
}

.direita__services {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.segura__main_services h2 {
    font-size: 1.5rem;
    color: var(--preto);
    line-height: 2rem;
    margin-bottom: 1rem;
}

.segura__main_services h2:after, .tabs__servicos h2:after {
    content: '';
    width: 2rem;
    height: 2px;
    display: block;
    margin: 0.5rem 0;
    background: var(--amarelo-6);
}

.segura__main_services h3, .tabs__servicos h2 {
    font-size: 1.25rem;
    color: var(--preto);
    line-height: 1.75rem;
    font-weight: 700;
    padding: .75rem 0;
}

.tabs__servicos h2 {
    margin-bottom: 0;
    padding-top: 0;
    text-align: left;
}

.segura__main_services p, .segura__main_services strong, .segura__main_services span, .esquerda__services a {
    color: var(--preto-5);
    line-height: 1.75rem;
}

.esquerda__services ul, .esquerda__services ol {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
	
}

.esquerda__services ul li, .esquerda__services ol li {
    list-style-type: square;
    color: var(--preto-5);
    line-height: 1.75rem;
    margin-bottom: .15rem;
}

.esquerda__services ol li {
    list-style-type: auto;
}

.diferenciais__services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 1rem 0;
    gap: 1rem;
}

.diferenciais__services {
    display: grid;
    padding-left: 0 !important;
    grid-template-columns: 1fr 1fr;
    margin: 1rem 0;
    gap: 1rem;
}

.diferenciais__services p {
    font-size: .875rem;
    color: var(--preto);
    line-height: 1.15rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.diferenciais__services li {
    display: flex;
    gap: .5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.mySlides span {
    background: var(--roxo-principal);
    color: var(--marrom-nenem);
}

.botao__services {
    display: block !important;
    text-align: center;
    padding: 1rem 2rem;
    bottom: 10px;
}

.botao__cta.botao__services {
    margin-top: 1.25rem;
    position: sticky;
    top: 7.1rem;
}

.tabs__servicos {
    background: var(--branco);
    border-top: 1px solid var(--amarelo-5);
    padding: 1.5rem 2rem;
}

.tabs__padrao ul {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.tabs__padrao li a {
    color: var(--preto-5);
    background: var(--preto-1);
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    font-size: .875rem;
	display: flex;
}

.tabs__padrao li a:hover {
    text-decoration: underline;
}

/* SLIDESHOW FADE AUTOMATIC COM LEGENDA */

.mySlides {display: none;}

.segura__main_services figure {
    margin: 0;
}

figure.wp-block-image, figure.wp-block-gallery, figure.wp-block-embed, .wp-block-table {
    margin: 2rem 0;
}

.wp-block-table thead {
    border-bottom: none !important;
}

table.has-fixed-layout {
	overflow-y: scroll !important;
    width: auto !important;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break: normal !important;
	color: var(--preto-5);
}

.mySlides img {
  vertical-align: middle;
  aspect-ratio: 4 / 3;
}

.mySlides.slides__modelos img {
  aspect-ratio: 4 / 3;
  background: var(--preto-1);
}


/* Slideshow container */
.slideshow-container {
  max-width: 50rem;
  position: relative;
  margin: 0 auto;
}


/* Position the "next button" to the right */
.prev, .next {
    padding: 1rem;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: var(--preto-3);
  color: var(--preto);
}

/* Caption text */
.text {
  padding: .5rem 1rem;
  position: absolute;
  font-weight: 400;
  background-color: rgba(0,0,0, 0.8);
  color: var(--amarelo-1) !important;
  bottom: -.75rem;
  font-size: .875rem;
  line-height: 1.5rem;
  text-align: initial;
}

.label__text_span {
  position: absolute;
  top: .5rem;
  left: -.5rem;
  font-weight: 600;
  font-size: .875rem;
  text-transform: uppercase;
  animation: shake .8s cubic-bezier(.36,.07,.19,.17) both;
  padding: .5rem 1rem;
}

.dots__slides {
  margin-top: 1rem;
}

ul.dots__slides {
  padding-left: 0;
  margin-bottom: .5rem;
}

/* The dots/bullets/indicators */
.dot__slide {
  cursor: pointer;
  height: 1.35rem;
  border-radius: 2px;
  width: 1.35rem;
  margin: 0 3px;
    background-color: var(--amarelo-3);
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot__slide:hover  {
  background-color: var(--amarelo-3);
}

.dot__slide.active {
  background-color: var(--marrom-nenem);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.2s;
}

@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}


/* SECTION QUEBRA GRAFISMO */

.section__quebra_grafismo {
    background-image: url(../img/grafismo/grafismo-full-z.webp);
    background-repeat: repeat;
    height: 3rem;                                              
}

 .grafismo__bolinhas {
    position: absolute;
    left: -5rem;
    bottom: -8rem;
    z-index: 2;
}



/* SECTION EXEMPLO UTILIZAÇÂO */

.card__branco {
    padding: 1.75rem 1.5rem 1.5rem 1.5rem;
    background: var(--branco);
    border: 1px solid var(--preto-4);
    border-radius: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    flex-direction: column;
    justify-content: space-around;
}

.card__branco:before {
    content: '';
    height: 2rem;
    width: 2rem;
    background: var(--rosa-mag);
    border-radius: 50%;
    top: -1rem;
    left: calc(50% - 1rem);
    position: absolute;
}


/* SECTION - MANIFEST  */


blockquote strong, .cookies-content strong, .solucao__fatidica strong, .module__content strong {
  border-bottom: 2px solid var(--roxo-principal);
}

.itens__flexible {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}


/* SECTION - WHY US?  */

.section__why_us {
  text-align: center;
}

.why__us_li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.why__us_li li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: 0 1rem;
  max-width: 320px;
}

.why__us_li h3 {
  margin: .5rem 0 .25rem 0;
}

.why__us_li p {
  color: var(--preto-5);
  font-size: .875rem;
  line-height: 1.2rem;
  margin-bottom: 0;
}


/* SECTION - FAQ GRID COLUNAS */

.section__faq_grid {
    
}

.titulo_btn_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titulo_btn_flex h2 {
    line-height: 2.5rem;
}

.ul__faq_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.lista-item-grid .faq-titulo {
    border: 1px solid var(--preto-5);
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
	margin-bottom: 0;
}


/* SECTION - FAQ */

.grid__faq {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 3rem;
}


.grid__faq h2 {
  text-align: left;
  margin-bottom: .5rem;
}

.grid__faq h2:after {
  margin: .5rem 0 1rem 0;
}


.section__onde_atuamos .wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.lista-item {
  text-align: left;
  height: fit-content;
  margin-bottom: .75rem;
}

.faq-titulo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: var(--preto);
    padding: 1.25rem 1.5rem;
    gap: 1rem;
    font-weight: 600;
    color: var(--preto-1);
    border: 1px solid var(--preto-5);
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
}

.faq-titulo:hover {
  background: var(--preto-6);
}


.faq-titulo::after {
  content: '+';
  margin-left: 1rem;
  font-size: 1.5rem;
  transition: transform 0.1s ease-out;
  color: var(--roxo-1);
}

.faq-conteudo {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  display: none;
	font-weight: 500;
}

.faq-conteudo p:last-child {
  margin-bottom: 0;
}

.faq-conteudo p {
  margin-bottom: 1rem;
  color: var(--preto-5);
}

.lista-item ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.lista-item li {
    list-style: square;
    color: var(--preto-5);
	line-height: 1.5rem;
	font-weight: 500;
}

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


.trigger-input {
  display: none;
}

.trigger-input:checked + .trigger-wrapper .faq-conteudo {
  display: block;
  background: var(--branco);
  border: 1px solid var(--preto-5);
}

.trigger-input:checked + .trigger-wrapper .faq-titulo {
  background: var(--preto-6);
  margin-bottom: 0 !important;
  border-radius: .5rem .5rem 0 0;
}

.trigger-input:checked + .trigger-wrapper .faq-titulo::after {
  transform: rotate(360deg) scale(1.25);
  content: '?';
}

.trigger-input:checked + .trigger-wrapper .faq-titulo {
  border-bottom: 1px solid var(--preto-6);
}


/* POST ARTICLE BLOG  */

 .roxo__bg_post {
    background: var(--roxo-principal);
    position: absolute;
    top: 0;
    z-index: -1000;
    width: 100%;
	height: 40vh;
	 min-height: 430px;
   	transition: height 0.2s ease-out;

}

.grid__sidebar {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 3rem;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .875rem;
    line-height: 1rem;
    margin: 0 0 2rem 0;
    text-align: left;
}

.breadcrumb li span, .breadcrumb>li:after {
    color: var(--preto-1);
}

.breadcrumb>li:after {
  content: '/';
  margin-left: 4px;
  margin-right: 6px;
}

.breadcrumb>li:last-child:after {
  content: none;
}

.breadcrumb li a {
  padding: .5rem 0;
}

.breadcrumb li span:hover {
    color: var(--branco);
}

.breadcrumb li:last-child span  {
    font-weight: 500;
    text-decoration: none;
    max-width: 75rem;
}

.div__busca_blog {
	padding: 2rem;
	background: linear-gradient(80deg, var(--amarelo-2), var(--amarelo-1));
    border: 1px solid var(--amarelo-principal);
}


input:not([type="range"]), textarea {
    width: 100%;
    border: 1px solid var(--preto-5);
    color: var(--preto-5) !important;
    background: var(--branco);
    font-weight: 400;
    padding: 1rem;
    margin: 0;
    outline: none;
	border-radius: var(--border-radius-025);
}

input:not([type="range"]):hover, textarea:hover, input:not([type="range"]):focus, textarea:focus, input:focus-visible, textarea:focus-visible {
	border: 1px solid var(--roxo-principal);
	background: var(--branco);
}

input::placeholder {
	color: var(--preto-5) !important;
}

a, img, input, button, label, summary, details, textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

.form__busca {
	display: grid;
	grid-template-columns: 1fr .3fr;
	justify-content: center;
	gap: 1rem;
}
.form__busca input {
	padding: 1rem;
	color: var(--preto-5);
	border: 1px solid var(--preto-3);
}

.content__wrapper {
  padding: 1rem 0 3rem 0;
  text-align: left;
}

.content__wrapper ol ul,
.content__wrapper ol ol,
.content__wrapper ul ul,
.content__wrapper ul ol {
    margin-top: 1rem;
}

.categories__blog {
  display: flex;
  align-items: center;
  gap: .325rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
}

.categories__blog li {
  display: flex;
}

.categories__blog_a {
    padding: 0.4rem .8rem;
    color: var(--roxo-6);
    background: var(--branco);
	text-transform: uppercase;
    border-radius: var(--border-radius-025);
    font-size: .8rem;
    font-weight: 600;
    transition: .2s ease;
    line-height: 130%;
 }
 
.grid__mosaico_3 {
    display: grid; 
    grid-template-columns: .75fr .75fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 1rem;
    grid-template-areas: 
    "area1 area1 area2"
    "area1 area1 area3"; 
	margin-bottom: 2rem;
}

.grid__mosaico_3 figure {
    margin: 0;
    height: 100%;
}

.grid__mosaico_3 figure::after {
    content: "";
    display: block;
    height: calc(100% + 181px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translateY(-40px);
    background: linear-gradient(0, var(--preto) 25%,rgba(29,29,27,0.3) 70%);
}

.grid__mosaico_3 li:hover img {
    transform: scale(1.05);
}

.grid__mosaico_3 li {
    position: relative;
    overflow: hidden;
    border-left: 8px solid var(--roxo-4);
}


.grid__mosaico_text {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    padding-right: 1.25rem;
    gap: .25rem !important;
}

.grid__mosaico_3 li h2 {
    color: var(--branco);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    margin: 0;
    line-height: 1.75rem;
    font-size: 1.35rem;
}


.grid__mosaico_3 li:nth-child(1) {
    grid-area: area1;
    min-height: 472px;
}

.grid__mosaico_3 li:first-child h2 {
    font-size: 1.75rem;
    bottom: 2rem;
    left: 3rem;
    line-height: 120%;
    max-width: 80%;
}


.grid__mosaico_3 li:nth-child(2) {
    grid-area: area2;
}

.grid__mosaico_3 li:nth-child(3) {
    grid-area: area3;
}

.grid__mosaico_3 li img {
    width: 100%;
    height: 100%;
    display: block;
}


.schema-faq.wp-block-yoast-faq-block {
    padding: 2rem;
	margin-bottom: 1.5rem;
    background: #ffffff;
	border-left: 2px solid var(--preto-4);
}

.schema-faq-section > strong {
    margin-bottom: .75rem;
    font-size: 1.25rem;
    display: block;
}

.header__titulo_linha_fina p {
	padding-right: 3.15rem;
}


.content__article_body strong a {
	font-weight: 600;
}

.content__article_body strong {
  color: var(--preto-6);
}

.content__article_body h2 {
  margin-top: .5rem;
  font-size: 2rem;
    line-height: 2.5rem;
}

.content__article_body h3  {
  padding-top:.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.content__article_body h4 {
  font-weight: 600;
  padding-top:.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.content__text_body ul, .content__text_body ol {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.content__text_body ul li, .content__text_body ol li {
  font-size: 1.15rem;
  list-style-type: square;
  margin-bottom: .75rem;
  color: var(--preto-5);
	line-height: 1.875rem;
}

.table__of_contents li a {
	margin-bottom: .5rem;
	display: block;
	text-decoration: auto;
	line-height: 130%;
}

.table__of_contents li a:hover {
	text-decoration: underline;
}

.content__article_body ol li {
  list-style-type: number;
}

.content__article_body blockquote {
    border-left: 8px solid var(--roxo-principal);
    padding: 2rem 2rem 2rem 1.5rem;
    margin-bottom: 2rem;
    background: var(--preto-1);
}

.content__article_body blockquote p {
  margin-bottom: .875rem;
  line-height: 140%;
  color: var(--preto-6);
  font-size: 1.25rem;
}

.content__article_body blockquote cite {
  color: var(--roxo-5);
  font-weight: 600;
  font-size: 1.15rem;
  font-style: normal;
}

.content__article_body blockquote p:before, .content__article_body blockquote p:after {
  content: '"';
}

.tags__blog {
  display: flex;
  align-items: center;
  background: var(--roxo-1);
  padding: 1.5rem;
  margin-top: 1rem;
  border: 1px solid var(--roxo-1);
	border-radius: var(--border-radius-025);
}

.tags__blog span {
  font-weight: 600;
  display: block;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--roxo-principal);
}

#tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 0;
  padding-left: 0;
}

#tags__list li {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}


/* Glosario */

.section__loop_glossario {
	background-color: var(--roxo-1);
}

.card__glossario {
    padding-right: 2.5rem;
    display: block;
    border-right: 1px solid var(--preto-6);
}

.card__glossario:last-child {
	border-right: none;
  padding-right: 0;
}

/* Quando hÃ¡ 6 posts, remove a borda do 3Âº item */
.grid__post_card[data-posts="6"] .card__glossario:nth-child(3), .grid__post_card[data-posts="9"] .card__glossario:nth-child(3), .grid__post_card[data-posts="9"] .card__glossario:nth-child(6) {
  border-right: none;
	padding-right: 0;
}

/* Quando hÃ¡ 8 posts, remove a borda do 4Âº item */
.grid__post_card[data-posts="8"] .card__glossario:nth-child(4) {
  border-right: none;
}


.card__glossario h3 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 130%;
    color: var(--amarelo-principal);
    margin-bottom: 0;
}

.grid__card_completo:hover h2, .grid__card_completo:hover h3 {
  text-decoration: underline;
}

.card__glossario p {
    font-weight: 500;
    font-size: .875rem;
    line-height: 20px;
    color: var(--preto-1);
	margin-bottom: 0;
}

.card__glossario span {
    font-size: .875rem;
    line-height: 120%;
    color: var(--preto-3);
}

.card__glossario hr {
    margin: 1rem 0;
    border-color: var(--roxo-4);
}

.card__glossario:hover .link__ver_mais svg {
  animation: moveArrow 0.6s ease;
}

.glossario__lista_a_z {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--roxo-2);
  margin-bottom: 0;
}

.glossario__lista_a_z li {
    height: 100%; 
}

.glossario__lista_a_z a {
	padding: 1rem;
    font-weight: 700;
	font-size: 1.325rem;
    line-height: 130%;
    color: var(--roxo-6);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glossario__lista_a_z a:hover {
    background-color: var(--roxo-1);
}

.sidebar__blog {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

aside .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 116px;
	transition: .2s ease;
	display: grid;
	gap: 1rem;
}

.sidebar_h2 {
    display: grid;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--roxo-principal);
}

.sidebar_h2::after {
  content: "";
  width: 2rem;
  height: 3px;
  display: block;
  margin: 0.25rem 0px;
  background: var(--roxo-2);
}

.ads__sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar__block {
  background: var(--branco);
  padding: 1.5rem;
    border: .5px solid var(--roxo-2);
    border-radius: var(--border-radius-025);
}

.sidebar__block.sidebar__newsletter {
    background: var(--preto-6);
	border: .5px solid var(--preto);
}

.categories:last-child {
  margin-bottom: 0;
}

.sidebar__block ul li a, .sidebar__block ol li a, .sidebar__top_blog ul li a, .sidebar__top_blog ol li a {
    display: block;
  padding: .25rem 0;
  color: var(--preto-5);
  font-size: .875rem;
	line-height: 1.15rem;
}

.sidebar__block ul li a:hover, .sidebar__block ol li a:hover, .sidebar__top_blog ul li a:hover, .sidebar__top_blog ol li a:hover {
    text-decoration: underline;
}



.cat-item span {
    font-size: .75rem;
    min-width: 2rem;
    text-align: center;
    padding: 0.25rem;
    background: var(--roxo-principal);
    color: var(--roxo-1);
    font-weight: 600;
}

.cat-item {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.cat-item:after {
    content: '';
    background: var(--roxo-principal);
    width: .5rem;
    height: .5rem;
    border-radius: var(--border-radius-50);
    flex-shrink: 0;
}

.sidebar__top_blog {
  counter-reset: maislidas;
}

.sidebar__top_blog ol {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}


.sidebar__top_blog ol li {
    counter-increment: maislidas;
        display: flex;
    justify-content: start;
    align-items: center;
    gap: .5rem;
}

.sidebar__top_blog ol li::marker {
    color: var(--amarelo-dark);
}

.sidebar__top_blog ul li a, .sidebar__top_blog ol li a  {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size:  .875rem;
    line-height: 1.05rem;
    font-weight: 500;
    color: var(--preto-5);
}

.sidebar__top_blog ol li::before {
    content: counter(maislidas);
    background: var(--roxo-principal);
    color: var(--roxo-1);
    padding: 0 .25rem;
    font-size: 1.25rem;
    min-width: 1.5rem;
	min-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar__top_blog li span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--preto-5);
    font-size: .75rem;
    border-radius: 0.15rem;
}

.categories ul li a:hover:not(span), .categories ol li a:hover:not(span) {
  text-decoration: underline;
}

.card__tag_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.card__tag_list li {
    border-left: 6px solid var(--roxo-principal);
    cursor: pointer;
    height: max-content;
    border-image: initial;
    background: var(--branco);
    transition: .2s ease;
}

.card__tag_list li:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 20px 0px;
}

.card__tag_item {
    display: grid;
    grid-template-columns: .45fr 1fr;
    gap: 1.25rem;
    max-height: 210px;
    overflow: hidden;
}

.img__card_tag__list {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    min-height: 220px;
}

.wp-block-gallery {
	display: flex;
    flex-wrap: wrap;
    padding: 0.5rem;
    gap: 0.5rem;
    background: var(--preto-1);
    margin-bottom: 3rem;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg,rgba(32,32,32,.8),rgba(32,32,32,.4) 100%,transparent) !important;
	padding: .25rem 0 !important;
}

.nav-blog, .nav-blog .pagination {
	display: flex;
    justify-content: end;
    gap: 1rem;
    padding: 2rem 0 0 0;
}

.nav-blog a, .nav-blog span {
	color: var(--roxo-1);
    background: var(--preto);
    padding: 0.5rem 1rem;
	display: flex;
	font-size: .875rem
}

.nav-blog span {
    background: var(--preto-2);
    color: var(--preto);
}

.wp-block-video {
    width: 100%;
    margin: 0 0 2rem 0;
}

a[rel="dofollow"] {
	text-decoration: none !important;
	background: var(--branco) !important;
	border-color: var(--roxo-principal) !important;
	margin-bottom: 2rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
}

a[rel="dofollow"]:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 16px 0px;
    transition: .2s ease;
}

.ctaText {
	color: #6800bc !important;
}
a[rel="dofollow"] .postTitle {
    padding-right: 1em;	
}

.page-numbers.current {
	background: var(--roxo-principal);
	color: var(--branco);
}


/* RELATED POSTS */

.related__posts {
  background: var(--roxo-light);
}

.related__posts h3, .h2__related_posts, .grid__post_card h2, .grid__post_card h3 {
  font-size: 1.25rem;
  line-height: 1.6rem;
  margin-bottom: 0;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.related__posts p, .tag__list p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.325rem;
}

.related__posts ul li:hover h3, .related__posts ul li:hover h2, .card__tag_list li:hover h2, .card__tag_list li:hover h3, .segura__itens_submenu:hover .title {
  text-decoration: underline;
}

.related__posts li:not(.pagination li) {
    overflow: hidden;
    cursor: pointer;
    height: max-content;
    border-image: initial;
    transition: .2s ease;
}

.related__posts li:hover {
    /* transform: scale(1.01); */
}

.segura__texto_card_blog {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: .75rem;
}

.segura__texto_card_blog.tag__list {
    padding: 1rem 2rem 1rem 0;
    justify-content: space-evenly;
}

.tag__list p {
    margin-bottom: 0;
}

.tag__mais_vendido {
    padding: 0.25rem 0.5rem;
    font-size: .75rem;
    border-radius: 0.15rem;
	top: .5rem;
    left: .5rem;
}


.tag__mais_vendido span {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.segura__topo_card {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: .325rem;
}

.continuar_lendo {
  display: flex;
  justify-content: space-between;
}

.continuar_lendo time {
    display: flex;
    align-items: center;
    gap: .35rem;
}

.continuar_lendo time::before {
  content: url(../img/icones/data.svg);
}

.related__posts ul li:hover .continuar_lendo span, .card__tag_list li:hover .continuar_lendo span {
  text-decoration: underline;
}

.related__posts ul li:hover .continuar_lendo span, .card__tag_list li:hover .continuar_lendo span {
  animation: 0.82s shake;
  transition: 0.2s ease;
}

.grid__post_card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.img__card_blog {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
   transition: .2s ease;
   margin-bottom: 1rem;
}

.related__posts ul li:hover .img__card_blog {
    filter: hue-rotate(0deg);
    transition: .1s ease-out;
}

.box__author_single {
	background: var(--branco);
    padding: 1.5rem;
	border-radius: var(--border-radius-025);
    border: 1px solid var(--preto-3);
}

.card__categories {
    border: .5px solid var(--preto-2);
	border-radius: var(--border-radius-025);
}


.card__categories a {
	height: 100%;
	width: 100%;
}

.loop__categorias  {
    background: var(--branco);
}

.loop__categorias li h3, .loop__categorias li h2  {
    border-bottom: .5px solid var(--preto-2);
    padding-bottom: .75rem;
    margin-bottom: 0;
    line-height: 130%;
}

.loop__categorias li:hover h3, .loop__categorias li:hover h2  {
    color: var(--roxo-principal) !important;
}

.grid__mosaico_3 li:hover .img__card_blog {
    filter: hue-rotate(0deg);
    transition: .1s ease-out;
}

.wp-block-separator {
	border: 1px solid var(--roxo-2) !important;
    margin: 1.75rem 0;
}

/* VÍDEO EMBED */

.section__video {
    background: var(--branco);
}

.video__embed iframe, .wp-block-embed iframe  {
	width:100%;
	height: auto;
	aspect-ratio: 16/9;
	position: relative;
    z-index: 0;
}


/* PAGE HOME CIDADES  */
.segura__lista_cidades {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
}

/* SHAKE ANIMATION  */

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}


/* FOOTER  */

footer {
  background: var(--preto-1);
}

.footer__main {
    display: grid;
	grid-template-columns: 1fr 1.75fr;
    gap: 3rem;
}

.footer__main {
  padding: 2rem 1rem;
}

.footer__main span {
  font-size: 1rem;
  display: block;
  color: var(--preto-6);
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  text-align: left;
}

.footer__main span:after {
	content: "";
    width: 2rem;
    height: 3px;
    display: block;
    margin: 0.25rem 0px;
    background: var(--roxo-2);
}

.footer__main p {
  color: var(--preto-5);
  font-size: .875rem;
}

.footer__main ul {
  margin: 0;
  text-align: left;
}

.footer__block ul li {
  margin-bottom: .5rem;
}

.footer__main ul li a {
  color: var(--preto-5);
  font-size: .875rem;
}

.footer__main ul li a:hover,
.footer__main ul li a:active {
  text-decoration: underline;
}

.card__cta__atendimento {
    display: block;
}

.disclaimer__foter {
    padding: 2rem 0;
    background: var(--marrom-nenem);
}

.disclaimer__foter p {
    font-size: .75rem;
    line-height: 1.25rem;
    color: var(--preto-4);
}

.disclaimer__foter p:last-child {
    margin-bottom: 0;
}

.footer__copywriting {
  background-color: var(--preto-1);
  padding: 2rem 1rem;
  border-top: 1px solid var(--preto-3);
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
}

.footer__copywriting small {
  display: block;
  color: var(--preto-5);
  margin-bottom: 0;
  line-height: 1.3rem;
  font-weight: 400;
}

.footer__copywriting small a {
  font-weight: 600;
  color: var(--preto-5);
}

.footer__copywriting small a:hover {
  text-decoration: underline;
}

.footer__redes_sociais ul {
  display: inline-flex;
  grid-gap: 1rem;
  align-items: center;
  justify-content: start;
  margin: 0 0 2rem 0;
}

.sobre__nos a {
	color: var(--preto-2);
	text-decoration: underline;
}

.seta {
    display: none;
}

.schema-faq div[style] {
    display: none;
}

/* OBRIGADO */

.obrigado__box {
    background: var(--branco);
    padding: 2rem;
}

.obrigado__box h1, .obrigado__box h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.obrigado__box strong {
    color: var(--rosa-mag);
}

.obrigado__box p {
    margin-bottom: 0;
}

.web__story_wrapper {
     display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;   
}


.web__story_item img {
    width: 100%;
	filter: sepia(.6);
}

.web__story_item:hover img {
    filter: sepia(0) !important;
	transition: .2s ease;
}

.web__story_item h2, .web__story_item h3 {
    font-size: 1.15rem;
    line-height: 1.55rem;
    color: var(--preto-1);
    font-weight: 600;
    padding: 1rem;
    display: block;
    bottom: 0;
    background: #251549DD;
}

.web__story_item:hover h3, .web__story_item:hover h2 {
	background: var(--preto-6);
}


/* COOKIES  */

.cookies-container {
  position: fixed;
  width: 100%;
  bottom: 2rem;
  z-index: 1000;
}

.flex__cookies {
  display: grid;
  grid-template-columns: 1fr .3fr;
  grid-gap: 1rem;
  align-items: center;
}

.flex__cookies p {
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--preto-6);
}

.cookies-content {
    background: var(--branco);
	box-shadow: 0px 4px 12px rgba(53, 50, 58, 0.4);
    max-width: 1430px;
    padding: 1.1rem 1.5rem 1rem 1.5rem;
	border:1px solid var(--roxo-light);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideUp .6s forwards .5s;
    /* animation: slideUp .6s forwards .5s, shake .8s cubic-bezier(.36,.07,.19,.97) 1s forwards; */
}

@keyframes slideUp {
  to {
    transform: initial;
    opacity: initial;
  }
}

.cookies-pref {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
  margin-right: .5rem;
  padding-top: 1px;
}

.cookies-save {
  background: var(--preto);
  color: var(--amarelo-1);
  cursor: pointer;
  border: none;
  padding: 0.8rem 1rem;
  font-size: .875rem;
  border: 1px solid var(--roxo-principal); 
  transition: .05s ease;
}

.cookies-save:hover {
  border: 1px solid var(--amarelo-principal); 
  border-image: none;
  background: var(--amarelo-principal);
  color: var(--preto);
}

.control {
  display: block;
  position: relative;
  padding-left: 1.75rem;
  padding-top: 1px;
  cursor: pointer;
  font-size: .75rem;
  line-height: 1.3rem;
  color: var(--preto-6);
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    cursor: pointer;
    background-color: var(--amarelo-2);
}

textarea {
	height: 7rem;
}

.control_indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 22px;
  width: 22px;
  background: var(--amarelo-1);
  border: 1px solid var(--preto-4);
  border-radius: 0px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: var(--preto-1);
}

.control input:checked ~ .control_indicator {
  background: var(--preto-4);
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: var(--preto-4);
}

.control input:disabled ~ .control_indicator {
  background: var(--preto-3);
  opacity: 1;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid var(--preto-1);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: var(--preto-5);
}

.control-checkbox .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  margin-left: -1.35rem;
  margin-top: -1.3rem;
  border-radius: 50%;
  background: var(--roxo-principal);
  opacity: 0.6;
  transform: scale(0);
}

@keyframes s-ripple {
  0% {
      transform: scale(0);
  }
  40% {
      transform: scale(1.2);
  }
  100% {
      opacity: 0;
      transform: scale(1.4);
  }
}

@keyframes s-ripple-dup {
 0% {
     transform: scale(0);
  }
  60% {
      transform: scale(1.2);
  }
  100% {
      opacity: 0;
      transform: scale(1.4);
  }
}
.control-checkbox input:checked + .control_indicator::before {
  animation: s-ripple .5s ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}


.js .js-scroll {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
  transition: 0.4s;
}

.js .js-scroll.ativo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.texto__destacado {
	background-color: var(--secundaria-1);
	padding: 0 3px;
}

.content__controls {
		display: flex;
		gap: 0.5rem;
		margin-bottom: 1.5rem;
		height: 2.125rem; /* Em rem para consistência */
	}

	.content__controls button {
		padding: 0.25rem 0.75rem;
		font-size: 1rem;
		cursor: pointer;
		border: .5px solid var(--roxo-2);
		background-color: var(--roxo-1);
		color: var(--roxo-6);
		border-radius: 0.15rem;
	}

	.content__controls button.active {
		background-color: var(--branco);
	}

	.content__controls button:not(#toggleMode):hover {
		background-color: var(--branco);
	}

	.content__controls .modo__noturno {
		background-color: var(--secundaria-1);
	}

	/* Estilo do modo noturno */

	.dark-mode {
		background-color: var(--preto);
	}

	/* Seletores para elementos dentro do modo escuro */
	.dark-mode .breadcrumb li span, .dark-mode .content__article_body p, .dark-mode .content__article p, .dark-mode .content__article time, .dark-mode .content__article span, .dark-mode .content__article_body h2, .dark-mode .content__article_body h3, .dark-mode .content__article_body h4, .dark-mode .content__article_body h5, .dark-mode .content__article_body h6, .dark-mode .content__article_body span, .dark-mode .content__article_body strong, .dark-mode .content__article_body table, .dark-mode .content__article_body li, .dark-mode .content__article_body a, .dark-mode .author-bio p, .dark-mode em, .dark-mode .wp-block-table .has-fixed-layout td, .dark-mode .wp-block-table .has-fixed-layout th, .dark-mode aside h2, .dark-mode aside a, .dark-mode aside span, .dark-mode .div__author_page_name {
		color: var(--preto-1) !important;
	}

	.dark-mode .content__article h1, .dark-mode .content__article_body blockquote cite {
		color: var(--branco) !important;
	}

	.dark-mode .tag__mais_vendido span, .dark-mode span.texto__destacado {
		color: var(--preto) !important;
	}

	.dark-mode .tag__post_cases span {
		color: var(--branco) !important;
	}

	.dark-mode .tag__post_glossario span {
		color: var(--branco) !important;
	}


	.dark-mode .author-bio strong, .dark-mode .content__single a, .dark-mode figcaption {
		color: var(--preto-1) !important;
	}

	.dark-mode .content__article h1:before, .dark-mode .schema-faq.wp-block-yoast-faq-block, .dark-mode a[rel="dofollow"], .dark-mode .tags__blog, .dark-mode #tags__list li a, .dark-mode .box__author_single, .dark-mode thead tr, .dark-mode .categories__blog_a, .dark-mode .sidebar__block, .dark-mode .sidebar__top_blog {
		background: var(--preto-6) !important;
	}

	.dark-mode tr:nth-child(odd), .dark-mode .roxo__bg_post {
		background-color: var(--preto-5) !important;
	}

	.dark-mode tr:nth-child(even), .dark-mode .content__article_body blockquote {
		background-color: var(--preto-6) !important;
	}

	.dark-mode .table__of_contents {
		background-color: var(--preto-6) !important;
	}


	.dark-mode thead tr th, .dark-mode .wp-block-gallery, .dark-mode .sidebar__top_blog .link__padrao {
		background-color: var(--preto) !important;
	}


	.dark-mode .modo__noturno {
		background-color: var(--preto) !important;
		color: var(--branco) !important;
	}

	.dark-mode .schema-faq .schema-faq-answer {
		color: var(--preto-5) !important;
	}

	.dark-mode .schema-faq .schema-faq-question {
		color: var(--branco) !important;
	}

	.dark-mode span.ctaText {
		color: var(--roxo-1) !important;
	}

	.sticky__modo_noturno {
		position: sticky;
		top: 116px;
		margin-bottom: 1.5rem;
		z-index: 1;
	}

	.customize-support .sticky__modo_noturno {
		top: 108px;
	}


@media (max-width: 900px) {
           
    h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    
    h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    
    .h2__center_p, .h2__left_p, .titulo_btn_flex h2, .section__voce_so_paga h2 {
        font-size: 1.875rem !important;
        line-height: 2.15rem !important;
        margin-bottom: .5rem;
		display: block;
    }
    
    .h2__left_p:before {
        left: -2rem;
    }
    
    .modal .h2__center_p {
        font-size: 1.875rem;
        line-height: 2rem;
    }
    
    .esquerda__checklist h2 {
        font-size: 2rem;
        line-height: 2.4rem;  
    }
    
    .dnone__mob {
        display: none !important;
    }
    
	.menu__blog_wide {
		justify-content: start !important;
	}
    
    .menu__flex li:nth-child(2), .menu__flex li button span {
        display: none;
    }
    
    #headerMain {
        padding: 1.085rem;
    }
    
    #menu-menu-principal {
        display: block;
        position: absolute;
        background: var(--branco);
		top: 5rem;
        font-size: 1.5rem;
        text-align: left;
        width: 100%;
        right: 0px;
        z-index: -1;
        height: 0px;
        visibility: hidden;
        overflow-y: hidden;
    }
	
	#menu-menu-principal:before {
		content: '';
		display:block;
		padding-top: 2rem;
	}
	
	#menu-menu-principal:after {
		content: '';
		display:block;
		padding-bottom: 3rem;
		height: 7rem;
	}
    
    #menu-menu-principal li:after {
        display: none;
    }
    
    #menu-menu-principal li:last-child:after {
        display: none;
    }
    

    #navMain.active #menu-menu-principal {
        height: 100vh;
        visibility: visible;
        overflow-y: scroll;
        transition: .2s ease;
    }
    
    #menu-menu-principal li a, #menu-menu-principal li span {
        margin: 1rem;
        padding: 0.6rem 0 .7rem 0;
        font-size: 1.25rem;
        line-height: 0;
        display: inline-block;
        width: auto;
    }
    
    .active {
        background-color: var(--preto-1);
    }
    
    .menu__main__group {
        padding: 0;
    }
    
    #btnMainMobile {
        color: var(--branco);
        display: flex;
        align-items: center;
        padding: 1rem;
        font-size: 1rem;
        font-weight: 500;
        background: var(--roxo-principal);
        cursor: pointer;
        border-radius: var(--border-radius-015);
        gap: 1rem;
    }
    
    #hamburger {
        border-top: 2px solid;
        width: 20px;
        color: var(--branco);
    }
    
    #textoHamburquer {
        font-weight: 400;
        color: var(--branco);
        display: none;
    }
    
    #hamburger::after,
    #hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        margin-top: 5px;
        transition: 0.3s;
        position: relative;
    
    }
    #navMain.active #hamburger {
        border-top-color: transparent;
    }
    #navMain.active #hamburger::before {
        transform: rotate(135deg);
    }
    #navMain.active #hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }
    
    #menu-menu-principal li {
        width: 100%;
    }
    
    #menu-menu-principal li a::after {
        display: none;
    }
    
    #menu-menu-principal li a:hover,
    #menu-menu-principal li a:active {
        color: var(--roxo-principal);
    }
    
    #menu-menu-principal li a::after, #finalidadess span::after {
        display: none;
    }	
    
    .menu__topo a, .menu__topo p, .menu__topo strong {
        font-size: .85rem;
		line-height: 1.15rem;
    }
	
	.gtc_2, .gtc_3, .gtc_4, .main__home, .segura__grid_3  {
		grid-template-columns: 1fr !important;
	}
	
	.hero__home_wrapper  {
		padding: 3rem 1rem;
	}

	.main__home p {
		max-width: 95%;
		font-size: 1.15rem !important;
	}
	
	.main__home p:last-child {
		max-width: 100%;
		font-size: .95rem !important;
	}
	
	.section__forma_exclusiva h2, .section__forma_exclusiva p {
		text-align: center !important;
	} 
	
	.section__forma_exclusiva p {
		padding-top: 0 !important;
	} 
	
	.mao__esquerda_ilustracao , .mao__direita_ilustracao {
		display: none;
	}
	
	.title__section {
		font-size: 1.75rem !important;
		line-height: 2rem !important;
	}
	
	.section__newsletter_conteudos_ricos {
		padding: 3rem 0
	}

	.footer__blocks {
		grid-template-columns: 1fr !important;
	}
	
	.pin__newsletter {
		display: none !important;
	}
	
	.dgrid__template_areas_texto_imagem {
		display: flex !important;
        flex-direction: column-reverse;
	}
	
	

    .show__mob {
        display: block !important;
    }
    
    .show__desk {
        display: none !important;
    }
    
    .sub-menu {
        position: relative;
        display: block !important;
        width: 100%;
        box-shadow: none;
        border: none;
        padding: 0 0 0 2rem;
        top: 0;
		left: -1rem;
        z-index: 1;
    }
	
	.menu-item.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
		left: -1rem;
	}
	
    .btn__ver_mais {
        float: none;
    }
    
    .flex__basis_20, .flex__basis_30, .flex__basis_40, .flex__basis_50, .flex__basis_60 {
        flex: 100%;
    }
    
    .ul__faq_grid {
        grid-template-columns: 1fr;
    }
    
    .border__section {
        margin: 0 1rem;
        padding: 3rem 2rem;
        box-shadow: none;
    }
    
    .grid__mosaico_3 {
        display: flex;
        flex-wrap: wrap;
    }
    
    .grid__mosaico_3 li img {
        aspect-ratio: 4/3;
    }
    
    .grid__mosaico_3 li {
        width: 100%;
    }
    
    .grid__mosaico_3 li:nth-child(1) {
        min-height: auto;
    }
    
    .grid__mosaico_3 li h2 {
        line-height: 1.5rem;
        font-size: 1.15rem;
    }
    
    .grid__mosaico_text { 
        bottom: 1rem; 
        left: 1rem; 
    }
    
    .grid__mosaico_3 li:first-child h2 {
        line-height: 1.5rem;
        font-size: 1.15rem;
        bottom: 1.25rem;
        left: 1.25rem;
        max-width: 100%;
    }
    
    .grid__mosaico_3 figure::after {
        transition: transform .3s ease;
        background: linear-gradient(0, var(--preto) 44%,rgba(29,29,27,0) 78%);
    }
    
    .cookies-container {
        bottom: 0;
    }
    
    .botao__zap {
    margin: 2rem auto 0 auto;
    }
    
    .flex__cookies {
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 1rem;
        margin-bottom: 1rem;
    }
    
    .flex__cookies img {
    max-height: 2rem;
    }
    

    
    /* AMENIDADES */

	.section__amenidades:before {
        display: none;
    }
    
	.ul__box_amenidades, .ul__servicos {
        display: flex;
        overflow-x: scroll;
        padding: 2rem 0 1rem 1rem;
        margin-top: 0;
        grid-gap: 0;
      }
    	
    .ul__box_amenidades {
    	padding: 0 1rem;
    }
	
    .box__amenidades {
      min-width: 100%;
      align-items: center;
      height: max-content;
      overflow: auto;
      padding: 1rem;
      margin: 0;
    }
    
    .box__amenidades_texto {
        text-align: center;
    }
    
    .box__amenidades h2, .box__amenidades span {
        max-width: 100%;
    }
    
    /* SECTION - CHECKLIST */

    .direita__checklist {
      max-width: 100%;
    }
    
    .lista__checklist {
        padding-left: 0;
    }

    .flex__checklist {
        align-items: center;
    }
    
    .img__checklist {
        box-shadow: 0 -1rem var(--amarelo-2);
        aspect-ratio: 1/1;
    }
    
    .ul__exemplos_utilizacao {
        grid-template-columns: 1fr;
    }
    
    .taxas_bar_container:nth-child(2) {
        display: none;
    }
    
    .ul__noticias_midia {
        grid-template-columns: 1fr;  
    }
    
    .ul__big_numbers {
        grid-template-columns: 1fr;  
    }
    
    .ul__noticias_midia .card__branco:before {
        display: none;
    }
    
    .taxas_bar_graph {
        justify-content: space-between;
    }
    
    
    .taxas_graphic_container {
        gap: 3rem;
        align-items: flex-start;
    }

    /* COMO FUNCIONA */
    .section__como_funciona ul {
        grid-template-columns: 1fr;
    }
          
    .section__como_funciona ul {
       flex-wrap: wrap;
    }
    
    /* SECTION - FINALIDADES */
    
    .tags__finalidades {
        justify-content: start;
        overflow-x: auto; /* Habilita a rolagem horizontal em dispositivos móveis */
        -webkit-overflow-scrolling: touch; /* Adiciona suporte a rolagem suave em dispositivos iOS */
        flex-wrap: nowrap;
    }
    
    .tags__finalidades::-webkit-scrollbar {
        display: none; /* Oculta a barra de rolagem no Chrome e navegadores baseados em Webkit */
    }

     .card__finalidades {
         grid-template-columns: 1fr;
     }
     
     .card__finalidades h2, .card__finalidades h3 {
        font-size: 1.5rem;
		 line-height: 2rem;
     }
     
 
    .section__solucoes > .ul__produtos > li, .grid__post_card > li {
        min-width: 310px;
    }
	
	.tabs__servicos {
		padding: 1.5rem 1rem;
	}
    
    /* FAQ */
    
    .grid__faq {
    grid-template-columns: 1fr;
    }
    
    .wrapper {
    margin-bottom: 0;
    }
    
    .h2__p_faq h2 {
    text-align: center;
    }
    
    
    .grid_projetos_realizados {
    column-count: 1;
    overflow-x: hidden;
    }
    
    .esquerda__finalidades {
        aspect-ratio: 16/9;
        width: 100%;
    }
    
    .pin__finalidadess_modulo {
        display:none;
    }
 
    
    .balao__mapa_wrapper {
        display: none;
      }
    
    .why__us_li {
        grid-template-columns: 1fr;
      }
      
    .linha__fina_cta_midia {
          flex-direction: column;
      }
    
    /* CONTATO */
    
    .grid__contato {
        grid-template-columns: 1fr;
      }
    	
    .contato__form input, .contato__form textarea {
    	display: block;
    }
    
    .separador__contato {
    	display: none;
    }
    
    .contato__form {
    	text-align: initial;
    }
    
    /* FINALIDAES - SERVICES TEMPLATE*/
    
     .segura__main_services {
        grid-template-columns: 1fr;
        padding: 0 1rem;
        text-align: left;
        background: none;
        gap: 3rem;
    }

    .esquerda__services {
        order: 1;
    }

    .mySlides img {
        aspect-ratio: 4/3 !important;
        object-fit: cover;
    }
    
    .diferenciais__services  {
        gap: .5rem;
        grid-template-columns: 1fr 1fr;
    }
    
    .servicos__single .diferenciais__services {
        grid-template-columns: 1fr 1fr;
        margin: 1rem;
    }

    .diferenciais__services h3 {
        font-size: .875rem;
        line-height: 1.1rem;
        text-align: center;
    }
    
    .slideshow-container {
            margin: 0 -1rem;
        }
    
        
    
    /* POST ARTICLE BLOG  */
    
    .content__wrapper {
    	margin-top: 1rem;
    }
    
    .categories__blog {
      margin-bottom: .75rem;
    }
    
    .grid__sidebar {
      display: block;
    }
    
    .grid__social_article {
		display: flex;
		flex-direction: column-reverse;
		gap: 1rem;
    }
    
    .redes__sociais_fixed {
      flex-direction: row;
      position: unset;
      justify-content: space-evenly;
		margin-bottom: 0 !important;
    }
    
    .content__article h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
	
	.content__article p {
        font-size: 1.15rem;
        line-height: 1.5rem;
    }
    
    .grid__post_card {
        display: flex;
        justify-content: inherit;
        overflow: auto;
        gap: 1rem;
		padding-bottom: .875rem;
    
    }
    
    .card__tag_list li {
        border-top: 4px solid var(--roxo-principal);
        border-left: none;
        border-radius: 0 0 0.5rem 0.5rem;
    }
    
    .nav-blog {
        margin-bottom: 2rem;
    }
    
    .card__tag_item {
        grid-template-columns: 1fr;
        gap: 0;
        max-height: max-content;
    }
    
    .segura__texto_card_blog.tag__list {
        padding: 1rem;
    }
    
    .content__reading_time {
        display: block;
    }
    
    .content__reading_time::before {
        content: '';
    }
    
    .content__article h2 {
        font-size: 1.05rem;
        line-height: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .content__article_body h2 {
        font-size: 1.75rem;
        line-height: 2.15rem;
    }
    
    .content__article_body h3 {
        font-size: 1.5rem;
    }
    
    .content__article_body h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    
    .contato_dados h3:after {
        margin-left: auto;
        margin-right: auto;
    }
    
    .tags__blog, .box__author_single {
        margin-bottom: 1rem;
    }
    
    .related__posts {
        text-align: left;
    }
    
    .related__posts li:last-child {
        margin-bottom: 0;
    }  
    
	.form__formulario_contato {
		padding: 1rem !important;
	}
    
    .loop__categorias ul {
       overflow-x: scroll;
        grid-template-columns: repeat(4, minmax(300px, 1fr)) !important;
        gap: 1.5rem;
        padding-right: 1rem;
    }

	
	.prev.page-numbers, 
	.next.page-numbers {
		display: none;
	}

	.nav-blog a, .nav-blog span {
		padding: 0.25rem .5rem;;
	}
	
	.top__blog ol li {
		justify-content: left;
	}
    
    .footer__main {
        max-width: 100%;
        padding: 2rem 1rem;
    }
    
    .footer__main span {
      text-align: center;
    }
    
    .footer__main span:after {
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer__main ul li {
        margin: 0.75rem auto;
        text-align: center;
    }
    
    .btn__ambulancia_agora {
        margin: 0 auto;
    }
    
    .menu__faq {
        padding: 2em 0;
    }
    
    
    .footer__main {
        text-align: center;
    }
    
    .footer__main {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cookies-content {
        grid-template-columns: 1fr;
    }
    .cookies-save {
        grid-column: 1;
        grid-row: 3;
    }
    
    .fechar {
      right: -20px !important;
      top: -44px !important;
    }
    .modal {
      padding: 1.5rem 1rem !important;
    }
    .modal li a {
      padding: 0.5rem 0 !important;
    }
    
    .form__busca {
        grid-template-columns: 1fr;
    }
    
    .seta {
        display: flex;
        font-size: 1.5rem;
        line-height: 1.7rem;
        flex-direction: row-reverse;
        padding-right: 1rem;
        position: relative;
        margin-top: -.25rem;
        animation: seta 0.75s ease-in 0s infinite alternate;
    }
    
    @keyframes seta {
        from {
        padding-right: 1rem;
        }
        to {
        padding-right: 3rem;
        }
    }
	
}

@media (min-width: 901px) and (max-width: 1360px) {

  .section__amenidades:before {
      display: none;
  }

    .ul__box_amenidades {
        grid-template-columns: repeat(2, 1fr);
    }


    .ul__noticias_midia {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

	.section__como_funciona ul {
        grid-template-columns: repeat(2, 1fr);
    }
	

}