* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Arial', serif;
}

/* Defines */
body {
  color: #424242;
  background: #F4F4F4;
}

img {
  max-width: 100%;
}

nav {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
  color: #424242;
}

a:hover, a:focus, a:active {
  opacity: 1;
}

iframe {
  max-width: 100%;
}

/* Selection Event */
::-moz-selection {
  background: #73854D;
  color: #fff;
}
::selection {
  background: #73854D;
  color: #fff;
}

/* Scroll track bar */
::-webkit-scrollbar-track {
  background-color: #424242;
  background: #424242;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #73854D;
}

/*
 * Icons for Moleta
 */
.moleta-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1rem;
}

.moleta-icons svg {
  width: 100%;
  height: 100%;
}

.st0.youtube,
.st1.youtube,
.st0,
.st0 industry,
.st0 product_box,
.st0 contact,
.st0.home {
  fill: #73854D;
}

.st1 {
  fill: #fff;
}

.st0.brazil {
  fill: #3C9242;
}

.st1.brazil {
  fill: #EDC226;
}

.st3.brazil {
  fill: #2D146E;
}

.st4.brazil {
  fill: #FFFFFF;
}

.st5.brazil {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #3C9242;
}

.st6.brazil {
  fill: #3C9242;
}

.st0.united_states {
  fill: #CB001C;
}

.st1.united_states {
  fill: #FFFFFF;
}

.st2.united_states {
  fill: #2A3560;
}

.st1.whatsapp {
  fill: #73854D;
}

.st0.rock {
  fill: #73854D;
}

.st1.rock {
  fill: #14651b;
}

.st2.rock {
  fill: #73854D;
}

.st3.rock {
  fill: #14651b;
}

.st4.rock {
  fill: #73854D;
}

.st5.rock {
  fill: #14651b;
}

header {
  max-width: 1170px;
  margin: auto;
  background: #fff;
}

header .top-bar {
  background: #73854D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.8rem;
}

@media (max-width: 480px) {
  header .top-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .top-bar li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

header .top-bar li i {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
  line-height: 0;
}

header .top-bar li i .st0.youtube,
header .top-bar li i .st0.mail,
header .top-bar li i .st1.whatsapp,
header .top-bar li i .st0.whatsapp {
  fill: #fff;
}

header .top-bar li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

header .top-bar li img {
  width: 1vw;
  margin-right: 0.5vw;
}

@media (max-width: 480px) {
  header .top-bar li img {
    width: 5vw;
  }
}

@media (max-width: 480px) {
  header .top-bar li span {
    display: none;
  }
}

header .institucional-bar {
  border-bottom: solid 2px #73854D;
  top: 0;
  background: #fff;
  width: 100%;
  max-width: 1170px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 20px;
}

header .institucional-bar .main-logo {
  width: 20vw;
}

@media (max-width: 480px) {
  header .institucional-bar .main-logo {
    width: 58vw;
  }
}

header .institucional-bar .selo {
  width: 10vw;
}

@media (max-width: 480px) {
  header .institucional-bar .selo {
    width: 20vw;
  }
}

header .institucional-bar nav.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  header .institucional-bar nav.main {
    display: none;
  }
}

header .responsive-close,
header .responsive-action {
  background: #73854d;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 1;
  z-index: 1;
}

@media (min-width: 481px) {
  header .responsive-close,
  header .responsive-action {
    display: none;
  }
}

header .responsive-close i .st0,
header .responsive-action i .st0 {
  fill: #fff;
}

header .responsive-close {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 481px) {
  header .responsive-close {
    display: none;
  }
}

@media (max-width: 480px) {
  header nav.main {
    position: fixed;
    z-index: 1;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
}

header nav.main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 480px) {
  header nav.main ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header nav.main ul li a {
  color: #424242;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px;
  font-size: 0.8rem;
}

header nav.main ul li a:hover {
  color: #73854D;
}

.home {
  text-align: center;
}

.home .main-banner {
  max-width: 1170px;
  margin: auto;
  background: #fff;
  min-height: 482px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .home .main-banner {
    min-height: 142px;
  }
}

.home .main-banner .MySlides {
  display: none;
  width: 100%;
}

.home .main-banner .MySlides img {
  width: 100%;
}

.home .links-home-sectors {
  max-width: 1170px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .home .links-home-sectors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home .links-home-sectors li {
  padding: 40px 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .home .links-home-sectors li {
    padding: 10px;
  }
}

.home .links-home-sectors li a {
  color: #fff;
}

@media (max-width: 480px) {
  .home .links-home-sectors li a img {
    width: 10%;
  }
}

.home .links-home-sectors li a h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: normal;
}

.home .links-home-sectors li:nth-child(1) {
  background: #426627;
}

.home .links-home-sectors li:nth-child(2) {
  background: #4B702F;
}

.home .links-home-sectors li:nth-child(3) {
  background: #64854B;
}

.home .links-home-sectors li:nth-child(4) {
  background: #759959;
}

.home .links-home-sectors li:nth-child(5) {
  background: #85AB69;
}

.home .links-home-sectors li:hover {
  -webkit-animation: scaleCard 0.5s forwards;
          animation: scaleCard 0.5s forwards;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.home .links-home-sectors li:hover a img {
  -webkit-animation: scaleCardCorrection 0.5s forwards;
          animation: scaleCardCorrection 0.5s forwards;
}

.home .links-home-sectors li:hover a h4 {
  -webkit-animation: scaleCardCorrection 0.5s forwards;
          animation: scaleCardCorrection 0.5s forwards;
}

.page {
  max-width: 1170px;
  margin: auto;
  padding: 20px;
  background: #fff;
  min-height: 398px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 480px) {
  .page {
    width: 100%;
  }
}

.page .col-2 {
  width: 50%;
}

@media (max-width: 480px) {
  .page .col-2 {
    width: 100%;
  }
}

.page .col-4 {
  width: 31%;
  margin: 10px;
}

@media (max-width: 480px) {
  .page .col-4 {
    width: 100%;
  }
}

.page h3 {
  font-size: 1.3rem;
  margin: 5px 0;
  width: 100%;
  padding-right: 40px;
}

.page h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 5px 0;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.page h4 i {
  margin-right: 5px;
}

.page h5 {
  width: 100%;
  margin: 5px 0;
}

.page h6 {
  margin: 5px 0;
}

.page p {
  text-align: justify;
  padding: 10px 40px 10px 0;
  width: 100%;
}

@media (max-width: 480px) {
  .page p {
    padding: 0;
  }
}

.page ul {
  padding: 10px 40px;
  width: 100%;
}

.page .profissional,
.page .programa {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media (max-width: 480px) {
  .page .profissional,
  .page .programa {
    width: 100%;
  }
}

.page .profissional .thumbnail,
.page .programa .thumbnail {
  width: 18%;
  padding-right: 20px;
}

@media (max-width: 480px) {
  .page .profissional .thumbnail,
  .page .programa .thumbnail {
    width: 100%;
  }
}

.page .description {
  width: 80%;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .page .description {
    width: 100%;
  }
}

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

.page .description-complete {
  width: 100%;
  display: none;
  margin-bottom: 20px;
  margin-left: 18%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 2px #73854D;
}

.page .description-complete a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page .description-complete a i {
  padding-right: 5px;
}

@media (max-width: 480px) {
  .page .open-curriculo,
  .page .close-curriculo {
    padding: 20px 0;
  }
}

.page .programa-single {
  width: 50%;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .page .programa-single {
    width: 100%;
  }
}

.page .programa-single p {
  width: 100%;
}

.page .depoimentoP {
  margin-bottom: 15px;
}

.page form.contact-fields {
  width: 30%;
  margin-bottom: 100px;
}

.page iframe.contact-data {
  width: 70%;
  padding-left: 20px;
  margin-bottom: 100px;
}

.page label,
.page fields,
.page textarea,
.page input {
  width: 100%;
}

.page textarea,
.page input {
  padding: 8px 10px;
  border-radius: 5px;
  border: solid 1px #73854D;
  font-size: 0.8rem;
}

.page label {
  margin: 15px 0 5px;
  display: inline-block;
  font-weight: bold;
}

.page input[type=submit] {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 5px;
  border: solid 1px #73854D;
  background: #73854D;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  width: auto;
}

.page textarea {
  max-width: 100%;
  min-width: 100%;
}

.page img {
  max-width: 95%;
}

.clietes {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.clietes a {
  display: inline-block;
  width: 18%;
  margin: 1%;
}

@-webkit-keyframes scaleCard {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
}

@keyframes scaleCard {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
}

@-webkit-keyframes scaleCardCorrection {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}

@keyframes scaleCardCorrection {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}

footer {
  padding: 10px 0;
  font-size: 0.8rem;
}

footer .info-footer {
  max-width: 1170px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  footer .info-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .info-footer a .footer-logo {
  width: 200px;
  background: #fff;
  padding: 15px;
}

footer .info-footer .about-footer {
  padding: 0 20px;
  width: 30%;
  color: #fff;
}

@media (max-width: 480px) {
  footer .info-footer .about-footer {
    width: 100%;
    padding-bottom: 10px;
  }
}

footer .info-footer .about-footer a {
  color: #fff;
}

footer .info-footer .links-footer {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  footer .info-footer .links-footer {
    padding: 20px;
    background: #426627;
  }
}

footer .info-footer .links-footer ul {
  color: #fff;
  margin-left: 30px;
}

footer .info-footer .links-footer ul li a {
  color: #fff;
}

footer .copy-right {
  max-width: 1170px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .copy-right .text-copy-right {
  text-align: center;
  padding: 20px;
  width: 100%;
}

footer .copy-right .validacoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .copy-right .validacoes p {
  margin: 0 10px;
}

footer .copy-right .validacoes p img {
  width: 4vw;
}

@media (max-width: 480px) {
  footer .copy-right .validacoes p img {
    width: 48%;
  }
}

footer .copy-right .developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

footer .copy-right .developer img {
  width: 166px;
}

@media (max-width: 480px) {
  footer .copy-right .developer img {
    width: 42%;
    margin: 5px;
  }
}

footer .copy-right .developer a {
  color: #fff;
}

.centered {
  width: 100%;
  height: 10vw;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.blob-1,
.blob-2 {
  width: 70px;
  height: 70px;
  position: absolute;
  background: #426627;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blob-1 {
  left: 20%;
  -webkit-animation: osc-l 2.5s ease infinite;
          animation: osc-l 2.5s ease infinite;
}

.blob-2 {
  left: 80%;
  -webkit-animation: osc-r 2.5s ease infinite;
          animation: osc-r 2.5s ease infinite;
  background: #85AB69;
}

@-webkit-keyframes osc-l {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}

@keyframes osc-l {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}

@-webkit-keyframes osc-r {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}

@keyframes osc-r {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}

.message {
  position: fixed;
  left: 40vw;
  top: 10px;
  z-index: 1000;
}

.message .alert,
.message .warning,
.message .success {
  padding: 10px;
  border-radius: 5px;
}

.message .alert {
  background: red;
  color: #fff;
}

.message .warning {
  background: #f1e000;
  color: #424242;
}

.message .success {
  background: #6dc72a;
  color: #424242;
}

.banners {
  position: relative;
}

.banners .banner {
  display: none;
  max-width: 1170px;
  margin: auto;
  width: 100%;
}

.banners .banner a {
  display: inline-block;
}

.banners .banner a,
.banners .banner img {
  width: 100%;
  opacity: 1;
}

.banners .banner .next,
.banners .banner .prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: auto;
}

.banners .banner .next {
  right: 10%;
}

.banners .banner .prev {
  left: 10%;
}

.bt-orcamento {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 5px;
  border: solid 1px #73854D;
  background: #73854D;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
}

@media (max-width: 480px) {
  .bt-orcamento {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.thumbnail-professora {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.text-professora {
  width: 69%;
  display: inline-block;
}

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

.page-bp h3 {
  font-size: 1.6rem;
}

.page-bp h4 {
  font-style: italic;
  font-size: 1.3rem;
}

.carrousel-mol {
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
  max-width: 1170px;
  margin: auto;
  margin: auto;
}

.carrousel-mol .next-slide-mol,
.carrousel-mol .prev-slide-mol {
  position: absolute;
  top: 45%;
  z-index: 100;
  background: white;
  border-radius: 100%;
  padding: 2px;
  margin: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carrousel-mol .prev-slide-mol {
  left: 0;
}

.carrousel-mol .next-slide-mol {
  right: 0;
}

.carrousel-mol .elements .carrousel-mol-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: left 2s;
  transition: left 2s;
  cursor: pointer;
}

.carrousel-mol .elements .carrousel-mol-item a {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */