@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FE4900;  **/
/**  cor-hover: #000000;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'TikTokSans_Regular';
  src: url('../fonts/TikTokSans_18pt-Regular.woff') format('woff'),
       url('../fonts/TikTokSans_18pt-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TikTokSans_Bold';
  src: url('../fonts/TikTokSans_18pt-Bold.woff') format('woff'),
       url('../fonts/TikTokSans_18pt-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TikTokSans_Black';
  src: url('../fonts/TikTokSans_18pt-Black.woff') format('woff'),
       url('../fonts/TikTokSans_18pt-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


strong, b{
  font-weight: bold;
  font-family: 'TikTokSans_Bold';
}
body{
  font-family: 'TikTokSans_Regular';
}



.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}
.aceitar_termos a{
    color: #FFFC9E!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FF0000;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #FE4900!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #000000;
}
::-moz-selection{
  background: #FE4900;
}
::selection{
  background: #FE4900;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #000000;
  border-color: #FE4900;
}
.lds-ellipsis div{  
  background-color: #FE4900;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.editor p{
  margin-bottom: 20px;
}



.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #FF0000;
  color: #FFF;
}


/* start */



body{
  background-color: #FFFFFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HEADER */
  .header{
    position: relative;
    padding-top: 10px;
  }

  .header .container {
    position: relative;
    z-index: 2;
  }

  .header__default .container{
    display: flex;
    justify-content: center;
  }

  .header .row{
    display: flex;
  }

  .header .row .col-md-8{
    padding-top: 50px;
  }

  .header .logo{
    width: 470px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 85px;
  }

  .header__default .logo{
    margin-bottom: 0px;
  }

  .header .logo img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .texto_header{
    color: #000;
    position: relative;
    z-index: 2;
    margin-bottom: 41px;
  }

  .header .texto_header h1{
    font-family: 'TikTokSans_Black';
    font-size: 54px;
    line-height: 72px;
  }

  .header .texto_header p{
    font-size: 28px;
    line-height: 39px;
  }

  .botao_header {
      margin-top: 30px;
  }

  .botao_header div {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 370px;
    height: 50px;
    padding: 18px 35px;
    color: #fff;
    font-size: 16px;
    font-family: 'TikTokSans_Bold';
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.3px;
    z-index: 1;
    cursor: pointer;
  }

  .botao_header div::before {
      content: "";
      position: absolute;
      inset: 0;
      background: #FE4900;
      z-index: -1;

      transform: scaleX(1);
      transform-origin: center;
      transition: transform 0.6s ease, box-shadow 0.6s ease;
  }

  .botao_header div:hover {
    color: #fff;
  }

  .botao_header div:hover::before {
    transform: scaleX(1.08);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }


  .imagem_header img {
    width: 100%;
    height: auto;
    display: block;
  }

  .beneficios_header {
    position: relative;
    z-index: 3;
    width: 100%;
    background: #000;
    padding: 35px 0;
  }

  .beneficios_header_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .beneficios_header .item {
    position: relative;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .beneficios_header .item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      height: 32px;
      background: rgba(255, 255, 255, 0.15);
      transform: translateY(-50%);
  }
/* /HEADER */

/* FX1 */
  .fx1{
    background-color: #F4F1EA;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .fx1 .titulo_fx1{
    text-align: center;
    color: #000;
    margin-bottom: 55px;
  }

  .fx1 .titulo_fx1 h5{
    font-size: 18px;
  }

  .fx1 .titulo_fx1 h2{
    font-family: 'TikTokSans_Black';
    font-size: 35px;
    line-height: 46px;
    text-transform: uppercase;
  }

  .fx1 .titulo_fx1 h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
  }

  .fx1 .titulo_fx1 h2 span::after{
    content: "";
    position: absolute;
    left: -1px;
    right: 0px;
    bottom: 4px;
    width: 100%;
    height: 14px;
    background: #ff4a0a;
    z-index: -1;
  }

  .fx1 .titulo_fx1 p{
    font-size: 20px;
    line-height: 26px;
  }

  .fx1 .servicos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .fx1 .servico{
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 370px;
    height: 100%;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    padding: 0px 15px 9px 14px;
    margin-bottom: 50px;
  }

  .fx1 .servico span{
    display: flex;
    align-items: flex-end;
  }

  .fx1 .servico span h5{
    font-size: 18px;
    font-family: 'TikTokSans_Bold';
    margin-bottom: 18px;
  }

  .fx1 .servico img{
    position: relative;
    top: -17px;
    margin-right: 17px;
  }
/* /FX1 */

/* FX2 */
  .fx2{
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .fx2 .titulo_fx2{
    color: #000;
    margin-bottom: 94px;
  }

  .fx2 .titulo_fx2 h5{
    font-size: 18px;
    color: #FE4900;
  }

  .fx2 .titulo_fx2 h2{
    font-family: 'TikTokSans_Black';
    font-size: 35px;
    line-height: 46px;
    text-transform: uppercase;
  }

  .fx2 .titulo_fx2 h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
  }

  .fx2 .titulo_fx2 h2 span::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 4px;
    width: 100%;
    height: 14px;
    background: #ff4a0a;
    z-index: -1;
  }

  .fx2 .row {
      position: relative;
      overflow: visible;
  }

  .fx2 .row::before {
      content: "";
      position: absolute;
      top: -44px;
      left: -35px;

      width: 470px;
      height: 449px;

      background: #F2F2E8;
      z-index: 0;
  }

  .imagem_obra {
      position: relative;
      z-index: 1;
      width: 470px;
      height: 461px;
  }

  .imagem_obra img {
      width: 100%;
      height: 100%;
      display: block;
  }

  .etapas_obra {
      width: 100%;
  }

  .item_etapa {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d9d9d9;
  }

  .item_etapa h3 {
    font-family: 'TikTokSans_Bold';
    margin: 0 0 12px;
    color: #000;
    font-size: 22px;
    line-height: 1.2;
  }

  .item_etapa p {
    margin: 0;
    color: #000;
    font-size: 17px;
    line-height: 23px;
  }

  .item_etapa span {
    font-family: 'TikTokSans_Black';
    color: #ff4a0a;
    font-size: 12px;
    margin-top: 6px;
  }
/* /FX2 */

/* FX3 */
  .fx3{
    background-color: #FE4900;
    padding-top: 25px;
    padding-bottom: 55px;
  }

  .fx3 .textos_faixa_3{
    color: #fff;
    text-align: center;
  }

  .fx3 .textos_faixa_3 h2{
    font-family: 'TikTokSans_Black';
    font-size: 80px;
    margin-bottom: 0px;
  }

  .fx3 .textos_faixa_3 p{
    font-size: 20px;
    margin: 0px;
    line-height: 26px;
  }
/* /FX3 */

/* FX4 */
  .fx4{
    background-color: #F4F1EA;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .fx4 .titulo_fx4{
    text-align: center;
    color: #000;
    margin-bottom: 55px;
  }

  .fx4 .titulo_fx4 h5{
    font-size: 18px;
  }

  .fx4 .titulo_fx4 h2{
    font-family: 'TikTokSans_Black';
    font-size: 35px;
    line-height: 46px;
    text-transform: uppercase;
  }

  .fx4 .titulo_fx4 h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
  }

  .fx4 .titulo_fx4 h2 span::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 4px;
    width: 100%;
    height: 14px;
    background: #ff4a0a;
    z-index: -1;
  }

  .depoimentos_fx4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .item_depoimento {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: #fff;
    padding: 15px 15px 15px 14px;
    width: 370px;
    height: 100%;
  }

  .item_depoimento .estrelas {
    color: #FEC300;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 1px;
  }

  .item_depoimento p {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 35px;
  }

  .item_depoimento h4 {
    font-family: 'TikTokSans_Bold';
    position: relative;
    margin: 0;
    padding-left: 12px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
  }

  .item_depoimento h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 7px;
    height: 23px;
    background: #FE4900;
  }
/* /FX4 */

/* FOOTER */
  .footer{
    background-color: #F4F1EA;
    padding-top: 5px;
    padding-bottom: 40px;
  }

  .footer__default .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .footer .row{
    display: flex;
    align-items: center;
  }

  .footer .titulo_footer{
    color: #000;
    margin-top: 110px;
    margin-bottom: 22px;
  }

  .footer .titulo_footer h2{
    font-family: 'TikTokSans_Black';
    font-size: 35px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .footer .titulo_footer h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
  }

  .footer .titulo_footer h2 span::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 4px;
    width: 100%;
    height: 14px;
    background: #ff4a0a;
    z-index: -1;
  }

  .footer .titulo_footer p{
    font-size: 20px;
    line-height: 26px;
  }

  .botoes_footer{
    display: flex;
    gap: 30px;
  }

  .botao_footer {
    margin-top: 30px;
  }

  .botao_footer div {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 50px;
    padding: 18px 25px;
    color: #fff;
    font-size: 16px;
    font-family: 'TikTokSans_Bold';
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.3px;
    z-index: 1;
    cursor: pointer;
  }

  .botao_footer div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FE4900;
    z-index: -1;
    transform: scaleX(1);
    transform-origin: center;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
  }

  .botao2 div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000 !important;
    z-index: -1;
    transform: scaleX(1);
    transform-origin: center;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
  }

  .botao_footer div:hover {
    color: #fff;
  }

  .botao_footer div:hover::before {
    transform: scaleX(1.08);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }

  .botao2 div:hover::before {
    transform: scaleX(1.08);
    box-shadow: 0 5px 5px rgba(254, 73, 0, 0.45);
  }

  .footer_bottom{
    width: 100%;

    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }

  .direitos{
    color: #000;
  }

  .kryz{
    color: #000;
    position: relative;
  }

  .kryz span{
    margin-right: 65px;
  }

  .kryz img{
    position: absolute;
    top: -11px;
    right: 0;
  }
/* /FOOTER */

/* MODAL */

  .formModal .modal-content{
    background-color: #222222;
  }

  .formModal .modal-body{
    padding: 18px 20px;
  }

  .formModal .form__title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;

    margin-bottom: 15px;
  }

  .formModal .form__title p{
    font-family: 'TikTokSans_Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .formModal .form__container form{
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .formModal .form__container .wpcf7{
    width: 100%;
  }

  .formModal .form__container form p{
    margin-bottom: 0px;
  }

  .formModal form .form__control{
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .formModal form .form__control label{
    font-family: 'TikTokSans_Regular';
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;

    color: #FFFFFF;
  }

  .formModal .recaptcha__wrapper{
    max-height: 78px;
  }

  .formModal form .form__control input,
  .formModal form .form__control textarea{
    width: 100%;

    font-family: 'TikTokSans_Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;

    color: #000000;

    background-color: #FFFFFF;
    border: none;
    border-radius: 5px;

    padding: 5px 8px;
  }

  .formModal form .form__control textarea{
    height: 100px;
    resize: none;
  }

  .formModal form .form__control input::placeholder,
  .formModal form .form__control textarea::placeholder{
    font-family: 'TikTokSans_Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;

    color: #888888;
  }

  .formModal .btnCloseModal{
    width: 28px;
    height: 28px;

    font-family: 'TikTokSans_Bold';
    font-size: 18px;
    font-weight: 600;

    color: #FFFFFF;

    background-color: #FE4900;
    border: none;
    border-radius: 50%;

    padding: 0px;
  }

  .formModal .form__submit p{
    display: flex;
    align-items: center;
  }

  .formModal .btn__submit{
    width: fit-content;

    display: flex;
    justify-content: center;
    text-align: center;

    font-family: 'TikTokSans_Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;

    color: #FFFFFF;

    background-color: #FE4900;
    border: none;
    border-radius: 10px;

    cursor: pointer;

    transition: all .3s ease-in-out;

    padding: 8px 15px;
  }

  .formModal .btn__submit:hover{
    transform: scaleX(calc(390 / 370)) scaleY(calc(42 / 40));
  }
/* /MODAL */

/* 404 */

  .pg-404 {
    min-height: 45vh;
    place-items: center;
    padding: 6rem 1.5rem;
  }

  .pg-404 .container {
    width: min(960px, 100%);
    margin-inline: auto;
    text-align: center;
  }

  .pg-404 h1 {
    font-family: 'TikTokSans_Bold';
    font-weight: 800;
    line-height: 1;
    font-size: 66px;
    color: #000000;
  }

  .pg-404 h2 {
    margin: 1rem 0 1.25rem;
    color: #000000;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
  }

  .pg-404 .editor {
    margin: 1rem auto 0;
    width: min(760px, 100%);
    color: #000000;
    font-size: 22px;
    line-height: 1.7;
  }

  .pg-404 .editor a {
    color: #FE4900 !important;
    font-weight: 700;
    text-decoration: none;
  }

  .pg-404 .editor a:hover,
  .pg-404 .editor a:active {
    color: #FE4900 !important;
  }

  /* Ajustes responsivos extras */
  @media (max-width: 640px) {
    .pg-404 {
      padding: 4rem 1.25rem;
    }
    .pg-404 h1 {
      font-size: 46px;
    }
    .pg-404 h2 {
      font-size: 23px;
    }
    .pg-404 .editor {
      font-size: 18px;
    }
  }

/* /404 */

/* OBRIGADO */

  .fx1__obrigado{
    min-height: 45vh;
    align-content: center;
  }

  .fx1__obrigado .container{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fx1__obrigado .content{
    text-align: center;
  }

  .fx1__obrigado .content h1{
    font-family: 'TikTokSans_Bold';
    font-size: 55px;
    font-weight: 700;

    color: #FE4900;

    margin-bottom: 20px;
  }

  .fx1__obrigado .content p{
    font-family: 'TikTokSans_Regular';
    font-size: 25px;
    font-weight: 500;
    color: #000000;
  }

  .fx1__obrigado .content a{
    color: #000000;

    transition: all .3s ease;

    &:hover{
      color: #FE4900;
    }
  }

  @media (max-width: 767PX) {
    .fx1__obrigado .content h1{
      font-size: 35px;
    }
    .fx1__obrigado .content p{
      font-size: 18px;
    }
  }

/* /OBRIGADO */

/* MEDIA */
  @media(max-width: 1199px){

    .col-md-5{
      display: flex;
      align-items: flex-end;
    }

    .imagem_header img {
      width: 100%;
      height: auto;
      display: block;
    }

    .botoes_footer{
      flex-direction: column;
      gap: 0px;
    }

    .imagem_footer img{
      width: 100%;
    }

    .footer_bottom{
      margin-top: 40px;
    }
  }

  @media(max-width: 991px){
    .header .row{
      flex-direction: column;
      align-items: center;
    }

    .header .row .col-md-7{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .beneficios_header {
        margin-top: 0px;
        padding: 0;
    }

    .beneficios_header_inner {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .beneficios_header .item {
        padding: 22px 15px;
        font-size: 18px;
        white-space: normal;
        text-align: center;
        line-height: 1.2;
    }

    .beneficios_header .item::after {
        display: none;
    }

    .beneficios_header .item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .beneficios_header .item:nth-child(1),
    .beneficios_header .item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .fx2 .titulo_fx2{
      text-align: center;
    }

    .fx2 .row{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 40px;
    }

    .fx2 .row::before{
      left: 95px;
    }

    .footer .row{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }

  @media(max-width: 425px){
    .header .texto_header h1{
      font-size: 30px;
    }

    .header .texto_header p{
      font-size: 24px;
    }

    .botao_header div{
      min-width: 100%;
    }

    .header .row{
      flex-direction: column;
      align-items: center;
    }

    .header .row .col-md-7{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .header .logo{
      width: 100%;
      height: auto;
    }

    .fx2 .titulo_fx2{
      text-align: center;
    }

    .fx2 .row{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 40px;
    }

    .fx2 .row::before{
      display: none;
    }

    .imagem_obra{
      width: 100%;
      height: auto;
    }

    .footer .titulo_footer h2{
      font-size: 30px;
    }

    .footer .row{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .footer_bottom{
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 30px;
      padding-bottom: 60px;
    }
  }

  @media(max-width: 375px){
    .col-md-5{
      width: 100%;
    }
  }
/* /MEDIA */