@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600,700");
@keyframes btnhover {
  0% {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
  }
  100% {
    width: 106%;
    height: 130%;
    left: -3%;
    top: -15%;
  }
}

@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(45deg);
  }
  40% {
    transform: rotate(90deg);
  }
  60% {
    transform: rotate(180deg);
  }
  80% {
    transform: rotate(280deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes robotbirth {
  0% {
    top: 136px;
  }
  90% {
    top: -36px;
  }
  100% {
    top: 0;
  }
}

* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  overflow-x: hidden;
  color: #626262;
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
}

.header {
  height: 8rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 20%, transparent 100%);
  width: 100%;
  display: flex;
  align-content: center;
  position: fixed;
  z-index: 3;
  border-top: 2px solid #189443;
  transition: background-color 300ms ease-out;
}

.header .logo {
  display: none;
}

.header .logo-white {
  display: inline-block;
}

.header.white {
  background-color: #fff;
  background-image: none;
  border: none;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
}

.header.white .logo {
  display: inline-block;
}

.header.white .logo-white {
  display: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.container.two-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: stretch;
}

.container.two-cols .end {
  align-self: flex-end;
}

.container.center {
  justify-content: center;
}

.hero {
  max-height: 868px;
  height: 100%;
  background-image: url(../img/hero.jpg);
  background-size: 110%;
  background-position: center top;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color;
  position: relative;
}

.hero .content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 8rem;
}

.vantagens {
  background-color: #189443;
  padding: 4rem 0;
  position: relative;
}

.vantagens::before {
  content: '';
  width: 75%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 2rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

.vantagens::after {
  content: '';
  width: 75%;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  right: 0;
  height: 2rem;
  -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
}

.primary {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.secondary {
  font-size: 4.8rem;
  color: #189443;
  font-weight: 600;
  line-height: 1.2;
}

.tertiary {
  font-size: 2.4rem;
  color: #189443;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
}

.box {
  padding: 2rem 0;
}

.pdt5 {
  padding-top: 5rem;
}

.slider > div > div {
  display: flex;
  justify-content: center;
}

.e_dot {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: #ebebeb;
  border-radius: 50%;
  cursor: pointer;
}

.e_dot.active {
  background-color: #189443;
}

.e_dot:not(last-child) {
  margin-right: 1rem;
}

.premios {
  padding: 4rem 0;
}

.premios .container {
  flex-direction: column;
}

.depoimentos {
  padding: 4rem 0;
  background-color: #f8f8f8;
}

.depoimentos .container {
  flex-direction: column;
}

.numeros {
  padding: 4rem 0;
}

.formulario {
  background-color: #189443;
  padding: 6rem 0;
  position: relative;
}

.formulario .container {
  z-index: 1;
  position: relative;
}

.formulario img {
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: 0;
}

.formulario form {
  width: 60%;
  padding-left: 4rem;
}

.formulario form .message-holder {
  display: flex;
  justify-content: center;
}

.formulario form .message-holder > div {
  background-color: #fff;
  border-radius: 3rem;
  padding: 1rem 1.5rem;
  opacity: 0;
}

.formulario form .message-holder > div.mauticform-message {
  color: #189443;
}

.formulario form .message-holder > div.mauticform-error {
  color: #c82333;
}

.formulario form .mauticform-innerform {
  display: block !important;
}

.formulario form .form-group {
  display: flex;
}

.formulario form .form-group input, .formulario form .form-group select {
  width: 100%;
  font-size: 2rem;
  padding: 1rem;
  border: none;
  color: #626262;
}

.formulario form .form-group label {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  padding: 1rem 0;
  display: block;
}

.formulario form .holder {
  width: 50%;
}

.formulario form .holder:first-child {
  padding-right: 1rem;
}

.formulario form .holder:last-child {
  padding-left: 1rem;
}

footer {
  text-align: center;
  padding: 2rem 2rem;
}

.iniciar-chat {
  position: fixed;
  right: 2rem;
  z-index: 4;
  bottom: 0;
  max-width: 270px;
  pointer-events: none;
}

.iniciar-chat .ballon {
  background-color: #aec836;
  padding: 3rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  top: 1rem;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 200ms ease-out;
  transition: clip-path 200ms ease-out;
  transition: clip-path 200ms ease-out, -webkit-clip-path 200ms ease-out;
  pointer-events: all;
}

.iniciar-chat .ballon p {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  text-align: center;
}

.iniciar-chat .ballon .btn:hover::after {
  max-width: 106%;
  left: -3%;
}

.iniciar-chat img {
  position: relative;
  z-index: 1;
  right: -120px;
  transition: right 300ms ease-out;
  top: 136px;
  animation: robotbirth 400ms ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  pointer-events: all;
}

.iniciar-chat:hover {
  pointer-events: all;
}

.iniciar-chat:hover .ballon {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.iniciar-chat:hover img {
  right: 0px;
}

.modal-chat {
  z-index: 10;
  background-color: #aec836;
  padding: 6rem 0;
  position: fixed;
  bottom: 8rem;
  left: 0;
  width: 100%;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: opacity 200ms ease-out,
 -webkit-clip-path 300ms ease-out;
  transition: clip-path 300ms ease-out,
 opacity 200ms ease-out;
  transition: clip-path 300ms ease-out,
 opacity 200ms ease-out,
 -webkit-clip-path 300ms ease-out;
  opacity: .5;
}

.modal-chat.open {
  -webkit-clip-path: circle(75% at 50% 50%);
          clip-path: circle(75% at 50% 50%);
  opacity: 1;
}

.modal-chat .container {
  justify-content: stretch;
  align-items: stretch;
}

.modal-chat .secondary {
  color: #fff;
  padding-bottom: 2rem;
}

.modal-chat p {
  color: #fff;
}

.modal-chat .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}

.modal-chat .col img {
  position: absolute;
  top: -2.5rem;
}

.modal-chat .col.end {
  justify-content: end;
}

.modal-chat .col .close {
  position: absolute;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  top: -4rem;
  right: 0;
  cursor: pointer;
}

.nav-show {
  width: 100%;
  text-align: right;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  height: 100%;
  white-space: nowrap;
  position: relative;
}

.nav-link:not(.btn):after {
  content: '';
  width: 60%;
  max-width: 0;
  background-color: transparent;
  height: 3px;
  position: absolute;
  bottom: -.7rem;
  left: 0;
  transition: max-width 500ms ease-out,
 background-color 500ms ease-out;
}

.nav-link:hover:not(.btn):after {
  max-width: 100%;
  background-color: #189443;
}

.nav-link:not(:last-child) {
  padding-right: 2rem;
}

.white .nav-link {
  color: #5b5b5f;
}

.nav-hidden {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
  padding: 5px 5px;
  position: absolute;
  top: 8rem;
  right: 0;
  width: 320px;
  max-height: 100%;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  transition: right 500ms ease,
 max-height 500ms ease 300ms;
  overflow: hidden;
}

.nav-hidden.hidden {
  right: -100%;
  max-height: 0;
  opacity: 0;
}

.nav-hidden .nav-link {
  color: #189443;
  display: block;
}

.nav-hidden .nav-link:not(:last-child) {
  padding-right: 0;
  padding-bottom: 1rem;
}

.btn {
  border-radius: 3rem;
  border: 1px solid;
  padding: 1rem 2rem;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  transition: background-color 300ms ease-out;
}

.btn::after {
  content: '';
  position: absolute;
  width: 106%;
  height: 130%;
  max-width: 100%;
  max-height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  border-radius: 3rem;
  border: 2px solid #000;
  z-index: 1;
  transition: all 250ms ease-out;
  opacity: 0;
}

.btn:hover::after {
  max-width: 104%;
  max-height: 120%;
  left: -2%;
  top: -10%;
  opacity: 1;
}

.btn--transparent {
  background-color: transparent;
  transition: background-color 300ms ease-in;
}

.btn--transparent:hover {
  background-color: #189443;
  color: #fff;
}

.btn--menu {
  border: none;
  background-color: transparent;
  margin-top: -10px;
  padding: 0 20px;
}

.btn--menu:hover::after {
  opacity: 0;
}

.btn--green {
  background-color: #189443;
  border-color: #189443;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 30px;
}

.btn--green::after {
  border-color: #189443 !important;
}

.btn--lime {
  background-color: #aec836;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.btn--lime::after {
  border-color: #aec836 !important;
}

.btn.loading {
  pointer-events: none;
  background-color: #b3c074;
}

.btn.loading:after {
  display: inline-block;
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  border: 2px #189443 solid !important;
  border-left: 2px transparent solid !important;
  border-radius: 100%;
  top: 19px;
  right: 35px;
  left: initial;
  animation: spinning 400ms ease infinite;
  opacity: 1;
}

.btn.nav-link:hover::after {
  opacity: 0;
}

.white .btn--transparent {
  border-color: #189443;
  color: #189443;
}

.white .btn--transparent:hover {
  color: #fff;
}

.hamburguer {
  display: inline-block;
  width: 2.5rem;
  height: 2.5px;
  position: relative;
}

.hamburguer::after {
  content: '';
  width: 2.5rem;
  height: 2.5px;
  top: -.5rem;
  left: 0;
  position: absolute;
  box-shadow: 0 .5rem 1px 0 #fff;
  background-color: #fff;
  transform-origin: center;
  transition: transform 400ms ease,
 box-shadow 400ms ease;
}

.hamburguer::before {
  content: '';
  width: 2.5rem;
  height: 2.5px;
  bottom: -.5rem;
  left: 0;
  position: absolute;
  background-color: #fff;
  transform-origin: center;
  transition: transform 400ms ease;
}

.white .hamburguer::after {
  box-shadow: 0 .5rem 1px 0 #5b5b5f;
  background-color: #5b5b5f;
}

.white .hamburguer::before {
  background-color: #5b5b5f;
}

.btn--menu.hidden {
  display: none;
}

.btn--menu:hover .hamburguer, .btn--menu:active .hamburguer, .btn--menu.opened .hamburguer {
  background-color: transparent;
}

.btn--menu:hover .hamburguer::after, .btn--menu:active .hamburguer::after, .btn--menu.opened .hamburguer::after {
  transform: rotate(135deg);
  top: 0;
  box-shadow: 1rem .5rem 1px 0 transparent;
  transition: transform 200ms ease 200ms,
 box-shadow 200ms ease,
 top 200ms ease 200ms;
}

.btn--menu:hover .hamburguer::before, .btn--menu:active .hamburguer::before, .btn--menu.opened .hamburguer::before {
  transform: rotate(-135deg);
  bottom: 0;
  transition: transform 400ms ease 200ms,
 bottom 200ms ease 200ms;
}

.hero .primary {
  padding-top: 9rem;
}

.hero .secondary {
  font-size: 2.4rem;
  padding-top: 4rem;
  font-weight: 400;
  color: #fff;
}

.hero .btn {
  margin-top: 4rem;
  margin-bottom: 12rem;
}

.hero::before {
  content: '';
  width: 50%;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  height: 2rem;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
}

.hero::after {
  content: '';
  width: 50%;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  right: 0;
  height: 2rem;
  -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
}

.conheca {
  padding: 4rem 0 6rem;
}

.conheca h2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.vantagens .content {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: space-between;
}

.vantagens p {
  color: #fff;
  font-weight: bold;
  max-width: 250px;
}

.vantagens .right {
  align-items: flex-end;
  text-align: right;
  position: relative;
  z-index: 1;
  padding-right: 20%;
}

.vantagens .right .box {
  position: relative;
}

.vantagens .right .box::after {
  width: 5rem;
  content: '';
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(125%);
}

.vantagens .left {
  position: relative;
  z-index: 1;
  padding-left: 20%;
}

.vantagens .left .box {
  position: relative;
}

.vantagens .left .box::before {
  width: 5rem;
  content: '';
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-125%);
}

.vantagens .robozin {
  position: relative;
  z-index: 2;
}

.vantagens .robozin img {
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 2;
  transform: translateY(-3rem);
}

.sliderLeft {
  width: 100%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  align-items: stretch;
  padding-top: 5rem;
  -webkit-overflow-scrolling: touch;
  grid-auto-flow: column;
  overflow-x: auto;
}

.sliderLeft .premio {
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #189443;
  font-weight: bold;
}

.sliderLeft .premio .spacer {
  height: 60px;
  width: 1px;
  background-color: #189443;
  margin-left: 15px;
  margin-right: 15px;
}

.depoimentos .slider-arrow {
  width: 100%;
  padding-top: 4rem;
}

.depoimentos .slider-arrow .o_dots {
  text-align: center;
  padding-top: 3rem;
}

.depoimentos .slide {
  width: 30rem;
  text-align: center;
  font-size: 1.6rem;
}

.depoimentos .slide .top {
  height: 15rem;
  padding: 1rem 1rem;
  position: relative;
  margin-bottom: 1rem;
}

.depoimentos .slide .top h3 {
  margin-bottom: 1rem;
}

.depoimentos .slide .top p {
  margin-bottom: 1rem;
}

.depoimentos .slide .top::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.depoimentos .slide .bottom {
  background-color: #fff;
  height: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 1rem;
}

.numeros .sliderLeft {
  padding-top: 0;
}

.numeros .numero {
  text-align: center;
  width: 250px;
}

.numeros .numero .secondary {
  padding-bottom: 1rem;
}

.formulario .content {
  width: 40%;
  color: #fff;
}

.formulario .content h3 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}

.formulario form button {
  border: none;
  width: 90%;
  padding: 1.5rem;
}

@media (max-width: 1200px) {
  .header .container {
    justify-content: space-between;
  }
  .header .container .btn--menu {
    order: 1;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
  .nav-hidden {
    display: flex;
    flex-direction: column;
    max-height: initial;
    border-radius: 0;
  }
  .nav-link:not(:last-child) {
    padding: 2rem;
  }
  .hero {
    background-size: cover;
    height: calc(100vh - 30px);
  }
  .hero .content {
    padding-top: 0;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 30px);
  }
  .hero .primary {
    font-size: 4rem;
    padding: 0;
  }
  .hero .secondary {
    opacity: 0;
    padding: 0;
  }
  .hero .btn {
    margin: 0;
  }
  .hero::after {
    -webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
  }
  .hero::before {
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
  }
  .conheca {
    text-align: center;
  }
  .conheca .end {
    padding-top: 2rem;
  }
  .premios .scrollLeft {
    justify-content: flex-start;
  }
  .vantagens .container {
    position: relative;
  }
  .vantagens .robozin {
    position: absolute;
    top: 0;
    transform: translateY(50%);
    width: 100%;
    display: block;
    height: 416px;
    z-index: 0;
    opacity: .3;
  }
  .numeros .sliderLeft {
    padding-bottom: 1.5rem;
  }
  .formulario img {
    max-height: 100%;
    height: auto;
    bottom: 90px;
    top: initial;
  }
  .formulario .container {
    flex-direction: column;
  }
  .formulario .content {
    width: 100%;
  }
  .formulario .content p {
    line-height: 1.6;
  }
  .formulario .form-group {
    flex-direction: column;
  }
  .formulario .form-group .holder {
    padding: 0 !important;
  }
  .formulario form {
    width: 100%;
    padding-left: 0;
  }
  .formulario form .holder {
    width: 100%;
  }
  .sliderLeft {
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 1rem;
  }
  .depoimentos .slider-arrow .o_dots {
    display: flex;
    justify-content: center;
  }
}
/*# sourceMappingURL=main.css.map */