﻿
/*Para titulo dentro do jumtotron*/
.pdefinter-jumbotron {
    position: relative;
}

h1.pdefinter-pagetitle {
    max-width: 1150px;
    margin: 0 auto;
}

.jumbotron .pdefinter-pagetitle {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    padding: 10px 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
}

    .jumbotron .pdefinter-pagetitle h2 {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-weight: bold;
        font-size: 3rem;
        padding: 10px 15px;
        position: absolute;
        bottom: 15px;
        left: 0;
    }

.pdefinter-pagetitleALT {
    max-width: 1150px;
    margin: 0 auto;
    font-size: 2.8rem;
    color: #16262e;
}


@media (max-width: 991px) {
    .pdefinter-jumbotron {
        margin-top: 70px !important;
    }

    .jumbotron .pdefinter-pagetitle {
        font-size: 2.4rem;
    }

        .jumbotron .pdefinter-pagetitle h2 {
            font-size: 2.4rem;
        }
}

@media (max-width: 560px) {
    .jumbotron .pdefinter-pagetitle {
        font-size: 1.8rem;
    }

        .jumbotron .pdefinter-pagetitle h2 {
            font-size: 1.8rem;
        }
}

