*{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: 50vh;
    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;
    content: pointer;
}

#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;
}

#divContatos{
    width: 95%;
    height: 90vh;
    background-color: #9966FE;
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Sixtyfour";
    font-size: 30px;
    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: 40px;
}

#ContainerLogoeQuemSomos{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Sixtyfour";

}

#ContainerContatenos{
    width: 100%;
    height: 30%;
    font-family: "Sixtyfour";
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blocoPerguntas{
    width: 80%;
    height: 65%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

#perguntasContainer{
    width: 80%;
    height: 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: black;
    font-family: "Source Sans 3";
    font-size: 70%;
    
}

#inputContatos{
    width: 60%;
    height: 15%;
    font-size: 55%;
}

#divEspaco{
 width: 100%;
 height: 10vh;
}

#separacao1{
    height: 100%;
    width: 50%;
}

#botaoEnviar{
    height: 50px;
    width: 200px;
    background-color: #9966FE;
    font-family: "Source Sans 3";
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    top: 118vh;
    cursor: pointer;
}

#botaoEnviar:hover{
    height: 60px;
    width: 210px;
    background-color: #000000;
    font-family: "Source Sans 3";
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(173, 17, 126);
    transition: 0.4s;
    position: absolute;
    top: 118vh;
    cursor: pointer;
}

@media (max-width: 550px) {
    #divVintageFont{
        font-family: vintagevideogames;
        font-size: 40px;
        height: 5%;
        
    }

    #ConsoleMarcas{
        height: 25px;
        width: 100px;
        background-color: #9966FE;
        font-family: "Sixtyfour";
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    #formatacaoConsolesSnes{
        width: 100%;
        height: 56%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #formatacaoConsolesMega{
        width: 100%;
        height: 52%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #formatacaoConsolesAtari{
        width: 100%;
        height: 54%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #formatacaoConsolesGamewatch{
        width: 100%;
        height: 54%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #ComprarBotao{
        height: 25px;
        width: 100px;
        background-color: #9966FE;
        font-family: "Sixtyfour";
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    img{
        height: 90px;
        width: 120px;
    }

    h2{
        font-size: 10px;
    }

    #logoContainer{
        width: 25%;
        height: 110px;
    }

    h4{
        font-size: 10px;
       }
    
       #ContainerSelect{
        height: 125px;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #divContatos{
        font-size: 10px;
    }

    #perguntasContainer{
        font-size: 14px;
    }

    #inputContatos{
        width: 60%;
        height: 15%;
        font-size: 10px;
    }

    #botaoEnviar{
        height: 50px;
        width: 200px;
        background-color: #9966FE;
        font-family: "Source Sans 3";
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        position: absolute;
        top: 118vh;
        cursor: pointer;
    }
    
    #botaoEnviar:hover{
        height: 60px;
        width: 210px;
        background-color: #000000;
        font-family: "Source Sans 3";
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgb(173, 17, 126);
        transition: 0.4s;
        position: absolute;
        top: 118vh;
        cursor: pointer;
    }
}



@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;
}

#divContatos{
    font-size: 100%;
}

  }


  @media (min-width: 550px) and (max-width: 1100px){

    #divVintageFont{
        font-family: vintagevideogames;
        font-size: 33px;
        height: 1%;
        width: 100%;

        
    }

    #divContatos{
        font-size: 9px;
    }

    #botaoEnviar{
        height: 50px;
        width: 200px;
        background-color: #9966FE;
        font-family: "Source Sans 3";
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        position: absolute;
        top: 115vh;
        cursor: pointer;
    }

    #botaoEnviar:hover{
        height: 60px;
        width: 210px;
        background-color: #000000;
        font-family: "Source Sans 3";
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgb(173, 17, 126);
        transition: 0.4s;
        position: absolute;
        top: 115vh;
        cursor: pointer;
    }
  }

