﻿.titulo-sessao {
    position: absolute;
    left: 0;
    top: 0;
    padding: .5rem !important;
    color: white;
    border-top-left-radius: 0.3rem;
}

.owl-carousel a {
    color: black;
}

    .owl-carousel a:hover {
        text-decoration: none;
    }


/*--CARD--*/
.card.card-edital {
    height: 300px;
}

.card-edital .card-body {
    overflow: auto;
    z-index: 3;
}

.owl-prev span, .owl-next span {
    /*color: rgb(255, 216, 0) !important;
    border-color: rgb(255, 216, 0);*/
}

.owl-prev {
    left: -1rem !important;
}

.owl-next {
    right: -2rem !important;
}

.card-left {
    position: absolute;
    float: left;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    height: 100%;
    width: .5rem;
}

.card-edital:hover > .card-left {
    width: 100%;
    opacity: .3;
    transition: all .3s
}
