/* Media Query para tablets e desktops médios */
@media (min-width: 769px) and (max-width: 1024px) {
    .container {
      max-width: 100%;
      padding: 0;
    }
  
    .banner-home-index {
      padding: 40px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .banner-content-index {
      display: flex;
      justify-content: center;
    }
  
    .banner-content {
      padding: 20px;
    }
  
    .banner-items {
      padding: 0;
    }
  
    .discovery-pos-banner {
      height: auto;
      padding: 60px 20px;
      margin: 0;
    }
  
  
    .children-more {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
      margin-top: 0;
    }
  
    .children-item {
      width: calc(33.333% - 14px);
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 16px;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }
  
    .discovery-images {
      width: 100%;
      height: auto;
      object-fit: cover;
      margin-bottom: 12px;
    }
  
    .children-item h3 {
      font-size: 18px;
      margin: 8px 0;
    }
  
    .children-item span {
      font-size: 0.8em;
      line-height: 120%;
    }
  
    /* RPM sections também ajustadas */
    .technology-rpm,
    .revolution-rpm {
      height: auto;
    }
  
    .technology-rpm .container,
    .revolution-rpm .container {
      flex-direction: column;
      align-items: center;
      gap: 32px;
      height: auto;
    }
  
    .captions h3 {
      font-size: 0.9em;
    }
  
    .children-item h4 {
      font-size: 1.1em;
    }
  
    .captions-second {
      font-size: 24px;
      text-align: center;
    }
  
    .first-span-after-caption {
      font-size: 15px;
      line-height: 160%;
    }
  
    .revolution-rpm-ul-div {
      width: 100%;
      display: flex;
      justify-content: center;
    }
  
    .first-span-after-caption ul {
      display: flex;
      flex-direction: column;
    }
  
    .first-span-after-caption li {
      text-align: left;
    }
  
    .technology-rpm::before,
    .revolution-rpm::before {
      width: 100%;
      height: 300px;
      background: radial-gradient(circle at top right, #11D3D3 0%, transparent 20%);
      opacity: 50%;
    }
  
    .container-box-items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      height: auto;
    }
  
    .container-box-items .box {
      background-color: white;
      border-radius: 10px;
      padding: 20px;
      text-align: left;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .vector-image {
      width: 56px;
      height: 56px;
      margin-bottom: 12px;
    }
  
    .container-box-items .box h5 {
      font-size: 20px;
      margin-bottom: 10px;
    }
  
    .container-box-items .box span {
      font-size: 16px;
      line-height: 160%;
    }
  
    .container {
      max-width: 100% !important;
      padding: 0 24px !important;
      box-sizing: border-box;
    }
  
  
    .technology-rpm .container,
    .revolution-rpm .container {
      flex-direction: column;
      gap: 32px;
      align-items: center;
    }
  
  
  
    .children-section-left {
      width: 100%;
      text-align: center;
    }
  
    .children-section-right {
      width: 100%;
      object-fit: cover;
    }
  
    .image-second-section-rpm,
    .image-third-section-rpm,
    .quarta-imagem {
      object-fit: cover;
      border-radius: 12px;
    }
  
    .container-box-items {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
  
    .teste {
      display: flex;
      flex-direction: column;
    }
  
    .children-section-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
  
    .teste-monitoring {
      width: 100%;
      padding: 0 !important;
      display: flex;
      flex-direction: row;
      gap: 60px;
  
    }
  
    .div-do-lado-esquerdo {
      width: 50%;
      display: flex;
      flex-direction: column;
    }
  
  
    .div-pai-de-todes {
      display: flex;
      flex-direction: row;
      width: 100%;
      padding: 10px;
    }
  
    .div-pai-da-1-linha {
      width: 100% !important;
    }
  
    .quarta-imagem {
      width: 100% !important;
      height: auto !important;
  
    }
  
    .div-do-lado-direito {
      width: 100% !important;
    }
  
  
    .flex-imagem-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
    }
  
  
  }
  
  @media (min-width: 775px) and (max-width: 914px) {
  
    .header-nav a,
    .language-selector {
      font-size: 14.1px;
    }
  
    .header-nav {
      gap: 10px !important;
      padding: 0 !important;
      margin: 0 !important;
    }
  
    .header-logo img {
      width: 80%;
    }
  
    .header-logo {
      width: 20%;
    }
  
  }