#CP_DOS_conferencistas figure.effect-bubba {
    background: 0 0;
    margin: -2px 0 0
}
#CP_DOS_conferencistas .col-0-gutter {
    padding: 20px
}
#CP_DOS_conferencistas figure.effect-bubba img {
    opacity: 14;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 15px
}
#CP_DOS_conferencistas figure.effect-bubba:hover img {
    opacity: .5
}
#CP_DOS_conferencistas figure.effect-bubba figcaption::after,
#CP_DOS_conferencistas figure.effect-bubba figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
#CP_DOS_conferencistas figure.effect-bubba figcaption::before {
    border-top: 0 solid #fff;
    border-bottom: 0 solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}
#CP_DOS_conferencistas figure.effect-bubba figcaption::after {
    border-right: 0 solid #fff;
    border-left: 0 solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}
#CP_DOS_conferencistas figure.effect-bubba h2 {
    opacity: 1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    background-color: rgba(0, 0, 0, .7);
    font-weight: 100;
    padding: 10px 5%
}
#CP_DOS_conferencistas figure.effect-bubba p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 20px 2.5em;
    line-height: 18px;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}
#CP_DOS_conferencistas figure.effect-bubba:hover figcaption::after,
#CP_DOS_conferencistas figure.effect-bubba:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
#CP_DOS_conferencistas figure.effect-bubba:hover h2,
#CP_DOS_conferencistas figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
#CP_DOS_conferencistas figcaption p {
    background: rgba(0, 177, 224, .5)
}
#CP_DOS_conferencistas .modal-body img {
    text-align: center;
    margin: auto
}
#CP_DOS_conferencistas div.tab {
    overflow: hidden;
    background-color: #fff
}
#CP_DOS_conferencistas .modal-body p {
    color: #000
}