/*
Theme Name: Portal de Prefeitura 1.0.7
Description: Padrão
Author: Alexsander Arcelino
Version: 1.0.7
*/

body { 
    color: #40454d;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}


*{ margin: 0; padding: 0; }

a {
    text-decoration: none;
}

/*
@font-face{
    font-family: "gilroy";
    src: url('font/Gilroy-ExtraBold.otf');
}

@font-face{
    font-family: "signika-regular";
    src: url('font/Signika-Regular.otf');
}
*/


@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


::selection {
    background: #e7541b;
    color: #fff;
    text-shadow: none;
}

/* Rádio Topo */
.radio-topo {
    width: 100%;
    overflow: hidden;
}

.radio-topo img {
    width: 100%;
}

/* RÁDIO */
.player-radio {
    width: 100%;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    border: 148px;
    background: #333;
    bottom: 0;
    background: #F1F3F4;
    /*
    box-shadow: 0 6px 40px 0 rgba(51,51,51,.3);
    -webkit-box-shadow: 0 -3px 45px 0 rgba(51, 51, 51, .2);
    -moz-box-shadow: 0 6px 40px 0 rgba(51,51,51,.3);
    */
    overflow: hidden;
    margin-top: -4px;
}

.player-radio audio {
    width: 400px;
    margin-left: 10%;
}


/* ANÚNCIO HEADER INDEX */
.header-anuncio-index {
    width: 100%;
    overflow: hidden;
    display: none;
}



/* CONTAINER */

.container {
    padding: 40px 0;
    overflow: hidden;
}

.content {
    width: 64%;
    float: left;
    overflow: hidden;
}

/* HEADER */

header {
    /*background: #fff;*/
    padding: 20px 0;
}

header .header-logo {
    width: 230px;
    float: left;
}

header .header-logo img {
    width: 230px;
}

header .header-carousel {
    width: 55%;
    float: right;
}

.header-carousel-anuncio img {
    width: 100%;
}

/* MENU */
.toggle, [id^=drop] {
    display: none;
}
nav {
    margin: 0;
    padding: 0;
    width: 1130px;
    margin: 0 auto;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    position: relative;
    z-index: 9999;
}
    
#logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 20px;
    line-height: 60px;
}
    
nav:after {
    content: "";
    display: table;
    clear: both;
}
    
nav ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
    
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}
    
nav a {
    display: block;
    /*padding: 0 13px;*/
    padding: 12px 13px;
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}


nav ul li ul li:hover {
    background: #e7541b;
    color: #fff;
}
 
.menu-eleicoes {
    /*background: linear-gradient(180deg, rgba(228, 233, 50, 0) 0%, #000 100%);*/
    background: linear-gradient(180deg, rgba(228, 233, 50, 1), rgba(44,159,69,1));
    color: #fff;
}

nav a:hover {
    background: #e7541b;
    color: #fff;
}
    
nav ul ul {
    display: none;
    position: absolute;
    top: 43px;
    z-index: 999;

    -webkit-box-shadow: 0 7px 7px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 7px 7px rgba(0,0,0,.15);
    box-shadow: 0 7px 7px rgb(0 0 0 / 15%);
}
    
nav ul li:hover > ul {
    display: inherit;
}
    
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    background: #fff;
    z-index: 9999;
}
    
nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}
    
li > a:after {
    content: ' +';
}
    
li > a:only-child:after {
    content: '';
}
    
    
/* Media Queries
--------------------------------------------- */
    
@media all and (max-width : 768px) {
    
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }
    
    nav {
        margin: 0;
        position: absolute;
        z-index: 999;
    }
    
    .toggle + a,
    .menu {
        display: none;
    }
    
    .toggle {
        display: block;
        background-color: #254441;
        padding: 0 20px;
        color: #FFF;
        font-size: 22px;
        font-weight:bold;
        line-height: 60px;
        text-decoration: none;
        border: none;
    }
    
    .toggle:hover {
        /*background-color: #e7541b;*/
        /*color: #fff;*/
    }
    
    [id^=drop]:checked + ul {
        display: block;
    }

    nav ul {
        background: #fff;
    }
    
    nav ul li {
        display: block;
        width: 100%;
    }
    
    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }
    
    nav ul ul ul a {
        padding: 0 80px;
    }
    
    nav a:hover,
    nav ul ul ul a {
        background-color: #000000;
    }
    
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    }
    
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }
    
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }
    
    nav ul ul li {
        display: block;
        width: 100%;
    }
    
    nav ul ul ul li {
        position: static;
    }

    .menu li .toggle {
        position: initial;
    }



    nav ul li .toggle {
        color: #444444;
        font-size: 14px;
        position: initial !important;
        line-height: 28px;
        font-weight: normal;
        width: 100%;
        padding: 0 13px;
    }

    nav ul li ul li a {
        background: #f3f4f7;
        padding: 11px 40px;
    }

    nav ul li ul li a:hover {
        background: #e7541b;
        color: #fff;
    }

}
    
@media all and (max-width : 330px) {
    
    nav ul li {
        display: block;
        width: 94%;
    }
    
}


/* CAROUSEL INDEX */
.slider-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 40px;
}

.slider {
    position: relative;
    width: 9999px;
}

.slider:before,
.slider:after {
    display: table;
    content: ' ';
}

.slider:after {
    clear: both;
}


.slider__item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    max-height: 388px;
    height: auto;
}


.slider__item a {
    width: 22.8%;
    float: left;
    overflow: hidden;
    margin: 0 0.2% 0.2%;
    height: 202px;
}
.slider__item a:nth-child(1) {
    width: 54%;
    float: left;
    margin: 0;
    height: 406px;
}

.slider__item a:nth-child(3),
.slider__item a:nth-child(5) {
    margin: 0;
}


.slider__item span {
    position: relative;
}
.slider__item span img {
    width: 100%;
    height: 202px;
    object-fit: cover;
}

.slider__item a:nth-child(1) span img {
    height: 406px;
}


.slider__item .dest-title {
    transform: translate3d(0,0,0);
    position: absolute;
    z-index: 1;
    line-height: 0;
    bottom: 5px;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 68px 70px rgb(0 0 0 / 42%);
    width: 90%;
    padding: 13px 5%;
}

.slider__item .dest-title h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    text-transform: none;
    color: #fff;
    /*text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);*/
    line-height: 1.1;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 75%);
}
.slider__item a:nth-child(1) .dest-title h2 {
    /*font-size: 21px;*/
    font-size: 20px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 75%);
    font-weight: bold;
}

.slider__item .dest-title h2:hover {
    color:#FC4F00;
}

.slider__item a:nth-child(1) .dest-title h2:hover {
    /*color: #3A8ECD;*/
    color:#FC4F00;
}


.slider__switch span {
    display: block;
    padding: 0px 8px;
}

/* Arrows */

.slider__switch {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 1px;
    transition: opacity .15s ease;
    fill: rgba(138,138,138,.83);
    border: 1px solid rgba(138,138,138,.33);
    float: left;
    /*margin-top: 11px;*/
    margin-top: 30px;
    margin-right: 9px;
    transition: all .4s ease;
}

.slider__switch--prev {
    left: 10px;
}

.slider__switch--next {
    right: 10px;
}

.slider__switch:hover {
    background: #e7541b;
}

.slider__switch:hover i {
    color: #fff;
}

.slider-nav__control {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.slider-nav__control.is-active {
    width: 12px;
    height: 12px;
    background: #fff;
}

.slider.has-touch {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
}

/*
@media (max-width: 68em) {  /* 1088px Tablets *
    .slider__item,
    .slider__item img {
        max-height: 296px;
    }
}



@media only screen and (max-width: 991px){
    .slider__item, .slider__item img {
        max-height: 220px;
    }

    .slider__item img {
        min-height: 220px;
    }

    .slider__caption {
        width: 88%;
        padding: 6% 6%;
    }

    .slider__caption h1 {
        font-size: 14px;
    }
}
*/


/* ÚLTIMAS NOTÍCIAS */

.ult-noticias {

}

.ult-noticias ul {
    display: flex;
    flex-wrap: wrap;
}

.ult-noticias ul li {
    width: 32%;
    float: left;
    list-style: none;
    margin-right: 2%;
    margin-bottom: 20px;
}

.ult-noticias ul li span {
    width: 100%;
    height: 170px;
    overflow: hidden;
    float: left;
    list-style: none;
    margin-bottom: 5px;
}

.ult-noticias ul li:nth-child(3),
.ult-noticias ul li:nth-child(6),
.ult-noticias ul li:nth-child(9),
.ult-noticias ul li:nth-child(12) {
    margin-right: 0;
}

.ult-noticias ul li img {
    width: 100%;
    height: 177px;
    object-fit: cover;
    margin-bottom: 5px;
}

.ult-noticias ul li span {
    position: relative;
}

.term_retranca {
    transform: translate3d(0,0,0);
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
    z-index: 1;
    line-height: 0;
    font-size: 0;
}

.term_retranca p {
    padding: 1px 5px;
    background-color: rgba(231,84,27,0.7);
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 1.7;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}

.ult-noticias ul li h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 17px;
    font-size: 14px;
    text-align: left;
    text-transform: none;
}

.ult-noticias ul li h2 a {
    color: #444;
    transition: all .4s ease;
}

.ult-noticias ul li:hover h2 a {
    color: #e7541b;
}


/* META SLIDER */
header .ms-theme-cubic {
    padding-bottom: 0 !important;
}



/* TAMANHO PADRÃO */
.t-padrao {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}


/* TÍTULOS PADRÃO */

.title-card {
    width: 100%;
    overflow: hidden;
}

.title-card h3 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    margin-bottom: 28px;
    text-transform: inherit;
}

.title-card h3 span {
    display: inline-block;
    padding: 4px 17px 4px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 32px;
    font-size: 14px;
    text-transform: uppercase;

    background: #fff;
    color: #333;
    /*padding-left: 15px;*/
    border-right: 10px solid #fff;
}

.title-card h3 span:after {
    top: 50%;
    left: 0;
    height: 5px;
    margin-top: -2.5px;
    width: 100%;
    background: rgba(0,0,0,.05);
    position: absolute;
    content: '';
    z-index: -1;
}



/* OUTROS ASSUNTOS */
.outros-assuntos {
    background: #D0DBE4;
    padding: 40px 0;
    position: static;
    z-index: -1;
}

.outros-assuntos h3 {
    position: relative;
    text-align: center;
}

.outros-assuntos h3 span {
    background: transparent;
}

.outros-assuntos .title-card h3 span {
    border-right: 10px solid transparent;
    background-color: #e7541b;
    color: #fff;
    padding: 4px 17px 4px 25px;
}
.outros-assuntos .title-card h3 span:after {
    /*background: #C5D0D8;*/
    
}

.outros-assuntos .t-padrao {
    background: #D0DBE4;
}

.outros-assuntos ul {
    display: flex;
    flex-wrap: wrap;
}

.outros-assuntos ul li {
    width: 32%;
    height: 230px;
    float: left;
    margin-right: 2%;
    list-style: none;
    margin-bottom: 30px;
    overflow: hidden;
}

.outros-assuntos ul li span {
    width: 100%;
    height: 300px;
    overflow: hidden;
    
}

.outros-assuntos ul li:nth-child(3),
.outros-assuntos ul li:nth-child(6) {
    margin-right: 0;
}

.post-sombra {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    text-align: center;
    color: #333;
    font-family: "gilroy";
    padding: 0;
    height: 300px;
    margin: 0 auto;
}

.outros-assuntos ul li span {
    position: relative;
    /*bottom: -4px;*/
}

.outros-assuntos ul li span .term_retranca {
    /*top: -214.5px;*/
}

.outros-assuntos ul li img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/*
.outros-assuntos ul li a:after {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    top: auto;
    height: 75%;
}
*/

.outros-assuntos ul li .outros-title {
    transform: translate3d(0,0,0);
    position: absolute;
    z-index: 1;
    line-height: 0;
    bottom: 5px;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 68px 70px rgb(0 0 0 / 42%);
    width: 90%;
    padding: 13px 5%;
}

/*
.outros-assuntos ul li::before {
    background: 0 0;
    opacity: 0;
    animation: none;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.outros-assuntos ul li::after {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    top: auto;
    height: 75%;
}
*/

.outros-assuntos ul li .outros-title h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    text-transform: none;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    line-height: 1.1;
}

/* NOTÍCIAS BLOCO1 */
.noticias-bloco1 {

}

.noticias-bloco1 ul {
    display: flex;
    flex-wrap: wrap;
}

.noticias-bloco1 ul li {
    width: 49.5%;
    height: 230px;
    float: left;
    margin-right: 1%;
    list-style: none;
    margin-bottom: 7px;
    overflow: hidden;
}

.noticias-bloco1 ul li:nth-child(2),
.noticias-bloco1 ul li:nth-child(4),
.noticias-bloco1 ul li:nth-child(6) {
    margin-right: 0;
}

.noticias-bloco1 ul li span {
    position: relative;
    /*bottom: -4px;*/
}

.noticias-bloco1 ul li span .term_retranca {
    /*top: -214px;*/
}

.noticias-bloco1 ul li img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.noticias-bloco1 ul li .outros-title {
    transform: translate3d(0,0,0);
    position: absolute;
    /* top: -56px; */
    /* left: 20px; */
    z-index: 1;
    /* right: 20px; */
    line-height: 0;
    bottom: 5px;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 68px 70px rgb(0 0 0 / 42%);
    width: 90%;
    padding: 13px 5%;
}

.noticias-bloco1 ul li .outros-title h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    text-transform: none;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    line-height: 1.1;
}

/* NOTÍCIAS BLOCO 2 E 3 */
.noticias-bloco2 {
    width: 48%;
    float: left;
    margin-right: 4%;
    overflow: hidden;
}

.noticias-bloco3 {
    width: 48%;
    float: right;
    overflow: hidden;
}

.noticias-bloco2,
.noticias-bloco3 {

}

.noticias-bloco2 ul,
.noticias-bloco3 ul {
    display: flex;
    flex-wrap: wrap;
}

.noticias-bloco2 ul li,
.noticias-bloco3 ul li {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    overflow: hidden;
}


.noticias-bloco2 ul li span,
.noticias-bloco3 ul li span {
    position: relative;
    /*bottom: -4px;*/
}

.noticias-bloco2 ul li span .term_retranca,
.noticias-bloco3 ul li span .term_retranca {
    /*top: -205px;*/
}

.noticias-bloco2 ul li img,
.noticias-bloco3 ul li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.noticias-bloco2 ul li .outros-title,
.noticias-bloco3 ul li .outros-title {
    transform: translate3d(0,0,0);
    position: absolute;
    /* top: -56px; */
    /* left: 20px; */
    z-index: 1;
    /* right: 20px; */
    line-height: 0;
    bottom: 5px;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 68px 70px rgb(0 0 0 / 42%);
    width: 90%;
    padding: 13px 5%;
}

.noticias-bloco2 ul li .outros-title h2,
.noticias-bloco3 ul li .outros-title h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    text-transform: none;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    line-height: 1.1;
}



/* SIDEBAR */
.sidebar {
    width: 32%;
    float: right;
}

.sidebar .title-card h3 span {
    background: #e7541b;
    color: #fff;
    padding-left: 15px;
}

.sidebar .card {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}


.sidebar .sid-img img {
    width: 100%;
}

.sidebar .sid-iframe iframe {
    width: 100%;
}

/* > Colunistas */
.colunistas li {
    width: 100%;
    overflow: hidden;
    list-style: none;
    padding: 5px 0;
}

.colunistas li:nth-child(2) {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top: 1px solid rgba(0,0,0,.05);
}

.colun-avatar {
    float: left;
    margin-right: 15px
}

.colun-avatar img {
    border-radius: 50%;
}

.colun-desc h5 {
    color: #444;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

.btn-autor {

}

.btn-autor a {
    font-size: 10px;
    font-weight: lighter;
    border: 1px solid #868686!important;
    color: #3c3c3c;
    padding: 5px;
}

/* FOOTER */
footer {
    background: url(https://portaldeprefeitura.com.br/wp-content/uploads/2020/11/escritorio_portal.jpeg) no-repeat center center fixed;
    background-position: 0 195px;
    background-size: cover;
}

footer .footer-mascara {
    background-color: rgba(0,0,0,0.6) !important;
    padding: 40px 0;
}

footer .footer-content {
    
}

footer .footer-content .footer-menu {
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

footer .footer-content .footer-menu a {
    color: #fff;
    transition: all .4s ease;
    margin-right: 20px;
}

footer .footer-content .footer-inform {
    width: 100%;
    overflow: hidden;
}

footer .footer-content .footer-inform p {
    width: 50%;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.footer-inform a {
    text-decoration: none;
    color: #0099e5;
}


/* SINGLE POST */


.single-post {

}

.banner-post {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner-post img {
    width: 100%;
}

.single-post .retranca {
    background-image: linear-gradient(to left top, #f0790b, #ed6617, #e95321, #e33e29, #dc2430);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    display: table-cell;
    padding: 7px 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

.single-post .single-title h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1.3;
    font-weight: 400;
    color: #2d2d2d;
}

.single-subtitulo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.single-subtitulo p {
    font-style: italic;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    text-transform: inherit;
    color: #7b7b7b;
}

/*
.single-data {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-bottom: 20px;
}
*/

.single-autor {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.autor-avatar {
    float: left;
}

.autor-avatar img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 10px;
}

.single-autor span {
    font-family: 'Open Sans', sans-serif;
    color: rgba(0,0,0,.44);
    font-size: 12px;
}

.single-autor span a {
    color: #4d4d4d;
    font-weight: bold;
}

.single-destaque {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.single-destaque img {
    width: 100%;
}
.single-destaque .wp-caption-text {
    line-height: 12pt;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
    color: #7b7b7b;
    margin-bottom: 10px;
}


.conteudo-post {
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #222222;
}

.conteudo-post p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 15px;
    color: #222222;
}

.conteudo-post p a {
    color: #e7541b;
    text-decoration: none;
}
.conteudo-post ol {
    margin-left: 15%;
}
.conteudo-post ol li {
    color: #666;
    text-decoration: none;
    text-align: justify;
    font: 18px arial;
    line-height: 20pt;
    padding: 5px 0;
}
.conteudo-post ol li a {
    color: #666;
    text-decoration: underline;
    text-align: justify;
    font: 18px arial;
    line-height: 20pt;
}
.conteudo-post ol a:active {
    text-decoration: none;
}
.conteudo-post ol a:hover {
    text-decoration: underline;
    color: #185a5e;
}

.conteudo-post ul li {
    margin-left: 15%;
    margin-bottom: 20px;
}

.text-post ul {
    color: #333;
}
.text-post ul a {
    color: #1f6a8f;
}
.text-post ul a:hover {
    text-decoration: underline;
    color: #185a5e;
}




blockquote {
    width: 90%;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    /*margin: 40px 0;*/
    margin: 15px 0;
    padding: 20px 5%;
}

blockquote:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
	background-image: linear-gradient(344deg, #F0790B 0px,#dc2430 70%,#F0790B 85%);
}

blockquote p {
    margin-bottom: -6px !important;
    font-size: 16px !important;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.aligncenter, div.aligncenter {
	margin-bottom: 20px;
}


/* POSTS RELACIONADAS */
.posts-relacionados {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin: 15px 0 0;
}

.posts-relacionados ul {
    display: flex;
    flex-wrap: wrap;
}

.posts-relacionados ul li {
    width: 32%;
    list-style: none;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.posts-relacionados ul li:nth-child(3),
.posts-relacionados ul li:nth-child(6) {
    margin-right: 0;
}

.posts-relacionados ul li:nth-child(7) {
    display: none !important;
}

.posts-relacionados ul li img {
    width: 100%;
    height: 177px;
    object-fit: cover;
}

.posts-relacionados .bloco1-list-img {
    height: 177px;
    overflow: hidden;
    margin-bottom: 10px;
}

.posts-relacionados ul li span .term_retranca {
    transform: translate3d(0,0,0);
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    z-index: 1;
    line-height: 0;
    font-size: 0;
}

.posts-relacionados ul li span .term_retranca p {
    padding: 1px 5px;
    background-color: rgba(231,84,27,0.7);
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 1.7;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}

.posts-relacionados ul li h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 17px;
    font-size: 14px;
    text-align: left;
    text-transform: none;
}

.posts-relacionados ul li h2 a {
    color: #444;
    transition: all .4s ease;
}

.posts-relacionados ul li:hover h2 a {
    color: #e7541b;
}

/* > Autor Detalhe */
.autor-detalhe {
    padding: 20px;
    margin: 15px 0 0;
    position: relative;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.autor-detalhe ul li {
    list-style: none;
    float: left;
}

.autor-detalhe ul li:nth-child(2) {
    width: 85%;
    float: right;
}

.autor-detalhe ul li h3 {
    width: 100%;
    margin-bottom: 10px;
}
.autor-detalhe ul li h3 a {
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: bold;
}

.autor-detalhe ul li p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #7b7b7b;
    text-align: justify;
    font-weight: normal;
    line-height: 16pt;
}


/* CATEGORY/SEARCH */
.title-nav {
    width: 100%;
    overflow: hidden;
}

.pre-title {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: inherit;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 17px;
}

.pre-title span {
    background-color: #444;
    display: inline-block;
    line-height: 26px;
    z-index: 1;
    position: relative;
    padding: 0 10px;
    color: #fff;
}

.pre-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 100%;
    height: 3px;
    width: 100%;
    background-color: #444;
    top: 0;
    height: 4px;
}

.title-cat {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    margin-bottom: 30px;
}

.title-cat h1 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: 32px;
    text-align: inherit;
    text-transform: capitalize;
    color: #383838;
    margin: 0 0 12px;
    position: relative;
}

.list-cat ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}


.cat-left {
    width: 30%;
    float: left;
    margin-right: 20px;
}


.cat-left img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.cat-left ul li span {
    position: relative;
}

.cat-right {
    
}

.cat-right h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 23px;
    font-size: 17px;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
}

.cat-right h2 a {
    color: #444;
    transition: all .4s ease;
}


.cat-right h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    text-align: inherit;
    text-transform: initial;
    color: #888888;
}




/* PAGINAÇÃO */
.list-post {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none !important;
    padding: 6px 10px !important;
    background: #5E8DCA;
    color: #fff;
}

.wp-pagenavi span.current {
    background: #e7541b;
}

/* PÁGINA AUTOR */
.autor-page {
    width: 100%;
    overflow: hidden;
}

.autor-page ul li {
    list-style: none;
    float: left;
}

.autor-page ul li:nth-child(2) {
    width: 85%;
    float: right;
}

.autor-page ul li img {
    border-radius: 50%;
}

.autor-page ul li h3 {
    width: 100%;
    margin-bottom: 10px;
}

.autor-page ul li p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #7b7b7b;
    text-align: justify;
    font-weight: normal;
    line-height: 16pt;
}


/* SEARCH FORMULÁRIO - POPUP SEARCH */

.form-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #F7F7F7;
}

.form-wrapper input {
    width: 77%;
    height: 30px;
    padding: 3% 4%;
    float: left;
    font-size: 14px;
    font-style: normal !important;
    border: 0;
    background: transparent;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper button {
    width: 15%;
    height: 52px;
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: #f3f2f1;
    border-bottom: 0;
    transition: ease-in-out 1s;
}

.form-wrapper i {
    font-size: 20px;
}


/*
.form-wrapper button:hover {
    background: #ced7df;
}
*/

.form-wrapper button:hover:before {
    border-right-color: #ced7df;
}

.form-wrapper button:focus:before {
    border-right-color: #016773;
}

.form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.form-wrapper img {
    width: 36px !important;
}

input:focus,
select:focus {
    border-color: none !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* POPUP SEARCHFORM */

.btn-search {
    position: absolute;
    z-index: 9999; /* número máximo é 9999 */
    background: #e7541b;
    right: 0;
}

.btn-search .search-form {
    display: none;
}


.btn-search a i {
    color: #fff;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.89);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 60%;
    max-width: 60%;
    margin: 4em auto;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.cd-popup-close {
    float: right;
    margin-right: 41px;
    margin-top: 58px;
    font-size: 23px;
    padding: 0 9px;
    color: transparent;
}

.cd-popup-close i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    right: 40px;
    top: 49px;
    z-index: -1;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-popup .form-wrapper {
    background: transparent;
    border-bottom: 1px solid #e7541b;
    margin-top: 20%;
}

.cd-popup .form-wrapper label {
    background: transparent;
}

.cd-popup .form-wrapper input::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
}

.cd-popup .form-wrapper input {
    height: 45px;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
}

.cd-popup .form-wrapper button {
    width: 54px;
    color: #fff;
    float: right;
    margin-right: 0;
    background: #e7541b;
    border-radius: 50%;
}


/* SEARCH */
.result-search {
    width: 100%;
    overflow: hidden;
}

.result-search h2 {
    font-size: 17px;
}

/* SEE MORE - VEJA MAIS */
.see-more {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.see-more a {
    background-color: #e7541b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    display: table-cell;
    padding: 7px 18px;
    margin-bottom: 17px;
    font-weight: lighter;
}

/* ANÚNCIOS */
.banner-index {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.banner-index img {
    width: 100%;
}

/* MAIS LIDAS */
.jetpack_top_posts_widget {
    width: 100%;
}

.jetpack_top_posts_widget ol {
    counter-reset: item;
    list-style-type: none;
}


.jetpack_top_posts_widget ol li { 
    display: block;
    /* width: 10px; */
    overflow: hidden;
    margin-bottom: 18px;
}

.jetpack_top_posts_widget ol li:before { 
    content: counter(item) " ";
    counter-increment: item;
    background: #e7541b;
    /* content: counter(step-counter); */
    font-size: 25px;
    background-color: #e7541b;
    color: white;
    padding: 1px 10px;
    float: left;
}

.jetpack_top_posts_widget ol li a {
    float: right;
    width: 86%;
    color: #333;
    transition: all .5s ease;
    font-size: 12px;
}

.jetpack_top_posts_widget ol li a:hover {
    color: #b9000d;
}

/* POST VIEWS */
.post-views {
    display: none;
}

/* META SLIDER */
.metaslider.ms-theme-cubic.ms-is-small,
.ms-theme-cubic {
    padding: 0 !important;
}

/* AUDIMA */
#audima-banner {
    display: none !important;
}

/* ZOOM IMAGEM */
.zoom-img img {
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.zoom-card li {
    width: 100%;
    overflow: hidden;
}


.zoom-card li:hover .zoom-img img,
.zoom-card-dest a:hover .zoom-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 9;
}



/* ÚLTIMAS DO DIA */
.ultimas-dia {
    width: 100%;
    margin-bottom: 30px;
}

.ultimas-dia ul li {
    width: 100%;
    list-style: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #B6B6B6;
}

.ultimas-dia ul li a {
    color: #000;
}

.ultimas-dia ul li a:hover {
    color: #FD541E;
}

.ultimas-dia ul li p {
    font-size: 13px;
}


/* RESPONSIVO */
@media only screen and (max-width: 1170px){
    
    .t-padrao {
        width: 1107px;
        padding: 20px 10px;
    }

}

@media only screen and (max-width: 766px){

    /* Player Rádio */
    .player-radio audio {
        width: 80%;
        margin-left: 0;
        margin: 0 auto;
    }

    /**/

    .header-anuncio-index {
        width: 95%;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }

    .header-carousel {
        display: none !important;
    }

    /* */

    .t-padrao {
        width: 95%;
        padding: 20px 0;
    }

    /* BANNER INDEX */
    .banner-index {
        width: 100% !important;
    }


    /* NAV */
    nav {
        width: 100%;
    }

    /* HEADER */
    header .header-logo {
        width: 100%;
        text-align: left;
    }
    .toggle {
        padding: 0;
        font-size: 46px;
        color: #333;
        width: 40px;
        top: -86px;
        position: absolute;
        /*left: -1px;*/
        right: 0;
        background: none;
        font-weight: normal;
    }

    header .header-carousel {
        width: 95%;
        position: absolute;
        /*top: 112px;*/
        top: 37%;
    }

    .btn-search {
        right: 78px;
        top: -84px;
        /* left: 20px; */
        width: 38%;
    }

    .btn-search .cd-popup-trigger {
        display: none;
    }

    .btn-search .search-form {
        display: block;
    }

    .form-wrapper input {
        width: 69%;
        border: 1px solid #f3f4f7;
    }

    .form-wrapper button {
        width: 22%;
        background: #e7541b;
        float: right;
    }

    .form-wrapper i {
        color: #fff;
    }

    /* CAROUSEL */
    .slider-container {
        margin-top: 0;
        /*margin-top: 16%;*/
    }

    .slider__item {
        max-height: 695px;
    }

    .slider__item a:nth-child(1) {
        width: 100%;
        height: 300px;
        margin-bottom: 0.5%;
    }

    .slider__item a:nth-child(1) span img {
        height: 300px;
    }

    .slider__item a {
        width: 49.8%;
    }

    /* Últimas notícias */

    .ult-noticias ul li span {
        height: 140px;
    }
    

    /**/

    .content,
    .sidebar {
        width: 100%;
    }

    .noticias-bloco1 {
        margin-bottom: 20px;
    }

    .ult-noticias ul li img,
    .posts-relacionados ul li img {
        height: 220px;
    }

    /*
    .noticias-bloco1 ul li img,
    .noticias-bloco2 ul li img,
    .noticias-bloco3 ul li img {
        height: 300px;
    }
    */

    .ult-noticias ul li img,
    .posts-relacionados ul li img {
        height: 140px;
    }

    .noticias-bloco1 ul li img,
    .noticias-bloco2 ul li img,
    .noticias-bloco3 ul li img {
        height: 170px;
    }

    .noticias-bloco2 ul li,
    .noticias-bloco3 ul li {
        margin-bottom: 2px;
        height: 170px;
    }

    .noticias-bloco1 {
        margin-bottom: 70px;
    }

    .outros-assuntos ul li .outros-title {
        padding: 3px 5%;
    }

    .outros-assuntos ul li .outros-title h2 {
        /*
        font-size: 13px;
        text-align: inherit;
        line-height: 1.4;
        */
        font-size: 11px;
        text-align: inherit;
        line-height: 1.2;
    }

    .term_retranca {
        z-index: 9;
    }


    .outros-assuntos ul li {
        height: 178px;
    }
    
    .outros-assuntos ul li span {
        /*bottom: 0;*/
    }

    .outros-assuntos ul li .outros-title {
        /*box-shadow: 0 0 23px 24px rgb(0 0 0 / 24%);*/
    }

    .outros-assuntos ul li img {
        height: 180px;
    }

    /* Notícias Bloco 1 | Notícias */

    .noticias-bloco1 ul li {
        height: 170px;
    }

    .noticias-bloco1 ul li .outros-title h2 {
        font-size: 15px;
    }

    .noticias-bloco2 ul li .outros-title h2,
    .noticias-bloco3 ul li .outros-title h2 {
        font-size: 15px;
    }

    .single-post,
    .title-nav {
        /*margin-top: 15%;*/
    }

    /* ANÚNCIO */
    .banner-index {
        width: 100%;
    }

    /* SINGLE */

    /* > Posts Relacionados */

    .posts-relacionados .bloco1-list-img {
        height: 140px;
    }

}

@media only screen and (max-width: 640px){

    /* AUTOR POST */
    .autor-detalhe ul li,
    .autor-detalhe ul li:nth-child(2) {
        width: 100% !important;
        text-align: center;
    }
}

@media only screen and (max-width: 600px){

    /* CAROUSEL */
    .slider__item a:nth-child(1) {
        height: 230px;
    }

    .slider__item a {
        height: 139px;
    }


    /**/

    .ult-noticias ul li,
    .outros-assuntos ul li {
        width: 49%;
        margin-right: 2% !important;
    }

    .ult-noticias ul li:nth-child(even),
    .outros-assuntos ul li:nth-child(even) {
        margin-right: 0 !important;
    }

    /*
    .ult-noticias ul li img,
    .posts-relacionados ul li img {
        height: 280px;
    }

    .outros-assuntos ul li img {
        height: 300px;
    }
    */
    

    .outros-assuntos ul li {
        margin-bottom: 6px;
    }


    .slider__item a:nth-child(1) span img {
        height: 230px;
    }
    .slider__item span img {
        height: 140px;
    }

    .posts-relacionados ul li {
        width: 49%;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .ult-noticias ul li img,
    .posts-relacionados ul li img {
        height: 140px;
    }

    /* FOOTER */
    footer .footer-content .footer-menu a {
        display: inline-table;
       margin-bottom: 19px;
    }

    footer .footer-content .footer-inform p {
        width: 100%;
    }
    

}

@media only screen and (max-width: 520px){
    .noticias-bloco2,
    .noticias-bloco3 {
        width: 100%;
        margin-right: 0;
    }

    /*
    .noticias-bloco1 ul li img,
    .noticias-bloco2 ul li img,
    .noticias-bloco3 ul li img {
        height: 220px;
    }
    */

}

@media only screen and (max-width: 560px){

    /* HEADER */
    header .header-logo img {
        width: 160px;
    }

    .btn-search {
        right: 46px;
        top: -78px;
        width: 47%;
    }

    /* CAROUSEL HEADER */
    header .header-carousel {
        top: 30%;
    }

    .slider__switch {
        margin-top: 5px;
    }

    .slider-container {
        margin-bottom: 10px;
    }

    .see-more {
        margin-bottom: 10px;
    }

    .banner-index {
        margin-bottom: 8px;
    }

    /* SLIDER */

    .slider-container {
        /*margin-top: 14%;*/
    }

    .slider__item .dest-title {
        padding: 3px 5%;
    }

    .slider__item a:nth-child(1) .dest-title h2 {
        font-size: 16px;
    }

    .slider__item .dest-title h2 {
        /*
        font-size: 13px;
        text-align: inherit;
        line-height: 1.4;
        font-weight: 600;
        */
        font-size: 11px;
        text-align: inherit;
        line-height: 1.2;
        font-weight: 600;
    }

    .single-post .single-title h1 {
        line-height: 1.0;
    }
}

@media only screen and (max-width: 460px){

    /* Player Rádio */
    .player-radio audio {
        width: 90%;
    }

    /**/
    .noticias-bloco1 ul li .outros-title {
        padding: 3px 5%;
    }
    .noticias-bloco1 ul li .outros-title h2 {
        font-size: 11px;
    }
}

@media only screen and (max-width: 420px){
    header .header-carousel {
        top: 25%;
    }

    .btn-search {
        top: -64px;
    }

    .toggle {
        top: -74px;
    }

    header .header-logo img {
        width: 110px;
    }

    .form-wrapper input {
        width: 67%;
        height: 28px;
    }
    .form-wrapper button {
        height: 40px;
        width: 23%;
    }
}