/* You can add global styles to this file, and also import other style files */

body {
  background-color: rgb(245, 237, 237);
}

h1 {
  font-size: 32px;
  border-bottom: 1px solid rgb(167, 166, 166);
  color: rgb(39, 31, 31);
  margin: 15px 0;
}

.title h1 {
  color: #4350b5;
}

.fundo_menu_principal {
  background: url('/web/images/fundo_azul.png') repeat;
}

.menu_mobile {
	margin: 5px 0;
}

.menu_principal .dropdown-menu {
  min-width: 100%;
  background: url('/web/images/fundo.png') repeat;
}
.bg-light {
  background-color: #fff !important;
}
.image-menu {
  max-height: 30px;
}
.card h5 {
  font-size: 16px;
}

.card .img {
  text-align: center;
  margin-bottom: 5px;
}

.card .text {
  text-align: justify;
  font-size: 12px;
}

.card .titulo {
  background-color: rgb(196, 209, 212);
}

a {
  text-decoration: none;
}

.destaque img {
  max-height: 150px;
}


#g207{
  position:fixed!important;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#fff;
  opacity:0.9;
  filter:alpha(opacity=20);
  display:block
}
#g207 p{
  opacity:1;
  filter:none;
  font:bold 16px Verdana,Arial,sans-serif;
  text-align:center;
  margin:20% 0
}
#g207 p a,#g207 p i{
  font-size:12px
}
#g207 ~ *{
  display:none
}