/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

p.footerh3{
    color: #fff; font-size: 18px; line-height: 18px; text-transform: uppercase; margin-bottom: 28px !important; text-align: left;
}


@media (max-width: 768px) {
    p.footerh3 {
        text-align: center;
        margin-bottom: 30px !important;
    }
}

/* Centrar boton del descuento en movil*/
@media (max-width: 991px) {
    .descuento-movil {
     margin: 0 auto !important;
    }
}

