.img-sm {
    height: 100px;
    width: 100px;
}

.img-lg {
    height: 200px;
    width: 200px;
}

.img.img-logo {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-30years{
    background-image: url('../images/30anos.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-national-company {
    background-image: url('../images/brasileiro.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-contact {
    background-image: url('../images/contato.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-fb {
    background-image: url('../images/icon_facebook.gif');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-tw {
    background-image: url('../images/icon_twitter.gif');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-in {
    background-image: url('../images/icon_linkedin.gif');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-banho {
    background-image: url('../images/img_bkg3.png');
    background-position: center center;
    background-size: 100%, cover;
    background-repeat: no-repeat;
    background-position: center, center;
}

.img.img-banho-m {
    background-image: url('../images/img_bkg3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.img.img-banner-press-1 {
    background-image: url('../images/imagem1.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-banner-press-2 {
    background-image: url('../images/imagem2.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-banner-press-3 {
    background-image: url('../images/imagem3.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-banner-press-4 {
    background-image: url('../images/imagem4.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-banner-press-5 {
    background-image: url('../images/imagem5.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-banner-press-6 {
    background-image: url('../images/imagem6.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-banner-press-7 {
    background-image: url('../images/imagem7.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.img.img-banner-press-8 {
    background-image: url('../images/imagem8.png');
    background-repeat: no-repeat;
    background-size: contain, cover;
}





