 body, div, a, p, span, section, h1, h2, h3, h4, h5, h6, b, strong {
        font-family: "Schibsted Grotesk", sans-serif;
    }
    ul.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Schibsted Grotesk", sans-serif !important;
}

  nav.menu-bar.navbar.navbar-expand-lg {
      padding: 17px;
  }

    /* Top bar */
    .top-bar {
      background: #000;
      color: #fff;
      font-size: 14px;
      padding: 5px 0;
    }
    /* Busca moderna */
    .search-box {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 30px;
      padding: 4px 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }
    .search-box input {
      border: none;
      outline: none;
      padding: 6px 10px;
      border-radius: 30px;
      width: 160px;
    }

    .search-box button {
      border: none;
      background: none;
      color: #0073cf;
      font-size: 18px;
      margin-left: 5px;
    }
    /* Header */
    .header-main {
    background: linear-gradient(to bottom, #e4f2fe, #cee9ff);
      padding: 10px 0;
    }
        .equip-img img {
            position: absolute;
            right: 0;
            z-index: 10;
        }
        .row.align-items-center.text-center.text-md-start {
            position: relative;
        }
    /* .header-main .logo {
      height: 100px;
    } */

    .header-main .contacts h1 {
      font-family: 'Impact', sans-serif;
      font-size: 24px;
      margin-bottom: 5px;
    }
    .header-main .contacts {
      text-align: center;
      font-size: 16px;
    }
    /* Menu */
    .menu-bar {
      background: linear-gradient(to bottom, #0073cf, #005baa);
    }
    @media (max-width: 768px) {
      .header-main .contacts {
        text-align: center;
        margin: 20px 0;
      }
      .header-main .equip-img {
        margin-top: 20px;
      }
      .search-box input {
        width: 120px;
      }
    }

        .container {
  max-width: 1200px !important;
}
.footer-nikkey {
  background: #00468b; /* azul escuro base */
  background-image: url('URL-DA-TEXTURA-AZUL'); /* se quiser usar a textura */
  background-repeat: repeat;
  background-size: auto;
}
.footer-nikkey img {
  max-height: 60px;
}

.top-bar {
  background: #151515;
  padding: 5px 0;
  font-size: 14px;
}
.container.d-flex.justify-content-between.align-items-center.flex-wrap.gap-2 {
    position: relative;
}
.search-box {
    background: linear-gradient(to bottom, #0071cc, #005eae);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
    height: 140px;
    position: absolute;
    right: 0;
    padding-top: 90px;
    min-width: 260px;
    z-index: 9999;
}
form.search-box:before {
    content: "Buscar no site";
    position: absolute;
    top: 63px;
    font-size: 15px;
    transform: translateX(-50%);
    left: 50%;
}
.search-box input[type="text"] {
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 14px;
    width: 100%;
    outline: none;
}
.search-box button {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.search-box button i {
  color: #234ebd;
}
.search-box button {
    position: absolute;
    right: 15px;
}

.top-bar {
    height: 40px;
    display: flex
}
.container.d-flex.justify-content-between.align-items-center.flex-wrap.gap-2 {
    padding-bottom: 2px;
}
div#menuPrincipal li {
    min-width: 110px;
    text-align: center;
    padding: 0 25px;
}
ul.navbar-nav li {
    border-right: solid 1px #ffffff47;
}
ul.navbar-nav li:last-child {
    border-right: 0;
}
li.nav-item {
    position: relative;
}
div#menuPrincipal li:last-child:before {
    display: none;
}
li.nav-item a {
    color: #fff !important;
}
li.nav-item a:hover {
    color: #b2dcffff !important;
}
ul.list-unstyled {
    padding-left: 5px;
}
.page_nikkey h1,
.container.py-5 h1,
h2.text-center.text-success.mb-4 {
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 28px;
    color: #00692a !important;
}
.page_nikkey {
    min-height: 530px;
}
ul.menu-phone {
    padding-left: 0;
    margin-bottom: 3px;
    margin-top: 15px;
}
ul.menu-phone li {
  display: inline-block;
  margin: 0 5px;
}
.header-main i.fa-solid.fa-phone, i.fas.fa-map-marker-alt {
    font-size: 14px;
}
.contacts {
    color: #004683;
}
.header-main i.fab.fa-whatsapp {
    font-size: 21px;
    position: relative;
    bottom: -2px;
}
ul.menu-phone li {
    font-weight: 600;
    font-size: 19px;
    color: #004683;
}
.contacts img {
    margin-top: -6px;
}
.contacts p {
    margin-bottom: 0;
}
section.py-5 .border.text-center.p-3.h-100 {
    border-radius: 5px;
}
a.btn.btn-primary.btn-sm {
    background: #006cc4;
    border: 0;
    padding: 7px 15px;
    margin-bottom: 5px;
}
a.btn.btn-primary.btn-sm:hover {
    background: #005dae;
}
.contacts {
    padding-left: 0;
}
.top-text p {
    margin-bottom: 0;
}
ul.navbar-nav li a:hover {
    border-bottom: solid 2px #a4d6ff;
    padding-bottom: 11px;
}
.produtos-nikkey h1 {
    margin-bottom: 40px !important;
    text-align: center;
}
.produtos-nikkey p {
    margin-bottom: 4px;
}
p.text-danger.fw-bold {
    background: red;
    color: #fff !important;
    text-align: center;
    display: block;
    width: 125px;
    font-weight: 100 !important;
    padding: 8px;
    border-radius: 5px;
}
.produtos-nikkey h5 {
    font-weight: 600;
    color: #424242;
    margin-bottom: 10px;
    margin-top: 40px;
}
.nikkey-img {
    text-align: center;
}
.price {
    background: #00b600;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    font-size: 20px;
    width: auto;
    display: inline-block;
    border-radius: 5px;
}
.card {
    padding: 16px;
}
.card .card-body {
    padding: 5px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h5.card-title {
    margin-bottom: 22px;
    font-size: 18px;
}
.contact-prod {
    display: block;
    margin-top: 30px;
}
a.text-decoration-none.text-dark:hover .card {
    border: solid 1px #acacac;
}
a.text-decoration-none.text-dark:hover .price {
   background: #00ce00;
}
a.text-decoration-none.text-dark:hover p.text-danger.fw-bold {
   background: rgb(255, 67, 67);
}
.img-home {
    padding: 15px;
}
.img-home img {
    width: 212px;
}
.produtos-nikkey strong {
    font-size: 14px;
    color: #5c5c5c;
}
.card-body .price,
.card-body p.text-danger.fw-bold {
    position: absolute;
    bottom: 25px;
}
a.text-decoration-none.text-dark .card {
    min-height: 430px;
}
.card-body p.text-danger.fw-bold {
    bottom: 7px;
}
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #198754; /* verde */
  border-radius: 6px;
  color: #198754;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 500;
  min-width: 40px;
  text-align: center;
}

.pagination a:hover {
  background-color: #198754;
  color: #fff;
}

.pagination .current {
  background-color: #198754;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
padding: 7px;
}
.wpcf7 label {
   width: 100%; 
}
form.wpcf7-form.init {
    margin-bottom: 70px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 0;
    background: #008133;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 22px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #006c2b;
}
.wpcf7-response-output {
    margin-bottom: 50px;
}
.contact-infos {
    padding: 35px;
}
.explore {
    display: flex;
}
.explore span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin-top: -6px;
    font-size: 12px;
}
.explore a {
    text-decoration: none;
}
.explore {
    margin-right: 20px;
}
.div-fnk {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-f {
    padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .img-home img {
        width: 100%;
    }
    a.text-decoration-none.text-dark .card {
        min-height: 370px;
    }
}
@media(max-width: 1270px){
    .div-fnk {
    margin-bottom: 15px;
    }
    .logo-f {
        padding-top: 30px;
    }
    form.search-box {
        margin-right: 20px;
    }
    .equip-img img {
        margin-right: 10px;
    }
    .contacts {
      margin-left: -15px;
  }
  img.logo {
      display: block;
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 5px;
  }
  .contacts {
      padding-left: 0;
      margin-left: unset !important;
  }
  footer .d-flex.flex-column.flex-md-row.justify-content-center.align-items-center.gap-3 {
    display: block !important;
  }
  footer img.logo {
        margin-top: 0;
    }
    .equip-img img {
      bottom: -55px;
  }
}
@media(max-width: 991px){
  ul.navbar-nav li a:hover {
    border-bottom: unset;
    padding-bottom: unset;
}
  ul.navbar-nav li {
      border-right: 0;
  }
  button.navbar-toggler.ms-auto.bg-light:before {
    content: "MENU";
    position: absolute;
    right: 92px;
    color: #fff;
    top: 28px;
    font-weight: 500;
}
ul.navbar-nav li {
    padding: 15px !important;
}
button.navbar-toggler.ms-auto.bg-light,
button.navbar-toggler.ms-auto.bg-light.collapsed:focus,
button.navbar-toggler.ms-auto.bg-light.collapsed,
button:focus:not(:focus-visible) {
    box-shadow: unset !important;
    border: 0 !important;
}
div#menuPrincipal li:before {
    display: none;
}
ul.navbar-nav li {
    solid 1px #ffffff0d;
    background: #005090;
    margin-bottom: 5px;
    border-radius: 5px;
}
ul.navbar-nav li a {
    padding: 10px;
}
ul.navbar-nav {
    padding-top: 8px;
}
    .contacts {
        padding-left: 15px;
    }
  .contacts img,
  .equip-img img {
    display: none;
  }
  .search-box {
      height: auto;
      position: relative;
      padding-top: 35px;
      min-width: 100%;
      padding-bottom: 13px;
      margin-top: 20px;
  }
  footer img.logo {
      margin-bottom: 15px;
  }
  form.search-box:before {
      top: 8px;
      left: 63px;
  }
  img.logo {
    margin-top: 45px;
    margin-bottom: -20px;
  }
  form.search-box {
      margin-top: 21px;
  }
  .top-bar {
      height: 100px;
  }
  .top-text {
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: -10px;
      text-align: center;
  }
  .contacts {
      margin-bottom: 20px;
  }
  ul.menu-phone {
      margin-top: 35px;
  }
  .produtos-nikkey h1 {
        margin-bottom: 30px !important;
    }
}
@media(max-width: 768px) {
  ul.menu-phone {
      margin-top: 20px;
      margin-bottom: 0;
  }
  .header-main .contacts {
      margin-bottom: 0;
      margin: 0;
  }
  footer.footer-nikkey {
    padding-top: 0 !important;
    padding-bottom: 35px !important;
    }
    section.py-5 {
        padding-bottom: 25px !important;
    }
    .col-md-3 {
        margin-bottom: -10px;
    }
}
@media(max-width: 640px) {
    .top-bar {
        height: 130px;
    }
    ul.menu-phone li {
      display: block;
  }
}
@media(max-width: 355px) {
    img.logo {
        margin-top: 60px;
    }
}