* {
  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: "Open Sans", sans-serif; }

body {
  background: url("../img/fundo-malha-quadriculada.jpg"); }

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Open Sans", 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; }

.sec-header {
  padding: 4rem 0; }
  @media screen and (max-width: 500px) {
    .sec-header .logo {
      width: 100%;
      text-align: center; } }
  .sec-header.sobre {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .sec-header.sobre svg, .sec-header.sobre path {
      fill: #550657 !important; }
    .sec-header.sobre .sec-menu li a {
      color: #550657; }
      @media screen and (max-width: 500px) {
        .sec-header.sobre .sec-menu li a {
          color: #fff; } }
  .sec-header.home {
    background-color: rgba(0, 0, 0, 0.4); }
  .sec-header .grid {
    align-items: center;
    align-content: center; }
  .sec-header .sec-menu input#menuhamburguer {
    display: none; }
  @media screen and (max-width: 500px) {
    .sec-header .sec-menu {
      z-index: 999; }
      .sec-header .sec-menu .menu-responsivo {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #550657;
        position: fixed;
        top: 10px;
        right: 10px;
        border-radius: 50%;
        box-shadow: 0 0 0 0 #550657, 0 0 0 0 #550657;
        transition: .4s ease-in-out; }
        .sec-header .sec-menu .menu-responsivo:hover {
          box-shadow: 0 0 0 8px #550657, 0 0 0 8px #550657; }
        .sec-header .sec-menu .menu-responsivo .hamburguer {
          display: block;
          background: #fff;
          width: 25px;
          height: 2px;
          position: relative;
          top: 20px;
          left: 7px;
          transition: .4s ease-in-out;
          cursor: pointer; }
          .sec-header .sec-menu .menu-responsivo .hamburguer:after, .sec-header .sec-menu .menu-responsivo .hamburguer:before {
            background: #fff;
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            transition: .4s ease-in-out;
            left: 0; }
          .sec-header .sec-menu .menu-responsivo .hamburguer:before {
            top: -6px; }
          .sec-header .sec-menu .menu-responsivo .hamburguer:after {
            bottom: -6px; }
      .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer {
        transform: rotate(45deg);
        transform-origin: center; }
        .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:after, .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:before {
          transform: rotate(90deg);
          top: 0;
          bottom: 0; }
      .sec-header .sec-menu input#menuhamburguer:checked ~ label .menu-responsivo {
        box-shadow: 0 0 0 130vw #550657, 0 0 0 130vh #550657; }
      .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul {
        transition: .25s .4s ease;
        opacity: 1 !important;
        visibility: unset; }
      .sec-header .sec-menu ul {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        opacity: 0;
        transition: .4s ease-in-out;
        visibility: hidden; } }
    @media screen and (max-width: 500px) and (max-width: 500px) {
      .sec-header .sec-menu ul {
        width: 100%;
        padding: 2rem; } }
  @media screen and (max-width: 500px) {
        .sec-header .sec-menu ul li {
          width: auto;
          display: block;
          text-align: center; }
          .sec-header .sec-menu ul li a {
            font-size: 1.887rem;
            padding: 1.5rem 0; } }
  .sec-header .sec-menu li {
    display: inline-table; }
    .sec-header .sec-menu li a {
      display: block;
      font-size: 1.5rem;
      color: #fff;
      text-transform: uppercase;
      padding: 1rem;
      transition: .4s ease-in-out; }
      .sec-header .sec-menu li a:hover {
        color: #EDD9A6; }

button.button,
a.button {
  display: inline-table;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  color: #fff;
  text-transform: lowercase;
  border: 2px solid #fff;
  margin-top: 3rem;
  background-color: transparent;
  cursor: pointer;
  transition: .4s ease-in-out; }
  button.button:hover,
  a.button:hover {
    background-color: #fff;
    color: #550657; }

.art-home .sec-ch-banner {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4); }
  .art-home .sec-ch-banner:after {
    content: '';
    display: block;
    width: 284px;
    height: 264px;
    background: url("../img/detail-aft-home.svg");
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0); }
    @media screen and (max-width: 1400px) {
      .art-home .sec-ch-banner:after {
        width: 164px;
        height: 144px; } }
    @media screen and (max-width: 500px) {
      .art-home .sec-ch-banner:after {
        width: 50px;
        height: 46px; } }
  .art-home .sec-ch-banner .bg {
    position: absolute;
    left: 33%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/banner_home.png");
    background-position: right;
    background-size: 100% 100%; }
    @media screen and (max-width: 500px) {
      .art-home .sec-ch-banner .bg {
        width: 100%;
        z-index: -1;
        left: auto;
        right: 0;
        background-size: cover;
        background-position: left; } }
  .art-home .sec-ch-banner .grid {
    height: 90vh;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 500px) {
      .art-home .sec-ch-banner .grid {
        height: auto;
        padding: 10rem 2rem; } }
    .art-home .sec-ch-banner .grid .desc {
      width: 45%; }
      @media screen and (max-width: 500px) {
        .art-home .sec-ch-banner .grid .desc {
          width: 100%; } }
      .art-home .sec-ch-banner .grid .desc h2 {
        font-family: "Ubuntu", sans-serif;
        font-size: 3.83rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.3; }
        @media screen and (max-width: 1280px) {
          .art-home .sec-ch-banner .grid .desc h2 {
            font-size: 3rem; } }
        @media screen and (max-width: 1400px) {
          .art-home .sec-ch-banner .grid .desc h2 {
            font-size: 3rem; } }
      .art-home .sec-ch-banner .grid .desc p {
        font-size: 1.3333rem;
        line-height: 1.7;
        padding-top: 2rem;
        color: #fff; }
.art-home .sec-ch-servicos {
  padding: 5rem 0; }
  .art-home .sec-ch-servicos h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 3.83rem;
    font-weight: 700;
    color: #EDD9A6;
    line-height: 1.3;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 1280px) {
      .art-home .sec-ch-servicos h2 {
        font-size: 3rem; } }
  .art-home .sec-ch-servicos .list-servicos {
    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; }
    .art-home .sec-ch-servicos .list-servicos .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;
      position: relative;
      padding: 6rem 0; }
      .art-home .sec-ch-servicos .list-servicos .container:after {
        content: '';
        width: 2px;
        height: 199px;
        background-color: #fff;
        position: absolute;
        top: 6rem;
        right: auto;
        left: 0; }
        @media screen and (max-width: 500px) {
          .art-home .sec-ch-servicos .list-servicos .container:after {
            display: none; } }
      .art-home .sec-ch-servicos .list-servicos .container:nth-child(odd):after {
        left: auto;
        right: 0; }
      .art-home .sec-ch-servicos .list-servicos .container:nth-child(odd) .space {
        order: 2; }
      .art-home .sec-ch-servicos .list-servicos .container .space {
        width: 30%; }
        @media screen and (max-width: 500px) {
          .art-home .sec-ch-servicos .list-servicos .container .space {
            width: 100%; } }
      .art-home .sec-ch-servicos .list-servicos .container .item {
        width: 65%;
        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;
        padding: 0; }
        @media screen and (max-width: 500px) {
          .art-home .sec-ch-servicos .list-servicos .container .item {
            width: 100%; } }
        .art-home .sec-ch-servicos .list-servicos .container .item .img {
          width: 50%;
          background-color: #CCC;
          height: 370px; }
          @media screen and (max-width: 500px) {
            .art-home .sec-ch-servicos .list-servicos .container .item .img {
              width: 100%;
              height: 170px; } }
        .art-home .sec-ch-servicos .list-servicos .container .item .desc {
          width: 40%;
          padding: 2rem;
          align-self: center; }
          @media screen and (max-width: 500px) {
            .art-home .sec-ch-servicos .list-servicos .container .item .desc {
              width: 100%; } }
          .art-home .sec-ch-servicos .list-servicos .container .item .desc a.button-conheca {
            color: #EDD9A6;
            font-size: 1.333rem;
            font-family: "Ubuntu", sans-serif;
            font-weight: 600;
            margin-top: 3rem;
            display: inline-table;
            border-bottom: 2px solid #EDD9A6;
            line-height: 2.4; }
            .art-home .sec-ch-servicos .list-servicos .container .item .desc a.button-conheca span {
              margin-right: 5px;
              transition: .2s ease-in-out; }
            .art-home .sec-ch-servicos .list-servicos .container .item .desc a.button-conheca:hover span {
              margin-right: 10px; }
        .art-home .sec-ch-servicos .list-servicos .container .item h3 {
          font-family: "Ubuntu", sans-serif;
          font-size: 3.83rem;
          font-weight: 700;
          color: #fff;
          line-height: 1.3; }
          @media screen and (max-width: 1280px) {
            .art-home .sec-ch-servicos .list-servicos .container .item h3 {
              font-size: 3rem; } }
        .art-home .sec-ch-servicos .list-servicos .container .item p {
          font-size: 1.3333rem;
          line-height: 1.7;
          padding-top: 2rem;
          color: #fff; }
.art-home .sec-ch-sobre .grid {
  width: 100%;
  max-width: 100%;
  position: relative; }
  .art-home .sec-ch-sobre .grid:after {
    content: '';
    background: url("../img/logo_simbolo_3d.png");
    background-size: 100%;
    background-position: center;
    width: 360px;
    height: 347px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 500px) {
      .art-home .sec-ch-sobre .grid:after {
        display: none; } }
  .art-home .sec-ch-sobre .grid .img {
    width: 50%;
    background: url("../img/fundo-ch-sobre-home.jpg");
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 500px) {
      .art-home .sec-ch-sobre .grid .img {
        width: 100%; } }
  .art-home .sec-ch-sobre .grid .desc {
    width: 50%;
    padding: 10rem 15rem 10rem 20rem;
    background-color: #550657; }
    @media screen and (max-width: 1440px) {
      .art-home .sec-ch-sobre .grid .desc {
        padding: 10rem 10rem 10rem 15rem; } }
    @media screen and (max-width: 500px) {
      .art-home .sec-ch-sobre .grid .desc {
        width: 100%;
        padding: 4rem 2rem; } }
    .art-home .sec-ch-sobre .grid .desc h2 {
      font-size: 1.3333rem;
      line-height: 1.7;
      padding-top: 0;
      color: #EDD9A6; }
      .art-home .sec-ch-sobre .grid .desc h2 span {
        display: block;
        font-family: "Ubuntu", sans-serif;
        font-size: 3.83rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.3; }
        @media screen and (max-width: 1280px) {
          .art-home .sec-ch-sobre .grid .desc h2 span {
            font-size: 3rem; } }
    .art-home .sec-ch-sobre .grid .desc p {
      font-size: 1.3333rem;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff; }
.art-home .sec-ch-obras {
  padding: 20rem 0;
  background: url("../img/fundo-ch-obras.jpg");
  background-position: center;
  background-size: cover; }
  .art-home .sec-ch-obras h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 3.83rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 1280px) {
      .art-home .sec-ch-obras h2 {
        font-size: 3rem; } }

.sec-ch-orcamento {
  padding: 7rem 0; }
  .sec-ch-orcamento .grid {
    justify-content: center;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 500px) {
      .sec-ch-orcamento .grid {
        text-align: center; } }
    .sec-ch-orcamento .grid .tt {
      padding-right: 3rem; }
      @media screen and (max-width: 500px) {
        .sec-ch-orcamento .grid .tt {
          width: 100%;
          padding-right: 0; } }
      .sec-ch-orcamento .grid .tt h2 {
        font-family: "Ubuntu", sans-serif;
        font-size: 3.83rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.3; }
        @media screen and (max-width: 1280px) {
          .sec-ch-orcamento .grid .tt h2 {
            font-size: 3rem; } }
    .sec-ch-orcamento .grid .btn {
      padding-left: 2rem; }
      @media screen and (max-width: 500px) {
        .sec-ch-orcamento .grid .btn {
          width: 100%;
          padding-left: 0;
          padding-top: 2rem; } }
      .sec-ch-orcamento .grid .btn a.button {
        margin-top: 0; }

.art-sobre .sec-tt-page {
  height: 45vh;
  background: url("../img/fundo-tt-page-sobre.jpg"); }
.art-sobre .sec-conheca {
  padding: 12rem 0;
  background: url("../img/fundo-sobre.png");
  background-position: center;
  background-size: cover;
  background-position: bottom; }
  @media screen and (max-width: 500px) {
    .art-sobre .sec-conheca {
      padding: 8rem 2rem 0 2rem; } }
  .art-sobre .sec-conheca .grid {
    max-width: 660px; }
    .art-sobre .sec-conheca .grid h2 {
      font-family: "Ubuntu", sans-serif;
      font-size: 3.83rem;
      font-weight: 700;
      color: #EDD9A6;
      line-height: 1.3; }
      @media screen and (max-width: 1280px) {
        .art-sobre .sec-conheca .grid h2 {
          font-size: 3rem; } }
    .art-sobre .sec-conheca .grid p {
      font-size: 1.3333rem;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff; }
.art-sobre .sec-conheca-2 {
  padding: 15rem 0 25rem 0;
  position: relative; }
  @media screen and (max-width: 1440px) {
    .art-sobre .sec-conheca-2 {
      padding: 8rem 0 18rem 0; } }
  @media screen and (max-width: 500px) {
    .art-sobre .sec-conheca-2 {
      padding: 0 2rem; } }
  .art-sobre .sec-conheca-2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1066px;
    height: 877px;
    z-index: -1;
    background: url("../img/detail-sobre.png");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1440px) {
      .art-sobre .sec-conheca-2:after {
        width: 866px;
        height: 712px; } }
    @media screen and (max-width: 500px) {
      .art-sobre .sec-conheca-2:after {
        display: none; } }
  .art-sobre .sec-conheca-2 .grid .desc {
    width: 40%; }
    @media screen and (max-width: 500px) {
      .art-sobre .sec-conheca-2 .grid .desc {
        width: 100%; } }
  .art-sobre .sec-conheca-2 .grid h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 3.83rem;
    font-weight: 700;
    color: #EDD9A6;
    line-height: 1.3; }
    @media screen and (max-width: 1280px) {
      .art-sobre .sec-conheca-2 .grid h2 {
        font-size: 3rem; } }
  .art-sobre .sec-conheca-2 .grid p {
    font-size: 1.3333rem;
    line-height: 1.7;
    padding-top: 2rem;
    color: #fff; }
.art-sobre .sec-conheca-3 {
  padding: 6rem 0 10rem 0; }
  @media screen and (max-width: 500px) {
    .art-sobre .sec-conheca-3 {
      padding: 8rem 2rem; } }
  .art-sobre .sec-conheca-3 .grid {
    max-width: 660px;
    position: relative; }
    .art-sobre .sec-conheca-3 .grid:after {
      content: '';
      width: 293px;
      height: 385px;
      background: url("../img/aft-detail-logo.svg");
      background-size: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transform: translate(-50%, -40%);
      z-index: -1; }
    .art-sobre .sec-conheca-3 .grid h3 {
      font-family: "Ubuntu", sans-serif;
      font-size: 2.667rem;
      font-weight: 700;
      color: #EDD9A6; }
      @media screen and (max-width: 1280px) {
        .art-sobre .sec-conheca-3 .grid h3 {
          font-size: 2rem; } }
    .art-sobre .sec-conheca-3 .grid p {
      font-size: 1.3333rem;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff; }

.art-contato .sec-contato {
  padding: 8rem 0; }
  @media screen and (max-width: 500px) {
    .art-contato .sec-contato {
      padding: 8rem 2rem; } }
  .art-contato .sec-contato .grid {
    max-width: 100rem; }
  .art-contato .sec-contato .desc {
    width: 40%; }
    @media screen and (max-width: 500px) {
      .art-contato .sec-contato .desc {
        width: 100%;
        padding-bottom: 4rem; } }
    .art-contato .sec-contato .desc h1 {
      font-family: "Ubuntu", sans-serif;
      font-size: 3.83rem;
      font-weight: 700;
      color: #fff;
      line-height: 1.3; }
      @media screen and (max-width: 1280px) {
        .art-contato .sec-contato .desc h1 {
          font-size: 3rem; } }
    .art-contato .sec-contato .desc p {
      font-size: 1.3333rem;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff; }
    .art-contato .sec-contato .desc .item {
      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;
      padding-top: 2rem; }
      .art-contato .sec-contato .desc .item a {
        color: #EDD9A6; }
      .art-contato .sec-contato .desc .item .ico {
        width: 20px;
        padding-top: 5px; }
      .art-contato .sec-contato .desc .item .txt {
        width: calc(100% - 40px);
        font-size: 1.3333rem;
        line-height: 1.7;
        padding-top: 0;
        color: #EDD9A6;
        font-weight: 600;
        font-family: "Ubuntu", sans-serif; }
  .art-contato .sec-contato .form {
    width: 45%; }
    @media screen and (max-width: 500px) {
      .art-contato .sec-contato .form {
        width: 100%; } }
    .art-contato .sec-contato .form p {
      font-size: 1.3333rem;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff; }
    .art-contato .sec-contato .form .textfield {
      width: 100%;
      padding: 1rem;
      background: transparent;
      border: none;
      border-bottom: 2px solid #fff;
      color: #Fff; }

.pag-obras .sec-tt-page {
  height: 45vh; }
.pag-obras .sec-desc {
  padding: 12rem 0;
  background: url("../img/fundo-sobre-obras.png");
  background-position: center;
  background-size: cover;
  background-position: bottom; }
  @media screen and (max-width: 500px) {
    .pag-obras .sec-desc {
      padding: 8rem 0; } }
  .pag-obras .sec-desc .grid {
    max-width: 660px; }
    .pag-obras .sec-desc .grid h1, .pag-obras .sec-desc .grid h2 {
      font-family: "Ubuntu", sans-serif;
      font-size: 3.83rem;
      font-weight: 700;
      color: #EDD9A6;
      line-height: 1.3; }
      @media screen and (max-width: 1280px) {
        .pag-obras .sec-desc .grid h1, .pag-obras .sec-desc .grid h2 {
          font-size: 3rem; } }
      .pag-obras .sec-desc .grid h1.pt, .pag-obras .sec-desc .grid h2.pt {
        padding-top: 3rem; }
    .pag-obras .sec-desc .grid p {
      font-size: 1.3333rem;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff; }
.pag-obras .sec-ch-servicos .grid {
  width: 100%;
  max-width: 100%;
  justify-content: flex-start; }
.pag-obras .sec-ch-servicos .item {
  width: 33.3333%;
  padding: .5rem; }
  @media screen and (max-width: 500px) {
    .pag-obras .sec-ch-servicos .item {
      width: 50%;
      padding: 1rem .5rem; } }
  .pag-obras .sec-ch-servicos .item .container {
    position: relative; }
    .pag-obras .sec-ch-servicos .item .container .img {
      background-color: #CCC;
      height: 500px; }
      @media screen and (max-width: 1440px) {
        .pag-obras .sec-ch-servicos .item .container .img {
          height: 378px; } }
      @media screen and (max-width: 500px) {
        .pag-obras .sec-ch-servicos .item .container .img {
          height: 170px; } }
    .pag-obras .sec-ch-servicos .item .container:hover .desc {
      opacity: 1; }
    .pag-obras .sec-ch-servicos .item .container .desc {
      position: absolute;
      top: 15px;
      right: 15px;
      left: 15px;
      bottom: 15px;
      background-color: #550657;
      padding: 4rem;
      opacity: 0;
      transition: .3s ease-in-out; }
      @media screen and (max-width: 500px) {
        .pag-obras .sec-ch-servicos .item .container .desc {
          opacity: 1;
          position: unset;
          padding: 2rem; } }
      .pag-obras .sec-ch-servicos .item .container .desc h3 {
        font-family: "Ubuntu", sans-serif;
        font-size: 3.83rem;
        font-weight: 700;
        color: #EDD9A6;
        line-height: 1.3; }
        @media screen and (max-width: 1280px) {
          .pag-obras .sec-ch-servicos .item .container .desc h3 {
            font-size: 3rem; } }
        @media screen and (max-width: 500px) {
          .pag-obras .sec-ch-servicos .item .container .desc h3 {
            font-size: 1.5rem; } }
      .pag-obras .sec-ch-servicos .item .container .desc p {
        font-size: 1.3333rem;
        line-height: 1.7;
        padding-top: 2rem;
        color: #fff; }
        @media screen and (max-width: 500px) {
          .pag-obras .sec-ch-servicos .item .container .desc p {
            font-size: 1rem;
            padding-top: 1rem; } }
      .pag-obras .sec-ch-servicos .item .container .desc div.button-conheca {
        color: #EDD9A6;
        font-size: 1.333rem;
        font-family: "Ubuntu", sans-serif;
        font-weight: 600;
        margin-top: 3rem;
        display: inline-table;
        border-bottom: 2px solid #EDD9A6;
        line-height: 2.4;
        position: absolute;
        bottom: 30px;
        left: 20px; }
        @media screen and (max-width: 500px) {
          .pag-obras .sec-ch-servicos .item .container .desc div.button-conheca {
            position: unset;
            margin-top: 1rem;
            font-size: 1rem; } }
        .pag-obras .sec-ch-servicos .item .container .desc div.button-conheca span {
          margin-right: 5px;
          transition: .2s ease-in-out; }
        .pag-obras .sec-ch-servicos .item .container .desc div.button-conheca:hover span {
          margin-right: 10px; }

.pag-obras-interna .sec-tt-page {
  height: 45vh; }
.pag-obras-interna .sec-desc {
  padding: 12rem 0; }
  .pag-obras-interna .sec-desc .grid h1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 3.83rem;
    font-weight: 700;
    color: #EDD9A6;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    padding-bottom: 5rem; }
    @media screen and (max-width: 1280px) {
      .pag-obras-interna .sec-desc .grid h1 {
        font-size: 3rem; } }
    .pag-obras-interna .sec-desc .grid h1.pt {
      padding-top: 3rem; }
  .pag-obras-interna .sec-desc .grid .list-obras {
    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: flex-start; }
    .pag-obras-interna .sec-desc .grid .list-obras .item {
      display: block;
      width: 50%;
      padding: 1rem; }
      @media screen and (max-width: 500px) {
        .pag-obras-interna .sec-desc .grid .list-obras .item {
          width: 100%; } }
      .pag-obras-interna .sec-desc .grid .list-obras .item .container {
        position: relative; }
        .pag-obras-interna .sec-desc .grid .list-obras .item .container:hover .desc {
          opacity: 1; }
        .pag-obras-interna .sec-desc .grid .list-obras .item .container .desc {
          position: absolute;
          top: 15px;
          right: 15px;
          left: 15px;
          bottom: 15px;
          background-color: #550657;
          padding: 4rem;
          opacity: 0;
          transition: .3s ease-in-out; }
          @media screen and (max-width: 500px) {
            .pag-obras-interna .sec-desc .grid .list-obras .item .container .desc {
              opacity: 1;
              position: unset;
              width: 100%;
              padding: 2rem;
              display: block;
              transform: translate(0, -40px); } }
          .pag-obras-interna .sec-desc .grid .list-obras .item .container .desc h2 {
            font-family: "Ubuntu", sans-serif;
            font-size: 3.83rem;
            font-weight: 700;
            color: #EDD9A6;
            line-height: 1.3; }
            @media screen and (max-width: 1280px) {
              .pag-obras-interna .sec-desc .grid .list-obras .item .container .desc h2 {
                font-size: 3rem; } }
            @media screen and (max-width: 500px) {
              .pag-obras-interna .sec-desc .grid .list-obras .item .container .desc h2 {
                font-size: 1.667rem; } }
          .pag-obras-interna .sec-desc .grid .list-obras .item .container .desc div.button-conheca {
            color: #EDD9A6;
            font-size: 1.333rem;
            font-family: "Ubuntu", sans-serif;
            font-weight: 600;
            margin-top: 3rem;
            display: inline-table;
            border-bottom: 2px solid #EDD9A6;
            line-height: 2.4;
            position: absolute;
            bottom: 30px;
            left: 20px; }
            @media screen and (max-width: 500px) {
              .pag-obras-interna .sec-desc .grid .list-obras .item .container .desc div.button-conheca {
                position: unset; } }
            .pag-obras-interna .sec-desc .grid .list-obras .item .container .desc div.button-conheca span {
              margin-right: 5px; }
      .pag-obras-interna .sec-desc .grid .list-obras .item .thumbmail {
        width: 100%;
        height: 500px; }
        @media screen and (max-width: 1440px) {
          .pag-obras-interna .sec-desc .grid .list-obras .item .thumbmail {
            height: 378px; } }
        @media screen and (max-width: 500px) {
          .pag-obras-interna .sec-desc .grid .list-obras .item .thumbmail {
            height: 250px; } }

.pag-obras-single .sec-tt-page {
  height: 45vh; }
.pag-obras-single .sec-desc {
  padding: 12rem 0;
  background: url("../img/fundo-sobre.png");
  background-position: center;
  background-size: cover;
  background-position: bottom; }
  @media screen and (max-width: 500px) {
    .pag-obras-single .sec-desc {
      padding: 8rem 0; } }
  .pag-obras-single .sec-desc .grid {
    max-width: 660px; }
    .pag-obras-single .sec-desc .grid h1, .pag-obras-single .sec-desc .grid h2 {
      font-family: "Ubuntu", sans-serif;
      font-size: 3.83rem;
      font-weight: 700;
      color: #EDD9A6;
      line-height: 1.3; }
      @media screen and (max-width: 1280px) {
        .pag-obras-single .sec-desc .grid h1, .pag-obras-single .sec-desc .grid h2 {
          font-size: 3rem; } }
      .pag-obras-single .sec-desc .grid h1.pt, .pag-obras-single .sec-desc .grid h2.pt {
        padding-top: 3rem; }
    .pag-obras-single .sec-desc .grid p {
      font-size: 1.3333rem;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff; }
.pag-obras-single .sec-img-principal {
  background-color: #CCC;
  height: 500px; }
  @media screen and (max-width: 1440px) {
    .pag-obras-single .sec-img-principal {
      height: 378px; } }
  @media screen and (max-width: 500px) {
    .pag-obras-single .sec-img-principal {
      height: 200px; } }
.pag-obras-single .sec-infs-add {
  padding: 6rem 0; }
  .pag-obras-single .sec-infs-add .grid {
    justify-content: center; }
    .pag-obras-single .sec-infs-add .grid .item {
      width: 25%;
      padding: 2rem; }
      @media screen and (max-width: 500px) {
        .pag-obras-single .sec-infs-add .grid .item {
          width: 50%;
          text-align: center; } }
      .pag-obras-single .sec-infs-add .grid .item h2 {
        font-family: "Ubuntu", sans-serif;
        font-size: 2.667rem;
        font-weight: 700;
        color: #EDD9A6; }
        @media screen and (max-width: 1280px) {
          .pag-obras-single .sec-infs-add .grid .item h2 {
            font-size: 2rem; } }
      .pag-obras-single .sec-infs-add .grid .item p {
        font-size: 1.3333rem;
        line-height: 1.7;
        padding-top: 10px;
        color: #fff; }
.pag-obras-single .sec-galeria .grid {
  width: 100%;
  max-width: 100%;
  justify-content: flex-start; }
  .pag-obras-single .sec-galeria .grid .item {
    width: 33.3333%;
    padding: .3rem; }
    @media screen and (max-width: 500px) {
      .pag-obras-single .sec-galeria .grid .item {
        width: 100%; } }
    .pag-obras-single .sec-galeria .grid .item .img {
      height: 450px; }
      @media screen and (max-width: 1440px) {
        .pag-obras-single .sec-galeria .grid .item .img {
          height: 380px; } }

.sec-rodape {
  padding: 8rem 0;
  background-color: #fff; }
  @media screen and (max-width: 500px) {
    .sec-rodape {
      padding: 2rem 0; } }
  .sec-rodape .col h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 2.667rem;
    font-weight: 700;
    color: #550657;
    padding-bottom: 2rem; }
    @media screen and (max-width: 1280px) {
      .sec-rodape .col h2 {
        font-size: 2rem; } }
  .sec-rodape .col p {
    font-size: 1.3333rem;
    line-height: 1.7;
    padding-top: 0;
    color: #550657; }
  @media screen and (max-width: 500px) {
    .sec-rodape .col {
      width: 100%;
      padding: 3rem 0;
      text-align: center; } }
  .sec-rodape .logo {
    padding-top: 5rem;
    width: 100%;
    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 */
