﻿.ui-content{
    margin-bottom: 0;
    padding:0;
}

.ui-header.ui-bar-inherit{
    height:50px;
}
.ui-header.ui-bar-inherit>img{
    height:50px;
}


.swiper-container img {
    object-fit: cover;
}

button.letra-pizza{
    font-size:20px;
}

#misCupones .cupones .cupon img{
    width: 100%;

}
#misCupones .cupones{
    width:90%;
    margin-left:5%;
}
#misCupones .cupones .cupon{
    background-color:black;
    margin-top:10px;
}
#misCupones .cupones .cupon *{
    color:white;

}

#misCupones .cupones .cupon p{
    text-align:left;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
    font-weight:500;
    font-size:14px
}

#detalleCupon .leyendaLarga{
    text-align:justify;
}

#detalleCupon .info{
    width:90%;
    margin-left:5%;
}

#detalleCupon .imagen{
    width:100%;
}

#detalleCupon #qrcode{
    width:160px;
    height:160px;
    margin-top:15px;
    margin-bottom:15px;
    display:inline-block;
}

#detalleCupon .codigo{
    font-size:26px;
}

button.btn-rojo{
    background-color:#f2132b !important;
    color:white !important;
    text-shadow:none !important;
}

.btnObtenerCupon{
    position: absolute;
    bottom: 2px;
    width: 90% !important;
}

#home .textoSwiper{
    
    width: 90%;
    margin-left: 5%;
}


.swiper-pagination.swiper-pagination-bullets{
    /*top:10px;*/
    bottom:75px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    /*background: #007aff;*/
}