@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Pompiere&family=Questrial&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'arial';
}


html,
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

body {
    overflow-x: hidden;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 18px;
    border-bottom: 3px solid #d4b764;
    align-items: center;
}

header h1 {
    font-family: 'playfair display';
    font-weight: 450;
    text-transform: uppercase;
    font-size: 40px;
    color: #895f37;
}

header h3 {
    font-family: 'pompiere';
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    color: #99813e;
}

header img {
    width: 60px;
}

.icons {
    display: flex;
    gap: 20px;
    margin: 5px;
}

.secao-1 {
    background: url(img/fundo-secao-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    border-bottom: #d4b764 solid 4px;

}

.home {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}

.logo {
    display: flex;
    flex-direction: column;
}


.logo a {
    text-decoration: none;
    text-align: center;
    color: white;
    border: 0;
    font-size: 22px;
    border-radius: 2pc;
    background-color: #c7ab63;
    padding: 15px;
    transition: 0.5s;
}

.logo a:hover {
    transform: translateY(-10px);
    transition: 0.5s;
}

.foto-secao {
    width: 400px;
    height: 550px;
    object-fit: cover;
    margin: 50px 0px 0px 180px;
    border-radius: 50% / 30%;
}

.secao-2 {
    background: url(img/fundo-secao-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 40px;
    margin: 10px;
}

.card img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 5pc;
}

.card p {
    margin-top: 5px;
    font-size: 20px;
}

.card {
    background-color: #c7ab63;
    color: white;
    border: solid 3px #c7ab63;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 15px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}

.card-v-2 {
    background-color: white;
    color: #c7ab63;
    border: solid 3px #c7ab63;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 15px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);

}

.card-v-2 img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 5pc;
}

.card-v-2 p {
    margin-top: 5px;
    font-size: 20px;

}

.secao-2 h2 {
    color: #99813e;
    font-size: 52px;
    font-family: 'questrial';
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin: 20px 0px 20px 0px;
}

.card,
.card-v-2 {
    height: 230px;
    box-sizing: border-box;
}

.secao-3 {
    background: url(img/fundo-secao-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.page-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-s2 {
    margin: 85px;
    font-size: 30px;
    color: white;
}

.secao-3 img {
    width: 450px;
    height: 530px;
    border-radius: 7pc;
    padding: 10px;
}

.secao-4 {
    background: url(img/fundo-secao-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

.secao-4 h2 {
    color: #895f37;
    font-size: 52px;
    font-family: 'questrial';
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding: 20px 0px 0px 0px;
}

.cards-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    color: white;
}

.card-left,
.card-right {
    display: grid;
    position: relative;
    background-color: #c7ab63;
    padding: 70px;
    border: dashed white 3px;
    outline: 8px solid #c7ab63;
    margin: 20px;
    max-width: 500px;
    font-size: 26px;
    border-radius: 10px;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: transform 0.3s;
}

.whatsapp img:hover {
    transform: scale(1.1);
}

footer {
    background-color: #4d2f14;
    border-top: #d4b764 solid 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    color: white;
}

footer h2 {
    padding: 6px;
    font-size: 30px;
}

.info {
    display: flex;
    flex-direction: column;
}

.maps {
    width: 400px;
    height: 250px;
    border-radius: 30px
}


.info img {
    width: 180px;
    display: flex;
    justify-content: center;
    text-align: center;
}

footer p {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.infos {
    display: flex;
    align-items: center;
    gap: 15px;
}

.infos img {
    width: 30px;
}

@media (max-width: 768px) {

    header {
        display: none;
    }

    .home {
        display: flex;
        flex-direction: column;
        gap: 40px;
        min-height: 100vh;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .foto-secao {
        display: none;
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 13px;
    }

    .page-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text-s2 {
        margin: 35px;
        font-size: 21px;
        color: white;
    }

    .secao-3 img {
        display: block;
        content: url('img/IMG_5565.JPEG');
        width: 300px;
        height: 390px;
        object-fit: cover;
        border-radius: 7pc;
        margin: 0 auto;
       
    }

    .secao-4 h2 {
        color: #895f37;
        font-size: 40px;
        font-family: 'questrial';
        text-transform: uppercase;
        text-align: center;
        font-weight: 500;
        padding: 20px 0px 0px 0px;
    }

    .secao-2 h2 {
        font-size: 40px;
    }

    .cards-4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        color: white;
        gap: 1px;
    }

    .card-left,
    .card-right {
        display: grid;
        position: relative;
        background-color: #c7ab63;
        padding: 55px;
        border: dashed white 3px;
        outline: 8px solid #c7ab63;
        margin: 20px;
        max-width: 500px;
        font-size: 23px;
        border-radius: 10px;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        color: white;
    }

    footer h2 {
        padding: 6px;
        font-size: 30px;
    }

    .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }

    .maps {
        width: 350px;
        height: 250px;
        border-radius: 30px;
        padding: 20px;
    }


    .info img {
        width: 180px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    footer a {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }

    .infos {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .infos img {
        width: 30px;
    }


}

@media (max-width: 568px) {

    .logo img {
        width: 250px;
    }


    .foto-secao {
        width: 260px;
        height: 360px;
        border-radius: 999px;
        margin: 20px auto;
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }

    .secao-2 h2 {
        font-size: 40px;
    }

    .card p {
        font-size: 15px;
    }

    .card-v-2 p {
        font-size: 15px;
    }


    .card {
        background-color: #c7ab63;
        color: white;
        border: solid 3px #c7ab63;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        padding: 1px;
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
    }

    .card-v-2 {
        background-color: white;
        color: #c7ab63;
        border: solid 3px #c7ab63;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        padding: 1px;
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
    }

    .card img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        border-radius: 5pc;
    }

    .card-v-2 img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        border-radius: 5pc;
    }
}