*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

html, body{
     overflow-x: hidden;
}

body{
    background-color: #F0F1DF;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
.menu{
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    
    width: 90%;
    padding: 15px 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background: rgba(240, 241, 223, 0.300);
    backdrop-filter: blur(10px);

    border-radius: 25px;
    border: 1px solid rgba(240, 241, 223, 0.57);

    z-index: 999;
}

.logo img{
    height: 32px;
}

.nav a{
    text-decoration: underline;
    font-size: 15px;
    color: #10171F;
    font-weight: 500;
}
.blur_fix{
    position: fixed;
    top: 0px;
    left: 0%;
    background-image: url("../img/blur_fix.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    aspect-ratio: 412/121;

}

.link-banner{
    display: block;
}

.banner{
    width: 100%;
    aspect-ratio: 412/600;
    padding: 0px;
    background-image: url("../img/banner.png");
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.txt_pq{
    width: 100%;
    aspect-ratio: 390/588;

    background-image: url("../img/txt_pq.png");
    background-size: cover;
    background-position: center;
}

.card_consu{
    margin-top: 20%;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 6%;
    width: 90%;
    max-width: 363px;
    aspect-ratio: 363/229;
    padding: 10px;
    background-image: url("../img/card_consu.png");
    background-size: cover;
    background-position: center;
}

.card_int_ambar{
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 6%;
    width: 90%;
    max-width: 363px;
    aspect-ratio: 363/347;
    padding: 1px;
    background-image: url("../img/card_int_ambar.png");
    background-size: cover;
    background-position: center;
}

.oq_lan{
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 6%;
    width: 90%;
    max-width: 363px;
    aspect-ratio: 363/450;
    padding: 1px;
    background-image: url("../img/oq_lan.png");
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.pq_solicitar{
    margin-bottom: 6%;
    width:100%;
    height: 303px;
    padding: 1px;
    background-image: url("../img/pq_solicitar.png");
    background-size: cover;
    background-position: center;
}

.txt_crescimento{
    margin-bottom: 15%;
    margin-left: 5px;
    width:365px;
    height: 120px;
    padding: 1px;
    background-image: url("../img/txt_crescimento.png");
    background-size: cover;
    background-position: center;
}

.btn{
    margin-bottom: 20%;
    margin-left: 30px;
    width: 90%;
    max-width: 330px;
    aspect-ratio: 330/100;
    padding: 1px;
    background-image: url("../img/btn.png");
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.rodape{
    width: 100%;
    aspect-ratio: 412/179;

    background-image: url("../img/rodape.png");
    background-size: cover;
    background-position: center;
}
