* {
    margin: 0;
    padding: 0;
}
body {
    font-weight: 600;
    min-width: 540px;
    max-width: 770px;
}
h1 {
    text-align: center;
    padding-top: 30px;
}
/* Estilo para o pop-up */
.modal {
    display: none; /* Oculto por padrão */
    position: fixed; /* Fixo na tela */
    z-index: 1000; /* Acima de outros elementos */
    left: 0;
    top: 0;
    width: 100%; /* Largura total */
    height: 100%; /* Altura total */
    overflow: auto; /* Habilita rolagem se necessário */
    background-color: rgba(0, 0, 0, 0.4); /* Fundo escuro transparente */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* Centraliza */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Largura do conteúdo */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (min-width: 769px) {
    body {
        max-width: 1080px;
        margin: auto;
    }
    .exclusividade {
        max-width: 770px;
        margin: auto;
    } 
    .exItem {
        width: 33%;
    }
    .produtos{
        display: flex;
        flex-direction: row;
        justify-content: center;
        max-width: 770px;
        margin: auto;
        margin-bottom: 8cqh;
    }
    .contato {
        display: flex;
        justify-content: space-evenly;
        max-width: 600x;
    }
    .prodDescricao {
        text-align: center;
        margin: 0;
    }
    .prodItem {
       display: flex;
       flex-direction: column;
       justify-content: center;
    }
    .prodImagem {
        height: 130px;
        width: 130px;
    }
    .leftItem {
        float: left;
        margin: 6cqh;
    }
    .rightItem {
        float: right;
        margin: 3cqh;
    }
    .rightItem button {
        width: 120px;
    }
    footer {
        clear: both;
    }
    }