/*
Theme Name: Rede Mais
Theme URI: https://eduardomagno.com.br/
Author: the Eduardo Magno e customizado por Jair Deon
Author URI: http://eduardomagno.com.br/
Version: 1.4
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,600&display=swap');
body {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
}

body::-webkit-scrollbar-thumb:hover {
    background: #0071bd;
}


/* PadrÃ£o */

.no-padding {
    padding: 0px;
}


/***************************************************/


/* Header R7 */

.r7-header {
    border-bottom: 1px solid #0071bd;
    padding: 10px 0px;
    width: 98%;
    margin-left: 1%;
    margin-top: 15px;
}

.r7-header ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
}

.r7-header li {
    display: inline-block;
    margin: 0px 10px;
}

.r7-header a {
    font-weight: 600;
    font-size: 14px;
    color: #353535;
}


/* Header - Desktop */

.header-desktop {
    height: 215px;
    align-items: center;
    display: flex;
}

.logo-header img {
    height: 115px;
    width: auto;
    display: inline-block;
    margin: 0 25px;
}

.menu-header {
    color: #9c9c9c;
    font-size: 35px;
    margin-top: 30px;
    display: inline-block;
    position: absolute;
}

.col-ad-header-loading {
    align-items: center;
    display: flex;
}

.col-ad-header-loading img {
    width: 100%;
    height: auto;
    display: block;
}

.card-ad-sidebar-home img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.ad-header-demo {
    display: block;
    font-weight: 900;
    width: 90%;
    height: 60px;
    background: #dcdcdc;
    text-align: center;
    line-height: 60px;
    color: #7a7a7a;
    margin: 0 auto;
}

.col-search-header {
    align-items: center;
    display: flex;
}

.col-search-header div {
    width: 100%;
}

.col-search-header input {
    border-radius: 10px;
    border: solid 1px #606060;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px 5px;
    height: 35px;
    line-height: 35px;
    color: #353535;
    font-weight: 300;
    font-size: 14px;
    width: 85%;
    display: inline-block;
    margin-bottom: 20px;
}

.col-search-header button {
    border-radius: 10px;
    border: solid 1px #606060;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
    color: #353535;
    font-weight: 300;
    font-size: 16px;
    width: 15%;
    display: inline-block;
    text-align: right;
    margin-top: 0px;
    position: absolute;
    background: none;
    cursor: pointer;
}

.col-search-header ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.col-search-header li {
    display: inline-block;
    margin: 0px 2px;
}

.col-search-header a {
    background: #0071bd;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 21px;
}

.col-nao-encontrados-pesquisa {
    text-align: center;
}

.col-nao-encontrados-pesquisa span {
    text-align: center;
    font-size: 200px;
    color: #0071bd;
    opacity: 0.7;
}

.col-nao-encontrados-pesquisa p {
    text-align: center;
    font-size: 45px;
    color: #0071bd;
    opacity: 0.7;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    line-height: 45px;
}


/***************************************************/


/* Menu - Desktop */

.menu-desktop {
    background-color: #fff;
    padding: 35px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translateX(-100%);
    transition: all .8s ease;
    z-index: 4;
    width: 20%;
}

.bg-fade-control {
    background: #353535c2;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 0;
    z-index: 3;
    transition: all .6s ease;
    opacity: 0;
    visibility: hidden
}

.bg-fade-control.active-menu {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.menu-desktop div {
    width: 100%;
    max-height: 100%;
    overflow: auto;
}

.menu-desktop.active {
    transform: translateX(0);
}

.menu-desktop ul {
    padding: 0;
    margin: 0px;
    list-style-type: none;
    display: block;
    width: 100%;
}

.menu-desktop ul li {
    margin: 14px 0;
    text-align: left;
}

.menu-desktop a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #313131;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.menu-desktop h2 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.42px;
    text-align: left;
    color: #343434;
}

.menu-toggle {
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 1px;
    transform: translateX(100%);
    display: none;
}

.menu-toggle:focus {
    outline: none;
}

.menu-desktop.active .menu-toggle {
    display: block;
}

.logo-menu {
    width: auto;
    height: 115px;
    margin: 5px auto;
    display: block;
    margin-bottom: 35px;
}

.ul-menu ul ul {
    display: none;
}

.ul-menu ul li.hover>ul {
    display: block;
}

.ul-menu ul ul {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 180px;
    background: #fff;
    padding-left: 10px;
    border-left: 1px solid #e1e1e1;
    font-size: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.ul-menu ul ul li a {
    font-size: 13px;
}

.ul-menu ul ul li {
    margin: 10px 0px;
}


/***************************************************/


/* Banner Rotativo - Home */

.banner-rotativo-home img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.banner-desktop-view {
    display: block !important;
}

.banner-mobile-view {
    display: none !important;
}


/***************************************************/


/* Conteudo Urgente */

.col-text-urgente {
    align-items: center;
    display: flex;
}

.noticia-urgente {
    background-image: linear-gradient(to top, #a91d22, #ce3e42);
    padding: 50px 0px;
}

.noticia-urgente img {
    width: 100%;
    height: auto;
    display: block;
}

.noticia-urgente h3 {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.44px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}

.noticia-urgente a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 0.21px;
    text-align: left;
    color: #f6eaea;
    border-left: 3px solid #fff;
    padding: 0px 10px;
    margin: 0px;
}


/***************************************************/


/* Body Home- Index */

.link-ver-mais-home {
    display: block;
    margin: 10px 0px;
    border-bottom: 1px solid #0071bd;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #0071bd;
    margin-top: 30px;
    padding-bottom: 10px;
}

.link-ver-mais-home i {
    margin: 0px 5px;
}

.ul-feed-home-categorias {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ul-feed-home-categorias li {
    display: inline-block;
    margin-right: 5px;
}

.ul-feed-home-categorias a {
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.69;
    letter-spacing: 0.13px;
    text-align: left;
    color: #090909;
    text-transform: uppercase;
}

.ul-feed-home-categorias a:hover {
    color: #0071bd;
    font-weight: 800;
}

.card-destaque-home {
    border-radius: 12px;
    background-image: linear-gradient(to top, #34405c, #4e9cb6);
    padding: 25px;
}

.card-destaque-home img {
    width: 100%;
    height: auto;
    display: block;
}

.card-destaque-home span {
    font-size: 13px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.69;
    letter-spacing: 0.13px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}

.card-destaque-home h1 {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.38px;
    text-align: left;
    color: #ffffff;
}

.card-destaque-home p {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: left;
    color: #ffffff;
    margin-top: 15px;
}

.card-destaque-home strong {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    text-align: left;
    color: #fffefe;
}

.card-feed-noticias-home {
    margin-top: 30px;
}

.card-feed-noticias-home img {
    width: 100%;
    height: auto;
    display: block;
}

.col-feed-noticias-home {
    align-items: center;
    display: flex;
}

.col-feed-noticias-home div {
    width: 100%;
}

.col-feed-noticias-home span {
    font-size: 11px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.13px;
    text-align: left;
    color: #0071bd;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}

.col-feed-noticias-home h3 {
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.25px;
    text-align: left;
    color: #353535;
    margin-top: 5px;
}

.col-feed-noticias-home p {
    font-size: 12.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    text-align: left;
    color: #353535;
    margin-bottom: 1px;
}

.col-feed-noticias-home strong {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #7e7e7e;
    text-transform: capitalize;
}

.card-programacao-home h3 {
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    text-align: left;
    color: #0071bd;
    margin-top: 35px;
    margin-bottom: 15px;
}

.card-oquepassou-home h3 {
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    text-align: left;
    color: #0071bd;
    margin-top: 35px;
    margin-bottom: 15px;
}

.card-aovivo-home-ativo {
    width: 100%;
    height: 400px;
    background: #0068aa;
    margin-bottom: 30px;
}

.mask-card-aovivo-home-ativo {
    height: 400px;
    background: #353535a3;
    padding: 30px;
}

.card-aovivo-home-ativo span {
    border-radius: 5px;
    background-color: #bc2936;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: left;
    color: #dcdcdc;
    font-size: 17px;
    padding: 6px 15px;
    animation: MoveUpDown 3s linear infinite;
    opacity: 1;
}

.card-aovivo-home-ativo p {
    text-align: center;
    color: #fff;
    font-size: 80px;
    margin-top: 75px;
}

@keyframes MoveUpDown {
    0%,
    100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.9;
    }
}

.card-oquepassou-redemais-home {
    padding: 10px;
}

.card-oquepassou-redemais-home img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.card-oquepassou-redemais-home ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.card-oquepassou-redemais-home li {
    display: inline-block;
    margin-right: 5px;
}

.card-oquepassou-redemais-home ul>li>a {
    text-transform: uppercase;
    text-align: left;
    color: #0071bd;
    font-size: 11px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.13px;
}

.card-oquepassou-redemais-home h4 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: left;
}

.card-oquepassou-redemais-home h4>a {
    color: #353535;
}

.card-slide-home-programacao {
    width: 98%;
    height: 150px;
    margin: 0px 2px;
}

.mask-card-slide-home-programacao {
    height: 150px;
    background: #353535a3;
    align-items: flex-end;
    display: flex;
    padding: 10px;
}

.card-slide-home-programacao div {
    width: 100%;
}

.card-slide-home-programacao p {
    margin: 0px;
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: left;
    color: #fff;
}

.span-home-offline {
    border-radius: 10px;
    background-color: #fff;
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: left;
    color: #0068aa;
    text-transform: uppercase;
    position: absolute;
    top: 12px;
    padding: 2px 8px;
    box-shadow: 1px 1px 1px 1px #35353587;
}

.span-home-online {
    border-radius: 10px;
    background-color: #bc2936;
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 12px;
    padding: 2px 8px;
    box-shadow: 1px 1px 1px 1px #35353587;
}


/***************************************************/


/* Body Home  - Sidebar */

.body-home {
    margin-top: 20px;
}

.home-sidebar h2 {
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.21px;
    text-align: left;
    color: #353535;
}

.home-sidebar h3 {
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.21px;
    text-align: left;
    color: #0071bd;
}

.ad-sidebar-demo {
    display: block;
    font-weight: 900;
    width: 100%;
    height: 250px;
    background: #dcdcdc;
    text-align: center;
    line-height: 250px;
    color: #7a7a7a;
    margin: 0 auto;
    font-size: 35px;
    margin-bottom: 25px;
}

.card-ultimas-noticias-sidebar {
    margin-bottom: 20px;
}

.card-ultimas-noticias-sidebar img {
    width: 100%;
    height: auto;
    display: block;
}

.col-text-card-ultimas-noticias-sidebar {
    align-items: center;
    display: flex;
}

.col-text-card-ultimas-noticias-sidebar div {
    width: 100%;
}

.col-text-card-ultimas-noticias-sidebar span {
    font-size: 10px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.13px;
    text-align: left;
    color: #0071bd;
    display: inline-block;
    margin-bottom: 3px;
    text-transform: uppercase;
    margin-right: 5px;
}

.col-text-card-ultimas-noticias-sidebar h4 {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: left;
    color: #535353;
}

.col-text-card-ultimas-noticias-sidebar a {
    color: #535353;
}

.card-mais-lidas-noticias-sidebar {
    margin-bottom: 20px;
}

.card-mais-lidas-noticias-sidebar img {
    width: 100%;
    height: auto;
    display: block;
}

.col-text-mais-lidas-noticias-sidebar {
    align-items: center;
    display: flex;
}

.col-text-mais-lidas-noticias-sidebar div {
    width: 100%;
}

.col-text-mais-lidas-noticias-sidebar h4 {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: left;
    color: #535353;
}

.col-text-mais-lidas-noticias-sidebar a {
    color: #535353;
}

.card-previsao-sidebar {
    text-align: center;
    margin: 40px 0px;
}

.col-header-previsao-hoje {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.21px;
    text-align: center;
    color: #0071bd;
    margin-bottom: 10px;
    margin-top: 30px;
}

.col-text-previcao-hoje p {
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: 0.33px;
    text-align: right;
    color: #454545;
    margin: 2px 0px;
}

.col-text-previcao-hoje span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.21px;
    text-align: right;
    color: #1d1d1d;
}

.col-img-previcao-hoje img {
    width: 50%;
    margin-top: 15px;
    display: block;
}

.col-text-previsao-outros img {
    width: 70%;
    margin-top: 15px;
}

.col-text-previsao-outros h5 {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.18px;
    text-align: center;
    color: #454545;
    margin-top: 5px;
}

.col-text-previsao-outros p {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: 0.28px;
    text-align: center;
    color: #7a7a7a;
    margin: 0px;
}

.col-text-previsao-outros span {
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.18px;
    color: #020202;
    margin: 0px;
    display: block;
    text-align: center;
    line-height: 13px
}

.card-outras-noticias-sidebar {
    padding: 10px 0px;
    border-bottom: 1px solid #0071bd;
}

.card-outras-noticias-sidebar span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: left;
    color: #0071bd;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 4px;
}

.card-outras-noticias-sidebar h5 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.27px;
    text-align: left;
    color: #353535;
}

.card-outras-noticias-sidebar a {
    color: #353535;
}

.social-links-sidebar {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
}

.social-links-sidebar li {
    display: inline-block;
    margin: 0px 2px;
}

.social-links-sidebar a {
    background: #0071bd;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 21px;
}


/***************************************************/


/* Page Contato */

.body-contato img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

.body-contato ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.body-contato li {
    display: inline-block;
    margin: 2px 0px;
}

.body-contato a {
    background: #0071bd;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 21px;
}

.body-contato p {
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: left;
    color: #353535;
    margin-top: 10px;
}

.body-contato h1 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.51px;
    text-align: left;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 25px;
}

.body-contato label {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: left;
    color: #909090;
    display: block;
    margin-bottom: 2px;
}

.body-contato input {
    border: solid 1px #b0b0b0;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px 5px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: left;
    color: #909090;
}

.body-contato textarea {
    border: solid 1px #b0b0b0;
    display: block;
    width: 100%;
    height: 200px;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: left;
    color: #909090;
    resize: none;
}

.body-contato button {
    background-color: #0071bd;
    border: none;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.29px;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
}


/***************************************************/


/* Page Single - Programa */

.header-programas-single {
    background-color: #0071bd;
    padding: 70px 0px;
    text-align: center;
    margin-bottom: 30px;
}

.header-programas-single h1 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: center;
    color: #ffffff;
}

.header-programas-single h2 {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}

.header-programas-single h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.23px;
    text-align: center;
    color: #ffffff;
}

.p-single-desc-programa p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    text-align: left;
    color: #7a7a7a;
}

.img-single-desc-programa {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.social-single-desc-programa {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
}

.social-single-desc-programa li {
    display: inline-block;
    margin: 0px 2px;
}

.social-single-desc-programa a {
    background: #0071bd;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 21px;
}

.h4-noticias-programa-single {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.51px;
    text-align: left;
    color: #353535;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.card-noticias-programa-single {
    margin-bottom: 30px;
}

.card-noticias-programa-single img {
    width: 100%;
    height: auto;
    display: block;
}

.card-noticias-programa-single span {
    font-size: 12.5px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.84;
    letter-spacing: 0.13px;
    text-align: left;
    color: #0071bd;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.card-noticias-programa-single h3 {
    font-size: 25px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.25px;
    text-align: left;
    color: #353535;
}

.card-noticias-programa-single p {
    font-size: 12.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    text-align: left;
    color: #353535;
}

.card-noticias-programa-single strong {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #7e7e7e;
    text-transform: capitalize;
    display: block;
}

.ad-demo-programa-single {
    display: block;
    font-weight: 900;
    width: 60%;
    height: 600px;
    background: #dcdcdc;
    text-align: center;
    line-height: 600px;
    color: #7a7a7a;
    margin: 0 auto;
    margin-top: 200px;
}

.link-ver-mais-programas-single {
    display: block;
    margin: 10px 0px;
    border-bottom: 1px solid #0071bd;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #0071bd;
    margin-top: 30px;
    padding-bottom: 10px;
}

.link-ver-mais-programas-single i {
    margin: 0px 5px;
}


/***************************************************/


/* Sub Footer */

.sub-footer {
    text-align: center;
    padding: 30px 0px;
}

.sub-footer img {
    width: auto;
    height: 90px;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
}

.sub-footer h6 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    color: #353535;
    margin-bottom: 0px;
}

.sub-footer h6>a {
    color: #353535;
}

.sub-footer p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    color: #353535;
    margin-bottom: 0px;
}


/* Footer */

.footer {
    background-color: #333333;
    padding: 30px 0px;
    margin-top: 30px;
}

.footer p {
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    margin: 0px;
}

.footer hr {
    float: left;
    width: 100%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    background: inherit;
    color: #fff;
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-ul a {
    font-size: 12px;
    color: #686868;
}


/***************************************************/


/* Page Custom */

.header-page-custom {
    background-color: #0071bd;
    padding: 80px 0px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 60.5px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.61px;
    color: #ffffff;
    text-transform: uppercase;
}

.body-page-custom img {
    max-width: 100%;
    height: auto;
    display: block;
}

.body-page-custom {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    color: #909090;
}


/***************************************************/


/* Widgets RegiÃµes */

.areas-de-cobertura {
    margin: 40px 0px;
}

.areas-de-cobertura img {
    width: 100%;
    height: auto;
    display: block;
}

.areas-de-cobertura h6 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #404040;
    margin-top: 20px;
    margin-bottom: 30px;
}

.areas-de-cobertura .card-header {
    border: solid 1px #404040;
    background-color: #f0f0f0;
}

.areas-de-cobertura .btn-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: left;
    color: #404040;
}

.areas-de-cobertura .card-body {
    border: solid 1px #404040;
    background-color: #f0f0f05c;
    border-top: none;
    margin-top: 0px;
}

.areas-de-cobertura ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.areas-de-cobertura ul>li>a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: left;
    color: #404040;
}


/***************************************************/


/* Podcast - Archive */

.header-podcasts-archive {
    font-size: 80px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.69px;
    text-align: center;
    color: #0071bd;
    padding: 50px 0px;
}

.main-podcasts-archive {
    margin: 15px 0px;
}

.main-podcasts-archive h2 {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.33px;
    text-align: left;
    color: #474747;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.card-podcast-ultimos-archive {
    height: 350px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background: #0071bd;
    max-height: 350px;
    min-height: 350px;
    margin-bottom: 50px;
    background: url(assets/images/demo-images/demo-podcast.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-shadow: inset 3px -100px 40px 10px #0000007a;
    -webkit-box-shadow: inset 3px -100px 40px 10px #0000007a;
    box-shadow: inset 3px -100px 40px 10px #0000007a;
}

.card-podcast-ultimos-archive h3 {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 0.38px;
    text-align: left;
    color: #ffffff;
    margin: 0px;
}

.categoria-podcast-archive h3 {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.33px;
    text-align: left;
    color: #474747;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.categoria-podcast-archive img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.categoria-podcast-archive h4 {
    font-size: 28px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 0.28px;
    text-align: left;
    color: #353535;
}

.categoria-podcast-archive p {
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    text-align: left;
    color: #353535;
    margin-bottom: 30px;
}


/***************************************************/


/* Programas - Archive */

.card-programa-archive-infos {
    background-image: linear-gradient(to top, #a3bed0, #6299b8);
    height: 250px;
    padding: 15px;
    margin-bottom: 20px;
    align-items: flex-end;
    display: flex;
}

.card-programa-archive-infos span {
    position: absolute;
    display: block;
    top: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: left;
    color: #0068aa;
    padding: 1px 8px;
}

.card-programa-archive-infos h2 {
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.23px;
    text-align: left;
    color: #ffffff;
    margin: 0px;
}

.header-programas-archive {
    padding: 100px 0px;
    text-align: center;
    background-image: linear-gradient(to top, #a3bed0, #6299b8);
    margin-bottom: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.61px;
    color: #ffffff;
}

.filtrar-horario-programas-archive {
    border-radius: 23px;
    background-color: #689cba;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    width: 20%;
    color: #fff;
    float: right;
    margin-bottom: 20px;
    padding: 6px 0px;
}


/***************************************************/


/* Post - Single */

.header-single-post h1 {
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: 0.58px;
    text-align: left;
    color: #353535;
}

.header-single-post p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: left;
    color: #353535;
    margin-bottom: 5px;
}

.header-single-post strong {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.27px;
    text-align: left;
    color: #7e7e7e;
    text-transform: capitalize;
}

.body-blog-single {
    margin-top: 50px;
}

.body-blog-single>h1 {
    font-size: 50px;
}

.body-blog-single {
    line-height: 1.8;
    color: #191e23;
    font-size: 18px
}

.body-blog-single p {
    font-size: inherit;
    line-height: inherit;
    margin-top: 28px;
    margin-bottom: 28px;
}

.body-blog-single figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
}

.body-blog-single img {
    max-width: 100%;
    height: auto;
}


/* Comentarios */

.fb-comments {
    width: 100%;
}


/* Rede Social */

.div-social-box-blog-single {
    position: fixed;
    margin-left: 7%;
    width: 5%;
}

.div-social-box-blog-single a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #0071bd;
    line-height: 42px;
    margin: 5px auto;
    border-radius: 100%;
    font-size: 20px;
}

.col-programa-control-card {
    display: none;
}

.mostrar-card-programa {
    display: block;
}


/***************************************************/


/* Pagina ProgramaÃ§Ã£o */

.header-control-navigation-center {
    text-align: center;
    text-transform: uppercase;
}

.header-control-navigation-center h1 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.65px;
    text-align: center;
    color: #2f2f2f;
    margin: 0px;
}

.header-control-navigation-center p {
    font-size: 20px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.29px;
    text-align: center;
    color: #303030;
}

.header-control-navigation-left {
    align-items: center;
    display: flex;
}

.header-control-navigation-left div {
    width: 100%;
    text-align: right;
}

.header-control-navigation-left a {
    color: #0071bd;
    font-size: 50px;
    transition: all 0.2s;
}

.header-control-navigation-left a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.header-control-navigation-right {
    align-items: center;
    display: flex;
}

.header-control-navigation-right div {
    width: 100%;
}

.header-control-navigation-right a {
    color: #0071bd;
    font-size: 50px;
    transition: all 0.2s;
}

.header-control-navigation-right a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.div-header-space {
    margin-top: 50px;
}

.col-programa-control-card {
    border-bottom: solid 1px #b0b0b0;
    padding: 15px 0px;
}

.avatar-prograpacao-item {
    width: 85%;
    height: 0px;
    padding-top: 85%;
    border-radius: 100%;
    margin: 0 auto;
}

.alinhar-item-body-programacao-card {
    align-items: center;
    display: flex;
}

.alinhar-item-body-programacao-card div {
    width: 100%;
}

.col-programa-control-card p {
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    text-align: left;
    color: #7a7a7a;
    margin: 0px;
}

.col-programa-control-card h3 {
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    text-align: left;
    color: #343333;
    margin: 0px;
}

.col-programa-control-card a {
    background-color: #0071bd;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: left;
    color: #ffffff;
    padding: 8px 10px;
    float: right;
    margin-right: 15px;
}

.h1-archive-body-page {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.69px;
    text-align: center;
    color: #0071bd;
    text-transform: uppercase;
    margin: 30px 0px;
}

.telefone-link-contato {
    background: unset !important;
    width: unset !important;
    height: unset !important;
    color: #353535 !important;
    text-align: left !important;
    font-size: 17px !important;
    line-height: 0px !important;
    margin-bottom: -9px;
}

.card-ad-sidebar-single-post {
    width: 20%;
    height: auto;
    display: block;
    position: fixed;
    z-index: 2;
    right: 0;
}

.card-ad-sidebar-single-post img {
    width: 100%;
    height: auto;
    display: block;
}

.card-oquepassou-redemais-home a {
    max-height: 100px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.card-oquepassou-redemais-home a img {
    min-height: 100px;
}

@media screen and (min-width: 1000px) {
    .home-noticia-imagem {
        max-height: 200px;
        overflow: hidden;
    }
    .card-destaque-home .row div:first-child {
        max-height: 300px;
        overflow: hidden;
    }
}

.ao-vivo-flag {
    z-index: 999;
    background: rgb(85, 151, 175);
    background: linear-gradient(90deg, rgba(85, 151, 175, 1) 0%, rgba(71, 134, 161, 1) 100%);
    max-width: 200px;
    padding: 15px 20px;
    position: fixed;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-width: 200px;
    top: 10%;
}

.ao-vivo-flag a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.ao-vivo-flag .live {
    font-size: 12px;
    background: #bc2936;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    margin-bottom: 8px;
}

.ao-vivo-flag span {
    display: block;
    /* margin-bottom: 5px; */
    color: #fff;
}

.oqpassou-cat-slider a {
    font-size: 11px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.13px;
    text-align: left;
    color: #0071bd;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}

.ao-vivo-slider .slick-dots {
    margin-top: -15px;
    margin-bottom: 20px;
}