  * {
        -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
        -moz-box-sizing: border-box; /* Firefox 1 - 28 */
        box-sizing: border-box;
    }
	.modal-content{
		background: rgba(35, 64, 132, 0.8);
		color: #fff;
		border-radius:0;
	}
	.modal-header button{
		display:none;
	}
	.mw-gallery-container .item{
		display:none;
	}
	.mw-gallery-container .item-active{
		display:block;
	}
	.mw-gallery-image{
		width:100%;
	}
	.mw-gallery-thumbs  .thumb{
		width:100px;
		height: auto;
		opacity:0.5;
	}
	.mw-gallery-thumbs  .thumb img{
		width: 100px;
        height: auto;
		max-height: 57px;
	}
	.mw-gallery-thumbs  .thumb:hover{
		opacity:1;
	}
	.mw-gallery-thumbs  .thumb-active{
		opacity:1 !important;
	}
	.mw-gallery-thumbs{
		width:100%;
        border: none;
        background: rgba(35, 64, 132, 0.8);
		padding:0;
        padding-bottom: 20px;
		
	}
    body, html {
        
    }

    img {
        vertical-align: middle;
    }

    .owl-carousel {
        height: 100%;
		width:100%;
		padding:0;
		margin:0;
		
    }

    .owl-carousel .owl-item, .owl-carousel .item {
        height: auto;
    }

    .owl-carousel .owl-item img {
        transform-style: initial;
        height: auto;
		max-height:500px;
        object-fit: cover;
    }

    .owl-thumb-item img {
        width: 100px;
        height: auto;
		max-height: 57px;
    }

    .owl-thumbs {
        position: relative;
        display: table;
        width: 100%;
        text-align: left;
        padding-bottom: 30px;
    }

    .owl-thumb-item {
        display: table-cell;
        border: none;
        background: none;
        padding: 0;
        opacity: .5;
    }

    .owl-thumb-item.active {
        opacity: 1;
    }

    
	.thumb-artigo-caption-carousel{
		width: 100%;
    padding: 10px 10px 10px 12px;
    background: rgb(35, 64, 132);
    background: rgba(35, 64, 132, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc234084, endColorstr=#cc234084);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc234084, endColorstr=#cc234084)";
    display: block !important;
    float: left;
	overflow: visible;
	margin-bottom:0px;
	}