@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: flex-end;
    align-items:center;
    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: #530674;
    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;
}

.container-header{
    height: 30vh;
}
.container{
    height: 35vh;
    background-color: aliceblue;
}

.container p{
    color: #ae76c7;
    font-size: 30px;
    text-align: center;
}

.img-one{
    display: flex;
   margin-left: 300px;
   margin-top: 100px;
}

.img-one p{
    font-size: 25px;
}

.contato{
    width: 100px;
    height: 100px;
}

.map{
    text-align: center;
    margin-top: 70px;
}

.mapa{
    width: 500px;
    height: 395px;
    margin-bottom: 120px;
}

#contato{
    margin-left: 300px;
}

.insta{
    margin-left: 30px;
}

.whatsapp{
    margin-left: 50px;
}

.rodape{
    width: 100%;
    height: 27vh;
    background-color: #EEDAE5;
}

.rodape h1{
    margin-left: 10px;
}

.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;
}

.contact{
    margin-left: 15px;
    font-size: 20px;
    margin: 7px;
}

footer h1{
    margin-left: 15px;
}

section{
    height: 40vh;
}

