﻿/*#menuToggle span {
    background-color: #0090D6;
}*/

.nav.fa-4x {
    color: #0090D6;
    display: block;
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 11px;
}

@media only screen and (min-width : 1224px) {
    section#sobre {
        background: #fff url(../../images/Guia/bg05-1.jpg) no-repeat top right fixed;
        background-size: contain;
    }

    section#rubricas {
        background: #fff url(../../images/Guia/bg05-2.jpg) no-repeat bottom left fixed;
        background-size: contain;
    }
}

section#sobre .btn-default {
    color: #000;
    border-color: #000;
    border-radius: 0;
}

section#rubricas h3 {
    position: absolute;
    bottom: 50px;
    left: 30px;
}

    section#rubricas h3 span {
        width: auto;
        background-color: rgba(255, 255, 255, .3);
        line-height: 1.4;
    }

h2, h4 {
    color: #0090D6;
}

hr.row {
    border-color: #0090D6;
}

.col-sm-3 {
    padding-right: 30px;
}

section .pagination {
    background-color: transparent;
}

    section .pagination .scroller {
        color: #333;
    }
