@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.menu{
    background-color:#9400D3;
    display:flex;
    justify-content: right;
    list-style: none;
}

.menu p{
    padding: 10px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding-right: 15px;
}

a{
    text-decoration: none;

}

.menu:hover{
    color: #000000;
    transition: 0.5s;
}

img{
    height: 33vh;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    object-fit: cover;
}

.logo-img{
    width:40px;
    height:100%;
}
.logo{
    position:absolute;                                         
    top:2px;
    left:10px;
}

div section h1{
    color: #530674 ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 20px;
    margin-left: 200px;
    font-size: 25px;
    margin-top: 50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 100;
}

div section p{
    color: #9400D3;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin-right: 50px;
    margin-top: 20px;
    font-size: 25px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

header nav div img p{
font-size: 30px;
}

.imagem{
    display: flex;
    margin-left: 100px;
}

.doce{
    margin: 2% 2% 2% 2%;
    width: 500px;
    height: 500px;
    border: 2px solid #530674;
}

.especificacao{
    display: flex;
}

.especificacao p{
    padding: 0px 125px 0px 120px;
    font-size: 30px;
    margin-left: 130px;
}

.container-two{
    width: 100%;
    height: 15vh;
}

.rodape{
    width: 100%;
    height: 27vh;
    background-color: #EEDAE5;
}

.whats{
    margin-top: 30px;
    margin-left: 6px;
    font-size: 20px;
}

.rodape h1 p{
    margin-left: 20px;
}

footer{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.contato{
    margin-left: 15px;
    font-size: 20px;
    margin: 7px;
}

footer h1{
    margin-left: 15px;
    color: #530674;
}

.pontilhado{
    margin-left: 0;
    margin-right: 0;
}


.descricao{
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
    .imagem{
        display: flex;
        flex-direction: column;
        margin-left: 3px;
    }

    .descricao:first-child{
        margin-left: 10px;
    }

    .rodape{
        height: 37vh;
    }


    .titulo{
        margin-left: 4em;
    }

    .especificacao{
        display: flex;
        flex-direction: column;
    }

}

@media screen and  (min-width: 601px) and (max-width: 800px) {
    .imagem{
        display: flex;
        flex-direction: column;
        margin-left: 3px;
    }

    .descricao:first-child{
        margin-left: 10px;
    }

    .rodape{
        height: 37vh;
    }


    .titulo{
        margin-left: 4em;
    }

    .especificacao{
        display: flex;
        flex-direction: column;
    }

}





