
.navbar-destacado{ background: #888E80 !important; color:#FFF !important; border: 15px solid #FFF !important}

.navbar-destacado:hover{ background: #0D1724 !important; color:#FFF !important; border: 15px solid #FFF !important}

.uk-text-small{font-size: 10px !important}

/* PACKS */

.pack-body{background:  #FFF; padding: 20px 20px 20px 20px;}
.pack-body-module{background:  #FFF; padding: 20px 15px 15px 15px;}
.pack-title-module{ margin-top:30px !important}

.pack-title{margin-top: 0px; font-size: 24px}

.slider-container-packs{padding: 20px;}

@media(max-width:1200px){
	
	.pack-title{margin-top: 30px !important;}
	

	
}

@media(max-width:1200px){
	
  
	
}

.uk-button-price{
	
	background: white;
	font-weight: bold;
	font-size: 16px;
	
}

.label-extra-text{ font-size:0.5em !important}

#tooltip-promo{ font-weight: bold !important;}

.uk-button-price strike, #tooltip-promo strike{
	
	color: #999 !important;
	font-weight: normal !important;
	
}

.label-promo{ 
	
	
	background-color:#888E80; color: #FFF; padding: 15px; height: 80px; width: 80px !important; position: absolute; border-radius: 100px; right:25px; bottom:-50px;text-align: center; font-size: 30px; line-height: 30px; font-weight: bold;
	box-shadow: 0 0 0 0 rgba(217, 161, 167, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

.label-promo-large{ 
	
	
	background-color:#888E80; color: #FFF; padding: 15px; height: 150px; width: 150px !important; position: absolute; border-radius: 100px; right: 15px; top:15px;text-align: center; font-size: 30px; line-height: 30px; font-weight: bold;
	box-shadow: 0 0 0 0 rgba(217, 161, 167, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}



.label-promo-detalle{ 
	
	
	background-color:#888E80; position: absolute; top:-80px; right: 25px; color: #FFF; padding: 15px; height: 80px; width: 80px;  border-radius: 100px; text-align: center; font-size: 30px; line-height: 30px; font-weight: bold;
	box-shadow: 0 0 0 0 rgba(217, 161, 167, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}



.label-aprovecha-promocion{ background:#888E80; color: #FFF; font-size: 13px; text-transform: none!important; padding: 0px 15px; border-radius: 0px;}


.uk-button-group .uk-button-price{ border: 1px solid #CCC}

.cupon-success{ background: green; padding: 5px; margin-top:5px; color:#FFF; font-size:11px;}
.cupon-danger{ background: red; padding: 5px; margin-top:5px; color:#FFF; font-size:11px;}

.uk-tooltip-success{background: green;}
.uk-tooltip-danger{background: red;}

@keyframes pulse {
	0% {
		/*transform: scale(0.95);*/
		box-shadow: 0 0 0 0 rgba(136, 142, 128, 0.7);
	}

	70% {
		/*transform: scale(1);*/
		box-shadow: 0 0 0 10px rgba(136, 142, 128, 0);
	}

	100% {
		/*transform: scale(0.95);*/
		box-shadow: 0 0 0 0 rgba(136, 142, 128, 0);
	}
}
	