* {
	margin: 0;
	padding: 0;
}

/*INICIO BODY */
body {
	margin: 0;
	padding: 0;
	background-image: linear-gradient(to right, #20c2eb, #0193c6, #0a669c, #123c6f, #0f1642);
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    overflow-x: hidden;
}
h3 {
    color: white;
}
/*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 FLEXBOX/ FLEX WRAP IMAGENS */
.div-titulo-imagens {
    padding-top: 100px;
}
.titulo-imagens{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 375px;
    border-radius: 30px;
    height: 40px;
    margin-left: 660px;
    color: white;
}
.imagens-grid {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-left: 400px;
    padding-right: 270px;
	}
.imagem1{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem2{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.imagem3{
	height: 190px;
	padding-right: 10px;
	width: 300px;
    border-radius: 20px;
}
.titulo-imagem {
    color: white;
	font-size: 23px;
	padding-bottom: 13px;
    text-align: center;
    padding-top: 16px;

}
/*FINAL FLEXBOX/ FLEX WRAP IMAGENS */
/*INICIO GRID TEXTOS */
.textos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto1"
                         "texto2";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
	}

.texto1{
	grid-area: texto1;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 170px;
    margin-left: 500px;
    color: white;
}
.texto2{
	grid-area: texto2;
    text-align: justify;
	font-size: 20px;
    width: 750px;
    margin-left: 500px;
    margin-top: 20px;
}
.texto2 strong {
    color: white;
    font-size: 28px;
}
/*FINAL GRID TEXTOS */

.solucoes-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto3"
                         "texto4";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;
    margin-bottom: 100px;
	}

.texto3{
	grid-area: texto3;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    margin-top: 300px;
    margin-left: 500px;
    color: white;
}
.texto4{
    grid-area: texto4;
    text-align: justify;
	font-size:20px;
    width: 750px;
    margin-left: 500px;
    margin-top: 20px;
}
.texto4 strong {
    color: white;
    font-size: 28px;
}
/*FINAL SOLUÇOES*/

.servicos-grid {
	display: grid;
	grid-template-columns: repeat(2, 100%);
	grid-template-areas: "texto5"
                         "texto6";
	text-align: center;
	color: white;
    height: 750px;
    width: auto;  
    margin-top: 100px;
	}

.texto5{
	grid-area: texto5;
    text-align: center;
    border: 3px solid white;
    width: 400px;
    border-radius: 30px;
    height: 40px;
    padding-top: 5px;
    margin-top: 700px;
    margin-left: 500px;
    color: white;
}
.texto6{
    margin-top: 10px;
    padding-top: 0;
	grid-area: texto6;
    padding-top: 20px;
	font-size: 20px;
    width: 750px;
    margin-left: 500px;
    margin-top: 20px;
}
.texto6 strong {
    font-size: 28px;
}

/*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: #fbfcfca9;
	padding-top: 20px;
	margin-left: 365px;
}
.footer2 {
	grid-area: footer2;
	color: #fbfcfca9;
	padding-top: 30px;
    text-align: center;
    padding-right: 100px;
}
.footer3 {
	grid-area: footer3;
	color: #fbfcfca9;
	padding-top: 30px;
}
.footer4 {
	grid-area: footer4;
	color: #fbfcfca9;
	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: #fbfcfca9;
}
/*FINAL ESTILIZAÇÃO GRID FOOTER */
