.top-bar {
    background-color: #164c84;
}

.navbar {
    background-color: #6e1812;
}

.pgHome .feature-wrap h2,
.pgHome .feature-wrap h3,
.pgHome .feature-wrap h2,
.pgHome .feature-wrap h3 {text-align: center;}

.pricing-area h1 {margin-bottom: 0;}
.pricing-area ul li {padding: 15px 20px 15px;}


.divForm {
	display: inline-block;
	margin-right: 12px; 
}
.divForm input {
	margin: -1px 0 0 4px; 
}

.form-group label span {color: red;}

.inscricao-style {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
}
.inscricao-style .carousel-content {margin-top: 0 !important;}
.inscricao-style .carousel-content h2 {color: yellow !important;}

.title-list {
  font-size: 28px;
  margin: 60px 0 40px;
}
.list-p li {
  width: auto;
  text-align: left;
}

.dn {display: none !important;}
.cb {clear: both !important;}
.db {display: block !important;}
.pd13-0 {padding: 13px 0 !important;}
.pd26-0 {padding: 26px 0 !important;}
.pd-bt-26 {padding-bottom: 26px !important;}
.mg-tp-27 {margin-top: 27px !important;}
.mg-bt-0 {margin-bottom: 0 !important;}
.mg-bt-26 {margin-bottom: 26px !important;}
.mg-bt-30 {margin-bottom: 30px !important;}
.mg-bt-44 {margin-bottom: 44px !important;}
.fl {float: left !important;}
.fr {float: right !important;}
.dt {display: table !important;}
.height935 {height: 935px !important;}
.height660 {height: 660px !important;}


/* BEGIN / MODAL POPUP */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:black;
  opacity: 0.5;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
#boxes #dialog2 {
  background:transparent; 
  width:650px;
  margin:0 auto;
  /* margin-top:-160px; */
  top: 17% !important;   
}

#boxes #dialog2 img {
    width: 100%;
    border: 2px solid white; 
}
 
.close{display:block; text-align:right;}
/* END / MODAL POPUP */