.max-size-slider {
	background-color: grey;
	max-height: 400px;
}

@media (min-width: 992px){
	.modal-size {
		width: calc(50vw + 12vh);
		top: calc(50vh - (100vh / 2));
		left: calc(50vw - ((50vw + 12vh)/ 2) ); 
	}
}

@media (max-width: 991px){
	.modal-size {
		width: 100vw;

	}
}

.centraliza {
	display: flex;
    justify-content: center;
    align-items: center;
}

.centraliza-lateral {
	display: flex;
    justify-content:flex-start;
    align-items: center;
}

.network-link{
	text-decoration: none;
	color: #212529;
	font-size:calc(1.5em + 1vw);
}

.network-link:hover{
	text-decoration: none;
	color: #212529;
}

.line-style-top{
	border-top: 2px solid green;
}

.line-style-none {
	border-top: 2px solid rgba(0, 0, 0, 0)!important;
}

.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
	padding-bottom: 20px;
}

.estilo-busca{
	width: 550px; 
	height: 140px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	top: 300px;
}

.loading {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 58px;
	display: none;
}

.card:hover{
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.30) !important;
}

.loading-more {
	display: none;
}

.navbar-size {
	max-width: 1920px;
}

.btn-size-more {
	width: 70%;
	max-width: 250px;
}

.container-anuncios{
	max-width: 1920px;
}

@media (max-width:991px){
	.img-logo {
		height: 30px;
	}
}

@media (min-width:992px){
	.img-logo {
		height: 50px;
	}
}

@media (min-width:1360px) and (max-width: 1400px){
	.container-anuncios {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width : 1446px ){
	.btn-size {
		width: 65%;
	}
}

@media (min-width: 1440px) and (max-width: 1920px){
	.container-anuncios {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1440px){
	.col-custom-2{
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.btn-size {
		width: 70%;
	}
}
