@media screen and  (min-width:1400px) and (max-width: 1600px) {
    /*INICIO GRID TEXTOS */
.textos-grid {
    height: 350px;
	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-left: 90px;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 100px;
    border-radius: 30px;
    height: 40px;
    margin-top: 20px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 20px;
    width: 975px;
    margin-left: 100px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 1000px;
    height: 600px;
    margin-left: 100px;
    border-radius: 10px;
}
/*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: 250px;
    margin-top: 20px;
}
.estilização-time {
    font-size: 26px;
    text-align: justify;
    padding-right: 40px;
}
/*FINAL FLEX TIME */
/*INICIO GRID TIME*/
.time1 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 250px;
    margin-top: 90px;
}
.estilização-time1 {
    font-size: 26px;
    text-align: justify;
    padding-right: 100px;
}
.time3 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 250px;
    margin-top: 20px;
}
.estilização-time3 {
    font-size: 26px;
    text-align: justify;
    padding-right: 100px;
} 
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 250px;
    margin-top: 130px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.nome-miche {
    margin-left: 600px;
    color: white;
}
.nome-tiago {
    margin-left: 250px;
    margin-top: 30px;
    color: white;
}

.time2 {
    display: flex;
    color: white;
    width: 1000px;
    height: 400px;
    margin-left: 250px;
    margin-top: 20px;
}
.estilização-time2 {
    font-size: 26px;
    text-align: justify;
    padding-right: 100px;
}
.time4 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 250px;
    margin-top: 120px;
}
.estilização-time4 {
    font-size: 26px;
    text-align: justify;
    padding-right: 40px;
    padding-bottom: 5px;
}

/*INICIO PARTICIPAÇOES*/
.PARTICIPACAO-PROJETO{
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 450px;
    margin-top: 100px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.texto-participacao {
    width: 1000px;
    text-align: center;
    margin-left: 200px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 0px;
    color: white;
    font-size: 28px;
}
.lista-projeto {
    color: white;
    margin-left: 400px;
    font-size: 25px;
    gap: 5px;
    display: flex;
    margin-top: 30px;
}
.ol-2 {
    margin-left: 100px;
}

/*INICIO GRID FOOTER */
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "footer1 footer2 footer3 footer4";
	background-color: #0f1642;
}

.footer1 {
	grid-area: footer1;
	color: white;
	padding-top: 20px;
	margin-left: 200px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 60px;
}
.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 */
}

@media screen and  (min-width:1300px) and (max-width: 1399px) {
    /*INICIO GRID TEXTOS */
.textos-grid {
    height: 350px;
	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-left: 90px;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 100px;
    border-radius: 30px;
    height: 40px;
    margin-top: 10px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 20px;
    width: 975px;
    margin-left: 100px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 1000px;
    height: 600px;
    margin-left: 100px;
    border-radius: 10px;
}
/*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: 250px;
    margin-top: 20px;
}
.estilização-time {
    font-size: 26px;
    text-align: justify;
    padding-right: 40px;
}
/*FINAL FLEX TIME */
/*INICIO GRID TIME*/
.time1 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 250px;
    margin-top: 90px;
}
.estilização-time1 {
    font-size: 26px;
    text-align: justify;
    padding-right: 100px;
}
.time3 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 250px;
    margin-top: 20px;
}
.estilização-time3 {
    font-size: 26px;
    text-align: justify;
    padding-right: 100px;
} 
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 250px;
    margin-top: 140px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.nome-miche {
    margin-left: 600px;
    color: white;
}
.nome-tiago {
    margin-left: 250px;
    margin-top: 30px;
    color: white;
}

.time2 {
    display: flex;
    color: white;
    width: 1000px;
    height: 400px;
    margin-left: 250px;
    margin-top: 20px;
}
.estilização-time2 {
    font-size: 26px;
    text-align: justify;
    padding-right: 100px;
}
.time4 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 250px;
    margin-top: 120px;
}
.estilização-time4 {
    font-size: 26px;
    text-align: justify;
    padding-right: 40px;
    padding-bottom: 5px;
}

/*INICIO PARTICIPAÇOES*/
.PARTICIPACAO-PROJETO{
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 425px;
    margin-top: 100px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.texto-participacao {
    width: 1000px;
    text-align: center;
    margin-left: 180px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 0px;
    color: white;
    font-size: 28px;
}
.lista-projeto {
    color: white;
    margin-left: 375px;
    font-size: 25px;
    gap: 5px;
    display: flex;
    margin-top: 30px;
}
.ol-2 {
    margin-left: 100px;
}

/*INICIO GRID FOOTER */
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "footer1 footer2 footer3 footer4";
	background-color: #0f1642;
}

.footer1 {
	grid-area: footer1;
	color: white;
	padding-top: 20px;
	margin-left: 275px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 60px;
}
.footer3 {
	grid-area: footer3;
	color: white;
	padding-top: 30px;
}
.footer4 {
	grid-area: footer4;
	color: white;
	padding-top: 30px;
	padding-right: 200px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */
}

@media screen and  (min-width:1024px) and (max-width: 1299px) {
    /*INICIO GRID TEXTOS */
.textos-grid {
    height: 350px;
	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-left: 10px;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 50px;
    border-radius: 30px;
    height: 40px;
    margin-top: 0px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 20px;
    width: 900px;
    margin-left: 50px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 800px;
    height: 500px;
    margin-left: 70px;
    border-radius: 10px;
}
/*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: 60px;
    margin-top: 20px;
}
.estilização-time {
    font-size: 26px;
    text-align: justify;
    padding-right: 40px;
}
/*FINAL FLEX TIME */
/*INICIO GRID TIME*/
.time1 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 60px;
    margin-top: 30px;
}
.estilização-time1 {
    font-size: 26px;
    text-align: justify;
    padding-right: 100px;
}
.time3 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 60px;
    margin-top: 0px;
}
.estilização-time3 {
    font-size: 26px;
    text-align: justify;
    padding-right: 100px;
} 
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 60px;
    margin-top: 100px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.nome-miche {
    margin-left: 60px;
    color: white;
}
.nome-tiago {
    margin-left: 60px;
    margin-top: 30px;
    color: white;
}

.time2 {
    display: flex;
    color: white;
    width: 1000px;
    height: 400px;
    margin-left: 60px;
    margin-top: 20px;
}
.estilização-time2 {
    font-size: 26px;
    text-align: justify;
    padding-right: 100px;
}
.time4 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 900px;
    height: 300px;
    margin-left: 60px;
    margin-top: 120px;
}
.estilização-time4 {
    font-size: 26px;
    text-align: justify;
    padding-right: 40px;
    padding-bottom: 5px;
}

/*INICIO PARTICIPAÇOES*/
.PARTICIPACAO-PROJETO{
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 280px;
    margin-top: 100px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.texto-participacao {
    width: 800px;
    text-align: center;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 0px;
    color: white;
    font-size: 28px;
}
.lista-projeto {
    color: white;
    margin-left: 200px;
    font-size: 25px;
    gap: 5px;
    display: flex;
    margin-top: 30px;
}
.ol-2 {
    margin-left: 100px;
}

/*INICIO GRID FOOTER */
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "footer1 footer2 footer3 footer4";
	background-color: #0f1642;
}

.footer1 {
	grid-area: footer1;
	color: white;
	padding-top: 20px;
	margin-left: 50px;
    margin-bottom: 15px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 30px;
}
.footer3 {
	grid-area: footer3;
	color: white;
	padding-top: 30px;
    padding-right: 20px;
}
.footer4 {
	grid-area: footer4;
	color: white;
	padding-top: 30px;
	padding-right: 10px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */

/*INICIO ESTILIZAÇÃO GRID FOOTER */
#footer-titulo1 {
	color: white;
}
}

@media screen and  (min-width:768px) and (max-width: 1023px) {
    /*INICIO GRID TEXTOS */
.textos-grid {
    height: 350px;
	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-left: 0px;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 20px;
    border-radius: 30px;
    height: 40px;
    margin-top: 0px;
    padding-top: 5px;
    color: white;
}
.texto2{
	grid-area: texto2;
    gap: 10px;
    text-align: justify;
	font-size: 20px;
    width: 700px;
    margin-left: 20px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 700px;
    height: 500px;
    margin-left: 20px;
    border-radius: 10px;
}
/*FINAL GRID TEXTOS */
/*INICIO GRID TIME*/
.imagens-fotos {
    height:300px;
}
.imagens-fotos1 {
    height:450px;
    margin-right: 60px;
}
.time {
    display: flex;
    color: white;
    width: 800px;
    height: 400px;
    margin-left: 20px;
    margin-top: 20px;
}
.estilização-time {
    font-size: 26px;
    text-align: justify;
    padding-right: 20px;
}
/*FINAL FLEX TIME */
/*INICIO GRID TIME*/
.time1 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 750px;
    height: 270px;
    margin-left: 20px;
    margin-top: 220px;
}
.estilização-time1 {
    font-size: 26px;
    text-align: justify;
    padding-right: 20px;
}
.time3 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 750px;
    height: 270px;
    margin-left: 20px;
    margin-top: 0px;
}
.estilização-time3 {
    font-size: 26px;
    text-align: justify;
    padding-right: 20px;
} 
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 20px;
    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: 20px;
    margin-top: 100px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.nome-miche {
    margin-left: 60px;
    color: white;
}
.nome-tiago {
    margin-left: 60px;
    margin-top: 30px;
    color: white;
}

.time2 {
    display: flex;
    color: white;
    width: 800px;
    height: 400px;
    margin-left: 20px;
    margin-top: 20px;
}
.estilização-time2 {
    font-size: 26px;
    text-align: justify;
    padding-right: 20px;
}
.time4 {
    display: flex;
    color: white;
    width: 750px;
    height: 270px;
    margin-left: 20px;
    margin-top: 220px;
}
.estilização-time4 {
    font-size: 26px;
    text-align: justify;
    padding-right: 40px;
    padding-bottom: 5px;
}

/*INICIO PARTICIPAÇOES*/
.PARTICIPACAO-PROJETO{
    text-align: center;
    border: 3px solid white;
    width: 400px;
    margin-left: 130px;
    margin-top: 170px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.texto-participacao {
    width: 700px;
    text-align: center;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 0px;
    color: white;
    font-size: 28px;
}
.lista-projeto {
    color: white;
    margin-left: 20px;
    font-size: 25px;
    gap: 5px;
    display: flex;
    margin-top: 30px;
}
.ol-2 {
    margin-left: 100px;
}

/*INICIO GRID FOOTER */
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "footer1 footer2 footer3 footer4";
	background-color: #0f1642;
}

.footer1 {
	grid-area: footer1;
	color: white;
	padding-top: 20px;
	margin-left: 20px;
    margin-bottom: 15px;
}
.footer2 {
	grid-area: footer2;
	color: white;
	padding-top: 30px;
    text-align: center;
    padding-right: 30px;
}
.footer3 {
	grid-area: footer3;
	color: white;
	padding-top: 30px;
    padding-right: 20px;
}
.footer4 {
	grid-area: footer4;
	color: white;
	padding-top: 30px;
	padding-right: 10px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */

/*INICIO ESTILIZAÇÃO GRID FOOTER */
#footer-titulo1 {
	color: white;
}
}

@media screen and (max-width: 500px) {
    html {
        background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
    }
    body {
        margin: 0;
        padding: 0;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        overflow-x: hidden;
        width: 367px;
    }

    /* NAVBAR ESTILO */
.navbar {
    display: flex;
    align-items: center;
    padding: 0px;
    background-color: #0f1642;
    color: #fff;
    position: fixed;
    width: 377px;
}
.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: 0px;
}

/* CHECKBOX HACK */
input[type=checkbox]{
    display: none;
}

/*HAMBURGER MENU*/
.hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
    z-index: +1;
}
/*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: 800px;
    width: 367px;
    margin-left: 0px;
    margin-top: 20px;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 260px;
    margin-left: 5px;
    border-radius: 30px;
    height: 40px;
    margin-top: 0px;
    padding-top: 5px;
    color: white;
    margin-bottom: 0px;

}
.texto2{
	grid-area: texto2;
    gap: 0px;
    text-align: justify;
	font-size: 24px;
    width: 360px;
    margin-left: 05px;
    margin-top: 10px;
}
.texto3{
	grid-area: texto3;
    width: 357px;
    height: 300px;
    margin-left: 5px;
    border-radius: 10px;
}
/*FINAL GRID TEXTOS */
/*INICIO GRID TIME*/
.tiago-background {
    width: 367px;
    padding-top: 70px;
}
.miche-background {
    width: 377px;
    padding-top: 40px;
   
}
.imagens-foto {
    height: 410px;
    width: 357px;
    margin-left: 20px;
    padding-top: 10px;
}
.imagens-fotos1 {
    height: 400px;
    width: 300px;
    margin-left: 20px;
}
.time {
    display: flex;
    flex-direction: column;
    color: white;
    width: 367px;
    height: 600px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 30px;
    margin-top: 0px;
}
.estilização-time {
    font-size: 24px;
    text-align: justify;
    padding-left: 5px;
    width:357px;
    padding-right: 0px;
}
/*FINAL FLEX TIME */
/*INICIO GRID TIME*/
.time1 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 367px;
    height: 263px;
    margin-left: 0px;
    margin-top: 330px;
}
.estilização-time1 {
    font-size: 24px;
    text-align: justify;
    padding-left: 10px;
    width: 357px;
    height: 400px;
    padding-top: 34px;
    margin-top: 5px;
    padding-right: 0px;
}
.time3 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 377px;
    height: 270px;
    margin-left: 0px;
    margin-top: 233px;
}
.estilização-time3 {
    font-size: 24px;
    text-align: justify;
    padding-right: 5px;
    width: 357px;
    margin-top: 10px;
    padding-left: 10px;
} 
.estilizacao-nome {
    text-align: center;
    border: 3px solid white;
    width: 350px;
    margin-left: 5px;
    margin-top: 400px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.estilizacao-nome1 {
    text-align: center;
    border: 3px solid white;
    width: 350px;
    margin-left: 5px;
    margin-top: 0px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
}
.nome-miche {
    margin-left: 50px;
    color: white;
}
.nome-tiago {
    margin-left: 60px;
    margin-top: 30px;
    color: white;
}

.time2 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 377px;
    height: 270px;
    margin-left: 0px;
    margin-top: 0px;
}
.estilização-time2 {
    font-size: 24px;
    text-align: justify;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 0px;
    width: 357px;
}
.time4 {
    display: flex;
    color: white;
    width: 377px;
    height: 270px;
    margin-left: 0px;
    margin-top: 715px;
}
.estilização-time4 {
    font-size: 24px;
    padding-right: 0px;
    width: 357px;
    padding-left: 10px;
    padding-top: 10px;
}

.imagens-foto{
    margin: 0px;
}
.imagens-fotos1{
    margin: 0px;
    padding-left: 30px;
    padding-top: 38px;
}
h5 {
    color: white;
}
.PARTICIPACAO-PROJETO{
    text-align: center;
    border: 3px solid white;
    width: 371px;
    margin-left: 0px;
    margin-top: 330px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    color: white;
    font-size: 12px;
}
.texto-participacao {
    width: 377px;
    text-align: justify;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 0px;
    color: white;
    font-size: 24px;
}
.lista-projeto {
    color: white;
    margin-left: 0px;
    font-size: 24px;
    gap: 0px;
    display: flex;
    margin-top: 30px;
}
.ol-2 {
    margin-left: 40px;
}

.footer-grid {
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #0f1642;
    width: 367px;
    margin-top: 10px;
}

.footer1 {
	color: white;
	padding-top: 20px;
	margin-left: 10px;
    margin-bottom: 5px;
}
.footer2 {
	color: white;
	padding-top: 15px;
    text-align: center;
    padding-right: 15px;
}
.footer3 {
	color: white;
	padding-top: 30px;
    padding-right: 15px;
}
.footer4 {
	color: white;
	padding-top: 30px;
	padding-right: 0px;
}
.footer-svg {
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}
/*FINAL GRID FOOTER */

/*INICIO ESTILIZAÇÃO GRID FOOTER */
#footer-titulo1 {
	color: white;
}
#logo-menu {
    padding-right: 10px;
}
}