*{
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
body{
    background-color: #75cdfa;
    font-family: 'Comic Neue', cursive;
}

.centro-home{
    position: absolute;
    left: 60px;
    right: 60px;
    top: 30%;
}

.bg{
    position: fixed;
    left: 0; top: 0; bottom: 0; right: 0;
    width: 100%;
	height: 100%;
	object-fit: cover;
    }

.centro{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    }

.cabecalho{
    text-align: center;
    padding-top: 55px;
}
.logo{
    margin:auto;
    text-align: center;
    }

.menu{
    padding-top: 60px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 662px;
    margin: auto;
}
.menu a{
    text-decoration: none;
    font-size: 28px;
    font-family: 'Comic Neue', cursive;
    color: #ffffff;
}

.menu a:hover{
    background-color: #ffdc4e;
    transition: 1s;
}
.menu li{
    list-style: none; 
}
.menu-paginas li{
    background-color: #24a7d8;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-paginas li:hover{
    background-color: #ffdc4e;
    transition: 1s;
}
main{
    margin-bottom: 100px;
}
main .titulo {
    background-color: #ffdc4e;
    color: #ffffff;
    font-size: 45px;
    font-display: center;
    width: 280px;
    margin-top: 65px;
    margin-bottom: 65px;
    padding-left: 15px;
}
main .titulo-maior {
    background-color: #ffdc4e;
    color: #ffffff;
    font-size: 45px;
    font-display: center;
    width: 550px;
    margin-top: 65px;
    margin-bottom: 65px;
    padding-left: 15px;
}

.descricao {
        margin-left: 100px;
        margin-right: 100px;
        padding-bottom: 30px;
        text-align: center;
        font-size: 20px;
        
}

.galeriailustra-1 {
    display: inline-block;
    justify-content: space-between;
    flex-wrap: wrap;


}
.galeriailustra-1 img{
    margin-bottom: 10px;
}

.galeriadesign{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.display{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  font-size: 45px;
  opacity: 0;
  transition: 0.25s 0.1s cubic-bezier(0, 1.07, 0, 1.02);
  z-index: 2;

}
.contato{
    text-align: center;
}

.contato a{
    font-family: 'Comic Neue', cursive;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}
.sobre{
    display: flex;
    
}

.sobre-esquerdo{
    padding-top: 100px;
    margin-right: 18%;
    padding-right: 0;
}

.texto-sobre{
    font-size: 22px;
    text-align: center;
}
.texto-sobre a{
    font-size: 200px;
    text-decoration: none;
    color: white;
}
.texto-sobre a:hover{
    color:#ffdc4e;

}

.sobre-direito img{
    padding-top: 50px;
    
}
.sobre-direito{
    margin-left: -10%;
    margin-right: -4%;
    align-content: center;
    /*margin-right: 150px; */
}

.sobre-direito video{

}
.subtitulo{
    margin-bottom: 80px;
    //* background-color: #873020; */
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 25px;
    width: 500px;
}
.c img{
    padding-left: 30%;
}
::-webkit-input-placeholder { /* Chrome */
  color: #ffffff;
font-family: 'Comic Neue', cursive;

}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
font-family: 'Comic Neue', cursive;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
font-family: 'Comic Neue', cursive;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ffffff;
font-family: 'Comic Neue', cursive;
  opacity: 1;
}
.footerhome{
    font-family: 'Comic Neue', cursive;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
   
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer p{
     padding-top: 30px;
    padding-bottom: 30px;
}
.contato-paginas a{
    color: #ffffff;
}

footer {
    color: #ffffff;
    text-align: center;
    
}

#subir{
    position:fixed;
    bottom:0px;
    right:0px;
}

.jogo {height: 658px;}
/*TABLET
MEDIAS QUERIES
*/
@media (max-width: 1169px) {
    .jogo {height: 398px;}
    .centro {
        width: 768px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .menu li {
        margin-left: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*CELULAR*/

@media (max-width: 767px) {
    .jogo {height: 146px;}
   
    .centro {
        width: 320px;
        }
    .menu {
        margin-left: auto;
        margin-right: auto;
		flex-direction: column;
		width: auto;
        }
		.sobre {
			flex-direction: column;
		}
		.texto-sobre, .sobre-direito .foto {
			margin-bottom: 30px;
		}
		img {
			max-width: 100%;
		}
		main .titulo {
			width: auto;
		}
		main video {
			max-width: 100%;
		}
    .botao {
        display: block;
        background: none;
        border: 0;
        margin-bottom: 30px;
        outline: 0;
    }
    .cabecalho .centro{
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
        }
    .
    .menu li {
        padding-top: 10px;
        margin-left: 0;
        margin-left: auto;
        margin-right: auto;
        }
	.centro-home {
		top: 30px;
	}
        
    }