* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    min-height: 100%;
    min-width: 100%;
    background-image: url(/imagens/fundo-game.png);
    min-height: 100vh;

}

.anuncios {
    top: 350px;
    left: 10px;
    flex-direction: column;
    display: flex;
    gap: 3px;
    position: absolute;
}


.anuncios-rodape {

    display: flex; 
    gap: 2px;
    padding-left: 200px;
    position: absolute;
    top: 68em;
 
 }

 .ar1{
    display: none;
 }


.msg-ajuda {
    font-weight: bolder;
    font-style: oblique;
    font-size: larger;
    margin-right: 200px;
}

header {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ddd;
    /* Adiciona uma borda inferior */
    padding-top: 50px;
    top: 0;
}

#logo {
    background-color: #4CAF50;
    /* Cor de fundo para o logotipo */
    padding: 10px;
    border-radius: 5px;
    /* Adiciona cantos arredondados */
    margin-bottom: 20px;
    margin-left: 10px;
}

#logo h1 {
    margin: 0;
}


.menu {
    background-color: #50bb12;
    padding: 40px;
    width: 90%;
    border-radius: 10px;
    margin-left: 62px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    overflow: hidden;
    border: 2px solid rgb(255, 255, 255);
    overflow: hidden;
}


#navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: 600px;
}

#navigation li {
    margin-left: 20px;
}

#navigation a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    background-color: #eba30a;
    /* Cor de fundo para os links de navegação */
    padding: 10px;
    border-radius: 5px;
    border: 1px solid black;
    position: relative;
    left: 170px;

}

#navigation a:hover {
    background-color: #ebc676;
}

.frase {
    height: 50px;
    top: 0;
    position: absolute;
    width: 500px;
}

.frase p {
    font-weight: bolder;
    font-style: oblique;
    color: #eeeeee;
    font-size: 20px;

}


footer {
    position: relative;
    height: 80px;
    background-color: #333;
    top: 80em;
    min-width: 100%;
    text-align: center;
}

.direitos {
    position: absolute;
    margin-top: 45px;
    margin-left: 500px;
    font-weight: bold;
    color: #eba30a
}

.redes-sociais a {
    background-color: #0a76ce;
    color: #fff;
    font-style: none;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 10px;
    font-size: 15px;

}

.botoesn{
   display: flex;
   gap: 65em;
   margin-top: 75em;
   position: absolute;
  margin-left: 20px;
}
.botoesn a {
   background-color: #eba30a;
    color: #fff;
    font-style: none;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 10px;
    font-size: 17px;
    transition: background-color 0.3s ease; /* Efeito suave ao passar o mouse */
    font-weight: bold;
}


.botoesn a:hover {
    background-color: #e7eb05;
}

.redes-sociais a:hover {
    background-color: #80b7e4;
}


.redes-sociais {
    float: left;
    flex-direction: column;
    margin-top: 5px;

}

.redes-sociais p {
    margin-bottom: 20px;
    color: #80b7e4;
    font-size: larger;
    margin-left: 8px;
}

.privacy {
    background-color: #ffffff;
    color: #3d3c3c;
    font-style: none;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    float: right;
    width: 85px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 35px;
    margin-right: 10PX;
}

.privacy:hover {
    background-color: rgb(192, 184, 184);
}

.container {
    display:grid;
    gap: 8px;
    position: absolute;
    border: 2px solid #50bb12;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    margin-left: 230px;
    margin-top: 200px;
    border-radius: 50px;
    width: 80%;
    height: 100%;
    text-align: center;
    overflow: hidden;

}
.paragrafo {
    font-size: 15px;
    color: #000000;
    position: absolute;
    width: 580px;
    margin-left: 535px;
    font-weight: bold;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 56px;
    border:2px solid #50bb12 ;

}

.titulo-news {
    color: rgb(0, 0, 0);
    top: 0;
    position: absolute;
    margin-left: 350px;
    padding-top: 10px;

}

img {
    width: 480px;
    position: absolute;
    border-radius: 8px;
    float: left;
    margin-bottom: 260px;
    margin-left: 35px;
    border: 3px solid #50bb12;
}

.video {
    bottom: 10px;
    position: absolute;
    margin-left: 35px;
    border: 3px solid #50bb12;
}

@media only screen and (max-width: 600px) { 
   
    
    header {
    width: 58em;
    
    }

    .container {
      width: 55.5em;
      margin-left: 1.5em;
      height: 80em;
      margin-top: 10em;
      word-wrap: break-word; 

    }

    img {
        width: 20em;
        top: 5.3em;
    }

    .video {
        top: 60em;
        left: 8em;
    }

    .paragrafo {
        width: 48em;
        position: absolute;
        right: 0.5em;
        top: 13.4em;
        height: 36em;
        font-size: 18px;
       
       
    }

    .paragrafo h3 {
        font-size: 30px;
        margin-left: 0em;
        color: rgb(0, 0, 0);
        word-wrap: break-word; 
    }

   .titulo-news {
        font-size: 30px;
        color: orangered;
        margin-left: 5em;
        top: 1em;
        
    }

    .direitos {
        width: 15em;
        bottom: 1em;
        right: 20em;
    }

    footer {
        width: 58em;
        overflow: hidden;
        position: absolute;
        top: 120em;

    }

    .anuncios {
        display: none;
    }

    .anuncios-rodape {
        display: none;
        
    }

    .ar1{
        display: flex;
        position: absolute;
        top: 100em;
        margin-left: 10em;
      
    }
   
    .menu {
        width: 50em;
    }

    #navigation {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        margin-left: 10em;
    }
    
    #navigation li {
        margin-left: 1em;
    }
    
    #navigation a {
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        background-color: #eba30a;
        /* Cor de fundo para os links de navegação */
        padding: 8px;
        border-radius: 5px;
        border: 1px solid black;
        position: relative;
        left: 14.5em;
        font-size: 15px;
    
    }

    .frase {
        height: 50px;
        top: 5px;
        position: absolute;
        width: 20em;
    }
    
    .frase p {
        font-weight: bolder;
        font-style: oblique;
        color: #eeeeee;
        font-size: 17px;
    
    }

    .botoesn{
        display: flex;
        gap: 40em;
        position: absolute;
       margin-left: 20px;
       margin-top: 105em;
     }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .container {
        width: 70em;
        height: 45em;
        margin-left: 13em;
    }

    .paragrafo {
        margin-left: 35em;
    }

    #navigation a {
        left: 8em;
    }
}
