@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: #555;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  -webkit-box-shadow: none;
}

.fancybox-slide video {
  max-height: 70%;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

a {
  transition: all 0.5s ease;
}

* {
  box-sizing: border-box;
}

.parallax-mirror {
  z-index: 1 !important;
}

a.zap {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 50px;
  background-color: #32ec67;
  color: #fff;
  font-size: 3em;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  z-index: 999;
}

div#general {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general div.wrapper {
  width: 1140px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
div#general header {
  width: 100%;
  height: 125px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #171717;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
div#general header nav {
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #61ff61;
  transition: all 0.5s ease;
}
div#general header nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
div#general header nav ul li a {
  color: #dadada;
  font-size: 1.4em;
  text-transform: uppercase;
}
div#general header nav ul li.anomaly a {
  color: #61ff61;
}
div#general header.roll {
  height: 80px;
}
div#general header.roll nav {
  height: 80px;
}
div#general main {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
div#general main section {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#destaque {
  height: calc(100vh - 125px);
  margin-top: 125px;
  background: url(../img/cover.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
div#general main section#destaque div.wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div#general main section#destaque div.wrapper a.logo img {
  width: 400px;
}
div#general main section#destaque div.wrapper h1 {
  color: #fff;
  font-size: 5.5em;
  text-align: center;
  margin: 50px 0;
  position: relative;
}
div#general main section#destaque div.wrapper h1 small {
  z-index: 2;
  position: relative;
}
div#general main section#destaque div.wrapper h1 span {
  background-color: #00ce00;
  height: 15px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
div#general main section#destaque div.wrapper h1 strong {
  font-weight: bold;
}
div#general main section#destaque div.wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
div#general main section#destaque div.wrapper ul li a {
  background: #00ff00;
  background: linear-gradient(270deg, rgb(0, 255, 0) 0%, rgb(0, 129, 0) 100%);
  color: #fff;
  padding: 15px 30px;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
}
div#general main section#destaque div.wrapper ul li i {
  color: #00ff00;
  font-size: 0.7em;
  margin-right: 5px;
}
div#general main section#destaque div.wrapper ul li span {
  color: #fff;
  text-transform: uppercase;
}
div#general main section#financas {
  background: url(../img/fundo.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
}
div#general main section#financas div.wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div#general main section#financas div.wrapper img {
  max-width: 120px;
  margin-bottom: 50px;
}
div#general main section#financas div.wrapper hgroup {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
div#general main section#financas div.wrapper hgroup h2 {
  font-size: 2.5em;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-weight: 500;
}
div#general main section#financas div.wrapper hgroup h3 {
  font-size: 2.5em;
  color: #fff;
  text-align: center;
  font-weight: 200;
  line-height: 1.2em;
}
div#general main section#financas div.wrapper ul {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
div#general main section#financas div.wrapper ul li {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}
div#general main section#financas div.wrapper ul li i {
  color: #00ce00;
  margin-right: 5px;
}
div#general main section#sustentavel {
  padding: 120px 0;
}
div#general main section#sustentavel div.wrapper {
  justify-content: space-between;
}
div#general main section#sustentavel div.wrapper div.column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
div#general main section#sustentavel div.wrapper div.column.col-left {
  width: 26%;
}
div#general main section#sustentavel div.wrapper div.column.col-left small {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
div#general main section#sustentavel div.wrapper div.column.col-left small span {
  color: #00cc00;
}
div#general main section#sustentavel div.wrapper div.column.col-left h2 {
  font-size: 3em;
}
div#general main section#sustentavel div.wrapper div.column.col-left h2 span {
  color: #00cc00;
  text-decoration: underline;
}
div#general main section#sustentavel div.wrapper div.column.col-middle {
  width: 48%;
}
div#general main section#sustentavel div.wrapper div.column.col-middle img {
  width: 100%;
}
div#general main section#sustentavel div.wrapper div.column.col-right {
  width: 22%;
  padding-left: 2%;
}
div#general main section#sustentavel div.wrapper div.column.col-right ul li {
  font-size: 1.2em;
  line-height: 2em;
}
div#general main section#jornada {
  padding: 120px 0;
  background-color: #f9f9f9;
}
div#general main section#jornada div.wrapper {
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
div#general main section#jornada div.wrapper small {
  color: #8c8c8c;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
}
div#general main section#jornada div.wrapper h2 {
  color: #000;
  font-size: 3.5em;
  text-align: center;
  margin-bottom: 20px;
}
div#general main section#jornada div.wrapper ul {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
div#general main section#jornada div.wrapper ul li {
  padding: 30px;
  border: 2px solid #aaa;
  border-radius: 20px;
  margin-bottom: 35px;
  position: relative;
  transition: all 0.5s ease;
}
div#general main section#jornada div.wrapper ul li h3 {
  font-size: 1.4em;
  margin-bottom: 5px;
  font-style: 500;
  margin-top: 10px;
}
div#general main section#jornada div.wrapper ul li p {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 300;
}
div#general main section#jornada div.wrapper ul li span {
  display: block;
  background-color: #00cc00;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  position: absolute;
  top: -22px;
  left: 30px;
}
div#general main section#jornada div.wrapper ul li:nth-child(1) {
  width: 37%;
}
div#general main section#jornada div.wrapper ul li:nth-child(2) {
  width: 61%;
}
div#general main section#jornada div.wrapper ul li:nth-child(3) {
  width: 44%;
}
div#general main section#jornada div.wrapper ul li:nth-child(4) {
  width: 54%;
}
div#general main section#jornada div.wrapper ul li:hover {
  border-color: #00cc00;
}
div#general main section#agende {
  padding: 120px 0;
}
div#general main section#agende div.wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div#general main section#agende div.wrapper h2 {
  color: #000;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 70px 0 30px;
}
div#general main section#agende div.wrapper h2 span {
  color: #00cc00;
  text-decoration: underline;
}
div#general main section#agende div.wrapper small {
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: center;
  max-width: 70%;
  margin-bottom: 40px;
}
div#general main section#agende div.wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
div#general main section#agende div.wrapper ul li a {
  background: #00ff00;
  background: linear-gradient(270deg, rgb(0, 255, 0) 0%, rgb(0, 129, 0) 100%);
  color: #fff;
  padding: 15px 30px;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
}
div#general main section#agende div.wrapper ul li i {
  color: #00ff00;
  font-size: 0.7em;
  margin-right: 5px;
}
div#general main section#agende div.wrapper ul li span {
  color: #000;
  text-transform: uppercase;
}
div#general main section#mosaic {
  padding: 130px 0;
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
div#general main section#mosaic div.wrapper {
  align-items: center;
  justify-content: center;
}
div#general main section#mosaic div.column {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#mosaic div.column div.thumb {
  position: relative;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div#general main section#mosaic div.column div.thumb h3 {
  font-weight: 600;
  font-size: 2em;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
div#general main section#mosaic div.column div.info {
  height: 280px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
div#general main section#mosaic div.column div.info p {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 0 40px;
}
div#general main section#mosaic div.column div.info p span {
  text-decoration: underline;
}
div#general main section#mosaic div.column:nth-child(even) {
  flex-direction: column-reverse;
}
div#general main section#mosaic div.column:nth-child(1) div.thumb {
  border-radius: 40px 40px 0 40px;
  border-right: 2px solid #61ff61;
  border-bottom: 2px solid #61ff61;
  background: url("../img/m1.jpg") lightgray 50%/cover no-repeat;
  box-shadow: 533px 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
div#general main section#mosaic div.column:nth-child(2) div.thumb {
  border-radius: 0 0 40px 40px;
  border-top: 2px solid #61ff61;
  border-right: 2px solid #61ff61;
  border-left: 2px solid #61ff61;
  background: url("../img/m2.jpg") lightgray 50%/cover no-repeat;
  box-shadow: 504px 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
div#general main section#mosaic div.column:nth-child(3) div.thumb {
  border-radius: 40px 40px 40px 0;
  border-bottom: 2px solid #61ff61;
  border-left: 2px solid #61ff61;
  background: url("../img/m3.jpg") lightgray -37.579px -17.479px/112.791% 112.361% no-repeat;
  box-shadow: 503px 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
div#general main section#universodigital {
  justify-content: space-between;
  margin-bottom: 100px;
}
div#general main section#universodigital div.left {
  width: 45%;
  background: url(../img/universo.jpg) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-right-radius: 100px;
}
div#general main section#universodigital div.right {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
div#general main section#universodigital div.right div.info {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 100px 65px;
}
div#general main section#universodigital div.right div.info h2 {
  font-size: 2.8em;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 30px;
}
div#general main section#universodigital div.right div.info h2 span {
  color: #00cc00;
  text-decoration: underline;
}
div#general main section#universodigital div.right div.info ul {
  margin-bottom: 30px;
}
div#general main section#universodigital div.right div.info ul li {
  font-size: 1.4em;
  line-height: 1.4em;
}
div#general main section#universodigital div.right div.info a {
  padding: 20px 50px;
  font-size: 1.4em;
  font-weight: 500;
  border: 2px solid #00cc00;
  text-transform: uppercase;
  color: #000;
  border-radius: 60px;
  display: inline-flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#universodigital div.right div.info a:hover {
  background-color: #00cc00;
}
div#general main section#parceria {
  justify-content: space-between;
  margin-bottom: 100px;
  flex-direction: row-reverse;
}
div#general main section#parceria div.left {
  width: 50%;
  background: url(../img/m2.jpg) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 100px;
}
div#general main section#parceria div.right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-end;
}
div#general main section#parceria div.right div.info {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 100px 65px 100px 0;
}
div#general main section#parceria div.right div.info h2 {
  font-size: 2.8em;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 30px;
}
div#general main section#parceria div.right div.info h2 span {
  color: #00cc00;
  text-decoration: underline;
}
div#general main section#parceria div.right div.info ul {
  margin-bottom: 30px;
}
div#general main section#parceria div.right div.info ul li {
  font-size: 1.4em;
  line-height: 1.4em;
}
div#general main section#parceria div.right div.info a {
  padding: 20px 50px;
  font-size: 1.4em;
  font-weight: 500;
  border: 2px solid #00cc00;
  text-transform: uppercase;
  color: #000;
  border-radius: 60px;
  display: inline-flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#parceria div.right div.info a:hover {
  background-color: #00cc00;
}
div#general main section#app {
  padding: 120px 0;
}
div#general main section#app div.wrapper {
  justify-content: space-between;
}
div#general main section#app div.wrapper div.left {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
div#general main section#app div.wrapper div.left h2 {
  font-size: 3em;
  margin-bottom: 40px;
}
div#general main section#app div.wrapper div.left ul li {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 15px;
}
div#general main section#app div.wrapper div.right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
div#general main section#app div.wrapper div.right img.app {
  width: 100%;
  align-self: flex-start;
}
div#general main section#app div.wrapper div.right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
}
div#general main section#app div.wrapper div.right ul li {
  max-width: 200px;
  margin: 0 10px;
}
div#general main section#app div.wrapper div.right ul li img {
  width: 100%;
}
div#general main section#club {
  padding: 120px 0;
}
div#general main section#club div.wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div#general main section#club div.wrapper h2 {
  color: #000;
  font-size: 3.5em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
div#general main section#club div.wrapper small {
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: center;
  max-width: 70%;
  margin-top: 70px;
}
div#general main section#club div.wrapper ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#club div.wrapper ul li {
  width: 7%;
  height: 0;
  padding-bottom: 7%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.18);
}
div#general main section#club div.wrapper ul li img {
  width: 100%;
  display: flex;
  align-self: flex-start;
}
div#general main section#estrutura {
  padding: 180px 0 80px;
}
div#general main section#estrutura div.wrapper h1 {
  margin-bottom: 80px;
  font-size: 3em;
  font-weight: 600;
  -webkit-text-decoration: underline #00cc00;
          text-decoration: underline #00cc00;
}
div#general main section#estrutura div.wrapper p {
  font-size: 1.3em;
  line-height: 1.3em;
}
div#general main section#estrutura div.wrapper p strong {
  font-weight: bold;
  font-size: 1.3em;
}
div#general main section#estrutura div.wrapper p a {
  color: #000;
  font-weight: bold;
  -webkit-text-decoration: underline 2px #00cc00;
          text-decoration: underline 2px #00cc00;
}
div#general main section#faq {
  padding: 100px 0 100px;
  background-color: #f8f8f8;
}
div#general main section#faq h2 {
  font-size: 3.5em;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  -webkit-text-decoration: underline #00cc00;
          text-decoration: underline #00cc00;
}
div#general main section#faq h2 img {
  position: absolute;
  left: 0;
  top: -140px;
}
div#general main section#faq small {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 80px;
  max-width: 80%;
}
div#general main section#faq small a {
  color: #00cc00;
  text-decoration: underline;
}
div#general main section#faq small strong {
  font-weight: bold;
}
div#general main section#faq div.faq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#faq div.faq ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#faq div.faq ul li {
  width: 100%;
  margin-bottom: 20px;
}
div#general main section#faq div.faq ul li div.pergunta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  cursor: pointer;
}
div#general main section#faq div.faq ul li div.pergunta h3 {
  max-width: 80%;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 500;
}
div#general main section#faq div.faq ul li div.pergunta i {
  font-size: 1.6em;
  color: #00cc00;
  transition: all 0.5s ease;
}
div#general main section#faq div.faq ul li div.resposta {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  border: 1px dashed #111;
  background: #fff;
}
div#general main section#faq div.faq ul li div.resposta p {
  font-size: 1.3em;
  line-height: 1.3em;
}
div#general main section#faq div.faq ul li.active div.pergunta i {
  transform: rotate(180deg);
}
div#general main section#faq div.faq ul li.active div.resposta {
  display: flex;
}
div#general main section#clientes {
  padding: 100px 0;
}
div#general main section#clientes div.wrapper {
  flex-direction: column;
}
div#general main section#clientes div.wrapper h2 {
  font-size: 3.5em;
  font-weight: 300;
  margin-bottom: 80px;
  text-align: center;
}
div#general main section#clientes div.wrapper ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div#general main section#clientes div.wrapper ul li {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0 10px;
}
div#general main section#clientes div.wrapper ul li img {
  max-width: 100%;
}
div#general footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general footer div.column {
  display: flex;
  flex-wrap: wrap;
}
div#general footer div.column.col-left {
  width: 40%;
  padding: 140px 0;
  border-right: 3px solid #fff;
  background-color: #222222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div#general footer div.column.col-left div.wrap {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
div#general footer div.column.col-left img {
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
}
div#general footer div.column.col-left h3 {
  color: #fff;
  font-size: 3.5em;
  text-align: left;
  margin: 40px 0;
}
div#general footer div.column.col-left h3 strong {
  font-weight: bold;
}
div#general footer div.column.col-left a.bt {
  background: #00ff00;
  background: linear-gradient(270deg, rgb(0, 255, 0) 0%, rgb(0, 129, 0) 100%);
  color: #fff;
  padding: 15px 30px;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  align-self: flex-start;
}
div#general footer div.column.col-left ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
div#general footer div.column.col-left ul li {
  margin-right: 10px;
}
div#general footer div.column.col-left ul li a {
  color: #fff;
  font-size: 2.5em;
}
div#general footer div.column.col-center {
  width: 35%;
  background: url(../img/imgrodape.jpg) no-repeat center top;
  background-size: cover;
  border-right: 3px solid #fff;
}
div#general footer div.column.col-right {
  width: 25%;
  background: #10e34e url(../img/bgfooter.png) no-repeat center top;
  background-size: cover;
}
div#general div.foot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  border-top: 3px solid #fff;
  padding: 60px 0;
}
div#general div.foot div.wrapper {
  justify-content: space-between;
}
div#general div.foot ul {
  display: flex;
  flex-wrap: wrap;
}
div#general div.foot ul li {
  max-width: 200px;
  margin-right: 40px;
}
div#general div.foot ul li img {
  width: 100%;
}
div#general div.foot p {
  display: block;
  flex-wrap: wrap;
  color: #fff;
  font-size: 1.6em;
  margin-top: 20px;
}
div#general div.foot p.legal {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: 60px;
}
div#general div.foot p.legal strong {
  font-weight: bold;
}
div#general div.foot p.legal a {
  display: inline-flex !important;
  flex-wrap: wrap;
  color: #00cc00;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  html,
  div#general {
    width: 100% !important;
    overflow-x: hidden !important;
  }
  html div.wrapper,
  div#general div.wrapper {
    width: 86% !important;
    padding: 0% !important;
    left: inherit !important;
    margin: 0 7% !important;
  }
  html header div.wrapper nav ul li.desk,
  div#general header div.wrapper nav ul li.desk {
    display: none;
  }
  html main,
  div#general main {
    padding-top: 120px;
  }
  html main section#destaque,
  div#general main section#destaque {
    height: 80vh;
    margin-top: 0;
    background-size: auto 100% !important;
    background-position: -550px center !important;
    background-attachment: inherit !important;
  }
  html main section#destaque div.wrapper a.logo img,
  div#general main section#destaque div.wrapper a.logo img {
    width: 250px;
  }
  html main section#destaque div.wrapper h1,
  div#general main section#destaque div.wrapper h1 {
    font-size: 2.2em;
  }
  html main section#destaque div.wrapper h1 span,
  div#general main section#destaque div.wrapper h1 span {
    height: 5px;
    bottom: 0;
  }
  html main section#destaque div.wrapper ul li,
  div#general main section#destaque div.wrapper ul li {
    margin-bottom: 20px;
  }
  html main section#financas,
  div#general main section#financas {
    padding: 80px 0;
  }
  html main section#financas div.wrapper img,
  div#general main section#financas div.wrapper img {
    max-width: 80px;
  }
  html main section#financas div.wrapper hgroup,
  div#general main section#financas div.wrapper hgroup {
    width: 100%;
  }
  html main section#financas div.wrapper hgroup h2,
  div#general main section#financas div.wrapper hgroup h2 {
    margin-bottom: 30px;
    font-size: 2em;
  }
  html main section#financas div.wrapper hgroup h3,
  div#general main section#financas div.wrapper hgroup h3 {
    font-size: 1.5em;
  }
  html main section#financas div.wrapper ul,
  div#general main section#financas div.wrapper ul {
    width: 100%;
    margin-top: 50px;
  }
  html main section#financas div.wrapper ul li,
  div#general main section#financas div.wrapper ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  html main section#sustentavel,
  div#general main section#sustentavel {
    padding: 80px 0 0;
  }
  html main section#sustentavel div.wrapper div.column,
  div#general main section#sustentavel div.wrapper div.column {
    width: 100% !important;
    margin-bottom: 40px;
  }
  html main section#app,
  div#general main section#app {
    padding: 80px 0;
  }
  html main section#app div.wrapper div.left,
  div#general main section#app div.wrapper div.left {
    width: 100%;
    margin-bottom: 50px;
  }
  html main section#app div.wrapper div.left h2,
  div#general main section#app div.wrapper div.left h2 {
    font-size: 2.5em;
  }
  html main section#app div.wrapper div.left ul li,
  div#general main section#app div.wrapper div.left ul li {
    font-size: 1.3em;
  }
  html main section#app div.wrapper div.right,
  div#general main section#app div.wrapper div.right {
    width: 100%;
  }
  html main section#app div.wrapper div.right img,
  div#general main section#app div.wrapper div.right img {
    width: 100%;
  }
  html main section#app div.wrapper div.right ul,
  div#general main section#app div.wrapper div.right ul {
    width: 100%;
  }
  html main section#app div.wrapper div.right ul li,
  div#general main section#app div.wrapper div.right ul li {
    width: 40%;
  }
  html main section#jornada,
  div#general main section#jornada {
    padding: 80px 0;
  }
  html main section#jornada div.wrapper h2,
  div#general main section#jornada div.wrapper h2 {
    font-size: 2.5em;
  }
  html main section#jornada div.wrapper ul,
  div#general main section#jornada div.wrapper ul {
    width: 100%;
  }
  html main section#jornada div.wrapper ul li:nth-child(1), html main section#jornada div.wrapper ul li:nth-child(2), html main section#jornada div.wrapper ul li:nth-child(3), html main section#jornada div.wrapper ul li:nth-child(4),
  div#general main section#jornada div.wrapper ul li:nth-child(1),
  div#general main section#jornada div.wrapper ul li:nth-child(2),
  div#general main section#jornada div.wrapper ul li:nth-child(3),
  div#general main section#jornada div.wrapper ul li:nth-child(4) {
    width: 100%;
  }
  html main section#agende,
  div#general main section#agende {
    padding: 80px 0;
  }
  html main section#agende div.wrapper img,
  div#general main section#agende div.wrapper img {
    width: 100%;
  }
  html main section#agende div.wrapper h2,
  div#general main section#agende div.wrapper h2 {
    font-size: 1.5em;
    line-height: 1.3em;
  }
  html main section#agende div.wrapper small,
  div#general main section#agende div.wrapper small {
    max-width: 100%;
  }
  html main section#agende div.wrapper ul li,
  div#general main section#agende div.wrapper ul li {
    margin-bottom: 20px;
  }
  html main section#mosaic,
  div#general main section#mosaic {
    padding: 80px 0 40px;
    background-attachment: inherit !important;
  }
  html main section#mosaic div.wrapper div.column,
  div#general main section#mosaic div.wrapper div.column {
    width: 100% !important;
    margin-bottom: 40px;
    flex-direction: column !important;
  }
  html main section#mosaic div.wrapper div.column div.thumb,
  div#general main section#mosaic div.wrapper div.column div.thumb {
    border-radius: 40px 40px 40px 0 !important;
    border-bottom: 2px solid #61ff61 !important;
    border-left: 2px solid #61ff61 !important;
    box-shadow: 503px 4px 4px 0 rgba(0, 0, 0, 0.25) inset !important;
  }
  html main section#mosaic div.wrapper div.column div.info,
  div#general main section#mosaic div.wrapper div.column div.info {
    height: auto;
    margin: 30px 0;
  }
  html main section#mosaic div.wrapper div.column div.info p,
  div#general main section#mosaic div.wrapper div.column div.info p {
    padding: 0 30px;
  }
  html main section#universodigital,
  div#general main section#universodigital {
    margin-bottom: 50px;
  }
  html main section#universodigital div.left,
  div#general main section#universodigital div.left {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
  }
  html main section#universodigital div.right,
  div#general main section#universodigital div.right {
    width: 100%;
  }
  html main section#universodigital div.right div.info,
  div#general main section#universodigital div.right div.info {
    width: 100%;
    padding: 50px 7% 50px;
  }
  html main section#universodigital div.right div.info h2,
  div#general main section#universodigital div.right div.info h2 {
    font-size: 2em;
  }
  html main section#universodigital div.right div.info ul li,
  div#general main section#universodigital div.right div.info ul li {
    font-size: 1.3em;
  }
  html main section#parceria div.left,
  div#general main section#parceria div.left {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 100px;
  }
  html main section#parceria div.right,
  div#general main section#parceria div.right {
    width: 100%;
  }
  html main section#parceria div.right div.info,
  div#general main section#parceria div.right div.info {
    width: 100%;
    padding: 50px 7% 50px;
  }
  html main section#parceria div.right div.info h2,
  div#general main section#parceria div.right div.info h2 {
    font-size: 2em;
  }
  html main section#parceria div.right div.info ul li,
  div#general main section#parceria div.right div.info ul li {
    font-size: 1.3em;
  }
  html main section#club,
  div#general main section#club {
    padding: 0 0 80px;
  }
  html main section#club div.wrapper h2,
  div#general main section#club div.wrapper h2 {
    font-size: 2.5em;
  }
  html main section#club div.wrapper ul li,
  div#general main section#club div.wrapper ul li {
    width: 18%;
    padding-bottom: 18%;
    margin-bottom: 30px;
  }
  html main section#club div.wrapper small,
  div#general main section#club div.wrapper small {
    max-width: 100%;
    margin-top: 40px;
  }
  html main section#clientes,
  div#general main section#clientes {
    padding: 80px 0;
  }
  html main section#clientes div.wrapper ul li,
  div#general main section#clientes div.wrapper ul li {
    width: 45%;
    padding: 0;
    margin: 5px;
  }
  html footer,
  div#general footer {
    flex-direction: column;
  }
  html footer div.column,
  div#general footer div.column {
    width: 100% !important;
    border: 0 !important;
  }
  html footer div.column div.wrap,
  div#general footer div.column div.wrap {
    width: 86% !important;
    padding: 0% !important;
    left: inherit !important;
    margin: 0 7% !important;
  }
  html footer div.column.col-left,
  div#general footer div.column.col-left {
    padding: 80px 0;
  }
  html footer div.column.col-left h3,
  div#general footer div.column.col-left h3 {
    font-size: 2.5em;
  }
  html div.foot,
  div#general div.foot {
    padding-bottom: 150px;
  }
  html div.foot div.wrapper ul li,
  div#general div.foot div.wrapper ul li {
    width: 30%;
    margin-right: 10px;
  }
  html div.foot div.wrapper p,
  div#general div.foot div.wrapper p {
    font-size: 1em;
  }
}/*# sourceMappingURL=style.css.map */