/*-----ESTILOS PARA AÑADIR A RGPD PARA CAMBIOS 2022 05 12----*/

.bg-gray-ultra-light {
	background-color: #f9f9f9
}

.mdc-button--deter:not(:disabled) {
	color: #434343;
	background: transparent;
	border: #c1c1c1c1 1px solid;
}

	@media (min-width: 840px) {

		.mdc-layout-grid__cell--height-m {
			min-height: 4rem;
		}

		.mdc-layout-grid__cell--height-l {
			min-height: 16.55rem;
		}

		.mdc-buttons__wrapper {
			position: fixed;
			z-index: 1;
			height: 6.5rem;
			margin: auto;
			padding-bottom: .5rem;
			bottom: 0;
			left: -100%;
			right: -100%;
			width: 100%;
			background: rgb(255, 255, 255);
		}

		.mdc-buttons__wrapper:before {
			content: "";
			position: fixed;
			left: 0;
			height: 11.5rem;
			width: 100%;
			bottom: 0;
			background: linear-gradient(180deg, hsl(0deg 100% 107% / -4%) 5%, #fff 33%);
		}

		.mdc-dialog__body--end {
			margin-bottom: 10rem;
		}

	}

	@media (max-width: 480px) {

		.mdc-button--double-line {
			height: auto;
			min-height: 3rem;
		}

