@media (max-width:499px) {

    /****************************************************************************************************/
    /*** #COVER ***/
        #cover {
            overflow: hidden;
        }
        #cover .logo img {
            max-width:75%;
            margin-top: 20%;    
        }
        #cover .items-div {
            /* height: 100vh;
            width: 100vw;; */
        }
        #cover .items-div .items {
            position: relative;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: flex-end;
            float: right;
        }
        #cover #cover_bus {
            position:absolute;
            bottom: 0;
            right: 0;
            height: auto;
            width: 110vw;
        }
        #cover #cover_img1 {
            position:absolute;
            top: 24%;
            right: 6vw;
            max-height: 27%;
            height: 100%;
        }
        #cover #cover_img2 {
            position:absolute; 
            top: 29%;
            right: 90%;
            max-height: 35%;
            height: 100%;
        }
        #cover #cover_img5 {
            position:absolute; 
            top: 46%;
            left: -115%;
            max-height: 25%;
            height: 100%;
            z-index: 1;
        }
        #cover #cover_img3 {
            position:absolute;
            top: 61vh;
            left: -130%;
            max-height: 25%;
            height: 100%;
        }
        #cover #cover_img4 {
            position:absolute;
            bottom: 0;
            left: -145%;
            max-height: 24%;
            height: 100%;
        }
    /*** #COVER - END ***/
    /****************************************************************************************************/



/****************************************************************************************************/
/*** #SUBCOVER ***/
    #subcover {
        /* background:#cae0ed; */
        overflow: hidden;
    }
    #subcover .items-div {
        overflow: hidden;
    }
    #subcover #subcover_bg {
        margin-left: -60px;
    }
    #subcover #subcover_img_bus {
        top: 60%;
        max-width: 55%;
        left: -65%;
    }
    #subcover #subcover_img1 {
        top: 4%;
        left: -2%;
        max-width: 30%;
    }
    #subcover #subcover_img2 {
        top: 51%;
        left: 72%;
        max-height: 45%;
    }
    #subcover #subcover_img3 {
        top: 37%;
        left: 38%;
        max-height: 80%;
    }
/*** #SUBCOVER - END ***/
/****************************************************************************************************/







/****************************************************************************************************/
/*** #ITEMS ***/
    #items {
        margin-top: 0;
        overflow: hidden;
    }
    #items .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    #items .items-div {
        margin: 0;
    }
    #items .items-div .item-text-div, #items .items-div .item-text-div-2, #items .items-div .item-text-div-3 {
        padding-left: 0;
        padding-right: 0;
    }
    #items .items-div .item-sub-img {
        width: 15vw;
        max-width: 57px;
    }
    #items .items-div .item-sub-img-2 {
        top: 12vh;
        left: 33vw;
        width: 30vw;
        max-width: 112px;
    }
    #items .items-div .item-sub-img-3 {
        top: 14vh;
        left: 26vw;
        width: 40vw;
        max-width: 149px;
    }
    #items .items-div .item-sub-img-5 {
        top: 11vh;
        left: 26vw;
        width: 37vw;
        max-width: 139px;
    }


    /* ANIMACAO - ONIBUS */
        .cloud-4, .cloud-2 {
            bottom: 1vh;
        }        
        .cloud-5 {
            bottom: -3vh;
        }        
        .cloud-7 {
            bottom: 5vh;
        }        
        .onibus-animation{
            max-width: 45%;
            left: 30%;
        } 
        
    /* END - ANIMACAO - ONIBUS */
        
/*** #ITEMS - END ***/
/****************************************************************************************************/





/****************************************************************************************************/
/*** #CARACT ***/
    #caract {
        /* display: none; */
        background: #002A41;
        height: auto;
        width: 100vw;
        position: relative;
        overflow: hidden;
    }
    #caract .container-fluid {
        padding: 8% 0;
    }
/*** #CARACT - END ***/
/****************************************************************************************************/




/****************************************************************************************************/
/*** #FOOTER ***/
    #footer {
        height: auto;
        overflow: hidden;
    }
    #footer .container-fluid {
        padding: 25px 10px 10px 10px;
    }
    #footer .container-fluid .row {
        margin: 0;
    }
    #footer .container-fluid .col {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
    }
    #footer .logo-1 {
        /* max-height: 35px; */
    }
    #footer .logo-2 {
        /* max-height: 28px; */
    }
    #footer .cofinanciado-div {
        text-align: center;
        position: absolute;
        display: grid;
        left: -2px;
        margin-top: -16px;
        opacity: 0.7;
    }
    #footer .cofinanciado-text {
        font-size: 11px;
    }
    #footer .cofinanciado-img {
        /* max-height: 17px; */
        /* margin-top: 10px; */
    }
/*** #FOOTER - END ***/
/****************************************************************************************************/




}



