body {
  font-family: "Sora", sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

a:focus, input:focus, button:focus, textarea:focus, select:focus {
  outline: none; }

p {
  margin-bottom: 0; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: .5vh 0;
  z-index: 1020; }
  .menu .container {
    max-width: 66%; }
  .menu .content-menu {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .menu .content-menu .logo {
      width: 20%; }
      .menu .content-menu .logo img {
        width: 20vh;
        transition: .5s; }
    .menu .content-menu .content-links {
      width: 75%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .menu .content-menu .content-links .link-menu {
        background: transparent;
        padding: 1vh 4vh;
        color: black;
        border-radius: 5px;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0 1vh;
        transition: .5s; }
        .menu .content-menu .content-links .link-menu.bg-green:hover {
          transform: scale(1.05); }
    .menu .content-menu .btn-menu {
      display: none; }

.menu-aberto {
  display: none; }

.logo-menu-scroll {
  width: 13vh !important; }

.bg-green {
  background: linear-gradient(45deg, #0FF01A, #24C956) !important; }

@keyframes fade {
  0% {
    opacity: 0;
    margin-right: -4vh;
    margin-bottom: -2vh; }
  30% {
    opacity: 0;
    margin-right: -4vh;
    margin-bottom: -2vh; }
  50% {
    opacity: 0;
    margin-right: -4vh;
    margin-bottom: -2vh; }
  70% {
    opacity: 1;
    margin-right: 0vh;
    margin-bottom: 0vh; }
  80% {
    opacity: 1;
    margin-right: 0vh;
    margin-bottom: 0vh; }
  85% {
    opacity: 0;
    margin-right: -4vh;
    margin-bottom: -2vh; }
  100% {
    opacity: 0;
    margin-right: -4vh;
    margin-bottom: -2vh; } }
@keyframes aparecer {
  0% {
    margin-right: -110vh; }
  30% {
    margin-right: -110vh; }
  50% {
    margin-right: 0vh; }
  80% {
    margin-right: 0; }
  100% {
    margin-right: -110vh; } }
.banner {
  margin-top: 13vh; }
  .banner .img-banner {
    background: #232D53;
    position: relative;
    overflow: hidden; }
    .banner .img-banner::after {
      content: '';
      position: absolute;
      right: 0;
      width: 54%;
      height: 100%;
      background: #5e8bffb3;
      filter: blur(150px);
      top: 0;
      z-index: 0; }
    .banner .img-banner .linhas {
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      transform: translate(0, 50%);
      bottom: 50%;
      z-index: 0; }
    .banner .img-banner .content-banner {
      height: 80vh;
      padding: 14vh 39vh;
      position: relative; }
      .banner .img-banner .content-banner .content-texto {
        width: 45%; }
        .banner .img-banner .content-banner .content-texto .title-banner {
          color: #C3CDF4;
          font-size: 40px;
          font-weight: bold;
          line-height: 120%;
          margin-bottom: 3vh; }
        .banner .img-banner .content-banner .content-texto .texto {
          color: white;
          font-size: 17px; }
      .banner .img-banner .content-banner .images .img-maquina {
        width: 76vh;
        position: absolute;
        right: 28vh;
        transform: translate(0, 50%) rotate(11deg);
        bottom: 40%;
        z-index: 3;
        transition: .5s;
        animation: aparecer 10s linear infinite; }
      .banner .img-banner .content-banner .images .img-facil {
        width: 32vh;
        position: absolute;
        top: 23vh;
        right: 77vh;
        z-index: 2;
        opacity: 0;
        transition: .5s;
        animation: fade 10s linear infinite; }
      .banner .img-banner .content-banner .images .img-tecnology {
        position: absolute;
        width: 32vh;
        right: 20vh;
        top: 32vh;
        z-index: 3;
        opacity: 0;
        transition: .5s;
        animation: fade 10s linear infinite; }
      .banner .img-banner .content-banner .images .img-resistente {
        position: absolute;
        width: 32vh;
        top: 54vh;
        right: 49vh;
        z-index: 2;
        opacity: 0;
        transition: .5s;
        animation: fade 10s linear infinite; }
      .banner .img-banner .content-banner .images .img-segurity {
        position: absolute;
        width: 50vh;
        top: 5vh;
        right: 40vh;
        z-index: 0;
        opacity: 0.1; }

.botao {
  margin-top: 5vh; }
  .botao button {
    background: linear-gradient(45deg, #0FF01A, #24C956);
    border: none;
    padding: 2vh 8vh 2vh 6vh;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    transition: .5s; }
    .botao button svg {
      width: 2vh;
      position: absolute;
      transform: translate(0, 50%);
      bottom: 50%;
      right: 5vh;
      transition: .5s; }
    .botao button:hover {
      transform: scale(1.05); }
      .botao button:hover svg {
        right: 4vh; }

.title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; }
  .title strong {
    font-weight: 500;
    color: black; }

.sect1 {
  padding: 10vh 0; }
  .sect1 .container {
    max-width: 66%; }
    .sect1 .container .row:nth-child(1) {
      margin-bottom: 8vh; }
  .sect1 .content-title {
    height: 100%;
    display: flex;
    align-items: center; }
    .sect1 .content-title .title {
      color: #3B5299; }
  .sect1 .texto {
    font-size: 14px; }
  .sect1 .content {
    border: 1px solid #9c9c9c85;
    border-radius: 30px;
    padding: 5vh;
    height: 100%; }
    .sect1 .content .img-icone {
      width: fit-content;
      background: #3B529945;
      padding: 1.5vh;
      border-radius: 5px;
      margin-bottom: 5vh; }
      .sect1 .content .img-icone img {
        width: 3.5vh;
        filter: brightness(0) invert(26%) sepia(400%) saturate(400%) hue-rotate(177deg); }
    .sect1 .content .title-valores {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 1vh; }
    .sect1 .content .texto {
      font-size: 12px; }

.sect2 {
  padding: 8vh 0;
  background: linear-gradient(45deg, #232D53, #4864b7); }
  .sect2 .title {
    text-align: center;
    color: white;
    font-size: 20px; }
  .sect2 .content-dados {
    display: flex;
    justify-content: center;
    margin-top: 6vh; }
    .sect2 .content-dados .item-dados {
      display: flex;
      align-items: center;
      margin: 0 2vh; }
      .sect2 .content-dados .item-dados img {
        width: 8vh;
        margin-right: 1vh; }
      .sect2 .content-dados .item-dados p {
        color: white;
        font-size: 20px;
        font-weight: 500;
        max-width: 63%; }

.sect-produtos{
  padding: 10vh 0 0; }
  .sect-produtos .container{
    max-width: 75%; }
  .sect-produtos .content-text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .sect-produtos .content-text .title{
    color: #3b5299;
    margin-bottom: 3vh; }
  .sect-produtos .content-text .titulo-secao{
    font-weight: bold;
    margin-bottom: 1vh; }
  .sect-produtos .content-text .texto{
    margin-bottom: 3vh; }
  .sect-produtos .content-text .topico{
    margin-bottom: 1.5vh; }
  .sect-produtos .carousel-produtos .img-produtos{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    border-radius: 20px; }
  .sect-produtos .carousel-produtos .slick-arrow{
    border-radius: 10px;
    width: 55px;
    bottom: 42%;
    height: 55px;
    background: linear-gradient(45deg, #232D53, #4864b7); }
  .sect-produtos .carousel-produtos .slick-prev{
    left: 5%; }
  .sect-produtos .carousel-produtos .slick-next{
    left: inherit;
    right: 5%; }


.sect3 {
  padding: 10vh 0; }
  .sect3 .container {
    max-width: 66%; }
  .sect3 .desk {
    display: block; }
  .sect3 .mob {
    display: none; }
  .sect3 .img-conceito {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .sect3 .content-texto {
    padding-left: 4vh; }
    .sect3 .content-texto .title {
      color: #3B5299; }
    .sect3 .content-texto .content {
      margin: 4vh 0; }
      .sect3 .content-texto .content p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 2vh; }
        .sect3 .content-texto .content p svg {
          width: 3vh;
          margin-right: 1vh; }
    .sect3 .content-texto .acessorios {
      font-weight: 500;
      width: 100%;
      border-bottom: 1px solid #9C9C9C;
      padding-bottom: 1vh;
      cursor: pointer; }
      .sect3 .content-texto .acessorios p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 17px; }
        .sect3 .content-texto .acessorios p svg {
          width: 2vh;
          transition: .5s; }
    .sect3 .content-texto .acessorios:hover p svg{
      transform: rotate(45deg) scale(1.2);
    }
    .sect3 .content-texto .texto {
      margin-top: 4vh; }

#acessoriosModal .modal-dialog {
  margin-top: 20vh;
  width: fit-content;
  max-width: 100%; }
  #acessoriosModal .modal-dialog .modal-content {
    width: 120vh;
    margin: auto; }
    #acessoriosModal .modal-dialog .modal-content .modal-header {
      background: #cad0e3; }
      #acessoriosModal .modal-dialog .modal-content .modal-header .title-modal {
        color: #3B5299;
        text-align: center;
        width: 100%; }
    #acessoriosModal .modal-dialog .modal-content .modal-body .content {
      padding: 3vh; }
      #acessoriosModal .modal-dialog .modal-content .modal-body .content p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 2vh; }
        #acessoriosModal .modal-dialog .modal-content .modal-body .content p svg {
          width: 3vh;
          margin-right: 1vh; }
    #acessoriosModal .modal-dialog .modal-content .modal-body .img-modal {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px; }

.sect4 .container {
  max-width: 65%;
  position: relative;
  padding: 0; }
.sect4 .img-section {
  height: 100%;
  width: 100%;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: grayscale(1);
  border-radius: 10px; }
.sect4 .overlay {
  padding: 9vh 33vh;
  background: linear-gradient(90deg, #031145c2 99.99%, #5b85f3e6 100%);
  border-radius: 10px; }
  .sect4 .overlay .content .title {
    color: #5E8BFF;
    text-align: center; }
    .sect4 .overlay .content .title strong {
      color: white; }
  .sect4 .overlay .content .texto {
    color: white;
    text-align: center;
    font-size: 14px;
    margin: 3vh 0;
    font-weight: 300; }
  .sect4 .overlay .content .texto2 {
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 500; }
  .sect4 .overlay .content .botao {
    text-align: center; }
    .sect4 .overlay .content .botao button {
      padding: 2vh 6vh 2vh 4vh;
      font-size: 12px; }
      .sect4 .overlay .content .botao button svg {
        right: 3.5vh;
        width: 1.5vh; }
      .sect4 .overlay .content .botao button:hover svg {
        right: 2.5vh; }

.sect5 {
  padding: 10vh 0; }
  .sect5 > .container {
    max-width: 66%; }
  .sect5 .bg-form {
    background: #F4F4F4;
    padding: 10vh;
    box-shadow: 0px 8px 17px -13px #000000cc; }
    .sect5 .bg-form .content-texto{
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .sect5 .bg-form .title {
      color: #3B5299;
      margin-bottom: 3vh; }
    .sect5 .bg-form .subtitulo {
      font-size: 14px;
      margin-bottom: 5vh; }
    .sect5 .bg-form .contato p {
      font-size: 14px; }
    .sect5 .bg-form .campos {
      padding-bottom: 1.5vh; }
      .sect5 .bg-form .campos input {
        width: 100%;
        padding: 3vh 0;
        background: transparent;
        border: none;
        border-bottom: 1px solid #9C9C9C;
        font-size: 14px; }
    .sect5 .bg-form .botao-form {
      margin-top: 1.5vh; }
      .sect5 .bg-form .botao-form input {
        background: #0FF01A;
        padding: 1vh 2vh;
        border: none;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 14px; }

footer {
  border-top: 1px solid #9c9c9c7a;
  padding: 10vh 0; }
  footer .container {
    max-width: 66%; }
  footer .mob {
    display: none; }
  footer .desk {
    display: block; }
  footer .logo img {
    width: 15vh;
    margin-bottom: 4vh; }
  footer .texto-footer {
    font-size: 12px;
    color: #9C9C9C; }
  footer .content-links-footer {
    display: flex;
    flex-direction: column; }
    footer .content-links-footer .title-footer {
      color: #1474DA;
      font-size: 12px;
      margin-bottom: 1vh; }
    footer .content-links-footer .link-footer {
      color: black;
      font-family: inherit;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 1vh; }
  footer hr {
    margin: 6vh 0 4vh; }
  footer .copy {
    text-align: center;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px; }

@media (max-width: 980px) {
  .menu {
    height: 10vh; }
    .menu .container {
      max-width: 90%; }
    .menu .content-menu {
      height: 100%; }
      .menu .content-menu .logo {
        width: inherit; }
        .menu .content-menu .logo img {
          width: 13vh; }
      .menu .content-menu .content-links {
        display: none; }
      .menu .content-menu .btn-menu {
        display: block;
        width: 15%;
        background: transparent;
        border: none;
        height: 2em;
        padding: 0;
        margin-left: auto; }
        .menu .content-menu .btn-menu .position {
          display: flex;
          width: 100%;
          height: 100%;
          padding: 7%;
          justify-content: space-around;
          position: relative;
          align-items: flex-end;
          flex-direction: column; }
          .menu .content-menu .btn-menu .position span {
            background: #3B5299;
            width: 100%;
            height: .2rem;
            border-radius: 50px;
            transition: .5s; }
            .menu .content-menu .btn-menu .position span.traco3 {
              transition: 1s;
              width: 0; }
            .menu .content-menu .btn-menu .position span.traco2 {
              width: 50%; }
        .menu .content-menu .btn-menu:hover {
          cursor: pointer; }
          .menu .content-menu .btn-menu:hover .position .traco1 {
            width: 50%; }
          .menu .content-menu .btn-menu:hover .position .traco2 {
            width: 100%; }
      .menu .content-menu .btn-click {
        width: 10%; }
        .menu .content-menu .btn-click .position {
          margin: auto;
          position: relative;
          justify-content: center; }
          .menu .content-menu .btn-click .position span {
            position: absolute;
            right: 0;
            left: 0;
            margin: auto; }
          .menu .content-menu .btn-click .position .traco1 {
            transform: rotate(-45deg);
            width: 100% !important; }
          .menu .content-menu .btn-click .position .traco2 {
            transform: rotate(45deg);
            width: 100% !important; }
          .menu .content-menu .btn-click .position .traco3 {
            opacity: 0; }

  .menu-aberto {
    display: none;
    background: white;
    position: fixed;
    z-index: 1019;
    width: 100%;
    padding: 4vh 5vh 4vh; }
    .menu-aberto .content-links {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .menu-aberto .content-links .link-menu {
        color: black;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 2vh;
        padding: 1vh 4vh;
        border-radius: 5px; }

  .banner {
    margin-top: 10vh; }
    .banner .img-banner .linhas {
      height: 100%;
      object-fit: cover; }
    .banner .img-banner::after {
      width: 80%;
      transform: translate(50%, 0);
      height: 64%;
      right: 50%; }
    .banner .img-banner .content-banner {
      padding: 8vh 7vh 6vh;
      display: flex;
      align-items: flex-end; }
      .banner .img-banner .content-banner .content-texto {
        width: 100%; }
        .banner .img-banner .content-banner .content-texto .title-banner {
          font-size: 26px;
          text-align: center; }
        .banner .img-banner .content-banner .content-texto .texto {
          font-size: 11px;
          text-align: center; }
      .banner .img-banner .content-banner .images .img-maquina {
        right: 40%;
        transform: translate(50%, 0) rotate(11deg);
        bottom: inherit;
        top: 6vh;
        width: 44vh;
        animation: aparecer 7.5s linear infinite; }
      .banner .img-banner .content-banner .images .img-facil {
        box-shadow: 0 0 18px -6px #232e56;
        top: 9vh;
        right: inherit;
        left: 4vh;
        width: 18vh;
        animation: fade 7.5s linear infinite; }
      .banner .img-banner .content-banner .images .img-tecnology {
        width: 19vh;
        right: 0;
        top: 7vh;
        animation: fade 7.5s linear infinite; }
      .banner .img-banner .content-banner .images .img-resistente {
        box-shadow: 0 0 18px -6px #232e56;
        width: 18vh;
        top: 29vh;
        right: 10vh;
        animation: fade 7.5s linear infinite; }
      .banner .img-banner .content-banner .images .img-segurity {
        width: 31vh;
        top: 5vh;
        transform: translate(50%, 0);
        right: 50%; }

  .botao {
    text-align: center; }
    .botao button {
      padding: 2vh 5vh 2vh 4vh !important;
      font-size: 9px !important; }
      .botao button svg {
        right: 2vh !important;
        width: 1.5vh !important; }
      .botao button:hover svg {
        right: 2vh !important; }

  .title {
    font-size: 20px; }

  #acessoriosModal .modal-dialog {
    margin-top: 6vh; }
    #acessoriosModal .modal-dialog .modal-content {
      width: 100%; }
      #acessoriosModal .modal-dialog .modal-content .modal-body .content p {
        font-size: 12px; }

  .sect1 {
    padding: 7vh 0; }
    .sect1 .container {
      max-width: 85%; }
      .sect1 .container .row:nth-child(1) {
        margin-bottom: 6vh; }
      .sect1 .container .col-lg-4:nth-child(3) .content {
        margin-bottom: 0; }
    .sect1 .content-title {
      display: block; }
      .sect1 .content-title .title {
        text-align: center;
        margin-bottom: 2vh; }
    .sect1 .texto {
      font-size: 12px;
      text-align: center; }
    .sect1 .content {
      padding: 5vh 3vh;
      margin-bottom: 5vh;
      height: auto; }
      .sect1 .content .img-icone {
        padding: 1vh; }
      .sect1 .content .texto {
        font-size: 12px;
        text-align: left; }

  .sect2 {
    background: #232D53; }
    .sect2 .content-dados {
      display: block; }
      .sect2 .content-dados .item-dados {
        margin: 0 0 7vh;
        flex-direction: column; }
        .sect2 .content-dados .item-dados img {
          margin-right: 0;
          margin-bottom: 2vh; }
        .sect2 .content-dados .item-dados p {
          max-width: inherit; }

  .sect-produtos{
    padding: 7vh 0 0; }
    .sect-produtos .container{
      max-width: inherit; }
    .sect-produtos .carousel-produtos .img-produtos{
      height: 45vh; }

  .sect3 {
    padding: 7vh 0; }
    .sect3 .container {
      max-width: 90%; }
    .sect3 .title {
      color: #3B5299;
      text-align: center;
      margin-bottom: 5vh; }
    .sect3 .img-conceito {
      height: 44vh;
      margin-bottom: 2vh; }
    .sect3 .desk {
      display: none; }
    .sect3 .mob {
      display: block; }
    .sect3 .content-texto {
      padding-left: 0; }
      .sect3 .content-texto .content {
        padding: 0; }
        .sect3 .content-texto .content p {
          font-size: 12px; }
      .sect3 .content-texto .acessorios {
        padding-bottom: 1.5vh; }
        .sect3 .content-texto .acessorios p {
          font-size: 12px; }
      .sect3 .content-texto .texto {
        font-size: 13px;
        text-align: center; }

  .sect4 .container {
    max-width: inherit; }
  .sect4 .overlay {
    padding: 6vh 5vh; }
    .sect4 .overlay .content .title {
      color: white; }

  .sect5 {
    padding: 5vh 0; }
    .sect5 .container {
      max-width: inherit; }
    .sect5 .bg-form {
      padding: 0;
      background: transparent;
      box-shadow: none; }
      .sect5 .bg-form .content-texto {
        text-align: center;
        padding: 0 3vh; }
        .sect5 .bg-form .content-texto .subtitulo {
          font-size: 12px; }
        .sect5 .bg-form .content-texto .contato p {
          font-size: 12px; }
      .sect5 .bg-form .campos input {
        padding: 4vh 0; }
      .sect5 .bg-form .botao-form {
        text-align: center; }
        .sect5 .bg-form .botao-form span {
          display: block; }
        .sect5 .bg-form .botao-form input {
          padding: 1.5vh 6vh;
          font-size: 12px; }

  footer {
    padding: 4vh 0; }
    footer .container {
      max-width: 90%; }
    footer .logo img {
      margin-bottom: 2vh; }
    footer .texto-footer {
      font-size: 10px;
      margin-bottom: 4vh; }
    footer .content-redes {
      display: flex;
      justify-content: space-around;
      margin-top: 3vh; }
      footer .content-redes a svg {
        opacity: .5; }
    footer .content-links-footer .title-footer {
      font-size: 15px; }
    footer .content-links-footer .link-footer {
      font-size: 12px; }
    footer .desk {
      display: none; }
    footer .mob {
      display: block; }
    footer .copy {
      font-size: 8px;
      letter-spacing: 1px; } }

/*# sourceMappingURL=style.css.map */
