/* Theme base styles */

/* Generic */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
       * 1. Correct the line height in all browsers.
       * 2. Prevent adjustments of font size after orientation changes in iOS.
       * 3. Define a fonte padrão do sistama
       */

html {
  font-family: "Poppins", sans-serif !important;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  scroll-padding-top: 10vh;
}

/* Sections
         ========================================================================== */

/**
       * Remove the margin in all browsers.
       */

body {
  margin: 0;
  background: #ffffff;
}

/**
       * Render the `main` element consistently in IE.
       */

main {
  display: block;
}

/* 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 */
}

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

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

a {
  background-color: transparent;
  text-decoration: none;
}

/**
       * 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: 500;
}

/**
       * 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: 85%;
}

/**
       * 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;
  width: 100%;
}

/* 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"] {
  border-color: transparent;
  -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;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2 {
  font-weight: 200;
}
.d-flex {
  display: flex;
}
.d-flex.justify-content-center {
  justify-content: center;
}
.d-flex.justify-content-end {
  justify-content: flex-end;
}
.d-flex.justify-content-start {
  justify-content: flex-start;
}
.d-flex.flex-direction-row-reverse {
  flex-direction: row-reverse;
}
.hint {
  color: #707274;
}
.opacity-50 {
  opacity: 50%;
}
@media (min-width: 768px) {
  .hide-more-than-tablet {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-less-than-tablet {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .hide-more-than-desktop-custom {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-more-than-desktop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-less-than-desktop {
    display: none !important;
  }
}
@media (max-width: 993px) {
  .hide-less-than-desktop-custom {
    display: none !important;
  }
}

/* Typography */

html {
  font-family: Exo 2;
}

pre {
  font-family: monospace, monospace;
}
html {
  font-size: 10px;
  color: #212529;
}
a {
  color: #212529;
}
@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 5rem;
    line-height: 7rem;
  }
}
h1 strong {
  font-weight: 600;
}
h2 {
  font-size: 3.6rem;
}
h2 strong {
  font-weight: 600;
}
h3 {
  font-size: 2rem;
}
h3 strong {
  font-weight: 600;
}
p {
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 3rem;
}
p strong {
  font-weight: 600;
}
h3 {
  font-weight: 600;
  line-height: 3rem;
}
strong {
  font-weight: 600;
}

/* Components */

.header-block-size {
  height: 100px;
  margin-bottom: 10px;
}
.header {
  background-image: linear-gradient(to right, #03b7a0 65%, #b0eb8b 115%);
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
}
.header section {
  height: 100px;
  padding: 10px 30px;
  position: relative;
  min-width: 370px; /* $min-width */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px;
  margin: auto;
}
.header section .brand {
  max-width: 185px;
  margin-right: 40px;
}
.header section .nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #03b7a0;
  width: 50%;
  min-width: 210px;
  box-shadow: 0 8px 20px #5f5f5f;
  display: none;
  z-index: 2;
}
.header section .nav-mobile ul {
  padding: 100px 30px 30px;
}
.header section .nav-mobile ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.header section .nav-mobile ul li a {
  font-size: 1.6rem;
  color: #fff;
}
.header section .nav-mobile.active {
  display: block;
}
.header section .btn-menu {
  display: flex;
  align-items: center;
  z-index: 3;
}
.header section .btn-menu.active {
  position: fixed;
  right: 30px;
}
.header section .nav-desktop {
  display: none;
}
@media (min-width: 993px) {
  .header section .btn-menu {
    display: none;
  }
  .header section .nav-mobile.active {
    display: none;
  }
  .header section .nav-desktop {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 1366px; /* $max */
    width: 100%;
  }
  .header section .nav-desktop .brand {
    width: 240px;
    margin-right: 40px;
  }
  .header section .nav-desktop ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header section .nav-desktop ul li a {
    font-size: 1.4rem;
    color: #f9f9f9; /* color(neutral, snow); */
  }
}
@media (max-width: 993px) {
  .footer-menu {
    padding: 0 20px;
  }
}

@media (min-width: 993px) {
  .footer-menu {
    padding: 0 60px;
  }
}

.footer-menu section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #8999a9;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-menu section .menu-landing {
    display: flex;
    margin-bottom: 40px;
  }
  .footer-menu section .menu-landing nav {
    width: 50%;
  }
  .footer-menu section .action-platforms {
    align-items: center;
    justify-content: center;
  }
  .footer-menu section .menu-terms,
  .footer-menu section .menu-contact {
    margin-bottom: 40px;
    width: fit-content;
  }
  .footer-menu section .action-platforms {
    display: flex;
  }
  .footer-menu section .action-platforms a {
    max-width: 150px;
  }
  .footer-menu section .action-platforms a:first-of-type {
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .footer-menu {
    display: flex;
  }
  .footer-menu section .container-menus {
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
  }
  .footer-menu section .container-menus .menu-landing {
    display: contents;
  }
  .footer-menu section .container-menus .menu-landing nav {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 993px) {
  .footer-menu section .container-menus {
    margin-bottom: 40px;
    justify-content: space-around;
  }
  .footer-menu section .action-platforms {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 993px) {
  .footer-menu section {
    padding: 40px 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .footer-menu section .action-platforms a {
    width: 50%;
  }
}
@media (min-width: 993px) {
  .footer-menu section {
    padding: 50px 20px;
  }
  .footer-menu section .container-menus {
    margin-right: 70px;
  }
  .footer-menu section .action-platforms {
    display: flex;
    width: 200px;
    flex-direction: column;
  }
  .footer-menu section .action-platforms a:first-of-type {
    margin-bottom: 15px;
  }
}
.footer-menu section nav ul li {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
.footer-menu section nav ul li a {
  cursor: pointer;
}
.footer-menu section nav ul li a:hover {
  color: #04b7a1;
  transition-duration: 0.2s;
}
.footer-menu section .action-platforms {
  display: flex;
}
.footer {
  background-image: linear-gradient(to right, #03b7a0 65%, #b0eb8b 115%);
}
@media (min-width: 993px) {
  .footer-menu section {
    padding-bottom: 100px;
  }
}
.footer article {
  max-width: 1366px;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 30px 30px;
  justify-content: space-between;
}
.footer article .brand-copyright {
  display: flex;
  align-items: center;
}
.footer article .brand-copyright .brand {
  max-width: 170px;
}
.footer article .brand-copyright small {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 300;
  line-height: 2.2rem;
  text-align: center;
}
.footer article .social-midia {
  display: flex;
}
.footer article .social-midia a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
}
.footer article .social-midia a:not(:last-of-type) {
  margin-right: 25px;
}
.footer article .social-midia a.btn-youtube:hover {
  color: #e62117;
}
.footer article .social-midia a.btn-instagram:hover {
  color: #dd2a7b;
}
.footer article .social-midia a.btn-linkedin:hover {
  color: #0077b5;
}
@media (max-width: 1024px) {
  .footer article {
    flex-direction: column;
  }
  .footer article .brand-copyright {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .footer article .brand-copyright .brand {
    margin-bottom: 30px;
  }
  .footer article .brand-copyright .copyright-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .footer article {
    flex-direction: row;
  }
  .footer article .brand-copyright {
    flex-direction: row;
  }
  .footer article .brand-copyright .brand {
    margin-right: 20px;
  }
  .footer article .brand-copyright .copyright-mobile {
    display: none;
  }
  .footer article .brand-copyright .copyright-desktop {
    display: block;
  }
}
.btn {
  border: 2px solid;
  border-radius: 30px;
  height: 55px;
  font-size: 1.4rem;
  min-width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.btn__primary {
  background-image: linear-gradient(to right, #03b7a0 65%, #b0eb8b 115%);
  color: #f9f9f9;
}
.btn__primary:hover {
  color: #f9f9f9;
  border-color: #282828;
  background-image: linear-gradient(
    to right,
    #282828,
    #282828
  );
}
.btn__white {
  background-color: #fff;
  color: #00bba0;
  border-color: #fff;
}
.btn__white:hover {
  background-color: #212529;
  border-color: #212529;
}
.btn__outline {
  background-color: transparent;
  color: #f9f9f9; /* color(neutral, snow); */
  border-color: #f9f9f9; /* color(neutral, snow); */
}
.btn__outline:hover {
  background-color: #f9f9f9; /* color(neutral, snow); */
  color: #04b7a1 !important; /* color(brand, primary); */
}
.btn__outline-primary {
  background-color: transparent;
  color: #00bba0;
  border-color: #00bba0;
}
.btn__outline-primary:hover {
  background-image: linear-gradient(to right, #03b7a0, #61d495);
  color: #fff;
  border: none;
}
.btn-menu {
  position: relative;
  width: 34px;
  height: 20px;
  z-index: 1;
  cursor: pointer;
}
.btn-menu .btn-left {
  background-color: #fff;
  height: 3px;
  width: 17px;
  position: absolute;
  left: 0;
}
.btn-menu .btn-left::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 17px;
  height: 3px;
  top: 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-menu .btn-left::before {
  background-color: #fff;
  position: absolute;
  width: 17px;
  height: 3px;
  content: "";
  top: -10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-menu .btn-right {
  background-color: #fff;
  height: 3px;
  width: 17px;
  position: absolute;
  left: 17px;
}
.btn-menu .btn-right::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 17px;
  height: 3px;
  top: 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-menu .btn-right::before {
  background-color: #fff;
  position: absolute;
  width: 17px;
  height: 3px;
  content: "";
  top: -10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-menu.active .btn-left {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
.btn-menu.active .btn-left::before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, -1px);
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, -1px);
}
.btn-menu.active .btn-left::after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -2px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -2px);
}
.btn-menu.active .btn-right {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
.btn-menu.active .btn-right::before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-1px, 0);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-1px, 0);
}
.btn-menu.active .btn-right::after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-5px, -3px);
  transform: rotateZ(45deg) scaleX(1.4) translate(-3px, -3px);
}
.btn-platform {
  height: 50px;
  border-radius: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn-platform {
    min-width: 150px;
    max-width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 993px) {
  .btn-platform {
    min-width: 200px;
    max-width: 200px;
  }
}
.btn-platform.btn-google {
  background-image: url(https://21917204.fs1.hubspotusercontent-na1.net/hubfs/21917204/raw_assets/public/templates/destrava-ai/images/module/footer/google-play.png);
}
.btn-platform.btn-apple {
  background-image: url(https://21917204.fs1.hubspotusercontent-na1.net/hubfs/21917204/raw_assets/public/templates/destrava-ai/images/module/footer/app-store.png);
}
@media (max-width: 480px) {
  .btn-whatsapp {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 993px) {
  .btn-whatsapp {
    bottom: 65px;
    right: 2rem;
    background: #28c862;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.5rem;
    box-shadow: 2px 3px 10px #9e9e9e;
  }
}
@media (min-width: 993px) {
  .btn-whatsapp {
    bottom: 65px;
    right: 50px;
    background: #28c862;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.5rem;
  }
}
.btn-whatsapp {
  z-index: 1;
  position: fixed;
  background: #28c862;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 3px 10px #9e9e9e;
}
@media (max-width: 993px) {
  .container-answers .answer {
    text-align: center;
  }
}
@media (min-width: 993px) {
  .container-answers {
    display: flex;
    justify-content: space-around;
  }
  .container-answers .answer:not(:last-of-type) {
    margin-right: 70px;
  }
}
.container-answers .answer {
  padding: 0 20px;
}
.container-answers .answer img.image-presentation {
  margin-bottom: 30px;
  max-width: 500px;
}
.container-answers .answer img.icon {
  width: 50px;
  display: block;
  margin: 0 auto 30px;
}
.container-answers .answer h3 {
  margin-bottom: 25px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.container-answers .answer p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.container-answers .answer a {
  color: #03b7a0;
  font-weight: 400;
  font-size: 1.6rem;
}
.container-tab .header-tab {
    margin-bottom: 60px;
}
.container-tab .header-tab::after {
    content: '';
    display: block;
    height: 1px;
    width: 60%;
    background-color: #b6bfc0;
    margin: -2.5px auto 0;
}
.container-tab .header-tab ul {
    display: flex;
    justify-content: center;
}
.container-tab .header-tab ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 6px 0;
    cursor: pointer;
}
.container-tab .header-tab ul li img {
    width: 23px;
    margin-bottom: 20px;
}
.container-tab .header-tab ul li span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #b6bfc0;
}
.container-tab .header-tab ul li:not(:last-of-type) {
    margin-right: 50px;
}
.container-tab .header-tab ul li::after {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: 5px;
    background-color: #b6bfc0;
    margin-top: 20px;
    border-radius: 10px;
}
.container-tab .header-tab ul li.success span {
    color: #212529;
    font-weight: 600;
}
.container-tab .header-tab ul li.success::after {
    background-image: linear-gradient(to right, #03b7a0, #b0eb8b 100%);
}
.container-tab .header-tab ul li.danger span {
    color: #212529;
    font-weight: 600;
}
.container-tab .header-tab ul li.danger::after {
    background-color: #ff0606;
}
.container-tab .body {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Blog Post Page */

.blog-title {
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.recent-details-date {
  font-size: 1.4rem;
}

.blog-recent-details-date {
  font-size: 1.4rem;
}

.da-blog-post__group {
  padding: 0 45px;
  margin-bottom: 40px;
}

.da-blog-post__recents {
  margin-bottom: 40px;
}

.da-blog-post__infos {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 3rem;
}

.da-blog-post-image {
  width: 100%;
  height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin-top: 35px;
}

.da-blog-post__content {
  margin-top: 35px;
  margin-bottom: 30px;
}

/* .da-blog-post__body ol, */
.da-blog-post__body ul,
.da-blog-post__body li {
  list-style: unset;
}

.da-blog-post__body ol,
.da-blog-post__body ul {
  /* margin-left: 20px; */
  list-style-position: inside;
}

.da-blog-post__body li {
  font-weight: 200;
}

.da-blog-post__body a {
  color: #04b7a1;
}

.da-blog-post__body a:hover {
  color: #03b7a0;
  font-weight: 300;
  transition-duration: 0.1s;
}

.da-blog-post__body ul h1,
.da-blog-post__body ul h2,
.da-blog-post__body ul h3,
.da-blog-post__body ul h4,
.da-blog-post__body ul h5,
.da-blog-post__body ul h6,
.da-blog-post__body ul p,
.da-blog-post__body ul span,
.da-blog-post__body ol h1,
.da-blog-post__body ol h2,
.da-blog-post__body ol h3,
.da-blog-post__body ol h4,
.da-blog-post__body ol h5,
.da-blog-post__body ol h6,
.da-blog-post__body ol p,
.da-blog-post__body ol span {
  display: inline;
}

.da-blog-post__recents .heading {
  color: #03b7a0;
  margin-bottom: 15px;
  font-size: 2rem;
}

@media (max-width: 992px) {
  .da-blog-post-image {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .da-blog-post-image {
    height: 400px;
  }

  .da-blog-post__group {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .da-blog-post-image {
    height: 300px;
  }
}
.da-post-recent {
  padding: 30px;
}

.da-post-recent__container {
  margin-top: 20px;
}

.da-post-recent__group-post {
  width: 100%;
  display: flex;
  gap: 20px;
}

.da-post {
  position: relative;
  width: 100%;
  min-height: 360px;
  max-width: 420px;
  margin: 20px 0;
  box-shadow: 0 3px 10px 0 #0000001a;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.da-post-recent__image {
  height: 190px;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
}

a.da-post:hover .da-post-recent__image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  border-radius: 20px 20px 0 0;
}

.da-post-recent__group-infos {
  padding: 20px;
}

.da-post-recent__title {
  min-height: 100px;
}

.da-post-recent__publish-date {
  position: absolute;
  bottom: 20px;
}

@media (max-width: 1200px) {
  .da-post {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin: 20px 0;
    box-shadow: 0 3px 10px 0 #0000001a;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
  }

  .da-post-recent__image {
    height: 150px;
  }
}

@media (max-width: 992px) {
  .da-post-recent__group-post {
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .da-post {
    max-width: initial;
    min-height: 400px;
    box-shadow: 0px 3px 10px 0 #00000070;
    margin: 0;
  }

  .da-post-recent__image {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .da-post-recent__group-post {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .da-post {
    max-width: initial;
    min-height: 300px;
    box-shadow: 0px 3px 10px 0 #00000070;
    margin: 0;
  }

  .da-post-recent__image {
    height: 170px;
  }
}
.hide {
  display: none;
}

.blog-tags-filter-wrap {
  position: relative;
  z-index: 1;
  height: 40px;
  min-width: 260px;
}

.blog-tags-filter {
  font-size: 20px;
}

.blog-tags-filter .hs_cos_wrapper_type_post_filter h3 {
  display: none;
}

.blog-tags-filter .label {
  position: relative;
  padding: 5px 14px;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 20px;
  border-radius: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 10px 0 #0000001a;
  background: #fff;
}

.blog-tags-filter .label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #03b7a0;
  border-width: 0 2px 2px 0;
  position: absolute;
  right: 14px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  transform-origin: center;
  transform: rotate(45deg);
}

.blog-tags-filter .block {
  max-height: 75vh;
  overflow-y: auto;
  box-shadow: 0 3px 10px 0 #0000001a;
  border-radius: 20px;
  margin-top: 10px;
  background: #fff;
  padding: 10px 5px;
}

.blog-tags-filter a {
  display: block;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 20px;
}

.blog-tags-filter a:hover {
  color: #04b7a1;
  text-decoration: none;
  transition-duration: 0.2s;
}

.blog-tags-filter.open {
  border-radius: 20px;
}

.blog-tags-filter.open .label:after {
  transform: rotate(225deg) translate(-3px, -3px);
}

/* Template */

#main-content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* margin-top: 110px; */
}

.container-fluid {
    max-width: 1366px;
    width: 100%;
}

.blog-container-fluid {
    max-width: 1200px;
    width: 100%;
}
main .container-section header .overline {
  color: #03b7a0;
  margin-bottom: 15px;
}
main .container-section header .heading {
  margin-bottom: 30px;
}
main .container-section header .description {
  font-size: 1.8rem;
}
main .container-section header .action {
  margin-top: 30px;
}
main .container-section header .action .btn {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 768px) {
  /* .container-section {
    min-height: calc(100vh - 100px);
  } */
  main .container-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  main .container-section--text-left header .overline {
    text-align: center;
  }
  main .container-section--text-left header .heading {
    text-align: center;
  }
  main .container-section--text-left header .description {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* .container-section {
    min-height: calc(100vh - 550px);
  } */
  main .container-section {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 768px) {
  main .container-section--text-left header .overline {
    text-align: left;
  }
  main .container-section--text-left header .heading {
    text-align: left;
  }
  main .container-section--text-left header .description {
    text-align: left;
  }
}
@media (max-width: 993px) {
  main .action-start-free {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 3px 10px 0 #0000001a;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .action-start-free > a.btn.btn__primary {
    width: 100%;
  }
}
@media (min-width: 993px) {
  main .action-start-free {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  main .container-section--left {
    display: flex;
  }
  main .container-section--left .vertical-center {
    margin-top: auto;
    margin-bottom: auto;
  }
  main .container-section--left header {
    margin-bottom: 0;
  }
  main .container-section--left__title {
    width: 450px;
    margin-right: 80px;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  main .action-start-free {
    padding: 80px 20px;
  }
  main .action-start-free a {
    min-width: 230px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  main .container-section {
    margin-bottom: 140px;
  }
  main .container-section header {
    margin-bottom: 30px;
    text-align: center;
  }
  main .container-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  /* .container-section {
    min-height: calc(100vh - 420px);
  } */
  main .action-start-free a {
    min-width: 200px;
    width: 100%;
  }
  main .container-section {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 100px;
  }
  main .container-section header {
    margin-bottom: 80px;
  }
  main .container-section header .heading {
    line-height: 5.4rem;
  }
}
.result-page {
  min-height: 500px;
  padding: 45px;
}

.search-result--title {
  color: #04b7a1;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .result-page {
    min-height: 350px;
    padding: 30px;
  }
}