@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .banner-content {
    flex-direction: row;
    padding: 0 20px;
  }

  .categories-section .container > div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .img-space {
    margin-top: 4rem !important;
    max-height: 40px !important;
    max-width: 90px !important;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }

  .img-space {
    margin-top: 4rem !important;
    max-height: 40px;
    max-width: 90px !important;
  }

  .detail-box h1 {
    font-size: 48px !important;
  }

  .detail-box p {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .banner-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .text-container {
    margin-top: 30px;
  }

  .text-container h1 {
    font-size: 32px !important;
  }

  .target_section_tree .detail-box {
    margin-bottom: 30px;
  }

  .map_section .row {
    flex-direction: column;
  }

  .map_section .col-md-6 {
    width: 100%;
  }

  .map_section_text {
    margin-top: 10px !important;
  }

  .content-container h2 {
    text-align: center !important;
    font-size: 32px !important;
  }

  .content-container span {
    text-align: center !important;
    font-size: 20px !important;
  }

  .button-container {
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }

  .detail-box h1 {
    font-size: 36px !important;
  }

  .detail-box p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .selo-container img {
    width: 180px;
    height: auto;
  }

  .target_section .detail-box {
    margin-bottom: 20px;
  }

  .target_section .detail-box div {
    flex-direction: column;
    text-align: center;
  }

  .target_section .detail-box span {
    margin-top: 10px;
  }

  .button-container {
    flex-direction: column;
    align-items: center;
  }

  .button-container button {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .categories-section .container > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .client_section .col-md-2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .detail-box h1 {
    font-size: 28px !important;
  }

  .detail-box p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .target_section_tree-title {
    font-size: 24px !important;
  }

  .target_section_tree-subtitle {
    font-size: 14px !important;
  }

  .categories-section h2 {
    font-size: 28px !important;
  }

  .categories-section .container > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .categories-section .container > div > div img {
    width: 64px;
    height: 64px;
  }

  .categories-section .container > div > div span {
    font-size: 14px !important;
  }

  .client_section h2 {
    font-size: 28px !important;
  }

  .carousel-item .row {
    flex-wrap: wrap;
  }

  .carousel-item .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .hero_area > div[style*="border: 1px solid"] {
    width: 90% !important;
  }
}

@media (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}

@media (max-width: 768px) {
  .slider_section {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 50px 15px;
  }

  .slider_section .detail-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .hero_area {
    height: auto;
    min-height: 100vh;
  }

  .container-buttom-home {
    display: flex;
    justify-content: center;
  }

  .banner-content {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .banner-bottom-content {
    padding: 60px 15px 50px;
    height: auto;
  }

  .banner-bottom-content .selo-container {
    margin-right: 0;
    margin-bottom: 220px;
  }

  .header_section .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .categories-section .container > div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .categories-section .container > div > div {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .hero_area {
    height: 120vh;
    background-color: #b5caee;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent),
      url(../images/bg-banner-home-mobile.png);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .hero_area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url(../images/gradient-home-mobile.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
  }

  .banner-bottom-content {
    position: relative;
    z-index: 2;
  }

  .selo-container {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 576px) {
  .slider_section h1 {
    font-size: 36px !important;
  }

  .slider_section p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .container-buttom-home {
    display: flex;
    justify-content: center;
  }

  .categories-section .container > div > div {
    width: 45%;
  }

  .target_section .detail-box {
    margin: 15px 0;
  }

  .target_section span {
    font-size: 16px;
    margin-left: 8px;
  }

  .map_section .content-container h2 {
    font-size: 28px !important;
    text-align: center !important;
  }

  .map_section .content-container span {
    text-align: center !important;
    display: block;
  }

  .map_section .button-container {
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
  }

  .map_section .button-container button {
    margin-bottom: 10px;
  }
}

.combined-section {
  background-color: #2c2a2a;
  position: relative;
  z-index: 2;
  padding-top: 32rem;
}

@media (max-width: 992px) {
  .banner-bottom-content {
    padding-top: 22rem;
    position: relative;
    z-index: 3;
  }

  .target_section_tree {
    padding-top: 30px;
  }

  .hero_area {
    position: relative;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .banner-bottom-content {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .target_section_tree .detail-box {
    margin-bottom: 40px;
  }

  .target_section_tree-title {
    font-size: 28px !important;
    text-align: center;
  }

  .target_section_tree-subtitle {
    font-size: 16px !important;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .banner-bottom-content {
    padding-top: 22rem;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
  }

  .categories-section .container > div {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .map_section .image-container img {
    max-width: 100%;
    height: auto;
  }

  .client_section .carousel-item .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .categories-section .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
  }

  .map_section .button-container button {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .target_section .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .target_section .col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .target_section .detail-box {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .target_section .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .map-section-btn-email {
    width: 100% !important;
    max-width: 85% !important;
    margin-bottom: 10px !important;
  }

  .map-section-btn-whats {
    width: 100% !important;
    max-width: 95% !important;
    margin-bottom: 10px !important;
  }

  .map_section .button-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .map-section-btn-email {
    width: 100% !important;
    max-width: 85% !important;
  }

  .map-section-btn-whats {
    width: 100% !important;
    max-width: 95% !important;
  }
}

@media (max-width: 768px) {
  .client_section .carousel-item .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .client_section .carousel-item .col-md-2:nth-child(n + 5) {
    display: none;
  }

  .client_section .carousel-item .col-md-2,
  .client_section .carousel-item .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .client_section .carousel-item .col-md-2:nth-child(odd),
  .client_section .carousel-item .col-4:nth-child(odd) {
    clear: left;
  }

  .client_section .carousel-item img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .client_section .carousel-item .col-md-2,
  .client_section .carousel-item .col-4 {
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .footer-logo-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #444;
    margin-bottom: 25px;
  }

  .footer-container {
    padding: 0px 20px !important;
    flex-direction: column;
  }

  .footer-logo {
    width: 120px !important;
    margin-bottom: 0 !important;
  }

  .footer-social-icons {
    margin-top: 0 !important;
    gap: 15px !important;
  }

  .footer-title {
    margin-top: 0px !important;
    font-size: 18px;
  }

  .footer-itens {
    margin-bottom: 25px;
    padding-top: 0px !important;
  }

  .footer-subitens {
    font-size: 14px;
  }

  .footer-copyright {
    padding: 10px 0 !important;
    text-align: center;
  }

  .clientes-mobile {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 576px) {
  .footer-logo {
    width: 120px !important;
  }

  .footer-social-icons {
    gap: 10px !important;
  }

  .footer-social-icons img {
    width: 24px;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-itens {
    margin-bottom: 25px;
    padding-top: 0px !important;
  }
}

@media (max-width: 768px) and (min-width: 601px) {
  .target_section_tree {
    padding-top: 12vh;
  }
}

@media (max-width: 600px) and (min-width: 501px) {
  .target_section_tree {
    padding-top: 33vh;
  }
}

@media (max-width: 500px) and (min-width: 451px) {
  .target_section_tree {
    padding-top: 37vh;
  }
}

@media (max-width: 450px) and (min-width: 401px) {
  .target_section_tree {
    padding-top: 48vh;
  }
}

@media (max-width: 400px) and (min-width: 381px) {
  .target_section_tree {
    padding-top: 73vh;
  }
}

@media (max-width: 380px) and (min-width: 361px) {
  .target_section_tree {
    padding-top: 83vh;
  }
}

@media (max-width: 360px) and (min-width: 341px) {
  .target_section_tree {
    padding-top: 90vh;
  }
}

@media (max-width: 340px) {
  .target_section_tree {
    padding-top: 100vh;
  }
}
