*{margin :0;}

#divMenu{
    width: 100%;
    height: 125px;
    background-color: #9966FE ;
    display: flex;
    align-items: center;
}

#logoContainer{
    width: 25%;
    height: 125px;
}

h4{
 color: white;
}

#ContainerSelect{
    height: 125px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

a{
    text-decoration: none;
    
}

#MenuPesquisa{
    width: 98%;
    height: 70px;
    background-color: #5F76EB;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

#blocoPesquisa{
    background-color: white;
    width: 20%;
    height: 30px;
}

input{
    width: 100%;
    height: 100%;
}

#divInformation{
width: 50%;
height: 1000vh;
display: flex;
justify-content: center;
align-items: center;
}

#RetrobugBV{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#divConsolesContainer{
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#ConsoleMarcas{
    height: 50px;
    width: 200px;
    background-color: #9966FE;
    font-family: "Sixtyfour";
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#ConsoleMarcas:hover{
    height: 60px;
    width: 210px;
    transition: 0.4s;
    background-color: #000000;
    font-family: "Sixtyfour";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5F76EB;
}

#divQuemSomos{
    width: 95%;
    height: 80vh;
    background-color: #9966FE;
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Sixtyfour";
    font-size: 50px;
    color: white;
}

#divQuemSomosConainer{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#textoContainer{
    width: 40%;
    height: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#textoContainerSomos{
   width: 80%;
   height: 35%;
   font-family: "Source Sans 3";
   text-align: justify;
   font-size: 35px;
}

#ContainerLogoeQuemSomos{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Sixtyfour";

}

@font-face {
  font-family: vintagevideogames;
  src: url('vintagevideogames.ttf') format(opentype);
  font-size: normal;
  font-style: normal;
}

#divVintageFont{
    font-family: vintagevideogames;
    font-size: 110px;
    height: 5%;
    
}

@media (max-width: 550px) {

    #divVintageFont{
        font-family: vintagevideogames;
        font-size: 5px;
        height: 1%;
        width: 100%;

        
    }

    #ConsoleMarcas{
        height: 25px;
        width: 100px;
        background-color: #9966FE;
        font-family: "Sixtyfour";
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

   h4{
    font-size: 10px;
   }

   #ContainerSelect{
    height: 125px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#divMenu{
    width: 549px;
    height: 125px;
    background-color: #9966FE ;
    display: flex;
    align-items: center;
}

#divQuemSomos{
    width: 95%;
    height: 70vh;
    background-color: #9966FE;
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Sixtyfour";
    font-size: 50px;
    color: white;
}

#divQuemSomosConainer{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#textoContainerSomos{
    width: 80%;
    height: 35%;
    font-family: "Source Sans 3";
    text-align: justify;
    font-size: 15px;
 }

 img{
    height: 180px;
    width: 190px;
 }

 #logoContainer{
    width: 25%;
    height: 125px;
}

#textoContainer{
    width: 40%;
    height: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 15px;
}
  }

  @media (max-width: 1100px) {
    #divVintageFont{
        font-family: vintagevideogames;
        font-size: 62px;
        height: 1%;
        width: 100%;

        
    }

    #ConsoleMarcas{
        height: 40px;
        width: 122px;
        background-color: #9966FE;
        font-family: "Sixtyfour";
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

   h4{
    font-size: 10px;
   }

   #ContainerSelect{
    height: 125px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#textoContainerSomos{
    width: 80%;
    height: 35%;
    font-family: "Source Sans 3";
    text-align: justify;
    font-size: 15px;
 }

 #textoContainer{
    width: 40%;
    height: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
 }
  }