* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

svg, img {
  max-width: 100%; }

html, body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  background-color: #373737; }

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal; }

.grid {
  width: min(95%, 1040px);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

button.button,
a.button {
  cursor: pointer;
  border: none;
  font-size: 1.3333rem;
  display: inline-table;
  padding: 1.4rem 4rem;
  background-color: #0597D4;
  margin-top: 3rem;
  font-weight: 600;
  color: #fff; }
  button.button.black,
  a.button.black {
    background-color: #202020; }

a.button ~ a.button {
  margin-left: 15px; }

.sec-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 2rem 0;
  z-index: 99; }
  .sec-header .grid {
    align-items: center;
    align-content: center; }
  @media screen and (max-width: 500px) {
    .sec-header .logo {
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 500px) {
    .sec-header .sec-menu {
      display: none; } }
  .sec-header .sec-menu li {
    display: inline-table; }
    .sec-header .sec-menu li a {
      display: block;
      padding: 1.4rem;
      color: #fff;
      font-weight: 600;
      font-size: 1.3333rem; }

.sec-banner {
  background: url("../imagens/fundo-banner.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
  .sec-banner:after {
    content: '';
    width: 683px;
    height: 436px;
    position: absolute;
    background: url("../imagens/pbx-remote.png");
    background-size: cover;
    background-position: left top;
    bottom: -60px;
    right: 0; }
    @media screen and (max-width: 500px) {
      .sec-banner:after {
        display: none; } }
  .sec-banner .grid {
    height: 100vh;
    align-items: center;
    align-content: center; }
    .sec-banner .grid .desc {
      width: 50%; }
      @media screen and (max-width: 500px) {
        .sec-banner .grid .desc {
          width: 100%;
          text-align: center; } }
      .sec-banner .grid .desc h1 {
        font-size: 64px;
        font-weight: 700;
        color: #fff; }
        @media screen and (max-width: 500px) {
          .sec-banner .grid .desc h1 {
            font-size: 46px; } }
        .sec-banner .grid .desc h1 small {
          font-weight: 400;
          font-size: 36px;
          display: block; }
          @media screen and (max-width: 500px) {
            .sec-banner .grid .desc h1 small {
              font-size: 18px; } }
      @media screen and (max-width: 500px) {
        .sec-banner .grid .desc a.button {
          width: 70%;
          text-align: center;
          margin-left: 0 !important; } }
      .sec-banner .grid .desc p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 2rem;
        color: #fff; }

.sec-desc {
  padding: 8rem 0; }
  .sec-desc .tt {
    width: 50%; }
    @media screen and (max-width: 500px) {
      .sec-desc .tt {
        width: 100%; } }
    .sec-desc .tt h2 {
      font-size: 46px;
      color: #fff;
      line-height: 1.2;
      font-weight: 700; }
      @media screen and (max-width: 500px) {
        .sec-desc .tt h2 {
          font-size: 32px; } }
      .sec-desc .tt h2 span {
        color: #0597D4; }
  .sec-desc .desc {
    width: 45%; }
    @media screen and (max-width: 500px) {
      .sec-desc .desc {
        width: 100%;
        padding-top: 30px; } }
    .sec-desc .desc p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff; }
      .sec-desc .desc p:first-child {
        padding-top: 0; }

.sec-beneficios {
  padding: 6rem 0;
  background-color: #000; }
  .sec-beneficios .item {
    width: 33.3333%;
    padding: 50px 30px; }
    @media screen and (max-width: 500px) {
      .sec-beneficios .item {
        width: 50%;
        padding: 40px 15px; } }
    @media screen and (max-width: 360px) {
      .sec-beneficios .item {
        width: 100%; } }
    .sec-beneficios .item .ico {
      padding-bottom: 10px; }
    .sec-beneficios .item h2 {
      font-size: 25px;
      font-weight: 700;
      color: #fff; }
    .sec-beneficios .item p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 20px;
      color: #fff; }

.sec-consultoria-pp .grid {
  width: 100%;
  max-width: 100%; }
  .sec-consultoria-pp .grid .img {
    width: 50%;
    background: url("../imagens/investimento-3cx.jpg");
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 500px) {
      .sec-consultoria-pp .grid .img {
        width: 100%;
        height: 250px; } }
  .sec-consultoria-pp .grid .desc {
    width: 50%;
    padding: 10vw;
    background-color: #f3f3f3; }
    @media screen and (max-width: 500px) {
      .sec-consultoria-pp .grid .desc {
        width: 100%;
        padding: 20px; } }
    .sec-consultoria-pp .grid .desc h2 {
      font-size: 36px;
      font-weight: 700;
      color: #202020; }
    .sec-consultoria-pp .grid .desc p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #202020; }

.sec-phone-plus-3cx {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#141414+50,000000+51 */
  background: #141414;
  /* Old browsers */
  background: -moz-linear-gradient(left, #141414 50%, black 51%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #141414 50%, black 51%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #141414 50%, black 51%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */ }
  .sec-phone-plus-3cx .desc {
    width: 50%;
    padding: 6rem 2rem; }
    @media screen and (max-width: 500px) {
      .sec-phone-plus-3cx .desc {
        width: 100%;
        padding: 30px 20px; } }
    .sec-phone-plus-3cx .desc.phoneplus {
      background-color: #141414; }
      .sec-phone-plus-3cx .desc.phoneplus p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 2rem;
        color: #fff; }
    .sec-phone-plus-3cx .desc.item3cx {
      background-color: #000; }
      .sec-phone-plus-3cx .desc.item3cx p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 2rem;
        color: #fff; }

.sec-form {
  padding: 6rem 0; }
  .sec-form .grid {
    max-width: 520px; }
    .sec-form .grid form {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
    .sec-form .grid h2 {
      font-size: 36px;
      color: #fff;
      font-weight: 700;
      text-align: center; }
    .sec-form .grid p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff;
      text-align: center; }
    .sec-form .grid label {
      width: 100%; }
      .sec-form .grid label.w50 {
        width: 48%; }
      .sec-form .grid label p {
        text-align: left;
        font-weight: 700;
        padding-left: 1.333rem; }
      .sec-form .grid label .textfield {
        width: 100%;
        border-radius: 20px;
        border: 1px solid rgba(0, 0, 0, 0.46);
        padding: 1.5rem 1.333rem;
        background-color: rgba(0, 0, 0, 0.43);
        color: #fff; }
    .sec-form .grid button.button {
      margin: 0 auto; }
    .sec-form .grid .contem-3cx {
      display: none; }
      .sec-form .grid .contem-3cx .container {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
    .sec-form .grid div.checkbox {
      width: 50%;
      display: block;
      padding: 3rem 1rem 0 1rem; }
      .sec-form .grid div.checkbox p {
        font-weight: 700;
        padding-top: 0;
        transform: translate(0, -3px); }
      .sec-form .grid div.checkbox label {
        padding-top: 0;
        width: 100%; }
      .sec-form .grid div.checkbox [type="radio"]:checked,
      .sec-form .grid div.checkbox [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px; }
      .sec-form .grid div.checkbox [type="radio"]:checked + label,
      .sec-form .grid div.checkbox [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 10px;
        cursor: pointer;
        display: inline-block;
        color: #666; }
      .sec-form .grid div.checkbox [type="checkbox"]:checked + label:before,
      .sec-form .grid div.checkbox [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        border: 1px solid #ddd;
        background: #fff; }
      .sec-form .grid div.checkbox [type="radio"]:checked + label:after,
      .sec-form .grid div.checkbox [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #0597D4;
        position: absolute;
        top: 3px;
        left: 3px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .sec-form .grid div.checkbox [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0); }
      .sec-form .grid div.checkbox [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .sec-form .grid div.checkbox label {
        vertical-align: middle; }

.sec-rodape {
  background-color: #202020;
  padding: 3rem 0; }
  .sec-rodape .grid {
    align-items: center;
    align-content: center; }
  .sec-rodape .col-logo {
    flex: 3; }
  .sec-rodape .col-dados {
    flex: 8;
    padding-left: 40px; }
    .sec-rodape .col-dados p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 0;
      color: #fff; }
    .sec-rodape .col-dados a {
      font-weight: 700;
      color: #fff; }
  .sec-rodape .col-redes {
    flex: 1;
    text-align: right; }
    .sec-rodape .col-redes a {
      margin-left: 15px; }
  @media screen and (max-width: 500px) {
    .sec-rodape .col-redes,
    .sec-rodape .col-dados,
    .sec-rodape .col-logo {
      flex: 0 0 100%;
      text-align: center;
      padding: 20px; } }

@media screen and (max-width: 1025px) {
  body, html {
    font-size: 11px !important; } }
@media screen and (max-width: 768px) {
  body, html {
    font-size: 10px; } }

/*# sourceMappingURL=style.css.map */
