.bannerBase{
    width: 100%;
    height: auto;
    background-color: white;
}
.menu{
    width: 100%;
}
.banner{
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 84vh;
}
.contra-banner{
    background-color: rgba(0, 0, 0, 0.74);
    width: 100%;
    height: 84vh;
}
.passgem{
    width: 100%;
    height: 6.5vh;
    background-color: #EADA94;
}
.sobre{
    width: 100%;
    height: auto;
}
.parceiro{
    width: 100%;
    height: 100vh;
    background-color: #EADA94;
}
.apoio{
    width: 100%;
    height: 100vh;
    background-color: #F2F2F2;
}
.investir{
    width:100%;
    background-color: #EADA94;
}
.contra-investir{
    width:100%;
    background-image: url('../img/Group.png');
    background-repeat: no-repeat;
    background-position: right;

}
.boardBase{
    width: 100%;
    height: 100vh;
}
.saiba{
    width: 100%;
    height: 260px; 
    background-image: url('../img/saiba.png');
    margin-top: 100px;  
    margin-bottom: 260px;  
    background-repeat: no-repeat; 
    background-size: cover;
}
.saiba-contra{
    width: 100%;
    height: 260px; 
    background: rgba(0, 0, 0, 0.74);
}
@media (max-width:1366px) {
    .banner{
        height: 100vh;
    }
    .contra-banner{
        height: 100vh;
    }
}

@media (max-width:1100px) {
    .banner{
        height: auto;
    }
    .contra-banner{
        height: auto;
    }
    .passgem{
        height: auto;
    }
    .sobre{
        height: auto;
    }
    .boardBase{
        height: auto;
    }
    .saiba, .saiba-contra{
        height: auto;
    }
   
}