body {
    margin: 0;
    background-color: #262626;
}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 20vh;
    background-color: #262626;
}

header i {
    font-size: 4rem;
}

header h1 {
    font-size: 3rem;
    color: #D7D7D9;
}

.logo img {
    width: 10%;
}

.nav ul {
    display: flex;
    gap: 10px;
}

.nav li,
a {
    color: white;
    text-decoration: none;
    list-style: none;
}

.nav a:hover {
    color: #BF7B3F;
}

.img-banner {
    background-image: url(Imagens/imagem-principal.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 2vh;
    padding: 250px;
}

.card {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px;
}

.cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    width: 230px;
    height: 370px;
    background-color: #9A98A6;
    transition: 1.1s;
}

.cards:hover {
    transform: scale(1.1);
}


.cards img {
    width: 100%;
}


.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    width: 230px;
    height: 370px;
    background-color: #9A98A6;
    transition: 1.1s;
}

.icon:hover {
    transform: scale(1.1);
}

.icons i {
    color: #BF7B3F;
}

.card-background {
    background-image: url(Imagens/brinco.jpg);
    background-size: cover;
    border-radius: 20px;
    padding: 145px;
    transition: 1.1s;
}

.card-background:hover {
    transform: scale(1.1);
}

.btn-cards {
    margin-left: 25px;
    background-color: #BF7B3F;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    width: 100px;
    padding: 5px;
}

.card-text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px;
    gap: 20px;
}

.text-p {
    font-size: 19px;
    text-align: center;
    width: 500px;
}

.text-p h2 {
    color: #D7D7D9;
}

.text-p p {
    color: #9A98A6;
}

.img img {
    border-radius: 30px;
    width: 500px;
}

.card-text1 {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    align-items: center;
    padding: 50px;
    gap: 20px;
}

.text-p span {
    font-size: 20px;
    color: #BF7B3F;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    border-top: solid 1px white;
}

.lgo-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.lgo-title i {
    font-size: 30px;
}

.lgo-title h2 {
    color: #D7D7D9;
}

.list ul, li, a{
    color: white;
    width: 150px;
    font-size: 19px;
    margin-bottom: 3px;
    text-decoration: none;
    list-style: none;
}

.list a:hover {
    color: #BF7B3F;
}

.web {
    display: flex;
    justify-content: center;
    margin-right: 100px;
    gap: 15px;
}

.web a {
    width: 35px;
}

.web img{
    width: 100%;
}
