
/* Cortinilla scr */
.pasoscr_container {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(246, 246, 246, 0.9);
	z-index: 350;

}

.pasoscr_filler {
	height: 600px;
}
.pasoscr {
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	.ball-spin-fade-loader {
		margin: 100px auto;
		width: 0;
		height: 1px;
	}
	p {
		margin-bottom: 10px;
	}
	.bigtext {
		font-size: 24px;
		color:#424242;
		margin-bottom: 28px;
	}
	.resumentrayecto {
		background: #E3E3E3;
		border-radius: 6px;
		color:$brand-copy-light;
		display: inline-block;
		padding: 10px 15px;
		span {
			text-transform: uppercase;
		}
		svg {
			width: 19px;
			height: 8px;
			vertical-align: middle;
			margin: 0 6px;
			&, & * {
				fill: $brand-copy-light;
			}
		}
	}
}
