.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
    background-image: url(../img/bg-topo.jpg);
    overflow: hidden;
    border-radius: 0;
    display: flex;
    min-height: 350px;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 425px) {
    .jumbotron h1 {
        font-size: 28px;
    }
}

.jumbotron h1,
.jumbotron p {
    color: #FFF !important;
}


.jumbotron video {
    position: absolute;
    width: 100%;
}

.jumbotron::before {
    background-color: #0058A2;
    background-size: cover;
    background-position: center;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.jumbotron::after {
    background-color: #0058A2;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .3;
}

.jumbotron .container-fluid {
    z-index: 10;
}

@media (min-width: 768px) {
    .jumbotron {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}



.text-primary {
    color: #005ba2!important;
}


.bg-primary {
    background-color: #005ba2 !important;
}

.badge-primary {
    color: #fff;
    background-color: #005ba2;
}

.form-control {
    color: #495057;
    background-color: #fff;
    border-color: #FFF;
    outline: 0;
    background-clip: initial;
    box-shadow: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #FFF;
    outline: 0;
    box-shadow: none;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 3.3rem;
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}




#categorias .list-unstyled li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.text-muted {
    color: #032d5890 !important;
}



/* MODAL */

.modal .form-control {
    color: #495057;
    background-color: #fff;
    outline: 0;
    background-clip: initial;
    box-shadow: none;
    border: 2px solid #032d5820;
}

.modal .form-control:focus {
    border: 2px solid #032d5870;
}

/* END MODAL */


