@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: black;
}

.icon {
    width: 25px;
}

:root {}

h1 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-style: normal;

}

a {
    text-decoration: none;
}

body {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

nav {
    display: flex;
    flex-direction: column; 
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5vh;
    margin-bottom: 10vh;
    max-width: 100%;
}

img {
    max-width: 100%;
    display: block;
}

nav>div:nth-child(1) {
    margin-bottom: 3vh;
}

div>h1:nth-child(1) {
    margin-bottom: 2vh;
}

.contato {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contato>a {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.capas-menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.capas-menu>div {
    flex: 1 1 300px;
}

.foto-menu>img:hover {}

.return {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15vh;
    margin-bottom: 15vh;
}

.return>a>p {
    color: #969696;
    padding: 3%;
    background: rgba(0, 0, 0, 0.062);
    max-width: 50%;
    margin: auto;
    border-radius: 3px;
}

.txt-small {
    text-align: center;
    margin-bottom: 10vh;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8em;
    color: gray;
    !important
}

.txt-small>p,
span {
    color: #BFBFBF;
}