/* line 1, resources/assets/styles/common/_resets.scss */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */

/* ! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}
.not-titulo a{
  color: #DE4638;
}
.not-titulo{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #DE4638;
  margin-bottom: 30px;
}

.text-right{
  text-align: right;
}
.link-func{
  border-radius: 15px;
  text-transform: uppercase;
  padding: 8px 13px;
  font-size: 11px;
  border: 1px solid #DE4638;
}

.container.blog-bloco{
  max-width: 790px;
}
.blog-bloco img{
  border-radius: 15px;
  margin-bottom: 30px;
}

.text-right .btn-outlined-primary{
  text-align: right;
    display: inline;
}

.blog-bloco .postagem{
  border-bottom: 1px solid #CBCACA;padding-bottom: 30px; margin-bottom: 30px;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

.bls-servicos{
  padding: 0 10px;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #8E8A8B;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #8E8A8B;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #8E8A8B;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #8E8A8B;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #8E8A8B;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(203, 202, 202, var(--tw-border-opacity));
}

a {
  color: #dc412f;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover {
  border-color: #dc412f;
}

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

h1, h2, h3, h4, h5 {
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

h1 {
  font-size: 3rem;
  font-size: [object Object];
}

h2 {
  font-size: 2.25rem;
  font-size: [object Object];
}

h3 {
  font-size: 1.875rem;
  font-size: [object Object];
}

h4 {
  font-size: 1.5rem;
  font-size: [object Object];
}

h5 {
  font-size: 1.25rem;
  font-size: [object Object];
}

ol, ul {
  padding-left: 1rem;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

/** Import variables */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/**
 * This injects any component classes registered by Tailwind plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/** Import theme styles */

/* line 1, resources/assets/styles/layouts/_header.scss */

.header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 75px;
}

@media (min-width: 1024px) {
  /* line 1, resources/assets/styles/layouts/_header.scss */

  .header {
    height: auto;
  }
}

/* line 15, resources/assets/styles/layouts/_header.scss */

/*.header__logo {
  height: 45px;
}
*/
@media (min-width: 1024px) {
  /* line 15, resources/assets/styles/layouts/_header.scss */

 /* .header__logo {
    height: 72px;
  }*/
}

/* line 1, resources/assets/styles/layouts/_main.scss */

body {
  margin-top: 75px !important;
}

@media (min-width: 1024px) {
  /* line 1, resources/assets/styles/layouts/_main.scss */

  body {
    margin-top: 104px !important;
  }
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.map {
  width: 100%;
  position: relative;
  height: 50vh;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  .map {
    height: 350px;
  }
}

footer{
  margin-top: 40px;
}
footer p{
  margin-bottom: 0 !important;
}

/* line 10, resources/assets/styles/layouts/_footer.scss */

.map__iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 22, resources/assets/styles/layouts/_footer.scss */

.partners__title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #dc412f;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 22, resources/assets/styles/layouts/_footer.scss */

  .partners__title {
    padding-left: 1.25rem;
    text-align: left;
  }
}

/* line 36, resources/assets/styles/layouts/_footer.scss */

.partners__pagination {
  text-align: center;
  padding-top: 1rem;
}

/* line 44, resources/assets/styles/layouts/_footer.scss */

.footer-bottom .section__title {
  font-size: .875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 50, resources/assets/styles/layouts/_footer.scss */

.footer-bottom .section__content {
  font-size: .75rem;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  height: auto;
}

/* line 21, resources/assets/styles/components/_wp-classes.scss */

.alignleft, .alignright {
  margin-bottom: 1rem;
}

.alignleft,
.alignright {
  height: auto;
}

@media (min-width: 640px) {
  /* line 29, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    margin-right: 1rem;
    float: left;
  }

  /* line 35, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    margin-left: 1rem;
    float: right;
  }
}

/** Captions */

/* line 43, resources/assets/styles/components/_wp-classes.scss */

.wp-caption {
  margin-bottom: 1rem;
  display: inline-block;
}

/* line 47, resources/assets/styles/components/_wp-classes.scss */

.wp-caption img {
  margin-bottom: 0.5rem;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

/* line 51, resources/assets/styles/components/_wp-classes.scss */

.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/** Text meant only for screen readers */

/* line 57, resources/assets/styles/components/_wp-classes.scss */

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 69, resources/assets/styles/components/_wp-classes.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: bold;
  padding: .5rem 1.3rem;
  cursor: pointer;
  border-bottom: 0;
  border-radius: 5rem;
}

/* line 19, resources/assets/styles/components/_buttons.scss */

.btn-primary,.wpcf7-submit {
  color: white;
  background-color: #dc412f;
  -webkit-box-shadow: 0 0 0 1px #dc412f;
          box-shadow: 0 0 0 1px #dc412f;
}

/* line 24, resources/assets/styles/components/_buttons.scss */

.btn-primary:hover,.wpcf7-submit:hover {
  color: #dc412f;
  background-color: white;
}

.wpcf7-submit{
  justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: bold;
    padding: 0.5rem 1.3rem;
    cursor: pointer;
    border-bottom: 0;
    border-radius: 5rem;
}

/* line 30, resources/assets/styles/components/_buttons.scss */

.btn-secondary {
  color: white;
  background-color: #dc412f;
}

/* line 34, resources/assets/styles/components/_buttons.scss */

.btn-secondary:hover {
  color: white;
  background-color: #dc412f;
}

/* line 40, resources/assets/styles/components/_buttons.scss */

.btn-outlined-primary {
  color: #dc412f;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #dc412f;
          box-shadow: 0 0 0 1px #dc412f;
}

/* line 45, resources/assets/styles/components/_buttons.scss */

.btn-outlined-primary:hover {
  color: white;
  background-color: #dc412f;
}

/* line 51, resources/assets/styles/components/_buttons.scss */

.btn-outlined-white {
  color: white;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px white;
          box-shadow: 0 0 0 1px white;
}

/* line 56, resources/assets/styles/components/_buttons.scss */

.btn-outlined-white:hover {
  color: #dc412f;
  background-color: white;
}

/* line 62, resources/assets/styles/components/_buttons.scss */

.btn-small {
  font-size: .75rem;
  padding: .5rem 1rem;
}

/* line 1, resources/assets/styles/components/_menu-toggle.scss */

.menu-toggle {
  width: 1.5rem;
  position: absolute;
  z-index: 10;
  right: 1rem;
  margin-bottom: .2rem;
  border-top: 2px solid black;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* line 10, resources/assets/styles/components/_menu-toggle.scss */

.menu-toggle::after, .menu-toggle::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: black;
  margin-top: 6px;
  position: relative;
  top: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* line 23, resources/assets/styles/components/_menu-toggle.scss */

.menu-toggle.active {
  border-top-color: transparent;
}

/* line 26, resources/assets/styles/components/_menu-toggle.scss */

.menu-toggle.active::after {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -7px;
}

/* line 31, resources/assets/styles/components/_menu-toggle.scss */

.menu-toggle.active::before {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1280px) {
  /* line 1, resources/assets/styles/components/_menu-toggle.scss */

  .menu-toggle {
    display: none;
  }
}

/* line 1, resources/assets/styles/components/_banner.scss */

.banner {
  width: 100%;
  padding: 2rem 1.5rem;
  border-bottom: 0;
  position: relative;
  z-index: 1;
  border-radius: .3rem;
  overflow: hidden;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/components/_banner.scss */

  .banner {
    padding: 3rem;
  }
}

/* line 18, resources/assets/styles/components/_banner.scss */

.banner__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* line 29, resources/assets/styles/components/_banner.scss */

.banner__icon {
  font-size: 3rem;
  margin-right: .75rem;
}

@media (min-width: 640px) {
  /* line 29, resources/assets/styles/components/_banner.scss */

  .banner__icon {
    font-size: 4rem;
  }
}

/* line 38, resources/assets/styles/components/_banner.scss */

.banner__text {
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1em;
}

@media (min-width: 640px) {
  /* line 38, resources/assets/styles/components/_banner.scss */

  .banner__text {
    font-size: 2rem;
  }
}

/* line 1, resources/assets/styles/components/_banner-2.scss */

.banner-2 {
  width: 100%;
  padding: 1rem 1.5rem;
  padding-top: 7rem;
  border-bottom: 0;
  position: relative;
  z-index: 1;
  border-radius: .3rem;
  overflow: hidden;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 15, resources/assets/styles/components/_banner-2.scss */

.banner-2__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* line 26, resources/assets/styles/components/_banner-2.scss */

.banner-2__text {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0;
  text-align: center;
}

/* line 1, resources/assets/styles/components/_partner.scss */

.partner {
  display: block;
  width: 100%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
  border-bottom: 0;
}

/* line 9, resources/assets/styles/components/_partner.scss */

.partner img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* line 1, resources/assets/styles/components/_social-link.scss */

.social-link {
  border-bottom: 0;
  display: inline-block;
}

/* line 1, resources/assets/styles/patterns/_nav.scss */

.nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: white;
  -webkit-transform: translateX(100%) scale(0.8);
       -o-transform: translateX(100%) scale(0.8);
          transform: translateX(100%) scale(0.8);
  opacity: .5;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* line 12, resources/assets/styles/patterns/_nav.scss */

.nav.active {
  -webkit-transform: initial;
       -o-transform: initial;
          transform: initial;
  opacity: 1;
}

@media (min-width: 1280px) {
  /* line 1, resources/assets/styles/patterns/_nav.scss */

  .nav {
    display: block;
    position: static;
    width: auto;
    height: auto;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: initial;
         -o-transform: initial;
            transform: initial;
  }
}

/* line 28, resources/assets/styles/patterns/_nav.scss */

.nav__title {
  font-size: 1.3rem;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1280px) {
  /* line 28, resources/assets/styles/patterns/_nav.scss */

  .nav__title {
    display: none;
  }
}

/* line 40, resources/assets/styles/patterns/_nav.scss */

.nav__list {
  list-style: none;
  padding: 0;
}

@media (min-width: 1280px) {
  /* line 40, resources/assets/styles/patterns/_nav.scss */

  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1280px) {
  /* line 50, resources/assets/styles/patterns/_nav.scss */

  .nav .btn {
    margin-left: 1rem;
  }
}

/* line 57, resources/assets/styles/patterns/_nav.scss */

.nav li.active {
  color: #dc412f !important;
  background-color: white !important;
}

/* line 62, resources/assets/styles/patterns/_nav.scss */

.nav li a {
  display: block;
  padding: 1rem;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1280px) {
  /* line 62, resources/assets/styles/patterns/_nav.scss */

  .nav li a {
    padding: 0 1rem;
    border-bottom: 0;
  }
}

/* line 76, resources/assets/styles/patterns/_nav.scss */

.nav li a:hover {
  color: white;
  background-color: #dc412f;
}

@media (min-width: 1280px) {
  /* line 76, resources/assets/styles/patterns/_nav.scss */

  .nav li a:hover {
    background-color: transparent;
    color: #dc412f;
  }
}

/* line 1, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage {
  height: calc(100vh - 75px);
  overflow: hidden;
  position: relative;
}

@media (min-width: 1280px) {
  /* line 1, resources/assets/styles/patterns/_showcase-homepage.scss */

  .showcase-homepage {
    height: calc(100vh - 105px);
    max-height: 640px;
  }
}

/* line 11, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__list {
  padding: 0;
  list-style: none;
}

/* line 16, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__slide {
  text-decoration: none;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 24, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__slide .slide__background {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 32, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__slide .slide__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 40, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__slide .slide__content {
  max-width: 780px;
  width: 100%;
  padding: 1rem;
}

/* line 45, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__slide .slide__content .content__achievement {
  color: white;
}

/* line 49, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__slide .slide__content .content__title {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 49, resources/assets/styles/patterns/_showcase-homepage.scss */

  .showcase-homepage__slide .slide__content .content__title {
    font-size: 3.2rem;
  }
}

/* line 60, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__slide .slide__content .content__description {
    color: white;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 4rem;
    text-shadow: 1px 1px 2px #645d5d;
}

/* line 69, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__pagination {
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 1rem !important;
}

/* line 75, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__pagination .swiper-pagination-bullet {
  margin: 0 .4rem;
  width: .75rem;
  height: .75rem;
  background-color: transparent;
  border: 3px solid white;
  opacity: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* line 84, resources/assets/styles/patterns/_showcase-homepage.scss */

.showcase-homepage__pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  background-color: white;
}

/* line 2, resources/assets/styles/patterns/_section-header.scss */

.section__header .header__title {
  font-size: 1.75rem;
  color: #dc412f;
}

/* line 8, resources/assets/styles/patterns/_section-header.scss */

.section-grid-title {
  font-size: 1.75rem;
  font-weight: 200;
  color: #434142;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  /* line 8, resources/assets/styles/patterns/_section-header.scss */

  .section-grid-title {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
}

/* line 1, resources/assets/styles/patterns/_project-card.scss */

.project-card {
  display: block;
  border-radius: .5rem;
  overflow: hidden;
  border-bottom: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* line 9, resources/assets/styles/patterns/_project-card.scss */

.project-card:hover {
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 14, resources/assets/styles/patterns/_project-card.scss */

.project-card__image {
  width: 100%;
}

/* line 17, resources/assets/styles/patterns/_project-card.scss */

.project-card__image .image__wrapper {
  padding-top: 90%;
  position: relative;
}

/* line 21, resources/assets/styles/patterns/_project-card.scss */

.project-card__image .image__wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 33, resources/assets/styles/patterns/_project-card.scss */

.project-card__board {
  padding: 1.5rem;
  background-color: white;
}

/* line 37, resources/assets/styles/patterns/_project-card.scss */

.project-card__board .project-card__locale {
  font-size: .875rem;
  color: #2E2E2F;
}

/* line 42, resources/assets/styles/patterns/_project-card.scss */

.project-card__board .project-card__title {
  font-size: 1rem;
  color: #dc412f;
  font-weight: bold;
}

/* line 1, resources/assets/styles/patterns/_project-card-bg.scss */

.project-card-bg {
  border-radius: .5rem;
  overflow: hidden;
  border-bottom: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: relative;
}

/* line 8, resources/assets/styles/patterns/_project-card-bg.scss */

.project-card-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 19, resources/assets/styles/patterns/_project-card-bg.scss */

.project-card-bg:hover {
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}

/* line 24, resources/assets/styles/patterns/_project-card-bg.scss */

.project-card-bg__image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

/* line 30, resources/assets/styles/patterns/_project-card-bg.scss */

.project-card-bg__image .image__wrapper {
  padding-top: 75%;
  position: relative;
}

@media (min-width: 768px) {
  /* line 30, resources/assets/styles/patterns/_project-card-bg.scss */

  .project-card-bg__image .image__wrapper {
    padding-top: 0;
    height: 100%;
  }
}

/* line 39, resources/assets/styles/patterns/_project-card-bg.scss */

.project-card-bg__image .image__wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 51, resources/assets/styles/patterns/_project-card-bg.scss */

.project-card-bg__board {
  padding: 2.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 57, resources/assets/styles/patterns/_project-card-bg.scss */

.project-card-bg__board .project-card-bg__locale {
  font-size: .875rem;
  color: white;
}

/* line 62, resources/assets/styles/patterns/_project-card-bg.scss */

.project-card-bg__board .project-card-bg__title {
  font-size: 1.3rem;
  color: white;
  font-weight: bold;
}

/* line 1, resources/assets/styles/patterns/_service-card.scss */

.service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 0.1rem #434142;
          box-shadow: 0 0 0.1rem #434142;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 100%;
  border-radius: .3rem;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/patterns/_service-card.scss */

  .service-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* line 14, resources/assets/styles/patterns/_service-card.scss */

.service-card:hover {
  -webkit-box-shadow: 0 0 2.5rem #434142;
          box-shadow: 0 0 2.5rem #434142;
}

/* line 18, resources/assets/styles/patterns/_service-card.scss */

.service-card__image {
  width: 100%;
  overflow: hidden;
  border-radius: .3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 640px) {
  /* line 18, resources/assets/styles/patterns/_service-card.scss */

  .service-card__image {
    width: 40%;
  }
}

/* line 28, resources/assets/styles/patterns/_service-card.scss */

.service-card__image .image__wrapper {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

@media (min-width: 640px) {
  /* line 28, resources/assets/styles/patterns/_service-card.scss */

  .service-card__image .image__wrapper {
    height: 100%;
    padding-top: 0;
  }
}

/* line 38, resources/assets/styles/patterns/_service-card.scss */

.service-card__image .image__wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 50, resources/assets/styles/patterns/_service-card.scss */

.service-card__board {
  padding: 1.5rem;
}

/* line 53, resources/assets/styles/patterns/_service-card.scss */

.service-card__board .board__title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #dc412f;
}

/* line 60, resources/assets/styles/patterns/_service-card.scss */

.service-card__board .board__description {
  font-size: .875rem;
  line-height: 1.5em;
}

/* line 1, resources/assets/styles/patterns/_product-card.scss */

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 0.1rem #434142;
          box-shadow: 0 0 0.1rem #434142;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 100%;
  border-radius: .3rem;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/patterns/_product-card.scss */

  .product-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* line 14, resources/assets/styles/patterns/_product-card.scss */

.product-card:hover {
  -webkit-box-shadow: 0 0 2.5rem #434142;
          box-shadow: 0 0 2.5rem #434142;
}

/* line 18, resources/assets/styles/patterns/_product-card.scss */

.product-card__image {
  width: 100%;
  overflow: hidden;
  border-radius: .3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 640px) {
  /* line 18, resources/assets/styles/patterns/_product-card.scss */

  .product-card__image {
    width: 40%;
  }
}

/* line 28, resources/assets/styles/patterns/_product-card.scss */

.product-card__image .image__wrapper {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

@media (min-width: 640px) {
  /* line 28, resources/assets/styles/patterns/_product-card.scss */

  .product-card__image .image__wrapper {
    height: 100%;
    padding-top: 0;
  }
}

/* line 38, resources/assets/styles/patterns/_product-card.scss */

.product-card__image .image__wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 50, resources/assets/styles/patterns/_product-card.scss */

.product-card__board {
  padding: 1.5rem;
}

/* line 53, resources/assets/styles/patterns/_product-card.scss */

.product-card__board .board__title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #dc412f;
}

/* line 60, resources/assets/styles/patterns/_product-card.scss */

.product-card__board .board__description {
  font-size: .875rem;
  line-height: 1.5em;
  margin-bottom: .5rem;
}

/* line 1, resources/assets/styles/patterns/_news-card.scss */

.news-card {
  display: block;
  border-radius: .5rem;
  overflow: hidden;
  border-bottom: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  height: 100%;
}

/* line 10, resources/assets/styles/patterns/_news-card.scss */

.news-card:hover {
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 15, resources/assets/styles/patterns/_news-card.scss */

.news-card__image {
  width: 100%;
}

/* line 18, resources/assets/styles/patterns/_news-card.scss */

.news-card__image .image__wrapper {
  padding-top: 55%;
  position: relative;
}

/* line 22, resources/assets/styles/patterns/_news-card.scss */

.news-card__image .image__wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 34, resources/assets/styles/patterns/_news-card.scss */

.news-card__board {
  padding: 1.5rem;
  background-color: white;
  height: 100%;
}

/* line 39, resources/assets/styles/patterns/_news-card.scss */

.news-card__board .news-card__title {
  font-size: 1rem;
  color: #dc412f;
  font-weight: bold;
  margin-bottom: .5rem;
}

/* line 46, resources/assets/styles/patterns/_news-card.scss */

.news-card__board .news-card__date {
  font-size: .875rem;
  color: #2E2E2F;
  margin-bottom: .5rem;
}

/* line 51, resources/assets/styles/patterns/_news-card.scss */

.news-card__board .news-card__date::before {
  content: "\F073";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 500;
  margin-right: 3px;
}

/* line 59, resources/assets/styles/patterns/_news-card.scss */

.news-card__board .news-card__description {
  font-size: .875rem;
  color: #2E2E2F;
}

/* line 1, resources/assets/styles/patterns/_testimonial-single.scss */

.testimonial-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/patterns/_testimonial-single.scss */

  .testimonial-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1280px) {
  /* line 1, resources/assets/styles/patterns/_testimonial-single.scss */

  .testimonial-single {
    padding: 0;
  }
}

/* line 11, resources/assets/styles/patterns/_testimonial-single.scss */

.testimonial-single__profile {
  margin-right: .5rem;
}

/* line 14, resources/assets/styles/patterns/_testimonial-single.scss */

.testimonial-single__profile .profile__avatar {
  height: 90px;
  width: 90px;
  border-radius: 60px;
  background-color: #dc412f;
  background-size: cover;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  /* line 14, resources/assets/styles/patterns/_testimonial-single.scss */

  .testimonial-single__profile .profile__avatar {
    height: 115px;
    width: 115px;
  }
}

/* line 28, resources/assets/styles/patterns/_testimonial-single.scss */

.testimonial-single__profile .profile__name {
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: .875rem;
  margin: 0 auto;
}

/* line 36, resources/assets/styles/patterns/_testimonial-single.scss */

.testimonial-single__content {
  padding-top: 1rem;
  text-align: left;
  font-weight: light;
  line-height: 1.5em;
  font-style: italic;
  font-size: .875rem;
}

@media (min-width: 640px) {
  /* line 36, resources/assets/styles/patterns/_testimonial-single.scss */

  .testimonial-single__content {
    font-size: 0.8rem;
  }
}

/* line 1, resources/assets/styles/patterns/_contact-item.scss */

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #D9D9D9;
    padding: 30px 10px;
    border-radius: 10px;
}

/* line 4, resources/assets/styles/patterns/_contact-item.scss */

.contact-item__icon {
  font-size: 2.5rem;
  margin-right: .5rem;
  width: 45px;
}

/* line 9, resources/assets/styles/patterns/_contact-item.scss */

.contact-item__icon.fa-phone-alt {
  font-size: 2.3rem;
}

@media (min-width: 640px) {
  /* line 4, resources/assets/styles/patterns/_contact-item.scss */

  .contact-item__icon {
    font-size: 3.3rem;
    width: auto;
  }
}

/* line 19, resources/assets/styles/patterns/_contact-item.scss */

.contact-item__label {
  color: #2E2E2F;
}

/* line 23, resources/assets/styles/patterns/_contact-item.scss */

.contact-item__content {
  font-weight: 500;
  font-size: .875rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  color: #dc412f;
  border-bottom: 0;
}

/* line 1, resources/assets/styles/patterns/_page-header.scss */

.page-header {
  color: white;
  background-size: cover;
  background-position: center;
}

/* line 6, resources/assets/styles/patterns/_page-header.scss */

.page-header__pre-title {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: bold;
  letter-spacing: .18em;
}

/* line 13, resources/assets/styles/patterns/_page-header.scss */

.page-header__title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 640px) {
  /* line 13, resources/assets/styles/patterns/_page-header.scss */

  .page-header__title {
    font-size: 3.5rem;
  }
}

/* line 23, resources/assets/styles/patterns/_page-header.scss */

.page-header__return-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #dc412f;
  background-color: white;
  height: 2rem;
  width: 2rem;
  border-bottom: 0;
  border-radius: 2rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 640px) {
  /* line 23, resources/assets/styles/patterns/_page-header.scss */

  .page-header__return-button {
    display: none;
  }
}

/* line 37, resources/assets/styles/patterns/_page-header.scss */

.page-header__return-button::after {
  content: "\F060";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 45, resources/assets/styles/patterns/_page-header.scss */

.page-header__return-button:hover::after {
  -webkit-transform: translateX(-3px);
       -o-transform: translateX(-3px);
          transform: translateX(-3px);
}

/* line 51, resources/assets/styles/patterns/_page-header.scss */

.page-header .breadcrumbs {
  font-size: .875rem;
  display: none;
}

@media (min-width: 640px) {
  /* line 51, resources/assets/styles/patterns/_page-header.scss */

  .page-header .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 60, resources/assets/styles/patterns/_page-header.scss */

.page-header .breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

/* line 67, resources/assets/styles/patterns/_page-header.scss */

.page-header .breadcrumbs__item a {
  color: rgba(255, 255, 255, 0.75);
}

/* line 72, resources/assets/styles/patterns/_page-header.scss */

.page-header .breadcrumbs__item.circle-left::before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 1rem;
  background-color: currentColor;
  margin: 0 1rem;
  margin-bottom: 2px;
}

/* line 85, resources/assets/styles/patterns/_page-header.scss */

.page-header .breadcrumbs__item:hover a {
  color: white;
}

/* line 91, resources/assets/styles/patterns/_page-header.scss */

.page-header .breadcrumbs__item.active a {
  opacity: 1;
}

/* line 2, resources/assets/styles/patterns/_categories-filter.scss */

.categories-filter__button {
  background-color: white;
  color: #93001C;
  font-weight: 500;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* line 8, resources/assets/styles/patterns/_categories-filter.scss */

.categories-filter__button:hover {
  -webkit-box-shadow: 0 0 0 2px #93001C;
          box-shadow: 0 0 0 2px #93001C;
}

/* line 12, resources/assets/styles/patterns/_categories-filter.scss */

.categories-filter__button.active {
  color: white;
  background-color: #93001C;
}

/* line 2, resources/assets/styles/patterns/_pagination.scss */

.pagination__link {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 2rem;
  width: 2rem;
  font-size: .875rem;
  border-bottom: 0;
  border-radius: 5rem;
  background-color: white;
  color: #dc412f;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin: .2rem;
  position: relative;
}

/* line 15, resources/assets/styles/patterns/_pagination.scss */

.pagination__link.active {
  background-color: #dc412f;
  color: white;
}

/* line 20, resources/assets/styles/patterns/_pagination.scss */

.pagination__link:hover {
  -webkit-box-shadow: 0 0 0 1px currentColor;
          box-shadow: 0 0 0 1px currentColor;
}

/* line 24, resources/assets/styles/patterns/_pagination.scss */

.pagination__link span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 1, resources/assets/styles/patterns/_photo-mosaic.scss */

.mosaic-item {
  padding-top: 100%;
  border-radius: .3rem;
  overflow: hidden;
  background-color: #dc412f;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

/* line 10, resources/assets/styles/patterns/_photo-mosaic.scss */

.mosaic-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 22, resources/assets/styles/patterns/_photo-mosaic.scss */

.mosaic-item:hover {
  -webkit-box-shadow: 0 0 1.2rem #434142;
          box-shadow: 0 0 1.2rem #434142;
}

/* line 1, resources/assets/styles/patterns/_client-logo.scss */

.client-logo {
  background-color: white;
  border-radius: 1.5rem;
  border: 1px solid #434142;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
}

/* line 8, resources/assets/styles/patterns/_client-logo.scss */

.client-logo img {
  width: 240px;
  height: auto;
}

/* line 1, resources/assets/styles/patterns/_photo-carousel.scss */

.photo-caroussel {
  position: relative;
}

/* line 4, resources/assets/styles/patterns/_photo-carousel.scss */

.photo-caroussel__item {
  padding-top: 60%;
  width: 100%;
  position: relative;
}

/* line 9, resources/assets/styles/patterns/_photo-carousel.scss */

.photo-caroussel__item .item__background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(4px) brightness(60%);
          filter: blur(4px) brightness(60%);
  display: none;
}

/* line 22, resources/assets/styles/patterns/_photo-carousel.scss */

.photo-caroussel__item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 33, resources/assets/styles/patterns/_photo-carousel.scss */

.photo-caroussel__pagination {
  position: absolute;
  text-align: center;
  z-index: 1;
}

/* line 38, resources/assets/styles/patterns/_photo-carousel.scss */

.photo-caroussel__pagination .swiper-pagination-bullet {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
  height: .875rem;
  width: .875rem;
  border-radius: 1rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: 1;
}

/* line 47, resources/assets/styles/patterns/_photo-carousel.scss */

.photo-caroussel__pagination .swiper-pagination-bullet-active {
  background-color: white;
}

/* line 1, resources/assets/styles/patterns/_question-accordion.scss */

.accordion-item {
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #93001C;
  border: 1px solid #434142;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 9, resources/assets/styles/patterns/_question-accordion.scss */

.accordion-item__header {
  padding: 1.25rem;
  background-color: white;
  color: #dc412f;
  font-size: 1.1rem;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

/* line 21, resources/assets/styles/patterns/_question-accordion.scss */

.accordion-item__header::after {
  content: "\F054";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* line 29, resources/assets/styles/patterns/_question-accordion.scss */

.accordion-item__content {
  border-radius: 0.75rem;
  max-height: 0;
  overflow: hidden;
  font-size: .875rem;
  background-color: white;
  color: #141414;
}

/* line 39, resources/assets/styles/patterns/_question-accordion.scss */

.accordion-item.active {
  border: 1px solid #93001C;
}

/* line 42, resources/assets/styles/patterns/_question-accordion.scss */

.accordion-item.active .accordion-item__header {
  background-color: #93001C;
  color: #dc412f;
}

/* line 46, resources/assets/styles/patterns/_question-accordion.scss */

.accordion-item.active .accordion-item__header::after {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 51, resources/assets/styles/patterns/_question-accordion.scss */

.accordion-item.active .accordion-item__content {
  padding: 1.25rem;
  max-height: 9999px;
}

/* line 2, resources/assets/styles/patterns/_form-control.scss */

.form-control__input {
  border-radius: 0.375rem;
  padding: 0.75rem;
  border: 1px solid #434142;
}

/* line 1, resources/assets/styles/patterns/_form-status.scss */

#form-status {
  background-color: #A50132;
  padding: 1.5rem;
  border-radius: .3rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 11, resources/assets/styles/patterns/_form-status.scss */

#form-status::before {
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 16, resources/assets/styles/patterns/_form-status.scss */

#form-status.hidden {
  display: none;
}

/* line 20, resources/assets/styles/patterns/_form-status.scss */

#form-status.loading {
  background-color: #dc412f;
}

/* line 23, resources/assets/styles/patterns/_form-status.scss */

#form-status.loading::before {
  content: "";
  display: block;
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 2rem;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: loading linear 1s infinite;
       -o-animation: loading linear 1s infinite;
          animation: loading linear 1s infinite;
}

@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes loading {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 40, resources/assets/styles/patterns/_form-status.scss */

#form-status.loading.dark {
  background-color: white;
  color: #dc412f;
}

/* line 44, resources/assets/styles/patterns/_form-status.scss */

#form-status.loading.dark::before {
  border-color: #3c3d8a;
  border-top-color: #dc412f;
}

/* line 51, resources/assets/styles/patterns/_form-status.scss */

#form-status.success {
  background-color: #2ca874;
}

/* line 54, resources/assets/styles/patterns/_form-status.scss */

#form-status.success::before {
  content: "\F058";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 200;
  display: block;
  font-size: 1.5rem;
}

/* line 62, resources/assets/styles/patterns/_form-status.scss */

#form-status.success.dark {
  background-color: white;
  color: #2ca874;
}

/* line 68, resources/assets/styles/patterns/_form-status.scss */

#form-status.error {
  background-color: #A50132;
}

/* line 71, resources/assets/styles/patterns/_form-status.scss */

#form-status.error::before {
  content: "\F06A";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 200;
  display: block;
  font-size: 1.5rem;
}

/* line 79, resources/assets/styles/patterns/_form-status.scss */

#form-status.error.dark {
  background-color: white;
  color: #A50132;
}

/* line 1, resources/assets/styles/pages/_page-content.scss */

.page-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}

/* line 6, resources/assets/styles/pages/_page-content.scss */

.page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
  color: #dc412f;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* line 18, resources/assets/styles/pages/_page-content.scss */

.page-content h2 {
  font-size: 1.8rem;
  margin-top: 1.75rem;
}

@media (min-width: 640px) {
  /* line 18, resources/assets/styles/pages/_page-content.scss */

  .page-content h2 {
    font-size: 2rem;
  }
}

/* line 2, resources/assets/styles/pages/_home.scss */

.testimonials-section__title {
  color: #434142;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
}

@media screen and (min-width: 480px) {
  /* line 2, resources/assets/styles/pages/_home.scss */

  .testimonials-section__title {
    font-size: 3.5rem;
  }
}

@media (min-width: 640px) {
  /* line 2, resources/assets/styles/pages/_home.scss */

  .testimonials-section__title {
    font-size: 4.5rem;
    font-weight: lighter;
  }
}

@media (min-width: 768px) {
  /* line 2, resources/assets/styles/pages/_home.scss */

  .testimonials-section__title {
    font-size: 6rem;
  }
}

@media (min-width: 1024px) {
  /* line 2, resources/assets/styles/pages/_home.scss */

  .testimonials-section__title {
    font-size: 8.5rem;
  }
}

@media (min-width: 1280px) {
  /* line 2, resources/assets/styles/pages/_home.scss */

  .testimonials-section__title {
    font-size: 11rem;
  }
}

/* line 26, resources/assets/styles/pages/_home.scss */

.testimonials-caroussel__pagination {
  text-align: center;
}

/* line 31, resources/assets/styles/pages/_home.scss */

.history-section {
  background-color: #323030;
  font-weight: 300;
  color: white;
}

/* line 36, resources/assets/styles/pages/_home.scss */

.history-section__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .875rem;
  background-color: white;
  border-radius: .3rem;
}

/* line 43, resources/assets/styles/pages/_home.scss */

.history-section__title {
  text-transform: uppercase;
  font-size: 1.5rem;
}

@media (min-width: 640px) {
  /* line 43, resources/assets/styles/pages/_home.scss */

  .history-section__title {
    font-size: 2rem;
  }
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-auto {
  margin-left: auto;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

#sessao-blog{
  background: #FBF6F6;
  padding: 25px 0;
}
#sessao-blog img{
  border-radius: 10px;
}
#sessao-blog h4{
  font-weight: bold;
}

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

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

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

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-o-keyframes ping {
  75%, 100% {
    -o-transform: scale(2);
       transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-o-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(-25%);
       transform: translateY(-25%);
    -o-animation-timing-function: cubic-bezier(0.8,0,1,1);
       animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -o-transform: none;
       transform: none;
    -o-animation-timing-function: cubic-bezier(0,0,0.2,1);
       animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
         -o-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
         -o-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
         -o-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.list-none {
  list-style-type: none;
}

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

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

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-x-10 {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-0 {
  border-width: 0px;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 48, 48, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 46, 47, var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.text-center {
  text-align: center;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(147, 0, 28, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(203, 202, 202, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(46, 46, 47, var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

/* line 40, stdin */

.h-max-content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

   .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

   .lg\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 768px) {

  .header__logo{
    max-width: 160px;
  }

  .showcase-homepage {
    height: calc(100vh - 630px);
    overflow: hidden;
    position: relative;
}

.showcase-homepage__slide .slide__content .content__title {
  font-size: 1.4rem;
}

.showcase-homepage__slide .slide__content .content__description {
    color: white;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 2.5rem;
    text-shadow: 1px 0 0 BLACK;
}
#sessao-blog img{
  width: 100%;
}
}

.bls-servicos img{
  border-radius: 5px;
  margin-bottom: 20px;
}

.bls-servicos h3{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #DC412F;
}
.sab-mais {
      font-size: 13px;
    font-weight: bold;
    color: #222;
    background: url(arrow-right.png) no-repeat right top;
    padding-right: 20px;
}

.postagem ol{
  margin-top: 20px;
}
.postagem ul{
  margin-left: 20px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=main.css.map*/