.footAzul{
    background-color: #272C74 !important;
}

.pFooter{
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.iFooter a{
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #ff7b00 !important;
}

.imgF{
    height: 80px !important;
    width: auto !important;
}

.logoF{
    height: 100px !important;
}

/*-------------------------TABLET VERTICAL (MD 1000 px)-------------------------*/

@media (max-width: 900px) {
    .pFooter{
        font-size: 14px !important;
        font-weight: 600 !important;
    }    

    .imgF{
        height: 60px !important;
        
    }

    .logoF{
        height: 80px !important;
    }

    .pFooter{
        font-size: 10px !important;
        font-weight: 600 !important;
    }
}

/*-------------------------TABLET VERTICAL (MD 1000 px)-------------------------*/

@media (max-width: 500px) {
    .pFooter{
        font-size: 12px !important;
        font-weight: 600 !important;
    }    

    .imgF{
        height: 100% !important;
        width: auto;
    }

    .logoF{
        height: 80px !important;
    }

    .pFooter{
        font-size: 12px !important;
        font-weight: 600 !important;
    }
    
}