* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.link1 {
    text-decoration: none;
    color: white;
}

.link1 a:visited {
    text-decoration: none;
    color: white;
}

.link2 {
    text-decoration: none;
    color: black;
}

.link2 a:visited {
    text-decoration: none;
    color: black;
}

.link2 a:hover {
    color: white;
}

#sec1 {
    position: relative;
    width: 1920px;
    height: 50px;
    background-color: #1E1F29;
}

#icon1 {
    fill: red;
    position: absolute;
    top: 15px;
    left: 300px;
}

#linkn {
    position: absolute;
    top: 16px;
    left: 335px;
}

#icon2 {
    fill: red;
    position: absolute;
    top: 15px;
    left: 500px;
}

#linke {
    position: absolute;
    top: 16px;
    left: 540px;
}

#sec2 {
    position: relative;
    height: 180px;
    width: 1920px;
    background-color: #15161D;
    top: 0px;
}

#input1 {
    position: absolute;
    top: 70px;
    left: 700px;
    height: 40px;
    width: 550px;
    background-color: white;
    border-radius: 50px 0 0 50px;
    outline: 0;
}

#button1 {
    position: absolute;
    left: 1200px;
    top: 70px;
    height: 40px;
    width: 100px;
    border-radius: 50px 50px 50px 50px;
    background-color: red;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

#icon3 {
    fill: white;
    position: absolute;
    top: 75px;
    left: 1720px;
}

#icon4 {
    fill: white;
    position: absolute;
    top: 75px;
    left: 1800px;
}

#text1 {
    position: absolute;
    top: 110px;
    left: 1705px;
}

#text2 {
    position: absolute;
    top: 110px;
    left: 1785px;
}

#icon5 {
    fill: white;
    position: absolute;
    top: 75px;
    left: 1400px;
}

#text3 {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: gray;
    font-weight: 600;
    top: 75px;
    left: 1450px;
}

#bolinha {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: red;
    color: white;
    left: 1820px;
    top: 58px;
    padding-left: 5px;
    padding-top: 1px;
    font-weight: 550;
    font-family: Arial, Helvetica, sans-serif;
}

#logo {
    position: absolute;
    top: 40px;
    left: 280px;
}

#forms {
    position: relative;
    height: 800px;
    width: 700px;
    left: 480px;
    top: 100px;
    
}

#lv1 {
    position: absolute;
    top: 0;
    height: 3px;
    width: 1920px;
    background-color: red;
}

#lv2 {
    position: absolute;
    top: 180px;
    height: 3px;
    width: 1920px;
    background-color: red;
}

#inpt {
    position: relative;
}

#conf {
    font-size: 1.5rem;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000;
    font-weight: 400;
}

.word {
    font-weight: 400;
    font-size: 1rem;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

#fir {
    position: absolute;
    top: 75px;
}

#fir2 {
    position: absolute;
    top: 75px;
    left: 300px;
}

#mail {
    position: absolute;
    top: 175px;
}

#subj {
    position: absolute;
    top: 275px;
}


#mess {
    position: absolute;
    top: 375px;
}


#inp1 {
    height: 43px;
    width: 254.48px;
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    top: 110px;
    border: 1px solid lightgray;
    color: gray;
}

#inp2 {
    height: 43px;
    width: 254.48px;
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    top: 110px;
    left: 300px;
    border: 1px solid lightgray;
}

#inp3 {
    height: 43px;
    width: 538.98px;
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    top: 210px;
    left: 0px;
    border: 1px solid lightgray;
}

#inp4 {
    height: 43px;
    width: 538.98px;
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    top: 310px;
    left: 0px;
    border: 1px solid lightgray;
}

#inp5 {
    height: 174px;
    width: 538.98px;
    border-radius: 30px;
    position: absolute;
    top: 410px;
    left: 0px;
    border: 1px solid lightgray;
    padding-top: 10px;
    padding-left: 10px;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
}

.inp5:focus #inp5 {
    border-color: red;
}

#btn {
    background-color: red;
    color: white;
    font-size: 12px;
    width: 163.7px;
    height: 50px;
    border-radius: 30px;
    padding-left: 26px;
    padding-top: 14px;
    font-size: 15px;
    font-weight: 200;
    position: absolute;
    top: 605px;
    left: 0px;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#divbtn:hover #btn {
    background-color: red;
}

#btn a:link {
    color: white;
    text-decoration: none;
}

#btn {
    text-decoration: none;
}

#btn a:visited {
    color: white;
    text-decoration: none;
}

#btn a:hover {
    background-color: white;
}

#btn2 {
    background-color: #0d0cb5;
    color: white;
    font-size: 12px;
    width: 149px;
    height: 50px;
    border-radius: 30px;
    padding-left: 37px;
    padding-top: 14px;
    font-size: 15px;
    font-weight: 200;
    position: absolute;
    top: 485px;
    left: 650px;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#divbtn2:hover #btn2 {
    background-color: #07078b;
}

#btn2 a:link {
    color: white;
    text-decoration: none;
}

#btn2 {
    text-decoration: none;
}

#btn2 a:visited {
    color: white;
    text-decoration: none;
}

#btn2 a:hover {
    background-color: white;
}

#adr {
    position: absolute;
    top: -20px;
    left: 650px;
    font-weight: 600;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.7;
    color: #4d4d4d;
    font-size: 1rem;
}

#fake {
    position: absolute;
    top: 10px;
    left: 650px;
    width: 400px;
    line-height: 1.7;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#pho {
    position: absolute;
    top: 80px;
    left: 650px;
    font-weight: 600;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.7;
    color: #4d4d4d;
    font-size: 1rem;
}

#phon {
    color: #0d0cb5;
    text-decoration: none;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    top: 115px;
    left: 650px;
    width: 200px;
}

#phon:hover {
    color: #0b0b6b;
}

#ema {
    position: absolute;
    top: 145px;
    left: 650px;
    font-weight: 600;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.7;
    color: #4d4d4d;
    font-size: 1rem;
    width: 300px;
}

#emai {
    color: #0d0cb5;
    text-decoration: none;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    top: 178px;
    left: 650px;
    width: 200px;
}

#emai:hover {
    color: #0b0b6b;
}

#morei {
    position: absolute;
    top: 290px;
    left: 650px;
    width: 200px;
    color: #000;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.25rem;
}

#sec6 {
    position: relative;
    height: 430px;
    background-color: #15161D;
    width: 1920px;
}

#au {
    position: absolute;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    top: 70px;
    left: 200px;
}

#pd {
    position: absolute;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    top: 70px;
    left: 900px;
}

#iconf {
    fill: red;
    position: absolute;
    top: 140px;
    left: 200px;
}

#iconf2 {
    fill: red;
    position: absolute;
    top: 210px;
    left: 200px;
}

#iconf3 {
    fill: red;
    position: absolute;
    top: 280px;
    left: 200px;
}

#f {
    position: absolute;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    top: 142px;
    left: 240px;
}

#f2 {
    position: absolute;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    top: 212px;
    left: 240px;
}

#f3 {
    position: absolute;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    top: 282px;
    left: 240px;
}

.f {
    color: lightgray;
    text-decoration: none;
}

#smart2 {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    top: 142px;
    left: 900px;
}

#peças2 {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    top: 212px;
    left: 900px;
}

#acess2 {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    top: 282px;
    left: 900px;
}

#logo2 {
    position: absolute;
    top: 50px;
    left: 1350px;
}