
.outlet a, .exclude a {
	display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.outlet h2, .exclude h2 {
	font-size:50px;
	line-height:56px;
	color:#fff;
	text-shadow:0px 0px 4px #000;
}
.outlet h3, .exclude h3 {
	font-size:32px;
	line-height:46px;
	color:#fff;
	text-shadow:0px 0px 4px #000;
}
.outlet ul, .exclude ul {
	color:#fff;
	text-shadow:0px 0px 4px #000;
	font-size: 16px;
    line-height: 22px;
}
@media (min-width: 768px) {
	.outlet, .exclude {
		text-align:left;
	}
	
	.outlet a, .exclude a {
		margin: 0px;
	}
}

.descubrir {
   width:auto;
   position:absolute;
   bottom:9vw;
}

@media (max-width: 768px) {
	.descubrir {
		/*right:25px;*/
		bottom:30%;
	}
}

