


/*destaques*/
section.box-destaques {
    width: 100%;
    padding: 40px 0 0 0;
    background-color: #EDEDED;
}
section.box-destaques a{
    text-decoration: none;
    color: #fff;
}
.box-destaque-pauta{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin-bottom: 20px;
}
.tit-pauta{
    font-size: 20px;
    font-weight: 600;
    color: #15104E;
}
.data-pauta{
    display:inline-block;
    background: #DDDDDD;
    border-radius: 5px;
    margin-top: 20px;
    color: #777777;
    font-weight: 500;
    padding: 3px 6px;
    font-size: 12px;
}
.lista-pauta{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    overflow:hidden;
}
.hora-pauta{
    width: 20%;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #15104E;
}
.texto-pauta{
    width: 80%;
    border-left: 2px solid #BABABA;
    padding-left: 20px;
}
.texto-pauta h6{
    font-size: 12px;
    margin-bottom: 5px;
}
.texto-pauta h5{
    display: none;
}
.texto-pauta a p{
    font-size: 14px;
    color: #15104E;
}



.destaque-principal{
    position: relative;
    width: 66%;
    /* height: 640px; */
    background-color: #000;
    /* margin-right: 20px; */
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 7px;
}
.destaque-principal a{
    color: #fff;
}
.destaque-principal-com-destaque-lateral{
    position: relative;
    width: 66%;
    height: 575px;
    background-color: #000;
    /* margin-right: 20px; */
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.box-pauta{
    width: 32%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    overflow: hidden;
}


.destaque-lateral{
    float: right;
    position: relative;
    width: 100%;
    max-height: 400px;
    background-color: #000;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    /* margin-right: 20px; */
}
.destaque-lateral a{
    color: #fff;
}
div.coluna-destaque-lateral{
    display: flex;
    width: 32%;
    flex-direction: column;
    justify-content: start;
}

.destaque-secundario{
    float: right;
    position: relative;
    width: 32%;
    max-height: 400px;
    background-color: #000;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    /* margin-right: 20px; */
}
div.linha-destaque-secundario{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
img.foto-destaque{
    width: 100%;
    z-index: 1;
    flex: 1;
     -webkit-mask-image: linear-gradient(to top, transparent 5%, black 100%);
  mask-image: linear-gradient(to top, transparent 5%, black 100%);*/
}
div.texto-destaque-principal{
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 0 30px;
    bottom: 30px;
}
div.texto-destaque-principal h2{
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 8px;
}
div.texto-destaque-principal p{
    font-size: 12px;
    opacity: 0.5;
}
div.texto-destaque{
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 0 30px;
    bottom: 30px;
}
div.texto-destaque h3{
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 5px;
}
div.texto-destaque p{
    font-size: 12px;
    opacity: 0.5;
}
@media screen and (max-width: 1200px) {
    section.box-destaques {
        padding: 30px 0 30px 0;
    }
    .destaque-principal{
        width: 100%;
        height: 600px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    div.coluna-destaque-lateral{
        width: 100%;
        /* flex-direction: row; */
    }
    div.linha-destaque-secundario{
        width: 100%;
        flex-direction: row;
    }
    .destaque-secundario{
        margin-right: 20px;
    }
    .destaque-secundario-mobile{
        margin-right: 0;
    }
    .box-destaque-pauta{
        flex-direction: column;
    }
    .box-pauta{
        width: 100%;
        height: auto;
    }
    div.texto-destaque h3{
        font-size: 22px;
    }
    .hora-pauta{
        width: 10%;
    }
    .texto-pauta{
        width: 80%;
    }
}
@media screen and (max-width: 1200px) {
    .destaque-principal{
        height: 400px;
    }
    div.texto-destaque-principal h2{
        font-size: 22px;
    }
    div.texto-destaque-principal p{
        font-size: 10px;
    }
    div.texto-destaque h3{
        font-size: 22px;
    }
    div.texto-destaque p{
        font-size: 10px;
    }
    .destaque-secundario{
        width: 100%;
    }
    div.linha-destaque-secundario{
        width: 100%;
        flex-direction: column;
    }
    .hora-pauta{
        font-size: 14px;
         width: 20%;
    }
    .texto-pauta{
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    div.linha-destaque-secundario{
        flex-direction: column;
    }
    .destaque-principal{
        height: 250px;
    }
    .destaque-secundario{
        height: 250px;
    }
    div.texto-destaque-principal h2{
        font-size: 14px;
    }
    div.texto-destaque h3{
        font-size: 14px;
    }
    .texto-pauta h6{
        font-size: 12px;
    }
    .texto-pauta a p{
        font-size: 12px;
    }
}
/*end destaques*/



