﻿.img-video-example {
    width: 500px;
}

.dados-empresa p {
    text-align: justify;
    font-size: 18px;
}

.ico {
    width: 50px;
}

.ico-md {
    width: 40px !important;
}

.comprar-com-barriforte{
    font-weight:700;
    font-family: GilRoy-ExtraBold;
}

.dados-empresa ul li {
    color: #458B00;
    font-size:18px;
}
.boneco-barrica{
    width:160px;
    position:absolute;    
    bottom:-100px;
    right:0px;
}




@media only screen and (min-width: 1200px) {
    .img-video-example {
        width: 500px;
    }
}


/********************
*   Desktop - Medium *
********************/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .img-video-example {
        width: 500px;
    }
    .boneco-barrica {
        width: 120px;
        bottom: -50px;
    }
}

/********************
*   Tablet - Small *
********************/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-video-example {
        width: 375px;
    }
    .boneco-barrica {
        width: 150px;        
        bottom: -50px;        
    }
}

/********************
*   Mobile - Extra Small  *
********************/
@media only screen and (max-width: 767px) {
    .img-video-example {
        width: 375px;
    }
    .boneco-barrica {
        width: 110px;
        bottom: -70px;
        right:10px;
    }
}