* {
  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: 27vh 0;
    width: 40%; }
    @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 .grid {
    position: relative; }
    .sec-planos .grid:after {
      content: '';
      width: 311px;
      height: 255px;
      left: 0;
      top: -180px;
      background: url("");
      background-size: 100%;
      position: absolute; }
      @media screen and (max-width: 500px) {
        .sec-planos .grid:after {
          display: none; } }
  .sec-planos .item {
    width: 48%;
    padding: 10px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    -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); }
    @media screen and (max-width: 500px) {
      .sec-planos .item {
        width: 100%;
        margin: 20px 0; } }
    .sec-planos .item .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;
      height: 100%; }
      .sec-planos .item .container h3 {
        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-planos .item .container h3 .ico {
          width: 40px;
          height: 40px;
          align-self: center; }
        .sec-planos .item .container h3 .txt {
          align-self: center;
          width: calc(100% - 50px);
          font-family: "Montserrat", sans-serif;
          color: #179676;
          font-size: 20px;
          font-weight: 700; }
      .sec-planos .item .container p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 2rem;
        color: #515151; }
      .sec-planos .item .container h4 {
        font-size: 20px;
        color: #179676;
        padding-top: 20px;
        line-height: 1.6; }
      .sec-planos .item .container a.button {
        align-self: flex-end;
        display: table;
        margin: 38px auto 0 auto;
        background-color: #0597d4; }
        .sec-planos .item .container a.button:hover {
          background-color: #179676; }
		  
.sec-planos-sip {
  padding: 6rem 0;
  background-color: #E26127; }
  .sec-planos-sip 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-sip h2 {
        font-size: 30px; } }
  .sec-planos-sip .grid {
    position: relative;
    justify-content: center }
    .sec-planos-sip .grid:after {
      content: '';
      width: 311px;
      height: 255px;
      left: 0;
      top: -180px;
      background: url("");
      background-size: 100%;
      position: absolute;
      justify-content: center }
      @media screen and (max-width: 500px) {
        .sec-planos-sip .grid:after {
          display: none; } }
  .sec-planos-sip .item {
    width: 48%;
    padding: 10px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    -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); }
    @media screen and (max-width: 500px) {
      .sec-planos-sip .item {
        width: 100%;
        margin: 20px 0; } }
    .sec-planos-sip .item .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;
      height: 100%; }
      .sec-planos-sip .item .container h3 {
        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-planos-sip .item .container h3 .ico {
          width: 40px;
          height: 40px;
          align-self: center; }
        .sec-planos-sip .item .container h3 .txt {
          align-self: center;
          width: calc(100% - 50px);
          font-family: "Montserrat", sans-serif;
          color: #179676;
          font-size: 20px;
          font-weight: 700; }
      .sec-planos-sip .item .container p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 2rem;
        color: #515151; }
      .sec-planos-sip .item .container h4 {
        font-size: 20px;
        color: #179676;
        padding-top: 20px;
        line-height: 1.6; }
      .sec-planos-sip .item .container a.button {
        align-self: flex-end;
        display: table;
        margin: 10px auto 0 auto;
        background-color: #0597d4; }
        .sec-planos-sip .item .container a.button:hover {
          background-color: #179676; }

.sec-beneficios {
  padding: 6rem 0;
  background-color: #179676; }
  .sec-beneficios .grid {
    align-content: center;
    align-items: center; }
  .sec-beneficios .img {
    width: 15%; }
    @media screen and (max-width: 500px) {
      .sec-beneficios .img {
        width: 30%; } }
  .sec-beneficios .tt {
    width: 25%; }
    @media screen and (max-width: 500px) {
      .sec-beneficios .tt {
        width: 70%;
        padding-left: 30px; } }
    .sec-beneficios .tt h2 {
      font-size: 40px;
      color: #fff;
      font-weight: 700;
      line-height: 1.3; }
      @media screen and (max-width: 500px) {
        .sec-beneficios .tt h2 {
          font-size: 30px; } }
  .sec-beneficios .desc {
    width: 50%; }
    @media screen and (max-width: 500px) {
      .sec-beneficios .desc {
        width: 100%;
        padding-top: 30px; } }
    .sec-beneficios .desc p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 0;
      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 */
