@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");



/* ---------- TOP HEADER -------- */


.navbar-nav #navMenuDropdown2 {
	background-color: #009559;
	border: 1px solid #009559;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #717171;
	border: 1px solid #BDBDBD; 
}

.navbar-nav #navMenuDropdown2:hover {
	background-color: #02693f;
	border: 1px solid #02693f;
}

#languageToggleMenulanguageLargeNav {
	background-color: transparent;
}

#languageToggleMenulanguageLargeNav:hover {
	color: #000;
}


#userNav {
	background-color: transparent;
	border: transparent;
}

#userNav li:first-child {
	background-color: #E6E6E6;
	border: 1px solid #BDBDBD;
	font-family: 'Lato', 'Arial', sans-serif;
	border-radius: 5px; 
}

#userNav li:first-child:hover{
	background-color: #f5f5f5;
	transition: background 0.3s;
}



#userNav li:last-child {
	background-color: #009552;
	border: 1px solid #027240;
	font-family: 'Lato', 'Arial', sans-serif;
	border-radius: 5px; 
	color: #fff;
}

#userNav li:last-child:hover {
	background-color: #027240;
	border: 1px solid #034327;
	color: #fff;
	transition: background 0.3s, color 0.3s, border 0.3s;
}

#userNav .nav-link:hover, .language-toggle .dropdown-toggle:hover, #userNav .nav-link:focus, .language-toggle .dropdown-toggle:focus
{
	border:none;
}

#userNav li:last-child .nav-link{
	color: #fff;
}


#userNav .nav-link, .language-toggle .dropdown-toggle{
	color: #717171;
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: 700;
}


#userNav .navbar-nav {
	background-color: transparent;
}

#languageToggleMenulanguageLargeNav{
	border: 1px solid #BDBDBD;
}

.dropdown-item:hover {
	background-color: #009552;
	border-radius: 5px;
}

.dropdown-menu {
	background-color: #717171;
	width: auto;
	color: #111111;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: 'Lato', 'Arial', sans-serif;
}

/* ---------- POP UP LOGIN -------- */

.modal-content {
	font-family: 'Lato', 'Arial', sans-serif;
	background-color: #fff;
	color: #000;
	border-radius: 10px;
}

.modal-content .form-control{
border-color: #aaaaaa;
	color: #aaaaaa;
	font-family: 'Lato', 'Arial', sans-serif;
}


.modal-content .close {
	color: #009552;
}

.form-text a {
	font-family: 'Lato', 'Arial', sans-serif;
}

.modal-content a:hover, .modal-content a:focus{
		color: #007742;
}

.modal-content .btn-primary {
	width: 100%;
	background-color: #009552;
	color: #fff;
}

#rememberModal{
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	background-color: #027240;
	border: 1px solid #034327;
}

.form-login div:last-child{
	float: none;
	text-align: center;
	font-family: 'Lato', 'Arial', sans-serif;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff !important;
}

/* ---------- HEADER -------- */

.main-header {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F3F2EC), to(#F3F2EC)), url(https://i.imgur.com/eebo5jo.png);
    background-image: linear-gradient(rgba(243, 242, 236, 0.3), rgba(243, 242, 236, 0.3)), url(https://i.imgur.com/eebo5jo.png);
    background-size: cover!important;
    background-position: bottom;
    background-attachment: fixed;
	background-color: rgba(243, 242, 236, 0.0);
	font-family: 'Lato', 'Arial', sans-serif;
	font-weight: 700;
	border-color: transparent;
	border-bottom: 3px solid #009552;
}


#nav-menu a {
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	padding: 0 0 7px 0;
	margin: 25px 0 0 25px;
}

#nav-menu a:hover {
	color: #009552;
}

#main-navbar a {
	font-weight: bold;
	font-size: 14px;
}

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
	color: #009552;
	border: 1px solid rgba(0, 0, 0, 0.1);;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.04);
	transition: color 0.3s, border 0.3s, background 0.3s;
}

/* ---------- COMMON ELEMENTS -------- */

h1 {
	text-align: left;
	font-family: 'Lato', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 28px;
}

h3 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
}

.site-about {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
}

body {
	font-family: 'Lato', Arial, sans-serif;
}

/* ---------- REVISTAS -------- */


/* ---------- Corpo -------- */

.site-journal {
	display: table;
	float: left;
	width: 100%;
	padding: 15px 15px 0px 15px;
	margin: 0px 6px 0px 6px;
	border-radius: 5px;
	border: 1px solid #E6E6E6;
	box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.03);
	border-left: 5px solid #009552;
}



.site-journal-img {
	float: left;
	display: table;
	align-content: center;
	justify-content: center;
	margin-right: 25px;
	overflow: hidden;
	height: 200px;

}


.site-journal img{
	display: flex;
	align-self: center;
	padding: 5px;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	max-width: 300px;
}


.site-journal-description {
	width: 100%;
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	text-align: justify;
}

.site-journal-description:after  {
  content: "";
  clear: both;
  display: table;
}



.site-journal-title{
	font-weight: 700;
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 18px;
}



/* ---------- Botões -------- */


.links {
	width: 100%;
}

.links .btn {
	border-radius: 5px;
	font-family: 'Lato', 'Arial', sans-serif;
	width: 49.5%;
	font-size: 14px;
	font-weight: 600;

}

.links .btn:first-child {
	background-color: #E6E6E6;
	border: 1px solid #DCDCDC;
	color: #717171;
}

.links .btn:first-child:hover {
	background-color: #f5f5f5;
}


.links .btn:last-child {
	background-color: #009552;
	border: 1px solid #147A49;
	color: #fff;
}

.links .btn:last-child:hover {
	background-color: #147A49;
	border: 1px solid #11673e;
}


/* ---------- SOBRE -------- */


.sobre {
	max-width: 100%;
	margin-top: 0;

}

.sobre p {
	margin: 0;
	margin-right: 5px;
	margin-bottom: 10px;
}


.sobre-descri {
	width: 60%;
	font-size: 14px;
	font-family: 'Lato', Arial, sans-serif;
	text-align: justify;
	color: #4C4C4C;
	line-height: 170%;
	float: left;
	margin-top: 0;
}

.sobre img {
	width: 100%;
	border-radius: 2px;
} 

.sobre img:first-child {
	margin-bottom: 10px;
} 

.sobre-image {
	max-width: 36%;
	float: left;
	padding: 8px;
	border: 1px solid #e6e6e6;
	margin-left: 25px;
	border-radius: 5px;
}

.sobre:after  {
  content: "";
  clear: both;
  display: table;
	}

.estrutura {
	margin-top: 0px;
	width: 100%;
	height: 100%;
	display: table;
}


.estrutura-elementos {
	width: 100%;
	padding: 15px;
	border-left: 4px solid #009552;
	padding: 0px 0px 0px 15px;
	margin: 30px 0px;
}

.estrutura-elementos:last-child {
margin-bottom: 0px;
}

.separado {
	margin-top: 45px;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	width: 100%;
	height: 100%;
	display: table;
}

.separado h3 {
	margin: 0;
	margin-bottom: 20px;
}

.contato-dado {
	float: left;
	width: 33%;
	padding: 15px;
}

.contato-dado:hover {
	background-color: #e6e6e6;
	border-radius: 5px;
	transition: background-color 0.2s;
}

.contato-dado h4,
.estrutura-elementos h4{
	font-size: 14px;
	line-height: 145%;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Lato', Arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 0px;	
}

.contato-dado p,
.estrutura-elementos p{
	line-height: 140%;
	font-size: 14px;
	font-family: 'Lato', Arial, sans-serif;
	color: #4C4C4C;
	margin-bottom: 15px;
	margin-top: 12px;
	text-align: justify;
}


/* ---------- CAPACITACOES -------- */


.capacitacoes-text {
	float: left;
	width: 60%;
	font-family: 'Lato', Arial, sans-serif;
	padding-right: 20px;

}

.capacitacoes-text:after  {
  content: "";
  clear: both;
  display: table;
	
}

.capacitacoes-text p {
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
	padding-right: 20px;
	margin: 0px;
	padding-bottom: 15px;
}


.capacitacoes-container img {
	width: 38%;
	padding: 10px;
	border: 1px solid #EDEDED;
	border-radius: 5px;
}

.documentos-container{
	width: 100%;
	display: table;
}


.capacitacoes-slide {
	position: relative;
	margin-top: 20px;
	border: 1px solid #e6e6e6;
	width: 48%; 
	float: left;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.03);
	height: 150px;
}


.capacitacoes-slide p {
	color: #4C4C4C;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
	line-height: 140%;
	margin: 0;
	padding-bottom: 20px;
}

.capacitacoes-slide:first-child {
	margin-right: 15px;
}

.capacitacoes-slide .btn {
	width: 91%;
	position: absolute;
	bottom: 18px;
}

.documentos-container h3 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
}

/* ---------- ACESSO -------- */


.form-login label {
	text-transform: uppercase;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;	
}


.form-login input {
	border: 1px solid #E6E6E6;
	padding: 28px 25px;
	font-size: 14px;
	color: #999999;
	border-radius: 5px;
}

.form-login a{
color: #0A9854;
	font-size: 14px;
}

.btn {
	background-color: #009552;
	border: 1px solid #009552;
	font-family: 'Lato', Arial, sans-serif;
	font-weight:bold;
	font-size: 14px;
	border-radius: 5px;
	color: #fff;
	padding: 10px 50px;
	text-align: left;
	text-align: center;
}

.btn:hover {
background-color: #147A49;
border: 1px solid #009552;
color: #fff;
}

.form-login div:last-child {
	float: left;
}
	

/* ---------- CADASTRO -------- */
.row {
	margin-right: 0;
	margin-left: 0;
	
}
.col-lg-6 {
	flex: 0 0 100%;
	max-width: 100%;
}

legend {
	font-weight: bold;
	color: #000;
	margin: 10px 0px 20px;
}

.identity,
.login {
	font-size: 16px;
}

.form-group {
	margin-bottom: 25px;
	max-width: 100%;
}

.col-lg-6 {
	border: 1px solid #e6e6e6;
	padding: 20px;
	border-radius: 5px;
	margin: 20px 0px;
	max-width: 100%;
}

.identity input,
.identity select,
.login input {
	border: 1px solid #e6e6e6;
	padding: 22px 18px;
	border-radius: 5px;
}

.required {
	color: #ff0000;
}

.form-register .list-group-item-heading {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
}

.list-group-item {
	padding: 15px;
}

.list-group-item .form-group {
		margin-bottom: 0px;
}

.context_privacy {
	left: 0px;
	position: relative;
	padding-bottom: 5px;
}

.context_privacy a {
	color: #009552;
}


input[type="checkbox"], input[type="radio"] {
	background-color: #eee;
}

.fields label {
	margin-top: 10px;
	font-size: 16px;
	line-height: 130%;
}


.fields label a {
	color: #009552;
}

.g-recaptcha{
	margin-top: 15px;
}

.btn  {
	width: 100%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	width: 100%;
	background: #00723f !important;
	border: 1px solid #00723f !important;
}

.form-register .form-group-buttons, .form-register .form-group-login a {
	color: #009552;
}

.form-register .form-group-buttons, .form-register .form-group-login a:hover {
	color: #00723f;
}

.contexts {
	margin-bottom: 15px;
	
}
/* ---------- FOOTER -------- */


.site-footer {
	background-color: #D3DBC8;
	font-family: 'Lato', 'Arial', sans-serif;
	color: #000000;
	font-size: 12px;
}


.site-footer p {
	float: left;
	margin-right: 45px;
}

	.site-footer a {
	text-decoration: none;
	 color: #009552;
	}


/* ---------- REDEFINIR SENHA -------- */

.page-content p{
	margin-top: 0px;
}

.text-md-center {
	text-align: left !important;
}

.form-group input{
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 20px;
}

.col-md-6 {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0px;
}

.col-md-6 .btn {
	margin-bottom: 15px;
}

.col-md-6 .btn:last-child {
	background:transparent;
	color: #009552;
}


.col-md-6 .btn:last-child:hover {
	border:1px solid #00723f;
	color: #00723f ;
} 


/* ---------- MEDIA QUERIES -------- */



@media only screen and (max-width: 1200px) {
	
	/* ---------- SOBRE -------- */
.sobre-image {
	max-width: 40%;
}
.sobre-descri {width: 55%;}
	

.contato-dado {
	float: left;
	width: 33%;
	padding: 10px;
}


.contato-dado h4{
	font-size:13px;
	line-height: 120%;
}

.contato-dado p{
	font-size:13px;
}

}

@media only screen and (max-width: 991px) {
	
	
	
	.navbar-nav #navMenuDropdown2{
		color:#fff;
	}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown-item:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .dropdown-item:focus{
		border: 1px solid rgba(0, 0, 0, 0.1);
		background:rgba(0, 0, 0, 0.04);
		color: #009552;
		border-radius: 5px;
		transition: background 0.3s, color 0.3s, border 0.3s;
	}
	
	#userNav .nav-link, .language-toggle .dropdown-toggle {
		background-color: transparent;
		border: 1px solid #BDBDBD;
		width: auto;
	}
	
	#userNav .nav-link, .language-toggle .dropdown-toggle:hover {
		color: #000;
		border: 1px solid #BDBDBD;
	}
	
	.dropdown-menu {
		width: auto;
	}
	
	
.site-journal-img {
	display: flex;
	width: 100%;
	float: none;
	margin-right: 0px;
	height: auto;
	justify-content: center;
	align-self: center;

}


.site-journal img{
	display: flex;
	align-self: center;
	justify-content: center;
	padding: 5px;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	max-width: 300px;
}


.site-journal-description {
	width: 100%;
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 14px;
	color: #4c4c4c;
}


/* ---------- Botões -------- */


.links {
	width: 100%;
}

.links .btn {width: 100%;}
	
	.links .btn:first-child {
		margin-bottom: 10px;
	}
	

/* ---------- SOBRE -------- */
	.contato-dado {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}
	.contato-dado:last-child{
		border-bottom: none;
	}
	

.sobre-image {
	max-width: 100%;
	height: 100%;
	margin-left: 0px;
}

.sobre-descri {width: 100%; margin-bottom: 15px;}

.sobre img {
	width: 49%;
	border-radius: 2px;
} 
	
.sobre img:first-child {
	margin-bottom: 0px;
} 
	
	.contato-dado h4 {
		margin-top: 15px;
	}
	
	.separado h3 {
	margin-bottom: 0px;
}

	
	
/* ---------- PERIÓDICOS -------- */
	
	.btn-normal {
	margin-bottom: 15px;
	width:32%;
}
	
	.btn-destaque {width:32%;}
	
	.escrito {width: 100%;}
	
	.revista-img {
	max-width: 100%;
	height: 180px;
	padding: 5px;
	margin-right: 25px;
	margin-bottom: 10px;

}

.revista-img img {
	height: 100%;
	max-width: 100%;
	border-radius: 2px;
}

	
	
	/* ---------- CAPACITACOES -------- */


.capacitacoes-text {
	width: 100%;
}

.capacitacoes-container img {
	margin-top: 15px;
	width: 100%;
}

.documentos-container{
	width: 100%;
}


.capacitacoes-slide {
	position: relative;
	width: 100%; 
	padding: 15px;
	height: 100%;
}


.capacitacoes-slide p {
	margin-bottom: 15px;
}


.capacitacoes-slide .btn {
	width: 100%;
	position: static;
	margin-bottom: 0;
}

.documentos-container h3 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
}
	
	
/* ---------- FOOTER -------- */
	
	.site-footer {
	position: relative;
}
	
	.site-footer p {
	float: none;
	width: 100%;
	margin-right: 45px;
}
	
	.footer-brand-image {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 20px;
	}
	
}


@media only screen and (max-width: 490px) {
	

	
	/* ---------- PERIÓDICOS -------- */
	
	
		.revista-container h3 {
		font-size: 15px;
	}
	
	
	.revista-container p {
		font-size: 13px;
	}
	
	
	
/* ---------- BOTÕES DOS PERIÓDICOS -------- */
	.btn-normal {
	margin-bottom: 15px;
	width:100%;
}
	
	.btn-destaque {width:100%;
}
	
}