﻿.headerBim {
    font-weight: 100 !important;
    margin-top: 80px;
}

.headerBim .desc {
    font-size: 20px;
}

.headerBim .title {
    font-size: 60px;
}

.desktopContent{
    display: block;
}

.mobileContent {
    display: none;
}

#gestaoTitle {
    font-size: 40px !important;
    font-weight: bold;
    color: #0E516A !important
}

#projecao-bim-img {
    width: 100% !important;
}

.vantagens-icons {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}



@media(max-width:768px) {
    h1 {
       font-size: calc(1.1rem + .24vw);
    }
    h4 {
        font-size: calc(0.55rem + .24vw);
    }
    p {
        font-size: calc(0.55rem + .24vw);
    }

    .col-lg-4 {
        padding: 0 0px !important;
    }
    .display-4 {
        font-size: calc(1.100rem + .66vw) !important;
    }
    .headerBim {        
        margin-top: 0px;
    }
    .headerBim .desc {
        font-size: 15px;
    }

    .headerBim .title {
        font-size: 45px;
    }

    #gestaoTitle {
        font-size: 22px !important;
    }

    .corte-imagem {
        width: 130%;
        height: 40vw;
        overflow: hidden;
        position: relative;
        transform: translateX(-12%);
    }

    .vantagens-icons {
        width: 40px !important;
        height: 40px !important;
    }

    .secao-com-background {
        font-size: 12.2px !important;
    }

    .desktopContent {
        display: none !important;
    }

    .mobileContent {
        display: block !important;
    }

    .tituloProjeto {
        padding: 5px !important;
        font-size: calc(0.70rem + .24vw) !important;
    }

    .projeto {
        margin-bottom: 35px !important;
    }
}