* {
	margin: 0;
	padding: 0;
}

/*INICIO BODY */
body {
	margin: 0;
	padding: 0;
	background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    height: 350px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    overflow-x: hidden;
}
/*FINAL BODY */

/*INICIO MENU */
a {
    text-decoration: none;
}
li {
    list-style: none;
}

/* NAVBAR ESTILO */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px;
    background-color: #0e1641;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 10000;
}
.nav-links a {
    color: #fff;
}

/* LOGO */
.logo {
    font-size: 32px;
}
#logo-menu {
    color: white;
    height: 80px;
}

/* NAVBAR MENU */
.menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
}
.menu li:hover {
    background-color: #20c2eb;
    border-radius: 5px;
    transition: 0.5s ease;
}
.menu li {
    padding: 5px 14px;
}

/* CHECKBOX HACK */
input[type=checkbox]{
    display: none;
}

/*HAMBURGER MENU*/
.hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
}
/*FINAL MENU*/

/*INICIO GRID PONTE */
.ponte-grid {
	display: grid;
    background-image: url(../IMAGENS/IMAGENS-MEIO/imagem-vtg\ copiar.png);
    height: 900px;
    background-repeat: no-repeat;

}

/*FINAL GRID PONTE */
/*INICIO GRID INTRODUÇÃO*/
.introducao-grid {
	display: grid;
	grid-template-columns: repeat(2, 50% 50%);
	grid-template-areas: "texto1 texto2";
	text-align: center;
	color: white;
	padding-top: 80px;
    height: 5px;

	}
    #h1-introducao {
        margin-left: 400px;
        height: 150px;
        width: 250px;
    }
    #p-introducao {
        width: 300px;
        height: 110px;
        padding-left: 0px;
        text-align: justify;
        padding-top: 20px;
    }
    .link-introducao {
        color: white;
        margin-right: 400px;
        border: 1px solid #0e1641;
        border-radius: 15px;
        padding: 10px;
    }
    .introducao-grid a:hover {
        background-color: #20c2eb;
        border-radius: 3px;
        transition: 0.5s ease;
    }
/*INICIO GRID TEXTOS */
.textos-grid {
	display: grid;
	grid-template-columns: repeat(4, 100%);
	grid-template-areas: "texto1"
                         "texto2"
                         "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
    margin-top: 100px;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 300px;
    margin-left: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 20px;
    width: 1060px;
    margin-left: 400px;
}
.texto3{
	grid-area: texto3;
    width: 1000px;
    height: 550px;
    margin-left: 430px;
    border-radius: 10px;
    margin-top: 15px;
}
/*FINAL GRID TEXTOS */

/*INICIO GRID TIME*/
.imagens-fotos {
    height:450px;
}
.imagens-fotos1 {
    height:450px;
    margin-right: 60px;
}
.time {
    display: flex;
    color: white;
    width: 1000px;
    height: 400px;
    margin-left: 500px;
    margin-top: 20px;
}
.estilização-time {
    font-size: 28px;
    text-align: justify;
    padding-right: 100px;
}
/*FINAL FLEX TIME */
/*INICIO GRID TIME*/
.time1 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 500px;
    margin-top: 170px;
}
.estilização-time1 {
    font-size: 28px;
    text-align: justify;
    padding-right: 100px;
}
.time3 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 500px;
    margin-top: 40px;
}
.estilização-time3 {
    font-size: 28px;
    text-align: justify;
    padding-right: 100px;
} 
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 500px;
    margin-top: 100px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.estilizacao-nome1 {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 500px;
    margin-top: 100px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.nome-miche {
    margin-left: 600px;
    color: white;
}
.nome-tiago {
    margin-left: 600px;
    margin-top: 30px;
    color: white;
}

.time2 {
    display: flex;
    color: white;
    width: 1000px;
    height: 400px;
    margin-left: 500px;
    margin-top: 20px;
}
.estilização-time2 {
    font-size: 28px;
    text-align: justify;
    padding-right: 100px;
}
.time4 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 500px;
    margin-top: 120px;
}
.estilização-time4 {
    font-size: 28px;
    text-align: justify;
    padding-right: 100px;
    padding-bottom: 5px;
}
/*INICIO PARTICIPAÇOES*/
.PARTICIPACAO-PROJETO{
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 700px;
    margin-top: 100px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.texto-participacao {
    width: 1000px;
    text-align: center;
    margin-left: 450px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 0px;
    color: white;
    font-size: 28px;
}
.lista-projeto {
    color: white;
    margin-left: 560px;
    font-size: 25px;
    gap: 5px;
    display: flex;
    margin-top: 30px;
}
.ol-2 {
    margin-left: 150px;
}
/*INICIO GRID FOOTER */
.footer-grid {
    border: 3px solid #0e1641;
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "footer1 footer2 footer3 footer4";
	background-color: #0e1641;
	margin-top: 130px;
}

.footer1 {
	grid-area: footer1;
	color: white;
	padding-top: 20px;
	margin-left: 365px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 100px;
}
.footer3 {
	grid-area: footer3;
	color: white;
	padding-top: 30px;
}
.footer4 {
	grid-area: footer4;
	color: white;
	padding-top: 30px;
	padding-right: 255px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */

/*INICIO ESTILIZAÇÃO GRID FOOTER */
#footer-titulo1 {
	color: white;
}
/*FINAL ESTILIZAÇÃO GRID FOOTER */
