html{
    background-color: #f4f3ed;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

h1{
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
}

h1{
    position: absolute;
    width: 814px;
    height: 100px;
    left: 300px;
    top: 110px;
}

.imagem_um{
    position: absolute;
    width: auto;
    height: auto;
    left: 120px;
    top: 265px;
    max-width: 100%;
}

.imagem_dois{
    position: absolute;
    width: auto;
    height: auto;
    top: 340px;
    max-width: 100%;
}
    
.imagem_tres{
    position: absolute;
    width: auto;
    height: auto;
    left: 720px;
    top: 250px;
    max-width: 100%;
}

#img_quatro{
    position: absolute;
    left: 1250px;
    top: 1500px;
    max-width: 100%;
}

#logo{
    position: absolute;
    width: 200px;
    top: 40px;
    left: 60px;
    max-width: 100%;
}

#wat{
    position: absolute;
    width: 42px;    
    top: 43px;
    left: 300px;
    max-width: 100%;
}

.texto{
    position: absolute;
    left: 600px;
    bottom: 70px;
    width: 600px;
    height: 500px;
    font-size: 18px;
    text-align: justify;
    font-family: 'Playfair Display';

}

#nave{
    width: auto;
    padding-top: 25px;
    padding-left: 280px;
}

#contato{
    position: absolute;
    font-size: xx-large;
    font-family: 'Montserrat', sans-serif;
    left: 345px;
    top: 10px;
}

#telefone{
    position: absolute;
    font-size: xx-large;
    font-family: 'Montserrat', sans-serif;
    left: 550px;
    top: 10px;
}

a{
    text-decoration: none;
    color: black;
}

.apresentacao{
    position: absolute;
    width: 400px;
    top: 200%;
    right: 90px;
    text-align: right;
    font-family: 'Playfair Display';
    font-size: 35px;
}

iframe{
    position: absolute;
    top: 220%;
    left: 155%;
    transform: translate(-50%, -50%);
}

.catalogo{
    position: absolute;
    top: 190%;
    left: 950px;
}

footer{
    margin-top: 10%;
    background-color: #f4f3ed;
    color: #fff;
    padding: 40px;
    text-align: center;
    
}   

@media screen and (max-width: 768px){
    .texto{
        width: 50%;
        padding: 10%;
    }
}