@media only screen and (max-width: 767px){
    body {
    border: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #212121;
}

header {
    width: 100%;
    margin-top: -48px;
    height: auto;
    position: fixed;
    z-index: 1;
}

.main-cabecalho {
    background-color: #2c2c2c8a;
    display: flex;
    height: 70px;
    margin-top: 5px;
    opacity: 0.8;
}

a {
    text-decoration: none;
    width: min-content;
    color: #ffffff;
}


.nav-one {
    width: 40%;
    padding-left: 40px;
}

#xurgaris {
    color: #ffffff;
    font-size: 30px;
    margin-top: 20px;
}

.nav-two {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    gap: 30px;
    margin-top: 10px;
}

#nav-button-cabecalho {
    display: none;
}

#nav-button-cabecalho:hover {
    color: #6603b2;
    cursor: pointer;
}

.nav {
    position: relative;
}

#menu {
    display: none;
}

#menu {
    position: absolute;
    left: -200px;
    /* Inicialmente oculto */
    top: 0;
    background-color: #333;
    width: 190px;
    transition: left 0.3s ease;
    /* Adiciona uma transição suave */
    z-index: 1;
    margin-top: 60px;
    border-radius: 20px;
}

#itens {
    display: flex;
    align-items: center;
    justify-content: center;
}

#itens:hover {
    filter: brightness(70%);
    color: #f4f4f4;
}

.nav ul {
    list-style-type: none;
    padding: 0;
}

.nav ul li {
    padding: 10px;
}

.nav ul li a {
    text-decoration: none;
    color: #ffffff;
}

.material-symbols-outlined {
    cursor: pointer;

}


.conteiner{

}

.conteudo{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 25px;
}

#img1{
 height: 300px;
}

#titulo-texto{
    color: #fff;
    font-size: 20px;
}

#texto{
    color: #fff;
    text-align: justify;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        border: 0;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #000000;
    }

    header {
        width: 100%;
        margin-top: -44px;
        height: auto;
        position: fixed;
        z-index: 1;
    }

    .main-cabecalho {
        background-color: #2c2c2c8a;
        display: flex;
        height: 70px;
        margin-top: 5px;
        opacity: 0.8;
    }

    a {
        text-decoration: none;
        width: min-content;
        color: #ffffff;
    }


    .nav-one {
        width: 40%;
        padding-left: 40px;
    }

    #xurgaris {
        color: #ffffff;
        font-size: 30px;
        margin-top: 20px;
    }

    .nav-two {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-left: 100px;
        gap: 30px;
        margin-top: 10px;
    }

    #nav-button-cabecalho {
        border: none;
        background: none;
        font-size: 17px;
        color: #ffffff;
    }

    #nav-button-cabecalho:hover {
        color: #6603b2;
        cursor: pointer;
    }


    .nav {
        display: none;
    }

    
    
    .conteiner{
    
    }
    
    .conteudo{
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        padding: 25px;
    }
    
    #img1{
     height: 300px;
    }
    
    #titulo-texto{
        color: #fff;
        font-size: 20px;
    }
    
    #texto{
        color: #fff;
        text-align: justify;
    }
}

@media only screen and (min-width: 1024px){
    body {
        border: 0;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #000000;
    }

    header {
        width: 100%;
        margin-top: -44px;
        height: auto;
        position: fixed;
        z-index: 1;
    }

    .main-cabecalho {
        background-color: #2c2c2c8a;
        display: flex;
        height: 70px;
        margin-top: 5px;
        opacity: 0.8;
    }

    a {
        text-decoration: none;
        width: min-content;
        color: #ffffff;
    }


    .nav-one {
        width: 40%;
        padding-left: 40px;
    }

    #xurgaris {
        color: #ffffff;
        font-size: 30px;
        margin-top: 20px;
    }

    .nav-two {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-left: 100px;
        gap: 30px;
        margin-top: 10px;
    }

    #nav-button-cabecalho {
        border: none;
        background: none;
        font-size: 17px;
        color: #ffffff;
    }

    #nav-button-cabecalho:hover {
        color: #6603b2;
        cursor: pointer;
    }


    .nav {
        display: none;
    }

    
    
    .conteiner{
    
    }
    
    .conteudo{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        padding: 25px;
    }
    
    #img1{
     height: 500px;
     width: 500px;
    }
    
    #titulo-texto{
        color: #fff;
        font-size: 20px;
    }
    
    #texto{
        color: #fff;
        text-align: justify;
    }
}