/*
Theme Name: GrupoGC
Template: hello-elementor
Version: 1.0.0
Author: Pixeldog
Text Domain: grupogc
*/

/* @import url("../hello-elementor/style.css"); */

@font-face {
    font-family: 'Articulat CF Normal';
    src: url('./assets/fonts/ArticulatCF-Normal.woff2') format('woff2'),
        url('./assets/fonts/ArticulatCF-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
    position: relative;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


/* 2. Theme Specific CSS */

/* General */

:root{
    /* Measurements */
    --big-padding: 60px 0;
    --mobile-padding: 20px 0;
    --light-padding: 0 20px;
    /* Colors */
    --primary: #0033B4;
    --secondary: #67B0C4;
    --grey: #707070;
    --secondary-grey: #656565;
    --light-grey: #B4BBD0;
    --brown: #A47B56;
}
/* Text */
.text-center {
  text-align: center;
}
.text-dark {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: var(--primary);
}
/* Margins */
.auto {
  display: block;
  margin: 0 auto;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body{
    font-family: 'Articulat CF Normal', sans-serif !important;
    font: normal, 18px/1.8rem, 'Articulat CF Normal', sans-serif !important;
    color: #1C1C1C;
    background-color: rgba(231, 231, 231, .5);
    position: relative;
}
p{
    font-size: 16px;
    line-height: 1.8rem;
}
a{
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}

/* Containers */

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.container-hero {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 575px) {
    .container, .container-hero {
        padding: var(--light-padding) !important;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1640px;
    }
    .container-hero {
      max-width: 1860px;
    }
}


/* Header */

.header {
  position: fixed;
  width: 100%;
  top: 30px;
  z-index: 999;
  transition: all .2s ease;
}

.whatsapp-icon-desktop {
  position: fixed;
  bottom: 84px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 99;
  transition: 100ms ease-in-out;
}

.whatsapp-icon-desktop:hover {
  transform: scale(1.1);
}

/* !!!! */

.menu-icon,
.check-button, .check-button-close {
	cursor: pointer;
	display: none;
}
.menu-icon .bar1, 
.menu-icon .bar2, 
.menu-icon .bar3 {
    width: 28px;
    height: 3px;
    background-color: #0033B4;
    margin: 5px 0;
    transition: 0.4s;
}

.lock {
  overflow: hidden;
}

.menu-main-menu-container {
  position: relative;
}

.btn-contato {
  position: absolute;
  right: 0;
}


.btn-login {
  position: absolute;
  right: 10%;
}

.btn-login a:hover {
  border-bottom: none;
}

@media screen and (max-width: 1440px) {
  .btn-login {
    right: 11%;
  }
}

@media screen and (max-width: 1366px) {
  .btn-login {
    right: 15%;
  }
}

@media screen and (max-width: 768px) {
  .btn-contato, .btn-login {
    position: unset;
  }
}

.menu-main-menu-container ul {
  list-style-type: none;
  font-size: 18px;
  padding-left: 0;
}

.menu-main-menu-container .menu {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    max-width: 900px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr .5fr .5fr;
    margin: 0 auto;
    align-content: center;
    justify-items: center;
}

@media screen and (max-width: 1366px) {
  .menu-main-menu-container .menu {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.check-button-close {
  justify-self: flex-end;
}

@media (max-width: 767px){
  .menu-icon,
  .check-button, .check-button-close {
		display: block;
	}
  .check-button, .check-button-close{
      border: none;
      background: transparent;
      padding: 1rem 1rem !important;
  }
  .menu-main-menu-container .menu {
    display: flex;
    justify-content: unset;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
  }
	.main-menu span{
		position: absolute;
		width: 100%;
    height: auto;
		background: #fff;
		left: -999px;
    top: 0;
		text-align: left;
		transition: all cubic-bezier(.79,.14,.15,.86) .5s;
    padding: 0;
    padding-top: 20px;
    margin: 0;
    z-index: 1;
    border-radius: 16px;
	}
  .main-menu ul:not(.sub-menu){
      margin-top: 26px;
      border-radius: 12px;
  }
	.main-menu ul li{
		display: block;
		margin: 0;
		line-height: 30px;
	}
	.main-menu ul li a {
    font-size: 2rem;
	}
    .main-menu ul.sub-menu{
        position: relative;
        top: 0;
        margin-left: 30px;
        display: block;
        width: auto;
    }
    .main-menu ul.sub-menu a{
        color: var( --wpdevs-gray1 );
    }
    .show-dropdown{
        left: 0 !important;
    }  
    .animate-button .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 4px);
        transform: rotate(-45deg) translate(-4px, 4px);
    }
    .animate-button .bar2 {opacity: 0;}
    .animate-button .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
    }
}

/* !!!! */



.header a {
  color: #1A1A1A;
  transition: all .2s ease-in-out;
  padding-bottom: 8px;
  border-bottom: solid 2px transparent;
}

.header a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.header .btn a:hover {
  border: none;
}

.header a:active {
    color: var(--primary);
  border-color: var(--primary);
}

.header.fix-head {
  top: 0;
}

.header-wrapper {
    display: flex;
    margin: 0 auto;
}

.header-wrapper .container {
  display: flex;
  justify-content: space-between;
  padding: 32px 36px 28px 58px;
  border-radius: 60px;
  background-color: #fff;
  transition: all .2s ease;  
}


.container.shrink {
  padding: 28px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.logo-wrapper {
  align-self: center;
}

.logo-wrapper a img {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
}

header .main-menu {
  flex-grow: 2;
  width: 100%;
  align-self: center;
}

.btn.btn-primary.text-white.menu-item.menu-item-type-post_type.menu-item-object-page a {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    line-height: normal;
}

.btn.outlined.menu-item {
  padding: 10px 34px;
}

.btn.outlined.menu-item a {
  color: #1c1c1c;
  padding-bottom: 0;
}

.btn.outlined.menu-item:hover a,
.btn.outlined.menu-item a:hover {
  color: #fff !important;
}

.whatsapp-icon {
  display: block;
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 768px) {
  .header {
    top: 0;
  }
  .header-wrapper {
    max-width: 94%;
    position: relative;
    top: 10px;
  }
  .header-wrapper .container {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    position: relative;
    padding: 0 !important;
    padding-left: 10px !important;
  }
  header .main-menu {
    display: flex;
    flex-grow: 2;
    width: 100%;
    max-width: 560px;
    align-self: center;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }
  header .mobile-only {
    display: block;
  }
  .whatsapp-icon {
    width: 32px;
    height: 32px;
    align-items: center;
    flex-direction: column;
  }  
  
}

.menu-buttons-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}

.btn {
  display: flex;
  max-width: fit-content;
  padding: 12px 34px;
  font-size: 18px;
  line-height: 1.25rem;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  border-radius: 32px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn {
    padding: 12px 24px !important;
  }
}

.btn.outlined {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn.outlined.secondary {
  border: 1px solid var(--secondary);
  color: #fff;
}

.btn:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.btn-primary {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary svg path{
  stroke: #fff;
}

.btn-primary:hover, .btn-white:hover {
  filter: brightness(1.2);
}

.btn-white {
  border-color: #fff;
  color: #fff;
}

[type=button], [type=submit] {
  display: flex !important;
  max-width: fit-content !important;
  padding: 12px 34px !important;
  font-size: 18px !important;
  line-height: 1.25rem !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  border-radius: 32px !important;
  color: #fff !important;
}

[type=button].btn-primary, [type=submit].btn-primary, button.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

[type=button].btn-primary:focus, [type=button].btn-primary:hover, [type=submit].btn-primary:focus, [type=submit].btn-primary:hover, button.btn-primary:focus, button.btn-primary:hover {
  background-color: var(--primary);
  filter: brightness(1.2);
}

.bg-primary {
  background-color: var(--primary);
}

.hero {
  display: flex;
  position: relative;
  height: 80vh;
  align-items: center;
  color: #fff;
}

.hero h1 {
  font-size: 4rem;
  line-height: 4.75rem;
}

.hero-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 983px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 9;
  padding-top: 40px;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  z-index: -1; /* stays behind the text */
}

.hero .btn {
  margin-top: 23px;
}

/* Parcerias */
#parcerias {
  margin-top: 45px;
}

#parcerias p {
  margin-bottom: 24px;
}

.hero-divider {
  padding-top: 44px;
  padding-bottom: 92px;
}

/* Intro */
#intro h2 {
  max-width: 85%;
  font-size: 2.65rem;
  line-height: 4rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  margin-bottom: 42px;
}


.paint-phrase {
  position: relative;
  display: inline;
  z-index: 0;
  padding: 0 0.15em;
}

.paint-phrase.has-visible::before {
  opacity: 1;
}

.paint-char {
  background-color: transparent;
  position: relative;
  z-index: 1;
  transition: background-color 0.15s ease;
}

.paint-char:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.paint-char:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
} 

.paint-char.visible {
  background-color: rgba(0, 51, 180, 1);
  color: #fff;
}

/* como funciona */

#como-funciona {
  margin-top: 256px;
}

.line-below {
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--grey);
}

#como-funciona h3 {
  font-size: 2.5rem;
}

#como-funciona .wrapper p {
  font-size: 1.125rem;
}

.graph-wrapper {
  position: relative;
  margin-top: 67px;
  margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
  #como-funciona .ending-p {
    font-size: 24px;
    line-height: 28px;
  }
}



.graph-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 24px;
}

.graph-inner {
  display: flex;
  position: relative;
  z-index: 9;
  align-items: center;
  flex-direction: column;
}

.graph-rounded {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  line-height: 0;
  padding: 28px;
  border: 1px solid #D5D5D5;
  border-radius: 12px;
}

.graph-rounded img {
  display: block;
  width: 130px;
  height: auto;
}

.graph-rounded-mt {
  margin-top: 93px;
}

.graph-vertical-divider {
  width: 12px;
  height: auto;
}

.graph-horizontal-divider {
  width: 90%;
  max-width: 971px;
  height: auto;
  margin-bottom: 18px;
}

.mb-22 {
  margin-bottom: 22px;
}

.graph-design-1 {
  margin-top: 18px;
  margin-bottom: 9px;
  width: 320px;
  height: auto;
  display: block;
}

.graph-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1435px;
  width: 90%;
  padding-bottom: 114px;
}

@media screen and (max-width: 768px) {
  .graph-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.graph-design-2, .graph-design-4 {
  margin-top: 74px;
}

.grid-item .graph-vertical-divider {
  margin-top: 24px;
  margin-bottom: 44px;
}

.grid-item .ico {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
}

.grid-item .wrap .title {
  display: flex;
  gap: 0 10px;
}

.grid-item .wrap .body {
  display: flex;
  gap: 0 32px;
  position: relative;
}

.grid-item-text {
  color: #fff;
  font-size: 1.125rem;
  position: relative;
}

.grid-item-text {
  margin-top: 33px;
  margin-bottom: 0;
  line-height: 0;
}

.grid-item .graph-rounded {
  padding: 24px;
  position: relative;
  margin-bottom: 0;
}

.reveal {
  opacity: 0;
  transition: all 0.8s ease;
}

/* Starting offsets (hidden state) */
.reveal[data-direction="top"] {
  transform: translateY(-40px);
}
.reveal[data-direction="bottom"] {
  transform: translateY(40px);
}
.reveal[data-direction="left"] {
  transform: translateX(-40px);
}
.reveal[data-direction="right"] {
  transform: translateX(40px);
}

/* When visible: back to normal position */
.reveal.visible {
  opacity: 1;
  transform: translate(0,0);
}

.line-box {
  display: block;
  width: 30px;
  height: 34px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  top: 0;
  left: 20px;
}

.marquee {
  overflow: hidden;
  width: 100%;
  height: 94px;
  position: relative;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

.marquee__track img {
  filter: grayscale(1);
  margin-right: 34px;
  flex-shrink: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#intro .wrapper {
  max-width: 502px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#intro .wrapper .btn {
  max-width: 86%;
  color: var(--primary);
}

#como-funciona .wrapper {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
}

.btn-appended {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 3.2px;
  max-width: fit-content;
}

.btn-appended.center-align {
  justify-content: center;
}

.btn-appended.center-justified {
  justify-self: center;
}



.left-apdg {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: transparent;
    transition: 0.4s;
    overflow: hidden;
}

.left-apdg.left {
  transform: scale(0);
  width: 0px;
}

.btn-appended-text {
    padding: 12px 24px;
    border-radius: 80px;
    background: transparent;
    color: var(--primary);
    line-height: 150%;
    font-weight: 400;
}

.right-apdg {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: transparent;
    transition: 0.4s;
    overflow: hidden;
}

.btn-appended-text.outlined, .right-apdg.outlined, .left-apdg.outlined {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn-appended:hover .left {
  width: 48px;
  transform: scale(1);
}

.btn-appended:hover .right {
  transform: scale(0);
  width: 0px;
}

#big-numbers {
  margin-top: 300px;
}

#big-numbers .intro-wrapper {
  display: grid;
  grid-template-columns: 1.5fr .5fr;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--grey);
}

#big-numbers .intro-wrapper .title {
  font-size: 2.5rem;
}

#big-numbers .intro-wrapper img {
  width: 100%;
  max-width: 258px;
  position: relative;
  bottom: -36px;
  justify-self: flex-end;
}

#big-numbers .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #big-numbers {
    margin-top: 100px;
  }
  #big-numbers .wrapper {
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
  #big-numbers .intro-wrapper {
    grid-template-columns: 1fr;
  }
  #big-numbers .intro-wrapper .title {
    order: 2;
    line-height: 44px;
  }
  #big-numbers .intro-wrapper img {
    position: static;
    justify-self: center;
    padding-bottom: 156px;
  }
}

.big-numbers-item {
  border-left: 1px solid var(--grey);
  padding-left: 54px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  gap: 26px 0;
}

.big-numbers-title {
  font-size: 5rem;
  color: var(--primary);
}

.big-numbers-body {
  font-size: 1.5rem;
}

.transformar-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--brown);
  border-radius: 1rem;
  margin-top: 60px;
}

/* .transformar-wrapper .btn-appended {
  font-size: 1.5rem;
}

.transformar-wrapper .right-apdg, .transformar-wrapper .btn-appended:hover .left {
 width: 60px;
 height: 60px;
}

.transformar-wrapper .left-apdg svg, .transformar-wrapper .right-apdg svg {
  width: 29px;
  height: 28px;
} */

.transformar-wrap {
  padding: 55px 51px 0 118px;
}

.transformar-title {
  font-size: 2.5rem;
  line-height: 44px;
  color: #fff;
}

.transformar-body {
  font-size: 1.125rem;
  margin-bottom: 28px;
  color: #fff;
}

.mobile-only {
  display: none !important;
}

.flex {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  /* .transformar-wrapper {
    grid-template-columns: 1fr;
    position: relative;
  } */
  /* .transformar-wrapper img {
    border-radius: 1rem;
  } */
  .flex {
    justify-content: center;
  }
  .transformar-wrap {
    padding: 42px 22px 0;
    padding-bottom: 32px;
  }
  .mobile-only {
    display: flex !important;
  }
  .desktop-only {
    display: none;
  }
  .transformar-wrapper .btn-appended {
    position: absolute;
    bottom: -24px;
    left: 16%;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1366px) {
  .transformar-wrapper {
    grid-template-columns: 1fr;
    position: relative;
    padding-bottom: 40px;
  }
    .transformar-wrapper img {
    border-radius: 1rem;
  }
}

.swiper.parteSwiper, .swiper.materiasSwiper {
  width: 100%;
  height: 100%;
}

.swiper.parteSwiper .swiper-slide {
  width: 866px;
  height: 490px;
  background-color: #002359;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 50px;
  padding-left: 67px;
  padding-right: 90px;
  border-radius: 20px;
  justify-content: space-between;
}

.swiper.parteSwiper .swiper-slide span {
  display: flex;
  flex-direction: column;
}

.color-1 {
  background-color: #002359 !important;
}
.color-2 {
  background-color: #67b0c4 !important;
}
.color-3 {
  background-color: #AC865D !important;
}

.swiper.parteSwiper .swiper-slide img {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
}

.parteSwiper .parteSwiper-quote {
  font-size: 1.3rem;
  padding-top: 50px;
}

.parteSwiper .parteSwiper-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 40px;
}

#quem-faz-parte {
  margin-top: 223px;
}

#quem-faz-parte .title {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 41px;
}

#quem-faz-parte .btn-appended {
  margin-top: 56px;
}

@media screen and (max-width: 768px){
  #quem-faz-parte {
    margin-top: 110px;
  }
  .swiper.parteSwiper .swiper-slide {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
  }
}

.parteSwiper .parteSwiper-company {
  font-size: 1.3rem;
  justify-self: flex-end;
} 

#duvidas {
  margin-top: 144px;
  margin-bottom: 130px;
}

#duvidas .wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 0 80px;
  border-radius: 16px;
}

#duvidas .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  gap: 20px 0;
}

#duvidas .text-wrap p {
  font-size: 2rem;
  line-height: 2.75rem;
}

#duvidas .text-wrap span {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
}

#duvidas .text-wrap span img {
  width: 100%;
}

.duvidas-mask {
  width: 100%;
  max-height: 420px;
}

#duvidas img {
  position: relative;
  align-self: flex-end;
  bottom: 0;
}

.binnoculars {
  display: flex;
  justify-self: flex-end;
  width: 277px;
  height: auto;
  position: relative;
  bottom: -40px;
}

@media screen and (max-width: 768px) {
  #duvidas {
    margin-top: 80px;
    margin-bottom: 36px;
  }
  #duvidas .wrapper {
    grid-template-columns: 1fr;
  }
  #duvidas .text-wrap {
    padding: 45px 32px;
    width: 100%;
  }
  #duvidas .btn {
    display: block;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .duvidas-mask {
    display: none;
  }
  .binnoculars {
    justify-self: center;
  }
}

/* footer */

footer {
  background-color: #1C1C1C;
  min-height: 100vh;
  padding-top: 72px;
  color: var(--secondary-grey);
  z-index: 999;
  position: relative;
}

.newsletter-wrapper {
  display: grid;
  grid-template-columns: 1fr .4fr;
  color: #fff;
}

.nwltr-title {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.newsletter-wrapper form {
  display: flex;
  gap: 0 6px;
}

.form-wrap {
  align-self: center;
}

input[type=email] {
  border: 1px solid var(--grey) !important;
  border-radius: 36px !important;
  color: var(--grey) !important;
}

footer .menu-wrapper {
  display: grid;
  grid-template-columns: .7fr .5fr .7fr .75fr;
  margin-top: 79px;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
}

.block p, .block a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.block a {
  display: block;
  margin-top: 10px;
  color: inherit;
}

.footer-title {
  font-size: 1.25rem;
  color: var(--light-grey);
  font-weight: 500;
  margin-bottom: 40px !important;
}

.menu-wrapper .block-border-left {
  border-left: 1px solid var(--grey);
}

.menu-wrapper .block-border-right {
  border-right: 1px solid var(--grey);
}

.footer-logo {
  margin-top: 50px;
}

.menu-wrapper .block {
  padding: 50px 0 66px 45px;
}

footer .menu ul {
  list-style-type: none;
  padding: 0;
}

footer .menu ul li {
  padding-bottom: 1.25rem;
}

footer .menu ul li a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--grey);
}

footer .socials-mini-block {
  padding-top: 58px;
}

footer .socials-mini-block p {
  color: var(--light-grey);
}

.socials-wrapper {
  display: flex;
  padding-top: 20px;
  gap: 20px;
}

.socials-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 50%;
}

.socials-wrapper a:hover {
  filter: brightness(1.2);
}

.socials-wrapper a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}

.socials-wrapper .face {
  max-width: 10px;
}

.socials-wrapper .link {
  max-width: 18px;
}

.copyright-wrapper {
  display: grid;
  grid-template-columns: 1fr .3fr;
  gap: 40px;
  margin-top: 24px;
}

.copyright-wrapper a {
  color: var(--grey);
}

.footer-end-logo {
  margin-top: 66px;
  display: block;
}

@media screen and (max-width: 768px) {
  .newsletter-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .newsletter-wrapper form {
    flex-direction: column;
    gap: 10px;
  }
  .newsletter-wrapper form [type=submit] {
    display: block !important;
    max-width: 100% !important;
  }
  .o-1 {
    order: 1;
  }
  .o-2 {
    order: 2;
  }
  .block-border-left, .block-border-right {
    border-left: none !important;
    border-right: none !important;
  }
  footer .menu-wrapper {
    grid-template-columns: 1fr;
  }
  footer .menu-wrapper .block {
    border-top: 1px solid var(--grey);
    padding: 40px 0 40px;
  }
  .copyright-wrapper {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  #intro h2 {
    max-width: 100%;
    font-size: 24px;
    line-height: 36px;
  }

  #intro .btn-appended-text {
    font-size: 24px;
  }

  #intro .right-apdg, #intro .left-apdg {
    display: none;
  }

  .line-below {
    border-bottom: none;
  }

  .hero-divider {
    padding-bottom: 40px;
  }

  #como-funciona {
    margin-top: 138px;
  }

  #como-funciona .wrapper {
    grid-template-columns: 1fr;
  }
}

/* contato */

#contato-hero {
  background: url('./assets/img/contato-background.png');
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 224px;
}

#contato-hero .container.small, #local .container.small{
  max-width: 1364px;
}

.contato-wrapper {
  display: grid;
  grid-template-columns: .8fr .8fr;
  gap: 150px;
  color: #fff;
}

.small-line-below::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  border-bottom: 1px solid var(--grey);
  position: relative;
  bottom: 0;
}

.contato-inner h2 {
  font-size: 2.5rem;
}

.contato-inner .body {
  font-size: 1.375rem;
  margin-bottom: 69px;
}

.contacts-wrap {
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 22px;
  align-items: center;
}

.mb-18 {
  margin-bottom: 18px;
}

.contacts-wrap a {
  font-size: 1.25rem;
  color: #1c1c1c;
}

.contacts-wrap img {
  width: 56px;
  height: 56px;
}

.contato-inner .socials-mini-block p {
  color: #1c1c1c;
  margin-top: 46px;
  margin-bottom: 0;
}

@media screen and (min-width: 2200px) {
  .contato-inner .socials-mini-block p {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .contato-inner .socials-mini-block p {
    color: #fff;
    text-align: center;
  }
  .contato-inner .socials-mini-block .socials-wrapper {
    justify-content: center;
  }
  .contato-inner .socials-mini-block .socials-wrapper a {
    background-color: #002359;
  }
}

.contato-form {
  background-color: #fff;
  color: #1f3140;
  border-radius: 20px;
  padding: 40px;
}

.contato-form .title {
  font-size: 1.25rem;
  font-weight: 600;
}

.contato-form .body {
  font-size: 12.8px;
  margin-bottom: 20px;
}

.contato-form .body a {
  color: rgb(0, 204, 255);
  font-weight: 600;
}

#local {
  margin-top: 108px;
}

.blue-block {
  display: flex;
  background-color: #002359;
  border-radius: 16px;
  color: #fff;
  padding: 28px 0 28px 48px;
  gap: 20px;
  margin-bottom: 27px;
}

.blue-block p {
  margin-bottom: 0;
}

.blue-block img {
  display: flex;
  width: 21px;
  height: 28px;
}

#local .map-wrapper {
  padding-bottom: 97px;
}

#local .map-wrapper .wrap {
  position: relative; 
  width: 100%; 
  /* padding-bottom: 56.25%;  */
  /* height: 0;  */
  overflow: hidden;
}

#local .map-wrapper iframe {
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .contato-wrapper {
    grid-template-columns: 1fr;
    gap: 84px;
  }
  #contato-hero {
    background: url('./assets/img/contato-mobile-background.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 112px;
  }
  .contato-inner h2 {
    font-size: 32px;
  }
  .contato-inner .body {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .contacts-wrap {
    padding: 12px 18px;
    gap: 10px;
  }
  .contacts-wrap a {
    font-size: 18px;
  }
  .blue-block {
    padding: 28px 20px;
  }
}

@media screen and (max-width: 1440px) {
  #contato-hero {
    background-size: auto;
  }
}

@media screen and (max-width: 1366px) {
  .container.small {
    max-width: 1140px;
  }
}

/* Sobre */

#sobre .hero {
  flex-direction: column;
  background-color: var(--primary);
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 200px;
  border-radius: 24px;
  max-width: 1840px;
  width: 95%;
  height: auto;
  text-align: center;
  justify-content: center;
}

#sobre h2 {
  max-width: 712px;
  font-size: 4rem;
  line-height: 4rem;
}

#sobre .body {
  max-width: 536px;
  margin-top: 90px;
  margin-bottom: 50px;
  font-size: 1.5rem;
  line-height: 2rem
}

#sobre .wrap, #diretrizes .wrap {
  width: 100%;
  max-width: 841px;
  background-color: #fff;
  color: #1c1c1c;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}

.sobre-wrapper .pill {
  margin: 0 auto;
  max-width: 140px;
  color: #1C1C1C;
  background-color: #fff;
  border: 1px solid var(--brown);
  border-radius: 24px;
  text-align: center;
  padding: 12px 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-size: 14px;
}

.sobre-wrapper img {
  width: 100%;
  height: auto;
}

.sobre-wrapper p {
  width: 100%;
  max-width: 658px;
  margin: 0 auto;
}

.sobre-wrapper .title {
  font-size: 2rem;
  margin-top: 42px;
}

#sobre .sobre-wrapper .body {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 48px;
  padding-bottom: 86px;
}

#sobre .inter-text {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: left;
  margin-top: 107px;
}

#sobre #big-numbers {
  margin-top: 107px;
  margin-bottom: 145px;
}

#sobre #big-numbers .wrapper {
  margin-top: 0;
  text-align: left;
}

#sobre .big-numbers-title {
  color: var(--brown);
}

@media screen and (max-width: 768px) {
  #sobre .hero {
    width: 100%;
    padding-top: 126px;
    margin-top: 0;
  }
  #sobre .hero h2 {
    max-width: 216px;
    font-size: 36px;
    line-height: 44px;
  }
  #sobre .body {
    max-width: 294px;
    margin-top: 36px;
  }
  .sobre-wrapper {
    padding: 0 20px;
  }
  #sobre .sobre-wrapper .body {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 60px;
  }
  #sobre .inter-text {
    margin-top: 20px;
  }
  #sobre #big-numbers {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}



#timeline .timeline-wrap {
  position: relative;
}

.swiper.timelineSwiper {
  width: 100%;
  height: 100%;
  margin-top: 195px;
  position: relative;
}

.timeline-swiper.custom.swiper-button-next, .timeline-swiper.custom.swiper-button-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 26px;
  background-color: var(--primary);
  top: -90px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.timeline-swiper.custom.swiper-button-prev {
  left: 0;
}

.timeline-swiper.custom.swiper-button-next {
  left: 65px;
}

.timeline-swiper.swiper-pagination {
  top: -33px !important;
}

.timeline-swiper.custom.swiper-button-next svg path, .timeline-swiper.custom.swiper-button-prev svg path {
  stroke: #fff;
}

.timeline-swiper.custom.swiper-button-next svg, .timeline-swiper.custom.swiper-button-prev svg {
  width: 56px;
  height: 24px;
}

.timeline.custom.swiper-button-prev.swiper-button-disabled, .timeline.custom.swiper-button-prev.swiper-button-disabled {
  background-color: rgba(0, 51, 180, .1);
}

.timeline-swiper.custom.swiper-button-prev.swiper-button-disabled svg path, .timeline.custom.swiper-button-prev.swiper-button-disabled svg path {
  stroke: #fff;
}

.swiper.timelineSwiper .swiper-slide {
  width: 536px;
  height: 535px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#timeline {
  margin-top: 215px;
}

#timeline .title {
  font-size: 3.5rem;
  line-height: 4rem;
}

#timeline .body {
  font-size: 1.25rem;
  line-height: 2rem;
}

.slide-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 42px;
}

.slide-body {
  font-size: 1rem;
  line-height: 2rem;
  padding-right: 32px;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin-top: 69px;
  }
  #timeline .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .swiper.timelineSwiper {
    margin-top: 146px;
  }
}

#homeslider .homeslider-wrap {
  position: relative;
}

.swiper.homeSwiper {
  width: 100%;
  height: 100%;
  margin-top: 58px;
  position: relative;
}

.homeslider-swiper.custom.swiper-button-next,
.homeslider-swiper.custom.swiper-button-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 26px;
  background-color: var(--primary);
  top: -90px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.homeslider-swiper.custom.swiper-button-prev {
  left: 0;
}

.homeslider-swiper.custom.swiper-button-next {
  left: 65px;
}

.homeslider-swiper.swiper-pagination {
  top: -33px !important;
}

.homeslider-swiper.custom.swiper-button-next svg path,
.homeslider-swiper.custom.swiper-button-prev svg path {
  stroke: #fff;
}

.homeslider-swiper.custom.swiper-button-next svg,
.homeslider-swiper.custom.swiper-button-prev svg {
  width: 56px;
  height: 24px;
}

.homeslider.custom.swiper-button-prev.swiper-button-disabled,
.homeslider.custom.swiper-button-prev.swiper-button-disabled {
  background-color: rgba(0, 51, 180, .1);
}

.homeslider-swiper.custom.swiper-button-prev.swiper-button-disabled svg path,
.homeslider.custom.swiper-button-prev.swiper-button-disabled svg path {
  stroke: #fff;
}

.homeSlider-link-wrapper {
  display: grid;
  justify-content: flex-end;
}

.homeSlider-link-wrapper a {
  display: flex;
  flex-direction: row;
  gap: 4px;
  width: 100%;
  border-bottom: 2px solid #0033B4;
}

.homeSlider-link-wrapper span {
  color: #29292B;
}

.homeSlider-link-wrapper span:hover {
  color: var(--primary);
}

.homeSlider-link-wrapper svg {
  justify-self: center;
}

.swiper.homeSwiper .swiper-slide {
  width: 536px;
  height: 535px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.swiper.homeSwiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  transition: all .2s ease;
}

.swiper.homeSwiper .swiper-slide img:hover {
  transform: scale(1.2);
}

.swiper.homeSwiper .swiper-slide a {
  color: #29292B;
  margin-top: 0;
  overflow: hidden;
  border-radius: 16px;
  max-height: 294px;
}

.swiper.homeSwiper .swiper-slide a:hover {
  color: var(--primary);
}

.swiper.homeSwiper .swiper-slide .post-date {
  font-size: 10px;
  position: relative;
  margin: 14px 0;
}

#homeslider {
  margin-top: 78px;
}

#homeslider .title {
  font-size: 3.5rem;
  line-height: 4rem;
}

#homeslider .body {
  font-size: 1.25rem;
  line-height: 2rem;
}

@media screen and (max-width: 768px) {
  #homeslider {
    margin-top: 69px;
  }

  #homeslider .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .swiper.homeSwiper {
    margin-top: 146px;
  }
}

#convention .convention-wrap {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}

.swiper.conventionSwiper {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 46px;
}

.convention-swiper.custom.swiper-button-next, .convention-swiper.custom.swiper-button-prev {
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 26px;
  background-color: var(--primary);
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.convention-swiper.custom.swiper-button-prev {
  left: -84px;
}

.convention-swiper.custom.swiper-button-next {
  right: -84px;
}

.convention-swiper.swiper-pagination {
  top: -33px !important;
}

.convention-swiper.custom.swiper-button-next svg path, .convention-swiper.custom.swiper-button-prev svg path {
  stroke: #fff;
}

.convention-swiper.custom.swiper-button-next svg, .convention-swiper.custom.swiper-button-prev svg {
  width: 56px;
  height: 24px;
}

.convention.custom.swiper-button-prev.swiper-button-disabled, .convention.custom.swiper-button-prev.swiper-button-disabled {
  background-color: rgba(0, 51, 180, .1);
}

.convention-swiper.custom.swiper-button-prev.swiper-button-disabled svg path, .convention.custom.swiper-button-prev.swiper-button-disabled svg path {
  stroke: #fff;
}

.swiper.conventionSwiper .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  justify-content: center;
}

#convention {
  margin-top: 215px;
}

#convention .title {
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 0;
}

#convention .body {
  font-size: 1.25rem;
  text-align: center;
}

.conventionSwiper .swiper-slide .color-block {
  width: 284px;
  padding-left: 32px;
  padding-top: 50px;
  background-color: var(--primary);
  border-radius: 16px;
  color: #fff;
  margin-right: 16px;
}

.conventionSwiper .swiper-slide .block-img-wrapper {
  object-fit: cover;
  border-radius: 8px;
}

.conventionSwiper .swiper-slide .block-img-wrapper img {
  height: 100%;
}

.color-block.dark-blue {
  background-color: #002359 !important;
}

.color-block.brown {
  background-color: #A47B56 !important;
}

.color-block.green-blue {
  background-color: #67B0C4 !important;
}

.color-block-date {
  font-size: 3rem;
  margin-bottom: 4.25rem;
}

.color-block-state {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.color-block-city {
  font-size: 2rem;
  line-height: 2.75rem;
}

@media screen and (max-width: 768px) {
  #convention {
    margin-top: 69px;
  }
  #convention .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 12px;
  }
  .swiper.conventionSwiper {
    margin-top: 80px;
    margin-bottom: 160px;
  }
  .swiper.conventionSwiper .swiper-slide {
    flex-direction: column;
  }
  .conventionSwiper .swiper-slide .color-block {
    width: 100%;
  }
  .color-block-date {
    margin-bottom: 2rem;
  }
  .convention-swiper.custom.swiper-button-next, .convention-swiper.custom.swiper-button-prev {
    top: 454px;
  }
  .convention-swiper.custom.swiper-button-next {
    right: 30%;
  }
  .convention-swiper.custom.swiper-button-prev {
    left: 30%;
  }
}



#diretrizes {
  margin-top: 200px;
}

#diretrizes .grey-box {
  width: 95%;
  max-width: 1846px;
  background-color: #e7e7e7;
  padding: 120px 240px;
  margin: 0 auto;
  border-radius: 32px;
}

@media screen and (max-width: 1366px) {
  #diretrizes .grey-box {
    width: 100%;
    padding: 60px 120px;
  }
}

#diretrizes .grey-box img {
  width: 100%;
  max-width: 256px;
  height: auto;
  max-height: fit-content;
  align-self: flex-end;
}

#diretrizes .title {
  font-size: 3.5rem;
  line-height: 4rem;
  margin-bottom: 72px;
}

#diretrizes .grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

#diretrizes .grid-1 .wrap {
  display: flex;
  border-radius: 16px;
  padding-top: 77px;
  padding-left: 60px;
  padding-right: 25px;
  gap: 60px;
}

#diretrizes .grid-1 .wrap .text-box .title {
  font-size: 2.5rem;
  line-height: 3rem;
}

#diretrizes .grid-1 .wrap .text-box .body {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

#diretrizes .grid-2 {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

#diretrizes .grid-2 .wrap {
  display: flex;
  border-radius: 16px;
  padding-top: 62px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 49px;
  gap: 60px;  
}

#diretrizes .grid-2 .wrap img {
  max-width: 332px;
  align-self: center;
}

#diretrizes .grid-2 .wrap:first-child {
  grid-row: 1 / span 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
}

#diretrizes .grid-2 .wrap:last-child {
  max-width: 100%;
  grid-column: 2 / span 2;
  padding-right: 90px;
}


#diretrizes .grid-2 .wrap .text-box .title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--primary);
  margin-bottom: 20px;
}

#diretrizes .grid-2 .wrap:first-child .title {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #1c1c1c;
  padding-left: 30px;
}

#diretrizes .grid-2 .wrap .text-box .body {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
  #diretrizes {
    margin-top: 40px;
  }

  #diretrizes .grey-box {
    padding: 40px 20px;
  }

  #diretrizes .grey-box .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  #diretrizes .grid-1, #diretrizes .grid-2 {
    grid-template-columns: 1fr;
  }

  #diretrizes .grid-1 .wrap {
    padding: 34px 30px;
    padding-bottom: 0;
    flex-direction: column;
    gap: 0;
  }

  #diretrizes .title {
    margin-bottom: 32px;
  }

  #diretrizes .grid-2 .wrap:first-child, #diretrizes .grid-2 .wrap:last-child {
    grid-row: unset;
    grid-column: unset;
  }

  #diretrizes .grid-2 .wrap:last-child {
    padding-right: 20px;
  }
  
  #diretrizes .grid-2 .wrap .text-box .title {
    padding-left: 0;
  }
}

#ceo {
  margin-top: 140px;
}

#ceo .wrap {
  display: flex;
  max-width: 100%;
  background-color: var(--brown);
  border-radius: 16px;
  padding: 91px 138px 96px 120px;
  gap: 70px;
  color: #fff;
}

#ceo .wrap img {
  width: 222px;
  height: 222px;
  align-self: center;
}

#ceo .wrap .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#ceo .wrap .text-box .title {
  font-size: 2.5rem;
  margin-bottom: 54px;
}

#ceo .wrap .text-box .body {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 32px;
}

#ceo .wrap .text-box .name {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  #ceo {
    margin-top: 80px;
  }
  #ceo .wrap {
    flex-direction: column;
    padding: 60px 20px;
  }
}

#duvidas .text-wrap .smaller {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

#solucoes {
  margin-top: 212px;
}

#solucoes .intro-grid {
  display: grid;
  grid-template-columns: 1fr .4fr;
  gap: 100px;
}

#solucoes .intro-grid .title {
  font-size: 3.5rem;
  line-height: 4rem;
  max-width: 669px;
}

#solucoes .intro-grid .body {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

#processos {
  margin-top: 136px;
}

#processos .opening {
  margin-bottom: 64px;
  font-size: 2.5rem;
  line-height: 2.75rem;
}

#processos .dark-block {
  padding: 46px 132px 46px 46px;
  background-color: #1C1C1C;
  color: #fff;
  border-radius: 16px;
}

#processos .dark-block .dark-block-intro {
  border-bottom: 1px dotted #D8D8D8;
  padding-bottom: 28px;
}

#processos .dark-block .dark-block-intro p {
  font-size: 1.125rem;
  max-width: 720px;
}

#processos .dark-block .dark-block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 146px;
  margin-top: 32px;
}

#processos .dark-block .dark-block-grid .number-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--grey);
  border-radius: 8px;
  width: 54px;
  height: 54px;
  font-size: 1.5rem;
}

#processos .dark-block .dark-block-grid .title {
  margin-top: 33px;
  font-size: 1.5rem;
}

#processos .dark-block .dark-block-grid .body {
  font-size: 1.125rem;
}

#processos .light-blue-block {
  display: flex;
  flex-direction: row;
  background-color: var(--primary);
  padding: 49px 66px 32px 45px ;
  color: white;
  border-radius: 16px;
  justify-content: space-between;
  margin-top: 14px;
}

#processos .light-blue-block .white-box {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-color: white;
}

#processos .light-blue-block .wrap .title {
  font-size: 1.5rem;
}

#processos .light-blue-block .wrap .body {
  font-size: 1.125rem;
  margin-bottom: 0;
}

#processos .light-blue-block .btn {
  align-self: center;
}

#processos .light-blue-block .wrap {
  display: flex;
  gap: 20px;
}

#processos .light-blue-block .wrap .wrap-inner {
  display: flex;
  flex-direction: column;
}

.btn-out-white {
  border-color: #fff !important;
  color: #fff !important; 
}

@media screen and (max-width: 768px) {
  #processos {
    margin-top: 70px;
  }
  #processos .dark-block {
    padding: 38px;
  }
  #processos .dark-block .dark-block-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #processos .light-blue-block {
    flex-direction: column;
  }
  #processos .light-blue-block .wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #solucoes {
    margin-top: 120px;
  }
  #solucoes .intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;

  }
  #solucoes .intro-grid .title {
    font-size: 2.62rem;
    line-height: 2.5rem;
  }
}

.home .cursor {
    width: 30px;
    height: 30px;
    position: absolute;
    pointer-events: none;
    z-index: 9999999;
}

.home .cursor .border {
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary) !important;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
}

.home .cursor .bullet {
      width: 6px;
    height: 6px;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .8;
    transform: translate(-50%, -50%);
    transition: width .3s ease-out, height .3s ease-out;
}

body.enlarge .cursor .bullet {
    width: 60%;
    height: 60%;
}

@media only screen and (min-width: 1025.1px) {
    :root {
        --scrollbar:7.5px;
        --w-100vw: calc(100vw - var(--scrollbar));
    }

    ::-webkit-scrollbar {
        width: var(--scrollbar);
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 1rem
    }

    /* .wrapper {
        width: var(--w-100vw)
    } */
}

@media only screen and (max-width: 1025px) {
    :root {
        --scrollbar:0;
        --w-100vw: 100%
    }
}

#solucoes-accordion {
  margin-top: 160px;
}

#solucoes-accordion .accordion-with-image {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 44px;
}

#solucoes-accordion .accordion {
  width: 50%;
}

#solucoes-accordion .accordion, #solucoes-accordion .image-preview {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#solucoes-accordion .faq-accordion .image-preview {
  flex: unset;
}

#solucoes-accordion .accordion-item {
  margin-bottom: 1rem;
}

#solucoes-accordion .accordion-header {
  width: 100%;
  padding: 1rem;
  background: #fff;
  color: #1c1c1c;
  border: none;
  cursor: pointer;
  text-align: left;
  padding-left: 75px;
  border-radius: 8px;
  position: relative;
  font-size: 1.5rem;
}

#solucoes-accordion .accordion-header:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 4px solid red;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(-50%, -50%) !important;
}

#solucoes-accordion .accordion-item:first-child .accordion-header:before {
  border-color: #E0D4BC;
}

#solucoes-accordion .accordion-item:nth-child(2) .accordion-header:before {
  border-color: #D8E376;
}

#solucoes-accordion .accordion-item:nth-child(3) .accordion-header:before {
  border-color: #75C283;  
}

#solucoes-accordion .accordion-item:nth-child(4) .accordion-header:before {
  border-color: #6276C6;  
}

#solucoes-accordion .accordion-item:nth-child(5) .accordion-header:before {
  border-color: #94D7D6;  
}


#solucoes-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  background-color: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding-left: 75px;
  display: flex;
  justify-content: space-between;
}

#solucoes-accordion .accordion-content p {
  max-width: 340px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

#solucoes-accordion .accordion-content img {
  width: 100%;
  max-width: 138px;
  height: auto;
}

#solucoes-accordion .accordion-content.open {
  max-height: 260px;
  padding-left: 75px;
  display: flex;
}

#solucoes-accordion .image-preview img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all .2s ease;
}

#solucoes-accordion .image-preview img.fade-out {
  opacity: 0;
}

#solucoes-accordion .title {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

#solucoes-accordion .body {
  font-size: 1.125rem;
  line-height: 1.5rem;
  max-width: 779px;
}

@media screen and (max-width: 768px) {
  #solucoes-accordion {
    margin-top: 60px;
  }
  #solucoes-accordion .accordion-with-image {
    flex-direction: column;
  }
  #solucoes-accordion .accordion {
    width: 100%;
  }
  #solucoes-accordion .accordion-content {
    flex-direction: column;
  }
  #solucoes-accordion .accordion-content.open {
    padding-left: 28px;
  }
  #solucoes-accordion .accordion-content img {
    align-self: center;
  }
}

#solucoes-map {
  margin-top: 160px;
}

#solucoes-map .wrap {
  display: flex;
  gap: 16px;
}

#solucoes-map .quem-faz-parte-wrapper {
  background-color: #E7E7E7;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 138px;
  gap: 32px;
}

#solucoes-map .quem-faz-parte-wrapper .title {
  font-size: 2.5rem;
  align-self: flex-start;
}

#solucoes-map .quem-faz-parte-wrapper .body {
  font-size: 1.125rem;
  line-height: 1.5rem;
  align-self: flex-start;
}

#solucoes-map .quem-faz-parte-wrapper .btn-appended {
  align-self: flex-start;
}

#solucoes-map .map-wrapper img {
  display: block;
}

@media screen and (max-width: 768px) {
  #solucoes-map {
    margin-top: 80px;
  }
  #solucoes-map .container {
    max-width: 90%;
    background-color: #e7e7e7;
    border-radius: 16px;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  #solucoes-map .wrap {
    flex-direction: column;
  }
  #solucoes-map .quem-faz-parte-wrapper {
    padding: unset;
    gap: 16px;
  }
  #solucoes-map .quem-faz-parte-wrapper .title {
    font-size: 1.5rem;
    line-height: 2rem;
    align-self: flex-start;
  }
  #solucoes-map .quem-faz-parte-wrapper .body {
    font-size: 16px;
    line-height: 1.5rem;
  }
  #solucoes-map .btn-appended-text {
    padding: 12px 9px;
  }  
}

#solucoes-accordion .accordion-with-image.faq-accordion .accordion-content {
  flex-direction: column;
}

#solucoes-accordion .accordion-with-image.faq-accordion .accordion-content.open {
  flex-direction: column;
  max-height: 900px;
  padding-bottom: 24px;
}

#solucoes-accordion .accordion-with-image.faq-accordion .accordion-content p {
  max-width: 100%;
  padding-right: 32px;
}

#solucoes-accordion .accordion-with-image.faq-accordion .accordion-header::before {
  content: "";
  display: inline-block;
  background: url('./assets/img/arrow-up.png');
  background-size: contain;
  background-repeat: no-repeat;
    border-radius: unset;
  border: unset;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(-50%, -50%);
}

#solucoes-accordion .accordion-with-image.faq-accordion .accordion-item.open .accordion-header::before {
  background-image: url('./assets/img/arrow-down.png');
}

#solucoes-accordion .accordion-with-image.faq-accordion .accordion-header {
  color: var(--primary);
  text-wrap: auto;
}

#solucoes-accordion.faq .title {
  padding-bottom: 28px;
  border-bottom: 1px solid #707070;
}

#solucoes-accordion .accordion-with-image.faq-accordion .accordion {
  width: 100%;
}

#solucoes-form-block {
  margin: 128px 0;
}

#solucoes-form-block .wrap {
  background-color: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}

#solucoes-form-block .container {
  display: flex;
  gap: 20px;
  flex-direction: column;
  background-color: var(--primary);
  border-radius: 8px;
  color: #fff;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#solucoes-form-block #hubspot-form-contato {
  width: 100%;
  max-width: 844px;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
}

#solucoes-form-block .title {
  font-size: 2rem;
  line-height: 2.75rem;
  max-width: 886px;
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #solucoes-form-block .container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

#hero-carousel {
  margin-top: 168px;
}

#hero-carousel .wrapper {
  display: flex;
  gap: 32px;
}

#hero-carousel .swiper.blogSwiper {
  max-width: 1080px;
  height: 415px;
  width: 100%;
  margin-left: 0;
}

#hero-carousel .blogSwiper .swiper-slide {
  display: flex;
  align-items: center;
}

#hero-carousel .blogSwiper .swiper-pagination {
  text-align: left;
  padding-left: 36px;
  padding-bottom: 28px;
}

#hero-carousel .blogSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #fff;
}

#hero-carousel .blogSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

#hero-carousel .blogSwiper .wrap {
  border-radius: 8px;
}

#hero-carousel .blogSwiper .post-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 8px;
  filter: brightness(.6);
}

.post-contet h2:last-of-type {
  font-size: 16px;
}

#hero-carousel .blogSwiper .metadata-box {
    display: flex;
    position: relative;
    color: #fff;
    width: 100%;
    max-width: 520px;
    padding-left: 32px;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
}

#hero-carousel .blogSwiper .metadata-box .post-date {
  font-size: 1rem;
  padding-left: 12px;
  position: relative;
}

#hero-carousel .blogSwiper .metadata-box .post-title {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

#hero-carousel .blogSwiper .metadata-box .post-date:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("./assets/img/ionic-md-time.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #fff;
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: #fff;
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

.pill-outlined {
  text-align: center;
  padding: 6px 28px;
  border: 1px solid red;
  max-width: fit-content;
  border-radius: 15px;
  line-height: normal;
}

.pill-outlined.low-primary {
  border-color: rgba(0, 52, 179, .1)
}

#hero-carousel .side-box .title {
  max-width: 460px;
  font-size: 2.5rem;
  line-height: 3rem;
}

@media screen and (max-width: 768px) {
  #hero-carousel {
    margin-top: 106px;
  }
  #hero-carousel .wrapper {
    flex-direction: column;
  }
  #hero-carousel .blogSwiper .swiper-pagination {
    text-align: center;
  }
}

.pill {
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
  background-color: transparent;
  color: #1c1c1c;
  border: 1px solid rgba(28, 28, 28, .3);
  border-radius: 24px;
  text-transform: uppercase;
}

.pill:hover {
  background-color: var(--primary);
  color: #fff;
}

.pill.no-hover:hover {
  background-color: inherit;
  color: inherit;
}

.pill.primary {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.pill.primary:hover {
  filter: brightness(1.2);
}

#grid-conteudo .container {
  margin-top: 68px;
  padding-bottom: 86px;
  border-bottom: 1px solid rgba(112, 112, 112, .3);
}

#grid-conteudo #category-filters {
  display: flex;
  gap: 8px;
  justify-content: center;
}

#grid-conteudo #post-filter .opening-title {
  font-size: 1.125rem;
  line-height: normal;
}

#grid-conteudo #posts-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 78px 28px;
  margin-top: 40px;
  min-height: 400px;
  position: relative;
}

#grid-conteudo #posts-container .post-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#grid-conteudo #posts-container .post-card .post-date {
  font-size: 10px;
  line-height: normal;
  color: var(--grey);
}

#grid-conteudo #posts-container .post-card .post-title {
  font-size: 22px;
  line-height: normal;
  color: #29292B;
  min-height: 54px;
}

#grid-conteudo #posts-container .post-card .post-title:hover {
  color: var(--primary);
}

#grid-conteudo #posts-container .post-card .post-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

#grid-conteudo #posts-container .post-card .post-image {
  width: 100%;
  height: 100%;
  max-height: 244px;
  object-fit: cover;
  display: block;
  transition: transform .2s;
}

#grid-conteudo #posts-container .post-card .post-image:hover {
  transform: scale(1.2);
}

#grid-conteudo #post-filter .load-more-wrapper {
  display: flex;
  justify-content: center;
}

#grid-conteudo #post-filter .load-more-wrapper .pill {
  width: 260px;
  text-transform: none;
  margin-top: 68px;
}

#grid-conteudo #post-filter .load-more-wrapper #load-more {
  margin-top: 24px;
}

.loader-wrapper {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.loader {
  width: 42px;
  height: 42px;
  border: 6px solid #0033B4;
  border-top: 6px solid #67B0C4;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.post-card.fade-in {
  opacity: 0;
  transform: translateY(20px);
}

.post-card.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}



@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#hero-carousel .side-box #category-filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
  max-width: fit-content;
}

@media screen and (max-width: 768px) {
  #hero-carousel .side-box #category-filters {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .pill {
    padding: 12px 16px;
  }
  #grid-conteudo #posts-container {
    grid-template-columns: 1fr;
  }
  #grid-conteudo .container {
    margin-top: 30px;
    padding-bottom: 50px !important;
  }
}

#single-post {
  margin-top: 155px;
}

/* #single-post .post-content p:nth-child(2), #single-post .post-content p:nth-child(3), 
#single-post .post-content ul:first-of-type, #single-post .post-content ul:last-of-type,
#single-post .post-content h2:last-of-type   {
  display: none;
} */

#single-post .container.flex {
  display: flex;
  max-width: 1200px;
  gap: 60px;
}

#single-post aside {
  width: 100%;
  height: fit-content;
  max-width: 354px;
  border-radius: 16px;
  background-color: rgba(0, 51, 180, .13);
  padding: 30px 34px 50px;
}

#single-post aside .newsletter-wrapper {
  display: flex;
}

#single-post aside .newsletter-wrapper form{
  flex-direction: column;
  gap: 14px;
}

#single-post aside [type="submit"].btn {
  max-width: 100% !important;
}

#single-post aside .newsletter-wrapper .form-wrap{
  width: 100%;
}

#single-post aside .title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 24px;
}

#single-post aside .body {
  font-size: 1.125rem;
  line-height: 1.56rem;
  margin-bottom: 32px;
}

#single-post .pill {
  margin-right: 8px;
  pointer-events: none;
  vertical-align: sub;
}

#single-post .post-title {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 32px;
  margin-bottom: 0;
}

#single-post .post-date {
  font-size: 13px;
  margin-bottom: 48px;
}

#single-post .post-thumbnail-wrapper {
  width: 100%;
  height: auto;
  max-width: 1640px;
  max-height: 386px;
  border-radius: 16px;
  overflow: hidden;
}

#single-post .post-thumbnail {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

#single-post .post-content h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}

#single-post .post-content h3 {
  font-size: 2.25rem;
  line-height: 2.62rem;
}

#single-post .post-content h4 {
  font-size: 2rem;
  line-height: 2.5rem;
}

#single-post .post-content h5 {
  font-size: 1.75rem;
  line-height: 2.12rem;
}

#single-post .post-content h6 {
   font-size: 1.5rem;
   line-height: 2rem;
}

#single-post .post-content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 24px;
}

#single-post .post-content a {
  color: var(--primary);
}

#single-post .post-content a:hover {
  filter: brightness(.5);
}

#single-post .post-content li {
  font-size: 18px;
  line-height: 32px;
}

#single-post .post-content ol {
  margin-bottom: 32px;
}

#single-post .container.big {
  width: 100%;
  max-width: 1840px;
  background-color: #E6E6E6;
  border-radius: 16px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 140px;
} 

#single-post .related-posts {
  margin-top: 60px;
  margin-bottom: 60px;
}

#single-post .related-posts .opening {
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 20px;
}

#single-post .related-posts .post-date {
  margin-top: 10px;
  margin-bottom: 12px;
  color: var(--grey);
}

#single-post .related-posts .post-title {
  font-size: 1.375rem;
  margin-top: 14px;
  margin-bottom: 102px;
  color: #1c1c1c;
}

#single-post .related-posts .post-image-wrapper {
  position: relative;
  height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 16px;
  overflow: hidden;
}

#single-post .related-posts .post-image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 16px;
    transition: transform .2s;
}

#single-post .related-posts .post-image-wrapper img:hover {
  transform: scale(1.2);
}

#single-post .related-posts .post-image-wrapper .categories-wrapper {
  z-index: 9;
  display: flex;
  position: relative;
  bottom: 16px;
  left: 16px;
}

.related-posts .container {
  display: block;
}

.related-posts h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.related-posts-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.general-template {
  width: 100%;
  margin: 140px auto;
  max-width: 1024px;
}

.menu-footer-menu-container ul {
  list-style-type: none;
  padding-left: 0;
}

.menu-footer-menu-container ul li {
  margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
  #single-post {
    margin-top: 104px;
  }
  #single-post .container.flex {
    flex-direction: column;
  }
  #single-post .related-posts-grid {
    display: flex;
    flex-direction: column;
  }
  #single-post .related-posts .post-title {
    margin-bottom: 0;
  }
  #single-post .container.big {
    padding-bottom: 40px !important;
  }
  .general-template {
    margin: 30px auto;
  }
}

#md-app-widget.md-chat-widget-wrapper.RightSide .md-chat-widget-btn-container, #md-app-widget.md-chat-widget-wrapper.RightSide .md-chat-widget-container {
  right: 40px !important;
}

#nossa-marca {
  padding: 400px 0;
  display: grid;
}

.d-grid {
  display: grid;
}

.fnt-dft {
  font-size: 1rem !important;
  line-height: normal;
}

#page-404 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#page-404 h2 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 15rem;
  font-weight: 400;
  color: var(--primary);
}

#page-404 .wrapper h2, #page-404 .wrapper h5 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page-404 h2 {
    font-size: 10rem;
  }
  .about-video {
    max-width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .menu-item-ul {
    padding: 0 20px !important;
    list-style-type: none;
    flex-direction: column;
  }
  .menu-item {
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid lightgray;
  }
  .menu-item a {
    font-size: 16px !important;
    font-weight: normal;
    padding-bottom: 0;
  }
  .menu-item:first-child {
    border-top: 1px solid lightgray;
  }
  .menu-item.flexed {
    display: flex;
    justify-content: space-between;
    gap: 40px 0;
    border-bottom: 0;
  }
  .menu-item-contato {
    width: 140px;
    color: #fff !important;
    background-color: #0033B4;
    border-radius: 40px;
    padding: 8px;
    text-align: center;
  }
}

.menu-r {
  display: flex; justify-content: space-between; padding: 0 20px
}


















