/*
* **********************************
* ################################## ESTILOS DE INÍCIO
* **********************************
*/

/*
========================
======================== FULL BANNER
========================
*/

.full_banner{
    padding: 30px 0 0;
    text-align: center;
}
.full_banner img{    
}   

/*
========================
======================== HEADER COTAÇÃO
========================
*/

.main_header_cotacao{
    display: block;
}

/*
========================
======================== DESTAQUE URGENTE
========================
*/

.destaque_urgente{
    float: left;
    width: 100%;
    margin-top: 40px;
}

.destaque_urgente_capa{
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 10px solid #bd0a10;
}

.destaque_urgente_capa img{
    width: 100%;
}

.destaque_urgente_chapeu{
    background-color: #bd0a10;
    position: absolute;
    left: 0;
    top: 0; 
    margin: 10px;
    padding: 20px 50px 20px 20px;
    font-size: 2em;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
}

.destaque_urgente_title{
    background-color: rgba(3, 3, 3, 0.502);
    position: absolute;
    left: 0;
    bottom: 0; 
    margin: 10px;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 700;
    color: #FFF;
    float: left;
    width: 50%;
}

.destaque_urgente_title h1{
    font-size: 1.6em;
    font-weight: 700;
    color: #FFF;
}

/*
========================
======================== DESTAQUE AO VIVO
========================
*/

.destaque_ao_vivo{    
    margin-top: 40px;
}

.destaque_ao_vivo_capa{
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 10px solid #bd0a10;
}

.destaque_ao_vivo_chapeu{
    background-color: #bd0a10;
    position: absolute;
    left: 0;
    top: 0; 
    margin: 10px;
    padding: 20px 50px 20px 20px;
    font-size: 1.2em;
    font-weight: 700;
    color: #FFF;
}

/*
========================
======================== DESTAQUES
========================
*/

.destaques{    
    margin-top: 30px;
}

.lista_destaques{
    float: left;
    width: 100%; 

    position: relative;
}

.destaques_content{
    float: left;
    width: 100%;   
}

.destaques_item{
    float: left;
    position: relative;
}

.destaques_item:nth-of-type(1n){
    width: 60.6060606061%;
    height: 520px;
    margin-right: 1.5151515152%;
}
.destaques_item:nth-of-type(1n) a{
    width: 100%;
    height: 520px;
    display: block;
}

.destaques_item:nth-of-type(2n),
.destaques_item:nth-of-type(3n){
    width: 37.8787878788%;
    height: 250px;
    margin-bottom: 20px;
    margin-right: 0;
}

.destaques_item:nth-of-type(2n) a,
.destaques_item:nth-of-type(3n) a{
    width: 100%;
    height: 250px;
}

.destaques_item:nth-of-type(3n){
    margin-bottom: 0;
}

.destaques_capa{
    float: left;
    width: 100%;
}

.destaques_capa img{
    width: 100%;
}

.destaques_categoria{
    font-size: 1.1em;
    border-bottom: 1px solid #bd0a10;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 5px 20px;
    margin-top: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #555;
}

.destaques_title{
    background-color: rgba(3, 3, 3, 0.502);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    margin: 10px;
    float: left;
    width: 90%;
}

.destaques_title h1{
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
}

.destaques_title p{
    font-size: 1.6em;
    font-weight: 300;
    color: #FFF;
}

.destaques_item:nth-of-type(2n) p,
.destaques_item:nth-of-type(3n) p{
    font-size: 1.2em;
}

.destaques_item:nth-of-type(1n) h1{
    font-size: 3em;
}

.destaques_item:nth-of-type(2n) h1,
.destaques_item:nth-of-type(3n) h1{
    font-size: 1.2em;
}

.destaques_item:hover h1{
    text-decoration: underline;
}

/*.lista_destaques .slick-prev,
.lista_destaques .slick-next{
    background-color: #FFF !important;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 0;
    margin-right: -40px;
    right: 0;
    border: 1px solid #b2b2b2;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    font-size: 0;
    z-index: 9;
    cursor: pointer;
    outline: none;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.lista_destaques .slick-prev{
    background: url(../../img/global/custom/arrow_destaques_left.png) 7px center no-repeat;    
    bottom: 32px;
}

.lista_destaques .slick-next{
    background: url(../../img/global/custom/arrow_destaques_right.png) 9px center no-repeat;        
    bottom: 0;  
}

.lista_destaques .slick-prev:hover,
.lista_destaques .slick-next:hover{    
    border: 1px solid #bd0a10;
}

.lista_destaques .slick-prev:hover{
    background: url(../../img/global/custom/arrow_destaques_left_active.png) 7px center no-repeat;    
}

.lista_destaques .slick-next:hover{
    background: url(../../img/global/custom/arrow_destaques_right_active.png) 9px center no-repeat;        
}*/

/*dots*/
/*.lista_destaques .slick-dots{
    margin-right: -30px;
    text-align: right;
    z-index: 999;
    position: absolute;

    right: 0;
    top: 50%;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); 
}

.lista_destaques .slick-dots li{
    display: block;
}

.lista_destaques .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.lista_destaques .slick-dots li.slick-active button,
.lista_destaques .slick-dots li:hover button{
    background: #bd0a10;
    border: 1px solid #bd0a10;
}*/


/*dots*/
.lista_destaques .slick-dots{
    margin-top: 10px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.lista_destaques .slick-dots li{
    display: inline-block;
}

.lista_destaques .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.lista_destaques .slick-dots li.slick-active button,
.lista_destaques .slick-dots li:hover button{
    background: #bd0a10;
    border: 1px solid #bd0a10;
}


/*
========================
======================== DESTAQUES TEXTO
========================
*/

.destaques_texto{
    margin-top: 48px;
}

.destaques_texto_item{
    float: left;
    width: 32.5757575758%;
    margin-right: 3.0303030303%;
}

@media(max-width: 1024px){
        .destaques_texto_item{
            width: 48%;
            margin-right: 4%;
        }

        .destaques_texto_item:nth-of-type(2n+0){
            margin-right: 0;
        }
}

.destaques_texto_item h1{
    font-size: 1.75em;
    line-height: 1.2em;
    font-weight: 700;
    color: #bd0a10;
    height: 100px;
}

.destaques_texto_item h1:hover{
    text-decoration: underline;
}

.destaques_texto_item p{
    background: rgba(0, 0, 0, 0) url("../../img/global/custom/icon_arrow_vermelho.png") no-repeat scroll left top;
    font-size: 1.1em;
    font-weight: 300;
    margin: 30px 0;
    min-height: 40px;
    padding-left: 60px;
}

.destaques_texto_item p a{
    color: #000;
}

.destaques_texto_item p a:hover{
    text-decoration: underline;
}

.destaques_texto_secao{
    float: left;
    font-size: 1em;
    color: #bd0a10;
    text-transform: uppercase;
}

.box_publicidade{
    float: right;
    width: 22.7878787879%;
}

.box_publicidade img{
    width: 100%;
}

.destaques_texto .box_publicidade{
    margin-top: -20px;
}
.destaques_texto .box_publicidade ins{
    float: right;
}

/*
========================
======================== DESTAQUES LEIA MAIS
========================
*/

.destaques_leia_mais{
    margin-top: 60px;
}

.destaques_leia_mais .content{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lista_destaques_leia_mais{
    float: left;
    width: 100%;
}

.destaques_leia_mais_item{
/*    float: left;
    width: 17.4242424242%;
    margin-right: 3.2196969697%;
    border-bottom: 4px solid #bd0a10;
    padding-bottom: 15px;
    position: relative;
    min-height: 285px;*/

    float: left;
    border-bottom: 4px solid #bd0a10;
    padding-bottom: 15px;
    position: relative;
    min-height: 285px;
}

.lista_destaques_leia_mais .slick-slide {
    margin: 0 20px;
}

.lista_destaques_leia_mais .slick-list {
    margin: 0 -20px;
}

/*.destaques_leia_mais_item:nth-of-type(5n+0){
    margin-right: 0;
}*/

.destaques_leia_mais_capa{
    float: left;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}

.destaques_leia_mais_item h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    margin: 10px 0;
}

.destaques_leia_mais_item:hover h1{
    text-decoration: underline;
}

.destaques_leia_mais_categoria{
    font-size: 1em;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 15px 0;
}

/*dots*/
.lista_destaques_leia_mais .slick-dots{
    margin-top: 20px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.lista_destaques_leia_mais .slick-dots li{
    display: inline-block;
}

.lista_destaques_leia_mais .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.lista_destaques_leia_mais .slick-dots li.slick-active button,
.lista_destaques_leia_mais .slick-dots li:hover button{
    background: #bd0a10;
    border: 1px solid #bd0a10;
}

@media(max-width: 1024px){
    .lista_destaques_leia_mais .slick-arrow{
        display: none !important;
    }
}

/*
========================
======================== PUBLICIDADES
========================
*/

.publicidades{
    margin-top: 50px;
}

.publicidades .content{
    text-align: center;
}

.publicidades img{
    
}

.publicidades ins{
    text-align: center;
    margin-bottom: 50px;
}

.lista_publicidades{
    float: left;
    width: 100%;
}

.lista_publicidades_item{
    float: left;
    width: 100%;
}

.publicidades_item{
    width: 30%;
    margin-right: 5%;
    float: left;
}

.publicidades_item:nth-of-type(3n+0){
    margin-right: 0;
}

.publicidades_item img{
    width: 100%;
}

.lista_publicidades .slick-slide {
    margin: 0 40px;
}

.lista_publicidades .slick-list {
    margin: 0 -40px;
}

/*dots*/
.lista_publicidades .slick-dots{
    margin-top: 10px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.lista_publicidades .slick-dots li{
    display: inline-block;
}

.lista_publicidades .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.lista_publicidades .slick-dots li.slick-active button,
.lista_publicidades .slick-dots li:hover button{
    background: #bd0a10;
    border: 1px solid #bd0a10;
}

/*
========================
======================== PUBLICIDADES COLUNAS
========================
*/

.publicidade_colunas{
    margin-top: 50px;
}

.publicidade_colunas_item{
    float: left;
    width: 30%;
    margin-right: 5%;
    overflow: hidden;
}

.publicidade_colunas_item img{
    width: 100%;
}

.publicidade_colunas_item:nth-of-type(3n+0){
    margin-right: 0;
}

/*
========================
======================== PUBLICIDADES DUPLO
========================
*/

.publicidade_duplo{
    margin-top: 50px;
}

.publicidade_duplo_item{
    float: left;
    width: 48%;
    margin-right: 4%;
    overflow: hidden;
}

.publicidade_duplo_item img{
    width: 100%;
}

.publicidade_duplo_item:nth-of-type(2n+0){
    margin-right: 0;
}

/*
========================
======================== DESTAQUES ESPORTES
========================
*/

.destaque_esportes{
    margin-top: 50px;
}

.destaque_esportes .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.destaque_esportes .section_title h1{
    font-size: 1.8em;
    color: #437b3e;
    font-weight: 300;
}

.destaque_esportes .section_title h1 strong{
    font-weight: 700;
}

.destaque_esportes .section_title h1 strong a{
    color: #437b3e;
}

.destaque_esportes .section_title h1 strong a:hover{
    text-decoration: underline;
}

.destaque_esportes_item{
    float: left;
    width: 30%;
    margin-right: 5%;
    position: relative;

}

.destaque_esportes_item:nth-of-type(3n+0){
    margin-right: 0;
}

.destaque_esportes_capa{
    float: left;
    width: 100%;
    max-height: 220px;
    overflow: hidden;
}

.destaque_esportes_capa img{
    width: 100%;
}

.destaque_esportes_categoria{
    font-size: 1.1em;
    border-bottom: 1px solid #437b3e;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 5px 20px;
    margin-top: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #555;
}

.destaque_esportes_title{
    background-color: rgba(3, 3, 3, 0.502);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    margin: 10px;
    float: left;
    width: 90%;
}

.destaque_esportes_title h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #FFF;
}

.destaque_esportes_item:hover h1{
    text-decoration: underline;
}

.destaque_esportes_mais{
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 40px;
}

.destaque_esportes_mais_capa{
    float: left;
    width: 40%;
    margin-right: 5%;
}

.destaque_esportes_mais_categoria{
    font-size: 1em;
    color: #437b3e;
    font-weight: 300;
    text-transform: uppercase;
}

.destaque_esportes_mais_title{
    margin: 10px 0;
}

.destaque_esportes_mais_title h1{
    font-size: 1.3em;
    font-weight: 300;
    color: #000;
}

.destaque_esportes_mais_title:hover h1{
    text-decoration: underline;
}

.destaque_esportes_mais_link{
    float: left;
    width: 100%;
    background: url(../../img/global/custom/icon_arrow_verde.png) left top no-repeat;
    padding-left: 45px;
    margin-top: 20px;
}

.destaque_esportes_mais_link h1 a{
    font-size: 1em;
    color: #000;
    font-weight: 300;
}

.destaque_esportes_mais_link:hover h1{
    text-decoration: underline;
}

.destaque_esportes_mais_texto{
    float: left;
    width: 35%;
    margin-right: 5%;
    margin-top: 40px;
}

.destaque_esportes_mais_texto_big{
    float: left;
    width: 100%;
}

.destaque_esportes_mais_texto_big h1 {
    font-size: 1.0em;
    line-height: 1.2em;
    font-weight: 700;
    color: #437b3e;
    height: 100px;
}

.destaque_esportes_mais_texto_big h1 a{
    font-size: 1.75em;
    line-height: 1.2em;
    font-weight: 700;
    color: #437b3e;
}

.destaque_esportes_mais_texto_big:hover h1{
    text-decoration: underline;
}

.destaque_esportes_mais_texto_link{
    float: left;
    width: 100%;
    background: url(../../img/global/custom/icon_arrow_verde.png) left top no-repeat;
    padding-left: 45px;
}

.destaque_esportes_mais_texto_link h1{
    font-size: 1.0em;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    height: 100px;
}
.destaque_esportes_mais_texto_link h1 a{
    font-size: 1.2em;
    color: #000;
    font-weight: 300;
}

.destaque_esportes_mais_texto_link:hover h1{
    text-decoration: underline;
}

.destaque_esportes .box_publicidade{
    float: right;
    width: 22.7878787879%;
    margin-top: 40px;
}

.destaque_esportes .box_publicidade ins{
    float: right;
}

.box_publicidade img{
    width: 100%;
}

/*
========================
======================== DESTAQUES ENTRETENIMENTO
========================
*/


.destaque_entretenimento{
    margin-top: 50px;
}

.destaque_entretenimento .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.destaque_entretenimento .section_title h1{
    font-size: 1.8em;
    color: #ee7104;
    font-weight: 300;
}

.destaque_entretenimento .section_title h1 strong{
    font-weight: 700;
}

.destaque_entretenimento .section_title h1 strong a{
    color: #ee7104;
}

.destaque_entretenimento .section_title h1 strong a:hover{
    text-decoration: underline;
}

.destaque_entretenimento_item{
    float: left;
    width: 30%;
    margin-right: 5%;
    position: relative;

}

.destaque_entretenimento_capa{
    float: left;    

    position: relative;
    overflow: hidden;

    width: 100%;
    height: 220px;
}
.destaque_entretenimento_capa img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;    
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.destaque_entretenimento_categoria{
    font-size: 1.1em;
    border-bottom: 1px solid #ee7104;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 5px 20px;
    margin-top: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #555;
}

.destaque_entretenimento_title{
    background-color: rgba(3, 3, 3, 0.502);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    margin: 10px;
    float: left;
    width: 90%;
}

.destaque_entretenimento_title h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #FFF;
}

.destaque_entretenimento_item:hover h1{
    text-decoration: underline;
}


.destaque_entretenimento_mais_texto{
    float: left;
    width: 30%;
}

.destaque_entretenimento_mais_texto_big{
    float: left;
    width: 100%;
}

.destaque_entretenimento_mais_texto_big h1 {
    font-size: 1.0em;
    line-height: 1.2em;
    font-weight: 700;
    color: #ee7104;
    height: 100px;
}

.destaque_entretenimento_mais_texto_big h1 a{
    font-size: 1.75em;
    line-height: 1.2em;
    font-weight: 700;
    color: #ee7104;
}

.destaque_entretenimento_mais_texto_big:hover h1{
    text-decoration: underline;
}

.destaque_entretenimento_mais_texto_link{
    float: left;
    width: 100%;
    background: url(../../img/global/custom/icon_arrow_laranja.png) left top no-repeat;
    padding-left: 45px;
    margin-top: 20px;
}

.destaque_entretenimento_mais_texto_link h1 {
    font-size: 1.0em;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    height: 100px;
}

.destaque_entretenimento_mais_texto_link h1 a{
    font-size: 1.2em;
    color: #000;
    font-weight: 300;
}

.destaque_entretenimento_mais_texto_link:hover h1{
    text-decoration: underline;
}
.entretenimento_cinema .container_btn{
    float: left;
    width: 100%;
    text-align: center;
}

.entretenimento_cinema .container_btn .btn{
    font-size: 1em;
    color: #2c5298;
    font-weight: 300;
    border: 1px solid #2c5298;
    background-color: #FFF;
    display: inline-block;
    padding: 15px 20px;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.entretenimento_cinema .container_btn .btn:hover{
    border: 1px solid #2c5298;
    background-color: #2c5298;
    color: #FFF;
}

.slick-slider > button{
    background: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 90px;
    border: none;
    margin-top: -60px;
    overflow: hidden;
    font-size: 75px;
    color: #777777;
    cursor: pointer;
}
.slick-slider .slick-prev{
    left: -70px;
}
.slick-slider .slick-next{
    right: -45px;
}
.slick-slider > button:hover{
    color: #BD0A10;
}

/*
.destaque_entretenimento_mais{
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 40px;
}

.destaque_entretenimento_mais_capa{
    float: left;
    width: 40%;
    margin-right: 5%;
}

.destaque_entretenimento_mais_categoria{
    font-size: 1em;
    color: #ee7104;
    font-weight: 300;
    text-transform: uppercase;
}

.destaque_entretenimento_mais_title{
    margin: 10px 0;
}

.destaque_entretenimento_mais_title h1{
    font-size: 1.3em;
    font-weight: 300;
    color: #000;
}

.destaque_entretenimento_mais_title:hover h1{
    text-decoration: underline;
}

.destaque_entretenimento_mais_link{
    float: left;
    width: 100%;
    background: url(../../img/global/custom/icon_arrow_laranja.png) left top no-repeat;
    padding-left: 45px;
    margin-top: 20px;
}

.destaque_entretenimento_mais_link h1 a{
    font-size: 1em;
    color: #000;
    font-weight: 300;
}

.destaque_entretenimento_mais_link:hover h1{
    text-decoration: underline;
}*/







.entretenimento_cinema{
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.entretenimento_cinema .title{
    font-size: 1.3em;
    color: #ee7104;
    font-weight: 300;
    margin-bottom: 10px;
}

.lista_entretenimento_cinema{
    float: left;
    width: 100%;

}

.entretenimento_cinema_capa{
    float: left;
    width: 40%;
    margin-right: 3%;
}

.entretenimento_cinema_title h1{
    font-size: 1.6em;
    color: #ee7104;
    font-weight: 300;
    margin-bottom: 5px;
}

.entretenimento_cinema_item p{
    font-size: 1.1em;
    font-weight: 300;
    color: #000;
}

.entretenimento_cinema_item .btn{
    margin-top: 10px;
    border: 1px solid #dcdcdc;
    padding: 10px 15px;
    font-size: 1em;
    color: #000;
    background-color: #FFF;
    margin-top: 10px;
    float: left;
}

.entretenimento_cinema_item .btn:hover{
    background-color: #ee7104;
    border: 1px solid #ee7104;
    color: #FFF;
}

.entretenimento_cinema .slick-dots{
    margin-top: -30px;
    text-align: right;
    z-index: 99;
    position: absolute;
    right: 0;
    top: -10px;
}

.entretenimento_cinema .slick-dots li{
    display: inline-block;
}

.entretenimento_cinema .slick-dots li button{
    background: #FFF;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;
    border: 1px solid #c4c4c4;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.entretenimento_cinema .slick-dots li.slick-active button,
.entretenimento_cinema .slick-dots li:hover button{
    background: #ee7104;
    border: 1px solid #ee7104;
}
.entretenimento_cinema article.slick-slide
{
    padding: 0 10px 0 0;
}

/*
========================
======================== DESTAQUES POLICIA
========================
*/

.destaques_policia{
    margin-top: 50px;
}

.destaques_policia .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.destaques_policia .section_title h1{
    font-size: 1.8em;
    color: #bd0a10;
    font-weight: 300;
}

.destaques_policia .section_title h1 strong{
    font-weight: 700;
}

.destaques_policia .section_title h1 strong a{
    color: #bd0a10;
}

.destaques_policia .section_title h1 strong a:hover{
    text-decoration: underline;
}

.lista_destaques_policia{
    float: left;
    width: 100%;
}

.destaques_policia .slick-track{
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/

    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap; */
}

.destaques_policia_item{
    float: left;
    border-bottom: 4px solid #bd0a10;
    padding-bottom: 15px;
    position: relative;
    min-height: 300px;
}

.lista_destaques_policia .slick-slide {
    margin: 0 20px;
}

.lista_destaques_policia .slick-list {
    margin: 0 -20px;
}

.destaques_policia_capa{
    float: left;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}

.destaques_policia_item h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    margin: 10px 0;
}

.destaques_policia_item:hover h1{
    text-decoration: underline;
}

.destaques_policia_categoria{
    font-size: 1em;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 15px 0;
}

/*dots*/
.destaques_policia .slick-dots{
    margin-top: 20px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.destaques_policia .slick-dots li{
    display: inline-block;
}

.destaques_policia .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.destaques_policia .slick-dots li.slick-active button,
.destaques_policia .slick-dots li:hover button{
    background: #bd0a10;
    border: 1px solid #bd0a10;
}

@media(max-width: 1024px){
    .lista_destaques_policia .slick-arrow{
        display: none !important;
    }
}

/*
========================
======================== COLUNISTAS
========================
*/

.colunistas{
    margin-top: 55px;
}

.colunistas .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.colunistas_item.slick-slide {
    min-height: 225px;
    position: relative;
}
.colunistas .section_title h1{
    font-size: 1.8em;
    color: #2c5298;
    font-weight: 300;
}

.colunistas .section_title h1 strong{
    font-weight: 700;
}

.colunistas .section_title h1 strong a{
    color: #2c5298;
}

.colunistas .section_title h1 strong a:hover{
    text-decoration: underline;
}

.lista_colunistas{
    float: left;
    width: 100%;
}

.lista_colunistas .slick-slide {
    margin: 0 10px;
}

.lista_colunistas .slick-list {
    margin: 0 -10px;
}

.colunistas_capa img {    
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    /*opacidade*/
    opacity:0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-filter: opacity(0.75);
    /*filtro P/B*/ 
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    /*qualidade*/
    image-rendering: auto;
}

.colunistas_item:hover .colunistas_capa img {
    opacity:1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: opacity(1);
    filter: none; /* Firefox 10+ */
    -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
    image-rendering: auto;
}

.colunistas_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.colunistas_title h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #2c5298;
}

.colunistas_item h1:hover{
    text-decoration: underline;
}

.colunistas_item p{
    bottom: 0;
    display: inline-block;
    left: 0;
    margin-top: 10px;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
}

.colunistas_item p a{
    color: #777;
    font-size: 1em;
    font-weight: 300;
}

.colunistas_item p a:hover{
    text-decoration: underline;
}

.colunistas .container_btn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.colunistas .container_btn .btn{
    font-size: 1em;
    color: #2c5298;
    font-weight: 300;
    border: 1px solid #2c5298;
    background-color: #FFF;
    display: inline-block;
    padding: 15px 20px;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.colunistas .container_btn .btn:hover{
    border: 1px solid #2c5298;
    background-color: #2c5298;
    color: #FFF;
}

/*dots*/
.colunistas .slick-dots{
    margin-top: 20px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.colunistas .slick-dots li{
    display: inline-block;
}

.colunistas .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.colunistas .slick-dots li.slick-active button,
.colunistas .slick-dots li:hover button{
    background: #2c5298;
    border: 1px solid #2c5298;
}

@media(max-width: 1024px){
    .colunistas .slick-arrow{
        display: none !important;
    }
}

/*
========================
======================== INTERIOR
========================
*/

.interior{
    margin-top: 55px;
}

.interior .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.interior .section_title h1{
    font-size: 1.8em;
    color: #bd0a10;
    font-weight: 300;
}

.interior .section_title h1 strong{
    font-weight: 700;
}

.interior .section_title h1 strong a{
    color: #bd0a10;
}

.interior .section_title h1 strong a:hover{
    text-decoration: underline;
}

.interior .section_title .select{
    margin-top: 10px;
    max-width: 400px;
}

.interior .section_title .select select{
    border: 1px solid #bd0a10;
}

.lista_interior{
    float: left;
    width: 100%;
}

.interior_return{
    float: left;
    width: 100%;
}

/*.lista_interior .slick-track{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}*/

.interior_item{
    float: left;
    border-bottom: 4px solid #bd0a10;
    padding-bottom: 15px;
    position: relative;
    min-height: 300px;
}

.lista_interior .slick-slide {
    margin: 0 20px;
}

.lista_interior .slick-list {
    margin: 0 -20px;
}

.interior_capa{
    float: left;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}

.interior_item h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    margin: 10px 0;
}

.interior_item:hover h1{
    text-decoration: underline;
}

.interior_categoria{
    font-size: 1em;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
    
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 15px 0;
}

/*dots*/
.lista_interior .slick-dots{
    margin-top: 20px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.lista_interior .slick-dots li{
    display: inline-block;
}

.lista_interior .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.lista_interior .slick-dots li.slick-active button,
.lista_interior .slick-dots li:hover button{
    background: #bd0a10;
    border: 1px solid #bd0a10;
}

@media(max-width: 1024px){
    .lista_interior .slick-arrow{
        display: none !important;
    }
}

/*
========================
======================== DESTAQUES FAROL GOSPEL
========================
*/

.destaques_sessao_gospel{
    margin-top: 50px;
}

.destaques_sessao_gospel .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.destaques_sessao_gospel .section_title h1{
    font-size: 1.8em;
    color: #bd0a10;
    font-weight: 300;
}

.destaques_sessao_gospel .section_title h1 strong{
    font-weight: 700;
}

.destaques_sessao_gospel .section_title h1 strong a{
    color: #bd0a10;
}

.destaques_sessao_gospel .section_title h1 strong a:hover{
    text-decoration: underline;
}

.lista_destaques_sessao_gospel{
    float: left;
    width: 100%;
}

.destaques_sessao_gospel .slick-track{
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/

    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap; */
}

.destaques_sessao_gospel_item{
    float: left;
    border-bottom: 4px solid #bd0a10;
    padding-bottom: 15px;
    min-height: 300px;
    position: relative;
}

.destaques_sessao_gospel_item a > span{
    position: absolute;
    bottom: 10px;
    left: 0;
}

.lista_destaques_sessao_gospel .slick-slide {
    margin: 0 20px;
}

.lista_destaques_sessao_gospel .slick-list {
    margin: 0 -20px;
}

.destaques_sessao_gospel_capa{
    float: left;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}

.destaques_sessao_gospel_item h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    margin: 10px 0;
}

.destaques_sessao_gospel_item:hover h1{
    text-decoration: underline;
}

.destaques_sessao_gospel_categoria{
    font-size: 1em;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
}

/*dots*/
.destaques_sessao_gospel .slick-dots{
    margin-top: 20px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.destaques_sessao_gospel .slick-dots li{
    display: inline-block;
}

.destaques_sessao_gospel .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.destaques_sessao_gospel .slick-dots li.slick-active button,
.destaques_sessao_gospel .slick-dots li:hover button{
    background: #bd0a10;
    border: 1px solid #bd0a10;
}

@media(max-width: 1024px){
    .destaques_sessao_gospel .slick-arrow{
        display: none !important;
    }
}


/*
========================
======================== YOUTUBERS
========================
*/

.youtubers{
    margin-top: 60px;
}

.youtubers .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.youtubers .section_title h1{
    font-size: 1.8em;
    color: #bd0a10;
    font-weight: 300;
}

.youtubers .section_title h1 strong{
    font-weight: 700;
}

.youtubers .section_title h1 strong a{
    color: #bd0a10;
}

.youtubers .section_title h1 strong a:hover{
    text-decoration: underline;
}

.youtubers_item{
    float: left;
    width: 30%;
    margin-right: 5%;
}

.youtubers_item:nth-of-type(3n+0){
    margin-right: 0;
}

.youtubers_capa{
    float: left;
    /*height: 225px;*/
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.youtubers_capa img{
    width: 100%;
}

.youtubers_item span{
    font-size: 1.4em;
    color: #bd0a10;
}

.youtubers_item h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    margin: 10px 0;
}

.youtubers_item:hover h1{
    text-decoration: underline;
}

.youtubers .container_btn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.youtubers .container_btn .btn{
    font-size: 1em;
    color: #bd0a10;
    font-weight: 300;
    border: 1px solid #bd0a10;
    background-color: #FFF;
    display: inline-block;
    padding: 15px 20px;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.youtubers .container_btn .btn:hover{
    border: 1px solid #bd0a10;
    background-color: #bd0a10;
    color: #FFF;
}

/*
========================
======================== VOCÊ REPORTER
========================
*/

.voce_reporter{
    margin-top: 60px;
}

.voce_reporter .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.voce_reporter .section_title h1{
    font-size: 1.8em;
    color: #bd0a10;
    font-weight: 300;
}

.voce_reporter .section_title h1 strong{
    font-weight: 700;
}

.voce_reporter .section_title h1 strong a{
    color: #bd0a10;
}

.voce_reporter .section_title h1 strong a:hover{
    text-decoration: underline;
}

.voce_reporter .section_title p{
    font-size: 1.4em;
    color: #bd0a10;
    font-weight: 300;
}

.voce_reporter_item{
    float: left;
    width: 30%;
    margin-right: 5%;
}

.voce_reporter_item:nth-of-type(3n+0){
    margin-right: 0;
}

.voce_reporter_capa{
    float: left;
    height: 225px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.voce_reporter_capa img{
    width: 100%;
}

.voce_reporter_item span{
    font-size: 1.4em;
    color: #bd0a10;
}

.voce_reporter_item h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    margin: 10px 0;
}

.voce_reporter_item:hover h1{
    text-decoration: underline;
}

.voce_reporter .container_btn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.voce_reporter .container_btn .btn{
    font-size: 1em;
    color: #bd0a10;
    font-weight: 300;
    border: 1px solid #bd0a10;
    background-color: #FFF;
    display: inline-block;
    padding: 15px 20px;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.voce_reporter .container_btn .btn:hover{
    border: 1px solid #bd0a10;
    background-color: #bd0a10;
    color: #FFF;
}

/*
========================
======================== VÍDEOS
========================
*/

.videos{
    margin-top: 60px;
}

.videos .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.videos .section_title h1{
    font-size: 1.8em;
    color: #bd0a10;
    font-weight: 300;
}

.videos .section_title h1 strong{
    font-weight: 700;
}

.videos .section_title h1 strong a{
    color: #bd0a10;
}

.videos .section_title h1 strong a:hover{
    text-decoration: underline;
}

.videos_item{
    float: left;
    width: 30%;
    margin-right: 5%;
}

.videos_item:nth-of-type(3n+0){
    margin-right: 0;
}

.videos_capa{
    float: left;
    /*height: 225px;*/
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.videos_capa img{
    width: 100%;
}

.videos_item span{
    font-size: 1.4em;
    color: #bd0a10;
}

.videos_item h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    margin: 10px 0;
}

.videos_item:hover h1{
    text-decoration: underline;
}

.videos .container_btn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.videos .container_btn .btn{
    font-size: 1em;
    color: #bd0a10;
    font-weight: 300;
    border: 1px solid #bd0a10;
    background-color: #FFF;
    display: inline-block;
    padding: 15px 20px;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.videos .container_btn .btn:hover{
    border: 1px solid #bd0a10;
    background-color: #bd0a10;
    color: #FFF;

}


/*
========================
======================== PARLAMENTARES (FEDERAIS)
========================
*/

.parlamentares_federais{
    margin-top: 50px;
}

.parlamentares_federais_secao{
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 30px;
    text-align: center;
}

.parlamentares_federais_secao li{
    display: inline-block;
    margin-bottom: -5px;
    position: relative;
}

.parlamentares_federais_secao li a{
    width: 100%;
    float: left;
    font-size: 1.3em;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    padding: 12px 15px;
    border-bottom: 2px solid #d2d2d2;
}

.parlamentares_federais_secao li a:hover:after,
.parlamentares_federais_secao li a.active:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(189, 10, 16, 0);
    border-top-color: #bd0a10;
    border-width: 10px;
    margin-left: -10px;
}

.parlamentares_federais_secao li a:hover,
.parlamentares_federais_secao li a.active{
    color: #bd0a10;
    border-bottom: 2px solid #bd0a10;
}

.lista_parlamentares_federais li{
    border: 4px solid #FFF;
    float: left;
    position: relative !important;
}

.lista_parlamentares_federais{
    width: 90%;
    margin: 0 5%;
}

.lista_parlamentares_federais .slick-list{
    overflow: hidden !important;    
    padding-bottom: 10px;
}

.lista_parlamentares_federais .slick-slide {
    margin: 0 10px;
}

.lista_parlamentares_federais .slick-list {
    margin: 0 -10px;
}

.senado .slick-track{
    margin: 0 auto;
}

.lista_parlamentares_federais li .cover{
    width: 100%;
    position: relative;
    border: 4px solid #FFF;
}

.lista_parlamentares_federais li:hover .cover,
.lista_parlamentares_federais li.active .cover{    
    border: 4px solid #bd0a10;
}

.lista_parlamentares_federais li:hover .cover:after,
.lista_parlamentares_federais li.active .cover:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(189, 10, 16, 0);
    border-top-color: #bd0a10;
    border-width: 13px;
    margin-left: -13px;
}

.lista_parlamentares_federais li .cover img{
    width: 100%;
    /*height: 110px;*/
}

.lista_parlamentares_federais li h1{
    font-size: 1em;
    margin-top: 8px;
    color: #bd0a10;
    text-align: center;
}

.lista_parlamentares_federais li h1:hover{
    text-decoration: underline;
}

.lista_parlamentares_federais .slick-prev,
.lista_parlamentares_federais .slick-next{
    background-color: #bd0a10 !important;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 55%;
    font-size: 0;
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.lista_parlamentares_federais .slick-prev{
    background: url(../../img/global/custom/icon_arrow_left.png) center center no-repeat;    
    float: left;
    left: 0;
    position: absolute;
}

.lista_parlamentares_federais .slick-next{
    background: url(../../img/global/custom/icon_arrow_right.png) center center no-repeat;    
    float: right;
    right: 0;
    position: absolute;
}

.lista_parlamentares_federais .slick-prev:hover,
.lista_parlamentares_federais .slick-next:hover{
    background-color: #3f4044 !important;
}

/*
========================
======================== PARLAMENTARES (MUNICIPAIS)
========================
*/

.parlamentares_municipais{
    margin-top: 60px;
    margin-bottom: 60px;
}

.parlamentares_municipais_secao{
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 30px;
    text-align: center;
}

.parlamentares_municipais_secao li{
    display: inline-block;
    margin-bottom: -5px;
    position: relative;
}

.parlamentares_municipais_secao li a{
    width: 100%;
    float: left;
    font-size: 1.3em;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    padding: 12px 15px;
    border-bottom: 2px solid #d2d2d2;
}

.parlamentares_municipais_secao li a:hover:after,
.parlamentares_municipais_secao li a.active:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(189, 10, 16, 0);
    border-top-color: #bd0a10;
    border-width: 10px;
    margin-left: -10px;
}

.parlamentares_municipais_secao li a:hover,
.parlamentares_municipais_secao li a.active{
    color: #bd0a10;
    border-bottom: 2px solid #bd0a10;
}

.lista_parlamentares_municipais li{
    border: 4px solid #FFF;
    float: left;
    position: relative !important;
}

.parlamentares_municipais .select_content{
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
    text-align: center;
}

.parlamentares_municipais .select{
    max-width: 400px;
    display: inline-block;
}

.parlamentares_municipais .select select{
    border: 1px solid #bd0a10;
}

.lista_parlamentares_municipais{
    float: left;
    width: 90% !important;
    margin: 0 5% !important;
}

.lista_parlamentares_municipais .slick-list{
    overflow: hidden !important;    
    padding-bottom: 10px;
}

.lista_parlamentares_municipais .slick-slide {
    margin: 0 10px;
}

.lista_parlamentares_municipais .slick-list {
    margin: 0 -10px;
}

.lista_parlamentares_municipais li .cover{
    width: 100%;
    position: relative;
    border: 4px solid #FFF;
}

.lista_parlamentares_municipais li:hover .cover,
.lista_parlamentares_municipais li.active .cover{    
    border: 4px solid #bd0a10;
}

.lista_parlamentares_municipais li:hover .cover:after,
.lista_parlamentares_municipais li.active .cover:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(189, 10, 16, 0);
    border-top-color: #bd0a10;
    border-width: 13px;
    margin-left: -13px;
}

.lista_parlamentares_municipais li .cover img{
    width: 100%;
    /*height: 110px;*/
}

.lista_parlamentares_municipais li h1{
    font-size: 1em;
    margin-top: 8px;
    color: #bd0a10;
    text-align: center;
}

.lista_parlamentares_municipais li h1:hover{
    text-decoration: underline;
}

.lista_parlamentares_municipais .slick-prev,
.lista_parlamentares_municipais .slick-next{
    background-color: #bd0a10 !important;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    font-size: 0;
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.lista_parlamentares_municipais .slick-prev{
    background: url(../../img/global/custom/icon_arrow_left.png) center center no-repeat;    
    float: left;
    left: 0;
    margin-left: -56px;
}

.lista_parlamentares_municipais .slick-next{
    background: url(../../img/global/custom/icon_arrow_right.png) center center no-repeat;    
    float: right;
    right: 0;
    margin-right: -56px;    
}

.lista_parlamentares_municipais .slick-prev:hover,
.lista_parlamentares_municipais .slick-next:hover{
    background-color: #3f4044 !important;
}

/*
========================
======================== BLOGS
========================
*/

.blogs{
    margin-top: 60px;
}

.blogs .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.blogs .section_title h1{
    font-size: 1.8em;
    color: #c2296a;
    font-weight: 300;
}

.blogs .section_title h1 strong{
    font-weight: 700;
}

.blogs .section_title h1 strong a{
    color: #c2296a;
}

.blogs .section_title h1 strong a:hover{
    text-decoration: underline;
}

.lista_blogs{
    float: left;
    width: 100%;
}

.lista_blogs .slick-slide {
    margin: 0 10px;
}

.lista_blogs .slick-list {
    margin: 0 -10px;
}

.blogs_capa img {    
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    /*opacidade*/
    opacity:0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-filter: opacity(0.75);
    /*filtro P/B*/ 
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    /*qualidade*/
    image-rendering: auto;
}

.blogs_item:hover .blogs_capa img {
    opacity:1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: opacity(1);
    filter: none; /* Firefox 10+ */
    -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
    image-rendering: auto;
}

.blogs_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.blogs_title h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #c2296a;
}

.blogs_item h1:hover{
    text-decoration: underline;
}

.blogs_item p{
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.blogs_item p a{
    color: #777;
    font-size: 1em;
    font-weight: 300;
}

.blogs_item p a:hover{
    text-decoration: underline;
}

.blogs .container_btn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.blogs .container_btn .btn{
    font-size: 1em;
    color: #c2296a;
    font-weight: 300;
    border: 1px solid #c2296a;
    background-color: #FFF;
    display: inline-block;
    padding: 15px 20px;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.blogs .container_btn .btn:hover{
    border: 1px solid #c2296a;
    background-color: #c2296a;
    color: #FFF;
}

/*dots*/
.blogs .slick-dots{
    margin-top: 20px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.blogs .slick-dots li{
    display: inline-block;
}

.blogs .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.blogs .slick-dots li.slick-active button,
.blogs .slick-dots li:hover button{
    background: #c2296a;
    border: 1px solid #c2296a;
}


/*
========================
======================== ENQUETE
========================
*/

.enquete{
    float: right;
    width: 22.7878787879%;
}

@media(max-width: 1024px){
    .enquete{
        margin-top: 40px;
        float: left;
        width: 100%;
    }
}

.enquete .section_title{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.enquete .section_title a{
    color: #bd0a10;
}

.enquete .section_title a:hover{
    text-decoration: underline;
}

.enquete .section_title h1 {
    font-size: 1em;
    color: #bd0a10;
    font-weight: 300;
}

.enquete .section_title h1 strong {
    font-size: 1.6em;
    font-weight: 700;
    display: block;
}

.enquete h2{
    font-size: 1.2em;
    font-weight: 700;
    color: #555;
    margin-bottom: 20px;
}

.enquete .control input:checked ~ .label_indicator {
    background: #bd0a10;
}

.enquete .control:hover input:not([disabled]):checked ~ .label_indicator, .control input:checked:focus ~ .label_indicator {
    background: #bd0a10;
}

.enquete_buttons{
    width: 100%;
    float: left;
    margin-top: 10px;
}

.enquete_buttons li{
    display: inline-block;
}

.enquete_buttons .btn_votar{
    float: left;
    background: #cacaca;
    border: 2px solid #cacaca;
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
    margin-right: 5px;
    padding: 13px 15px;
}

.enquete_buttons .btn_votar:hover{
    border: 2px solid #bd0a10;
    background: #bd0a10;
    color: #FFF;
}

.enquete_buttons .btn_resultado{
    float: left;
    background: transparent;
    border: 2px solid #cacaca;
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
    padding: 13px 15px;
}

.enquete_buttons .btn_resultado:hover{
    border: 2px solid #bd0a10;
    background: #bd0a10;
    color: #FFF;
}

/*
========================
======================== MEDIA QUERIES
========================
*/

@media (max-width: 1366px){

}

@media (max-width: 1280px){


    .destaque_urgente_chapeu {
        font-size: 1.6em;
    }

    .destaques_texto_item h1{
        font-size: 1.4em;
    }

    .destaques_texto_item p{
        font-size: 1em;
    }

    .destaques_leia_mais_item h1,
    .interior_item h1{
        font-size: 1em;
    }

    .destaque_esportes_mais_texto_big h1 a{
        font-size: 1.4em;
    }

    .destaque_esportes_mais_texto_big h1 a,
    .destaque_entretenimento_mais_texto_big h1 a{
        font-size: 1.4em;
    }

    .destaque_esportes_title h1,
    .destaque_entretenimento_title h1{
        font-size: 1em;
    }

    .entretenimento_cinema_title h1{
        font-size: 1.4em;
    }
    .destaque_esportes_capa{
        max-height: 165px;
    }

}

@media (max-width: 1024px){

    .destaques_item:nth-of-type(1n),
    .destaques_item:nth-of-type(2n),
    .destaques_item:nth-of-type(3n){
        width: 100%;
        height: 320px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .destaques_item:nth-of-type(1n) h1,
    .destaques_item:nth-of-type(2n) h1,
    .destaques_item:nth-of-type(3n) h1{
        font-size: 1.4em;
    }

    .destaques_item:nth-of-type(1n) p,
    .destaques_item:nth-of-type(2n) p,
    .destaques_item:nth-of-type(3n) p{
        font-size: 1.2em;
    }

}

@media (max-width: 768px){


    .destaque_urgente_title {
        width: 97%;
    }

    .destaque_urgente_title h1{
        font-size: 1.2em;
    }


    .destaques_item:nth-of-type(1n) h1{
        font-size: 2em;
    }

    .destaques_item:nth-of-type(2n) h1,
    .destaques_item:nth-of-type(3n) h1{
        font-size: 1em;
    }


    .destaques_texto_item{
        width: 48%;
        margin-right: 4%;
    }

    .destaques_texto_item:nth-of-type(2n+0){
        margin-right: 0;
    }

/*    .destaques_leia_mais_item{
        width: 48%;
        margin: 4% 4% 0 0;
    }

    .destaques_leia_mais_item:nth-of-type(2n+0){
        margin-right: 0;
    }*/

    .box_publicidade{
        /*display: none;*/

        width: 100%;
        margin-top: 40px;
    }

    .publicidades_item{
        width: 100%;
        margin-bottom: 20px;
    }

    .destaque_esportes_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }


    .destaque_esportes_title h1,
    .destaque_entretenimento_title h1 {
        font-size: 1.2em;
    }


    .destaque_esportes_mais{
        width: 100%;
        margin-right: 0;
    }

    .destaque_esportes_mais_texto{
        width: 100%;
        margin-right: 0;
    }

    .destaque_esportes .box_publicidade{
        width: 100%;
    }

    .destaque_entretenimento_item,
    .destaque_entretenimento_item:nth-of-type(2n+0){
        width: 100%;
        margin-top: 40px;
    }

    .destaque_entretenimento_mais_texto{
        width: 100%;
        margin-top: 40px;
    }

/*    .destaque_entretenimento_mais {
        width: 100%;
        margin-right: 0;
    }*/

    .entretenimento_cinema{
        width: 100%;
        margin-top: 40px;
    }


    .publicidades_item{
        width: 100%;
        margin: 10px 0 0 0;
    }

    .publicidade_colunas{
        margin-top: 50px;
    }

    .publicidade_colunas_item,
    .publicidade_colunas_item:nth-of-type(3n+0){
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .publicidade_duplo{
        margin-top: 50px;
    }

    .publicidade_duplo_item,
    .publicidade_duplo_item:nth-of-type(2n+0){
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .slick-slider .slick-prev{
        left: -60px;
    }
    .slick-slider .slick-next{
        right: -35px;
    }

    .entretenimento_cinema .slick-dots{
        right: 0;
        top: -10px;
    }
}

@media (max-width: 640px){

    .entretenimento_cinema .slick-dots{
        right: initial;
        top: initial;
        display: block !important;
        text-align: center;
        width: 100%;
        margin-top: -55px;
    }
}

@media (max-width: 480px){

    .destaque_esportes_mais_title h1{
        font-size: 1em;
    }

    .destaques_texto_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

/*    .destaques_leia_mais_item{
        width: 100%;
        margin: 20px 0 0 0;
    }*/

    .videos_item,
    .voce_reporter_item,
    .youtubers_item{
        width: 100%;        
        margin: 20px 0 0 0;
    }

    .parlamentares_secao li,
    .prefeituras_secao li{
        width: 100%;
    }

    .parlamentares_left,
    .parlamentares_right,
    .prefeituras_left,
    .prefeituras_right{
        width: 100%;
        margin: 20px 0 0 0;
    }

}

@media (max-width: 320px){

}

/*
========================
======================== INTERIOR
========================
*/

.secao_carrousel{
    margin-top: 55px;
}

.secao_carrousel .section_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.secao_carrousel .section_title h1{
    font-size: 1.8em;
    color: #bd0a10;
    font-weight: 300;
}

.secao_carrousel .section_title h1 strong{
    font-weight: 700;
}

.secao_carrousel .section_title h1 strong a{
    color: #bd0a10;
}

.secao_carrousel .section_title h1 strong a:hover{
    text-decoration: underline;
}

.secao_carrousel .section_title .select{
    margin-top: 10px;
    max-width: 400px;
}

.secao_carrousel .section_title .select select{
    border: 1px solid #bd0a10;
}

.secao_carrousel{
    float: left;
    width: 100%;
}

.secao_carrousel_return{
    float: left;
    width: 100%;
}

/*.secao_carrousel .slick-track{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}*/

.secao_carrousel_item{
    float: left;
    border-bottom: 4px solid #bd0a10;
    padding-bottom: 15px;
    position: relative;
    min-height: 300px;
}

.secao_carrousel .slick-slide {
    margin: 0 20px;
}

.secao_carrousel .slick-list {
    margin: 0 -20px;
}

.secao_carrousel_capa{
    float: left;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}

.secao_carrousel_item h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    margin: 10px 0;
}

.secao_carrousel_item:hover h1{
    text-decoration: underline;
}

.secao_carrousel_categoria{
    font-size: 1em;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
    
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 15px 0;
}

/*dots*/
.secao_carrousel .slick-dots{
    margin-top: 20px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.secao_carrousel .slick-dots li{
    display: inline-block;
}

.secao_carrousel .slick-dots li button{
    background: #FFF;
    border: 1px solid #c4c4c4;
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
}

.secao_carrousel .slick-dots li.slick-active button,
.secao_carrousel .slick-dots li:hover button{
    background: #bd0a10;
    border: 1px solid #bd0a10;
}

@media(max-width: 1024px){
    .secao_carrousel .slick-arrow{
        display: none !important;
    }
}