.container {
    max-width: 100% !important;
}

.container-fluid .col-md-4 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 66.66667% !important;
    flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
}

.container-fluid .col-md-8 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
}

.list-socials .list-group-item {
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
}

.list-socials .list-group-item img {
    width: 17px !important;
    height: 17px !important;
}

.text-shadow, 
.slick-slider h1, .slick-slider h2, .slick-slider h3, .slick-slider h4 {
    text-shadow: 0px 0px 9px rgb(0, 0, 0) !important;
}

.col-md-4.article-gallery {
  margin-top: 90px;
}

.col-md-4, .col-md-8 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 !important;
    flex: none !important;
    max-width: 50% !important;
    width: 50% !important;
}

.col-md-8 img {
    width: 100% !important;
    height: auto !important;
}

.col-md-4 .item,
.col-md-4 img {
    float: right;
}

@media only screen and (min-width: 1500px) and (max-width: 1680px) {
	.navbar-nav .nav-item .nav-link {
	    font-size: 1rem;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.navbar-nav .nav-item .nav-link {
	    font-size: 0.85rem;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1199px) {
	.navbar-nav .nav-item .nav-link {
	    font-size: 0.8rem;
	}
}

@media only screen and (max-width: 1200px) {
	.col-md-8 {
		margin-top: 30px;
	}
}


@media only screen and (max-width: 900px) {
	.col-md-4, .col-md-8 {
	    -webkit-box-flex: 0 !important;
	    -ms-flex: 0 !important;
	    flex: none !important;
	    max-width: 100% !important;
	    width: 100% !important;
	    text-align: center;
	}
	
	.col-md-4 .item,
	.col-md-4 img {
		 float: none;
	    text-align: center;
	}
}


@media only screen and (max-width: 660px) {
	footer .col-md-8 {
	    display: none !important;
	}
	
}

@media only screen and (max-width: 400px) {
	footer .my-0 img.comgate {
	    width: 100% !important;
	    height: auto !important;
	}
	
}




