body{
	font-family: 'Lato', sans-serif;
	color:#465154;
}

/* Cabeçalho */
/* Barra do Governo */
/* Fim barra Governo */
/* Barra Fiocruz */
.fiocruz-nav ul li{
	list-style: none;	
}
.fiocruz-nav{
	background: url(../images/fio.jpg);
}
.fiocruz-nav .container{
	max-width: 960px;
	height: 33px;
	padding: 0px;
	margin-bottom: 0px;
}
.fiocruz-nav ul.container li{
	padding: 0px ;
}
.fiocruz-nav ul.container li a{
	text-indent: -999px;
	overflow: hidden;
	display: block;
	height: 33px;
}
.fiocruz-nav ul.container li a.logo-fiocruz{
	background: url(../images/logo-fiocruz.jpg);
	background-repeat: no-repeat;
}
.fiocruz-nav ul.container li a.fale-com{
	background: url(../images/fale-fiocruz.jpg);
	background-repeat: no-repeat;
}
.fiocruz-nav ul.container li a.logo-fundacao{
	background: url(../images/logo-fiocruz-barra.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}
/* Fim Barra Fiocruz*/

/* Navbar hosite */
.hotsite_header .info_wrapper{
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}
.hotsite_header .info_wrapper .logo a img{
	max-width: 140px;
	height: auto;
	width: 100%;
}
.hotsite_header .info_wrapper .container .curso-info h2{
	font-size: 25px;
}
.hotsite_header .navbar-default{    
	border-radius: 0px;
	border:none;
	min-height: 50px;
	margin-bottom: 0px;
}
.hotsite_header .navbar-nav > li > a{
	padding-top: 15px;
	padding-bottom: 15px;
}
.hotsite_header .navbar-default .navbar-nav > li > a{
	font-size: 18px;
}
nav.sign{
	display: block;
	width: 240px;
	padding: 2px 15px 5px;
	box-sizing: border-box;
	margin: 0px;
	background-color: #54933f;
	color: #fff;
	font-size: 1em;
	z-index: 3;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0.60%;
	border-radius: 0px 0px 10px 10px;
}
nav.sign .login, nav.sign .logout{
	float: none;
	text-align: right;
	max-width: 1070px;
	margin: 0px auto;	
	text-align: center;
}
nav.sign a{
	display: inline-block;	
	color:#fff;
	vertical-align: top;
	margin-left: 10px;
	font-size: 1em;
	font-weight: bold;
}

/* Fim navbar-hosite */

/* Fim Cabeçalho */

/* Main banner e destaques*/
.full-layout{
	position: relative;
	z-index: 0;
}
.full-layout .main-banner{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 440px;
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: top center;
}
.full-layout .overlay{
	position: absolute;
	content: '';
	z-index: 3;
	top:0;
	left:0;
	right:0;
	height: 440px;
	background-color: rgba(0,0,0,0.3);
}
.full-layout .highlights{	
	margin-top: -2%;
} 

.highlights{
	position: relative;
	z-index: 4;	
} 
.highlights .wrapper{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0px auto;
	max-width: 1140px;
	justify-content: space-between;
}
.highlights .wrapper .hightlight {
	color:#fff;
	text-align: left;
	width: 30%;
	padding:15px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 6px 7px 0px rgba(102,102,102,0.24);
-moz-box-shadow: 0px 6px 7px 0px rgba(102,102,102,0.24);
box-shadow: 0px 6px 7px 0px rgba(102,102,102,0.24);
}
.highlights .wrapper .hightlight h3{
	margin-top: 0px;	
}
.highlights .wrapper .hightlight .content{
	font-size: 1.1em;
}

/*Fim main banner e destaques*/

/* main-content-wrapper */
.main-content{
	min-height: 65vh;
}
.mid-layout{
	margin-top: 50px;
}
.main-content-wrapper{
	margin-top: 50px;
}
.main-content-wrapper .sidebar{
	padding-left: 0px;
}
.main-content-wrapper .sidebar .sidebar-nav{
	box-sizing: border-box;
	padding: 0px 0px;
}
.main-content-wrapper .sidebar .sidebar-nav ul {
	padding: 0px 0px;
	margin-bottom: 0px;
}
.main-content-wrapper .sidebar .sidebar-nav ul li{
	list-style: none;	
	padding: 6px 10px;
	position: relative;
	z-index: 0;
	transition: all 0.3s ease-in-out;
}
.main-content-wrapper .sidebar .sidebar-nav ul li:before{
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 0%;
	height: 36px;
	background-color: rgba(255,255,255,0.2);
	z-index: 0;	
	transition: all 0.3s ease-in-out;
}
.main-content-wrapper .sidebar .sidebar-nav ul li:hover:before{
	width: 100%;
}
.main-content-wrapper .sidebar .sidebar-nav ul li a{
	color:#fff;
	font-size: 1.2em;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.main-content-wrapper .sidebar .sidebar-nav ul li a:hover{
	text-decoration: none;
}
.main-content-wrapper .form-wrapper{
		padding-left: 0px;
	}
.main-content-wrapper .form-wrapper form h3.tipo-pergunta{
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 20px;
	}
.main-content-wrapper .form-wrapper form h3.tipo-pergunta:first-child{
		margin-top: 0px;
	}	
	
.main-content-wrapper .form-wrapper form textarea{
		resize: none;
	}
.main-content-wrapper .form-wrapper form abbr[data-original-title],.main-content-wrapper  .form-wrapper form abbr[title]{
		color:red;
	}
.hotsite-page > header > h2.page-title{
	margin-top: 0px;	
	font-weight: 600;
	margin-bottom: 20px;
}
aside.info-curso{
	background-color:#0984e3;
	color:#fff;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.info-curso div h4{
	font-weight: bold;
	margin-top: 0px;
}
.info-curso div p{
	font-size: 1.1em;
}
.info-curso div{
	margin-bottom: 15px;		
	border-bottom: 1px solid #0170c6;
}
.info-curso div:last-child{
	margin-bottom: 0px;
}
#form-certificado .form-group{
	width: 50% ;
}
#form-certificado .form-group #email{
	width: 100%;
	height: 40px;
}
#form-certificado .btn-primary{
	height: 40px;
}
.confirma_certificado{
	font-weight: 300;
	padding:0px;
}
.confirma_certificado h3{
	margin-top: 0px;
	margin-bottom: 30px;
}
.confirma_certificado p{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.confirma_certificado b{
	font-weight: 500;
}
/* fim main-content-wrapper */

/* Rodapé */
.main-footer{
	background-color: #444444;
	color:#fff;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: 10px solid #383636;
}
.main-footer .col-md-3{
	border-right: 1px solid white;
	text-align: center;
}
.main-footer .col-md-12{
	text-align: center;
}
.main-footer .copyright{
	font-size: 12px;
/* Fim Rodapé */
}

/* site desativado */
.site-desativado{
	width: 100%;
  height: 100vh;  
  background: rgb(0,0,0);
  background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%), url("../images/fiocruz_20060309_peter_ilicciev_00253.jpg") center top no-repeat;;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%), url("../images/fiocruz_20060309_peter_ilicciev_00253.jpg") center top no-repeat;;
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%), url("../images/fiocruz_20060309_peter_ilicciev_00253.jpg") center top no-repeat;;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
  background-size: cover;
  position: relative;  
  overflow: hidden;
}
.site-desativado .msg{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 600px;
	margin: 12% auto;
}
.site-desativado .msg h1{
	margin-top: 0px;
}
.welcome-message{
	margin-bottom: 30px;
	padding-top: 20px;
}
.login-options  div {
	text-align: center;
	margin-bottom: 30px
}

.login-options div > div img{
	width:auto;
	height: 150px;
	margin-bottom: 30px;
}
.login-options div > div h3{
	width: 100%;
	margin-bottom: 0px;
	margin-top: auto;
	text-align: center;
}
.login-options div > div h3 a{
	background-color: #337ab7;
	color: #fff;
	padding: 10px 50px;
	border-radius: 40px;
	display: inline-block;
}
@media (max-width: 767px){
	.navbar-default .navbar-toggle{
		background-color: #bfbfbf
	}
	nav.sign{
		position: relative;
		width: 100%;
		right: 0;
		top:0;
		border-radius: 0px;
		margin-bottom: 10px;

	}
	nav.sign .login, nav.sign .logout{
		text-align: left;
	}
	#barra-brasil{
		overflow: hidden;
	}
	.main-content-wrapper{
		margin-top: 15px;
	}
	.full-layout .main-banner, .full-layout .overlay{
		height: 105px;
	}
	.main-content-wrapper .sidebar{
		padding-left: 15px;		
		margin-bottom: 30px;
	}
	.highlights .wrapper{
		flex-direction: column;
	}
	.highlights .wrapper .hightlight{
		width: 100%;
		margin-bottom: 15px;
	}
	.main-content-wrapper .sidebar .sidebar-nav{
		margin-bottom: 20px;
	}
	.main-footer .col-md-3{
		border-right: 0px;
	}
	.content img{
		width: 100% !important;
		height: auto !important;
	}
	#form-certificado .form-group{
		width: 100% ;
	}	
	.site-desativado .msg{
		max-width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 1440px) {
	.full-layout .main-banner, .full-layout .overlay{
		height: 350px;
	}
}

@media (min-width: 1400px){
	.full-layout .main-banner, .full-layout .overlay{
		height: 500px;
	}
}

