<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: none;
  outline: none;
  font-family: "Lato", sans-serif;
  font-weight: 30;
  box-sizing: border-box;
}

body {
  background-color: #f5f5f5;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

/* Topo cabeÃ§alho */
.top-cabecalho {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: auto;
  overflow: hidden;
  z-index: 9999;
  background: linear-gradient(to right, #ce2e3c, #da6709);
  width: 100%;
  padding: 0 4%;
  position: fixed;
  top: 0;
  margin-top: -0.5px;
}

.top-cabecalho p {
  margin-bottom: 0.3%;
}

.top-cabecalho p &gt; a {
  color: #fff;
  text-decoration: none;
}

.top-cabecalho p &gt; a:hover {
  opacity: 0.8;
}

.top-contato {
  display: flex;
}

.top-contato p {
  font-size: 14px;
}

.top-redes {
  display: flex;
}

.top-redes p {
  font-size: 20px;
}

/* Devices */
.top-devices {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-basis: auto;
  overflow: hidden;
  z-index: 9999;
  background: linear-gradient(to right, #ce2e3c, #da6709);
  width: 100%;
  padding: 0 4%;
  position: fixed;
  top: 0;
}

.top-devices p &gt; a {
  color: #fff;
  text-decoration: none;
}

.top-devices p &gt; a:hover {
  opacity: 0.8;
}

.top-devices {
  display: flex;
}

.top-devices p {
  font-size: 14px;
}

.cabecalho {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  padding: 1% 4%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  margin-top: 2.3%;
  top: 0;
}

.logo {
  width: 56px;
  height: 56px;
  float: left;
  background: url(/_img/flysys-icon.png) center center / 56px no-repeat;
  font-size: 0;
  margin-top: 0.7%;
}

.btn-menu {
  width: 56px;
  height: 56px;
  float: right;
  text-align: center;
  border-radius: 56px;
  cursor: pointer;
  margin-top: 0.7%;
}

.menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  margin-top: 1%;
  left: 0;
  color: #fff;
  z-index: 9999;
}

.btn-close {
  font-size: 1.5em;
  color: #fff;
  float: right;
  cursor: pointer;
  margin: 2% 3% 0 0;
}

.menu ul {
  width: 100%;
  float: left;
  text-align: center;
}

.menu li {
  padding: 1.5%;
  background: #fff;
}

.menu li a {
  font-size: 2em;
  color: #fff;
  padding: 1.5% 3%;
}

.menu li a:hover {
  border: 1px solid #da6709;
}

/* Search */
.search-container form {
  margin-right: 340px;
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #d0cfce;
  outline: none;
}

input#search-bar:focus {
  border: 1px solid #000;
  transition: 0.35s ease;
  color: #000;
}

input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -65.5px;
  right: -15px;
}

/* FormulÃĄrio solucao */
.solucao {
  padding: 0 4%;
  margin-bottom: 4%;
}

.solucao img {
  margin-bottom: 2%;
}

.solucao p {
  font-size: 18px;
}

.caracteristicas {
  display: flex;
  justify-content: space-between;
}

.tamanho {
  width: 550px;
}

/* Scroll Top */
.voltar-ao-topo {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1% 1.3%;
  border-radius: 50%;
  display: none;
}

.voltar-ao-topo:hover {
  opacity: 1;
}

/* RodapÃĐ */
.rodape {
  width: 100%;
  float: left;
  padding: 3% 4%;
  text-align: center;
  background: linear-gradient(to right, #ce2e3c, #da6709);
}

.social-icons a {
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 3%;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  color: rgb(255, 255, 255);
}

.copyright {
  margin-top: 2%;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 470px) {
  .cabecalho {
    margin-top: 11%;
  }

  .logo {
    margin-top: 2.5%;
  }

  .btn-menu {
    margin-top: 2.5%;
  }

  .top-cabecalho {
    display: none;
  }

  .tamanho {
    width: 140px;
  }

  .solucao {
    display: flex;
    flex-direction: column;
  }

  .voltar-ao-topo {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    font-size: 10px;
    padding: 1% 1.9%;
    border-radius: 50%;
    display: none;
  }
}

/* Newsletter */
.newsletter {
  width: 100%;
  float: left;
  text-align: center;
  padding: 3% 4%;
  background-color: #130400;
}

.newsletter h2 {
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
}

.newsletter h3 {
  color: #fff;
}

.newsletter form {
  margin-top: 2%;
}

.newsletter input {
  width: 100%;
  background-color: #130400;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5%;
  border-radius: 5px;
}

.newsletter button {
  width: 100%;
  background-color: #fff;
  color: #130400;
  padding: 5%;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 2%;
}

.newsletter button:hover {
  opacity: 1;
}

@media (max-width: 414px) {
  .cabecalho {
    top: -1%;
  }
}

@media (max-width: 479px) {
  .cabecalho {
    margin-top: 12%;
  }

  .logo {
    margin-top: 2.5%;
  }

  .btn-menu {
    margin-top: 2.5%;
  }

  .menu {
    margin-top: 0;
  }

  .menu li {
    background: rgba(0, 0, 0, 0.3);
  }

  .top-devices div {
    display: flex;
    justify-content: center;
    margin-bottom: -2%;
  }

  .top-devices-contato {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
  }

  .top-devices-redes {
    display: flex;
    margin-top: 3%;
  }

  .top-devices-redes i {
    font-size: 20px;
  }

  .solucao {
    margin-top: 34%;
  }

  .caracteristicas {
    display: flex;
    flex-direction: column;
  }

  .tamanho {
    width: 100%;
  }

  .valor {
    width: 100%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  /* WhatsApp flutuante */
  .whatsapp {
    position: fixed;
    top: 87%;
    right: 4%;
    z-index: 10000000;
    height: 32px;
    width: 32px;
  }
}

@media screen and (min-width: 480px) {
  .logo {
    width: 150px;
    background: url(/_img/flysys-logo.jpg) center center / 150px no-repeat;
  }

  .menu {
    margin-top: 0;
  }

  .menu li {
    background: rgba(0, 0, 0, 0.3);
  }

  /* WhatsApp flutuante */
  .whatsapp {
    position: fixed;
    top: 85%;
    right: 1.6%;
    z-index: 10000000;
  }
}

@media screen and (min-width: 568px) {
  .top-cabecalho {
    display: none;
  }

  .top-devices {
    margin-top: -2%;
  }

  .top-devices div {
    display: flex;
    justify-content: center;
    margin-bottom: -2%;
  }

  .top-devices-contato {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
  }

  .top-devices-redes {
    display: flex;
    margin-top: 3%;
  }

  .top-devices-redes i {
    font-size: 20px;
  }

  .cabecalho {
    margin-top: 4.5%;
  }

  .logo {
    margin-top: 1%;
  }

  .btn-menu {
    margin-top: 1%;
  }

  .menu {
    margin-top: 0;
  }

  .menu li {
    background: rgba(0, 0, 0, 0.3);
  }

  .solucao {
    margin-top: 23%;
  }

  .voltar-ao-topo {
    padding: 1% 1.6%;
  }

  /* WhatsApp flutuante */
  .whatsapp {
    position: fixed;
    top: 87%;
    right: 4%;
    z-index: 10000000;
    height: 32px;
    width: 32px;
  }
}

@media screen and (min-width: 640px) {
  .top-cabecalho {
    display: none;
  }

  .top-devices {
    margin-top: -2%;
  }

  .top-devices div {
    display: flex;
    justify-content: center;
    margin-bottom: -2%;
  }

  .top-devices-contato {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
  }

  .top-devices-redes {
    display: flex;
    margin-top: 3%;
  }

  .top-devices-redes i {
    font-size: 20px;
  }

  .cabecalho {
    margin-top: 4.5%;
  }

  .logo {
    margin-top: 1%;
  }

  .btn-menu {
    margin-top: 1%;
  }

  .menu {
    margin-top: 0;
  }

  .menu li {
    background: rgba(0, 0, 0, 0.3);
  }

  .solucao {
    margin-top: 21%;
  }

  .voltar-ao-topo {
    padding: 1% 1.5%;
  }

  /* WhatsApp flutuante */
  .whatsapp {
    position: fixed;
    top: 73%;
    right: 3.5%;
    z-index: 10000000;
    height: 35px;
    width: 35px;
  }
}

@media screen and (min-width: 768px) {
  .top-cabecalho {
    display: none;
  }

  .top-devices {
    margin-top: -2%;
  }

  .top-devices div {
    display: flex;
    justify-content: center;
    margin-bottom: -1%;
  }

  .top-devices-contato {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
  }

  .top-devices-redes {
    display: flex;
    margin-top: 3%;
  }

  .top-devices-redes i {
    font-size: 20px;
  }

  .cabecalho {
    margin-top: 4%;
  }

  .logo {
    margin-top: 1%;
  }

  .btn-menu {
    margin-top: 1%;
  }

  .menu {
    margin-top: 0;
  }

  .menu li {
    background: rgba(0, 0, 0, 0.3);
  }

  .solucao {
    margin-top: 19.5%;
  }

  .newsletter h2 {
    font-size: 2em;
  }

  .newsletter h3 {
    font-size: 1.5em;
  }

  .newsletter input {
    width: 70%;
    padding: 2%;
    float: left;
    margin-right: 1%;
  }

  .newsletter button {
    width: 29%;
    padding: 2%;
    float: right;
    margin-top: 0;
  }

  .newsletter button:hover {
    background-color: #ccc;
  }

  /* WhatsApp flutuante */
  .whatsapp {
    position: fixed;
    top: 90%;
    right: 3.5%;
    z-index: 10000000;
    height: 33px;
    width: 33px;
  }
}

@media screen and (min-width: 960px) {
  .top-cabecalho {
    display: none;
  }

  .top-devices {
    margin-top: -2%;
  }

  .top-devices div {
    display: flex;
    justify-content: center;
    margin-bottom: -1%;
  }

  .top-devices-contato {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
  }

  .top-devices-redes {
    display: flex;
    margin-top: 3%;
  }

  .top-devices-redes i {
    font-size: 20px;
  }

  .cabecalho {
    margin-top: 3.5%;
  }

  .logo {
    margin-top: 1%;
  }

  .btn-menu {
    margin-top: 1%;
  }

  .menu {
    margin-top: 0;
  }

  .menu li {
    background: rgba(0, 0, 0, 0.3);
  }

  .solucao {
    margin-top: 16.5%;
  }

  .newsletter input {
    width: 60%;
    float: none;
  }

  .newsletter button {
    width: 20%;
    float: none;
  }

  /* WhatsApp flutuante */
  .whatsapp {
    position: fixed;
    top: 84%;
    right: 2.3%;
    z-index: 10000000;
    height: 46px;
    width: 46px;
  }
}

@media screen and (min-width: 1280px) {
  .top-cabecalho {
    display: flex;
  }

  .top-devices {
    display: none;
  }

  .cabecalho {
    top: -1.8%;
  }

  .logo {
    margin-top: 8px;
  }

  .btn-menu {
    display: none;
  }

  .btn-close {
    display: none;
  }

  .menu {
    width: auto;
    height: 56px;
    line-height: 56px;
    float: right;
    background-color: #f5f5f5;
    display: block !important;
    position: static;
  }

  .menu li {
    padding: 0;
    float: left;
    background: #fff;
  }

  .menu li a {
    color: #130400;
    font-size: 1em;
    padding: 15px;
  }

  .menu li a:hover {
    border: none;
    color: #da6709;
    text-decoration: none;
  }

  .solucao {
    margin-top: 12%;
  }

  .voltar-ao-topo {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1% 1.4%;
    border-radius: 50%;
    display: none;
  }

  /* WhatsApp flutuante */
  .whatsapp {
    position: fixed;
    top: 85%;
    right: 1.7%;
    z-index: 10000000;
    height: 52px;
    width: 52px;
  }
}

@media screen and (min-width: 1366px) {
  .cabecalho {
    top: -17px;
  }

  /* WhatsApp flutuante */
  .whatsapp {
    position: fixed;
    top: 77%;
    right: 1.7%;
    z-index: 10000000;
    height: 52px;
    width: 52px;
  }
}
</pre></body></html>