@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem;
  }

}

@media (max-width: 767px) {

  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .footer_section .footer-info-box {
    flex-direction: column-reverse;
    padding-top: 15px;
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 420px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* JACY CABELEIREIRO - responsive.css mantido sem alteração de lógica. Este arquivo não possuía cores para conversão direta. */

/* ==========================================================================
   SERVIÇOS - 2 COLUNAS NO CELULAR
   Ajuste exclusivo da página .servicos-page-section.
   Mantém a estrutura PHP e o Bootstrap existentes.
   ========================================================================== */
@media (max-width: 575.98px) {
  .servicos-page-section > .container-fluid > .row {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .servicos-page-section > .container-fluid > .row > .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .servicos-page-section .box {
    width: 100% !important;
    height: 100%;
    margin-bottom: 12px;
  }

  .servicos-page-section .box .img-box {
    padding: 10px !important;
  }

  .servicos-page-section .box .img-box img {
    max-width: 100% !important;
    height: auto !important;
  }

  .servicos-page-section .detail-box {
    padding: 10px !important;
  }

  .servicos-page-section .detail-box h5 {
    font-size: 14px !important;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }
}

/* ==========================================================================
   PRODUTOS - 2 COLUNAS NO CELULAR
   Ajuste exclusivo da página .produtos-page-section.
   Mantém a estrutura PHP, paginação e Bootstrap existentes.
   ========================================================================== */
@media (max-width: 575.98px) {
  .produtos-page-section > .container-fluid > .row {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .produtos-page-section > .container-fluid > .row > .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .produtos-page-section .box {
    width: 100% !important;
    height: 100%;
  }

  .produtos-page-section .img-box {
    height: 150px !important;
    margin-bottom: 10px !important;
  }

  .produtos-page-section .img-box img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .produtos-page-section .detail-box {
    padding: 10px 8px !important;
  }

  .produtos-page-section .detail-box h5 {
    font-size: 13px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere;
  }

  .produtos-page-section .price {
    font-size: 13px !important;
  }

  .produtos-page-section .btn.btn-warning.btn-sm {
    font-size: 12px !important;
    padding: 7px 10px !important;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .produtos-page-section .img-box {
    height: 135px !important;
  }

  .produtos-page-section .detail-box h5,
  .produtos-page-section .price {
    font-size: 12px !important;
  }

  .produtos-page-section .btn.btn-warning.btn-sm {
    font-size: 11px !important;
    padding: 6px 8px !important;
  }
}

