@font-face {
    font-family: 'Manrope';
    src: url('../fontes/Manrope-Regular.eot');
    src: url('../fontes/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Manrope-Regular.woff2') format('woff2'),
        url('../fontes/Manrope-Regular.woff') format('woff'),
        url('../fontes/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fontes/Manrope-Medium.eot');
    src: url('../fontes/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Manrope-Medium.woff2') format('woff2'),
        url('../fontes/Manrope-Medium.woff') format('woff'),
        url('../fontes/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fontes/Manrope-ExtraBold.eot');
    src: url('../fontes/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fontes/Manrope-ExtraBold.woff') format('woff'),
        url('../fontes/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
.centro {
    display: flex;
    flex-direction: column;
    max-width: 340px;
    width: 100%;
    margin: auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
main {
    background: url(../imagens/fundo.jpg) center no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
}
.logo {
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 340px;
    height: 220px;
    text-indent: -9999px;
    display: inline-block;
}
h2 {
    font-family: 'Manrope';
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #eff0d7;
    text-align: center;
    margin: 0 -4px;
    margin-top: 3.8vh;
    margin-bottom: 5.9vh;
}
nav {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
nav a {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    border-radius: 14.5px;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #404040;
    text-transform: uppercase;
}
.sociais {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 16px;
    margin-top: 8.3vh;
    margin-bottom: 10.18vh;
}
.sociais a {
    background-size: contain !important;
    display: flex;
    width: 30px;
    height: 30px;
}
.sociais a.instagram {
    background: url(../imagens/insta.png) center no-repeat;
}
.sociais a.youtube {
    background: url(../imagens/youtube.png) center no-repeat;
}
.sociais a.linkedin {
    background: url(../imagens/linkedin.png) center no-repeat;
}
h3 {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 2.4px;
    color: #eff0d7;
    text-transform: uppercase;
    text-align: center;
}