* {
  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; }

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 {
  background-color: #E26127;
  display: inline-table;
  margin-top: 25px;
  padding: 13px 32px;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  border: none;
  transition: .4s ease-in-out; }
  button.button:hover,
  a.button:hover {
    background-color: #0597d4; }

.sec-header {
  background-color: #373737;
  padding: 20px 0; }
  @media screen and (max-width: 500px) {
    .sec-header .logo {
      width: 100%;
      text-align: center;
      padding-bottom: 20px; } }
  .sec-header .sec-menu {
    align-self: center; }
    @media screen and (max-width: 500px) {
      .sec-header .sec-menu {
        width: 100%;
        text-align: center; } }
    .sec-header .sec-menu li {
      display: inline-table; }
      .sec-header .sec-menu li a {
        font-size: 1.167rem;
        color: #fff;
        padding: 20px; }
        @media screen and (max-width: 500px) {
          .sec-header .sec-menu li a {
            padding: 25px 14px; } }

.sec-invista-phoneplus {
  background-color: #179676;
  background: url("../imagens/img-banner.jpg");
  background-size: cover;
  background-position: right bottom; }
  @media screen and (max-width: 500px) {
    .sec-invista-phoneplus {
      background-position: 10% 0; } }
  .sec-invista-phoneplus .desc {
    padding: 25vh 0;
    width: 50%; }
    @media screen and (max-width: 500px) {
      .sec-invista-phoneplus .desc {
        width: 100%;
        padding: 100px 0; } }
    .sec-invista-phoneplus .desc h1 {
      font-size: 64px;
      color: #fff;
      font-weight: 700; }
      @media screen and (max-width: 500px) {
        .sec-invista-phoneplus .desc h1 {
          font-size: 50px; } }
      .sec-invista-phoneplus .desc h1 span {
        font-size: 30px;
        font-weight: 300;
        display: block; }
    .sec-invista-phoneplus .desc p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 20px;
      color: #fff; }

.sec-planos {
  padding: 6rem 0;
  background-color: #E26127; }
  .sec-planos h2 {
    font-size: 46px;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 500px) {
      .sec-planos h2 {
        font-size: 30px; } }
  .sec-planos .container {
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.15);
    display: block; }
    @media screen and (max-width: 500px) {
      .sec-planos .container {
        display: none; } }
    .sec-planos .container table {
      border: none;
      border-collapse: collapse;
      width: 100%; }
      @media screen and (max-width: 500px) {
        .sec-planos .container table {
          display: none; } }
      .sec-planos .container table thead {
        display: table-header-group; }
        .sec-planos .container table thead th {
          padding: 10px;
          font-size: 20px;
          color: #E26127;
          font-weight: bold;
          text-align: center; }
          .sec-planos .container table thead th span {
            display: block;
            font-size: 16px; }
            .sec-planos .container table thead th span.price {
              color: #179676;
              padding-top: 15px;
              font-size: 20px; }
              .sec-planos .container table thead th span.price small {
                font-size: 15px;
                font-weight: normal; }
      .sec-planos .container table tbody {
        font-size: .875em; }
        .sec-planos .container table tbody tr {
          border: none;
          display: table-row; }
          .sec-planos .container table tbody tr:last-child td {
            padding-top: 35px;
            vertical-align: text-bottom; }
            .sec-planos .container table tbody tr:last-child td a.button {
              background-color: #0597d4;
              display: block;
              padding: 10px 5px;
              width: 100%;
              text-align: center;
              font-weight: normal;
              font-size: 14px; }
          .sec-planos .container table tbody tr td {
            display: table-cell;
            font-weight: 400;
            padding: 10px;
            text-align: center;
            font-size: 15px;
            color: #515151; }
            .sec-planos .container table tbody tr td:first-child {
              text-align: left; }
  .sec-planos .container-res {
    width: 100%;
    display: none;
    padding: 0 20px; }
    @media screen and (max-width: 500px) {
      .sec-planos .container-res {
        display: block; } }
    .sec-planos .container-res .item {
      width: 100%;
      background-color: #fff;
      padding: 40px 25px;
      border-radius: 10px;
      margin-bottom: 20px; }
      .sec-planos .container-res .item h2 {
        font-size: 28px;
        color: #E26127;
        font-weight: bold;
        padding-bottom: 10px;
        text-align: left; }
        .sec-planos .container-res .item h2 span {
          display: block;
          font-size: 16px; }
          .sec-planos .container-res .item h2 span.price {
            color: #179676;
            padding-top: 15px;
            font-size: 20px; }
            .sec-planos .container-res .item h2 span.price small {
              font-size: 15px;
              font-weight: normal; }
      .sec-planos .container-res .item p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 6px;
        color: #515151;
        border-top: 1px dotted #f3f3f3;
        padding: 8px 5px; }
        .sec-planos .container-res .item p .ico {
          margin-right: 5px; }
      .sec-planos .container-res .item a.button {
        background-color: #0597d4;
        display: block;
        padding: 10px 5px;
        width: 100%;
        text-align: center;
        font-weight: normal;
        font-size: 14px; }

.sec-beneficios {
  padding: 6rem 0;
  background-color: #179676; }
  .sec-beneficios .grid {
    max-width: 800px;
    justify-content: center; }
  .sec-beneficios .tt {
    text-align: center;
    padding-bottom: 50px;
    width: 100%; }
    .sec-beneficios .tt h2 {
      font-size: 46px;
      width: 100%;
      text-align: center;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
      @media screen and (max-width: 500px) {
        .sec-beneficios .tt h2 {
          font-size: 30px; } }
    .sec-beneficios .tt p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 20px;
      color: #fff;
      max-width: 400px;
      margin: 0 auto; }
  .sec-beneficios .item {
    width: 33.333%;
    text-align: center;
    padding: 50px 30px; }
    @media screen and (max-width: 500px) {
      .sec-beneficios .item {
        width: 50%;
        padding: 30px 15px; } }
    .sec-beneficios .item p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 20px;
      color: #fff; }

.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: #515151;
        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: #515151;
        color: #fff; }

.sec-form {
  padding: 6rem 0; }
  .sec-form .grid {
    max-width: 580px; }
    .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 .container-form {
      padding-top: 50px; }
    .sec-form .grid h2 {
      font-size: 25px;
      color: #515151;
      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: #515151;
      text-align: center; }
    .sec-form .grid label {
      width: 100%; }
      .sec-form .grid label.fend {
        align-self: flex-end; }
      .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: 10px;
        border: 1px solid rgba(0, 0, 0, 0.23);
        padding: 1.5rem 1.333rem;
        background-color: rgba(0, 0, 0, 0.23); }
      .sec-form .grid label ::placeholder {
        color: #fff; }
    .sec-form .grid button.button {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      width: 100%;
      padding: 16px 20px; }
      @media screen and (max-width: 500px) {
        .sec-form .grid button.button {
          padding: 16px 10px; } }

.sec-rodape {
  background-color: #1E1E1E;
  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; } }

.btn-open {
  cursor: pointer; }

.popup-form {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.66);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }
  .popup-form .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    min-width: 550px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.15); }
    .popup-form .container .close {
      position: absolute;
      right: 0;
      top: 0;
      background-color: #fff;
      width: 50px;
      height: 50px;
      transform: translate(10px, -10px);
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      border-radius: 50px;
      cursor: pointer; }
      @media screen and (max-width: 500px) {
        .popup-form .container .close {
          transform: translate(0, 0);
          width: 30px;
          height: 30px; } }
      .popup-form .container .close svg {
        max-width: 40%; }
    @media screen and (max-width: 500px) {
      .popup-form .container {
        min-width: auto;
        width: 100%;
        max-height: 100%;
        overflow: scroll;
        border-radius: 0; } }

@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 */
