/* Sub-Menu*/
.submenu {
    margin-top: 110px;
    background-color: #f7f7f7;
    height: 50px;
}

.submenus {
    padding-top: 10px;
}

.submenus a {
    color: #333333;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus a:hover {
    color: #1b1b1b;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus span {
    color: #a2a2a2;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus .fa-angle-double-right {
    color: #929292;
    font-size: 0.7em;
    padding-top: 10px;
}

/* Eventos */
.evento {
    margin-top: 50px;
}

.evento span {
    background-color: #4e4e4e;
    color: #fff;
    padding: 5px;
    font-size: .8em;
    font-weight: 500;
}

.evento h3 {
    margin-top: 10px;
}

.evento h3 a {
    color: #088434;
}

.evento h3 a:hover {
    color: #088434;
    text-decoration: none;
}

.evento p {
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: #31af5d;
    padding-left: 10px;
    font-size: 1.1em;
}

/* Agenda */
.agenda {
    margin-top: 20px;
    background-color: #ffffff;
    height: auto;
    border: 1px solid #ccc;
}

.agenda h5 {
    background-color: #1a641c;
    padding: 10px;
    color: #fff;
}


.atividades {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 20px;

}

.atividades .dia {
    text-align: center;
    background-color: #000000;
}

.atividades .dia h6 {
    font-size: 1.5em;
    font-weight: 500;
    background-color: #12903e;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.atividades .dia p {
    font-size: .8em;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

.atividades .conteudo {
    margin-left: 10px;
    margin-right: 5px;
}

.atividades .conteudo p {
    font-weight: 500;
}

.atividades .conteudo span {
    font-size: .8em;
}


/* Outras Notícias */
.eventos {
    margin-top: 100px;
    background-color: #f1f1f1;
    height: 260px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.eventos img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -20px;
    width: 100%;
}

.eventos p {
    padding: 0px 10px 1px 10px;
}

.eventos p a {
    color: #1b1b1b;
    font-weight: 500;
    font-size: 1em;
}

.eventos p a:hover {
    color: #1b1b1b;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
}

/* Topicos */
.topico {
    margin-top: 5px;
    margin-bottom: -10px;
}

.topico p {
    background-color: #088434;
    width: max-content;
    color: #fff;
    font-size: .7em;
    font-weight: 500;
    border-radius: 0px 10px 10px 0px;
}

.topico_one {
    margin-top: 5px;
    margin-bottom: -10px;
}

.topico_one p {
    background-color: #7c006e;
    width: max-content;
    color: #fff;
    font-size: .7em;
    font-weight: 500;
    border-radius: 0px 10px 10px 0px;
}

.topico_two {
    margin-top: 5px;
    margin-bottom: -10px;
}

.topico_two p {
    background-color: #cdaa00;
    width: max-content;
    color: #fff;
    font-size: .7em;
    font-weight: 500;
    border-radius: 0px 10px 10px 0px;
}


.topico_three {
    margin-top: 5px;
    margin-bottom: -10px;
}

.topico_three p {
    background-color: #4e4e4e;
    width: max-content;
    color: #fff;
    font-size: .7em;
    font-weight: 500;
    border-radius: 0px 10px 10px 0px;
}








/* Responsive Tela Smartphone */
@media (max-width: 768px) {

    /* Sub-Menu*/
    .submenu {
        margin-top: 99px;
        background-color: #f7f7f7;
        height: 50px;
    }

    .submenus a {
        color: #444444;
        font-size: 0.7em;
        text-decoration: none;
    }

    .submenus a:hover {
        color: #1b1b1b;
        font-size: 0.7em;
        text-decoration: none;
    }

    .submenus span {
        color: #7a7a7a;
        font-size: 0.7em;
        text-decoration: none;
    }

    .submenus .fa-angle-right {
        color: #7a7a7a;
        font-size: 0.6em;
        padding-top: 10px;
    }

    /* Eventos */
    .evento {
        margin-top: 50px;
    }

    .evento span {
        background-color: #4e4e4e;
        color: #fff;
        padding: 5px;
        font-size: .8em;
    }

    .evento h3 {
        margin-top: 10px;
        font-size: 1.4em;
    }

    .evento h3 a {
        color: #088434;
    }

    .evento p {
        border-left-style: solid;
        border-left-color: #088434;
        padding-left: 10px;
        font-size: 1.1em;
    }

    /* Agenda */
    .agenda {
        margin-top: 60px;
        background-color: #ffffff;
        height: auto;
        border: 1px solid #ccc;
    }

    /* Outras Notícias */
    .eventos {
        margin-top: 100px;
        background-color: #f1f1f1;
        height: auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}