
	.titulo-lista-galeria {
		height: 40px;
		margin-top: 30px;
	}

	.label-ultimas-imagens,
	.label-pesquisa {
		background-color: #DFDFDF;
		padding: 10px;
		width: 100%;
	}

	.label-pesquisa {
		font-weight: normal;
	}
	
	.label-pesquisa span {
		font-weight: 700;
		text-transform: uppercase;
	}

	.u-fadeout-text-bottom-caixa:after {
		background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #ebeef0 90%, #ebeef0) !important;
		width: 95% !important;
	}
	.link-ver-mais-texto{
		margin-bottom: 30px;
	}
	.u-fadeout-text-bottom-galeria:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 20px 0;
		content: "";
		background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 9%, #fff);
	}
	.bloco-galeria-imagens .caixa-imagem {
		height: initial;
	}
	.bloco-licenca-uso {
		margin-top: 10px;
	}
	@media (min-width: 992px){
		.l-form-colunas__coluna:nth-child(2) {
			width: 46rem;
		}	
	}
	@media (max-width: 756px) {
		input[type="date"]::-webkit-calendar-picker-indicator {
			background: none;
			width: 30%;
			height: 100%;
			position: absolute;
			background-color: transparent;
			right: 0px;
			z-index: 1;
			top: 0;
			bottom: 0;
		}
		input[type="date"]:after {
			content: "\f073";
			font-family: "Font Awesome 5 Free" ;
			padding: .375rem .75rem;
			background-color: #e9ecef;
			border: 1px solid #ced4da;
			position: absolute!important;
			right: 0 !important;
			top: 0!important;
			bottom: 0!important;
		}
		.modal-footer{
			padding: 0 !important;
		}
		.modal-footer .titulo-lista-galeria{
			padding: 15px 15px;
			margin-top: 0;
		}
		.modal-lg .modal-caixa-baixar-imagem {
			padding: 20px 0 20px;
			background-color: #fff;
			margin-bottom: 10px;
		}
		.pesquisa-datas {
			display: block;
		}
		.banco-imagens-conteiner {
			margin-top: -25px;
		}

		.pesquisa-data-inicio {
			width: 100%;
			padding: 0;
		}

		.pesquisa-data-final {
			width: 100%;
			padding: 0;
			margin-top: 15px;
		}


		.bloco-galeria-imagens .caixa-destaque-texto {
			height: 100%;
		}

		.controle-mobile {
			margin: 29.2% 12px;
		}

		.titulo-lista-galeria {
			height: initial;
			margin-bottom: 30px !important;
		}
	}

p.texto-galeria-quantidade{
    margin-bottom: 0;
    margin-top: 5px;
}
@media (min-width: 700px) {
	div.mostrar-mobile{
		display: none;
	}
}