html,
body {
    font-size: 15px;
    font-family: 'Arial Condensed', sans-serif;
}

.row {
    width: 100%;
    margin: 0;
    font-size: 15px;
}

#scrollTop {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: #CCC;
    color: #FFF;
    border-radius: 100%;
    padding: 10px 13px;
}

.logo {
    max-width: 300px;
    width: 100%;
}

.menu a {
    padding: 25px;
    display: inline-block;
    font-size: 13px;
    color: #222;
    letter-spacing: 2px;
}

.slider {
    background: #ab0224;
    min-height: 300px;
    padding: 4% 2% 0px;
}

.slider h3 {
    font-size: 50px;
    font-family: 'Nothing You Could Do', cursive;
    float: left;
    display: block;
    padding: 15px 30px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    top: 25px;
    right: 10px
}

.slider h4 {
    background: #222;
    float: left;
    display: block;
    padding: 12px 18px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    left: 40px;
}

.font-style1 {
    font-family: 'Satisfy', cursive;
}

.style-30deg {
    -webkit-transform: rotate(-5deg);
}

a {
    cursor: pointer;
}

.btn-default {
    background: #222;
    color: #FFF;
    border: none;
    padding: 10px;
}

.btn-style {
    background: #f0bba8;
    color: #FFF;
    font-weight: bold;
}

.btn-style:hover {
    background: #F9F9F9;
    color: #999;
}

.promocao p {
    visibility: hidden;
    background: #222;
    padding: 10px;
    position: absolute;
    bottom: 0;
    margin: 20px;
}

.promocao:hover p {
    visibility: visible;
    background: #222;
    padding: 10px;
    position: absolute;
    bottom: 0;
    margin: 20px;
}

.navbar-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
}

@media screen and (max-width: 768px) {
    .menu a {
        padding: 10px;
        font-size: 10px;
        display: inline-block;
    }
}