﻿/* Textos */
body { color: #212529; }
p { color: #212529; }

/* Instituições */
.instituicao .thumb-info-wrapper:not(:hover):after { background: transparent!important; }
.instituicao .thumb-info .thumb-info-wrapper:after { opacity: 1!important; }

/* Agenda */
.texto-img-copyright-agenda {
    font-style: italic;
    position: absolute;
    right: 5px;
    font-size: 9px;
    color: #000;
    padding: 0 2px;
    line-height: 12px;
}

.texto-img-copyright-agenda a { color : #000; }

/* Owl Carousel (agenda destaques lateral) */
.owl-carousel-agenda-destaques-lateral .owl-nav { top: 62%; }

/* Cookies (mensagem) */
.cookies-mensagem {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    border-top: 1px solid #eee;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 24px;
}

@media (min-width: 768px) { .cookies-mensagem { display: flex; justify-content: space-between; align-items: center; } }

.cookies-mensagem .cookies-mensagem-texto { padding: 0 10px; flex-shrink: 1; }
.cookies-mensagem .cookies-mensagem-botoes { padding-left: 10px; flex-shrink: 0; min-width: 250px; }