@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lustria');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,600,900');
body {
    font-family: 'PT Sans', sans-serif;
}

.classificados-font {
    font-family: 'Montserrat', sans-serif;
}

#logo-radiocidade {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.text-header {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 15px;
}

header {
    display: block;
    background-size: cover;
    padding-top: 0;
}

.navbar-principal {
    background: none;
    display: block;
    vertical-align: top;
}

.navbar-principal>li>a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .8px;
    height: 65px;
    text-align: center;
    line-height: 1.2em;
    padding: 10px 30px;
    color: #BBB;
}

nav {
    background: none;
}

.navbar-principal>li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.navbar-principal li a:hover {
    color: #FFF;
    box-shadow: 0 0 3px 5px rgba(120, 120, 120, 0.3) inset;
}

.navbar-principal li a i {}

#form-buscar label {
    display: none;
}

.btn-blue {
    border-radius: 0;
    border: 2px solid #37A4D2;
    background: #FFF;
    color: rgb(55, 164, 210);
}

.btn-blue:hover,
.btn-blue:focus {
    background: #37A4D2;
    color: #FFF;
}

.btn-red {
    border-radius: 0;
    background: #FFF;
    color: #AD0002;
    height: auto;
}

.btn-red:hover,
.btn-red:focus {
    background: #AD0002;
    color: #FFF;
}

.dropdown-content {
    background: #2F2F2F;
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #DDD;
    text-transform: inherit;
}

.dropdown-content li>a:hover,
.dropdown-content li>span:hover {
    background: #000;
}

.banner-box {
    padding: 30px 0;
    text-align: center;
    color: #FFF;
    font-family: 'Lustria', serif;
    text-transform: uppercase;
}

.banner-box ul li {
    list-style: none;
}

.banner-scroll {
    margin-top: 60px;
    margin-bottom: 20px;
}

.banner-scroll .btn {
    font-size: 26px;
    padding: 8px 30px;
}

.banner-sns {
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
    display: inline-block;
}

.banner-sns li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    color: #FFF;
}

.banner-sns li a {
    padding: 15px 10px;
}

.banner-sns li a i {
    color: #FFF;
}

.banner-sns li a:hover i {
    transform: scale(1.8, 1.8);
    transition: 1s;
}

.banner-sns li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8rem;
        margin: 0.67rem 0;
    }
    h2 {
        font-size: 2.4rem;
        margin: 0.65rem 0
    }
    h3 {
        font-size: 2rem;
        margin: 0.34rem 0
    }
    .banner-scroll .btn {
        font-size: 18px;
        padding: 8px 20px;
    }
}

@media (min-width: 768px) {
    #logo-radiocidade {
        width: 80%;
    }
}

@media (min-width: 992px) {
    #logo-radiocidade {
        width: 70%
    }
}

@media (min-width: 1200px) {
    #logo-radiocidade {
        width: 40%;
    }
}

.bg-black {
    background-image: url('../img/home-bg03.png');
    box-shadow: 0 0 4px 5px #111 inset;
}


/*========================
        faixas do site
========================*/

.faixa-titulo {
    padding: 80px 0 70px 0;
    margin: 0;
    vertical-align: top;
}

.title-faixa {
    color: rgb(25, 118, 210);
    width: 50%;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
}

.title-faixa:before {
    content: "";
    position: relative;
    top: 0;
    width: 73px;
    height: 5px;
    display: block;
    background: rgb(25, 118, 210);
}

.text-desc-faixa {
    color: rgb(25, 118, 210);
    width: 49%;
    display: inline-block;
    text-align: right;
    font-weight: 400;
    vertical-align: middle;
}


/***************************

                FOOTER

***************************/

footer .calendario {
    background: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, 1.00);
}

footer .calendario .tred {
    color: rgba(247, 0, 4, 1.00);
}

footer .calendario thead tr th {
    width: 12%;
    font-weight: bold;
    text-align: center;
}

footer .calendario thead tr {
    border: none;
    border-bottom: 1px solid #FFF;
}

footer .calendario tbody tr {
    border: none;
    border-bottom: 1px solid #FFF;
}

footer .calendario tbody tr td {
    border: none;
    text-align: center;
}

footer .calendario tbody tr .active {
    padding: 0;
}

footer .calendario tbody tr a {
    color: #DDD;
    cursor: pointer;
    border-radius: 0;
    transition: 0.2s;
    padding: 15px 5px;
    display: block;
    width: 100%;
}

footer .calendario tbody tr .active:hover {
    transform: scale(1.1, 1.1);
}

footer .calendario tbody tr .tred a {
    color: #AD0002;
}

footer .calendario tbody tr .active:hover a {
    background: #FFF;
    color: #000;
    transform: scale(1.1, 1.1);
    transition: 0.2s;
}

.rede-social h3 {
    font-variant: small-caps;
    border-bottom: 3px dotted #FFF;
    color: #FFF;
    font-size: 18px;
}

.rede-social a {
    color: #CCC;
    padding: 10px !important;
    background: rgba(0, 0, 0, .8);
    border: 2px solid #CCC;
    transition: .4s;
    text-align: center;
}

.rede-social a:hover {
    transform: scale(1.18, 1.18);
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    z-index: 99;
    transition: .4s;
}

.rede-social a i {}

.mapa-site {
    padding-left: 15px;
}

.mapa-site li {
    display: inline-block;
    margin: 5px;
}

.mapa-site li a {
    border-radius: 22px 8px 8px 22px;
    color: #DDD;
    padding: 3px 10px;
    display: block;
    border: 2px dashed #AAA;
}

.mapa-site li a:hover {
    transform: scale(1.1, 1.1);
    background: rgba(255, 255, 255, 0.1);
}

.button-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 15px;
    font-size: 2em;
    z-index: 200;
    box-shadow: 0 0 3px 1px #000;
    text-shadow: 0 0 2px #000;
    background: rgba(0, 16, 26, 0.8);
}

aside h3 {
    color: #AD0002;
}

aside .tag {
    border-radius: 22px 8px 8px 22px;
    background: #AD0002;
    padding: 4px;
    display: inline-block;
    margin: 3px;
}

aside .tag .tag-costura i {
    margin-right: 10px;
}

aside .tag .tag-costura {
    border-radius: 18px 5px 5px 18px;
    border: 2px dashed #FFF;
    color: #FFF;
    padding: 2px 18px 2px 8px;
}

aside .calendario {
    background: none;
    color: #AD0002;
}

aside .calendario thead tr th {
    width: 12%;
    font-weight: bold;
    text-align: center;
}

aside .calendario thead tr:first-child {
    background: #AD0002;
    color: #FFF;
}

aside .calendario thead tr {
    border: none;
    border-bottom: 1px solid #AD0002;
}

aside .calendario tbody tr {
    border: none;
    border-bottom: 1px solid #AD0002;
}

aside .calendario tbody tr td {
    border: none;
    text-align: center;
}

aside .calendario tbody tr td {
    border: none;
    text-align: center;
}

aside .calendario tbody tr .active {
    padding: 0;
}

aside .calendario tbody tr td a {
    color: #444;
    background: transparent;
    cursor: pointer;
    border-radius: 0;
    transition: 0.2s;
    padding: 15px 5px;
    display: block;
    width: 100%;
}

aside .calendario tbody tr .tred a {
    color: #AD0002;
}

aside .calendario tbody tr .active:hover a {
    background: #AD0002;
    color: #FFF;
    transform: scale(1.1, 1.1);
    transition: 0.2s;
}

section .divider {
    width: 100%;
    height: 1px;
    background: #AD0002;
    margin-top: 25px;
    margin-bottom: 60px;
    clear: both;
}

.categorias li a {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    text-decoration: none;
    color: #666;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 10px 5px 20px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
}

.categorias li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #AD0002;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.categorias li a:hover,
.categorias li a:focus,
.categorias li a:active {
    color: white;
}

.categorias li a:hover:before,
.categorias li a:focus:before,
.categorias li a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.title-post {
    color: #37A4D2;
}

@media (max-width: 766px) {
    .title-post {
        font-size: 22pt;
    }
}

@media (min-width: 767px) {
    .title-post {
        font-size: 28pt;
    }
}

@media (min-width: 992px) {
    .title-post {
        font-size: 36pt;
    }
}

@media (min-width: 1600px) {
    .title-post {
        font-size: 48pt;
    }
}

.info-post {
    color: #666;
}

.img-resize {
    width: 100% !important;
}

.menu-mobile-button {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 16, 26, 0.8);
    z-index: 101;
    padding: 4px;
}

.menu-mobile-button a {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    line-height: 1.1;
    display: inline-block;
    width: 50px;
    padding: 6px;
}

.menu-mobile-button a:not(:first-child) {
    float: right;
}

.menu-mobile-button a i {
    font-size: 20px;
}

#load {
    width: 150px;
    height: 150px;
    display: block;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 10px;
    z-index: 100;
}

#load img {
    width: 100%;
    height: 100%;
}

.post h4 {
    color: #37a4d2;
}

.post p {
    text-align: justify;
    font-weight: 300;
    font-family: Roboto, Raleway, "Trebuchet MS", Verdana, "sans-serif";
    font-size: 1.2rem;
    color: #666;
}

.post img {
    max-width: 100% !important;
}


/** NANO SCROLLER **/

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano>.nano-content:focus {
    outline: thin dotted;
}

.nano>.nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block;
}

.nano>.nano-pane {
    background: rgba(66, 66, 66, 0.54);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(177, 0, 2, 0.79);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano:hover>.nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}


/* PERSONALIZADO INDEX */

.scale {
    opacity: 0;
}

.noticia-especial {
    width: 100%;
    display: block;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
    transition: 0.4s;
    border: 1px solid #BEBEBE;
}

.scale {
    height: auto;
}


/* NOTICIA ESPECIAL */

.noticia-especial:hover {
    background-size: auto 110%;
    transition: 0.4s;
}

.noticia-especial .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding-left: 4%;
    color: #FFF;
    text-shadow: 0 0 2px #000;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.noticia-especial .chapeu hr {
    background: #F00;
    float: left;
    border: none;
    margin-top: 6px;
    transition: 0.5s;
    width: 30px;
    height: 7px;
}

.noticia-especial:hover .chapeu hr {
    width: 90px;
}

.noticia-especial .titulo {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0 4px #000;
    line-height: 1.23;
    padding: 8px;
    background: rgba(0, 0, 0, 0.45)
}

.noticia-especial .data {
    font-weight: 300;
    text-shadow: 0 0 3px #000;
    margin-top: 8px;
}


/* NOTICIA ESPECIAL */

.noticia-especial-no-image {
    position: relative;
    margin-bottom: 20px;
    transition: 0.4s;
    display: table;
    width: 100%;
    /* border: 2px solid #EFEFEF; */
    box-shadow: 0 0 4px 2px #CCC inset;
}

.noticia-especial-no-image .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding-left: 4%;
    padding-top: 4px;
    color: #555;
    width: 100%;
}

.noticia-especial-no-image .chapeu hr {
    background: #F00;
    float: left;
    border: none;
    margin-top: 6px;
    transition: 0.5s;
    width: 30px;
    height: 7px;
}

.noticia-especial-no-image:hover .chapeu hr {
    width: 90px;
}

.noticia-especial-no-image .titulo {
    width: 100%;
    text-align: center;
    color: #AD0003;
    font-weight: bold;
    line-height: 1.23;
    padding: 8px;
    vertical-align: middle;
    display: table-cell;
    transition: 0.2s;
}

.noticia-especial-no-image .data {
    font-weight: 300;
    color: #777;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 5px;
}

.noticia-especial-no-image:hover .chapeu,
.noticia-especial-no-image:hover .data {
    color: #000;
}

.noticia-especial-no-image:hover .titulo {
    transform: scale(1.1, 1.1);
    transition: 0.3s;
}

.block-red {
    width: 100%;
    color: #444;
    border: 1px solid #AD0009;
    width: 100%;
    display: block;
    background: #EFEFEF;
}

.block-red h3 {
    background: #AD0003;
    color: #FFF;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 15px 5px;
    ;
    line-height: 27px;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
}

.block-red .nano {
    height: 270px;
    width: 96%;
    margin: 10px 0 5px auto;
}

.block-red a.btn-padrao,
.block-red button.btn-padrao {
    background: #FFF;
    color: #AD0003;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 15px 5px;
    ;
    line-height: 27px;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.block-red a.btn-padrao:hover,
.block-red button.btn-padrao:hover {
    color: #FFF;
    background: #AD0003;
    transition: 0.3s;
}

ul.list-view-enquete li a {
    width: 95%;
    color: #444;
    padding: 3px 6px;
    display: block;
}

ul.list-view-enquete li a:hover {
    background: #666;
    color: #FFF;
}

.banner-google {
    background: #AD0009;
    color: #FFF;
    text-align: center;
    font-size: 23px;
}

ul.list-view-programacao li {
    padding: 8px 5px;
    width: 95%;
}

ul.list-view-programacao li .horario {
    width: 25%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

ul.list-view-programacao li .nome {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    text-align: left;
}

ul.list-view-programacao a:hover li {
    background: rgba(0, 0, 0, 0.3);
}

.margin-bottom {
    margin-bottom: 20px;
}

.noticia-list {
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.noticia-list .img-list {
    height: 170px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.noticia-list .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
}

.noticia-list .chapeu a {
    color: #FFF;
    text-shadow: 0 0 2px #000;
    background: #AD0003;
    padding: 3px;
    margin: 3px;
}

.noticia-list .chapeu a:hover {
    font-weight: bold;
}

.noticia-list h4 {
    font-size: 22px;
    text-align: left;
    color: #AD0003;
    margin: 7px;
    display: block;
    font-weight: 600;
}

.noticia-list p {
    margin: 2px;
    font-weight: 600;
}

.noticia-list-desc {
    position: relative;
}

.noticia-list-desc .descricao-noticia-mini {}

.noticia-list-desc .descricao-noticia-mini .text-noticia-mini {
    color: #666;
    text-align: justify;
    font-size: 1.15em;
    line-height: 2em;
}

.noticia-list-desc .descricao-noticia-mini .background-noticia-mini {
    content: " ";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
}

.noticia-list-desc .descricao-noticia-mini .button-noticia-mini {
    position: absolute;
    height: 20px;
    width: 90%;
    bottom: 0;
    text-align: right;
    color: #555;
    font-weight: bold;
}

.noticia-list-no-image {
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.noticia-list-no-image .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
}

.noticia-list-no-image h4 {
    text-align: center;
    color: #AD0003;
    margin: 7px;
    display: block;
    font-weight: 600;
}

.noticia-list-no-image p {
    margin: 2px;
    font-weight: 600;
    text-align: center;
}

.rede-social-list {
    text-align: right;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 10px;
    background: #FFF;
}

.rede-social-list a {
    padding: 2px;
    font-size: 20px;
    color: #555;
    cursor: pointer;
}

.rede-social-list.x2x a {
    padding: 2px;
    font-size: 35px;
    color: #555;
}

.rede-social-list a:hover {
    transform: scale(1.2, 1.2);
}

.rede-social-list a .fa-facebook-square {
    color: #00027B;
}

.rede-social-list a .fa-google-plus-square {
    color: #D90003;
}

.rede-social-list a .fa-instagram {
    color: #412600;
}

.rede-social-list a .fa-twitter-square {
    color: #4488FF;
}

.rede-social-list a .fa-external-link-square {
    color: #000;
}

.btn-small {
    padding: 0px 6px;
    display: inline-block;
}

.margin-bottom {
    margin-bottom: 20px;
}

.noticia-miniatura {
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.noticia-miniatura .img-list {
    height: 170px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.noticia-miniatura .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
}

.noticia-miniatura .chapeu a {
    color: #FFF;
    text-shadow: 0 0 2px #000;
    background: #AD0003;
    padding: 3px;
    margin: 3px;
}

.noticia-miniatura .chapeu a:hover {
    font-weight: bold;
}

.noticia-miniatura h4 {
    font-size: 22px;
    text-align: center;
    color: #AD0003;
    margin: 7px;
    display: block;
    font-weight: 600;
}

.noticia-miniatura p {
    margin: 2px;
    font-weight: 600;
    text-align: center;
}

.link-noticia h4,
.link-noticia h4 {
    color: #AD0003;
}

.link-noticia:visited h4 {
    color: #8E494B;
}

.link-noticia:hover h4,
.link-noticia:focus h4 {
    color: #620001;
}

.link-noticia p,
.link-noticia p {
    color: #444;
}

.link-noticia:visited p {
    color: #848484;
}

.link-noticia:hover p,
.link-noticia:focus p {
    color: #000;
}

.galeria {
    margin-top: 0;
}

.galeria .imageCircle {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: linear 0.3s;
    padding: 0;
    float: left;
    margin: 8px;
}

.galeria .imageCircle .view {
    display: block;
    opacity: 0;
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    padding-top: 30px;
    margin: 0;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 3px #000;
    width: 120px;
    height: 120px;
}

.galeria .imageCircle:hover {}

.galeria .imageCircle:hover .view {
    opacity: 1;
    transition: 0.2s;
}

.background-galeria {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d3d3+0,dddddd+0,898989+100 */
    background: #d3d3d3;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #d3d3d3 0%, #dddddd 0%, #898989 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #d3d3d3 0%, #dddddd 0%, #898989 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #d3d3d3 0%, #dddddd 0%, #898989 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#898989', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 0;
}

.noticia-redacao {
    font-size: 18px;
}

.noticia-redacao p {
    text-align: justify;
}

.noticia-redacao iframe,
.noticia-redacao video,
.noticia-redacao img {
    width: auto;
    display: block;
}

.pagination {
    text-align: center;
}

.pagination li {
    margin: 4px;
    height: auto;
}

.pagination .disabled a {
    background: #AD0003;
    color: #FFF;
    border: 2px dashed #AD0003;
    padding: 5px 16px;
}

.pagination li a {
    background: #FFF;
    color: #AD0003;
    border: 2px solid #AD0003;
}

.pagination li a:hover {
    background: #AD0003;
    color: #FFF;
    border: 2px solid #AD0003;
}

.btn-menu-top {
    background: none;
    color: #FFF;
    border: none;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
}

.btn-menu-top:hover {
    background: #FFF;
    color: #900;
}

.nav-bottom {
    position: absolute;
    right: 0px !important;
    bottom: 0;
    height: 34px;
    line-height: 15px;
    background: transparent;
    width: 74.35%;
}

.btn-menu-bottom {
    color: #900;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
}

.btn-menu-bottom:hover {
    background: #900;
    color: #FFF;
}


/*
CSS MENU
*/

@media print {
    #menu-grande,
    #menu-normal,
    #menu-celular {
        display: none;
    }
}

#menu-grande,
#menu-normal,
#menu-celular {
    display: none;
}

@media screen and (min-width: 1200px) {
    #menu-grande {
        display: block;
    }
}

@media screen and (max-width: 1199px) and (min-width: 641px) {
    #menu-normal {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    #menu-celular {
        display: block;
    }
}

.menu-normal-ul {
    margin: 0;
    display: flow-root;
    height: 44px;
}

.menu-normal-ul li {
    display: inline-block;
    padding: 5px 0;
    margin: 0;
}

.menu-normal-ul li a {
    color: #900;
    padding: 5px;
    margin: 0;
    height: 42px;
    line-height: 30px;
}

.menu-normal-ul li a:hover {
    background: #900;
    color: #FFF;
    transition: 0.1s;
}

.menu-normal-ul .btn-small {
    height: 23px;
    line-height: 20px;
    padding: 1px 26px;
    margin: 0;
}

.background-white {
    background: url('data:image/jpeg;base64,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');
    background-size: cover;
    background-position: top left;
}

#menu-celular li a {
    color: #FFF;
}

#menu-celular li a:hover {
    color: #900;
    background: #FFF;
}


/**************************

    NOTICIA
    
*************************/

.title-noticia {
    color: #944;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.background-galeria {
    min-height: 20px;
}

.noticia-cards li {
    width: 100%;
}

.noticia-cards li a {
    color: #AD0000;
    width: 100%;
    display: block;
    padding: 4px 8px;
    font-size: 1.2em;
}

.noticia-cards li a:hover {
    color: #FFF;
    background: #AD0000;
}

.noticia-hora {
    padding-left: 20px;
    font-size: 1.1em;
}

.noticia-hora strong {
    font-weight: bold;
}

.noticia-hora strong i {
    display: none;
}

.shared-noticia {
    text-align: center;
    color: #888;
    font-size: 2em;
    margin: 5px 0;
}

.shared-noticia a {
    color: #FFF;
    margin: 4px;
    width: 45px;
    height: 45px;
    background: #333;
    display: inline-block;
    border-radius: 4px;
    transition: 0.2s;
    transition-delay: 0.1s;
}

.shared-noticia a:hover {
    transition: 0.3s;
    transform: scale(1.2, 1.2);
}

.shared-noticia .square-facebook {
    background: #3B5998;
}

.shared-noticia .square-google-plus {
    background: #D90003;
}

.shared-noticia .square-instagram {
    background: #412600;
}

.shared-noticia .square-twitter {
    background: #4488FF;
}

.shared-noticia .square-pinterest {
    background: #BD081C;
}

.shared-noticia .square-external-link {
    background: #000;
}

.shared-noticia .square-linkedin {
    background: #007BB5;
}

.shared-noticia .square-whatsapp {
    background: #12AF0A;
}

.shared-noticia a {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.shared-noticia a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #900;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #F00;
}

.card .card-content small {
    color: #999;
}

.card .card-image img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.card:hover .card-image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0));
}

.frase-obituario {
    color: #777;
    text-align: center;
    font-size: 2em;
    margin: 15px auto;
    font-style: italic;
    background: #DDD;
    padding: 15px;
}

h4.titulo {
    color: #777;
    font-style: italic;
}

blockquote {
    border-left: 3px solid #900;
    background: #DDD;
    font-style: italic;
    padding: 30px 23px;
    color: #333;
}

.banner-102 {
    display: block;
}

.banner-102 img {
    width: 100%;
}

.tabs .tab a {
    color: #AD0009;
}

.tabs .tab a.active,
.tabs .tab a:hover {
    background-color: transparent;
    color: #900;
    border-bottom: 2px solid #900;
}

strong {
    font-weight: bold;
}

.shared-noticia a {
    color: #FFF !important;
    margin-right: 4px !important;
}

.img-youtube {
    width: 100%;
    height: 250px;
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
    text-align: center;
    transition: 0.3s;
}

.img-youtube:hover {
    background-size: 110% auto !important;
    transition: 0.3s;
}

.img-youtube .fa {
    display: block;
    padding-top: 96px;
    font-size: 60px;
    color: #F00;
    text-shadow: 0 0 5px #fff;
    transition: 0.45s;
}

.img-youtube:hover .fa {
    transform: scale(1.5, 1.5);
    transition: 0.45s;
}

.title-video-noticia {
    font-size: 32px;
    font-weight: 600;
    color: #900;
    margin-bottom: 0;
}

.titulo-video-noticia {
    font-size: 16px;
    font-weight: 600;
    color: #900;
    margin-bottom: 0;
}

.big-titulo-video-noticia {
    font-size: 32px;
    font-weight: 600;
    color: #900;
    margin-bottom: 0;
}