@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.grid {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.row {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.col-1 {
	width: 8.33%;
}

.col-2 {
	width: 16.66%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33%;
}

.col-5 {
	width: 41.66%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33%;
}

.col-11 {
	width: 91.66%;
}

.col-12 {
	width: 100%;
}

/***************************Genérico**************************/

html, body {
	background-color: #fff;
	color: #555;
	font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 1.15em;
	overflow-x: hidden;
	background-color: #eee;
}

#container {
	position: relative;
	padding-top: 0;
	margin: 0 auto;
	min-width: initial!important;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
	background-color: white;
}

.container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	overflow: hidden;
}

.cabecalho {
	margin: 0 auto;
	width:100%;
	background-color: #002060;
}

#header {	
	background: none;
	width: auto;
}

#header::after {
	content: 'e-ISSN: 2447-6641 ISSN 1806-0420';
	color: white;
	position: absolute;
	font-family: "Roboto Condensed";
	left: 20px;
}

#header::before {
	position: absolute;
	content: "";
	background-image: url("/public/site/unichristus_logo_b.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 190px;
	height: 40px;
	right: 20px;
}

#headerTitle{
	width: auto;
}

#header h1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0;
}

#homepageImage img{
	max-width: 100%;
    height: auto;
}

#titulo {
	margin: auto;
}

#navbar {
	z-index: 10;
	width: 100%;
	border-bottom: 0;
	padding: 4px 0 4px 0;
	background-color: rgba(0,20,37,0.6);
}

#navbar a {
	text-transform: none;
    color: white;
}

#navbar a:hover {
    color: #B6C9D5;
}

#mbutton {
	margin: 0 auto;
}

ul.menu {
	padding: 0 15px 0 15px;
	text-align: center;
}

#main {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 100%;
	padding: 10px 5% 20px 5%;
	margin: 0;
	line-height: 110%;
	color: #555;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#breadcrumb {
	padding-top: 1em;
    color: #bbb;
}

#breadcrumb a {
    color: #bbb;
}


#micon {
   position: absolute;
   right: 280px;
   margin-top: 10px;
   z-index: 1;
   color: #540000;
   cursor: pointer;
   transition: transform .5s;
   width: 30px; height: 30px; /** retirar **/
   visibility: hidden;
}

#content {
    font-family: Lora, Georgia, Times, serif;
	padding-top: 0.9em;
	border-top: 1px solid #eee;
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
}

#slider {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	padding: 20px 10px 20px 20px;
	width: 260px;
	min-width:260px;
	visibility: hidden;
	background-color: #FFF2F2;
	border-left: 2px solid #540000;
	color: #555;
	transition: 0.5s;
}


#rightSidebar {
	float: none;
	float: left;
	z-index: 1;
	padding: 0 0 0 15px;
	width: auto;
	height: auto;
	margin:0;
}

#rightSidebar div.block {
	padding-bottom: 2.5em;
}

#rightSidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #001425;
}

#rightSidebar input.textField, #rightSidebar select.selectMenu, #rightSidebar input.button {
	height: 30px;
	margin-bottom: 3px;
	border: 1px solid #540000;
	border-radius: 4px;
	outline-color: #bbb;
}

#rightSidebar a:hover{
	background-color: inherit;
	background: none;
}

#rodapetodo {
	position: relative;
}

ul#referencias{
	list-style: none;
	padding-top: 20px;
}

ul#referencias h6 {
	margin: 0;
	padding-bottom: 5px;
}

ul#referencias li {
	display: inline-block;
	padding-right: 5px;
}

ul#referencias li a span {
    display: block;
}

#rodape {
	clear: both;
	padding: 1em 5% 1em 5%;
	background-color: #001425;
	color: white;
	font-family:GillSans, Calibri, Trebuchet, sans-serif;
}

#rodape ul li{
	display: block; 
	padding-top: 0.1em;
	font-size: 16px;
	text-align: center;
}

#rodape h5{
	margin-bottom: 15px;
	font-size: 19px;
	text-align: center;
}

#rodape a:link{
	color: #78a0de;
}

#rodape a:visited{
	color: #78a0de;
}

ul{
	padding: 0 0 0 0.2em;
	margin: 0.5em 0 0 0;	
}

#rodape ul li a img {
	height: 40px;
	width: auto;
	background-color: white;
	border-radius: 2px;
	border-style: groove;
	margin-right: 4px;
	margin-top: 3px;
	float: left; 
}

#subrodape {
	padding: 1em 5%;
	vertical-align: middle;
	background-color: #01192e;
	color: white;
}

#subrodape .copyr {
	font-family: Lora, Georgia, Times, serif;
	font-size: 0.599em;
	color: #B6C9D5;
	margin: auto;
	text-align: justify;
}

#subrodape .unilogo {
	text-align: left;
}

#subrodape  .apoio2 {
	float: right;
}


/***************************TEMA**************************/

#main h2 {
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
		line-height: 1em;
}

#main h3 {
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
}

#content h3 {
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
        font-size: 1.4em;
}

#content h4 {
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
        font-size: 1em;
        font-weight: bold;
}

a:link {
	color: #540000;
    text-decoration: none;
}

a:visited {
    color: #540000;
}

a:hover {
	color: #C1B9B9;
    background: none; 
}

a:visited:hover{
	color: #C1B9B9;
}

input.button {
	background-color: #540000;
    color: white;
	border: 1px solid #540000;
	border-radius: 4px;
	outline-color: #bbb;	
}

input.textField{ 
	 outline-color: #bbb; 
}

input.uploadField, select.selectMenu, input.textField{
	border-radius: 4px;	
}

table.announcements td.headseparator,table.announcements td.endseparator {
	border-color: #540000;
}

#issueCoverImage img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.showmenu {
	display: none !important;
}

.menuactivate {
    -webkit-transform: translate3d(-260px, 0, 0) rotate(180deg);
    -o-transform: translate3d(-260px, 0, 0) rotate(180deg);
    -moz-transform: translate3d(-260px, 0, 0) rotate(180deg); 
	transform: translate3d(260px,0,0) rotate(180deg); 
	transition: transform .5s;
	
}

/***************************MediaQueries**************************/

@media screen and (max-width: 999px){
	body, html {font-size: 1.1em;}

	#header { height: 170px;}
	#header h1 { height: 170px;}

	#mbutton {display: block;}

	ul.menu li {display: none; padding: 1em;}

	#main h2 {font-size: 1.15em;}

	table {table-layout: fixed; width: 100%;}
	table.announcements {table-layout: auto;}

	#slider {display: none;}
	#micon {display: none;}

	ul#referencias {text-align: center;}
	
	#rodapetodo .row {
		webkit-box-lines: multiple;
		moz-box-lines: multiple;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#rodape ul li {padding-bottom: 5px;}

	.col-4 {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		flex-direction: column;
	}

	#subrodape .unilogo	 {margin-bottom: 15px;}

	#header::after {font-size: .5em; top: 155px;}

	#header::before {background-size:50%; top: 126px;}
}

@media screen and (min-width:901px) {
	#header h1 {min-height: 200px; width: auto;}

	#mbutton{display: none;}

	ul.menu li {display: inline! important;}

	#header::after {font-size: .6em; top: 172px;}

	#header::before {background-size:80%; top: 144px;}

	#rodape {min-height: 276px;}
}

@media screen and (min-width:1135px) {
/*	.cabecalho:before {
	   	position: absolute;
	    content: "";
	    background-image: url(/public/journals/2/ojA2.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    width: 60px;
	    height: 69px;
	    right: 20px;
	    top: 20px
	}
}*/

@media screen and (min-width:1450px) {
	#rodape #mapsplug {
		text-align: center;
	}
}
