@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	background-image: url("../img/lizardti-foguete.jpeg");
	background-repeat: no-repeat;
/*	background-size: auto;*/
	background-size: 100%;
}

.fontes {
	color: #5C5C5C;
	font-family: "Source Code Pro";
}

.container {
/*	border: 1px solid green;*/
	margin-top: 40px;
	margin-left: 182px;
	padding: 5px;
	max-width: 700px;
	height: 350px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.container2 {
/*	border: 1px solid yellow;*/
	margin-top: 0px;
	margin-left: 182px;
	padding: 2px;
	max-width: 700px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.container3 {
/*	border: 1px solid red;*/
	margin-top: 0px;
	margin-left: 190px;
	padding: 5px;
	max-width: 510px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#p1 {
    visibility: visible;
    text-align: left;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 30px;
    border-color: rgb(44, 56, 98);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(132, 140, 151);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

#p2, #p3, #p4_1, #p5 {
	color: rgb(174, 241, 255);
    text-align: left;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 30px;
    border-color: rgb(174, 241, 255);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
	
}

#p2_1, #p3_1, #p4, #p5_1 {
	color: rgb(232, 163, 236);
    text-align: left;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 30px;
    border-color: rgb(232, 163, 236);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
}

#p2_2, #p4_2, #p5_3 {
	color: rgb(255, 215, 156);
    text-align: left;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 30px;
    border-color: rgb(255, 215, 156);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
}

#p4_3, #p5_2,#p5_4, #p2_3, #p3_2 {
	color: rgba(251,251,251,1.00);
    text-align: left;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 30px;
    border-color: rgb(255, 215, 156);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
}

/*
.box-email {
	border: 2px solid red;
	width: 100px;
	height: 100px;
}
*/

#e-mail {
	z-index: 19;
    background-color: rgb(77, 45, 64);
    font-family: "Source Code Pro";
    visibility: visible;
    text-align: left;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 25px;
    border-color: rgb(44, 56, 98);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 30px 5px 30px 70px;
    color: rgb(215, 91, 131);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

#bt-email {
	z-index: 20;
    background-color: rgb(231, 97, 139);
    font-family: "Source Code Pro";
    visibility: visible;
    text-align: left;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 25px;
    border-color: rgb(44, 56, 98);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 30px 20px 30px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    filter: blur(0px) grayscale(0%) brightness(100%);
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.box {
/*	border: 2px solid red;*/
/*	margin: 30px 0px 0px 5px;*/
}

#logo-img1 {
	/*	margin: 70px 0px 0px 0px;*/
}

#logo-lizard {
	width: 150px;
}

#logo-img2 {
	margin: 60px 0px 0px 150px;
/*	padding: 5px 5px 5px 5px;*/
}

#logo-wa {
	width: 45px;
}

#logo-img3 {
	margin: 60px 5px 0px 0px;
/*	padding: 5px 5px 5px 5px;*/
}

#logo-insta {
	width: 45px;
}

#logo-img4 {
	margin: 60px 0px 0px 0px;
/*	padding: 5px 5px 5px 5px;*/
}

#logo-linkendin {
	width: 45px;
}





