﻿/* Lista de artigos */
h2 {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2em;
    padding-left: 10px;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.div-h1 {
    background-color: #416323;
    color: white;
    padding: 1px;
    font-size: 12px;
}



.hrArtigos {
    color: #256432;
    background-color: Transparent;
    border-bottom: 1px solid #cecece;
}


/* Caixa do título do artigo */
.floatCaixaTexto {
    padding: 5px;
    padding-left: 12px;
    border-left: 1px solid black;
    position: absolute;
    color: #fff;
    bottom: 30px;
    left: -12px;
    margin-bottom: 0;
    -webkit-margin-after: 0;
    width: 90%;
    max-width: 400px;
    background-color: rgba(65, 99, 35, 0.81);
}

    .floatCaixaTexto a {
        color: #fff;
    }

.seta-esquerda:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    /* border-top: 30px solid transparent; */
    border-bottom: 40px solid transparent;
    border-right: 40px solid #223511;
    position: absolute;
    bottom: -10px;
    left: -12px;
}


.listaArtigos {
    background-color: #435F51;
    color: white;
    padding: 5px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

a.listaArtigos:link {
    color: white;
    text-decoration: none;
}

a.listaArtigos:hover {
    color: white;
    text-decoration: underline;
}


/* Fórum */
.linkForum {
    font-style: normal;
}

a.linkForum {
    color: black;
    text-decoration: none;
}

    a.linkForum:hover {
        color: black;
        text-decoration: underline;
    }



/* Controle dos slides de itens */
.my-slide {
    display: inline-flex;
}

@media (max-width: 980px) {
    .my-slide0 {
        display: none;
    }
}

@media (max-width: 820px) {
    .my-slide3 {
        display: none;
    }
}

@media (max-width: 520px) {
    .my-slide2 {
        display: none;
    }
}
