* {
    box-sizing: border-box
}

.yellow-button {
    border-style: solid;
    border-width: 1px;
    border-color: #df7d1f;
    border-radius: 10px;
    background-image: -ms-linear-gradient(-90deg, #ffd654 0%, #ffc732 100%);
    width: 100%;
    height: 59px;
    font-family: bebas neue bold;
    font-size: 24px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 7px;
    text-align: center
}

span.button-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 36px;
    height: 30px;
    background-position: -170px -6px
}

.sprite {
    background: url("")no-repeat 50%
}

row.borderd {
    margin: 10px -30px
}

@media(min-width:768px) {
    .row.borderd {
        border: 2px dashed #fff;
        margin: 30px -30px
    }
}

input.input-3 {
    display: block;
    width: 100%;
    height: 43px;
    outline: 0;
    font-family: open sans;
    font-size: 16px;
    line-height: 41px;
    color: #1f1f1f;
    border-radius: 10px;
    margin: 5px auto;
    padding-left: 15px;
    text-align: left;
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2), 0 -1px 1px #FFF, 0 1px #FFF
}

select.input-3 {
    display: block;
    width: 100%;
    height: 43px;
    outline: 0;
    font-family: open sans;
    font-size: 16px;
    line-height: 41px;
    color: #1f1f1f;
    border-radius: 10px;
    margin: 5px auto;
    padding-left: 15px;
    text-align: left;
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2), 0 -1px 1px #FFF, 0 1px #FFF
}

.pnorm,
.pofertado {
    display: table;
    margin: 0 auto;
    vertical-align: middle
}

.text-center {
    padding-left: 0;
    padding-right: 0
}

span.text {
    display: inline-block;
    height: auto;
    font-size: 16px
}

.text {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: 35px;
    position: relative;
    float: left;
    text-align: center
}

label {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px
}

.timetillde .dot {
    font-size: 37px;
    line-height: 73px
}

.timetillde {
    display: table;
    margin: 0 auto 10px;
    text-align: center
}

.timetillde .timer .num {
    margin-top: 10px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    color: #000
}

.bg-blue {
    background: #157bc4;
    color: #fff
}

.container-fluid.bg-blue.text-center {
    padding-left: 0;
    padding-right: 0
}

big {
    font-size: 34px
}

.pofertado {
    color: #ffe73c;
    font-size: 25px;
    font-weight: 700
}

.p12 {
    padding: 30px
}