.blank {
	height: 100px;
}
.day-offers {
	padding-bottom:100px;
}
h2 {
    font-size: 3.5em;
    letter-spacing: -1px;
    margin: 30px 0;
    padding: 0;
}
.day-offers h2::after {
	content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    background: red;
	bottom: 50px;
    right: 15px;
}
.feat-day-offer {
	position:relative;
}
.txt-info {
	background: rgba(0, 0, 0, 0.70);
    color: #fff;
    position: absolute;
    left: 100px;
    bottom: 0;
    margin: 0;
    padding: 10px 20px 10px 37px;
}
.txt-info h3 {
    font-size: 17px;
    margin: 0;
    padding: 0;
}
.txt-info span {
    font-size: 1.6em;
    color: #ffcc00;
}

.img-feat-day-offer {
	float: left;
    position: absolute;
    bottom: -16px;
    left: 24px;
    z-index: 100;
}
/*day offers */
.popular-offers {
    background: #f4f4f4;
	margin:0;
    padding: 80px 0;
}
.popular-offers h2 {
	font-size:3em;
	margin:0 0 40px 0;
}
.popular-offers h2::after {
	content: "";
    position: absolute;
    height: 1px;
    width: 60%;
    background: red;
	bottom: 50px;
    right: 15px;
}
.feat-popular-offer {
	text-align:center;
	font-weight: 500;
	margin-bottom:50px;
}
.feat-popular-offer img {
	margin:0 0 15px 0;
}
.recent-offers {
	margin:0;
	padding:70px 0;
}
.recent-offers h2 {
	font-size:3em;
	margin:0 0 40px 0;
}
.recent-offers h2::after {
	content: "";
    position: absolute;
    height: 1px;
    width: 60%;
    background: red;
	bottom: 50px;
    right: 15px;
}
.a-center {
	text-align:center;
}
a.btn {
	font-size: 1.7em;
    border: 3px solid #c92323;
    color: #c92323;
	margin: 30px 0 0 0;
    padding: 5px 25px;
    text-transform: uppercase;
}
a.btn:hover {
    background: #c92323;
    color: #fff;
    font-size: 1.9em;
}
.recent-offers h4 {
    font-size: 1.8em;
}
.feat-recent-offer {
	margin-bottom:60px;
}
span.recent-offer-expire {
	color: #c92323;
}
.recent-offers .col-md-8 {
	padding:7px 0 0 20px;
}
.recent-offers p {
	font-size:13px;
	margin:10px 0 20px 0;
}
a.btn-full {
	color: #fff;
    background: #c92323;
	border: 2px solid #c92323;
    padding: 10px 20px;
    margin: 0;
    border-radius: 3px;
	text-decoration:none;
}
a.btn-full:hover {
	border: 2px solid #c92323;
	font-size:16px;
    color: #c92323;
    background: #fff;
}
.promo-banner {
	background:url(../img/bg-app-banner.jpg) no-repeat top left; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.promo-banner-txt {
	padding:93px 100px;
}
.promo-banner h3 {
    font-size: 4em;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
    color: #c92323;
}
.promo-banner p {
    font-size: 1.4em;
    font-weight: 300;
    margin: 0 0 40px 0;
    padding: 10px 0 0 0;
}

footer {
	background: #2e2c2c;
	color:#fff;
	margin:0;
	padding:30px 0;
}
footer ul {
	margin:0 0 0 15px;
	padding:0;
}
footer li {
	list-style:none;
	line-height:25px;
}
footer a {
	color:#fff;
    font-size: 11px;
    font-weight: 300;
}

/* promos list */
ul.categorias-ul {
	margin:0;
	padding:0;
}
ul.categorias-ul li {
	background: #f4f4f4;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 10px 10px;
}
ul.categorias-ul a {
	color:#333333;
	text-decoration:none;
}
input{
    width:20px;
    position:relative;      
    vertical-align:middle; 
}
label {           
    position:relative; 
    display:inline-block;    
    vertical-align:middle; 
}
.promos-list {
	margin: 20px 0 100px 0;
}
.promos-list h4 {
	font-size:2em;
}
.promos-list p {
    margin: 0 0 30px;
}
span.promo-count {
    color: #339900;
    font-weight: 400;
    font-size: 0.8em;
}
.list-item {
	margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2dfdf;
}
h3.sidebar-title {
    font-size: 2.8em;
    margin: 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #c92323;
}
.paginacion {
    font-size: 2em;
    font-weight: 300;
	color:#c7c7c7;
	text-align: center;
}
.paginacion a {
	color:#333;
	text-decoration:none;
    padding: 10px;
}
.paginacion a:hover {
     background: #e8e8e8;
    color: #c92323;
}
.pag-arrow {
    position: relative;
    top: 10px;
}
.pag-arrow:hover  {
	background: transparent!important;
}
.paginacion span {
    font-size: 0.5em;
    font-weight: 400;
    color: #339900;
}

/* detalle-promo */

.detalle-promo {
	margin-top: 50px;
	margin-bottom: 100px;
}
.detalle-promo h4 {
    font-size: 3em;
    margin: 0;
}
.detalle-promo span.recent-offer-expire {
	font-size:1.5em;
}
.detalle-promo p {
	font-size: 1.1em;
    line-height: 1.5em;
    margin: 20px 0;
}
.detalle-promo a.btn-full{
    font-size: 1.5em;
}
.ac {
	text-align:center;
}




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

.ciudad-src {
    width: 230px;
	margin:0 20px;
    border-radius: 4px;
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.navbar-default .navbar-brand {
    margin: 20px 0 0 20px;
}

navbar-brand svg {
	height: 58px;
    width: 150px!important;
}
.btn-src, .form-src  {
	float:left;
}
.form-src  {
	width: 70%;
    margin: 0 0 0 36px;
	padding:0 0 0 10px;
}
.ciudad-src {
	width: 80%!important;
    margin: 0 auto!important;
    border-radius: 4px!important;
}
h2 {
    font-size: 3em!important;
    text-align: center;
}
.day-offers h2::after, .popular-offers h2::after, .recent-offers h2::after {
	display:none;
}
.feat-day-offer {
    margin: 0 0 60px 0;
}
.txt-info h3 {
    font-size: 14.5px!important;
}
.recent-offers .col-md-8 {
    padding: 10px 0 0 0!important;
    text-align: center!important;
}
.recent-offers h4 {
    font-size: 1.4em!important;
    margin: 20px 0 10px 0!important;
}
.promo-banner {
    background: #fff!important;
}
.promo-banner h3 {
    font-size: 4.5em!important;
    line-height: 57px!important;
}
.promo-banner-txt {
    padding: 93px 0!important;
}
.promos-list h4 {
    font-size: 1.5em!important;
}
.list-item {
    margin-bottom: 60px!important;
    text-align: center!important;
}
.promos-list p {
    font-size: 0.9em!important;
    margin: 10px 0 25px!important;
}
.paginacion {
    font-size: 1.5em!important;
}
.paginacion a {
    padding: 10px 5px!important;
}
.arrow-next, .arrow-back {
	height: 34px!important;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

.btn-src {
    border-radius: 0 5px 5px 0!important;
}