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

:root {
    --vermelho: #D62828;
    --preto: #0D0D0D;
    --cinza_escuro: #1D1D1D;
    --cinza_mediano: #616161;
    --cinza_claro: #BDBDBD;
    --roxo: #52008E;
}

/* CONFIGURAÇÕES PARA O MENU NO HEADER */
header {
    position: fixed;
    padding: 15px;
    display: flex;
    gap: 80px;
    height: 13vh;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    z-index: 10;
    color: white;
    background-color: #0C0705;
}

.logo img {
    width: 100px;
}

input {
    all: unset;
    padding-left: 10px;
    width: 60vw;
    height: 35px;
    border-radius: 15px;
    background-color: white;
    color: var(--preto);
}

.busca {
    display: none;
}

ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
    margin-top: 30px;
    width: 100%;
}

li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 135px;
    height: 25px;
}

li:hover {
    background-color: #53008eb2;
    transition: 0.5s ease;
}

.areaCliente {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    gap: 80px;
}

.login {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.logImg {
    width: 60px;
    height: 60px;
}

.login p {
    margin-top: 10px;
    width: 120px;
}

.carrinho {
    display: flex;
    gap: 50px;
    height: 40px;
}

#allFavoritos {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border-radius: 100%;
    right: 146px;
    bottom: 89px;
    width: 25px;
    height: 25px;
    background-color: #d62828b6;
}

.containerProdutosCarrinho {
    position: absolute;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    right: -380px;
    top: 35px;
    width: 340px;
    height: 570px;
    border-radius: 10px;
    background-color: var(--preto);
    border-style: solid;
    border-color: var(--cinza_mediano);
    transition: 0.4s ease;
}

.compras:hover+.containerProdutosCarrinho {
    right: 80px;
}

.containerProdutosCarrinho:hover {
    right: 80px;
}

.tituloCarrinho {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #53008ec5;
}

#abaCarrinho {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 90%;
    gap: 5px;
    overflow: auto;
}

.cardCarrinho {
    display: flex;
    padding: 15px;
    color: var(--preto);
    gap: 15px;
    width: 90%;
    height: 120px;
    border-radius: 10px;
    background-color: whitesmoke;
    border-style: solid;
    border-color: var(--cinza_escuro);
}


.containerInformacoes {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--cinza_mediano);
    width: 100%;
    height: 10%;
    padding: 5px;
}

.pagamento {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 45px;
    border-radius: 5px;
    font-size: 0.8rem;
    background-color: #53008e94;
}

.pagamento:hover {
    background-color: var(--roxo);
}

.containerInformacoes div {
    width: 55%;
    display: grid;
    gap: 5px;
}

.containerInformacoes span {
    font-size: 0.9rem;
}

#valorTotalProdutos {
    font-size: 1.3rem;
    font-weight: 500;
    color: white;
}

.imgCarrinho {
    width: 30%;
}

.nomeCarrinho {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 0.7rem;
}

.containerCarrinho {
    display: grid;
    width: 100%;
    gap: 30px;
}

.precoCarrinho {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: var(--vermelho);
    width: 100%;
    font-size: 1rem;
}

#carrinhoVazio {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: white;
}

#allCarrinhos {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border-radius: 100%;
    right: 55px;
    bottom: 89px;
    width: 25px;
    height: 25px;
    background-color: #53008ea2;
}

.contianerAlert {
    position: absolute;
    display: flex;
    justify-content: center;
    top: -100px;
    right: 0px;
    width: 100%;
    height: 100px;
}

#alert {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 0px;
    width: 400px;
    height: 60px;
    background-color: var(--roxo);
    transition: 0.7s ease;
}


/* CONFIGURAÇÕES PARA O CARROSSEL E O GRADIENTE DE FUNDO */
.fundoGradiente {
    animation: slide 28s infinite, fade 28s;
}

#carrossel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75vh;
}

#bgCarrossel {
    margin-top: 135px;
    width: 100%;
    height: 80%;
    background-size: 75% 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: slider 28s infinite, fade 28s;
}


/* CONFIGURAÇÕES PARA TODAS AS SECTIONS E SEUS CONTEÚDOS */
section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55vh;
}

.anuncios {
    height: 30vh;
}

.corFundo {
    animation: corFundo 28s infinite, fade 28s;
}

.imgAnuncios {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 85%;
    height: 100%;
    background-color: whitesmoke;
}

.anuncios img {
    width: 45%;
    height: 65%;
}

.cards {
    display: grid;
    background-color: whitesmoke;
    width: 85%;
    height: 100%;
}

h2 {
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 100%;
    height: 50px;
    color: whitesmoke;
    background-color: var(--vermelho);
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.card {
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 15px;
    border-radius: 15px;
    width: 280px;
    height: 380px;
    background-color: aliceblue;
    transition: 0.5s ease;
}

.card:hover {
    transform: scale(1.01);
    box-shadow: 3px 3px 15px #1f1f1f8c;
}

.card:hover .nome {
    display: none;
}

.card:hover .cardImgs {
    display: flex;
}

.none {
    display: none;
}

.moverParaDireita {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-top: 60px;
    margin-left: -70px;
    transition: 0.5s ease;
}

.moverParaDireita:hover {
    transform: scale(1.06);
}

.moverParaEsquerda {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-top: 60px;
    margin-right: -70px;
    transition: 0.5s ease;
}

.moverParaEsquerda:hover {
    transform: scale(1.06);
}

.setaMoverCarrossel {
    width: 75%;
    height: 75%;
}


/* Footer */
footer {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: whitesmoke;
    padding: 20px;
    background-color: #0B0704;
    width: 100%;
    height: 500px;
}

footer button {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    gap: 10px;
    background-color: var(--roxo);
    font-size: 0.8rem;
    border-radius: 5px;
    width: 160px;
    height: 40px;
}

.containerFooter {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 40px;
    width: 100%;
    height: 50%;
}

.textoFooter {
    width: 100%;
    display: flex;
}

footer span {
    font-weight: 600;
}

.atendimento {
    display: grid;
    width: 100%;
}

.atendimento p {
    margin-bottom: 20px;
    width: 340px;
}

.atendimento button:hover {
    background-color: #310053;
}

.lojaFisica {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.institucional {
    width: 90%;
}

.linkInstitucional {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 33% 33% 30%;
    font-size: 0.8rem;
    gap: 25px;
}

a {
    all: unset;
}

a:hover {
    color: var(--roxo);
}

.sociais {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-top: 90px;
}

.iconSociais {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.instagram {
    width: 25px;
    height: 25px;
}

.facebook {
    width: 15px;
    height: 20px;
}

.youTube {
    width: 30px;
    height: 20px;
}

.twitter {
    width: 20px;
    height: 20px;
}

.iconSociais div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #0B0704;
    width: 40px;
    height: 40px;
    transition: 0.3s ease;
}

.iconSociais div:hover {
    background-color: #53008ea4;
}

.sociais button {
    border-style: solid;
    border-color: var(--roxo);
    background-color: #0B0704;
}

.sociais button:hover {
    border-color: var(--vermelho);
    color: var(--vermelho);
}

.creditos {
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-color: #0B0704;
    border-top-color: var(--vermelho);
    width: 100%;
    gap: 20px;
    margin-top: 40px;
    font-style: italic;
}

.creditos img {
    width: 60px;
    height: 60px;
}


/* CONFIGURAÇÕES PARA O CONTEÚDO DOS CARDS QUE SERÃO CRIADOS PELO JS */
.nome {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 230px;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: var(--cinza_escuro);
}

.cardImgs {
    display: none;
    flex-direction: row-reverse;
    padding: 10px;
    width: 100%;
    gap: 10px;
    height: 50px;
}

.cardImgs img {
    width: 25px;
    height: 25px;
}

.cardImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
}

.produtoCard {
    width: 70%;
    height: 70%;
}

.descricao {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    max-height: 20%;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: var(--cinza_mediano);
}

.preco {
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
}

.preco {
    gap: 65px;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
    color: var(--vermelho);
    font-weight: 550;
}

.preco img {
    width: 30px;
    height: 30px;
}

.preco p {
    width: 140px;
}

.avaliacao {
    display: flex;
}

.avaliacao img {
    width: 15px;
    height: 15px;
}


/* ANIMAÇÃO PARA A TROCA AUTOMÁTICA DO CARROSEL DE FUNDO*/
@keyframes slider {

    0%,
    24% {
        background-image: url(./img/tecladoCarrossel.png);
    }

    25%,
    49% {
        background-image: url(./img/monitoCarrossel.png);
    }

    50%,
    74% {
        background-image: url(./img/jblCarrossel.png);
    }

    75%,
    100% {
        background-image: url(./img/cameraCarrossel.png);
    }
}


/* ANIMAÇÃO PARA A TROCA DE COR GRADIENTE DE FUNDO */
@keyframes slide {

    0%,
    24% {
        background: #FFFFFF;
        background: linear-gradient(146deg, rgba(255, 255, 255, 1) 15%, rgba(189, 189, 189, 1) 30%, rgba(0, 0, 0, 1) 46%);
    }

    25%,
    49% {
        background: #FFFFFF;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 58%, rgba(94, 149, 163, 1) 79%, rgba(4, 90, 110, 1) 99%);
    }

    50%,
    74% {
        background: #FFFFFF;
        background: linear-gradient(146deg, rgba(255, 255, 255, 1) 13%, rgba(189, 189, 189, 1) 27%, rgba(0, 0, 0, 1) 42%);
    }

    75%,
    100% {
        background: #FFFFFF;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(189, 189, 189, 1) 31%, rgba(126, 127, 130, 1) 55%);
    }
}

@keyframes corFundo {

    0%,
    24% {
        background-color: rgba(0, 0, 0, 1);
    }

    25%,
    49% {
        background-color: rgba(4, 90, 110, 1);
    }

    50%,
    74% {
        background-color: rgba(0, 0, 0, 1);
    }

    75%,
    100% {
        background-color: rgba(255, 255, 255, 1);
    }
}



/* ANIMAÇÃO PARA SUAVIZAÇÃO DE TROCA DE IMAGENS DO CARROSSEL DE FUNDO */
@keyframes fade {
    0% {
        opacity: 1;
    }

    15%,
    85% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


/* Responsividades */
/* Mobile */
@media (max-width: 650px) {

    /* Background e Header */
    #bgCarrossel {
        background-size: 100% 100%;
        height: 63%;
        margin-bottom: 225px;
    }

    .fundoGradiente {
        animation: none;
        background-color: white;
    }

    .corFundo {
        animation: none;
        background-color: white;
    }

    header {
        padding-top: 20px;
        height: 90px;
        gap: 5px;
        max-width: 100%;
    }

    .logo {
        margin-left: -20px;
    }

    .logo img {
        width: 70px;
    }

    input {
        display: none;
    }

    .busca {
        margin-left: 20px;
        display: flex;
        width: 20px;
    }

    ul {
        width: 350px;
        margin-right: -45px;
        margin-top: 20px;
        gap: 10px;
        font-size: 9px;
        justify-content: flex-start;
        pointer-events: none;
    }

    li {
        width: 60px;
    }

    .areaCliente {
        margin-left: -25px;
        margin-top: -10px;
        width: 120px;
        height: 100px;
    }

    .logImg {
        width: 55px;
        height: 55px;
    }

    .login p {
        display: none;
    }

    .carrinho {
        display: none;
        gap: 5px;
    }


    /* Section e cards */
    section {
        margin-top: -105px;
        height: 420px;
    }

    .cards {
        margin-bottom: 80px;
        width: 100vw;
        height: 55vh;
        padding-top: 10px;
    }

    .card {
        margin-bottom: 70px;
        width: 225px;
        height: 350px;
        pointer-events: none;
    }

    .card:hover {
        transform: none;
        box-shadow: none;
    }

    .card:hover .nome {
        display: flex;
    }

    .moverParaDireita {
        margin-bottom: 70px;
    }

    .moverParaEsquerda {
        margin-bottom: 70px;
    }

    .cardImgs {
        display: flex;
        gap: 30px;
    }

    .cardImgs img {
        pointer-events: all;
    }

    .nome {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 0.9rem;
    }

    .preco {
        margin-top: 0;
        gap: 30px;
    }

    .preco p {
        font-size: 0.9rem;
    }

    .anuncios {
        margin-bottom: 155px;
        height: 23vh;
    }

    .imgAnuncios {
        width: 100%;
        margin-top: 80px;
    }

    .imgAnuncios img {
        height: 55%;
    }

    /* Footer */
    footer {
        pointer-events: none;
        padding: 10px;
        font-size: 0.7rem;
    }

    .containerFooter {
        grid-template-columns: none;
    }

    .atendimento {
        height: 15vh;
        width: 45%;
    }

    .atendimento p {
        display: none;
    }

    .atendimento button {
        font-size: 0.6rem;
        width: 150px;
    }

    .lojaFisica {
        width: 55%;
        height: 80%;
    }

    .institucional {
        display: none;
    }

    .sociais {
        margin-top: -40px;
    }

    .sociais span {
        display: none;
    }

    .iconSociais {
        width: 100%;
        flex-wrap: wrap;
    }

    .instagram {
        width: 20px;
        height: 20px;
    }

    .facebook {
        width: 15px;
        height: 20px;
    }

    .youTube {
        width: 30px;
        height: 20px;
    }

    .twitter {
        width: 20px;
        height: 20px;
    }

    .iconSociais button {
        width: 140px;
    }

    .creditos {
        margin-top: 50px;
    }
}

@media (min-width: 651px) and (max-width: 768px) {

    /* Bckground e Header */
    #bgCarrossel {
        background-size: 100% 100%;
        margin-top: 110px;
    }

    input {
        display: none;
    }

    .busca {
        display: flex;
    }

    ul {
        width: 650px;
        gap: 30px;
        margin-top: 50px;
        margin-left: -60px;
        font-size: 0.8rem;
        pointer-events: none;
    }

    li {
        width: 100px;
    }

    .areaCliente {
        margin-left: -380px;
        flex-direction: row-reverse;
        gap: 40px;
    }

    .areaCliente p {
        display: none;
    }

    .areaCliente img {
        width: 60px;
        height: 60px;
    }

    .carrinho img {
        width: 35px;
        height: 35px;
    }

    #allFavoritos {
        right: 240px;
        top: 15px;
    }

    #allCarrinhos {
        right: 155px;
        top: 15px;
    }

    /* Cards e Sections */
    section {
        margin-top: -20px;
    }

    .cards {
        width: 100%;
    }

    .card {
        width: 250px;
        height: 375px;
    }

    .card:hover {
        transform: none;
        box-shadow: none;
    }

    .card:hover .nome {
        display: flex;
    }

    .cardImgs {
        display: flex;
    }

    .imgAnuncios {
        width: 100%;
    }

    /* Footer */
    footer {
        height: 400px;
        pointer-events: none;
        padding: 10px;
        font-size: 0.7rem;
    }

    .containerFooter {
        grid-template-columns: none;
    }

    .atendimento {
        height: 15vh;
        width: 45%;
    }

    .atendimento p {
        display: none;
    }

    .atendimento button {
        font-size: 0.6rem;
        width: 150px;
    }

    .lojaFisica {
        width: 55%;
        height: 80%;
    }

    .institucional {
        display: none;
    }

    .sociais {
        margin-top: -10px;
    }

    .sociais span {
        display: none;
    }

    .iconSociais {
        width: 100%;
        flex-wrap: wrap;
    }

    .instagram {
        width: 20px;
        height: 20px;
    }

    .facebook {
        width: 15px;
        height: 20px;
    }

    .youTube {
        width: 30px;
        height: 20px;
    }

    .twitter {
        width: 20px;
        height: 20px;
    }

    .iconSociais button {
        width: 140px;
    }

    .creditos {
        margin-top: 90px;
    }

}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {

    /* Background e Header */
    #bgCarrossel {
        background-size: 100% 100%;
        height: 75%;
        margin-top: 95px;
    }

    header {
        padding-top: 20px;
        height: 180px;
        gap: 90px;
    }

    .logo img {
        margin-top: 20px;
        width: 130px;
    }

    input {
        margin-top: 20px;
        width: 400px;
    }

    ul {
        margin-left: -40px;
        width: 750px;
        margin-top: 50px;
        gap: 80px;
        font-size: 1rem;
        justify-content: flex-start;
        pointer-events: none;
    }

    li {
        width: 100px;
    }

    .areaCliente {
        flex-direction: row-reverse;
        margin-left: -370px;
        width: 430px;
        height: 110px;
    }

    .carrinho img {
        width: 55px;
        height: 55px;
    }

    #allFavoritos {
        font-size: 1.5rem;
        right: 280px;
        top: 20px;
        width: 35px;
        height: 35px;
    }

    #allCarrinhos {
        font-size: 1.5rem;
        right: 170px;
        top: 20px;
        width: 35px;
        height: 35px;
    }

    .logImg {
        margin-top: 10px;
        width: 85px;
        height: 85px;
    }

    .login p {
        display: none;
    }


    /* Section e cards */
    .informatica {
        margin-top: -55px;
        padding-top: 100px;
        height: 670px;
    }

    .eletronicos {
        margin-top: -35px;
        height: 670px;
    }

    .cards {
        margin-bottom: 80px;
        width: 90vw;
        height: 50vh;
    }

    .card {
        margin-bottom: 70px;
        width: 325px;
        height: 450px;
        pointer-events: none;
    }

    .card:hover {
        transform: none;
        box-shadow: none;
    }

    .card:hover .nome {
        display: flex;
    }

    .moverParaDireita {
        margin-bottom: 190px;
    }

    .moverParaEsquerda {
        margin-bottom: 190px;
    }

    .cardImgs {
        display: flex;
        gap: 30px;
    }

    .cardImgs img {
        width: 30px;
        height: 30px;
    }

    .cardImgs img {
        pointer-events: all;
    }

    .nome {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 1.3rem;
    }

    .descricao {
        font-size: 1.2rem;
    }

    .preco {
        margin-top: 0;
        gap: 80px;
    }

    .preco p {
        font-size: 1.3rem;
        width: 140px;
    }

    .avaliacao img {
        width: 20px;
        height: 20px;
    }

    .anuncios {
        height: 20vh;
    }

    .imgAnuncios {
        margin-top: -70px;
        width: 90vw;
    }

    .imgAnuncios img {
        height: 60%;
    }

    /* Footer */
    footer {
        pointer-events: none;
    }
}

/* Notebooks */
@media (min-width: 1025px) and (max-width: 1280px) {

    /* Background e Header */
    #bgCarrossel {
        background-size: 90% 100%;
        height: 90%;
        margin-top: 260px;
    }

    header {
        height: 150px;
        gap: 130px;
    }

    .logo img {
        width: 130px;
    }

    input {
        margin-left: -40px;
        margin-top: 20px;
        width: 500px;
    }

    ul {
        margin-left: -80px;
        width: 1000px;
        margin-top: 40px;
        gap: 60px;
        font-size: 1.1rem;
        justify-content: flex-start;
    }

    li {
        width: 150px;
    }

    .areaCliente {
        margin-left: -470px;
        width: 430px;
        height: 110px;
    }

    .carrinho img {
        width: 45px;
        height: 45px;
    }

    #allFavoritos {
        font-size: 1.5rem;
        right: 105px;
        top: 20px;
        width: 30px;
        height: 30px;
    }

    #allCarrinhos {
        font-size: 1.5rem;
        right: 5px;
        top: 20px;
        width: 30px;
        height: 30px;
    }

    .logImg {
        margin-top: 10px;
        width: 65px;
        height: 65px;
    }

    /* Section e cards */
    .informatica {
        margin-top: 60px;
        height: 770px;
    }

    .eletronicos {
        margin-top: -145px;
        padding-bottom: 100px;
        height: 770px;
    }

    .cards {
        margin-bottom: 80px;
        width: 90vw;
        height: 75vh;
    }

    .card {
        margin-bottom: 10px;
        width: 275px;
        height: 400px;
    }

    .moverParaDireita {
        margin-bottom: 60px;
    }

    .moverParaEsquerda {
        margin-bottom: 60px;
    }

    .cardImgs img {
        width: 30px;
        height: 30px;
    }

    .nome {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 1.1rem;
    }

    .descricao {
        font-size: 1.1rem;
    }

    .preco {
        margin-top: 20px;
        gap: 10px;
    }

    .preco p {
        font-size: 1.1rem;
        width: 180px;
    }

    .avaliacao img {
        width: 20px;
        height: 20px;
    }

    .anuncios {
        height: 30vh;
    }

    .imgAnuncios {
        margin-bottom: 275px;
        width: 90vw;
    }

    .imgAnuncios img {
        height: 60%;
    }
}