@import url("bootstrap.4.1.1.min.css");
@import url("fontawesome.5.0.12.all.min.css");

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

*, *:focus  { 
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	-webkit-tap-highlight-color: transparent; 
	border-color: inherit;
}

html {
	width: 100%;	
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: Roboto, Arial;
	font-size: 15px;
	color: #707070;
	line-height: 1.5;
}

main {
	padding: 70px 0px 0px 0px;
}

a, a:focus, a:visited {
	color: #009c9e;
	font-weight:bold;
	transition: 0.5s;
}

a:hover, a:active {
	color: #000;
	outline: none;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Typography */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

h1 { color: #000; font-weight: normal; }
h1 small { color: #707070; }

h2 {
	font-size: 2.2rem;	
}

@media (max-width: 768px) {
	h2 { text-align:center; }
}


h2, h3 {
	color: #4f4752;
	font-weight: normal;
}

h4 {
	
	font-weight: normal;
}


p {
	margin: 0px 0 0px 0;
	padding: 10px 0 10px 0;
}

h2 + ul {margin-top:30px;}

.img-responsive { width:100%; height:auto; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Lists */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 15px 15px 15px;
	list-style:disc; 
	text-align: justify;
}

ul > li > ul > li { color:#777777;}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

header {    
	width: 100%;
    padding: 100px 0px 100px 0px;
	background: url(../../img/core/index.jpg) center center no-repeat; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	text-align: center;
	border-bottom:1px solid #e5e5e5;
}

header h1,  header h2 {     
	font-weight: normal;
	color: #fff;
}

@media (min-width: 768px) {  header { text-align: left; } }


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Sections */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

section { padding: 50px 0;}

section .container + .container { margin-top: 25px; }

section.primary {background: #f3f3f3; border-bottom:1px solid; border-color:#e5e5e5}
section.primary hr {border-color:#009c9e;}

section.secondary {background: #ececec; border-top:1px solid; border-bottom:1px solid; border-color:#e5e5e5}
section.secondary hr {border-color:#009c9e;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Intro */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.intro { 
	position: relative;
	width: 100%;
	height: 100vh; 
	margin-top:-70px;
    padding: 0px;
	background: url(../../img/core/index.jpg) center center no-repeat; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	text-align: center;
}

.intro .logo {
	width: 100%;
}

@media (min-width: 1024px) {
  .intro {
		background-attachment: fixed;
  }
}

.intro .intro-text {
	display: block;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}


@media (max-width: 768px) {
	.intro { padding: 0 0 50px 0;  }
	.intro h1 { margin-top: 20px; }
}

.intro h1, .intro h1 small, .intro a { color:#fff; }

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Footer */
/* --------------------------------------------------------------------------------------------------------------------------- */

footer { 
	margin: 0; 
	padding: 20px 0px 20px 0px; 
	font-size: 0.9em; 
	color: #555555; 
	text-align: center;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Navigation menu */
/* --------------------------------------------------------------------------------------------------------------------------- */

.navbar {
	background: #009c9e;
	border-bottom: #007475 1px solid;
	font-size: 16px;
	min-height: 70px;
	padding:0;
}

.navbar-nav {
	margin:0;
}	
	
.navbar-nav .nav-link {
	color: #fff;
	width:100%;
	font-weight:normal;
}
	
.navbar-nav .nav-link:hover {
	color: #fff; 
}
	
.navbar-nav .nav-link.active {
	color: #009c9e; 
	background: #fff;
}
	
.navbar-nav .nav-link.active:hover {
	color: #009c9e; 
	background: #fff;
}

.navbar-brand {
	margin-left:15px;
}

@media (min-width: 768px) {
	.navbar-nav {float:right;}
	.navbar-nav>li>a {padding-top:15px;padding-bottom:15px;}
	.navbar-brand {margin-left:0px;}
}


.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-brand {
	width: 150px;
}

.navbar-brand img {
	width:100%;
	height:auto;
}

.navbar .navbar-toggler, .navbar .navbar-toggler {
    color: #fff;
    border:0;
}


.navbar-toggler {
	margin-right:15px;

}


.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
	outline:none !important;
}
  

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Article */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.smallico {font-size:30px;}
@media (max-width: 768px) {
	.smallico { margin-top:20px; }
}

.article { border-bottom: 1px #e1e1e1 solid; padding: 20px 0px 20px 0px; }
.article > .info > .title {color:#003a7f;}
.article > .info > .authors {color:#333333;}
.article > .info > .keywords {color:#b29bd1}
.article > .info > .affi {color:#777777; font-size:13px;}
.article > .icons {font-size:21px;}
.article > .icons i {padding:3px}

.img-responsive {
	width: 100%;
	height: auto;
}

.smallico {
    font-size: 30px;
}

