details {
    display: none;
}

@media screen and (max-width: 768px) {


    details {
        display: block;

    }

    .paiHeader {
        top: 0;
        width: 100%;
        margin-top: 0;
        gap: 0;
        padding: 0;
    }

    .tituloNav {
        display: none;
    }

    .dropdown {
        display: none;

    }

    .dropdownM {
        display: none;
    }


    .dropdown li {
        padding: 1rem;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .dropdown li a {
        text-decoration: none;
        display: block;
        color: white;
    }

    .dropdown li:hover {
        border-radius: 5%;
        background-color: #8B0000;
    }

    .navegationSite:hover .dropdown {
        display: none;
    }

    .navegationSite:hover .dropdownM {
        display: none;
    }

    .navegation {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        margin-left: 0;
    }

    .drop {
        display: block;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #E30613;
        list-style: none;
        padding: 0.6rem;
        margin: 0;
        width: 10rem;
        z-index: 1000
    }


    .dropM {
        display: block;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #E30613;
        list-style: none;
        padding: 0.6rem;
        margin: 0;
        width: 10rem;
        z-index: 1000
    }

    details summary::-webkit-details-marker {
        display: none;
    }

    details summary::marker {
        display: none;
    }


    .titulo-nav {
        list-style: none;
        font-size: 1.5rem;
        color: var(--cor-branco);
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;

    }

    .drop li {
        padding: 1rem;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .drop li a {
        text-decoration: none;
        display: block;
        color: white;
    }

    .drop li:hover {
        border-radius: 5%;
        background-color: #8B0000;
    }


    .dropM li {
        padding: 1rem;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .dropM li a {
        text-decoration: none;
        display: block;
        color: white;
    }

    .dropM li:hover {
        border-radius: 5%;
        background-color: #8B0000;
    }

    .iconesDiv {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .iconesFilho {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        gap: 1rem;
    }

    .iconeScript {
        margin: 1rem;
    }

    .iconeSenai {
        margin-right: 1rem;
    }

}