/* FOOTER PAGE CSS __________________________________________________________________________________________________*/

.content_privacy_policy_text {
    padding-top: 35px;
}


/* First Image */

.jumbotron-topbar-footer-page {
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
}


.container.img.page img {
    padding-top: 25px;
    height: 220px;
    padding-bottom: 50px;
}

@media screen and (min-width: 100px) and (max-width: 991px) {
    .container.img.page img {
        width: 100%;
        height: 100%;
    }
}


/* Image SPIM */
.img.page.spim img,
.img.page.maxiplas img,
.img.page.inpact img {
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 100px) and (max-width: 1200px) {
    .img.page.spim img,
    .img.page.maxiplas img,
    .img.page.inpact img {
        width: 100%;
        height: 100%;
    }

}

@media screen and (min-width: 100px) and (max-width: 575px) {
    .img.page.spim,
    .img.page.maxiplas,
    .img.page.inpact {
        padding-left: 0;
        padding-right: 0;
    }





