/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

article, aside, figure, footer, header, nav, section, details, summary, img {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font-family: "Open Sans", sans-serif;
  font: 99%;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

input[type=submit]:disabled,
input[type=button]:disabled {
  background: #CCC !important;
  opacity: 0.7 !important;
}

input[type=submit]:disabled:hover,
input[type=button]:disabled:hover {
  opacity: 0.7 !important;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
@media (min-width: $tablet) {}
@media (min-width: $tabletPro) {}
@media (min-width: $desktop-md) {}
@media (min-width: $desktop-lg) {}
@media (min-width: $desktop-big) {}
@media (min-width: $desktop-gg) {}
*/
/*
@include transition($vast);
@include transition($mfast);
@include transition($fast);
@include transition($default);
@include transition($slow);
@include transition($vslow);
*/
/*
@include border-radius();
*/
/* TRANSITIONS */
/*!
 * fullPage 4.0.29
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
  pointer-events: none;
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
  pointer-events: none;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  pointer-events: all;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide, .fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

.fp-scrollable .fp-section, .fp-scrollable .fp-slide, .fp-scrollable.fp-responsive .fp-is-overflow.fp-section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]), .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.fp-overflow {
  justify-content: flex-start;
  max-height: 100vh;
}

.fp-scrollable .fp-auto-height .fp-overflow {
  max-height: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow > .fp-overflow {
  overflow-y: auto;
}

.fp-overflow {
  outline: 0;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive .fp-overflow, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
  min-height: auto !important;
}

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

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning, .fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning, .fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

.fp-noscroll .fp-overflow {
  overflow: hidden;
}


#fp-nav.fp-right {
  right: 10px;
}

.fp-watermark {
  display: none !important;
}

body {
  color: #333;
  font-family: Lato;
  letter-spacing: 0.1em;
}
body .section {
  text-align: center;
}

h1 {
  width: 100%;
  text-align: center;
}
h1 img {
  display: inline-block;
  max-width: 75%;
}

img {
  margin: 0 0 0 0;
}

.section h2 {
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  margin: 0vh 0 5vh 0;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.section h2 strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .section h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1280px) {
  .section h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1600px) {
  .section h2 {
    font-size: 45px;
    line-height: 58px;
  }
}
@media (min-width: 1920px) {
  .section h2 {
    font-size: 50px;
    line-height: 63px;
  }
}

.btnScroll {
  position: fixed;
  bottom: 4vw;
  right: 4vw;
}
.btnScroll a {
  display: block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  margin: 12px 0 12px 0;
}
.btnScroll a:last-child {
  margin-bottom: 0px;
}
.btnScroll a svg {
  margin: 8px 0 0 8px;
  width: 26px;
  fill: #FFF;
}

#contato {
  float: left;
  width: 100%;
  padding: 0 0 0 0;
}
#contato h2 {
  color: #000;
}
#contato a.email,
#contato a.whatsapp {
  color: #000;
  font-size: 18px;
  display: inline-block;
  margin: 0 0 20px 0;
}
#contato a.email span,
#contato a.whatsapp span {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
#contato a.email span svg,
#contato a.whatsapp span svg {
  float: left;
  width: 20px;
  height: 20px;
}
#contato form {
  float: left;
  width: 100%;
  margin: 3vh 0 8vh 0;
  padding: 0 14%;
}
#contato form label {
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
}
#contato form label input[type=text],
#contato form label input[type=email],
#contato form label textarea {
  border: 1px solid #575757;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  float: right;
  width: 100%;
  padding: 0 5px 0 8px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
#contato form label input[type=text],
#contato form label input[type=email] {
  height: 40px;
  line-height: 40px;
}
#contato form label textarea {
  height: 140px;
  padding-top: 8px;
}
#contato form .enviar {
  color: #000;
  background: #FFF;
  border: none;
  float: right;
  font-size: 15px;
  font-family: Lato;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #575757;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 7px 20px 7px 20px;
}
#contato form .enviar:hover {
  color: #FFF;
  background: #000;
}
#contato form p {
  display: none;
  float: left;
  width: 100%;
  text-align: right;
  margin: 10px 0 20px 0;
}
#contato form p.campos {
  color: red;
}
#contato form p.sucesso {
  color: green;
}
@media (min-width: 768px) {
  #contato form {
    padding: 0 calc((100vw - 400px) / 2) 0 calc((100vw - 400px) / 2);
  }
}
@media (min-width: 1024px) {
  #contato {
    padding: 0 0 0 0;
  }
}
@media (min-width: 1280px) {
  #contato a.email {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1600px) {
  #contato a.email,
  #contato a.whatsapp {
    font-size: 20px;
  }
  #contato a.email span,
  #contato a.whatsapp span {
    margin: -2px 8px 0 0;
  }
  #contato a.email span svg,
  #contato a.whatsapp span svg {
    width: 22px;
    height: 22px;
  }
}

.bloco-laterais {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.bloco-laterais div {
  background: #FFF;
  height: 20px;
  position: absolute;
  width: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}

.bloco-laterais div.tl02,
.bloco-laterais div.tr02,
.bloco-laterais div.bl02,
.bloco-laterais div.br02 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}

.bloco-laterais div.tl03,
.bloco-laterais div.tr03,
.bloco-laterais div.bl03,
.bloco-laterais div.br03 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}

.bloco-laterais div.tl01 {
  top: -20px;
  left: 0;
}

.bloco-laterais div.tl02 {
  top: -20px;
  left: 20px;
}

.bloco-laterais div.tl03 {
  top: -20px;
  left: 0;
}

.bloco-laterais div.tr01 {
  top: -20px;
  right: 0;
}

.bloco-laterais div.tr02 {
  top: -20px;
  right: 20px;
}

.bloco-laterais div.tr03 {
  top: -20px;
  right: 0;
}

.bloco-laterais div.bl01 {
  bottom: -20px;
  left: 0;
}

.bloco-laterais div.bl02 {
  bottom: -20px;
  left: 20px;
}

.bloco-laterais div.bl03 {
  bottom: -20px;
  left: 0;
}

.bloco-laterais div.br01 {
  bottom: -20px;
  right: 0;
}

.bloco-laterais div.br02 {
  bottom: -20px;
  right: 20px;
}

.bloco-laterais div.br03 {
  bottom: -20px;
  right: 0;
}

.bloco-laterais div.sup01.active {
  top: 0px;
}

.bloco-laterais div.sup02.active {
  top: 20px;
}

.bloco-laterais div.sub01.active {
  bottom: 0px;
}

.bloco-laterais div.sub02.active {
  bottom: 20px;
}

.bloco-laterais div.tl02.active,
.bloco-laterais div.tr02.active,
.bloco-laterais div.bl02.active,
.bloco-laterais div.br02.active {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}

.bloco-laterais div.tl03.active,
.bloco-laterais div.tr03.active,
.bloco-laterais div.bl03.active,
.bloco-laterais div.br03.active {
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}

#section0 {
  background: url(../images/bg.gif);
  padding: 0;
}

#section1 .box {
  display: inline-block;
  width: 340px;
  position: relative;
  z-index: 2;
}
#section1 h2 {
  color: #FFF;
}
#section1 p {
  color: #FFF;
  line-height: 22px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #section1 .box {
    width: 500px;
  }
}
@media (min-width: 1280px) {
  #section1 .box {
    width: 780px;
  }
  #section1 h2 br:nth-of-type(1) {
    display: none;
  }
  #section1 p {
    padding: 0 10%;
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  #section1 .box {
    width: 870px;
  }
  #section1 p {
    padding: 0 14%;
    font-size: 17px;
    line-height: 25px;
  }
}
@media (min-width: 1920px) {
  #section1 .box {
    width: 960px;
  }
  #section1 p {
    padding: 0 14%;
    font-size: 18px;
    line-height: 26px;
  }
}

.listaHome .fp-overflow {
  padding: 10vh 8%;
}
.listaHome .box h2 span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.listaHome .box h2 span svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: #333;
}
.listaHome .lista {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.listaHome .lista .item {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
}
.listaHome .lista .item > span {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 5px 0;
}
.listaHome .lista .item > span svg {
  width: 45px;
}
.listaHome .lista .item h3 {
  float: left;
  width: 100%;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  width: 100%;
  letter-spacing: 0.17em;
  margin: 3px 0 10px 0;
  text-align: center;
}
.listaHome .lista .item.item03 svg {
  fill: #FFF;
}
.listaHome .lista .item li {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  position: relative;
}
.listaHome .lista .item li h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  margin: 0 0 0px 0;
  text-align: center;
}
.listaHome .lista .subitem {
  text-align: center;
  float: left;
  width: 100%;
  margin: 15px 0 60px 0;
}
.listaHome .lista .subitem h4 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0 0 25px 0;
}
.listaHome .lista .subitem li {
  float: left;
  width: 100%;
  margin: 0 0 6px 0;
}
.listaHome .lista .subitem li h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  margin: 0 0 0px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .listaHome .box h2 strong {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (min-width: 1280px) {
  .listaHome .fp-overflow {
    padding: 0 8%;
  }
  .listaHome .lista {
    margin: 50px 0 0 0;
  }
  .listaHome .lista .item {
    width: 33.3%;
  }
  .listaHome .lista .subitem {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .listaHome .box h2 strong {
    font-size: 40px;
    line-height: 52px;
  }
  .listaHome .box h2 strong span svg {
    width: 45px;
    height: 45px;
  }
  .listaHome .lista {
    padding: 0 8%;
  }
}
@media (min-width: 1920px) {
  .listaHome .box h2 strong {
    font-size: 45px;
    line-height: 57px;
  }
  .listaHome .box h2 strong span svg {
    width: 50px;
    height: 50px;
  }
  .listaHome .lista {
    padding: 0 12%;
  }
}
.listaHome.bgbranco .lista .item > span svg path {
  fill: #333;
}
.listaHome.bg h2 {
  color: #FFF;
}
.listaHome.bg .lista .item h3 {
  color: #FFF;
}
.listaHome.bg .lista .item li h4 {
  color: #FFF;
}
.listaHome.bg .lista .subitem h4 {
  color: #FFF;
}
.listaHome.bg .lista .subitem li h5 {
  color: #FFF;
}

#header {
  background: url(../images/bg.gif);
  padding: 0;
  height: 75svh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header h1 {
  margin: 0 0 0 0;
}
#header h1 strong {
  display: none;
}
#header h1 img {
  max-width: 65%;
}
@media (min-width: 768px) {
  #header {
    height: 75svh;
  }
}
@media (min-width: 1280px) {
  #header {
    height: 70svh;
  }
}