﻿.cuponn {
    background: white;
    border-radius: 5px;
    margin-top: 15px;
}

.cuponn p {
    color: black !important;
    font-size: 25px !important;
    padding: 8px 0px;
    text-align: center;
}

h2.counter1 {
    color: #172c57;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 0px;
    text-shadow: 2px 2px #9f9f9f;
}

h2.counter {
    color: #172c57;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 0px;
    text-shadow: 2px 2px #9f9f9f;
}

    h2.counter:before {
        content: ":";
        position: relative;
        right: 0.1em;
        
    }


div.pre {
    margin-top: -15px;
}

.pre {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #172c57;
    
}

p.time-rest {
    color: #172c57;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -10px;
    margin: 0;

}

.btn-shop {
    background-color: #428bca !important;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: -15px;
}
.margenes {
    margin-top: 39px;
    margin-bottom: 41px;
}



@media screen and (max-width: 992px) {
    h1.texto {
        font-size: 21px;
        text-align: center;
    }

    .margenes {
        margin-top: 0px;
    }

    h2.texto {
        font-size: 18px;
        text-align:center;
    }

    p.time-rest {
        font-size: 11px;
    }

    #quedan {
        font-size: 13px !important;
        margin-top: 15px;
    }

    h2.counter {
        font-size: 25px;
        margin-top: 10px !important;
    }

    h2.counter1 {
        font-size: 25px;
        margin-top: 10px !important;
    }

    div.pre span {
        font-size: 10px;
        margin-right: 18px;
    }

    .btn-shop {
        margin-top: -9px !important;
    }

}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}
