	@font-face {
		font-family: 'Emblem';
		src: url('https://www.noradelivery.com/adds/font/Emblem/Emblem.eot');
		src: url('https://www.noradelivery.com/adds/font/Emblem/Emblem.eot?#iefix') format('embedded-opentype'),
		url('https://www.noradelivery.com/adds/font/Emblem/Emblem.woff2') format('woff2'),
		url('https://www.noradelivery.com/adds/font/Emblem/Emblem.woff') format('woff'),
		url('https://www.noradelivery.com/adds/font/Emblem/Emblem.svg#Emblem') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@-webkit-keyframes tiembla{
		15%{ -webkit-transform:scale(.5) translateY(-50px); }
		20%,21%,22%,23%,24%{ -webkit-transform:rotateZ(-5deg); }
		20.5%,21.5%,22.5%,23.5%,24.5%{ -webkit-transform:rotateZ(5deg); }
		25%{ -webkit-transform:rotateZ(0deg); }
		40%{ -webkit-transform:scale(1) translateY(0px); }
		100%{ -webkit-transform:rotateZ(0deg); }
	}

	/* stylo cuarentena	*/
		html *{
			font-family:sans-serif;
			letter-spacing:0.5px;
		}


		.bgimg1, .bgimg2, .bgimg3{
			background-size:cover;
			filter:blur(2px);
			height:177px;
			overflow:hidden;
		}
		.bgimg1{
			background-position:0 -120px;
			background-image: url('//c1.staticflickr.com/5/4831/31927304327_d20b080143_b.jpg');
		}
		.bgimg2{
			background-position:0 -277px;
			background-image: url('//c1.staticflickr.com/8/7914/31923923177_971e872931_b.jpg');
		}
		.bgimg3{
			background-position:0 -45px;
			background-image: url('//c1.staticflickr.com/2/1727/40859339860_2898940fae_k.jpg');
		}
	/* stylo cuarentena	*/

	h1, h2, h3, h4, h5, h6, .NORAfont{font-family:'Emblem', Serif !important;}
	.animado *{transition:all .7s;}
	.pointer{cursor:pointer;}

		html .DELIA{
			display:inline-block;
			font-style:normal;
			font-size:2em;
			letter-spacing:-10px;
			position:relative;
			vertical-align:middle;
		}

		.mainPanelDelia{
			background:#0003;
			transition:all 1s;
		}
		.mainPanelDelia:hover{
			background:#0001;
		}

	/* COLORES & SIZE */
		.fs-nr1{font-size:1em;}
		.fs-nr2{font-size:2em;}
		.fs-nr3{font-size:3em;}
		.fs-nr4{font-size:4em;}
		.fs-nr5{font-size:5em;}
		.fs-nr6{font-size:6em;}
		.fs-nr7{font-size:7em;}
		.fs-nr8{font-size:8em;}
		.fs-nr9{font-size:9em;}
		.fs-nr10{font-size:10em;}

		.text-nr{color:#FFEA00;}
		.text-nr1{color:#FF3100;}
		.text-nr2{color:#00CCFF;}
		.text-nr3{color:#00FFA6;}
		.text-nr4{color:#AAA139;}

		.bg-nr,.bgn-0{background-color:#FFEA00;}
		.bg-nr1{background-color:#FF3100;}
		.bg-nr2{background-color:#00CCFF;}
		.bg-nr3{background-color:#00FFA6;}
		.bg-nr4{background-color:#AAA139;}
		.bgn-1{background-color:#FFCB00;}
		.bgn-2{background-color:#DEFF00;}
		.bgn-3{background-color:#FFAC00;}
		.bgn-4{background-color:#73FF00;}

		.bg-nrplay{background-color:#fffc13;}
		.bg-nrplay1{background-color:#ff5100;}
		.bg-nrplay2{background-color:#00afff;}
		
		.bgb-2{background:#0003;}
		.bgb-4{background:#0006;}
		.bgb-6{background:#0009;}
		.bgb-8{background:#000C;}

		.bg-bgrey{background-color:#607D8B;}
		.bg-blue{background-color:#2196F3;}
		.bg-brown{background-color:#795548;}
		.bg-green{background-color:#4CAF50;}
		.bg-lime{background-color:#CDDC39;}
		.bg-orange{background-color:#FF9800;}
		.bg-purple{background-color:#9C27B0;}
		.bg-red{background-color:#F44336;}
		.bg-teal{background-color:#009688;}

		.bg-nora{
			background:#FFF500;
			background-color:#FFF500;
		}
		.bg-nora1{
			background:#FF0019;
			background-color:#FF0019;
		}
		.bg-nora2{
			background:#00AAFF;
			background-color:#00AAFF;
		}
		.bg-old{background-color:#FBD717;}
		.bg-old1{background-color:#E95C24;}
		.bg-old2{background-color:#e85522;}
	/* COLORES */
	/* SPCS */
		.nd_h_100,.vh-100{height:100vh;}
		.nd_h_90, .vh-90{height:90vh;}
		.nd_h_75, .vh-75{height:75vh;}
		.nd_h_50, .vh-50{height:50vh;}
		.nd_h_25, .vh-25{height:25vh;}
		.nd_h_12, .vh-12{height:12.5vh;}
		.nd_w_100,.vw-100{width:100vw;}
		.nd_w_75, .vw-75{width:75vw;}
		.nd_w_50, .vw-50{width:50vw;}
		.nd_w_25, .vw-25{width:25vw;}
		.nd_w_12, .vw-12{width:12.5vh;}
	/* SPCS */

	/* NORAPLAY */
		.phone{
			-ms-flex-negative: 0;
		    -ms-flex-item-align: center;
		    margin:0 0 0 3rem;
		    align-self:center;
		    background:linear-gradient(to top left, #000 50%, #bfbfbf 55%, #000 60%);
		    box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.2);
		    -webkit-box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.2);
		    flex-shrink:0;
		    height:42rem;
		    padding:1rem .4rem;
		    position:relative;
		    -webkit-transform:rotate(15deg);
		    transform:rotate(15deg);
		    -webkit-transition:0.3s linear all;
		    transition:0.3s linear all;
		    width:20rem;
		}
		.phone .notch {
		    -webkit-transform:translate(50%, -5%);
		    background-color:#000;
		    border-bottom-left-radius:2rem;
		    border-bottom-right-radius:2rem;
		    height:1rem;
		    position:absolute;
		    right:50%;
		    transform:translate(50%, -5%);
		    width:2rem;
		    z-index:9;
		}
		.phone .iframe-wrapper {
			background-color:darkslategray;
		    height:100%;
		    overflow:hidden;
		    position:relative;
		}
		.phone, .phone .iframe-wrapper, .phone iframe{
		    border-radius:2rem;
    	}
	/* NORAPLAY */

	#mqw_mssg{
		left:0;
		top:60px;
		width:50%;
	}
	
	.carousel .slideMpContent,
	#tresPasos .tresP-contenido,
	#panelBoss .panelB-contenido{
		height:500px;
		overflow-y:scroll;
	}
	@media screen and (max-device-width: 768px){
		body{
			background-image:none;
		}
		header{
			background:#000;
		}
		.carousel .slideMpContent,
		#tresPasos .tresP-contenido,
		#panelBoss .panelB-contenido{
			height:400px;
		}
	}


	#sugerencias_buscador{
		max-height:123px;
		overflow-y:scroll;
	}

	.fb_dialog .fb_dialog_content{
		-webkit-animation: tiembla 7s ease-in-out infinite;
		animation: tiembla 7s ease-in-out infinite;
	}



	.link--item:before {
	    content: "";
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 101%;
	    transform: scaleY(0);
	    transform-origin: 50% 0;
	    transition-property: transform;
	    transition-duration: .3s;
	    transition-timing-function: ease-out;
	    border-radius: 0 0 5px 5px;
	}
	 .link--item:hover:before {
	    transform: scaleY(1);
	}










	.dl_banner_h1{height:22vh;}
	.dl_banner_h2{height:11vh;}

	/* .dl_empresa */
		.dl_empresa .overflow-hidden{
			background-size:cover;
			background-color:ivory;
		}
		.dl_empresa .h6{
			color:white;
			font-weight:bold;
			text-shadow:0 0 15px #000;
		}
	/* .dl_empresa */

	.tmp-css-price{
		background:#17A2B8;
		box-shadow:-4px 0 0 0 #FFF, -10px 0 0 0 #17A2B8, -14px 0 0 0 #FFF, -17px 0 0 0 #17A2B8, -22px 0 0 0 #FFF, -23px 0 0 0 #17A2B8;
		color:white;
		position:absolute;
		right: 0;
		text-align: center;
		top: 0;
	}




	.form-control-plaintext{
		border-bottom-color: #cfd5db;
		padding-left: 15px;
	}


	#loadND{
		background:#FFF500;
		bottom:0;
		left:0;
		padding-top:50%;
		position:fixed;
		right:0;
		text-align:center;
		top:0;
		z-index:2018;
	}


	.top-scroll{
			scroll-margin-top: 80px;
		}
		@keyframes slide {
		  0% { transform:translateX(-25%); }
		  100% { transform:translateX(25%); }
		}      
		.bgd-1, .bgd-1:before, .bgd-1:after {
		  animation:slide 3s ease-in-out infinite alternate;
		  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
		  bottom:0;
		  left:-50%;
		  opacity:.5;
		  position:fixed;
		  right:-50%;
		  top:0;
		}

		.bgd-1:after {
		  content:' ';
		  animation-direction:alternate-reverse;
		  animation-duration:4s;
		}

		.bgd-1:before {
		  content:' ';
		  animation-duration:5s;
		}



		.contendero {
		    overflow: auto;
		    background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
		    animation: gradient 15s ease infinite;
		    background-size: 400% 400%;
		    background-attachment: fixed;
		}

		@keyframes gradient {
		    0% { background-position: 0% 0%; }
		    50% { background-position: 100% 100%; }
		    100% { background-position: 0% 0%; }
		}

		.wave {
		    background: rgb(255 255 255 / 25%);
		    border-radius: 1000% 1000% 0 0;
		    position: fixed;
		    width: 200%;
		    height: 12em;
		    animation: wave 10s -3s linear infinite;
		    transform: translate3d(0, 0, 0);
		    opacity: 0.8;
		    bottom: 0;
		    left: 0;
		    z-index: -1;
		}

		.wave:nth-of-type(2) {
		    bottom: -1.25em;
		    animation: wave 18s linear reverse infinite;
		    opacity: 0.8;
		}

		.wave:nth-of-type(3) {
		    bottom: -2.5em;
		    animation: wave 20s -1s reverse infinite;
		    opacity: 0.9;
		}
/*ini Scrollbar de Google */ 
	@media (min-width:600px) {
	::-webkit-scrollbar{background-color:#FFF;width:8px;border-left:solid 1px #DDD;}
	::-webkit-scrollbar-thumb{width:10px;background-color:#FFEA00;background-clip:padding-box;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgb(255,255,255),inset 0 -1px 0 rgba(255,255,255,.07);border-width:1px 1px 1px 1px;}
	::-webkit-scrollbar-thumb:hover{background-color:#002D4E;box-shadow:inset 1px 1px 0 #001829,inset 0 -1px 0 rgba(255,255,255,.07);}
	::-webkit-scrollbar-button{height:0;width:0;}
	::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 1px;}
	::-webkit-scrollbar-corner{background:transparent;}
	}
/*fin Scrollbar de Google */