/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #005FA6;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #192947;
  text-decoration: underline;
}

figure {
  margin: 0;
}

.grid-col, .section--newsletter, .section--heading, .section--fala, .section--contato, .section--noticias, .section--aplicacoes, .section--hero, .article__header, .article {
  display: grid;
  column-gap: var(--gutter);
  grid-template-columns: [screen-start] calc(var(--sidebearing) - var(--gutter)) [grid-start col-1] 1fr [col-2] 1fr [col-3] 1fr [col-4] 1fr [col-5] 1fr [col-6] 1fr [col-7] 1fr [col-8] 1fr [col-9] 1fr [col-10] 1fr [col-11] 1fr [col-12] 1fr [grid-end] calc(var(--sidebearing) - var(--gutter)) [screen-end];
}
.grid-col > *, .section--newsletter > *, .section--heading > *, .section--fala > *, .section--contato > *, .section--noticias > *, .section--aplicacoes > *, .section--hero > *, .article__header > *, .article > * {
  grid-column: grid-start/grid-end;
}

.block-sb:before {
  content: "";
  grid-row: 1/-1;
  grid-column: screen-start/grid-start;
  display: block;
}
.block-sb:after {
  display: block;
  content: "";
  grid-row: 1/-1;
  grid-column: grid-end/screen-end;
}

.section--neg {
  color: var(--colour__bg);
  background: var(--colour__primary);
}

.flickity-page-dots {
  pointer-events: none;
  bottom: 0px;
  text-align: left;
}
.flickity-page-dots .dot {
  width: 2px;
  height: 10px;
  margin: 0 2px;
  border-radius: 0px;
  pointer-events: auto;
}
.flickity-page-dots .dot.is-selected {
  height: 20px;
  background: var(--colour__secondary);
}

label {
  text-transform: uppercase;
  font-size: var(--font__sm);
  letter-spacing: var(--trk__5);
}

input, textarea {
  width: 100%;
  font-size: 1rem;
  padding: 8px;
  border-width: 0;
  background: #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: calc(var(--gutter) / 2);
}
input[type=email], textarea[type=email] {
  text-transform: lowercase;
}

:root {
  --colour__bg: #ffffff;
  --colour__primary: #192947;
  --colour__secondary: #005FA6;
  --container__width: 1140px;
  --gutter: 32px;
  --sidebearing: calc((100vw - var(--container__width)) / 2);
  --font__sm: .9rem;
  --font__md: 1rem;
  --font__lg: 1.2rem;
  --font__xl: 2rem;
  --trk__5: .1em;
  --trk__4: .08em;
  --trk__3: .06em;
  --trk__2: .04em;
  --trk__1: .02em;
  --trk__n1: -.02em;
  --trk__n2: -.04em;
  --header__height: 72px;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #192947;
  font: normal 125%/1.4 "mr-eaves-xl-modern", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.t--1, .section--aplicacoes__heading, .section--hero__content h2, .article__title {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}
.t--2, .section--frase h2, .section--heading__content h2, .section--contato__info h2, .section--noticias__info h2, .section--aplicacoes .aplicacao__title, .article__headline {
  font-size: 2rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.t--2:before, .section--frase h2:before, .section--heading__content h2:before, .section--contato__info h2:before, .section--noticias__info h2:before, .section--aplicacoes .aplicacao__title:before, .article__headline:before {
  position: absolute;
  content: "";
  background: #999;
  height: 1em;
  width: 1px;
  top: 0;
  left: -1em;
  transform-origin: top;
  transform: rotate(30deg);
  transition: 0.1s ease-out;
}

.svg-title {
  font-size: 128px;
  text-transform: uppercase;
}

.char {
  display: inline-block;
  transform: translate(0px, 0px);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

.word {
  overflow: hidden;
  display: inline-block;
}

.animate--in .char {
  transform: translateY(120%);
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.navbar {
  position: sticky;
  top: 0px;
  z-index: 100;
  display: grid;
  grid: "sbl logo menu sbr" 72px/calc(var(--sidebearing) - var(--gutter)) 150px 1fr calc(var(--sidebearing) - var(--gutter));
  padding: 0 var(--gutter);
  background: var(--colour__bg);
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 56.22em) {
  .navbar {
    grid: "sbl logo menu sbr" 72px "sbl options options sbr"/calc(var(--sidebearing) - var(--gutter)) 150px 1fr calc(var(--sidebearing) - var(--gutter));
  }
}
.navbar__logo {
  grid-area: logo;
  justify-self: start;
  align-self: center;
  padding: calc(var(--gutter) / 2) calc(var(--gutter) / 2) calc(var(--gutter) / 2) 0;
}
.navbar__logo svg {
  width: 100%;
  height: auto;
}
.navbar__toggler {
  --toggler_w: 32px;
  --toggler_h: 2px;
  --toggler_space: 10px;
  justify-self: end;
  border: 1px solid var(--colour__blk);
  border-width: 0 0 0 1px;
  display: none;
}
@media (max-width: 56.22em) {
  .navbar__toggler {
    grid-area: menu;
    display: flex;
  }
}
.navbar__toggler .toggler {
  margin: 0;
  align-self: center;
  position: relative;
}
.navbar__toggler .toggler, .navbar__toggler .toggler:before, .navbar__toggler .toggler:after {
  display: block;
  width: var(--toggler_w);
  height: var(--toggler_h);
  background: currentColor;
}
.navbar__toggler .toggler:before, .navbar__toggler .toggler:after {
  content: "";
  position: absolute;
}
.navbar__toggler .toggler:before {
  top: var(--toggler_space);
}
.navbar__toggler .toggler:after {
  bottom: var(--toggler_space);
}
.navbar__menu {
  padding: 0;
  display: flex;
  grid-area: options;
  flex-direction: column;
  margin: 0;
  align-self: center;
  list-style-type: none;
}
@media (max-width: 56.22em) {
  .navbar__menu {
    height: 0px;
    overflow: hidden;
    transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
@media (min-width: 56.25em) {
  .navbar__menu {
    grid-area: menu;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.navbar__menu li a {
  display: block;
  padding: 0.618em 1.618em;
  text-transform: uppercase;
  color: #999;
  font-size: var(--font__sm);
  letter-spacing: var(--trk__5);
  position: relative;
}
.navbar__menu li a:before {
  position: absolute;
  content: "";
  background: #999;
  height: 1em;
  width: 1px;
  top: 50%;
  transform: rotate(30deg) translateY(-50%);
  transition: 0.1s ease-out;
  left: 0;
}
.navbar__menu li a:hover, .navbar__menu li a:active, .navbar__menu li a:focus {
  text-decoration: none;
  color: var(--colour__primary);
}
.navbar__menu li a:hover:before, .navbar__menu li a:active:before, .navbar__menu li a:focus:before {
  width: 2px;
  background: var(--colour__secondary);
}
.navbar__menu li.active a {
  pointer-events: none;
  color: var(--colour__primary);
}
.navbar__menu li.active a:before {
  width: 2px;
  background: var(--colour__secondary);
}
@media (max-width: 56.22em) {
  .navbar--toggle .navbar__menu {
    height: calc(100vh - var(--header__height));
    overflow-y: hidden;
  }
}

.loop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--gutter);
}
.loop__category {
  grid-column: 1/-1;
  margin-bottom: -5%;
  z-index: 2;
}

.article {
  padding-bottom: 5rem;
}
@media (min-width: 56.25em) {
  .article > * {
    grid-column: col-4/span 6;
  }
}
.article__header {
  padding: var(--gutter) 0;
  grid-column: screen-start/screen-end;
  background: var(--colour__secondary);
  color: var(--colour__bg);
}
.article__title {
  margin: 0;
}
@media (max-width: 56.22em) {
  .article__title {
    font-size: 2rem;
  }
}
.article__headline {
  margin: var(--gutter) 0;
}
@media (max-width: 56.22em) {
  .article__headline {
    font-size: 1rem;
  }
}
@media (min-width: 56.25em) {
  .article > figure {
    grid-column: col-3/span 8;
  }
}

main {
  margin-bottom: var(--footer__height);
  background: var(--colour__bg);
}

.footer {
  width: 100vw;
  position: fixed;
  bottom: 0px;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: var(--gutter);
  background: var(--colour__secondary);
  color: var(--colour__bg);
  padding: var(--gutter) max(var(--gutter), var(--sidebearing));
}
.footer__col {
  font-size: var(--font__sm);
}
.footer__col__img.fig {
  background: transparent;
}
.footer__col a {
  color: var(--colour__blk);
}
.footer__col dt {
  text-transform: uppercase;
  letter-spacing: var(--trk__3);
  font-weight: 700;
}
.footer__col dd {
  margin: 0;
}

.cta, input[type=submit] {
  --btn__bg: var(--colour__bg);
  --btn__text: var(--colour__secondary);
  background: var(--btn__bg);
  color: var(--btn__text);
  border-radius: 4px;
  padding: 0.618em 1.618em;
  display: inline-block;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  letter-spacing: var(--trk__2);
  font-size: var(--font__sm);
  font-weight: 400;
  text-decoration: none;
  border: none;
}
.cta:hover, input[type=submit]:hover, .cta:active, input[type=submit]:active, .cta:focus, input[type=submit]:focus {
  text-decoration: none;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.cta--primary {
  --btn__bg: var(--colour__primary);
  --btn__text: var(--colour__bg);
}
.cta--secondary, .section--newsletter__form input[type=submit] {
  --btn__bg: var(--colour__secondary);
  --btn__text: var(--colour__bg);
}

.section--hero {
  min-height: 70vh;
  overflow-x: hidden;
}
.section--hero__bg {
  grid-row: 1;
  grid-column: screen-start/screen-end;
  z-index: 0;
}
.section--hero__bg.fig {
  opacity: var(--comp-bgopacity);
  padding-bottom: 0;
  height: 100%;
}
.section--hero__bg.fig img {
  object-fit: cover;
  object-position: center;
}
.section--hero__content {
  z-index: 1;
  align-self: center;
  grid-row: 1;
  padding: var(--gutter) 0;
}
@media (min-width: 56.25em) {
  .section--hero__content {
    grid-column: col-7/grid-end;
  }
}
.section--hero__content h2 {
  margin-bottom: 0;
}

.loader {
  position: fixed;
  background: white;
  height: 166vh;
  width: 166vw;
  left: 122vw;
  top: -11vh;
  display: block;
  pointer-events: none;
  transition: 2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  z-index: 1001;
  transform: rotate(15deg);
}

body.loading .loader {
  left: -22vw;
  pointer-events: auto;
}

.section--aplicacoes {
  padding: var(--gutter) 0;
  background: #fafafa;
}
.section--aplicacoes__content {
  align-self: start;
  grid-row: 1;
  top: calc( var(--gutter) + var(--header__height));
}
@media (min-width: 56.25em) {
  .section--aplicacoes__content {
    grid-column: grid-start/col-7;
    position: sticky;
  }
}
.section--aplicacoes .aplicacoes {
  grid-row: 2;
}
@media (min-width: 56.25em) {
  .section--aplicacoes .aplicacoes {
    grid-column: col-7/grid-end;
  }
}
.section--aplicacoes .aplicacao__img {
  width: 5rem;
}
.section--aplicacoes .aplicacao__img .fig {
  background: transparent;
}

.section--noticias {
  padding: var(--gutter) 0;
  background: #f9f9fa;
  overflow: hidden;
}
@media (min-width: 37.5625em) {
  .section--noticias__info {
    grid-column: grid-start/col-5;
  }
}
.section--noticias__readmore {
  justify-self: end;
}
.section--noticias .noticias {
  padding: var(--gutter) 0;
  grid-column: grid-start/grid-end;
}
.section--noticias .noticias--loop {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.section--noticias .noticias--loop .noticia {
  margin: 0;
  display: block;
  width: 100%;
}
.section--noticias .noticias .flickity-viewport {
  overflow: visible !important;
}

.noticia {
  padding: calc(var(--gutter) / 2);
  margin: calc(var(--gutter) / 2);
  width: 90%;
  background: white;
  border-radius: 4px;
  text-decoration: none;
}
@media (min-width: 37.5625em) {
  .noticia {
    width: 45%;
  }
}
@media (min-width: 56.25em) {
  .noticia {
    width: 33.333%;
  }
}
.noticia:hover, .noticia:active, .noticia:focus {
  text-decoration: none;
}
.noticia__titulo {
  letter-spacing: var(--trk__n1);
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 37.5625em) {
  .noticia__titulo {
    font-size: 2rem;
  }
}
.noticia__headline {
  margin-bottom: 0;
  font-weight: 400;
  color: #666;
}

.section--contato {
  padding: var(--gutter) 0;
}
@media (min-width: 37.5625em) {
  .section--contato__info {
    grid-column: grid-start/col-7;
  }
}
@media (min-width: 37.5625em) {
  .section--contato form {
    grid-column: col-7/grid-end;
  }
}
.section--contato form label {
  display: block;
}
.section--contato form label input {
  display: block;
}
.section--contato__notificacao {
  background: #fafafa;
  display: block;
  width: 100%;
  padding: 8px 15px;
}
.section--contato__notificacao--success {
  color: var(--colour__secondary);
}
.section--contato__notificacao--error {
  color: #ca2424;
}

.section--fala {
  padding: var(--gutter) 0;
  overflow-x: hidden;
}
.section--fala__img {
  grid-column: screen-start/col-7;
}
@media (min-width: 37.5625em) {
  .section--fala__img {
    grid-column: grid-start/col-7;
  }
}
@media (min-width: 56.25em) {
  .section--fala__img {
    grid-column: col-4/span 2;
  }
}
.section--fala blockquote {
  margin: 0;
}
@media (min-width: 37.5625em) {
  .section--fala blockquote {
    grid-column: col-4/grid-end;
  }
}
@media (min-width: 56.25em) {
  .section--fala blockquote {
    grid-column: col-7/grid-end;
  }
}
.section--fala cite {
  font-weight: 800;
  display: block;
  font-style: normal;
  color: var(--colour__secondary);
  position: relative;
}
.section--fala cite small {
  font-weight: 400;
  color: var(--colour__primary);
  display: block;
}
.section--fala cite:before {
  position: absolute;
  content: "";
  background: #999;
  height: 100%;
  width: 1px;
  top: 0;
  left: calc( -1 * var(--gutter) );
  transform: rotate(30deg);
  transition: 0.1s ease-out;
}
.section--fala.section--left .section--fala__img {
  grid-column: col-7/screen-end;
}
@media (min-width: 56.25em) {
  .section--fala.section--left .section--fala__img {
    grid-row: 1;
    grid-column: col-9/span 2;
  }
}
@media (min-width: 37.5625em) {
  .section--fala.section--left blockquote {
    grid-column: grid-start/col-9;
  }
}
@media (min-width: 56.25em) {
  .section--fala.section--left blockquote {
    grid-row: 1;
    grid-column: col-2/span 6;
  }
}

.section--heading {
  overflow-x: hidden;
}
.section--heading__content {
  padding: var(--gutter) 0;
}
@media (min-width: 56.25em) {
  .section--heading__content {
    grid-row: 1;
    grid-column: grid-start/col-5;
  }
}
.section--heading__img {
  grid-row: 1;
  grid-column: grid-start/screen-end;
  align-self: end;
  position: relative;
  overflow: hidden;
}
@media (min-width: 56.25em) {
  .section--heading__img {
    grid-column: col-5/screen-end;
  }
}
.section--heading__img:before {
  content: "";
  position: absolute;
  height: 150%;
  width: 50%;
  transform: rotate(30deg);
  left: -30%;
  top: -40%;
  background: white;
  z-index: 3;
}

@media (min-width: 56.25em) {
  .section--right .section--heading__content {
    grid-column: col-7/grid-end;
  }
}
.section--right .section--heading__img {
  grid-column: screen-start/grid-end;
}
@media (min-width: 56.25em) {
  .section--right .section--heading__img {
    grid-column: screen-start/col-5;
  }
}
.section--right .section--heading__img:before {
  left: 100%;
  top: -30%;
}

.section--frase {
  padding: calc(var(--gutter) * 2);
}
.section--frase h2 {
  text-align: center;
  margin: 0;
}
.section--frase h2:before {
  display: none;
}
.section--bg {
  background: var(--colour__bg);
}
.section--primary {
  background: var(--colour__primary);
  color: var(--colour__bg);
}
.section--secondary {
  background: var(--colour__secondary);
  color: var(--colour__bg);
}

.section--newsletter {
  padding: var(--gutter) 0;
}
@media (min-width: 37.5625em) {
  .section--newsletter {
    grid-template-rows: min-content min-content;
  }
}
.section--newsletter__titulo {
  grid-row: 1;
  grid-column: col-4/grid-end;
  margin: 0;
}
.section--newsletter__texto {
  grid-row: 2;
}
@media (min-width: 56.25em) {
  .section--newsletter__texto {
    grid-column: col-4/span 3;
  }
}
.section--newsletter__form {
  align-self: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 56.25em) {
  .section--newsletter__form {
    grid-row: 2/-1;
    grid-column: col-8/span 3;
  }
}
.section--newsletter__notificacao {
  background: #fafafa;
  display: block;
  width: 100%;
  padding: 8px 15px;
}
.section--newsletter__notificacao--success {
  color: var(--colour__secondary);
}
.section--newsletter__notificacao--error {
  color: #ca2424;
}
.section--newsletter__img {
  grid-column: grid-start/span 3;
}
@media (min-width: 56.25em) {
  .section--newsletter__img {
    grid-row: 1/-1;
  }
}
.section--newsletter__img.fig {
  background: transparent;
}

.fig {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  height: 0px;
  width: 100%;
  padding-bottom: calc(100% / var(--ratio,2));
  margin: 0;
}
.fig img, .fig video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lazy {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.lazy[data-ll-status=loaded] {
  opacity: 1;
}
