p {
  font-size: 1.3333rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #1c1c1b; }

h1 {
  font-size: 40px;
  color: #E52F2B;
  line-height: 1.4;
  font-family: "Signika", sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 34px; } }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 32px;
  font-family: "Signika", sans-serif;
  font-weight: 800;
  color: #E52F2B;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 28px; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 24px;
  font-family: "Signika", sans-serif;
  font-weight: 800;
  color: #E52F2B;
  line-height: 1.4; }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 20px; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

svg, img {
  max-width: 100%;
  height: auto; }

html, body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Lato", sans-serif; }

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Lato", 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; }

.wpcf7 .campField {
  width: 100%; }
  .wpcf7 .campField.checkbox .wpcf7-checkbox {
    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; }
  .wpcf7 .campField.checkbox .wpcf7-list-item {
    width: 48%;
    margin: 15px 0;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: normal; }
    .wpcf7 .campField.checkbox .wpcf7-list-item input[type=checkbox] {
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin-right: 5px; }
  .wpcf7 .campField.w50 {
    width: 50%; }
  .wpcf7 .campField p {
    font-size: 1.3333rem;
    line-height: 1.7;
    padding-top: 2rem;
    color: #1c1c1b;
    font-weight: 600; }
  .wpcf7 .campField p ~ p {
    padding-top: 0; }
  .wpcf7 .campField .textfield {
    width: 100%;
    padding: 15px;
    background-color: #F8F8F8;
    border: 1px solid #F3F3F3;
    border-radius: 5px; }
  .wpcf7 .campField textarea.textfield {
    height: 150px;
    resize: vertical; }
.wpcf7 input[type="submit"] {
  width: 100%;
  margin-top: 0px; }

p {
  font-size: 1.3333rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #1c1c1b; }

h1 {
  font-size: 40px;
  color: #E52F2B;
  line-height: 1.4;
  font-family: "Signika", sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 34px; } }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 32px;
  font-family: "Signika", sans-serif;
  font-weight: 800;
  color: #E52F2B;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 28px; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 24px;
  font-family: "Signika", sans-serif;
  font-weight: 800;
  color: #E52F2B;
  line-height: 1.4; }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 20px; } }

a.button,
.wp-block-button__link {
  display: inline-table;
  background-color: transparent;
  border-bottom: 2px solid #E52F2B;
  border-radius: 0;
  color: #E52F2B;
  margin-top: 20px;
  font-size: 18px;
  transition: .3s ease-in-out;
  padding: 10px 30px; }
  a.button.white,
  .wp-block-button__link.white {
    color: #fff;
    border-color: #fff; }
  a.button:after,
  .wp-block-button__link:after {
    content: '';
    display: inline-table;
    width: 21px;
    height: 8px;
    margin-left: 6px;
    background: url("../img/ico-arrow-btn.svg");
    vertical-align: middle;
    transition: .3s ease-in-out; }
  a.button:hover,
  .wp-block-button__link:hover {
    content: '';
    background-color: #E52F2B;
    color: #fff; }
    a.button:hover:after,
    .wp-block-button__link:hover:after {
      background: url("../img/ico-arrow-btn-white.svg"); }

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: #E52F2B; }

.wp-block-button.white a.wp-block-button__link {
  color: #fff;
  border-color: #fff; }
  .wp-block-button.white a.wp-block-button__link:hover {
    color: #E52F2B;
    background-color: #fff; }
    .wp-block-button.white a.wp-block-button__link:hover:after {
      background: url("../img/ico-arrow-btn.svg"); }
  .wp-block-button.white a.wp-block-button__link:after {
    background: url("../img/ico-arrow-btn-white.svg"); }

.sec-header {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px 0;
  z-index: 9; }
  .sec-header .grid {
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 95%; }
    .sec-header .grid .logo {
      width: 190px; }
    .sec-header .grid .sec-menu {
      align-self: center; }
      .sec-header .grid .sec-menu li {
        display: inline-table; }
        .sec-header .grid .sec-menu li a {
          display: block;
          font-size: 16px;
          color: #fff;
          padding: 20px 26px;
          text-transform: lowercase;
          transition: .2s ease-in-out; }
          .sec-header .grid .sec-menu li a:hover {
            opacity: .6; }
      .sec-header .grid .sec-menu input#menuhamburguer {
        display: none; }
      @media screen and (max-width: 780px) {
        .sec-header .grid .sec-menu {
          z-index: 999;
          order: 4;
          width: 30%; }
          .sec-header .grid .sec-menu .redes-sociais-res {
            width: 100%;
            position: absolute;
            display: block;
            bottom: 0;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding-bottom: 40px;
            z-index: 2;
            transform: translate(-50%, 0);
            max-height: 30px;
            top: auto;
            bottom: 0; }
            .sec-header .grid .sec-menu .redes-sociais-res a {
              margin: 0 20px; }
              .sec-header .grid .sec-menu .redes-sociais-res a path, .sec-header .grid .sec-menu .redes-sociais-res a svg {
                fill: #fff; }
          .sec-header .grid .sec-menu .menu-responsivo {
            display: block;
            width: 30px;
            height: 30px;
            background-color: #E52F2B;
            position: fixed;
            top: 27px;
            right: 20px;
            border-radius: 50%;
            box-shadow: 0 0 0 8px #E52F2B, 0 0 0 8px #E52F2B;
            z-index: 2;
            transition: .4s ease-in-out; }
            .sec-header .grid .sec-menu .menu-responsivo:hover {
              box-shadow: 0 0 0 8px #E52F2B, 0 0 0 8px #E52F2B; }
            .sec-header .grid .sec-menu .menu-responsivo .hamburguer {
              display: block;
              background: #fff;
              width: 25px;
              height: 2px;
              position: relative;
              top: 14px;
              left: 2px;
              transition: .4s ease-in-out;
              cursor: pointer;
              z-index: 9; }
              .sec-header .grid .sec-menu .menu-responsivo .hamburguer:after, .sec-header .grid .sec-menu .menu-responsivo .hamburguer:before {
                background: #fff;
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                transition: .4s ease-in-out;
                left: 0; }
              .sec-header .grid .sec-menu .menu-responsivo .hamburguer:before {
                top: -6px; }
              .sec-header .grid .sec-menu .menu-responsivo .hamburguer:after {
                bottom: -6px; }
          .sec-header .grid .sec-menu input#menuhamburguer:checked ~ label .hamburguer {
            transform: rotate(45deg);
            transform-origin: center; }
            .sec-header .grid .sec-menu input#menuhamburguer:checked ~ label .hamburguer:after, .sec-header .grid .sec-menu input#menuhamburguer:checked ~ label .hamburguer:before {
              transform: rotate(90deg);
              top: 0;
              bottom: 0; }
          .sec-header .grid .sec-menu input#menuhamburguer:checked ~ label .menu-responsivo {
            box-shadow: 0 0 0 130vw #E52F2B, 0 0 0 130vh #E52F2B; }
          .sec-header .grid .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul {
            transition: .25s .4s ease;
            opacity: 1 !important;
            visibility: unset; }
            .sec-header .grid .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul li ul {
              transition: 0s;
              padding: 0; }
          .sec-header .grid .sec-menu ul {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
            opacity: 0;
            transition: .4s ease-in-out;
            visibility: hidden;
            z-index: 2; } }
    @media screen and (max-width: 780px) and (max-width: 500px) {
      .sec-header .grid .sec-menu ul {
        width: 100%;
        padding: 2rem; } }
      @media screen and (max-width: 780px) {
            .sec-header .grid .sec-menu ul li {
              width: auto;
              display: block;
              text-align: left; }
              .sec-header .grid .sec-menu ul li.menu-item-has-children {
                position: relative; }
                .sec-header .grid .sec-menu ul li.menu-item-has-children:after {
                  content: '';
                  width: 15px;
                  height: 15px;
                  background: url("../img/arrow-down.svg");
                  background-size: 100% 100%;
                  position: absolute;
                  right: 15px;
                  top: 18px; }
              .sec-header .grid .sec-menu ul li a {
                font-size: 14px !important;
                padding: 10px 0 !important;
                color: #E52F2B !important; }
              .sec-header .grid .sec-menu ul li ul.sub-menu {
                position: unset;
                transform: translate(0, 0);
                box-shadow: none;
                background-color: rgba(0, 0, 0, 0.3);
                padding: 20px !important;
                border-radius: 0;
                max-height: 200px;
                overflow-y: scroll; }
                .sec-header .grid .sec-menu ul li ul.sub-menu li a {
                  font-size: 13px !important;
                  font-weight: normal; }
              .sec-header .grid .sec-menu ul li a {
                font-size: 25px !important;
                padding: 15px 0 !important;
                color: #fff !important;
                font-weight: bold;
                width: auto; } }

p {
  font-size: 1.3333rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #1c1c1b; }

h1 {
  font-size: 40px;
  color: #E52F2B;
  line-height: 1.4;
  font-family: "Signika", sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 34px; } }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 32px;
  font-family: "Signika", sans-serif;
  font-weight: 800;
  color: #E52F2B;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 28px; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 24px;
  font-family: "Signika", sans-serif;
  font-weight: 800;
  color: #E52F2B;
  line-height: 1.4; }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 20px; } }

.art-home .sec-banner .uagb-columns__inner-wrap {
  height: 90vh; }
  @media screen and (max-width: 500px) {
    .art-home .sec-banner .uagb-columns__inner-wrap {
      height: auto;
      padding: 150px 0; } }
  .art-home .sec-banner .uagb-columns__inner-wrap .uagb-column__wrap {
    align-items: center;
    align-content: center; }
.art-home .sec-ch .wp-block-buttons > .wp-block-button:last-child,
.art-home .sec-ch .wp-block-buttons {
  text-align: center;
  width: 100%; }
.art-home .sec-ch-seg-sobre {
  padding: 0;
  margin: 0; }
  .art-home .sec-ch-seg-sobre .segmentos {
    padding: 0 15vw;
    display: flex;
    align-items: center;
    align-content: center;
    height: 730px; }
    @media screen and (max-width: 1440px) {
      .art-home .sec-ch-seg-sobre .segmentos {
        padding: 0 12vw; } }
    @media screen and (max-width: 500px) {
      .art-home .sec-ch-seg-sobre .segmentos {
        padding: 50px 30px;
        height: auto; } }
    .art-home .sec-ch-seg-sobre .segmentos h2, .art-home .sec-ch-seg-sobre .segmentos p {
      color: #fff; }
  .art-home .sec-ch-seg-sobre .sobre {
    padding: 0 15vw;
    display: flex;
    align-items: center;
    align-content: center;
    height: 730px; }
    @media screen and (max-width: 1440px) {
      .art-home .sec-ch-seg-sobre .sobre {
        padding: 0 12vw; } }
    @media screen and (max-width: 500px) {
      .art-home .sec-ch-seg-sobre .sobre {
        padding: 50px 30px;
        height: auto; } }
    .art-home .sec-ch-seg-sobre .sobre h2, .art-home .sec-ch-seg-sobre .sobre p {
      color: #fff; }
.art-home .sec-clientes {
  padding: 4rem 0; }
  .art-home .sec-clientes p {
    width: 100%;
    text-align: center;
    color: #E52F2B;
    padding-top: 0; }
  .art-home .sec-clientes .carr-clientes {
    width: 100%; }
    @media screen and (max-width: 500px) {
      .art-home .sec-clientes .carr-clientes {
        width: 90%; } }
    .art-home .sec-clientes .carr-clientes .blocks-gallery-grid {
      width: 90%;
      margin: 0 auto; }
      .art-home .sec-clientes .carr-clientes .blocks-gallery-grid .blocks-gallery-item {
        padding: 10px; }

.sec-tt-page {
  background-color: #555;
  padding: 200px 0; }
  @media screen and (max-width: 500px) {
    .sec-tt-page {
      padding: 150px 0 60px 0; } }
  .sec-tt-page h1 {
    color: #fff; }

.art-sobre .sec-sobre-desc .img {
  padding-left: 20px;
  margin-top: -140px; }
  @media screen and (max-width: 500px) {
    .art-sobre .sec-sobre-desc .img {
      margin-top: 0;
      padding-left: 0; } }
@media screen and (max-width: 500px) {
  .art-sobre .sec-sobre-desc .desc p:first-child {
    padding-top: 0; } }
.art-sobre .sec-clientes {
  padding: 4rem 0; }
  .art-sobre .sec-clientes p {
    color: #E52F2B;
    padding-top: 0; }
  .art-sobre .sec-clientes .blocks-gallery-grid {
    margin: 0 auto;
    padding-top: 40px; }
    .art-sobre .sec-clientes .blocks-gallery-grid .blocks-gallery-item {
      padding: 10px;
      width: 20%;
      float: unset;
      flex: unset; }
      @media screen and (max-width: 500px) {
        .art-sobre .sec-clientes .blocks-gallery-grid .blocks-gallery-item {
          width: 48%; } }
.art-sobre .sec-ch-servicos {
  margin-bottom: 0; }
  .art-sobre .sec-ch-servicos .uagb-tabs__body-wrap,
  .art-sobre .sec-ch-servicos .uagb-columns__wrap,
  .art-sobre .sec-ch-servicos .uagb-columns__inner-wrap,
  .art-sobre .sec-ch-servicos .uagb-column__inner-wrap,
  .art-sobre .sec-ch-servicos .uagb-column__wrap {
    position: unset;
    padding: 0; }
  .art-sobre .sec-ch-servicos .desc {
    align-self: center;
    padding: 10vw 0;
    padding-right: 40px; }
    @media screen and (max-width: 500px) {
      .art-sobre .sec-ch-servicos .desc {
        padding: 40px 0; } }
  .art-sobre .sec-ch-servicos .img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: red;
    width: 45vw; }
    @media screen and (max-width: 500px) {
      .art-sobre .sec-ch-servicos .img {
        display: none; } }
    .art-sobre .sec-ch-servicos .img img {
      width: 100%;
      object-fit: cover; }

.art-segmentos .sec-obras-civis h2,
.art-segmentos .sec-canteiros-de-obra h2 {
  color: #1c1c1b; }
.art-segmentos .sec-clientes {
  padding: 4rem 0; }
  .art-segmentos .sec-clientes p {
    color: #E52F2B;
    padding-top: 0; }
  .art-segmentos .sec-clientes .blocks-gallery-grid {
    margin: 0 auto;
    padding-top: 40px; }
    .art-segmentos .sec-clientes .blocks-gallery-grid .blocks-gallery-item {
      padding: 10px;
      width: 20%;
      float: unset;
      flex: unset; }
      @media screen and (max-width: 500px) {
        .art-segmentos .sec-clientes .blocks-gallery-grid .blocks-gallery-item {
          width: 48%; } }

.art-canal-de-denuncia .wp-block-button__link,
.art-fale-conosco .wp-block-button__link {
  color: #E52F2B; }
.art-canal-de-denuncia p.whatsapp,
.art-fale-conosco p.whatsapp {
  position: relative;
  width: calc(100% - 30px);
  transform: translate(30px, 0); }
  .art-canal-de-denuncia p.whatsapp a,
  .art-fale-conosco p.whatsapp a {
    color: #1c1c1b; }
  .art-canal-de-denuncia p.whatsapp:after,
  .art-fale-conosco p.whatsapp:after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: 5px;
    width: 18px;
    height: 18px;
    background: url("../img/ico-wpp.png");
    background-size: 100%; }
.art-canal-de-denuncia .wpcf7 .campField,
.art-fale-conosco .wpcf7 .campField {
  width: 100%; }
  .art-canal-de-denuncia .wpcf7 .campField.checkbox .wpcf7-checkbox,
  .art-fale-conosco .wpcf7 .campField.checkbox .wpcf7-checkbox {
    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-canal-de-denuncia .wpcf7 .campField.checkbox .wpcf7-list-item,
  .art-fale-conosco .wpcf7 .campField.checkbox .wpcf7-list-item {
    width: 48%;
    margin: 15px 0;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: normal; }
    .art-canal-de-denuncia .wpcf7 .campField.checkbox .wpcf7-list-item input[type=checkbox],
    .art-fale-conosco .wpcf7 .campField.checkbox .wpcf7-list-item input[type=checkbox] {
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin-right: 5px; }
  .art-canal-de-denuncia .wpcf7 .campField.w50,
  .art-fale-conosco .wpcf7 .campField.w50 {
    width: 50%; }
  .art-canal-de-denuncia .wpcf7 .campField p,
  .art-fale-conosco .wpcf7 .campField p {
    font-size: 1.3333rem;
    line-height: 1.7;
    padding-top: 2rem;
    color: #1c1c1b;
    font-weight: 600; }
  .art-canal-de-denuncia .wpcf7 .campField p ~ p,
  .art-fale-conosco .wpcf7 .campField p ~ p {
    padding-top: 0; }
  .art-canal-de-denuncia .wpcf7 .campField .textfield,
  .art-fale-conosco .wpcf7 .campField .textfield {
    width: 100%;
    padding: 15px;
    background-color: #F8F8F8;
    border: 1px solid #F3F3F3;
    border-radius: 5px; }
  .art-canal-de-denuncia .wpcf7 .campField textarea.textfield,
  .art-fale-conosco .wpcf7 .campField textarea.textfield {
    height: 150px;
    resize: vertical; }
.art-canal-de-denuncia .wpcf7 input[type="submit"],
.art-fale-conosco .wpcf7 input[type="submit"] {
  margin-top: 0px;
  display: inline-table;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #1c1c1b;
  border-radius: 0;
  color: #1c1c1b;
  margin-top: 20px;
  font-size: 18px;
  transition: .3s ease-in-out;
  padding: 10px 30px;
  cursor: pointer;
  display: table;
  width: auto;
  margin: 0 auto; }
  .art-canal-de-denuncia .wpcf7 input[type="submit"]:hover,
  .art-fale-conosco .wpcf7 input[type="submit"]:hover {
    content: '';
    background-color: #1c1c1b;
    color: #fff; }

.art-obras .sec-tt-page {
  background: url("../img/fundo-tt-page-obras.jpg");
  background-size: cover;
  background-position: center; }
.art-obras .sec-list-obras {
  padding: 30px 0; }
  .art-obras .sec-list-obras a.item {
    display: block;
    width: 48%;
    padding: 40px 0;
    transition: .1s ease-in-out; }
    @media screen and (max-width: 500px) {
      .art-obras .sec-list-obras a.item {
        padding: 20px 0;
        width: 100%; } }
    .art-obras .sec-list-obras a.item:hover {
      transform: scale(1.013); }
    .art-obras .sec-list-obras a.item .img {
      background-color: #CCC;
      height: 300px; }
      @media screen and (max-width: 500px) {
        .art-obras .sec-list-obras a.item .img {
          height: 240px; } }
    .art-obras .sec-list-obras a.item .txt {
      padding-top: 10px; }
      .art-obras .sec-list-obras a.item .txt p {
        padding-top: 0; }

.art-obras-interna .sec-tt-page p {
  padding-top: 0;
  color: #fff; }
.art-obras-interna .sec-desc {
  padding: 30px 0; }
  .art-obras-interna .sec-desc .grid {
    max-width: 850px; }
  .art-obras-interna .sec-desc .tt {
    width: 30%;
    padding: 50px 0; }
    @media screen and (max-width: 500px) {
      .art-obras-interna .sec-desc .tt {
        padding: 20px 0 0 0;
        width: 100%; } }
    .art-obras-interna .sec-desc .tt h3 {
      color: #1c1c1b; }
  .art-obras-interna .sec-desc .desc {
    width: 70%;
    padding: 30px 0; }
    @media screen and (max-width: 500px) {
      .art-obras-interna .sec-desc .desc {
        padding: 0 0 20px 0;
        width: 100%; } }

p {
  font-size: 1.3333rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #1c1c1b; }

h1 {
  font-size: 40px;
  color: #E52F2B;
  line-height: 1.4;
  font-family: "Signika", sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 34px; } }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 32px;
  font-family: "Signika", sans-serif;
  font-weight: 800;
  color: #E52F2B;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 28px; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 24px;
  font-family: "Signika", sans-serif;
  font-weight: 800;
  color: #E52F2B;
  line-height: 1.4; }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 20px; } }

.sec-ch-projeto {
  background-color: #EAEAEA;
  padding: 8rem 0; }
  @media screen and (max-width: 500px) {
    .sec-ch-projeto {
      padding: 40px 0; } }
  .sec-ch-projeto .grid {
    justify-content: center;
    align-items: center;
    align-content: center; }
    .sec-ch-projeto .grid .ch {
      padding: 0 5rem; }
      @media screen and (max-width: 500px) {
        .sec-ch-projeto .grid .ch {
          padding: 0 0;
          width: 100%;
          text-align: center; } }
    @media screen and (max-width: 500px) {
      .sec-ch-projeto .grid .txt {
        padding: 0 20px;
        width: 100%;
        text-align: center; } }
    .sec-ch-projeto .grid .txt p {
      padding-top: 0; }

.sec-rodape {
  background: url("../img/detail-rodape.svg");
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-color: #1D344B;
  padding: 8rem 0; }
  @media screen and (max-width: 500px) {
    .sec-rodape {
      padding: 30px 0; } }
  .sec-rodape h2 {
    font-size: 24px;
    font-family: "Signika", sans-serif;
    font-weight: 800;
    color: #fff;
    line-height: 1.4; }
    @media screen and (max-width: 500px) {
      .sec-rodape h2 {
        font-size: 20px; } }
  .sec-rodape p {
    color: #fff;
    padding-top: 10px; }
  @media screen and (max-width: 500px) {
    .sec-rodape .col-logo {
      width: 100%;
      padding: 20px 0; }
      .sec-rodape .col-logo img {
        width: 100px; }
    .sec-rodape h2 {
      font-size: 18px; }
    .sec-rodape p {
      font-size: 12px; } }

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