
@font-face {
    font-family: 'Poppins';
    src: url('/poppins.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kudryashev';
    src: url('/kudryashev.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* CSS RESET START */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS RESET END */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;

    background-image: url("./paginadoisa.jpg");
    background-size: cover;

    color: #363b35;
}

p {
    line-height: 1.5em;
}

main {
    width: 90%;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 3em;
}

img {
    width: 250px;
    max-width: 100%;
}

.logo {
    display: flex;
    flex-direction: column;
    
    width: 300px;
    max-width: 600px;

    margin-top: 1em;
    margin-bottom: 2em;
    
    font-family: "Kudryashev";

    color: #828b6f;
}

.logo img {
    width: inherit;
}

.logo span {
    font-size: 1em;
    font-weight: 200;

    margin-left: 2ch;
    margin-bottom: -1ch;
}

.items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;

    margin-top: 2em;
    margin-bottom: 2em;
}

.items > div {
    width: 250px;

    padding: 1em 1em 0.9em 1em;

    border: 2px solid black;
    object-fit: fill;
}

.items div img {
    object-fit: fill;
}

.shadow__container {
    position: relative;
}

.img1 {
    box-shadow: -50px 0px 0px 20px #828b6f77;
}

.img2 {
    box-shadow: 50px 0px 0px 20px #828b6f77;
}

.img3 {
    box-shadow: -50px 0px 0px 20px #828b6f77;
}

.img4 {
    box-shadow: 50px 0px 0px 20px #828b6f77;
}

.centered {
    text-align: center;
}

.qr {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;

    margin-top: 2em;
}

.qr .info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0.6em;

    margin-left: 1em;
    margin-right: 1em;

    color: #161816;
}

.qr .arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    font-size: 0.8em;
    text-align: center;
}

.qr .arrow img {
    width: 64px;
    aspect-ratio: 1;
}

.qr .arrow span {
    margin-top: 1em;
}
