body {
    background: url('/images/background.jpg') no-repeat;
    background-position: center top;
    background-size: contain;
    background-position-y: 50px;
}

/* ============================= Modal ================================= */
#modalVideos { background-color: transparent; }
.z-depth-5, .modal { -webkit-box-shadow: none; box-shadow: none; }
.modal-overlay { background: #00183F; }
.modal-content { overflow-y: hidden !important; }

/* ============================= Outras noticias ================================= */
.outra {
    position: relative;
    height: auto;
    color: #034EA1;
    margin: 0 !important;
    padding: 0 !important;
}

.subtitulo-noticias1 { font-size: 0.95em; color: #034EA1; margin: 5px 0 20px; }

@media (min-width: 992px) {
    .outra { height: 400px; }
    .outra-spaco-right { padding-left: 10px !important; }
    .outra-spaco-left  { padding-right: 10px !important; }
}

.outra .container-fluid .s12 { padding: 0; }

.outra .box-noticia {
  height: 250px;
  margin-bottom: 5px;
  box-shadow: 0px 0px black;
  transition: 0.3s;
}

.outra .noticia-img {
    width: 100%;
    height: 100%;

    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;

    opacity: 1;
    box-shadow: inset 0px 0px 0px 0px #005086;
    transition: 0.3s;
}

.outra:hover .box-noticia { box-shadow: 2px 5px 15px #666; transition: 0.3s ease-out; }
.outra:hover .noticia-img {
    box-shadow: inset 0px 0px 0px 15px #005086;
    opacity: 0.8;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.descricao-galeria p { padding: 5px; }
.descricao-galeria p:first-child {
    margin: 0;
    color: #034EA1;
    font-size: 1em;
    line-height: 1.1em;
    font-weight: bold;
}
.descricao-galeria p:last-child {
    margin-top: 0;
    font-size: 0.8em;
    line-height: 1em;
    color: #666;
    margin-bottom: 30px;
}

/* Controls */
.owl-home-galeria .owl-controls { margin-top: 10px !important; }
/*
007DC4
034EA1
00183F
*/
