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

:root {
    --amarelo-principal: #FEC52E;
    --amarelo-dark: #120D00;
    --amarelo-bg: #FFF8E6;
    --amarelo-1: #FFF8E6;
    --amarelo-2: #FFEDBA;
    --amarelo-3: #FFE291;
    --amarelo-4: #FFD769;
    --amarelo-5: #FFCC40;
    --amarelo-6: #FEC52E;
    --amarelo-7: #E0A916;
    --amarelo-8: #CC970A;
    --amarelo-9: #BF8C06;
    --amarelo-10: #B28202;
    --amarelo-11: #2B1F01;
    
    --marrom-nenem: #332B1F;
    
    --preto-1: #F9F9F7;
    --preto-2: #EFEFED;
    --preto-3: #DFDFDE;
    --preto-4: #D3D3D1;
    --preto-5: #C5C5C3;
    --preto-6: #AFAFAB;
    --preto-7: #9D9D9B;
    --preto-8: #83837F;
    --preto-9: #484844;
    --preto: #1D1D1B;
    --preto-dark: #000;
    
    --roxo-cta-1: #940085;
    --roxo-cta-2: #6800BC;
    --rosa-mag: #FF1E6F;
    
    --secundaria-1: #fdebff;
    --secundaria-2: #F8F8FF;
    --secundaria-3: #F2FFA9;
    --secundaria-4: #BFF352;
        
    --branco: #FFF;
    
    --azul: #3F8EFC;
    
    --container-maior: 1220px;
	--container-big: 1380px;
    --padding-container: 0 1rem;
    --container-menor: 980px;
    
    --respiro: 4rem 0;
}

/* MAIN - AREA  */

.main__home {
    background: linear-gradient(120deg, var(--branco),var(--branco), #fce099);
    display: flex;
    align-items: center;
}

.main__flex {
  display: flex;
  gap: 1.25rem;
  overflow-x: hidden;
  justify-content: space-between;
}

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

.image__main_container {
    margin: 0;
}

.banner__main img {
    height: 435px;
}

.main__home h2, .main__home h1 {
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
    font-size: 2.75rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
    position: relative;
    letter-spacing: -0.01rem;
}
.main__home span {
    background: var(--secundaria-3);
	font-style: italic;
	font-weight: 500;
    color: var(--preto);
    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-9);
}

.header__h1_services {
    background: var(--amarelo-1);
    padding: 2rem 0;
    border-bottom: 3px solid var(--amarelo-5);
}

.header__h1_services h1 {
    font-size: 2.4rem;
    line-height: 2.875rem;
    letter-spacing: .01rem;
    margin-bottom: .5rem;
    background-color: var(--amarelo-2);
    display: inline-block;
    padding-bottom: .25rem;
}

.respiro__section {
  padding: 4rem 0;
}

.categories__blog li a:hover {
    background: var(--preto-9);
	color: var(--amarelo-5);
}

.content__article {
  text-align: left;
}

.content__article h1 {
  color: var(--preto);
  display: inline;
  font-size: 3.325rem;
  margin-bottom: 1rem;
  line-height: 3.75rem;
   position: relative;
}
.content__article h1:before {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: -1.75rem;
    width: 30rem;
    height: 2.75rem;
    background-color: var(--amarelo-2);
    z-index: -1;
}

.content__article p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: .5rem 0 1rem 0;
  color: var(--preto-9);
  font-family: 'Poppins', sans-serif;
}

.meta__info_author {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin: .5rem 0 1rem 0;
  gap: 0.5rem;
}

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

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

.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%;
}

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

.div__author_page_name {
    background: var(--amarelo-4);
    padding: .05rem .25rem;
}


.meta__info_author span {
  color: var(--preto-8);
  line-height: 1.325rem;
	letter-spacing: -.01rem;
}

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

.meta__info_author a {
  color: var(--preto-8);
	font-size: .875rem;
  text-decoration: underline;
}

.meta__info_author a:hover {
  color: var(--preto-9);
}


.content__reading_time::before {
  content: '| ';
}

.main__img_post {
  margin: 0 0 1rem 0;
	position: relative;
}

.main__img_post figure {
	margin: 0;
}

.main__img_post img {
  width: 100%;
  aspect-ratio: 16/9;
  object-position: bottom;
}

.main__img_post figcaption {
    font-size: .875rem;
    position: absolute;
    bottom: 0.25rem;
    padding: 0.1rem 0.5rem;
    color: var(--preto-3);
    background-color: rgba(32,32,32, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -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: 130px;
    display: flex;
    flex-direction: column;
    padding: .5rem !important;
    background: var(--branco);
    gap: .75rem;
    border: 1px solid var(--preto-3);
    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-9);
  margin-bottom: 1.25rem;
  text-align: justify;
}

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


@media (max-width: 900px) {
    
    .js .respiro__topo {
        display: block;
		padding-top: 118px;
    }
	
	.text__top_menu {
		width: 280px;
	}
    
    .main__home {
        padding-bottom: 2rem;
        display:block;
    }
     
    .banner__main {
        margin: 0 -1rem;
    }
    
    .banner__main img {
        margin: 0 auto;
        height: 400px;
    }
    
    .main__flex {
        flex-direction: column-reverse;
    }
	
	.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;
}

#loadingIndicator {
    position: fixed; /* Fixa o elemento na tela */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF; /* Cor amarela com opacidade */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Garante que o indicador de carregamento esteja na frente de outros elementos */
    opacity: 1; /* Inicia com opacidade total */
    transition: opacity .5s ease; /* Transição suave de opacidade */
    pointer-events: none; /* Evita que o elemento de carregamento receba eventos de clique */
}

#loadingIndicator.hidden {
    opacity: 0; /* Opacidade total após o carregamento */
    pointer-events: none; /* Evita que o elemento de carregamento receba eventos de clique */
}

.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;
  background:var(--secundaria-2);
}

/* 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: 1em 40px;
}

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

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 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(--amarelo-principal);
}

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

.grid__post_card::-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(--amarelo-principal);
  color: var(--preto);
}



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



* {
    font-family: 'Poppins', sans-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;
    margin-bottom: 2rem;
    letter-spacing: 0.01rem;
}

h1,
h2,
h3,
h4,
h5
{
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: antialiased;
}

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

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-9);
  font-size: .875rem;
}


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

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


.anchor {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  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: 'Poppins', sans-serif !important;
}

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

.underline {
    text-decoration: underline;
}

.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_dark {
  background: var(--preto-dark) !important;
}

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

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

.pinta__amarelo_11 {
	color: var(--amarelo-11);
}

.pinta__preto_principal {
  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__preto_7 {
  color: var(--preto-7) !important;
}

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

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

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

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

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

.pinta__bg_gradiente {
  background: linear-gradient(147deg, var(--roxo-cta-1) 0%, #6800BC 58%, var(--roxo-cta-2) 100%);
}

.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;
}

.mgauto {
  margin: 0 auto;
}

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

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

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

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

.pt2rem {
  padding-top: 2rem !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;
}

.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_25 {
    font-size: 1.25rem !important; 
}

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

.fs2 {
  font-size: 2rem !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;
}

.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;
}

.dgrid {
  display: grid !important;
}

.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;
}

.gap025 {
  gap: .25rem;  
}


.gap05 {
  gap: .5rem;  
}

.gap1 {
  gap: 1rem;  
}

.gap2 {
  gap: 2rem;  
}

.gap3 {
  gap: 3rem;  
}

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

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

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

.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;
}

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

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

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

.h2__center_p, .h2__left_p {
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem;
    letter-spacing: .01rem;
    margin: 0 0 .25rem 0;
    line-height: 2.75rem;
    position: relative;
    color: var(--preto);
}

.h2__left_p:before {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: -1.5rem;
    width: 13rem;
    height: 2.75rem;
    background-color: var(--amarelo-2);
    z-index: -1;
}

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

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

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

.espacador__amarelo:after {
    background: var(--amarelo-principal);
}

.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;
}

.botao__cta {
    padding: .75rem 1.5rem;
    display: inline-flex;
    border-radius: 3rem;
    align-items: center;
    font-weight: 400;
    background: var(--branco);
    color: var(--preto-9);
    transition: .2s ease;
}

.botao__invertido {
  background: linear-gradient(147deg, var(--rosa-mag) 0%, #6800BC 58%, var(--roxo-cta-2) 100%);
  color: var(--branco);
  transition: .2s ease;
  width: max-content;
}

.botao__invertido:hover {
  background: linear-gradient(147deg, var(--rosa-mag) 100%, var(--rosa-mag) 58%, var(--roxo-cta-2) 100%);
}

.btn__simular {
    display: inline-block;
    margin-top: 0.5rem;
    color: var(--preto-dark) !important;
    border: 1px solid var(--amarelo-principal);
}

.btn__simular:hover, .btn__simular:active {
    background: var(--amarelo-9);
    color: var(--amarelo-3) !important;
    text-decoration: none !important;
    border: 1px solid var(--amarelo-principal);
}

#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-9);
}

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


/* Header - Menu - Topo  */

.menu__topo {
  background: var(--amarelo-dark);
  padding: .75rem 0;
}

.menu__topo p {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.menu__topo a,
.menu__topo p,
.menu__topo strong
 {
  color: var(--amarelo-principal);
  line-height: 1.25rem;
  font-size: .875rem;
}

.menu__topo strong {
  font-weight: 600;
  color: var(--amarelo-4);
  border-bottom: 1px solid var(--amarelo-principal);
}

.menu__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--container-big);
  padding: var(--padding-container);
  grid-gap: 1rem;
  margin: 0 auto;
}

#menu-menu-principal li,
.menu__flex li,
.menu__flex p {
  margin-bottom: 0;
}

.whatsapp__button {
  display: flex;
  align-items: center;
  min-width: 26px;
}

.whatsapp__button span {
  margin-right: .75rem;
  line-height: 1.275rem;
  font-size: .875rem;
  color: var(--amarelo-principal);
}

.whatsapp__button:hover {
  cursor: pointer;
}

.segura__btns_menu {
    display: flex;
    gap: 1rem;
}


/* Header - Menu - Main  */

.segura__menu_main {
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    background-color: var(--preto);
}

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

#headerMain {
  box-sizing: border-box;
  display: flex;
  max-width: var(--container-big);
  align-items: center;
  margin: 0 auto;
  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);
}

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

.menu__main__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 1.7em;
}

.btn__menu_radius {
    background: var(--amarelo-principal);
    border: 1px solid transparent;
    color: var(--preto);
    padding: .75rem 1.5rem;
    border-radius: 2rem;
    transition: .2s ease;
}

.btn__inverter {
    background: var(--preto);
    color: var(--amarelo-principal);
    border: 1px solid var(--amarelo-principal);
    transition: .2s ease;
}

.btn__inverter:hover, .btn__menu_radius:hover {
    background: var(--amarelo-9);
    color: var(--amarelo-1);
    border: 1px solid transparent;
}

#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: 1.33rem 0 1rem 0;
  font-size: .95rem;
  font-weight: 400;
  color: var(--preto-3);
}

#menu-menu-principal li a::after {
  content: '';
  display: block;
  margin-top: 0.2em;
  border-bottom: 4px solid transparent;
  position: relative;
    top: 1rem;
  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: 1rem;
  border-bottom: 4px solid var(--amarelo-principal);
}


.menu-item-has-children a::after {
 /* border-bottom: 4px solid var(--amarelo-2) !important; */
 /* width: 30% !important;*/
}

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

.current_page_item a:not([href^="/#"]) {
    font-weight: 500 !important;
	color: var(--amarelo-principal) !important;
}

#btnMainMobile {
  display: none;
}

.show__mob {
    display: none !important;
}

.sub-menu {
    position: absolute;
    top: 68px;
    z-index: -100;
    width: max-content;
    left: -3vw;
    background: #000000df;
    border: 2px solid var(--amarelo-3);
    padding: 2rem;
    display: none;
    transition: 0.3s ease;
    flex-direction: column;
    gap: 1.5rem;
}

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

.solucoes__li_container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    max-width: 570px;
    align-items: center;
    background: var(--branco);
    border-left: 4px solid var(--amarelo-principal);
}

.solucoes__li_container:hover {
    background: var(--secundaria-2);
}

.segura__itens_submenu {
   padding: 1rem 1rem 1rem 0; 
}

.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(--amarelo-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-9);
  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(--amarelo-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: 'Playfair Display', serif; 
  display: block;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: .5rem;
}

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

.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: 'Poppins', sans-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(--amarelo-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-9);
}

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

.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(--amarelo-principal);
    z-index: -1;
}

.blockquote__zili {
    color: var(--amarelo-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-9);
}

.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-6);
    width: 100%;
}

#bar_zili {
    background-color: var(--amarelo-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-7);
  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 - MÍDIA E DEPOIMENTOS */

.section__midia_depoimentos {
  background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.6)), url(../img/bg/bg-depoimentos.webp) no-repeat bottom fixed;
  background-size: cover;
  overflow: hidden;
}

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

.ul__noticias_midia .card__branco {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ul__noticias_midia .card__branco img {
    width: 45%;
    margin: 0 auto;
    height: 40px;
    object-fit: contain;
}

.ul__noticias_midia .card__branco:before {
    background: var(--amarelo-4);
}

.linha__fina_cta_midia {
    border-top: 1px dashed var(--preto-4);
    padding-top: 0.5rem;
}

.linha__fina_cta_midia a {
    flex: none;
}

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

.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-dark) 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-4);
  font-weight: 300;
  text-align: center;
  margin: 0.5rem 1rem 1rem 1rem;
}

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

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

.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: rgba(1, 1, 1, 1);
    border-radius: 0 0 1rem 1rem;
}

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

.depoimentos span {
  font-size: 1rem;
  color: var(--amarelo-6);
  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(--amarelo-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(--amarelo-principal)!important;
	color: var(--preto-9) !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-9);
  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-9);
    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-9);
    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(--amarelo-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-9);
    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;
}

.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(--amarelo-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-9);
    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(--branco);
    padding: 1.25rem 1.5rem;
    gap: 1rem;
    font-weight: 600;
    color: var(--preto-8);
    border: 1px solid var(--preto-9);
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
}

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


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

.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;
  font-weight: 500;
  color: var(--preto-9);
}

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

.lista-item li {
    list-style: square;
    color: var(--preto-9);
	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-9);
}

.trigger-input:checked + .trigger-wrapper .faq-titulo {
  background: var(--preto-1);
  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 dashed var(--preto-2);
}


/* POST ARTICLE BLOG  */

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

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

.breadcrumb>li:after {
  color: var(--preto-6);
  content: '→';
  margin-left: 4px;
  margin-right: 6px;
}

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

.breadcrumb li span {
  color: var(--preto-9);
  line-height: 1.3rem;
}

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

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

.breadcrumb li:last-child span  {
    font-weight: 500;
    text-decoration: none;
    /* background: var(--branco); */
    /* padding: .25rem; */
    max-width: 75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.div__busca_blog {
	padding: 2rem;
	background: var(--amarelo-2);
    border: 1px solid var(--amarelo-6);
}


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

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

input::placeholder {
	color: var(--preto-6) !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: .875rem;
	color: var(--preto-6);
	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: .25rem;
}

.categories__blog li {
  display: flex;
}

.categories__blog_a {
    padding: 0.4rem .8rem;
    color: var(--amarelo-4);
    background: var(--preto);
	text-transform: uppercase;
    border-radius: 3rem;
    font-size: .8rem;
    font-weight: 500;
    transition: .2s ease;
 }
 
.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"; 
}

.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(--amarelo-principal);
}


.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: 2.15rem;
    max-width: 80%;
    border-left: 6px solid var(--amarelo-principal);
    padding-left: .5rem;
}


.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;
}


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

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

.content__article_body h2 {
  padding-top: .25rem;
  font-weight: 600;
  font-size: 2rem;
    line-height: 2.5rem;
  color: var(--preto);
}

.content__article_body h3  {
  font-weight: 600;
  padding-top:.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--preto);
}

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

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

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

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

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

.content__article_body blockquote p {
  margin-bottom: .875rem;
}

.content__article_body blockquote cite {
  color: var(--preto-7);
  font-size: 1rem;
}

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

.tags__blog {
  display: flex;
  align-items: center;
  background: var(--branco);
  padding: 1.5rem;
  border: 1px solid var(--preto-3);
}

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

#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;
}

#tags__list li a {
  color: var(--preto-9);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5rem;
  background: var(--preto-1);
  border: 1px solid var(--preto-4);
  text-decoration: none;
}

#tags__list li a:hover {
  background: var(--preto-3);
  border: 1px solid var(--preto-5);
}

.card__glossario .img__card_tag__list {
	object-position: left !important;
}

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

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

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

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

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

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

.categories ul li a, .categories ol li a {
    display: block;
  padding: .25rem 0;
  color: var(--preto-9);
  font-size: .875rem;
}

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

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

.top__blog {
  counter-reset: maislidas;
}

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


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

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

.top__blog ul li a, .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-9);
}

.top__blog ol li::before {
    content: counter(maislidas);
    background: var(--amarelo-principal);
    margin-right: 0.125rem;
    padding: 0 0.35rem 0.5rem 0.35rem;
    color: var(--amarelo-dark);
    font-family: 'Playfair Display';
    font-size: 1.75rem;
    line-height: 2.325rem;
    min-width: 1.95rem;
	min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top__blog li span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--amarelo-8);
    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: 4px solid var(--amarelo-principal);
    /* overflow: hidden; */
    cursor: pointer;
    height: max-content;
    border-image: initial;
    background: var(--branco);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 16px 0px;
    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: .4fr 1fr;
    gap: 1rem;
    max-height: 210px;
    overflow: hidden;
}

.img__card_tag__list {
    aspect-ratio: 1/1;
    width: 100%;
    height: 210px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}

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

.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(--amarelo-principal);
    background: var(--preto);
    padding: 0.5rem 1rem;
	display: flex;
}

.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(--amarelo-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(--amarelo-principal);
	color: var(--preto);
}


/* RELATED POSTS */

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

.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: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.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;
    background: var(--branco);
    border-top: 4px solid var(--amarelo-principal);
    border-radius: 0 0 .5rem .5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 16px 0px;
    transition: .2s ease;
}

.related__posts li:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 20px 0px;
    /* transform: scale(1.01); */
}

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

.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: .25rem;
    left: .25rem;
}

.text_uppercase {
	text-transform: uppercase;
}

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

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

.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: 2rem;
}

.img__card_blog {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
   transition: .2s ease;
}

.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: 1px solid var(--preto-3);
}

.loop__categorias li:hover  {
    background: var(--amarelo-9) !important;
    transition: .2s ease;
}

.loop__categorias li h3, .loop__categorias li h2  {
    line-height: 2rem;
}

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

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

.wp-block-separator {
	border: 1px solid var(--amarelo-3) !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);
}

.footer__topo_bg {
  background: var(--amarelo-dark);
}

.footer__topo {
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  border-bottom: 1px solid var(--preto-5);
}

.footer__topo p {
  margin-bottom: 0;
  font-size: .875rem;
}

.footer__main {
    display: grid;
	grid-template-columns: 1.65fr .5fr .7fr .4fr;
    gap: 1.5rem;
}

.footer__main {
  padding: 2rem 1rem;
}

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

.footer__main span:after {
  content: '';
  display: block;
  background: var(--amarelo-principal);
  width: 3rem;
  height: 2px;
  margin-top:.25rem
}

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

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

.footer__main ul li {
  margin-bottom: 0.25rem;
}

.footer__main ul li a {
  color: var(--preto-3);
  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(--amarelo-dark);
  padding: .5rem;
  border-top: 1px solid var(--preto-5);
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
}

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

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

.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: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;   
}

*/

.web__story_wrapper {
    column-count: 4;
	gap: 1.5rem;
}

.web__story_item {
    background: var(--preto) !important;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
	margin-bottom: 1.5rem;
}

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

.web__story_item img:hover {
    filter: sepia(0) !important;
}

.web__story_item h2, .web__story_item h3 {
    font-size: 1.25rem;
    font-family: 'Poppins';
    line-height: 1.55rem;
    color: var(--preto-1);
    font-weight: 600;
    padding: 1rem;
    margin-bottom: .25rem;
    display: block;
}

/* 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(--amarelo-principal);
}

.cookies-content {
    background: var(--amarelo-dark);
    max-width: 1430px;
    padding: 1.1rem 1.5rem 1rem 1.5rem;
    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(--amarelo-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-1);
}

.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-6);
}

.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-7);
}

.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(--amarelo-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);
}

@media (max-width: 900px) {
    
        
    h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    
    h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    
    .segura__btns_menu {
        display: none;
    }
    
    .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;  
    }
    
    .flex__container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .parcelas__range_mb_0 {
        margin-bottom: 0 !important;
    }
    
    .menu__flex li:nth-child(2), .menu__flex li button span {
        display: none;
    }
    
    #headerMain {
        padding: 1rem;
    }
    
	#menu-menu-principal > li:first-child {
		margin-top: 2rem;
	}
	
    #menu-menu-principal {
        display: block;
        position: absolute;
        background: var(--preto-9);
        font-size: 1.5rem;
        text-align: left;
        width: 100%;
        top: ;
        right: 0px;
        z-index: -1;
        height: 0px;
        visibility: hidden;
        overflow-y: hidden;
    }
    
    #menu-menu-principal li:after {
        content: '';
        display: block;
            background: var(--preto-8);
        width: 100%;
        height: 1px;
    }
    
    #menu-menu-principal li:last-child:after {
        background: transparent;
    }
    
    :root {
        --header-height: 70px; /* valor padrão */
    }
        
    #navMain.active #menu-menu-principal {
        height: calc(100vh - var(--header-height));
        visibility: visible;
        overflow-y: hidden;
        transition: .2s ease;
    }
    
    #menu-menu-principal li a, #menu-menu-principal li span {
        margin: 1rem;
        padding: 0.7rem 0 .75rem 0;
        font-size: 1.15rem;
        line-height: 0;
    }
    
    .active {
        background-color: var(--preto-1);
    }
    
    .menu__main__group {
        padding: 0;
    }
    
    #btnMainMobile {
        color: var(--preto-4);
        display: flex;
        align-items: center;
        padding: 0.4rem .875rem;
        font-size: 1rem;
        font-weight: 500;
        background: var(--amarelo-dark);
        cursor: pointer;
        gap: 1rem;
        -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 20%);
        box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    }
    
    #hamburger {
        border-top: 2px solid;
        width: 20px;
        color: var(--branco);
    }
    
    #textoHamburquer {
        font-weight: 400;
        color: var(--preto-5);
    }
    
    #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(--amarelo-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;
    }
    
    .whatsapp__button span {
        display: none;
    }
    
    .show__mob {
        display: block !important;
    }
    
    .show__desk {
        display: none !important;
    }
    
    .sub-menu {
        display: none !important;
    }
	
	.menu-link.simular__cta {
		color: var(--amarelo-principal) !important;
	}
    
    .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: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:before {
        top: 0.35rem;
        left: -1.75rem;
        width: 14rem;
        height: 2.5rem;
    }
    
    .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: 1.5rem;
		padding-bottom: .875rem;
    
    }
    
    .card__tag_list li {
        border-top: 4px solid var(--amarelo-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;
    }  
	
	.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;
    }
    
    .logo__brain {
        width: 120px;
        margin-bottom: 2rem;
    }
    
    .footer__topo h2 {
        margin-bottom: 0;
    }
    
    .footer__topo p {
        text-align: end;
        line-height: 1.3rem;
    }
    
    .footer__topo img {
        max-width: 120px;
    }
    
    .footer__main {
        text-align: center;
    }
    
    .footer__main {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .card__cta__atendimento img {
        margin: 0 auto;   
    }

	.lojas__app {
		justify-content: center;
	}
    
    .cookies-content {
        grid-template-columns: 1fr;
    }
    .cookies-save {
        grid-column: 1;
        grid-row: 3;
    }
    
    .grafismo__z, .grafismo__bolinhas {
        display: none;
    }
    
    .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;
        }
    }
    
    /* .web__story_wrapper {
         display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;   
    }*/
	
	.web__story_item img {
		filter: sepia(0);
	}

	
	.web__story_wrapper {
    	column-count: 1;
	}
	
}

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

  .section__amenidades:before {
      display: none;
  }
	
	.web__story_wrapper {
    	column-count: 3;
	}

    .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);
    }
	

}