/* Media Query para tablets e desktops médios */
@media (min-width: 1025px) and (max-width: 1280px) {
    .container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .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 24px;
    }

    .captions h3 {
        font-size: 1em;
        line-height: 120%;
        text-align: center;
    }

    .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);
        background-color: white;
    }

    .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: 15px;
        line-height: 160%;
    }

    /* 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;
    }

    .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%;
        background: radial-gradient(circle at top right, #11D3D3 0%, transparent 20%);
        opacity: 50%;
    }

    .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;
    }

    .image-second-section-rpm,
    .image-third-section-rpm,
    .quarta-imagem {
        object-fit: cover;
        border-radius: 12px;
        display: flex;
    }

    .children-section-left {
        display: flex;
        flex-direction: column;
    }


    .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 {
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1000px) and (max-width: 1280px) {

    .children-section-left,
    .children-section-right {
        width: 100%;
    }

    .captions-second {
    font-size: 24px;
    }
}