@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://unpkg.com/leaflet/dist/leaflet.css');

body {
    margin: 0;
    background-color: #f5f6f4;
    font-family: Ubuntu, sans-serif;
}

header {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.logo {
    width: 250px;
}

#redes {
    display: flex;
    gap: 10px;
    align-items: center;
}

.redesfi {
    width: 60px;
}

#fundo-main {
    text-align: center;
    
}

#divfaxada {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    opacity: 30%;
    position: absolute;
    inset: 0px;
}

.faxada-noite {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: 5% 15%;
}

#conteudo-main {
    visibility: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#texto-central {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    width: 700px;
}

button:hover {
    opacity: 75%;
}

button {
    background-color: black;
    color: white;
    text-align: center;
    padding: 18px 20px;
    border: none;
    border-radius: 8px;
    transition-duration: 0.4s;
    font-size: 17px;
    margin-top: 10px;
}

.seccoes {
    visibility: hidden;
    margin-left: 55px;
}

#div-sec2 {
    margin-top: 400px;
    
}

#h2-sec2 {
    font-size: 80px;
}

#p-sec2 {
    font-size: 35px;
    font-weight: bold;
}

#div-sec3 {
    margin-top: 100px;
}

.blocos-sec3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    gap: 4%;
}

.divblock-sec3 {
    width: 400px;
    padding-right: 20px;
}

.selo {
    width: 45px;
}

.p-sec {
    font-size: 19px;
    color: #000000b9;
    line-height: 150%;
}

#h2-sec {
    font-size: 50px;
}

.flex-img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
    margin-top: 200px;
    margin-bottom: 200px;
}

.div-img-sec4 {
    margin-top: 30px;
    width: 400px;
    height: 400px;
}

.div-img-sec4 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%;
}

.div-img-sec4 > img:hover {
    opacity: 0.7;
    transition: 0.4s;
    cursor: pointer;
}

#div-qualidade2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 4%;
}

.qualidade2 {
    width: 330px;
}

h1 {
    font-size: 70px;
}

h3 {
    font-size: 30px;
}

#div-faxada {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2%;
    margin-top: 200px;
}

.div-sec6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 700px;
    width: 700px;
}

#faxada {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2%;
    object-position: 5% 5%;
}

#h2-sec6 {
    font-size: 55px;
}

#p-sec6 {
    font-size: 19px;
    color: #000000d3;
    line-height: 150%;
}

#map {
    height: 400px;
    border-radius: 5px;
    margin: 150px 5px 60px -50px;
    box-shadow: 1px 1px 10px #00000025;
}

footer {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 50px;
    text-align: right;
}

/* Responsividade */
@media (max-width: 768px) {
    .logo {
        width: 180px;
        padding-left: 10px;
    }

    #map {
    margin-left: 5px;
    }

    footer {
    margin-bottom: 50px;
    justify-content: center;
    }

    div#redes{
        display: none;
    }
    
    #redes {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .redesfi {
        width: 35px;
    }

    #texto-central {
        font-size: 18px;
        width: 90%;
    }

    h1 {
        font-size: 40px;
    }

    #div-sec2 {
        margin: 300px 20px 0 20px;
    }

    #h2-sec2 {
        font-size: 32px;
        text-align: center;
        margin: 0;
    }

    #p-sec2 {
        font-size: 18px;
        text-align: center;
        margin: 10px 0;
    }

    .seccoes{
        margin-left: 0px;
    }

    .blocos-sec3,
    #div-qualidade2,
    #div-faxada {
        flex-direction: column;
        align-items: center;
    }

    .divblock-sec3,
    .qualidade2,
    .div-sec6 {
        width: 90%;
    }

    .div-img-sec4 {
        width: 90%;
        height: auto;
    }

    #h2-sec6 {
        font-size: 32px;
        text-align: center;
    }

    #p-sec6 {
        font-size: 16px;
        text-align: center;
    }
}
