*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;

}

body{
        background-color: #000000;
        color: #f7f7f7;
        border-color: #cba052;
        overflow-x: hidden;

}

button{
    font-family: "Roboto Condensed";
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    font-size: 16px;
    opacity: .8;
    transition: all .3s;
}

button:hover{
    opacity: 1;
    ?
}

a{
    color: white;
    opacity: 0.7;
    transition: all .3s;
    text-decoration: none;

    &:hover{
        opacity: 1;
    }
}

header{
    width: 100%;
    display: flex;
    padding: 3%;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99;
    font-family: "Roboto Condensed";

    ul{
        display: flex;
        gap: 20px;
        list-style-type: none;

        background-color: #0a0a0a2c;
        backdrop-filter: blur(10px);
        background-opacity: 0.3;
        margin: 0px;
        padding: 15px 20px;
        border-radius: 10px;
        border: 1px solid #cba052;
        border-opacity: 0.1;

    }
}


.logotipo1{
    width: 80px;
    background-color: #0a0a0a56;
    backdrop-filter: blur(10px);
    background-opacity: 0.1;
    border-radius: 40px;

    backdrop-filter: blur(20px);
}

section{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4%;
}

.inicio{
    background-image: url(assets/bannerwebpm5.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;    

    p{
    opacity: 0.9;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
    }

    h1{
        font-size: 4vw;
        font-weight: 300;
        letter-spacing:  0.08em;
        font-family: "EB Garamond";
        color: #cba052;
        margin-top: 5%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.incioContent{
    display: flex;
    align-items: center;
}

h2{
    font-size: 60px;
    font-weight: 500;
    font-family: "EB Garamond";
    color: #cba052;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

p{
    opacity: 0.9;
    font-family: "Roboto";
    font-weight: 300;
}

h3{
    font-size: 20px;
    font-weight: 500;
    font-family: "EB Garamond";
    color: #cba052;
}

.processo{
    align-items: center;
    background-image: url(assets/bgimagen.webp);
    position: relative;
    min-height: 100vh;
    padding-bottom: 100px;
}


.divCards{
    display: flex;
    flex-wrap: wrap;
    margin: 190px 0px 20px;
    justify-content: center;
    align-items: center;
    
}

.card{
    width: 20.5%;
    padding: 32px 20px;

    h3{
        font-size: 24px;
        font-weight: 500;
        margin: 20px 0px 4px;
    }
    img{
        width: 200px;
        align-items: center;
        justify-content: center;
    }

    .imageCard{
        display: flex;
        width: 100%;
        justify-content: center;

    }
}

.divImagens01{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0px 80px;
    gap: 8px 0.5%;

    img{
        width: 24.5%;
        filter: saturate(0);
        transition: all 0.3s;
        
        &:hover{
        filter: saturate(1);
        }
        
    }
}

.h2, .divCards{
    z-index: 2;
}



.divSobre{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    min-height: 100vh;
    padding: 200px 40px 80px 40px;
}

.sobreContent{
    flex: 0 1 55%;
    padding-top: 0;
}

.sobreTitle{
    text-align: left;
    margin-bottom: 16px;
}

.sobreContent h3{
    text-align: left;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.15em;
}

.sobreContent p{
    text-align: left;
    line-height: 1.8;
}

.sobreContent p + p {
    margin-top: 24px;
}

.sobreImg{
    flex: 0 1 40%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    height: fit-content;
    align-self: flex-start;
    margin-top: 0;
}

.sobreBox{
    background-color: transparent;
    border: 2px solid #cba052;
    min-height: 220px;
    overflow: hidden;

}

.sobreBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.footer{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 80px 40px;
    background: linear-gradient(180deg, #000000 0%, #1a1a1a 25%, #775e2f 90%, #cba052 100%);
    text-align: center;
    position: relative;
}

.divFooterCt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.divFooterCt p{
    max-width: 600px;
    font-size: 18px;
    line-height: 1.6;
}

.divInfo{
    display: none;
}

.divFooterFinal{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
}

.footerLeft,
.footerRight{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    opacity: 0.9;
}

.footerTitle{
    font-size: 36px;
    font-weight: 500;
    font-family: "EB Garamond";
    color: #e9e9e9;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.footerLeft{
    text-align: left;
}

.footerRight{
    text-align: right;
}

.divFooterFinal p{
    margin: 0;
    line-height: 1.4;
}

.footer button{
    padding: 16px 48px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin-top: 32px;

        &:hover{
        opacity: 1;
        color: #cba052;
        border-color: #cba052;
        }
}




@media screen and (max-width:700px){
    .card{
        width: 49%;
    }

    .nav{
        display:flex;
        justify-content: center;
    }

    header{
    width: 100%;
    display: flex;
    padding: 3%;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99;
    font-family: "Roboto Condensed";

    ul{
        display: flex;
        gap: 20px;
        list-style-type: none;

        background-color: #0a0a0a2c;
        backdrop-filter: blur(10px);
        background-opacity: 0.3;
        margin: 0px;
        padding: 15px 20px;
        border-radius: 10px;
        border: 1px solid #cba052;
        border-opacity: 0.1;

    }
    }

     .logotipo1{
        width: 40px;
    }

    .inicio{
        margin-top: 4%;
    }

    .processo{
        padding-bottom: 4%;
    }

    .divSobre{
        margin-top: 4%;
    }

         .h1{
            font-size: 50px;
        }


    .inicioContent{
        margin-top: 20%;

       
    }
     


}



@media screen and (max-width:500px){
    .card{
        width: 99%;
    }
    .incioContent{
        align-items: center;
    }
    .processo{
        padding-bottom: 4%;
    }
    .divSobre{
        flex-direction: column;
        min-height: auto;
        padding: 120px 20px 40px 20px;
        gap: 40px;
        margin-top: 4%;
    }
    .sobreContent{
        flex-basis: 100%;
    }
    .sobreImg{
        flex-basis: 100%;
    }

     .nav{
        display:flex;
        justify-content: center;
    }

    header{
    width: 100%;
    display: flex;
    padding: 3%;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99;
    font-family: "Roboto Condensed";

    ul{
        display: flex;
        gap: 15px;
        list-style-type: none;

        background-color: #0a0a0a2c;
        backdrop-filter: blur(10px);
        background-opacity: 0.3;
        margin: 0px;
        padding: 7px 10px;
        border-radius: 10px;
        border: 1px solid #cba052;
        border-opacity: 0.1;

    }
    }
    
    .logotipo1{
        width: 40px;
    }

    .inicio{
        margin-top: 4%;
    }


         .h1{
            font-size: 50px;
        }


    .inicioContent{
        margin-top: 20%;

       
    }

        .h1{
            font-size: 50px;
            size: 50px;
        }

}

