/*Arquivo de estilização da página de Vestibular - FMP/FASE - Todos os direitos reservados*/
.header {
width: 100%;
background-color: #0b5042;
box-shadow: 0 -1px 21px #000;

margin-bottom: 0px;
}
.logo img{
  margin-top: 10px;
  width: 180px;
}
.logo h2{
	display: none;
}
.clear{
	clear: both;
}
.icon-info5{
	display: inline-block;
	float: left;
	margin:5px 5px 0 0;
	font-size: 25px;
	color:#fff;
}
.titleInfo{
	display: inline-block;
	font-size: 25px;
	font-family: 'Dosis', sans-serif;
	color:#fff;
}
.linkInfo {
font-family: 'Dosis', sans-serif;
font-size: 20px;
padding-left: 30px;
color:#fff;
vertical-align: top;
display: inline-block;
}
.icon-arrow-right3 {
	margin-top: 6px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-left: 6px;
}
.perguntasBox a:hover .linkInfo, .ingressoBox a:hover .linkInfo{
	text-decoration: underline;
}
.rowMargin{
	margin:0!important;
}
.perguntasBox, .dataBox, .ingressoBox{
	background: #C10E38;
	padding: 10px;
	text-align: center;
}
.bgBoxes{
	background: #C10E38;
}
#footer > .container > img{
	width: 150px;
	float: right;
	margin: 8px 0 0 0;
}
#footer > .container{
	text-align: right;
}
#footer > .container p{
	float: right;
	color: #fff;
	font-family: 'Dosis';
	margin: 18px 0 0 0;
	
}
/*Slider resposive*/
#owl-demo .owl-item div{

}
#owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: auto;
}
/*FIM SLIDER*/

#footer{
	background-color: #0b5042;
	margin-top:50px;
}


/*Media query*/

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
	.btnDownloads{
		margin:0 0 5px 0px!important;
	}
 }

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 
	.logo{
		margin-bottom: 10px;
		width: 100%;
	}
	.logo h2{
		display: inline-block;
	}
	.perguntasBox{
	background: #8d0525;
	padding: 10px;
	}
	.dataBox{
	background: #ea1144;
	padding: 10px;
	}
	.ingressoBox{
		padding: 10px;

	}
	.bgBoxes > .container{
		max-width: 100%!important;
		padding: 0!important;		
	}
	span.pergunta{
		margin-left: 10px;
		display: block;
	}
	.bgAdm{
		min-height: 30px!important;
	}
 }

/* Large devices (large desktops, 1200px and up) */
@media (max-width:1200px) { 
	.bgAdm{
		min-height: 100px;
		padding: 10px;
	}
 }

/*MODAL*/
.window{
    display:none;
    width:1003px;
    min-height:300px;
    position:absolute;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    border-radius:10px;
    text-align: justify;
}
 
#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}
 
.fechar{display:block; text-align:right;}

.fecharModal
{
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.fecharModal:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40);
}
#myModalLabel
{
	font-family: 'trebuchet ms' !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    text-rendering: optimizelegibility !important;
    text-shadow: 0 1px white;
}
.modal-header {
    border-bottom: 5px solid #5E8904;
    box-shadow: 0 -19px 60px #000000;
    padding: 9px 15px;
}
.modal-body {
	padding: 15px;
	overflow-y: auto;
	font-size: 14px;
	font-family: 'dosis';
	max-height: 800px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}
.modal-body h3
{
	font-family: 'trebuchet ms' !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    text-rendering: optimizelegibility !important;
    text-shadow: 0 1px white;
}
.modal-footer {
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 23px 41px #000000;
    margin-bottom: 0;
    padding: 13px 14px 32px;
    text-align: right;
}