
.mobile-breadcrumb{
	display: none;
}

@media all and (max-width: 768px){
	.node-type-equipamento #banner-containner .slick-slide{
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}

	.node-type-equipamento #banner-principal{
		width: 100%;
		margin:auto;
	}

	.node-type-equipamento .desktop-breadcrumb{
		display:none;
	}

	.node-type-equipamento .j-breadcrumb{
		padding-left: 0;
	}

	.node-type-equipamento .mobile-breadcrumb{
		display: block;
		padding-left: 22px;
	}

	.node-type-equipamento .page-title-equipamento{
		width: 95%;
		margin: 0px auto 35px auto;
		margin-bottom: 35px;
	}

	.node-type-equipamento .template-3-colunas-inner{
		width: 100%;
		margin: auto;
		display: block;
	}

	.node-type-equipamento #colunas-col-1, #colunas-col-2, #colunas-col-3{
		border: 0;
		margin-bottom: 55px;
		padding-right: 0;
		padding-left: 0;
	}

	.node-type-equipamento .logo-image-white{
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px){

	

	.node-type-equipamento #banner-containner .slick-slide{
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}

	.node-type-equipamento #banner-principal{
		width: 100%;
		margin:auto;
	}

	.node-type-equipamento .desktop-breadcrumb{
		display:none;
	}

	.node-type-equipamento .j-breadcrumb{
		padding-left: 0;
	}

	.node-type-equipamento .mobile-breadcrumb{
		margin-top:14px;
		padding-left: 2.5%;
		padding-right: 2.5%;
		display: block;
	}

	.node-type-equipamento .page-title-equipamento{
		width: 95%;
		margin: 0px auto 35px auto;
	}
	.node-type-equipamento .center.j-breadcrumb{
		width: 100%;
	}


	.node-type-equipamento .template-3-colunas-inner{
		width: 90%;
		margin: auto;
		display: flex;
	}

	.node-type-equipamento .template-3-colunas-container{
		margin-bottom: 55px;
	}

	.node-type-equipamento #colunas-col-1{
		width: 30%;
		padding-right: 2%;
		padding-left: 0;
	}

	.node-type-equipamento #colunas-col-2{
		width: 30%;
		padding-right:2%;
		padding-left:2%;
	}

	.node-type-equipamento #colunas-col-3{
		width: 30%;
		padding-right: 0;
		padding-left: 2%;
	}

	.node-type-equipamento .logo-image-white{
		display: none;
	}
}

