@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FF0000;  **/
/**  cor-hover: #FF5555;  **/

/* 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: 'Inter_Light';
    src: url('../fonts/Inter_18pt-Light.woff') format('woff'),
   url('../fonts/Inter_18pt-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_Regular';
    src: url('../fonts/Inter_18pt-Regular.woff') format('woff'),
   url('../fonts/Inter_18pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_Medium';
    src: url('../fonts/Inter_18pt-Medium.woff') format('woff'),
   url('../fonts/Inter_18pt-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_SemiBold';
    src: url('../fonts/Inter_18pt-SemiBold.woff') format('woff'),
   url('../fonts/Inter_18pt-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_Bold';
    src: url('../fonts/Inter_18pt-Bold.woff') format('woff'),
   url('../fonts/Inter_18pt-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_ExtraBold';
    src: url('../fonts/Inter_18pt-ExtraBold.woff') format('woff'),
   url('../fonts/Inter_18pt-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}



strong, b{
  font-weight: lighter;
  font-family: 'Inter_Bold';
}
body{
  font-family: 'Inter_Medium';
}



.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: #FF0000!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #143076;
}
::-moz-selection{
  background: #143076;
}
::selection{
  background: #143076;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #143076;
  border-color: #143076;
}
.lds-ellipsis div{  
  background-color: #143076;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #143076;
}

.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: #fff;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HEADER */
  .header {
    width: 100%;
    position: relative;
    padding-top: 25px;
  }

  .header-top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 55px;
    background: #fff;
    z-index: 5;
  }

  .header .container {
      width: 100%;
      max-width: 1259px;
      margin: 0 auto;
      position: relative;
  }

  .contatos {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 18px;
      font-size: 15px;
      color: #143076;
      padding-right: 50px;
  }

  .contatos span{
    display: flex;
    align-items: center;
    gap: 6px;
  }


  .menu-wrapper {
      height: 100%;
      display: flex;
      align-items: flex-start;
  }

  .logo {
    z-index: 5;
  }

  .logo img {
      width: 190px;
      height: auto;
      display: block;
  }

  .header-menu{
    position: relative;
    z-index: 5;
  }

  .menu {
      width: 100%;
      margin-top: -28px;
      background: #05387E;
      border-radius: 40px;
      height: 70px;
      display: flex;
      align-items: center;
      padding-left: 40px;
  }

  .menu ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 46px;
      list-style: none;
      margin: 0;
      padding-right: 50px;
  }

  .menu a {
    font-family: 'Inter_Regular';
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;
  }

  .menu a:hover {
    color: #19A5FF;
  }

  .btn-menu {
    font-family: 'Inter_SemiBold' !important;
    font-size: 15px !important;
    color: #fff;
    width: 206px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    z-index: 1;
    text-decoration: none;
  }

  .btn-menu:hover{
    color: #fff !important;
  }

  .btn-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0C72B3;
    border-radius: 25px;
    z-index: -1;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .btn-menu:hover::before {
    transform: scale(1.08);
  }

  .header_conteudo {
    position: relative;
    top: -25px;
    width: 100%;
    min-height: 780px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .header_conteudo_interna{
    position: relative;
    top: -25px;
    width: 100%;
    height: 196px;
    background-repeat: no-repeat;
  }

  .texto_header{
    margin-bottom: 20px;
  }

  .overlay_imagem {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1.00) 0%,
        rgba(255, 255, 255, 0.05) 150%
    );
    z-index: 2;
  }

  .video_fundo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .overlay_video {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1.00) 0%,
        rgba(255, 255, 255, 0.05) 60%
    );
    z-index: 2;
  }

  .header_conteudo .container {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
  }

  .header_conteudo .conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 1031px;
    height: 263px;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .header_conteudo .conteudo .texto_header h2{
    font-family: 'Inter_Bold';
    font-size: 30px;
    color: #143076;
    text-align: center;
  }

  .header_conteudo .conteudo .texto_header p{
    font-size: 20px;
    color: #143076;
    text-align: center;
    line-height: 24px;
  }

  .botao_header a {
    font-family: 'Inter_SemiBold';
    font-size: 16px;
    color: #fff;
    width: 327px;
    height: 48px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    z-index: 1;
    text-decoration: none;
  }

  .botao_header a:hover{
    color: #fff !important;
  }

  .botao_header a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #05387E;
    border-radius: 25px;
    z-index: -1;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .botao_header a:hover::before {
    transform: scale(1.05);
  }

  .menu_mobile_btn {
      display: none;
      width: 42px;
      height: 34px;
      border: none;
      background: transparent;
      padding: 0;
      cursor: pointer;
      position: relative;
      z-index: 20;
  }

  .menu_mobile_btn span {
      width: 100%;
      height: 4px;
      background: #fff;
      border-radius: 10px;
      display: block;
      margin-bottom: 7px;
      transition: 0.3s ease;
  }

  .menu_mobile_btn span:last-child {
      margin-bottom: 0;
  }

  .menu_mobile_btn.ativo span:nth-child(1) {
      transform: translateY(11px) rotate(45deg);
  }

  .menu_mobile_btn.ativo span:nth-child(2) {
      opacity: 0;
  }

  .menu_mobile_btn.ativo span:nth-child(3) {
      transform: translateY(-11px) rotate(-45deg);
  }
/* /HEADER */

/* FX1 */
  .fx1 {
    background: #F8F8FB;
    margin-top: -25px;
    padding-top: 70px;
    padding-bottom: 110px;
    overflow: hidden;
  }

  .fx1 .container {
      max-width: 1160px;
      margin: 0 auto;
  }

  .fx1_topo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 45px;
  }

  .fx1_topo h1 {
      font-family: 'Inter_Bold';
      font-size: 50px;
      line-height: 1.1;
      color: #143076;
      margin: 0;
  }

  .fx1_nav {
      display: flex;
      align-items: center;
      gap: 32px;
  }

  .fx1_nav button {
      width: 55px;
      height: 55px;
      border: none;
      background: transparent;
      color: #143076;
      transition: 0.3s ease;
  }

  .fx1_nav button:hover {
    filter: brightness(1.5) saturate(1.5);
  }

  .carousel_servicos .owl-stage-outer {
      overflow: visible;
  }

  .card_servico {
      color: #143076;
  }

  .card_img {
      width: 370px;
      height: 330px;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
  }

  .card_img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 35%,
          rgba(255, 255, 255, 0.95) 85%
      );
  }

  .card_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .card_titulo {
      margin-top: -58px;
      padding-left: 18px;
      padding-right: 5px;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .card_titulo h3 {
      font-family: 'Inter_Bold', sans-serif;
      font-size: 25px;
      line-height: 1.1;
      color: #143076;
      margin: 0;
  }

  .card_titulo span {
      width: 45px;
      height: 45px;
      background: #143076;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: transform 0.3s ease;
      flex-shrink: 0;
  }

  .card_titulo span::before,
  .card_titulo span::after {
      content: "";
      position: absolute;
      background: #fff;
      border-radius: 10px;
  }

  .card_titulo span::before {
      width: 19px;
      height: 5px;
  }

  .card_titulo span::after {
      width: 5px;
      height: 19px;
  }

  .card_titulo span:hover{
    transform: rotate(90deg);
    background: #0C72B3;
  }

  .card_servico ul {
    margin: 35px 0 0;
    padding-left: 22px;
    color: #143076;
  }

  .card_servico li {
    font-size: 15px;
    line-height: 18px;
  }
/* /FX1 */

/* FX2 */
  .fx2{
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 47px;
    padding-bottom: 83px;
  }

  .fx2 .titulo_fx2 h1{
    font-family: 'Inter_Bold';
    font-size: 50px;
    line-height: 1.1;
    color: #143076;
    margin: 0;
    margin-bottom: 23px;
  }

  .fx2 .texto_fx2{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .fx2 .texto_fx2 p{
    font-size: 15px;
    color: #143076;
    line-height: 18px;
    text-align: justify;
  }

  .fx2 .imagem_certificado_fx2{
    width: 270px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }

  .fx2 .imagem_certificado_fx2 img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fx2 .botao_fx2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #143076;
    font-size: 18px;
    font-family: 'Inter_SemiBold';
    color: #fff;
    width: 270px;
    height: 60px;
    border-radius: 50px;
    transition: all 0.4s;
  }

  .fx2 .botao_fx2 a:hover{
    background-color: #0C72B3;
  }
/* /FX2 */

/* FX3 */
  .fx3{
    background-color: #F8F8FB;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .titulo_fx3{
    margin-bottom: 50px;
  }

  .titulo_fx3 h1{
    font-family: 'Inter_Bold';
    font-size: 50px;
    color: #143076;
  }

  .titulo_fx3 p{
    font-family: 'Inter_Bold';
    font-size: 15px;
    color: #143076;
  }

  .conteudo_fx3{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }

  .conteudo_fx3 .terceirizacao{
    display: flex;
    gap: 30px;
    align-items: center;
  }

  .conteudo_fx3 .terceirizacao p{
    font-size: 16px;
    color: #143076;
    text-align: justify;
    line-height: 19px;
    margin-bottom: 0px;
  }

  .botao_fx3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #143076;
    font-size: 16px;
    font-family: 'Inter_SemiBold';
    color: #fff;
    width: 370px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
  }

  .botao_fx3 a:hover{
    background-color: #0C72B3;
  }

  .imagem1_fx3,
  .imagem2_fx3{
    border-radius: 10px;
    margin-top: 120px;
  }

  .imagem2_fx3{
    margin-top: 250px;
  }
/* /FX3 */

/* FX4 */
  .fx4 {
    background: #fff;
    padding: 70px 0;
  }

  .fx4 .container {
    width: 100%;
    max-width: 1238px;
    margin: 0 auto;
  }

  .fx4 h2 {
    font-family: 'Inter_Bold';
    font-size: 30px;
    color: #143076;
    text-align: center;
    margin: 0 0 35px;
  }

  .fx4_lista {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 31px;
  }

  .fx4_item {
    width: 100%;
    min-height: 82px;
    background: rgba(20, 48, 118, 0.92);
    border-radius: 16px;
    padding: 18px 24px 18px 20px;
    display: flex;
    align-items: center;
    gap: 17px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 0;
    cursor: pointer;
    text-align: left;
  }

  .fx4_item:hover {
    background: #636E88;
    transform: translateY(-2px);
  }

  .fx4_bolinha {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #959EB5;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .fx4_item p {
    font-family: 'Inter_Light';
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
  }

  .fx4_popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .fx4_popup.active {
    display: flex;
  }

  .fx4_popup_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
  }

  .fx4_popup_content {
    position: relative;
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 18px;
    padding: 34px;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  }

  .fx4_popup_close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: transparent;
    border: 0;
    font-size: 34px;
    line-height: 1;
    color: #143076;
    cursor: pointer;
  }

  .fx4_popup_content h3 {
    font-family: 'Inter_Bold';
    font-size: 26px;
    color: #143076;
    margin: 0 0 12px;
  }

  .fx4_popup_texto {
    font-family: 'Inter_Light';
    font-size: 16px;
    line-height: 24px;
    color: #636E88;
    margin: 0 0 22px;
  }

  .fx4_form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .fx4_form input,
  .fx4_form textarea {
    width: 100%;
    border: 1px solid #d8dce6;
    border-radius: 10px;
    padding: 14px 16px;
    font-family: 'Inter_Light';
    font-size: 15px;
    color: #143076;
    outline: none;
  }

  .fx4_form input:focus,
  .fx4_form textarea:focus {
    border-color: #143076;
  }

  .fx4_form button {
    border: 0;
    border-radius: 10px;
    background: #143076;
    color: #fff;
    font-family: 'Inter_Bold';
    font-size: 16px;
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .fx4_form button:hover {
    background: #636E88;
  }

  @media (max-width: 767px) {
    .fx4_lista {
      grid-template-columns: 1fr;
    }

    .fx4_popup_content {
      padding: 28px 22px;
    }
  }
/* /FX4 */

/* FX5 */
  .fx5 {
      background: #fff;
      padding: 25px 0 65px;
      overflow: hidden;
  }

  .fx5 .container {
      width: 100%;
      max-width: 1420px;
      margin: 0 auto;
  }

  .fx5 h2 {
      font-family: 'Inter_SemiBold', sans-serif;
      font-size: 29px;
      color: #143076;
      text-align: center;
      margin: 0 0 30px;
  }

  .carousel_clientes {
      width: calc(100% + 260px);
      margin-bottom: 45px;
  }

  .carousel_clientes_topo {
      margin-left: -160px;
  }

  .carousel_clientes_baixo {
      margin-left: -20px;
      margin-bottom: 0;
  }

  .carousel_clientes .owl-stage {
      display: flex;
      align-items: center;
  }

  .carousel_clientes .owl-stage-outer {
      overflow: visible;
  }

  .carousel_clientes .owl-stage-outer .item{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo_cliente {
      width: 150px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .logo_cliente img {
      max-width: 150px;
      max-height: 150px;
      width: auto !important;
      height: auto;
      object-fit: contain;
      display: block;
      transition: transform 0.3s ease, filter 0.3s ease;
  }
/* /FX5 */

/* FOOTER */
  .footer{
    background: #143076;
    padding: 45px 0 28px;
    color: #fff;
  }

  .footer .container{
    margin: 0 auto;
  }

  .footer_conteudo{
    display: flex;
    align-items: flex-start;
  }

  .footer_logo {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .logo_footer {
      width: 270px;
      height: auto;
      display: block;
      margin-bottom: 14px;
  }

  .certificacoes {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
  }

  .certificacoes img{
      width: 268px;
      height: auto;
      display: block;
  }

  .footer h3 {
      font-family: 'Inter_Bold';
      font-size: 25px;
      color: #fff;
      margin: 20px 0 40px;
      letter-spacing: 0.5px;
  }

  .footer_links {
      display: grid;
      grid-template-columns: 1fr 1.25fr;
      gap: 45px;
  }

  .footer_links ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .footer_links li {
      margin-bottom: 13px;
  }

  .footer_links a {
      font-family: 'Inter_Regular';
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      transition: opacity 0.3s ease;
  }

  .footer_contato ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer_contato ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 11px;
  }

  .footer_contato ul li a{
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .footer_contato ul li img {
      width: 20px;
      height: 20px;
      margin-top: 2px;
  }

  .footer_contato ul li span {
    font-family: 'Inter_Regular';
    font-size: 15px;
    color: #fff;
  }

  .footer_linha {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    margin: 22px 0 28px;
  }

  .footer_bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .footer_bottom p {
      font-family: 'Inter_Regular';
      font-size: 14px;
      color: #fff;
      margin: 0;
  }

  .kryzalis {
      display: flex;
      align-items: center;
      gap: 14px;
  }

  .kryzalis span {
      font-family: 'Inter_Regular';
      font-size: 14px;
      color: #fff;
  }

  .kryzalis img {
      width: 50px;
      height: auto;
      display: block;
      margin-bottom: 12px;
  }
/* /FOOTER */

/* MEDIA */
  @media (max-width: 1199px) {
    .fx2 .titulo_fx2 h1{
      font-size: 43px;
    }

    .imagem2_fx3{
      margin-top: 500px;
    }

    .card_titulo{
      padding-right: 70px;
    }

    .footer .container {
      max-width: calc(100% - 40px);
    }

    .footer_conteudo {
      grid-template-columns: 160px 1fr 300px;
      gap: 30px;
    }
  }

  @media (max-width: 1120px){
    .menu ul{
      gap: 25px;
      padding-right: 5px;
    }

    .imagem2_fx3{
      position: relative;
      right: 242px;
    }

    .footer_conteudo{
      gap: 10px;
    }
  }

  @media (max-width: 991px) {
    .header{
      padding-top: 0px;
    }

    .header-top {
        display: none;
    }

    .header-menu {
        height: auto;
        padding: 15px 0;
        background: #143076;
        position: relative;
        z-index: 999;
    }

    .menu ul{
      width: 290px;
    }

    .header_conteudo .conteudo{
      height: 350px;
    }

    .header_conteudo .conteudo .texto_header h2{
      font-size: 25px;
    }

    .header_conteudo .conteudo .texto_header p{
      font-size: 16px;
    }

    .menu-wrapper {
      height: auto;
    }

    .menu {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: transparent;
        border-radius: 0;

        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .menu ul{
      padding-right: 20px;
    }

    .menu .logo {
        position: relative;
        left: auto;
        top: auto;
        z-index: 20;
    }

    .menu .logo img {
        width: 120px;
        height: auto;
    }

    .menu_mobile_btn {
        display: block;
    }

    .menu_lista {
        position: absolute;
        top: calc(100% + 15px);
        right: 0;
        width: 100%;

        background: #143076;
        border-radius: 0 0 18px 18px;
        padding: 25px 20px;

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;

        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
        transition: 0.3s ease;
        z-index: 15;
    }

    .menu_lista.ativo {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .menu_lista li {
        width: 100%;
        text-align: center;
    }

    .menu_lista li a {
        width: 100%;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 16px;
    }

    .menu_lista .btn-menu {
        width: 100%;
        max-width: 260px;
        margin: 5px auto 0;
    }

    .item{
      display: flex;
      justify-content: center;
    }

    .card_titulo{
      padding-right: 15px;
    }

    .card_servico{
      display: flex;
      flex-direction: column;
      width: 370px;
    }

    .fx1_topo{
      flex-direction: column;
      gap: 25px;
    }

    .fx1_topo h1{
      font-size: 26px;
    }

    .fx2{
      background-image: none !important;
      text-align: center;
    }

    .fx2 .texto_fx2 p{
      text-align: center;
    }

    .fx2 .imagem_certificado_fx2{
      margin-left: auto;
      margin-right: auto;
    }

    .fx2 .botao_fx2 a{
      margin-left: auto;
      margin-right: auto;
    }

    .fx3{
      text-align: center;
    }

    .conteudo_fx3 .terceirizacao{
      flex-direction: column;
      p{
        text-align: center;
      }
    }

    .botao_fx3 a{
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px;
    }

    .imagem1_fx3, .imagem2_fx3{
      margin-top: 0px;
    }

    .imagem2_fx3{
      margin-top: 0px;
      right: 0px;
    }

    .fx4_lista {
      grid-template-columns: 1fr;
    }

    .fx4 .container {
      max-width: calc(100% - 40px);
    }

    .footer{
      padding-bottom: 95px;
    }

    .footer h3{
      text-align: center;
    }

    .footer_contato ul{
      align-items: center;
    }

    .footer_contato ul li{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .footer_conteudo {
      flex-direction: column;
      align-items: center;
    }

    .footer_links {
      grid-template-columns: 1fr 1fr;
      text-align: left;
      max-width: 500px;
      margin: 0 auto;
    }

    .footer_contato {
      max-width: 420px;
      margin: 0 auto;
      text-align: left;
    }

    .footer_bottom {
      flex-direction: column;
      gap: 15px;
      text-align: center;
    }
  }

  @media (max-width: 480px) {
    .header_conteudo .conteudo{
      max-width: 100%;
      width: 385px;
      padding-left: 40px;
      padding-right: 40px;
    }

    .imagem1_fx3{
      margin-bottom: 25px;
    }

    .botao_fx3 a{
      width: 100%;
    }

    .fx4 {
      padding: 50px 0;
    }

    .fx4 h2 {
      font-size: 26px;
    }

    .fx4_item {
      min-height: auto;
      padding: 18px;
      align-items: flex-start;
    }

    .fx4_item p {
      font-size: 16px;
    }

    .fx4_bolinha {
      width: 18px;
      height: 18px;
      margin-top: 2px;
    }

    .carousel_clientes_topo{
      margin-left: 38px;
    }

    .carousel_clientes_baixo{
      margin-left: 38px;
    }

    .footer_links{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
  }

  @media(max-width: 320px){
    .header_conteudo .conteudo{
      height: 405px;
    }

    .card_img{
      width: 300px;
    }

    .botao_header a{
      width: 250px;
    }

    .titulo_fx3 h1{
      font-size: 40px;
    }

    .logo_cliente {
        width: 120px;
        height: 120px;
    }

    .logo_cliente img {
        max-width: 110px;
        max-height: 110px;
    }

    .carousel_clientes_topo, .carousel_clientes_baixo {
        margin-left: 0 !important;
        width: 100% !important;
    }
  }
/* /MEDIA */

/* FX1 SOBRE */
  .fx1_sobre{
    background-color: #F8F8FB;
    margin-top: -25px;
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .texto_fx1_sobre h2{
    font-family: 'Inter_Bold';
    font-size: 30px;
    color: #143076;
    margin-bottom: 33px;
    margin-top: 0px;
  }

  .texto_fx1_sobre p,
  .texto_fx1_sobre ul li{
    font-size: 15px;
    color: #143076;
    line-height: 18px;
  }

  .texto_fx1_sobre p{
    margin-bottom: 18px;
  }

  .texto_fx1_sobre ul{
    padding-left: 25px;
  }
/* /FX1 SOBRE */

/* FX2 SOBRE */
  .fx2_sobre{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo_fx2_sobre{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .conteudo_fx2_sobre .objetivos{
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }

  .imagem_objetivos_sobre{
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .imagem_objetivos_sobre img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .texto_objetivos_sobre h2{
    font-family: 'Inter_Bold';
    font-size: 30px;
    color: #143076;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .texto_objetivos_sobre p,
  .texto_objetivos_sobre ul li{
    font-size: 15px;
    color: #143076;
    line-height: 18px;
  }

  .texto_objetivos_sobre p{
    padding-right: 10px;
  }

  .texto_objetivos_sobre ul{
    padding-left: 25px;
  }
/* /FX2 SOBRE */

/* MEDIAS SOBRE */
  @media(max-width: 991px){

    .imagem_fx1_sobre{
      text-align: center;
      margin-bottom: 25px;
    }

    .texto_fx1_sobre{
      text-align: center;
    }

    .texto_fx1_sobre ul li{
      text-align: left;
    }
  }

  @media(max-width: 425px){
    .imagem_fx1_sobre img{
      width: 100%;
    }

    .conteudo_fx2_sobre .objetivos{
      flex-direction: column;
      align-items: center;
    }

    .texto_objetivos_sobre{
      text-align: center;
    }

    .texto_objetivos_sobre ul{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
/* /MEDIAS SOBRE */

/* FX1 SERVIÇOS */
  .fx1_servicos{
    padding: 20px 0 40px;
  }

  .fx1_servicos h1 {
    font-family: 'Inter_Bold';
    font-size: 50px;
    line-height: 1.1;
    color: #143076;
    margin: 0;
    margin-bottom: 23px;
  }

  .titulo_fx1_servicos h2{
    font-family: 'Inter_Bold';
    font-size: 30px;
    color: #143076;
    margin-bottom: 40px;
  }

  .fx1_servicos .row{
    display: flex;
    flex-wrap: wrap;
  }

  .fx1_servicos .row .col-lg-4{
    margin-bottom: 60px;
  }
/* /FX1 SERVIÇOS */

/* FX2 SERVIÇOS */
  .fx2_servicos{
    background-color: #F8F8FB;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .titulo_fx2_servicos h2{
    font-family: 'Inter_Bold';
    font-size: 30px;
    color: #143076;
    text-align: center;
    margin-bottom: 30px;
  }

  .texto_fx2_servicos{
    display: flex;
    flex-direction: column;
  }

  .texto_fx2_servicos h2{
    font-family: 'Inter_Bold';
    font-size: 30px;
    color: #143076;
    margin-top: 20px;
  }

  .texto_fx2_servicos p,
  .texto_fx2_servicos li{
    color: #143076;
    font-size: 15px;
    line-height: 18px;
  }
/* /FX2 SERVIÇOS */

/* MEDIA SERVIÇOS */
  @media(max-width: 1199px){
    .titulo_fx1_servicos h2{
      text-align: center;
    }

    .fx1_servicos .row{
      align-items: center;
      justify-content: center;
    }

    .fx1_servicos .row .col-md-5{
      margin-bottom: 40px;
    }

    .fx1_servicos .row .card_titulo{
      padding-right: 10px;
    }


  }

  @media(max-width: 425px){
    .fx1_servicos .card_img{
      width: 100%;
    }

    .fx1_servicos .card_servico{
      width: 100%;
    }
  }
/* /MEDIA SERVIÇOS */

/* SINGLE SERVIÇOS */
  .header .overlay_imagem h2{
    font-family: 'Inter_Bold';
    color: #143076;
    text-align: center;
    margin-top: 100px;
  }

  .fx_servico_single{
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .fx_servico_single .col-lg-6{
    min-height: 407px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .imagem_single{
    width: 570px;
    height: 407px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .imagem_single img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .texto_single h3{
    font-size: 25px;
    font-family: 'Inter_Bold';
    color: #143076;
    margin-top: 0px;
    margin-bottom: 17px;
    line-height: 30px;
  }

  .texto_single ul{
    padding-left: 25px;
  }

  .texto_single p{
    margin-bottom: 18px;
  }

  .texto_single p,
  .texto_single li{
    font-size: 15px;
    color: #143076;
    line-height: 18px;
  }

  .botao_single a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #143076;
    font-size: 18px;
    font-family: 'Inter_SemiBold';
    color: #fff;
    width: 370px;
    height: 60px;
    border-radius: 50px;
    transition: all 0.4s;
  }

  .botao_single a:hover{
    background-color: #0C72B3;
  }
/* /SINGLE SERVIÇOS */

/* MEDIA SINGLE */
  @media(max-width: 1199px){
    .fx_servico_single .col-lg-6{
      align-items: center;
      text-align: center;
    }

    .imagem_single img{
      margin-bottom: 50px;
    }

    .texto_single ul{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }

  @media(max-width: 600px){
    .fx_servico_single .col-lg-6{
      height: 100%;
    }

    .imagem_single{
      width: 100%;
      height: auto;
    }

    .texto_single{
      margin-bottom: 20px;
    }

    .botao_single a{
      width: 270px;
    }
  }
/* /MEDIA SINGLE */

/* FX PRODUTOS */
  .fx_produtos{
    padding-bottom: 15px;
  }

  .fx_produtos .row{
    display: flex;
    flex-wrap: wrap;
  }

  .titulo_fx_produtos h2{
    font-family: 'Inter_Bold';
    font-size: 30px;
    color: #143076;
    margin-bottom: 40px;
  }

  .card_produtos {
    width: 270px;
    height: 241px;
    position: relative; /* necessário para o overlay */
    margin-bottom: 66px;
    border-radius: 15px;
    overflow: hidden;
  }

  .card_produtos img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .card_produtos::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%; /* altura do degradê */
      background: linear-gradient(to top, #fff 18%, rgba(255,255,255,0) 100%);
      pointer-events: none; /* não interfere no hover ou clique */
  }

  .card_produtos h3 {
      position: absolute;
      bottom: 5px; /* ajusta a posição do título dentro do degradê */
      width: 100%;
      text-align: center;
      font-family: 'Inter_Bold';
      font-size: 25px;
      color: #143076;
      margin: 0;
      z-index: 2;
  }

  .card_produtos p{
    width: 100%;
    text-align: center;
    font-family: 'Inter_Bold';
    font-size: 25px;
    color: #143076;
    margin-top: -10px;
  }
/* /FX PRODUTOS */

/* MEDIA PRODUTOS */
  @media(max-width: 1199px){
    .fx_produtos .row{
      justify-content: center;
    }
  }

  @media(max-width: 991px){
    .titulo_fx_produtos h2{
      text-align: center;
    }
  }
/* /MEDIA PRODUTOS */

/* FX CONTATO */
  .fx_contato{
    padding-top: 70px;
  }

  .form_contato,
  .redes_contato{
    padding-bottom: 40px;
  }

  .form_contato {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .form_contato p{
    margin: 5px 14px 14px 14px;
  }

  .form_contato input,
  .form_contato textarea {
      width: 100%;
      height: 34px;
      padding: 7px 16px;
      border: 1px solid #ccc;
      border-radius: 25px;
      font-family: 'Inter_Regular';
      font-size: 13px;
      outline: none;
      transition: border 0.3s ease;
      color: #000;
  }

  .form_contato input:focus,
  .form_contato textarea:focus {
      border: 1px solid #143076;
  }

  .form_contato input::placeholder,
  .form_contato textarea::placeholder {
      color: #000;
      opacity: 1;
  }

  .form_contato textarea {
      min-height: 166px;
      resize: vertical;
  }

  .botao_contato{
    display: flex;
    align-items: center;
    gap: 25px;
  }

  .form_contato .btn_enviar {
      background: #143076;
      color: #fff;
      font-family: 'Inter_SemiBold';
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 170px;
      height: 60px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      transition: background 0.3s ease, transform 0.2s ease;
  }

  .form_contato .btn_enviar:hover {
      background: #0C72B3;
  }

  .form_contato .info_obrigatorio {
      font-family: 'Inter_Regular', sans-serif;
      font-size: 13px;
      color: #143076;
      margin-bottom: 39px;
  }

  .texto_contato h2{
    font-family: 'Inter_Bold';
    color: #143076;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .texto_contato p{
    font-size: 15px;
    color: #143076;
    margin-bottom: 45px;
  }

  .redes_contato ul{
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .redes_contato ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    color: #143076;
    img{
      margin-top: 2px;
    }
  }

  .mapa{
    width: 100%;
    height: 398px;
  }

  .mapa iframe{
    width: 100%;
    height: 398px;
  }
/* /FX CONTATO */

/* MEDIA CONTATO */
  @media(max-width: 425px){
    .texto_contato{
      text-align: center;
    }

    .redes_contato ul{
      align-items: center;
    }

    .redes_contato ul li{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
/* /MEDIA CONTATO */

/* BLOG */
  .blogsubtit{
    color: #143076;
    font-family: 'Inter_ExtraBold';
  }

  .titulo_blog h2{
    font-size: 30px;
    color: #143076;
    font-family: 'Inter_Bold';
    margin-bottom: 50px;
  }

  .buscar{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 78px;
  }

  .btn-custom {
    display: flex;
    align-items: center;
    background-color: #05387E;
    border-radius: 3px;
    border: none;
    padding: 10px;
  }

  .categoria{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 14px 10px;
  }

  .categoria a{
    padding-bottom: 0px !important;
  }

  .post-cat{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 35px;
    font-family: 'Inter_Bold';
    font-size: 13px;
    line-height: 1.3;
    color: #FFFFFF !important;
    background-color: #05387E;
    border-radius: 5px;
    transition: all .3s ease;
    padding-bottom: 0px !important;
  }

  .post{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border-bottom: 1px solid #CBCBCB;
    transition: all .3s ease;
  }

  .post a{
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .post .post-cat:hover{
    background-color: #0C72B3 !important;
  }

  .post .postagem{
    display: flex;
    gap: 20px;
  }

  .post .texto_post{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .post .texto_post .postautor{
    font-family: 'Inter_Regular';
    font-size: 13px;
    color: #143076;
    border-bottom: 1px solid #CBCBCB;
  }

  .post .texto_post .post-resumo{
    font-family: 'Inter_Regular';
    font-size: 16px;
    color: #143076;
    line-height: 25px;
  }

  .post h2{
    font-size: 24px;
    font-family: 'Inter_ExtraBold';
    color: #143076;
  }

  .post a:hover .titulo_post h2{
    color: #0C72B3 !important;
  }

  .titulo_post h2{
    margin-bottom: 30px;
    transition: all .3s ease;
  }

  .post .postagem img{
    width: 371px;
    height: 237px;
    border-radius: 20px;
  }

  .sidebarcategoria{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #05387E;
    border-radius: 5px;
    transition: 0.3s;
    padding: 11px 10px;
    margin-bottom: 10px;
  }

  .sidebarcategoria:hover{
    background-color: #0C72B3 !important;
  }

  .scimg{
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    margin-right: 15px;
  }

  .sctxt{
    color: #fff;
  }

  .wp-pagenavi{
    display: flex;
  }

  .wp-pagenavi span, .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 0px 10px 0px 10px;
  }

  .wp-pagenavi span.current{
    background: #05387E;
  }

  .wp-pagenavi .nextpostslink{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .wp-pagenavi .previouspostslink{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lista-posts,
  .sidebar{
    padding-top: 30px;
  }

  .lista-posts{
    color: #143076;
    padding-bottom: 40px;
  }

  .lista-posts h1{
    font-size: 24px;
    font-family: 'Inter_ExtraBold';
    margin-bottom: 20px;
  }

  .lista-posts .postautor{
    font-family: 'Inter_Regular';
    font-size: 13px;
    color: #143076;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 15px;
  }

  .lista-posts .post{
    border-bottom: 0px;
    margin-bottom: 0px;
  }

  .lista-posts .post .editor img {
    width: 871px;
    height: 514px;
    border-radius: 20px;
  }

  .lista-posts h3{
    font-size: 24px;
    color: #143076;
    font-family: 'Inter_ExtraBold';
    margin-bottom: 12px;
  }

  .lista-posts .linkartigo{
    font-size: 17px;
    font-family: 'Inter_Bold';
    line-height: 20px;
  }

  .lista-posts .linkartigo:hover{
    color: #0C72B3 !important;
  }

  .lista-posts .img-responsive{
    border-radius: 10px;
    margin-bottom: 5px;
  }

/* /BLOG */

/* MEDIA BLOG */
  @media(max-width: 991px){
    .blog03 .row{
      display: flex;
      flex-direction: column-reverse;
    }
  }

  @media(max-width: 768px){
    .post .postagem{
      flex-wrap: wrap;
    }
  }
/* /MEDIA BLOG */

/* 404 */
  .pg-404 {
    background: #F8F8FB;
    height: 100%;
    padding: 90px 0 110px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: -25px;
  }

  .pg-404::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(12, 114, 179, 0.08);
    border-radius: 50%;
    top: -160px;
    right: -120px;
  }

  .pg-404::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(20, 48, 118, 0.08);
    border-radius: 50%;
    bottom: -130px;
    left: -90px;
  }

  .pg-404 .container {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    border-radius: 24px;
    padding: 70px 40px;
  }

  .pg-404 h1 {
    font-family: 'Inter_ExtraBold';
    font-size: 150px;
    line-height: 0.9;
    color: #143076;
    margin: 0 0 20px;
    letter-spacing: -8px;
  }

  .pg-404 h2 {
    font-family: 'Inter_Bold';
    font-size: 32px;
    line-height: 1.2;
    color: #143076;
    margin: 0 0 18px;
  }

  .pg-404 .editor {
    font-family: 'Inter_Regular';
    font-size: 17px;
    line-height: 1.6;
    color: #143076;
    max-width: 560px;
    margin: 0 auto;
  }

  .pg-404 .editor a {
    font-family: 'Inter_SemiBold';
    color: #0C72B3 !important;
    text-decoration: none;
    position: relative;
  }

  .pg-404 .editor a:hover {
    color: #143076 !important;
    text-decoration: underline !important;
  }

  /* Botão visual no link de voltar */
  .pg-404 .editor a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #143076;
    color: #fff !important;
    min-width: 170px;
    height: 46px;
    border-radius: 50px;
    margin-top: 18px;
    padding: 0 24px;
    transition: all 0.3s ease;
  }

  .pg-404 .editor a:hover {
    background: #0C72B3;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
  }

  /* MEDIA 404 */
  @media (max-width: 991px) {
    .pg-404 {
      min-height: auto;
      padding: 70px 20px 90px;
    }

    .pg-404 .container {
      padding: 55px 30px;
    }

    .pg-404 h1 {
      font-size: 115px;
    }

    .pg-404 h2 {
      font-size: 26px;
    }
  }

  @media (max-width: 480px) {
    .pg-404 {
      padding: 50px 15px 70px;
    }

    .pg-404 .container {
      padding: 45px 22px;
      border-radius: 18px;
    }

    .pg-404 h1 {
      font-size: 82px;
      letter-spacing: -4px;
    }

    .pg-404 h2 {
      font-size: 22px;
    }

    .pg-404 .editor {
      font-size: 15px;
    }

    .pg-404 .editor a {
      width: 100%;
      max-width: 260px;
    }
  }
/* /404 */

/* CERTIFICADOS E LICENÇAS */
  .fx_certificados_licencas{
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .fx_certificados_licencas h2{
    font-family: 'Inter_Bold';
    font-size: 32px;
    line-height: 1.2;
    color: #143076;
    margin-bottom: 25px;
  }

  .card--mod-17 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5em;
    padding: 2rem 1rem;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(34, 34, 34, 0.10);
    border-radius: 5px;
    transition: .3s;
  }

  .card--mod-17 img{
    width: 34px;
    height: 34px;
  }

  .card--mod-17:hover {
    box-shadow: 0px 2px 5px rgba(34, 34, 34, 0.35);
  }

  .card {
    border-radius: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: .3s;
  }

  .card--mod-17 .card__title {
    font-size: 18px;
    color: #5c5c5c;
    text-transform: uppercase;
  }

  .card--mod-17 .card__btn {
    background-color: #ccc;
    color: #5c5c5c;
  }

  .card__btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    transition: .3s;
  }

  .card__btn:hover{
    background: #143076;
    color: #fff;
  }

  .grid-col-3 {
    display: grid;
    gap: 23px;
    grid-template-columns: repeat(3, 1fr);
  }
/* /CERTIFICADOS E LICENÇAS */

/* POLITICA DE QUALIDADE */
  .politica_de_qualidade{
    padding-bottom: 40px;
  }

  .texto_politica{
    color: #143076;
  }

  .texto_politica h1, h2, h3{
    font-family: 'Inter_Bold';
  }
/* /POLITICA DE QUALIDADE */

/*SINGLE PRODUTOS*/
  .single_produto {
    padding: 70px 0;
    background: #fff;
  }

  .single_produto_header {
    margin-bottom: 50px;
  }

  .single_produto_imagem {
    width: 100%;
    background: #f7f7f7;
    border-radius: 18px;
    padding: 35px;
    text-align: center;
    border: 1px solid #eee;
  }

  .single_produto_imagem img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }

  .single_produto_infos {
    padding-left: 20px;
  }

  .single_produto_categorias {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
  }

  .single_produto_categorias a {
    display: inline-block;
    padding: 7px 14px;
    background: rgba(255, 0, 0, 0.08);
    color: #FF0000;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
  }

  .single_produto_categorias a:hover {
    background: #FF0000;
    color: #fff;
  }

  .single_produto_infos h1 {
    margin: 0 0 20px;
    color: #1f1f1f;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
  }

  .single_produto_resumo {
    margin-bottom: 25px;
    color: #555;
    font-size: 17px;
    line-height: 1.7;
  }

  .single_produto_resumo p {
    margin: 0;
  }

  .single_produto_botoes {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .btn_produto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 26px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
  }

  .btn_whatsapp {
    background: #05387E;
    color: #fff!important;
    border: 2px solid #05387E;
  }

  .btn_whatsapp:hover {
    background: #FF5555;
    border-color: #FF5555;
    color: #fff;
  }

  .btn_pdf {
    background: transparent;
    color: #05387E;
    border: 2px solid #05387E;
  }

  .btn_pdf:hover {
    background: #FF0000;
    color: #fff;
  }

  .galeria__slide{
    width: 100%;
    min-height: 170px;
    max-height: 170px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .galeria__slide img{
    width: 100% !important;
    height: stretch;
    max-width: 270px;
    max-height: 170px;
    object-fit: cover;
    border-radius: 15px;
  }

  .single_produto_galeria .owl-nav{
    display: flex;
    justify-content: center;
    gap: 15px;

    margin-top: 15px;
  }

  .single_produto_galeria .owl-nav button{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border-radius: 50% !important;

    margin: 0px !important;
    padding: 0px !important;
  }

  .single_produto_galeria .owl-nav button:hover{
    background-color: #05387E !important;
  }

  .single_produto_galeria .owl-nav button:hover span{
    color: #FFFFFF;
  }

  .single_produto_galeria .owl-nav button span{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #05387E;

    aspect-ratio: 1/1;
  }

  .single_produto_conteudo {
    margin-top: 35px;
  }

  .single_produto_box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
  }

  .single_produto_box h2 {
    margin: 0 0 22px;
    color: #1f1f1f;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    position: relative;
    padding-bottom: 14px;
  }

  .single_produto_box h2::after {
    content: "";
    width: 55px;
    height: 4px;
    background: #FF0000;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .single_produto_texto {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
  }

  .single_produto_texto p {
    margin: 0 0 16px;
  }

  .single_produto_texto p:last-child {
    margin-bottom: 0;
  }

  .single_produto_texto ul,
  .single_produto_texto ol {
    margin: 0 0 18px 20px;
    padding: 0;
  }

  .single_produto_texto li {
    margin-bottom: 8px;
  }

  .single_produto_texto strong {
    color: #222;
  }

  .single_produto_texto a {
    color: #FF0000;
    font-weight: 700;
    text-decoration: none;
  }

  .single_produto_texto a:hover {
    color: #FF5555;
  }

  @media (max-width: 991px) {
    .single_produto {
      padding: 50px 0;
    }

    .single_produto_infos {
      padding-left: 0;
      margin-top: 30px;
    }

    .single_produto_infos h1 {
      font-size: 34px;
    }
  }

  @media (max-width: 575px) {
    .single_produto_imagem {
      padding: 22px;
      border-radius: 14px;
    }

    .single_produto_infos h1 {
      font-size: 28px;
    }

    .single_produto_botoes {
      flex-direction: column;
    }

    .btn_produto {
      width: 100%;
    }

    .single_produto_box {
      padding: 24px;
      border-radius: 14px;
    }

    .single_produto_box h2 {
      font-size: 24px;
    }
  }