/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

body {
  padding-top: 56px;
}
.top-fixa{
  position: fixed;
  top: 0;
  z-index: 1030;
}
.top-menu-left {
}
.fundo-barra {
background : #1562A7;
}

.texto-menu-branco {
color: #ffffff !important;
}

.jumbotron-santarem{
    font-family: 'Noto Serif', serif;
    background: #1562A7;
    color: white;
    font-weight: 900;
    padding: 0.5rem;
    margin-top: 1.75rem;
}
.jumbotron-santarem h1{
    font-size: 3rem;
    
}

.jumbotron{
	margin-bottom:  0px !important;
}


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar-logo{
	height:50px;
}

#content{
 min-height:80vh;
  padding-top:20px;
}





.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* Para dispositivos móveis */
@media (max-width: 768px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    left: auto;
    margin-top: 0;
  }
}