@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Regular.ttf);
}

@font-face {
    font-family: Quicksand;
    font-weight: bold;
    src: url(../fonts/Quicksand-Bold.ttf);
}

@font-face {
    font-family: Fira;
    src: url(../fonts/FiraSans-Regular.ttf);
}

body {
    font-family: Fira, sans-serif;
    color:#000b0d;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Quicksand;
    font-weight: bold;
}

h1 {
    text-transform: uppercase;
    font-size: 1.5625rem;
    margin-bottom: 1em;
}

h1::before {
    content: " ";
    display: inline-block;
    background-image: url(../img/title-img.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 3.313rem;
    width: 3.438rem;
    margin-right: -1.5rem;
    position: relative;
    top: 0.2rem;
}

section {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
}

.navbar {
    background-color: #000b0d;
    font-family: Quicksand;
    height: auto;
    transition: all 0.5s linear;
}

.navbar.fixed-top {
    background-color: rgba(0,0,0,0.7);
    height: 65px;
}

.nav-link, .nav-link:link, .nav-link:hover, .nav-link:visited {
    color: #fff;
    text-transform: uppercase;
    position: relative;
}



.rbi-logo {
    background-image: url(../img/sprite.png);
    background-position: -576px -155px;
    display: block;
    height: 103px;
    width: 93px;
    transition: all 0.1s linear;
}

.navbar.fixed-top .rbi-logo {
    transform: scale(0.6);
}

.navbar-toggler-icon {
    background-image: url(../img/sprite.png);
    background-position: -730px -95px;
    background-size: initial;
    width: 2.6em;
    height: 2.6em;
}

.dl-icon {
    background-image: url(../img/sprite.png);
    background-position: -889px -103px;
    display: inline-block;
    width: 37px;
    height: 37px;
    vertical-align: text-top;
    position: absolute;
    top: 0;
    margin-left: 0.5em;
}

.aovivo {
    background-image: url(../img/rbi-aovivo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.programacao, .contato {
    background-color: #e8e7e9;
}

.prog-bx {
    position: relative;
    width: 15.9375rem;
    margin-bottom: 2em;
}

.prog-bx span {
    display: block;
    font-family: Quicksand;
    font-weight: bold;
    color: #00aac8;
    text-align: center;
    line-height: 1.5;
}

.dia-bx {
    font-size: 1.25rem;
    margin-bottom: -0.3em;
}

.hora-bx {
    font-size: 1.875rem;
    margin-bottom: 0.3em;
}

.hora-bx::before,.hora-bx::after {
    content:"-";
}

.hora-bx::before {
    margin-right: 5px;
}
.hora-bx::after {
    margin-left: 5px;
}

.prog-bx img {
    width: 100%;
}

.prog-title-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    min-height: 95px;
}

.prog-title-bx p {
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.quemsomos {
    background-image: url(../img/lens-background.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.quemsomos p {
    font-size: 1.25rem;
    margin-bottom: 1em;
}

.contato h2 {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 3.125em;
}

.contato a {
    display: block;
    font-family:  Quicksand;
    font-size: 1.25rem;
    font-weight: bold;
    color: #00aac8;
    margin-bottom: 1em;
    text-decoration: none;
}

.contato p {
    font-size: 1.25rem;
}

.form-control {
    padding: 13px 15px;
    border-color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: #878787;
}

textarea {
    resize: none;
}

input.btn.btn-primary {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    background-color: #00aac8;
    border-color: #00aac8;
    padding: 10px 30px;
}

.contato .wp-icon {
    color: #27b114;
}

.wp-icon img {
    max-width: 3rem;
    margin-left: 1rem;
    border: 2px solid #27b114;
    border-radius: 25px;
}

.footer {
    background-color: #000;
    padding: 20px;
}

.footer div {
    margin-bottom: 30px;
}

.footer .f-rbi-logo {
    width: 258px;
    height: 100px;
    background-image: url(../img/sprite.png);
    background-position: -573px -267px;
    display: block;
    margin-top: 30px;
}

.footer .f-gmix-logo {
    width: 107px;
    height: 35px;
    background-image: url('../img/sprite.png');
    background-position: -830px -252px;
    display: block;
}

.footer small {
    color: #fff;
}

@media screen AND (max-width: 1280px) {
    .quemsomos {
        background-position: 35em center;
    }
}

@media screen AND (max-width: 1024px) {
    .quemsomos {
        background-position: 25em center;
    }
}

@media screen AND (max-width: 991px) {
    .navbar.fixed-top {
        height: auto;
    }

    .quemsomos {
        background-image: url(../img/rbi-aovivo-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center right;
    }
}