* {
  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: "Roboto", sans-serif; }

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

.grid {
  width: 95%;
  max-width: 133.33rem;
  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 {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #00328A;
  color: #fff;
  padding: 1rem 3rem;
  -webkit-box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.1);
  margin-top: 3rem;
  display: inline-table;
  border: none;
  cursor: pointer; }
  button.button.wt,
  a.button.wt {
    background-color: #F2F2F2;
    color: #00328A; }
  @media screen and (max-width: 1400px) {
    button.button,
    a.button {
      font-size: 1.333rem; } }

.sec-topo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0; }
  @media screen and (max-width: 1400px) {
    .sec-topo .logo img {
      height: 100px; } }
  @media screen and (max-width: 500px) {
    .sec-topo .logo {
      width: 100%;
      text-align: center; }
      .sec-topo .logo img {
        height: auto; } }

.sec-banner {
  background: url("../imagens/fundo-banner.jpg");
  background-size: cover;
  background-position: center; }
  .sec-banner .grid {
    height: 100vh;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 1370px) {
      .sec-banner .grid {
        height: 130vh; } }
    @media screen and (max-width: 500px) {
      .sec-banner .grid {
        height: auto;
        padding: 14rem 0 3rem 0; } }
    .sec-banner .grid .desc {
      width: 40%; }
      @media screen and (max-width: 500px) {
        .sec-banner .grid .desc {
          width: 100%;
          padding: 0 1rem;
          padding-bottom: 3rem; } }
      .sec-banner .grid .desc h1 {
        font-family: "Fira Sans", sans-serif;
        font-size: 2.9rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        font-size: 4.5rem;
        color: #fff; }
        @media screen and (max-width: 1400px) {
          .sec-banner .grid .desc h1 {
            font-size: 2.3333rem; } }
      .sec-banner .grid .desc p {
        font-size: 1.667rem;
        padding-top: 2rem;
        color: #fff;
        line-height: 1.7; }
        @media screen and (max-width: 1400px) {
          .sec-banner .grid .desc p {
            font-size: 1.333rem; } }
        @media screen and (max-width: 1024px) {
          .sec-banner .grid .desc p {
            font-size: 1.167rem; } }
        .sec-banner .grid .desc p span {
          display: block;
          padding-top: 4rem;
          color: #F1AA3C;
          text-transform: uppercase; }
      .sec-banner .grid .desc .s-down {
        padding-top: 4rem; }
        @media screen and (max-width: 500px) {
          .sec-banner .grid .desc .s-down {
            display: none; } }
    .sec-banner .grid .form {
      width: 50%; }
      @media screen and (max-width: 500px) {
        .sec-banner .grid .form {
          width: 100%; } }
      .sec-banner .grid .form .detail {
        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;
        background-color: #fff;
        border-radius: 30px;
        padding: 4rem; }
        @media screen and (max-width: 500px) {
          .sec-banner .grid .form .detail {
            padding: 3rem 2rem; } }
        .sec-banner .grid .form .detail p {
          font-size: 1.667rem;
          padding-top: 0rem;
          color: #00328A;
          line-height: 1.7; }
          @media screen and (max-width: 1400px) {
            .sec-banner .grid .form .detail p {
              font-size: 1.333rem; } }
          @media screen and (max-width: 1024px) {
            .sec-banner .grid .form .detail p {
              font-size: 1.167rem; } }
        .sec-banner .grid .form .detail .col {
          width: 48%;
          padding-top: 2rem; }
          .sec-banner .grid .form .detail .col.w100 {
            width: 100%; }
          .sec-banner .grid .form .detail .col .textfield {
            width: 100%;
            padding: 1rem;
            border-radius: 20px;
            border: 1px solid #CCC; }
          .sec-banner .grid .form .detail .col p {
            font-size: 1.3333rem;
            margin-left: .6rem; }
        .sec-banner .grid .form .detail .btn {
          width: 100%;
          text-align: right; }

.sec-servicos {
  padding: 5rem 0; }
  .sec-servicos .grid {
    width: 100%;
    max-width: 100%; }
    .sec-servicos .grid .opcs {
      width: 40%; }
      @media screen and (max-width: 500px) {
        .sec-servicos .grid .opcs {
          display: none; } }
      .sec-servicos .grid .opcs .btn {
        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;
        justify-content: center;
        margin: 2rem 0;
        padding: 3rem 0;
        border-radius: 0 25px 25px 0;
        cursor: pointer; }
        .sec-servicos .grid .opcs .btn .ico {
          width: 68px;
          height: 68px;
          text-align: center; }
        .sec-servicos .grid .opcs .btn .txt {
          align-self: center;
          margin-left: 2rem;
          width: calc(100% - 45%);
          font-family: "Fira Sans", sans-serif;
          font-size: 2rem;
          color: #00328A;
          font-weight: 700;
          text-transform: uppercase;
          text-align: left; }
          @media screen and (max-width: 1400px) {
            .sec-servicos .grid .opcs .btn .txt {
              font-size: 1.887rem; } }
        .sec-servicos .grid .opcs .btn.active {
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00328a+0,001341+100 */
          background: #00328a;
          /* Old browsers */
          background: -moz-linear-gradient(top, #00328a 0%, #001341 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #00328a 0%, #001341 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #00328a 0%, #001341 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00328a', endColorstr='#001341',GradientType=0 );
          /* IE6-9 */
          -webkit-box-shadow: 0 5px 10px 0 #9BB9FF;
          box-shadow: 0 5px 10px 0 #9BB9FF; }
          .sec-servicos .grid .opcs .btn.active .ico svg, .sec-servicos .grid .opcs .btn.active .ico path {
            fill: #fff !important; }
          .sec-servicos .grid .opcs .btn.active .txt {
            color: #fff; }
    .sec-servicos .grid .desc {
      align-self: center;
      width: 60%;
      padding: 4rem 14rem; }
      .sec-servicos .grid .desc .container {
        display: none; }
        .sec-servicos .grid .desc .container.active {
          display: block; }
        @media screen and (max-width: 500px) {
          .sec-servicos .grid .desc .container {
            display: block !important;
            padding-top: 6rem; }
            .sec-servicos .grid .desc .container:first-child {
              padding-top: 0; } }
      @media screen and (max-width: 1024px) {
        .sec-servicos .grid .desc {
          padding: 4rem 8rem; } }
      @media screen and (max-width: 500px) {
        .sec-servicos .grid .desc {
          width: 100%;
          padding: 5rem 2rem; } }
      .sec-servicos .grid .desc h2 {
        font-family: "Fira Sans", sans-serif;
        font-size: 2rem;
        color: #00328A;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 2rem; }
        @media screen and (max-width: 1400px) {
          .sec-servicos .grid .desc h2 {
            font-size: 1.887rem; } }
      .sec-servicos .grid .desc p {
        font-size: 1.667rem;
        padding-top: 2rem;
        color: #2E2E2E;
        line-height: 1.7; }
        @media screen and (max-width: 1400px) {
          .sec-servicos .grid .desc p {
            font-size: 1.333rem; } }
        @media screen and (max-width: 1024px) {
          .sec-servicos .grid .desc p {
            font-size: 1.167rem; } }

.sec-beneficios {
  background-color: #F2F2F2;
  padding: 5rem 0 25rem 0; }
  @media screen and (max-width: 500px) {
    .sec-beneficios {
      padding-bottom: 0; } }
  .sec-beneficios .tt {
    width: 35%;
    position: relative; }
    .sec-beneficios .tt.fixed .cont {
      position: fixed;
      top: 5%;
      transition: .3s ease; }
    .sec-beneficios .tt .cont {
      position: absolute;
      transition: .3s ease; }
    .sec-beneficios .tt h2 {
      font-family: "Fira Sans", sans-serif;
      font-size: 2.9rem;
      font-weight: 700;
      color: #00328A;
      text-transform: uppercase; }
      @media screen and (max-width: 1400px) {
        .sec-beneficios .tt h2 {
          font-size: 2.3333rem; } }
    @media screen and (max-width: 500px) {
      .sec-beneficios .tt {
        width: 100%;
        text-align: center; }
        .sec-beneficios .tt .cont {
          position: unset !important;
          padding-bottom: 6rem; } }
  .sec-beneficios .desc {
    width: 60%;
    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; }
    @media screen and (max-width: 500px) {
      .sec-beneficios .desc {
        width: 100%; } }
    .sec-beneficios .desc .item {
      width: 48%;
      padding: 4rem;
      background-color: #fff;
      border-radius: 30px;
      height: 530px;
      margin: 0 0 4rem 0; }
      .sec-beneficios .desc .item:last-child {
        margin-bottom: 0; }
      .sec-beneficios .desc .item .ico {
        width: 68px;
        height: 68px; }
      .sec-beneficios .desc .item h3 {
        font-family: "Fira Sans", sans-serif;
        font-size: 2rem;
        color: #00328A;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 2rem; }
        @media screen and (max-width: 1400px) {
          .sec-beneficios .desc .item h3 {
            font-size: 1.887rem; } }
      .sec-beneficios .desc .item p {
        font-size: 1.667rem;
        padding-top: 2rem;
        color: #2E2E2E;
        line-height: 1.7;
        font-weight: 300;
        font-size: 1.333rem; }
        @media screen and (max-width: 1400px) {
          .sec-beneficios .desc .item p {
            font-size: 1.333rem; } }
        @media screen and (max-width: 1024px) {
          .sec-beneficios .desc .item p {
            font-size: 1.167rem; } }
      .sec-beneficios .desc .item:nth-child(even) {
        transform: translate3d(0, 50%, 0); }
      @media screen and (max-width: 500px) {
        .sec-beneficios .desc .item {
          width: 100%;
          height: auto; }
          .sec-beneficios .desc .item:nth-child(even) {
            transform: translate3d(0, 0%, 0); } }

.sec-oqueposso {
  background-color: #F2F2F2;
  padding-top: 0; }
  .sec-oqueposso .grid {
    max-width: 120rem;
    transform: translate3d(0, 140px, 0); }
    @media screen and (max-width: 500px) {
      .sec-oqueposso .grid {
        transform: translate3d(0, 0, 0);
        padding: 0 0 2rem 0;
        z-index: 3;
        position: relative; } }
    .sec-oqueposso .grid .img {
      width: 25%; }
      @media screen and (max-width: 500px) {
        .sec-oqueposso .grid .img {
          width: 100%;
          height: 200px; } }
      .sec-oqueposso .grid .img.bg-limpeza {
        background: url("../imagens/img-limpeza.jpg");
        background-size: cover;
        border-radius: 0 60px  60px 0; }
        @media screen and (max-width: 500px) {
          .sec-oqueposso .grid .img.bg-limpeza {
            border-radius: 0 0 30px 30px; } }
      .sec-oqueposso .grid .img.bg-seguranca {
        background: url("../imagens/img-seguranca.jpg");
        background-size: cover;
        border-radius: 60px 0 0 60px; }
        @media screen and (max-width: 500px) {
          .sec-oqueposso .grid .img.bg-seguranca {
            border-radius: 30px 30px 0 0; } }
    .sec-oqueposso .grid .desc {
      width: 50%;
      background-color: #F1AA3C;
      padding: 3rem;
      align-self: center;
      text-align: center; }
      @media screen and (max-width: 500px) {
        .sec-oqueposso .grid .desc {
          width: 100%; } }
      .sec-oqueposso .grid .desc h2 {
        font-family: "Fira Sans", sans-serif;
        font-size: 2rem;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase; }
        @media screen and (max-width: 1400px) {
          .sec-oqueposso .grid .desc h2 {
            font-size: 1.887rem; } }
      .sec-oqueposso .grid .desc p {
        font-size: 1.667rem;
        padding-top: 2rem;
        color: #fff;
        line-height: 1.7; }
        @media screen and (max-width: 1400px) {
          .sec-oqueposso .grid .desc p {
            font-size: 1.333rem; } }
        @media screen and (max-width: 1024px) {
          .sec-oqueposso .grid .desc p {
            font-size: 1.167rem; } }
      .sec-oqueposso .grid .desc a.button {
        position: relative;
        z-index: 99; }

.sec-grupohserv {
  padding: 14rem 0 0 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001341+0,00328a+100 */
  background: #001341;
  /* Old browsers */
  background: -moz-linear-gradient(top, #001341 0%, #00328a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #001341 0%, #00328a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #001341 0%, #00328a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001341', endColorstr='#00328a',GradientType=0 );
  /* IE6-9 */ }
  @media screen and (max-width: 500px) {
    .sec-grupohserv {
      position: relative;
      margin-top: -170px; } }
  .sec-grupohserv .grid {
    width: 100%;
    max-width: 100%;
    position: relative; }
    .sec-grupohserv .grid .desc {
      width: 40%;
      padding: 0 0 0 4rem;
      padding-bottom: 4rem; }
      @media screen and (max-width: 1400px) {
        .sec-grupohserv .grid .desc {
          width: 65%; } }
      @media screen and (max-width: 500px) {
        .sec-grupohserv .grid .desc {
          width: 100%;
          padding: 3rem 2rem; } }
      .sec-grupohserv .grid .desc h2 {
        font-family: "Fira Sans", sans-serif;
        font-size: 2.9rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase; }
        @media screen and (max-width: 1400px) {
          .sec-grupohserv .grid .desc h2 {
            font-size: 2.3333rem; } }
      .sec-grupohserv .grid .desc h3 {
        padding-top: 3rem;
        font-family: "Fira Sans", sans-serif;
        font-size: 2rem;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase; }
        @media screen and (max-width: 1400px) {
          .sec-grupohserv .grid .desc h3 {
            font-size: 1.887rem; } }
      .sec-grupohserv .grid .desc p {
        font-size: 1.667rem;
        padding-top: 2rem;
        color: #fff;
        line-height: 1.7;
        font-size: 1.333rem; }
        @media screen and (max-width: 1400px) {
          .sec-grupohserv .grid .desc p {
            font-size: 1.333rem; } }
        @media screen and (max-width: 1024px) {
          .sec-grupohserv .grid .desc p {
            font-size: 1.167rem; } }
        .sec-grupohserv .grid .desc p.pt0 {
          padding-top: 0; }
        .sec-grupohserv .grid .desc p span {
          display: block;
          color: #F1AA3C;
          text-transform: uppercase; }
    .sec-grupohserv .grid .img {
      width: 60%;
      position: relative; }
      @media screen and (max-width: 1400px) {
        .sec-grupohserv .grid .img {
          position: absolute;
          right: 0;
          bottom: 0;
          height: 100%;
          overflow-x: hidden; }
          .sec-grupohserv .grid .img img {
            transform: translate3d(30px, 0, 0);
            width: 130%;
            max-width: 200%;
            right: auto !important; } }
      @media screen and (max-width: 500px) {
        .sec-grupohserv .grid .img {
          display: none; } }
      .sec-grupohserv .grid .img img {
        position: absolute;
        bottom: 0;
        right: 0; }

.sec-processos {
  background-color: #F1AA3C;
  padding: 6rem 0; }
  .sec-processos h2 {
    width: 100%;
    font-family: "Fira Sans", sans-serif;
    font-size: 2.9rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 3rem; }
    @media screen and (max-width: 1400px) {
      .sec-processos h2 {
        font-size: 2.3333rem; } }
  .sec-processos .item {
    width: 17%;
    padding: 3rem 0; }
    @media screen and (max-width: 500px) {
      .sec-processos .item {
        width: 48%; }
        .sec-processos .item:last-child {
          width: 100%; } }
    .sec-processos .item h3 {
      font-family: "Fira Sans", sans-serif;
      font-size: 2rem;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (max-width: 1400px) {
        .sec-processos .item h3 {
          font-size: 1.887rem; } }
    .sec-processos .item p {
      font-size: 1.667rem;
      padding-top: 2rem;
      color: #fff;
      line-height: 1.7; }
      @media screen and (max-width: 1400px) {
        .sec-processos .item p {
          font-size: 1.333rem; } }
      @media screen and (max-width: 1024px) {
        .sec-processos .item p {
          font-size: 1.167rem; } }

.sec-clientes {
  padding: 8rem 0 14rem 0; }
  .sec-clientes .tt {
    width: 20%;
    align-self: center; }
    @media screen and (max-width: 500px) {
      .sec-clientes .tt {
        width: 100%;
        padding-bottom: 3rem; } }
    .sec-clientes .tt h2 {
      font-family: "Fira Sans", sans-serif;
      font-size: 2.9rem;
      font-weight: 700;
      color: #00328A;
      text-transform: uppercase; }
      @media screen and (max-width: 1400px) {
        .sec-clientes .tt h2 {
          font-size: 2.3333rem; } }
    .sec-clientes .tt p {
      font-size: 1.667rem;
      padding-top: 2rem;
      color: #2E2E2E;
      line-height: 1.7; }
      @media screen and (max-width: 1400px) {
        .sec-clientes .tt p {
          font-size: 1.333rem; } }
      @media screen and (max-width: 1024px) {
        .sec-clientes .tt p {
          font-size: 1.167rem; } }
  .sec-clientes .desc {
    width: 80%;
    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; }
    @media screen and (max-width: 500px) {
      .sec-clientes .desc {
        width: 100%; } }
    .sec-clientes .desc .item {
      width: 25%;
      text-align: center; }

.sec-rodape {
  background-color: #001341;
  padding: 18rem 0 8rem 0;
  position: relative; }
  .sec-rodape .container-chamada {
    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;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, -50%, 0);
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.16);
    border-radius: 33px; }
    @media screen and (max-width: 500px) {
      .sec-rodape .container-chamada {
        width: 90%; } }
    .sec-rodape .container-chamada .tt {
      width: 50%;
      background-color: #fff;
      padding: 4rem;
      border-radius: 33px 0 0 33px; }
      @media screen and (max-width: 500px) {
        .sec-rodape .container-chamada .tt {
          width: 100%;
          border-radius: 30px 30px 0 0; } }
      .sec-rodape .container-chamada .tt h2 {
        font-family: "Fira Sans", sans-serif;
        font-size: 2.9rem;
        font-weight: 700;
        color: #00328A;
        text-transform: uppercase; }
        @media screen and (max-width: 1400px) {
          .sec-rodape .container-chamada .tt h2 {
            font-size: 2.3333rem; } }
      .sec-rodape .container-chamada .tt p {
        font-size: 1.667rem;
        padding-top: 2rem;
        color: #2E2E2E;
        line-height: 1.7; }
        @media screen and (max-width: 1400px) {
          .sec-rodape .container-chamada .tt p {
            font-size: 1.333rem; } }
        @media screen and (max-width: 1024px) {
          .sec-rodape .container-chamada .tt p {
            font-size: 1.167rem; } }
    .sec-rodape .container-chamada .desc {
      width: 50%;
      background-color: #00328A;
      text-align: center;
      border-radius: 0 33px 33px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 500px) {
        .sec-rodape .container-chamada .desc {
          width: 100%;
          border-radius: 0 0 30px 30px;
          padding: 2rem 0; } }
      .sec-rodape .container-chamada .desc a.button {
        margin-top: 0; }
  .sec-rodape p {
    font-size: 1.667rem;
    padding-top: 2rem;
    color: #fff;
    line-height: 1.7; }
    @media screen and (max-width: 1400px) {
      .sec-rodape p {
        font-size: 1.333rem; } }
    @media screen and (max-width: 1024px) {
      .sec-rodape p {
        font-size: 1.167rem; } }
    .sec-rodape p a {
      margin-right: .5rem; }
  @media screen and (max-width: 500px) {
    .sec-rodape .col {
      width: 100%;
      padding: 3rem 0;
      text-align: center; } }

@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 */
