﻿

.pdefinter-listagemPag.row .caixa {
    padding-bottom: 33% !important;
    padding: 0 5px 0 5px;
}

.caixa_dentro {
    position: absolute;
    min-height: 25%;
    width: 100%;
    background-color: #000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    bottom: 0px;
    transition: 0.5s;
}



/*.caixa:hover .caixa_dentro {
    min-height: 40%;
}*/

.caixa .caixa_dentro .subitems {
    display: none;
}

    .caixa .caixa_dentro .subitems .item h3 {
        padding-left: 10px;
        margin-top: 0px;
        margin-left: 25px;
        margin-bottom: -12px;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #ccc;
    }

/*.caixa:hover .caixa_dentro .subitems {
    transition: 0.5s;
    display: block;
}*/


.caixa_dentro h2 .titulo {
    font-size: 1.9rem;
    color: #9AC157;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: none !important;
}

    .caixa_dentro h2 .titulo:hover {
        color: #fff !important;
        padding-bottom: 5px; /*added JV*/
        border-bottom: 3px solid #fff /*added JV*/
    }

.caixa_dentro h2 {
    margin-top: -5px !important;
    margin-bottom: -10px !important;
}


a.subtitulo, a.subtitulo:active, a.subtitulo:focus, a.subtitulo:visited {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    text-decoration: none !important;
}

a.subtitulo_alt, a.subtitulo_alt:active, a.subtitulo_alt:focus, a.subtitulo_alt:visited {
    font-size: 1.5rem;
    color: #cfcfcf;
    font-weight: 500;
    letter-spacing: 0px;
    text-decoration: none !important;
}

.col-xs-12 .pdefinter-center a.subtitulo:hover, .col-xs-12 .pdefinter-center a.subtitulo_alt {
    text-decoration: none !important;
}

    .col-xs-12 .pdefinter-center a.subtitulo:hover, .col-xs-12 .pdefinter-center a.subtitulo_alt:hover {
        color: #f9dcdd;
        text-decoration: underline !important;
    }

.descricao {
    font-size: 1.1rem;
    font-style: italic;
    color: #ccc;
}

.interno {
    padding: 12px;
}

.contorno {
    position: absolute;
    width: 98%;
    height: 98%;
    margin: 2%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

