body {
    margin: 0px;
    background-color: #fff;
    justify-content: center;
}
.linha-topo {
    display: flex;
    justify-content: center;
}
.linha-topo-barra {
    width: 100%;
    max-width: 1350px;
    background-color: #fff;
    height: 5px;
}
.conteiner-cabeca-site {
    display: flex;
    justify-content: center;
    background-color: #123962;
}
.cabeca-site {
    display: flex;
    width: 100%;
    height: 100px;
}
.cabeca-site-left {
    display: flex;
    width: 50%;
    justify-content: flex-start;
    align-items: center;
    border: 0px;
}
.cabeca-site-rigth {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
}
.logo-icon {
    width: 75px;
    height: 75px;
    margin-left: 100px;
}
.botao-menu {
    width: 50px;
    height: 40px;
    margin-right: 100px;
}
.banner {
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.imagem-banner {
    width: 100%;
    max-width: 1350px;
    height: 400px;
    justify-content: center;
}
.texto-info-titulo {
    font-size: 50px;
    color: #000;
}
.texto-titulo {
    position: absolute;
    justify-content: center;
    color: #000;
    font-weight: 700;
}
.container-grid {
    display: flex;
    justify-content: center;
    margin: auto;
}
.projetos {
    display: grid;
    justify-content: center;
    margin: auto;
    width: 100%;
    max-width: 1350px;
    padding: 50px;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 300px);
    grid-column-gap: 0px;
    /* coluna */
    grid-row-gap: 0px;
    /* linha */
    background-color: #fff;
    color: #000;
}
.projetos-itens {
    justify-content: center;
    height: 200px;
    border: 1px solid #999;
    border-radius: 10px;
}
.imagem-projeto {
    justify-content: center;
    margin: auto;
    width: 100%;
    border-radius: 10px;
}
.projetos-itens {
    width: 200px;
    margin: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #000;
    background-color: #999;
}
aside {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
#menu-opener {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
#menu-area {
    width: 0px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all ease .5s;
    z-index: 999;
    background: #FE6D02;
}
#menu-area ul,
#menu-area li {
    padding: 0;
    list-style: none;
}
#menu-area li {
    display: block;
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
}
#menu-area li:hover {
    background: #123962;
}
.menu-opened {
    width: 200px !important;
}
#login-menu {
    background-color: #123962;
}
.loginWindowArea {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    transition: all ease .5s;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    z-index: 999;
}
.loginWindowBody {
    width: 900px;
    height: 400px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #999;
    display: flex;
    margin: 20px 0px;
}
.loginBig {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginBig img {
    display: none;
    height: 100%;
    width: 100%;
}
.loginInfo {
    display: flex;
    width: 50%;
    font-family: 'Hepta Slab', Helvetica, Arial;
    justify-content: center;
    align-items: center;
}
.botao {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px;
    font-size: 14px;
    color: #999;
    padding: 0px;
}
.botao--inscrever-se {
    color: #000;
}
.loginInfo--cancelButton--esqueceuSenha a {
    width: auto;

    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: flex-end;
    color: #999;
    list-style: none;
    text-decoration: none;
}
.loginInfo--addButton,
    .loginInfo--cancelButton {
        width: 70px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 14px;
    }
.loginInfo--addButton {
    padding: 10px 10px;
    border-radius: 20px;
    background-color: #FE6D02;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
}
.loginInfo--cancelButton {
    display: inline-block;
    width: 74px;
    padding: 10px 10px;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 30px;
    border: 0px solid #000;
    margin-top: 0px;
    margin-bottom: 0px;
}
form {
    width: 300px;
    height: auto;
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    transition: all 0s linear;
    border: 0px solid #000;
}
form h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 24px;
}

.header-titulo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.titulo-form {
    font-size: 30px;
}
.label-input {
    display: flex;
    justify-content: center;
}
input {
    border: 0px solid #111;
    margin-right: 30px;
}
.input1 {
    width: 260px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #111;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #999;
    margin-bottom: 15px;
}
.loginInfo--cancelButton-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 0px;
    margin-bottom: 20px;
}
.error {
    font-size: 11px;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #FFFFFF;
    width: 145px;
    border-radius: 10px;
    padding-left: 3px;
    margin: 3px;
    margin-top: -12px;
}
.topo {
    width: 400px;
    height: 150px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
h1 {
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(24, 23, 23, 0.678) 2px 2px 1px;
}
h3 {
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(24, 23, 23, 0.678) 2px 2px 1px;
}
@media only screen and (min-width:768px) and (max-width: 906px) {
    body {
        flex-direction: column;
    }
    .cabeca-site{
        height: 50px;
    }
    #menu-area{
        height: 32vh;
    }
    .banner,
    .imagem-banner {
        display: none;
    }
    .projetos {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: repeat(6, 300px);
        padding: 15px;
        margin-top: 100px;
    }
    .projetos-itens {
        margin: auto;
    }
    .texto-titulo {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .loginInfo--cancelButton--esqueceuSenha a,
    .botao {
        font-size: 12px;
    }
    .botao--inscrever-se {
        text-decoration: none;
        padding-left: 20px;
    }
    .header-titulo {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .titulo-form {
        font-size: 30px;
        margin: auto;
    }
    form {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }
    form h2 {
        margin-left: 45px;
        font-size: 26px;
    }
    .label-input {
        display: flex;
        justify-content: center;
    }
    .input1 {
        width: 274px;
        font-size: 14px;
    }
    .loginInfo--cancelButton-container {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .loginInfo--addButton,
    .loginInfo--cancelButton {
        width: 170px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 30px;
    }
    .loginWindowArea {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .loginWindowBody {
        width: 100%;
        height: 100vh;
        background-color: #FFF;
        display: block;
        padding: 20px;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .loginBig img {
        display: none;
    }
    .loginWindowBody-mobile,
    .loginBig {
        display: none;
    }
    .loginInfo h1 {
        margin-top: 20px;
    }
    .loginInfo {
        width: 80%;
        height: 400px;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 785px) {/* Tablet*/
    body {
        flex-direction: column;
    }
    .cabeca-site{
        height: 50px;
    }
    #menu-area{
        height: 50vh;
    }
    .logo-icon {
        margin-left: 20px;
        width: 50px;
        height: 50px;
    }
    .botao-menu {
        margin-right: 20px;
        width: 40px;
        height: 40px;
    }
    .texto-info-titulo {
        font-size: 40px;
    }
    .banner,
    .imagem-banner {
        display: none;
    }
    .projetos {
        grid-template-columns: 1fr 1fr;
        padding: 15px;
        margin-top: 100px;
    }
    .texto-titulo {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .loginInfo--cancelButton--esqueceuSenha a,
    .botao {
        display: flex;
        justify-content: center;
        font-size: 14px;
    }
    .botao--inscrever-se {
        text-decoration: none;
    }
    .header-titulo {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .titulo-form {
        font-size: 30px;
        margin: auto;
    }
    form {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }
    form h2 {
        margin-left: 45px;
        font-size: 26px;
    }
    .label-input {
        display: flex;
        justify-content: center;
    }
    .input1 {
        width: 490px;
        font-size: 14px;
    }
    .loginInfo--cancelButton-container {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .loginInfo--addButton,
    .loginInfo--cancelButton {
        width: 100px;
        font-size: 16px;
    }
    .loginWindowArea {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .loginWindowBody {
        width: 100%;
        height: 100vh;
        background-color: #FFF;
        display: block;
        padding: 20px;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .loginBig img {
        display: none;
    }
    .loginWindowBody-mobile,
    .loginBig {
        display: none;
    }
    .loginInfo h1 {
        margin-top: 20px;
    }
    .loginInfo {
        width: 80%;
        height: auto;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (min-width:375px) and (max-width: 425px) {
    body {
        flex-direction: column;
    }
    .cabeca-site{
        height: 50px;
    }
    #menu-area{
        height: 32vh;
    }
    .logo-icon {
        margin-left: 20px;
        width: 50px;
        height: 50px;
    }
    .botao-menu {
        margin-right: 20px;
        width: 40px;
        height: 40px;
    }
    .texto-info-titulo {
        font-size: 32px;
    }
    .banner,
    .imagem-banner {
        display: none;
    }
    .projetos {
        grid-template-columns: 1fr;
        padding: 15px;
        margin-top: 100px;
        width: auto;
        grid-template-rows: repeat(12, 400px);
    }
    .projetos-itens {
        width: 300px;
        height: 300px;
        background-color: #fff;
        margin: auto;
    }
    .texto-titulo {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .loginInfo--cancelButton--esqueceuSenha a,
    .botao {
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .botao--inscrever-se {
        text-decoration: none;
        width: 100px;
        padding-left: 0px;
    }
    .botao {
        font-size: 14px;
        padding-top: 35px;
    }
    .header-titulo {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .titulo-form {
        font-size: 30px;
        margin: auto;
    }
    form {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }
    form h2 {
        margin-left: 45px;
        font-size: 26px;
    }
    .label-input {
        display: flex;
        justify-content: center;
    }
    .input1 {
        width: 274px;
        font-size: 14px;
    }
    .loginInfo--cancelButton-container {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .loginInfo--addButton,
    .loginInfo--cancelButton {
        width: 75px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .loginWindowArea {
        justify-content: flex-start;
        align-items: flex-start;
        height: 100vh;
    }
    .loginWindowBody {
        width: 100%;
        height: 100vh;
        background-color: #FFF;
        display: block;
        padding: 10px;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .loginBig img {
        display: none;
    }
    .loginWindowBody-mobile,
    .loginBig {
        display: none;
    }
    .loginInfo h1 {
        margin-top: 20px;
    }
    .loginInfo {
        width: 90%;
        height: auto;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (min-width:320px) and (max-width: 375px) {
    body {
        flex-direction: column;
    }
    .cabeca-site{
        height: 50px;
    }
    #menu-area{
        height: 32vh;
    }
    .logo-icon {
        margin-left: 20px;
        width: 50px;
        height: 50px;
    }
    .botao-menu {
        margin-right: 20px;
        width: 40px;
        height: 40px;
    }
    .texto-info-titulo {
        font-size: 24px;
    }
    .banner,
    .imagem-banner {
        display: none;
    }
    .projetos {
        grid-template-columns: 1fr;
        padding: 15px;
        margin-top: 100px;
        width: auto;
        grid-template-rows: repeat(12, 400px);
    }
    .projetos-itens {
        width: 300px;
        height: 300px;
        background-color: #fff;
        margin: auto;
    }
    .texto-titulo {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .loginInfo--cancelButton--esqueceuSenha a,
    .botao {
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    .botao--inscrever-se {
        text-decoration: none;
        width: 100px;
        padding-left: 20px;
    }
    .botao {
        font-size: 13px;
        padding-top: 35px;
    }
    .header-titulo {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .titulo-form {
        font-size: 30px;
        margin: auto;
    }
    form {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }
    form h2 {
        margin-left: 25px;
        font-size: 26px;
    }
    .label-input {
        display: flex;
        justify-content: center;
    }
    .input1 {
        width: 274px;
        font-size: 14px;
    }
    .loginInfo--cancelButton-container {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .loginInfo--addButton,
    .loginInfo--cancelButton {
        width: 85px;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .loginWindowArea {
        justify-content: flex-start;
        align-items: flex-start;
        height: 100vh;
    }
    .loginWindowBody {
        width: 100%;
        height: 100vh;
        background-color: #FFF;
        display: block;
        padding: 10px;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .loginBig img {
        display: none;
    }
    .loginWindowBody-mobile,
    .loginBig {
        display: none;
    }
    .loginInfo h1 {
        margin-top: 20px;
    }
    .loginInfo {
        width: 90%;
        height: auto;
        align-items: center;
        justify-content: center;
    }
}