/*
Theme Name:     Spacious Child
Theme URI:      https://themegrill.com/themes/spacious
Description:    Template filho para personalização
Author:         Guilherme Alves (CompTask Soluções Digitais)
Author URI:     http://www.comptask.com.br/
Template:       spacious
Version:        1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,700;1,700&family=Lato&family=Libre+Franklin:ital,wght@0,100;0,200;0,400;0,500;0,700;1,400&family=Open+Sans:ital@0;1&family=Roboto:ital,wght@0,700;1,300&family=Ubuntu:wght@300;400;700&display=swap');
/*
https://fonts.google.com/?sidebar.open&selection.family=Crimson+Pro:ital,wght@0,400;0,700;1,700|Lato|Libre+Franklin:ital,wght@0,100;0,200;0,400;0,500;0,700;1,400|Open+Sans:ital@0;1|Roboto:ital,wght@0,700;1,300|Ubuntu:wght@300;400;700

font-family: 'epigrafica';
font-family: 'Lato', sans-serif;
font-family: 'Libre Franklin', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;     			------>>		font-family: 'Helvetica Neue', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/

@font-face {/*---italic---*/
    font-family: 'epigrafica';
    src: url('assets/fonts/epigrafica/Epigrafica-Italic.ttf') format('truetype'), url('assets/fonts/epigrafica/epigrafica-reonta-webfont.woff2') format('woff2'), url('assets/fonts/epigrafica/epigrafica-reonta-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {/*---small caps---*/
    font-family: 'epigrafica';
    src: url('assets/fonts/epigrafica/Epigrafica-SmallCaps.ttf') format('truetype'), url('assets/fonts/epigrafica/epigrafica-pezokefalaia-webfont.woff2') format('woff2'), url('assets/fonts/epigrafica/epigrafica-pezokefalaia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {/*---regular---*/
    font-family: 'epigrafica';
    src: url('assets/fonts/epigrafica/Epigrafica-Regular.ttf') format('truetype'), url('assets/fonts/epigrafica/epigrafica-ortha-webfont.woff2') format('woff2'), url('assets/fonts/epigrafica/epigrafica-ortha-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {/*---bold italic---*/
    font-family: 'epigrafica';
    src: url('assets/fonts/epigrafica/Epigrafica-BoldItalic.ttf') format('truetype'), url('assets/fonts/epigrafica/epigrafica-entonareonta-webfont.woff2') format('woff2'), url('assets/fonts/epigrafica/epigrafica-entonareonta-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {/*---bold---*/
    font-family: 'epigrafica';
    src: url('assets/fonts/epigrafica/Epigrafica-Bold.ttf') format('truetype'), url('assets/fonts/epigrafica/epigrafica-entona-webfont.woff2') format('woff2'), url('assets/fonts/epigrafica/epigrafica-entona-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/*---- GERAIS ----*/
@media (min-width: 1300px){
  .container {
    max-width: 1245px;
  }
}

body{
    margin: 0;
    padding: 0 !important;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	overflow-x: hidden;
}

p{
	color: #4A4A4A;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	line-height: 20px;
}

font[face="Symbol"]{
    font-family: Symbol;
}

table p{
	margin-bottom: 0;
}

a{
	color: #007bff;
}

img{
	margin: 0;
}

hr{
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-color: #979797;
}

#main{
    padding: 10px 0 10px 0;
}

@media screen and (max-width: 768px){
	body.loaded #main{
	    padding-top: 80px;
	}
}

select, textarea, input[type="text"], input[type="email"], input[type="password"]{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;

	width: 100%;
	margin: 0;
	border: 1px solid #4A4A4A;
	border-radius: 4px;	
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #4A4A4A;
}

.form-control{
	border: 1px solid #4A4A4A;
	font-size: 12px;
    padding: 8px 10px;
    line-height: 17px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #4A4A4A;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(21, 50, 67, .25);
}

.form-control:disabled, .form-control[readonly]{
    background-color: #d6d6d6;
    cursor: not-allowed;
}

.hide{
	display: none;
}

.padding-none{
	padding: 0;
}

.padding-none-r{
	padding-right: 0;
}

.padding-none-l{
	padding-left: 0;
}

.display-table{
	display: table;
}

.display-cell{
	display: table-cell;
}

.vertical-align{
	vertical-align: middle;
}

.post .entry-content a:hover{
	text-decoration: none;
}

a#scroll-up{
	z-index: 5;
	background-color: #1E325C !important;
}
/*----//GERAIS ----*/


/*---- TITLES ----*/
h1, h2, h3, h4, h5, h6{
    font-family: 'Libre Franklin', sans-serif;
	color: #4A4A4A;
	font-weight: bold;
}

h4{
    font-size: 24px;
}

h5{
	font-size: 18px;
}

.widget-title span {
    border-bottom: none !important;
}

.title-page{
	color: #4A4A4A;
    font-family: 'Libre Franklin', sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.29px;
	line-height: 24px;
	padding-bottom: 3px;
}

.title-page strong{
	color: #4A4A4A;
}

.total-results{
	float: right;
	color: #1E3F6F;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
}

#tab-buttons-home{
	margin-top: 30px;
	margin-bottom: 20px;
}

#tab-buttons-home ul{
	border-bottom: 1px solid #1E325C;
}

#tab-buttons-home ul li a{
	color: #1E325C;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 20px;
  	font-weight: normal;
  	letter-spacing: 0;
  	line-height: 24px;
  	text-transform: uppercase;
  	padding-bottom: 5px;
  	border-bottom: 7px solid transparent;
}

#tab-buttons-home ul li a.active{
  	font-weight: bold;
  	border-top: none;
  	border-left: none;
  	border-right: none;
  	border-bottom: 7px solid #741429;
}

.recent-articles-title .title{
	color: #1E325C;
	font-family: 'Open Sans', sans-serif;	
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.29px;
	line-height: 24px;	
	text-transform: uppercase;
	
	border-bottom: 1px solid #1E325C;
    padding-bottom: 0;
    margin-top: 60px;
    margin-bottom: 0;
}

.btn-modal-search-articles{
	display: none;
	
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;

	padding: 5px;
	margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 1280px){
	#tab-buttons-home ul li a{
		font-size: 18px;
	}
}

@media screen and (max-width: 767px){
	.recent-articles-title{
		border-bottom: 1px solid #1E325C;
		margin-bottom: 10px;
	}

	.recent-articles-title .title{
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.22px;
		line-height: 19px;
	    
	    border-color: transparent;
	    margin: 25px 0 5px 0;
	}

	.recent-articles-title h4{
		float: left;
	}

	#tab-buttons-home ul li{
		width: 33%;
		height: 30px;
		text-align: center;
	}

	#tab-buttons-home ul li a{
		font-size: 13px;
	    line-height: 18px;
	    padding-left: 5px;
	    padding-right: 5px;
	    text-align: center;
		letter-spacing: -0.03px;
        bottom: 0;
	    position: absolute;
	    margin-right: 5px;
	    margin-left: 5px;
		width: 33%;
	}

	.btn-modal-search-articles{
		display: block;
	}
}

@media screen and (max-width: 439px){
	h4{
	    font-size: 18px;
	}

	h5{
		font-size: 16px;
	}
}

@media screen and (max-width: 339px){
	#tab-buttons-home ul li{
		width: 33%;
		height: 33px;
		text-align: center;
	}	
}

@media screen and (min-width: 380px) and (max-width: 410px){
	#tab-buttons-home ul li a.active,
	#tab-buttons-home ul li a{
		font-size: 12px;
	}
}

@media screen and (min-width: 320px) and (max-width: 380px){
	#tab-buttons-home ul li a.active,
	#tab-buttons-home ul li a{
		font-size: 10px;
	}
}
/*----//TITLES ----*/

/*---- BUTTONS ----*/
button{
	margin: 0;
}

.btn{
  	font-family: 'Libre Franklin', sans-serif;  	
  	font-weight: bold;
	cursor: pointer;
	border-radius: 50rem;
}

.btn[disabled="disabled"]{
	cursor: not-allowed;
}

.btn:hover{
	text-decoration: none !important;
}

.btn-sm{
	line-height: 17px;
	padding: 5px 10px;
}

.btn-info,
.btn-primary{
	background-color: #741429;
	border-color: #741429;
	color: #FFFFFF;
}

.btn-info,
.btn-primary:hover{
	background-color: #611122;
	border-color: #611122;
	color: #FFFFFF !important;
}

input[type="submit"]{
	background-color: #741429 !important;
	border-color: #741429 !important;
}

input[type="submit"]:hover{
	background-color: #0751b3 !important;
	border-color: #0751b3 !important;
}

.btn-primary.focus, .btn-primary:focus{
    background-color: #611122;
    border-color: #611122;
	box-shadow: 0 0 0 0.2rem rgba(116, 20, 41, 0.5);
}

.btn-primary:not([disabled]):not(.disabled).active, 
.btn-primary:not([disabled]):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
    color: #FFFFFF;
    background-color: #611122;
	border-color: #611122;
    box-shadow: 0 0 0 0.2rem rgba(116, 20, 41, 0.5) !important;
}

.btn-link{
	padding-left: 0;
	padding-right: 0;
}

.btn-link:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-submission{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 16px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn-submission:hover, .btn-submission:focus{
	color: #600e22 !important;
	background-color: #dedede;
	border-color: #dedede;	
}

.btn-submission:not([disabled]):not(.disabled).active, 
.btn-submission:not([disabled]):not(.disabled):active, 
.show>.btn-submission.dropdown-toggle{
	color: #600e22 !important;
	background-color: #dedede;
	border-color: #dedede;
}

.btn-share .dropdown-menu,
.btn-dropdown .dropdown-menu{
	border-radius: 8px;
    background-color: #741429;
    border-color: #741429;
}

.btn-share .dropdown-toggle::after,
.btn-dropdown .dropdown-toggle::after{
	display: none;
}

.btn-share .dropdown-menu a,
.btn-dropdown .dropdown-menu a{
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.19px;
	line-height: 17px;
}

.btn-share .dropdown-item:focus, 
.btn-share .dropdown-item:hover,
.btn-dropdown .dropdown-item:focus, 
.btn-dropdown .dropdown-item:hover{
	background-color: #5a0e1e;
	color: #FFFFFF; 
}

ul.default-wp-page{
	list-style: none;
	padding: 0;
    margin: 0;
}

.default-wp-page .next {
	float: right;
	margin-bottom: 12px;
}
.default-wp-page .previous {
	float: left;
	margin-bottom: 12px;
}

.btn-news-highlights{
	color: #1E325C;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.21px;
	line-height: 14px;
}

.btn-news-highlights:hover{
	color: #601C2A;
}
/*----//BUTTONS ----*/


/*---- MARGINS ----*/
.m-t-5{
	margin-top: 5px !important;
}
.m-t-10{
	margin-top: 10px !important;
}

.m-b-5{
	margin-bottom: 5px !important;
}
.m-b-10{
	margin-bottom: 10px !important;
}

.m-l-5{
	margin-left: 5px !important;
}
.m-l-10{
	margin-left: 10px !important;
}

.m-r-5{
	margin-right: 5px !important;
}
.m-r-10{
	margin-right: 10px !important;
}
/*---- MARGINS ----*/


/*--- SEARCH ---*/
#form-search input.s{
	font-size: 12px;
    line-height: 14px;
    padding: 6px 10px;
    height: auto;
    color: #666666;
    background-color: #FFFFFF;
    margin: 0;
    border: 1px solid #4A4A4A;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
}

#form-search .btn-primary{
	color: #4A4A4A !important;
	background-color: #FFFFFF;
	border-color: #4A4A4A;
	border-radius: 0 50rem 50rem 0;
}

#form-search .btn-primary:hover,
#form-search .btn-primary:focus,
#form-search .btn-primary:not([disabled]):not(.disabled):active{
	background-color: #e2e6ea;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
}

#form-search .form-group{
	width: 70%;
	margin-right: 10px;
}

#form-search #btn-search-expanded{
	display: none;
}

#form-search .input-group{
    width: 100%;
}

input.s{
	width: 100%;
	font-size: 12px;
    padding: 8px 10px;
    line-height: 17px;
    height: auto;
    color: #666666;
    background-color: #FFFFFF;
    margin: 0;
    border: 1px solid #4A4A4A;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
	border-radius: 50rem;
	margin-bottom: 10px;
}

input.s:focus {
    border-color: #153243;
}

@media screen and (min-width: 1171px) and (max-width: 1361px){
	#form-search .form-group{
		width: 64%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1170px){
	#form-search .form-group{
		width: 78%;
	}
}

@media screen and (min-width: 414px) and (max-width: 767px){

	#form-search .form-group{
	    margin-right: 10px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 402px) and (max-width: 413px){

	#form-search .form-group{
	    width: 69%;
	    margin-right: 10px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 388px) and (max-width: 401px){

	#form-search .form-group{
	    width: 65%;
	    margin-right: 10px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 325px) and (max-width: 387px){

	#form-search .form-group{
		width: 60%;
	    margin-right: 10px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 100px) and (max-width: 324px){

	#form-search .form-group{
		width: 55%;
	    margin-right: 10px;
		margin-bottom: 0;
	}
}

/*---//SEARCH ---*/


/*--- MENU ---*/
#main-menu nav {
	padding-top: 0;
	padding-bottom: 0;
}

#main-menu .navbar-light .navbar-toggler{
	color: #5f0d21;
	background: #FFFFFF;	
    border-color: rgba(0,0,0,.3);
}

#main-menu .navbar-toggler:focus, 
#main-menu .navbar-toggler:hover{
	color: #1E325C;
	background: #FFFFFF;
	outline: none;
}

#main-menu .dropdown-toggle::after{
	display: none;
}

#main-menu ul li a{
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 13px;
  	font-weight: bold;
  	letter-spacing: 0;
	line-height: 19px;

	outline: none;
	padding-top: 13px;
	padding-bottom: 8px;
	padding-left: 10px;
    padding-right: 10px;
}

#main-menu ul>li>a{
	text-transform: uppercase;
}

#main-menu ul li a .description-item-menu{
	color: #8D8D8D;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 17px;
	display: block;
	text-transform: none;
}

#main-menu ul li.nav-item{
	border-bottom: 5px solid transparent;
}
#main-menu ul li.nav-item.active{
	/*border-color: #116EB5;*/
}

#main-menu ul li.nav-item.dropdown.has_child.show{
    border-bottom: 5px solid #c73055;
}

#main-menu ul li.nav-item.dropdown.has_child.show a.nav-link{
	color: #FFFFFF;
}

#main-menu ul li .dropdown-menu{
	border: none;
	border-radius: 0;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);

	margin-top: 5px;
	padding: 10px;
}

#main-menu ul li .dropdown-menu a{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: normal;
  	letter-spacing: 0;
  	line-height: 16px;

	padding-top: 10px;
	padding-bottom: 5px;
    margin-bottom: 5px;
}

#main-menu .dropdown-item:focus, 
#main-menu .dropdown-item:hover{
	background-color: transparent;
}

@media screen and (max-width: 1280px){
	#main-menu ul li a{
		font-size: 12px;
	}
}

@media screen and (min-width: 992px){
	#main-menu nav{
		float: left;
		padding: 0;
	}
}

/*--- WHEN THE MENU COLLAPSE ---*/
@media screen and (max-width: 991px){
    #main-menu nav{
	    padding: 0.5rem 0;
	}

	#main-menu ul li .dropdown-menu{		
	   	padding-left: initial;
    	padding-right: initial;
	    padding-top: 20px;
    	padding-bottom: 20px;
    	margin-top: 0px;
	}

	#main-menu ul li .dropdown-menu a{
		font-size: initial;
	}

	#main-menu ul li.nav-item.dropdown.has_child.show{
		border-bottom: none;
	}

	#main-menu ul li.nav-item.dropdown.has_child.show>a{
		border-bottom: 5px solid #c73055;
	}
}

/*---//MENU ---*/


/*--- HEADER ---*/
#adverts-top-header .adrotate_widgets .g,
#adverts-top-header .adrotate_widgets img{
	display: block;
	margin: 0 auto;
	margin-right: 0;
}

#adverts-top-header img{
	margin-bottom: 10px;
}

header#masthead{
	background-color: #FFFFFF;
	padding-bottom: 0;
	clear: both;
}

@media screen and (max-width: 768px){
	header#masthead{
		padding-bottom: 0;
	}
}

#header-logo-image{
	padding: 0;
}

#header-logo-image h1{
	padding: 0;
}

/*--- WHEN THE MENU NOT COLLAPSE ---*/
@media screen and (min-width: 992px){
	#header-right-section{
		padding: 0;
	}
}

#header-right-sidebar{
	text-align: right;
}

#header-right-sidebar .widget-title{
	display: none;
}

#header-text-nav-wrap{
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
}

#top-bar{
    width: 100%;    
    height: 5px;
    padding: 0 15px 0 15px;
    background: rgb(80,6,25);
	background: -moz-linear-gradient(0deg, rgba(80,6,25,1) 0%, rgba(96,14,34,1) 50%);
	background: -webkit-linear-gradient(0deg, rgba(80,6,25,1) 0%, rgba(96,14,34,1) 50%);
	background: linear-gradient(0deg, rgba(80,6,25,1) 0%, rgba(96,14,34,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#500619",endColorstr="#600e22",GradientType=1);
}

.wpml-ls-legacy-list-horizontal{
    float: right;
	padding: 0;
	clear: initial;
	margin-bottom: 10px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag{
	width: 25px;
	height: auto;
	float: right;
	margin-left: .4em;
}

.wpml-ls-legacy-list-horizontal a{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	padding: 0 10px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-last-item a{
	padding-right: 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-last-item{
	border-left: 1px solid #444444;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{
	color: #4A4A4A;	
	font-weight: bold;
}

#top-bar .widget_icl_lang_sel_widget{
	float: right;
    margin-top: 3px;
}

#grid-description #nav-menu-top-bar {
    float: left;
    margin-top: 20px;
    line-height: 23px;
}

#grid-description #nav-menu-top-bar a{
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

#grid-description #nav-menu-top-bar a i{
	margin-right: 3px;
}

#grid-search{
	margin-top: 10px;
	margin-bottom: 15px;
    margin-left: 27%;
    width: 33%;
}

#grid-search #header-sidebar{
	float: right;
    width: 100%;
}

#grid-search .social-media{
	float: right;
	clear: both;
	margin-top: 15px;
}

#grid-search .social-media .btn-social-network{
	color: #4A4A4A;
	font-size: 21px;
    line-height: 22px;
}

.social-media-mobile{
	float: right;
	margin-right: 5px;
	display: none;
}

.social-media-mobile .btn-social-network{
	color: #FFFFFF;
	font-size: 24px;
	line-height: 30px;
	margin-right: 5px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	#grid-search{
	    width: 38%;
    	margin-left: 21%;
	}
}

/*--- WHEN THE MENU COLLAPSE ---*/
@media screen and (max-width: 991px){
	#grid-search{
		width: 100%;
	    margin-top: 0;
	    margin-left: 0;
    	margin-bottom: 20px;
	}

	#grid-description #nav-menu-top-bar {
    	float: none;
    	padding: 0;
	}
}

@media screen and (max-width: 768px){
	.social-media-mobile{
		display: block;
	}

	#top-bar{
		height: 30px;
		display: none;
	}
}

#top-bar #menu-menu-top-bar li {
    display: inline;
    padding: 0 5px 0 5px;
}

#site-description{
	color: #000000 !important;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0.29px;
  	line-height: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

#site-description a{
    color: #FFFFFF;
    text-decoration: underline;
}

#grid-description p#site-description{
	position: initial;
}

#site-title, #grid-logo #site-description{
	position: initial;
	text-align: center;
    margin-top: 10px;
}

#mobile-description{
	display: none;
	color: #4A4A4A;	
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.7px;
	margin: 80px 0 0;
	padding: 0 15px 10px;
    border-bottom: 1px solid #1E325C;
    background-color: #ffffff;
}

#mobile-description-aside{
	width: calc(100% - 105px);

	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	letter-spacing: 0.24px;
	line-height: 12px;
	
	font-weight: normal;
	white-space: normal;
	padding: 0 10px;
}

header #header-text-nav-wrap #grid-logo{
	width: 400px;
	padding-top: 40px;
	padding-bottom: 20px;
}

header #header-text-nav-wrap .content-header{
	padding: 0;
    max-width: 66%;
    flex: 0 0 66%;
    -ms-flex: 0 0 66%;
}

header #header-text-nav-wrap #grid-description{
	width: 40%;
	padding-left: 22px;/*anterior30*/
	padding-right: 15px;
	padding-top: 35px;
	padding-bottom: 20px;
}

header #header-text-nav-wrap #grid-description #issn-journal{
	display: inline-block;
	color: #FFFFFF;
  	font-family: "Libre Franklin";
  	font-size: 12px;
  	letter-spacing: 0.29px;
  	line-height: 15px;
	margin-right: 40px;
	margin-bottom: 5px;
}

header #header-text-nav-wrap #grid-description #issnl-journal{
	display: inline-block;
	color: #FFFFFF;
  	font-family: "Libre Franklin";
  	font-size: 12px;
  	letter-spacing: 0.29px;
  	line-height: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
}

#mobile-header-text-nav-container,
#mobile-header-description-aside{
	display: none;
}

#mobile-header-text-nav-container img.custom-logo{
	max-height: 70px;
	max-width: 80%;
}

#mobile-header-description-aside img.custom-logo{
	width: 170px;
}

#mobile-header-text-nav-container #btn-menu,
#mobile-header-description-aside #btn-menu{
	color: #4A4A4A;
	outline: none;
}

#menu-mobile .form-inline .input-group{
	width: 100%;
}

#menu-mobile .form-inline .input-group .form-control{
	height: auto;
}

#menu-mobile .btn-submission{
    color: #ffffff;
    padding: 8px;
    width: 104%;
    text-transform: uppercase;
    margin-bottom: 15px;
    background-color: #741429;
    border-color: #741429;
}

#menu-mobile .social-media{
	margin: 15px 0;
}
#menu-mobile .social-media a{
	color: #1E325C;
	font-size: 26px;
    line-height: 28px;
}

#menu-mobile .widget_icl_lang_sel_widget{
    height: 50px;
}

#menu-mobile .wpml-ls-legacy-list-horizontal{
	float: left;
	padding: 0;
}

#menu-mobile .wpml-ls-legacy-list-horizontal a{
	padding: 5px;
	margin-right: 5px;
}

#menu-mobile .widget_icl_lang_sel_widget .wpml-ls-current-language a{
	font-weight: bold;
}

#menu-mobile .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal .wpml-ls-flag{
	width: 30px;
	height: auto;
}

#mobile-header-text-nav-container .mh-head{
	background: #ffffff;
	border-bottom: 6px solid #1E325C;
	padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
}

#menu-mobile:not( .mm-menu ) {
	display: none;
}

#mobile-header-text-nav-container .mh-head.mh-sticky.mh-scrolledout{
	-webkit-transform: initial;
	transform: initial;
}

#mobile-header-description-aside .mh-head{
	background: #FFFFFF;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;

	border-top: 1px solid #eaeaea;
	border-bottom: 6px solid #1E325C;
	padding-top: 5px;
    padding-bottom: 5px;
    height: 80px;
}

#mobile-header-text-nav-container h1,
#mobile-header-description-aside h1{
	padding: 0;
}

#mobile-header-description-aside h1{
	float: left;
}

#mobile-header-text-nav-container .mh-head.mh-in-top{
	/*top: 30px;*/
}

#mobile-header-description-aside .mh-head.mh-in-top{
	position: relative;
}

#mobile-header-text-nav-container .mh-head.mh-in-top{
	border-bottom: none;
}

#mobile-header-text-nav-container #site-title a,
#mobile-header-description-aside #site-title a{
	color: #DC7805;
    font-size: 28px;
    line-height: 33px;
}

.mh-head .mh-text{
	padding: 0;
}

#mobile-header-description-aside .mh-head .mh-text{
	height: 68px;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.mh-head.mh-sticky{
	position: fixed;
}

.mh-head.mh-sticky.mh-scrolledout{
	-webkit-transform: none;
	transform: none;
}

.mm-slideout{
	z-index: auto;
}

#header-text{
	float: left;
	padding: 50px 0 30px 0;
}

#site-title a{
	color: #DC7805;
	font-family: 'Ubuntu', sans-serif;
	font-size: 69px;
	line-height: 81px;
	font-weight: normal;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

#site-title a:hover {
    color: #ca6e04 !important;
}

#header-text-nav-container{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(assets/img/bg-header.jpg);
    border-bottom: 1px solid #5f0d21;
}

#header-menu-container{
	background: rgb(80,6,25);
	background: -moz-linear-gradient(0deg, rgba(80,6,25,1) 0%, rgba(96,14,34,1) 50%);
	background: -webkit-linear-gradient(0deg, rgba(80,6,25,1) 0%, rgba(96,14,34,1) 50%);
	background: linear-gradient(0deg, rgba(80,6,25,1) 0%, rgba(96,14,34,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#500619",endColorstr="#600e22",GradientType=1);
    border-top: 1px solid #600e22;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1299px){
	header #header-text-nav-wrap .content-header{
		max-width: 63%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	header #header-text-nav-wrap .content-header{
		max-width: 56%;
	}
}

@media screen and (min-width: 900px) and (max-width: 991px){

	header #header-text-nav-wrap .content-header{
		max-width: 100%;
		flex: 0 0 100%;
	}

	header #header-text-nav-wrap #grid-description {
		position: absolute;
		top: -105px;
		left: 45%;
	    width: 55%;
    	padding: 10px;
	}

	#form-search .form-group{
		width: 47%;
	}
}

@media screen and (min-width: 769px) and (max-width: 899px){

	#header-right-section{
		padding: 0;
	}

	header #header-text-nav-wrap .content-header{
		max-width: 100%;
		flex: 0 0 100%;
	}

	header #header-text-nav-wrap #grid-description {
	    position: absolute;
		top: -105px;
		left: 45%;
	    width: 55%;
		padding: 10px;
	}

	#form-search .form-group {
	    width: 80%;
	}
}

@media screen and (min-width: 300px) and (max-width: 768px){
	header #header-text-nav-wrap #grid-logo{
		width: 100%;
	}

	header #header-text-nav-wrap #grid-description{
		width: 100%;
		position: relative;
	}
}

@media screen and (max-width: 768px){

	#header-text-nav-container, 
	#header-menu-container{
		display: none;
	}

	#mobile-header-text-nav-container,
	#mobile-header-description-aside{
		display: block;
	}

	#header-logo-image img{
		display: block;
		margin: auto;
	}

	#top-bar .widget_icl_lang_sel_widget{
		margin-top: 0;
	}

	.wpml-ls-legacy-list-horizontal a{
		color: #4A4A4A;
		padding: 0 10px;
	}

	.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{
		color: #4A4A4A;
	}
}
/*---//HEADER ---*/

/*--- FOOTER ---*/
#footer-site{
	margin-top: 30px;
}

#footer-site .blue-bg{
	padding: 45px 0;
	background: rgb(0,10,47);
	background: -moz-linear-gradient(0deg, rgba(0,10,47,1) 0%, rgba(0,31,81,1) 15%);
	background: -webkit-linear-gradient(0deg, rgba(0,10,47,1) 0%, rgba(0,31,81,1) 15%);
	background: linear-gradient(0deg, rgba(0,10,47,1) 0%, rgba(0,31,81,1) 15%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000a2f",endColorstr="#001f51",GradientType=1);
}

#footer-site .container{
	padding-bottom: 15px;
}

#footer-site .grid-site-map .title{
	padding-bottom: 5px;
    margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}

#footer-site .title{
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 22px;

	text-transform: uppercase;
	margin-top: 10px;
}

#footer-site #journal-data img{
	width: 230px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#footer-site #journal-data h5{
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 16px;
  	font-weight: 600;
  	letter-spacing: 0;
  	line-height: 16px;
  	padding-bottom: 5px;
}

#footer-site #journal-data p{
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: 300;
  	letter-spacing: 0;
  	line-height: 18px;
  	margin-bottom: 25px;
}

.menu-footer{
	margin-left: 0;
}

#menu-footer-mobile{
	display: none;
}

#footer-site .menu-footer ul li {
    float: left;
    margin: 5px 0;
}

#footer-site .menu-footer ul li ul.sub-menu li {
    float: none;
}

#footer-site .menu-footer ul li a {
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 22px;
	text-transform: uppercase;
}

#footer-site .menu-footer ul li ul.sub-menu li a {
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: normal;
  	letter-spacing: 0;
  	line-height: 22px;
	text-transform: initial;
	margin: 0;
}

#footer-site .policies a {
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0;
	margin: 0;
}

#footer-site .menu-footer .btn-plus{
    color: #fff;
    padding: .1rem .75rem;
}

#footer-site .menu-footer .btn-plus:hover{
	background-color: transparent;
}

#footer-site #grid-developed-by .title{
	color: #4A4A4A;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 14px;
  	font-weight: lighter;
  	letter-spacing: 0.32px;
	line-height: 16px;

	text-transform: initial;
    margin: 20px 10px 10px 0;
	display: inline-block;
	padding-bottom: 0;
}

#footer-site #grid-developed-by #caboverde{
	display: inline-block;
    line-height: 10px;
}

#footer-site #grid-developed-by #caboverde img{
	width: 130px;
}

@media screen and (min-width: 768px){
	#footer-site .grid-site-map{
		padding: 0;
	}
}

@media screen and (max-width: 1280px){
	#footer-site #journal-data h5{
	    font-size: 14px;
    	line-height: 16px;
	}

	#footer-site .menu-footer ul li a{
		font-size: 12px;
    	line-height: 14px;
	}

	#footer-site .menu-footer ul li ul.sub-menu li a{
	    font-size: 12px;
    	line-height: 14px;
	}

	#footer-site #journal-data p{
		font-size: 12px;
		line-height: 18px;
	}
}

@media screen and (max-width: 767px){
	#footer-site #journal-data p{
	    font-size: 12px;
    	line-height: 18px;
	}

	#footer-site{
		margin-top: 10px;
	}

	#footer-site .title{
		font-size: 14px;
		letter-spacing: 0.22px;
		line-height: 19px;
	}

	#footer-site .menu-footer ul li{
		margin: 10px 0 10px 0;
	}

	#footer-site .menu-footer ul li a{
		color: #ffffff;
		font-size: 14px;
		letter-spacing: 0.22px;
		line-height: 19px;
	}

	#footer-site .menu-footer ul li ul.sub-menu li{
		margin: 0;
	}

	#footer-site .menu-footer ul li ul.sub-menu li a {
		font-size: 14px;
		line-height: 20px;
	}

	#menu-footer-desktop{
		display: none;
	}

	#menu-footer-mobile{
		display: block;
		margin-left: 0;
	}

	#footer-site #grid-developed-by .title{}
}

@media screen and (min-width: 100px) and (max-width: 500px){
	#footer-site #grid-developed-by #cnpq{
		display: block;
		width: auto;
		height: auto;
		margin: 10px auto;
	}
}
/*---//FOOTER ---*/


/*--- MAGAZINE RATING ---*/
#magazine-rating{
	padding: 20px 15px;
	background-color: #bdbdbd;
    border-radius: 16px;
}

#magazine-rating hr{
	margin-top: 5px;
	margin-bottom: 0;
	border-color: #ffffff;
	height: 1px;
}

#magazine-rating .row{
	margin-bottom: 20px;
}

#magazine-rating .row:last-child{
	margin-bottom: 0;
}

#magazine-rating .row:nth-child(2) hr,
#magazine-rating .row:last-child hr{
	height: 2px;
}

#magazine-rating .title-rating{
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.29px;
	line-height: 21px;
	padding-top: 15px;
	padding-bottom: 0;
}

#magazine-rating .item-rating{
	
}

#magazine-rating .item-rating a{
	cursor: pointer;
}

#magazine-rating .item-rating .title{
	color: #FFFFFF;
	font-family: 'epigrafica';
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.26px;
	line-height: 20px;

	text-align: left;
	display: inline-block;
}

#magazine-rating .item-rating .value{
	color: #E85623;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 23px;
  	font-weight: bold;
  	letter-spacing: 0.2px;
  	line-height: 26px;
	float: right;
}

#magazine-rating-mobile{
	display: none;

	background: rgb(10,20,48);
	background: -moz-linear-gradient(180deg, rgba(10,20,48,1) 0%, rgba(30,50,92,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(10,20,48,1) 0%, rgba(30,50,92,1) 100%);
	background: linear-gradient(180deg, rgba(10,20,48,1) 0%, rgba(30,50,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a1430",endColorstr="#1e325c",GradientType=1);
	border-radius: 0;
	
	margin-bottom: 5px;
	padding: 15px 0;
}

#magazine-rating-mobile .row{
	margin-bottom: 20px;
}

#magazine-rating-mobile .row:last-child{
	margin-bottom: 0;
}

#magazine-rating-mobile hr{
	height: 1px;
	margin-top: 5px;
    margin-bottom: 0;
    border-color: #ffffff;
}

#magazine-rating-mobile .title-rating{
    font-family: 'Ubuntu', sans-serif;
	color: #4A4A4A;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.16px;
    padding: 0;
}

#magazine-rating-mobile .item-rating{
	
}

#magazine-rating-mobile .item-rating:last-child{
	
}

#magazine-rating-mobile .item-rating,
#magazine-rating-mobile .item-rating a{
	color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

#magazine-rating-mobile .item-rating .title{
	color: #FFFFFF;
    font-family: 'epigrafica';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.26px;
    line-height: 20px;
    text-align: left;
    display: inline-block;
}

#magazine-rating-mobile .item-rating .value{
	color: #E85623;
    font-family: 'Ubuntu', sans-serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
    float: right;
}

@media screen and (max-width: 1280px) {
	#magazine-rating .row{
		margin-bottom: 5px;
	}

	#magazine-rating .item-rating .title{
		font-size: 16px;
	}

	#magazine-rating .item-rating .value{
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	#magazine-rating{
	    padding: 10px;
	}
}

@media screen and (max-width: 768px){
	#magazine-rating{
	    display: none;
	}

	#magazine-rating-mobile{
		display: block;
	}
}
/*---//MAGAZINE RATING ---*/


/*--- ITEM ARTICLE COMPACTED ---*/
.item-article-compacted{
	margin-top: 20px;
	margin-bottom: 20px;
}

.item-article-compacted .article-img-mobile{
	display: none;
	height: 93px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.item-article-compacted .article-img-mobile.no-image{
	height: 0;
}

.item-article-compacted .btn-triangle{
    color: #FFFFFF;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #02499c transparent transparent;
    position: absolute;
    right: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.item-article-compacted .btn-triangle:hover{
	border-color: transparent #033a79 transparent transparent;
}

.item-article-compacted .btn-triangle .fas{
	position: absolute;
    left: 26px;
    top: 10px;
    font-size: 16px;
}

.item-article-compacted .btn-article-summary{
	background-color: #4A90E2;
	color: #fff;
	font-size: 20px;
	padding: 8px;
	border-radius: 50%;
    line-height: 10px;
}

.item-article-compacted .bg-grid{
	border: 1px solid #9B9B9B;
	background-color: #FFFFFF;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);

	height: 100%;
	position: relative;
}

.item-article-compacted .category-and-date{
	position: absolute;
	width: 100%;
	height: 30px;
	background-color: #42B875;
	padding: 5px 15px;
	margin-top: 7px;
	z-index: 1;
}

.item-article-compacted .content{
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	position: relative;
	padding: 10px 15px;
    margin-bottom: 71px;
    height: 250px;
}

.item-article-compacted .content .overlay{
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #FFFFFF;
}

.item-article-compacted .title-article{
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}

.item-article-compacted .title-article,
.item-article-compacted .title-article a{
	color: #1E325C;
	font-family: 'epigrafica';
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 0;
	clear: both;
}

.item-article-compacted .parent-category a{
	color: #1E325C;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}

.item-article-compacted .child-category a{
	color: #1E325C;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}

.item-article-compacted .authors-article{
	width: 100%;
	position: absolute;
	margin-bottom: 10px;
	padding: 0 15px;
	left: 0;
	bottom: 0;
}

.item-article-compacted .authors-article,
.item-article-compacted .authors-article a{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

.item-article-compacted .date-article{
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;	
	font-size: 12px;	
	line-height: 24px;
	margin-bottom: 0;
	float: right;
	text-transform: uppercase;
}

.item-article-compacted .abstract-badges-article{
	border-top: 1px solid #9B9B9B; 
	padding: 5px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.item-article-compacted .abstract-badges-article .row{
	min-height: 30px;
	margin: 0;
}

.item-article-compacted .abstract-badges-article .badges-article .grid-altmetric{
	padding: 0 5px;
}

.item-article-compacted .abstract-badges-article .badges-article .grid-dimensions{
	padding: 0 5px;
}

.item-article-compacted .abstract-badges-article .badges-article .grid-views{
	padding: 0 5px;
}

.item-article-compacted .abstract-badges-article .btn-link{
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.47px;
	line-height: 15px;
    border-radius: 0;
}

.item-article-compacted .abstract-badges-article .btn-link:hover{
	background-color: transparent;
}

.item-article-compacted .abstract-badges-article .fas{
	font-size: 12px;
	letter-spacing: 0.39px;
}

.item-article-compacted .abstract-badges-article .views-article label{
	color: #4A4A4A;	
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;	
	line-height: 11px;	
	text-align: center;

	border: 1px solid #DEDCDC;
	padding: 3px 6px;
}

.item-article-compacted .abstract-badges-article .views-article span{
	color: #4A4A4A;	
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;	
	line-height: 11px;	
	text-align: center;

	border: 1px solid #DEDCDC;
	padding: 3px 6px;
}

.item-article-compacted .abstract-badges-article hr{
	border-color: #4A4A4A;
	margin: 5px 0;
	height: 1px;
}

.modal-backdrop{
	background-color: #000;
}

.modal-backdrop.show{
	opacity: .8;
}

.modal-article-summary .article-img{
	width: 100%;
    height: 100%;
    min-height: 200px;
    background-image: url('assets/img/defaults/preview.jpg');
    background-size: cover;
    background-position: center;
    border-right: 1px solid #dfdfdf;
    margin-left: -1px;
}

.modal-article-summary .article-img .source-img{
	position: absolute;
	top: 0;
	right: 2px;

	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 25px;

	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 7px;
}

.modal-article-summary .article-img .source-img a{
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 24px;
	text-decoration: underline;
}

.modal-article-summary .modal-body{
	padding-top: 0;
	padding-bottom: 0;
}

.modal-article-summary .modal-content{
	border-radius: 0;	
	background-color: #F6F6F6;	
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	border: none;
}

.modal-article-summary .title-article{
	color: #4A4A4A;
  	font-family: 'epigrafica';
  	font-size: 24px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 28px;
	padding-bottom: 5px;
}

.modal-article-summary .authors-article,
.modal-article-summary .authors-article a{
	color: #4A4A4A;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom: 0;
}

.modal-article-summary .doi-article,
.modal-article-summary .doi-article a{
	color: #4A4A4A;
	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 24px;
	margin-bottom: 5px;
}

.modal-article-summary .desc-volume{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;
	font-weight: normal;
	margin-top: 15px;
	padding-bottom: 0;
}

.modal-article-summary .views-article{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 17px;

	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.modal-article-summary .views-article label{
	color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    letter-spacing: 0;
    line-height: 11px;

	border: 1px solid #DEDCDC;
	padding: 3px 10px;
}

.modal-article-summary .views-article span{
	color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    letter-spacing: 0;
    line-height: 11px;

	border: 1px solid #DEDCDC;
	padding: 3px 7px;
}

.modal-article-summary .date-article{
	float: none !important;
	display: block !important;
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;
	font-weight: normal;
	margin-top: 15px;
	padding-bottom: 0;
}

.modal-article-summary .summary-article{
	width: 100%;
	max-height: 240px;
    overflow-y: auto;
    margin-top: 15px;
}

.modal-article-summary .summary-article p{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 20px;
}

.modal-article-summary .article-keywords,
.modal-article-summary .article-keywords a{
	color: #4A4A4A;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 20px;
}

.modal-article-summary .parent-category a,
.modal-article-summary .child-category a{
	color: #0071FF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 18px;
	text-transform: uppercase;
}

.modal-article-summary .btn-full-article{
	float: right;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.23px;
	line-height: 17px;
	margin-bottom: 15px;
	text-transform: uppercase;
    padding: 5px 25px;
}

.modal-article-summary button.close{
	padding: 10px 5px 10px 5px;
	font-size: 12px;	
	line-height: 20px;
	color: #39393A;
}

.modal-article-summary button.close:hover{
	background: initial;
	box-shadow: none;
}

.modal-article-summary .altmetric-embed{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	line-height: 10px;
	padding: 3px 0 !important;
}

.modal-article-dataset .modal-title{
	margin-bottom: 15px;
}

.modal-article-dataset p{
	margin-bottom: 0;
}

.modal-article-dataset .dataset-description{
	margin-bottom: 10px;
}

.modal-article-summary button.close.mobile{
	z-index: 1000;
	display: none;
}

/*-- corrigi z-index para tooltip no modal --*/
div#_altmetric_popover_el.altmetric-embed{
	z-index: 10000 !important;
}

.modal-article-summary .__dimensions_badge_embed__{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	line-height: 15px;
	padding: 0 !important;
}

.modal-article-graphical-abstract .date-article{
	float: none !important;
	display: block !important;
	color: #4A4A4A;
	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;
    margin-bottom: 0;
}

.modal-article-graphical-abstract .parent-category a,
.modal-article-graphical-abstract .child-category a{
	color: #0071FF;
	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 18px;
}

.modal-article-graphical-abstract .title-article{
	color: #4A4A4A;
  	font-family: 'epigrafica';
  	font-size: 24px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 28px;
	padding-bottom: 5px;
}

.modal-article-graphical-abstract .authors-article,
.modal-article-graphical-abstract .authors-article a{
	color: #4A4A4A;
	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-style: italic;
  	letter-spacing: 0;
  	line-height: 20px;
	margin-bottom: 0;
}

.modal-article-graphical-abstract .btn-full-article{
	float: right;

	color: #FFFFFF;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 15px;
  	font-weight: bold;
  	letter-spacing: 0.24px;
  	line-height: 20px;

	margin-bottom: 15px;
	text-transform: uppercase;
    padding: 5px 15px;
}

.modal-article-graphical-abstract .doi-article,
.modal-article-graphical-abstract .doi-article a{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 24px;
}

.modal-article-graphical-abstract .img-graphical-abstract{
	display: block;
	margin: 0 auto;
}

.modal-article-graphical-abstract .views-article{
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    color: #4A4A4A;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 17px;
}

.modal-article-graphical-abstract .altmetric-embed{
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    line-height: 10px;
    padding: 3px 0 !important;
}

.modal-article-graphical-abstract .__dimensions_badge_embed__{
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    line-height: 15px;
    padding: 0 !important;
}

@media screen and (max-width: 767px){
	.item-article-compacted{
	    margin-top: 10px;
    	margin-bottom: 10px;
	}

	.item-article-compacted .article-img-mobile{
		display: block;
	}

	.item-article-compacted .category-and-date{
		margin-top: 0;
	}

	.item-article-compacted .title-article,
	.item-article-compacted .title-article a{
		font-size: 15px;
		line-height: 22px;
	}

	.item-article-compacted .authors-article,
	.item-article-compacted .authors-article a{
		font-size: 12px;
		line-height: 18px;
		position: relative;
		padding: 0;
		left: initial;
		bottom: initial;		
	}

	.item-article-compacted .abstract-badges-article .btn-link,
	.item-article-compacted .abstract-badges-article .views-article{
		font-size: 12px;
		line-height: 17px;
	}

	.item-article-compacted .abstract-badges-article{
		position: relative;
	}

	.item-article-compacted .content{
		height: auto;
		background-image: none !important;
		margin-bottom: 0;
	}

	.modal-article-summary .article-img{
	    border-right: none;
    	margin-left: 0;
	}

	.modal-article-summary .article-img.bg-default{
		display: none;
	}

	.modal-article-summary .title-article{
		font-size: 18px;
		line-height: 22px;
	}

	.modal-article-summary .authors-article, 
	.modal-article-summary .authors-article a{
		font-size: 12px;
		line-height: 18px;
	}

	.modal-article-summary .doi-article,
	.modal-article-summary .doi-article a{
		font-size: 12px;
		line-height: 13px;
		margin-top: 5px;
	}

	.modal-article-summary .summary-article{
		margin-top: 5px;
	}

	.modal-article-summary .views-article{
		font-size: 12px;
		line-height: 16px;
	}

	.modal-article-summary .views-article i{
		font-size: 15px;
		letter-spacing: 0.49px;
	}

	.modal-article-summary .article-img .source-img{
	    right: initial;
    	left: -1px;
	}

	.modal-article-summary .btn-full-article{
		font-size: 12px;
		letter-spacing: 0.19px;
		line-height: 17px;
		padding: 5px 10px;
	}

	.modal-article-summary button.close.mobile{
		position: absolute;
	    top: 0;
	    right: 7px;
	    color: #39393A;
	    opacity: 1;
		display: block;
	}
}
/*---//ITEM ARTICLE COMPACTED ---*/


/*--- ITEM ARTICLE EXTENDED ---*/
.item-article-extended{
	margin-bottom: 35px;
}

.item-article-extended>.row{
	border-radius: 4px;
  	background-color: #F9F9F9;
  	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  	margin: 0;
}

.item-article-extended .grid-img{
	padding-left: 0;
	text-align: right;
}

.item-article-extended .article-img{
	height: 190px;
    border-right: 1px solid #dfdfdf;
    background-image: url('assets/img/defaults/square.jpg');
	background-position: center;
	background-size: cover;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.item-article-extended .item-short-editorial .article-img.bg-default{
	background-image: none;
	border: none;
}

.item-article-extended .btn-article-summary {
    background-color: #4A90E2;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    border-radius: 50%;
    line-height: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.item-article-extended .abstract-badges-article{
	width: 100%;
	position: absolute;
	bottom: 5px;
}

.item-article-extended.no-img-article .abstract-badges-article{
	width: auto;
	position: initial;
	bottom: initial;
}

.item-article-extended .abstract-badges-article hr{
	border-color: #E5E5E5;
	margin: 10px 0;
	height: 1px;	
}

.item-article-extended .abstract-badges-article .btn-link{
	color: #4A4A4A;
  	font-family: 'Roboto', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0.47px;
  	line-height: 15px;
    margin-right: 20px;
}

.item-article-extended .abstract-badges-article .btn-link:hover{
	background-color: transparent;
}

.item-article-extended .abstract-badges-article .views-article{
	color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
  	font-size: 8px;
  	letter-spacing: 0;
  	line-height: 11px;
    text-align: center;
	
    padding: 4px 0;
	margin-right: 20px;
	float: left;
}

.item-article-extended .abstract-badges-article .views-article label{
	border: 1px solid #DEDCDC;
    padding: 3px 10px;
}

.item-article-extended .abstract-badges-article .views-article span{
	border: 1px solid #DEDCDC;
    padding: 3px 7px;
}

.item-article-extended .abstract-badges-article .footer-icons{
	float: right;
	color: #4A4A4A;
	font-size: 18px;
  	letter-spacing: 0;
  	line-height: 24px;
}

.item-article-extended .title-article{
	color: #000000;
  	font-family: 'epigrafica';
  	font-size: 20px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 20px;
	padding-bottom: 10px;
}

.item-article-extended .classification-article{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	display: block;
}

.item-article-extended .parent-category,
.item-article-extended .child-category{
	margin-right: 15px;
}

.item-article-extended .parent-category a {
	color: #741429;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 18px;
    text-transform: uppercase;
}

.item-article-extended .child-category a:before{
	content: ' | ';
}

.item-article-extended .child-category a {
    color: #741429;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 18px;
    text-transform: uppercase;
}

.item-article-extended .authors-article,
.item-article-extended .authors-article a{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-style: italic;
  	letter-spacing: 0;
  	line-height: 18px;

    max-height: 36px;
    overflow: hidden;
    margin-bottom: 0;
}

.item-article-extended .doi-article{
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

.item-article-extended .doi-article a:hover{
	color: #4a90e2;
}

.item-article-extended .date-article {
	float: right;
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;  	
    display: inline;    
    margin-bottom: 0;
}

.item-article-extended .grid-content{
	position: relative;
    padding: 10px 15px;
}

.item-article-extended .grid-collapse{
	/*padding-bottom: 15px;*/
}

.item-article-extended .btn-full-article{
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 6px 15px 6px 15px;
}

.item-article-extended .badges-article{
	float: left;
    height: 25px;
    margin-right: 20px;
}

.item-article-extended .item-short-editorial{
	width: 100%;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0; 
}

@media screen and (max-width: 1280px){
	.item-article-extended .title-article{
		font-size: 18px;
	}
}

@media screen and (max-width: 767px){

	.item-article-extended .abstract-badges-article{
		position: relative;
		width: initial;
		bottom: initial;
	}

	.item-article-extended .abstract-badges-article .btn-link, 
	.item-article-extended .abstract-badges-article .views-article, 
	.item-article-extended .altmetric-embed{
    	margin-right: 10px !important;
	}

	.item-article-extended .grid-img{
		padding-left: 15px;
		text-align: center;
	}

	.item-article-extended .article-img.bg-default{
		display: none;
	}
	
	.item-article-extended .article-img.bg-default .altmetric-embed{
		padding-bottom: 0;
	}

	.item-article-extended .bg-default .btn-article-summary{
		bottom: -20px;
		z-index: 1;
	}

	.item-article-extended .title-article{
		font-size: 14px;
		line-height: 22px;
		/*max-height: 66px;*/
	}

	.item-article-extended .parent-category a{
		font-size: 12px;
	}

	.item-article-extended .classification-article{
		font-size: 10px;
	}

	.item-article-extended .authors-article, 
	.item-article-extended .authors-article a{
		font-size: 12px;
	}

	.item-article-extended .doi-article{
		font-size: 12px;
	}
}
/*---//ITEM ARTICLE EXTENDED ---*/


/*--- ITEM ARTICLE FEATURED ---*/
.item-article-featured{
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(145, 45, 17, 0.5);
}

.item-article-featured .grid-content{
	padding-top: 15px;
	padding-bottom: 15px;
}

.item-article-featured .article-img{
	height: 240px;
	background-image: url('assets/img/defaults/banner.jpg');
	background-position: center;
	background-size: cover;
	border: 1px solid #dfdfdf;
}

.item-article-featured .parent-category a {
    color: #912D11;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.item-article-featured .child-category a:before {
    content: ' | ';
}

.item-article-featured .child-category a {
    color: #912D11;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.item-article-featured .desc-volume{
    color: #4A4A4A;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
	display: block;
}

.item-article-featured .desc-volume a{
	color: #000000;
    font-size: 18px;
    margin-left: 10px;
}

.item-article-featured .doi-article{
    color: #4A4A4A;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
}

.item-article-featured .doi-article a:hover{
	color: #4a90e2;
}

.item-article-featured .title-article{
	color: #4A4A4A;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    /*max-height: 56px;*/
    overflow: hidden;
    padding-bottom: 0;
}

.item-article-featured .authors-article,
.item-article-featured .authors-article a{
	color: #4A90E2;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    max-height: 72px;
    margin-bottom: 0;
    overflow: hidden;
}

.item-article-featured .date-article{
    color: #4A4A4A;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px){
	.item-article-featured .desc-volume{
		font-size: 10px;
	}

	.item-article-featured .parent-category a{
		font-size: 12px;
	}

	.item-article-featured .title-article{
	    font-size: 14px;
	    line-height: 22px;
	    /*max-height: 66px;*/
	}

	.item-article-featured .authors-article, 
	.item-article-featured .authors-article a{
		font-size: 12px;
	}

	.item-article-featured .doi-article{
	    font-size: 12px;
	}
}
/*---//ITEM ARTICLE FEATURED ---*/

/*--- HOME SPECIAL ISSUE (COLLECTIONS) ---*/
.special-issues-title .title{
	color: #1E325C;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 20px;	
	text-transform: uppercase;
	
	border-bottom: 1px solid #1E325C;
    padding-bottom: 0;
    margin-top: 54px;
    margin-bottom: 20px;
}

.special-issues-title .title > a{
	float: right;
	color: #1E3F6F;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0.22px;
  	line-height: 19px;
  	text-transform: none;
}

/*--- ITEM SPECIAL ISSUE ---*/
.item-special-issue{
	margin-bottom: 15px;
}

.item-special-issue > .row{
	height: 100%;

	border-radius: 4px;
  	background-color: #F9F9F9;
  	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  	margin: 0;
}

.item-special-issue .bg-grid{
	padding: 0;	
}

.item-special-issue .content-grid{
	padding: 0;
}

.item-special-issue .footer-item{
	position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 0 15px;
}

.item-special-issue .bg-content{
	position: relative;
	border-right: 1px solid rgba(42,68,105,1);
	border-bottom: 1px solid rgba(42,68,105,1);
	border-top: 1px solid rgba(42,68,105,1);
  	background-color: rgba(42,68,105,1);
  	padding: 15px;
  	height: 100%;

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.item-special-issue .bg-grid .bg-img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.item-special-issue .title-special-issue,
.item-special-issue .title-special-issue a{
	color: #FFFFFF;
  	font-family: 'Crimson Pro', serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
  	padding-bottom: 0;
  	margin-bottom: 0;
}

.item-special-issue.full-card .title-special-issue,
.item-special-issue.full-card .title-special-issue a{
    font-size: 20px;
    line-height: 24px;
}

.item-special-issue ul{
	padding: 0;
	list-style: none;
}

.item-special-issue ul li .last-name{
	display: inline;
	white-space: nowrap;
}

.item-special-issue label{
	display: block;
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 20px;
  	margin-top: 20px;
}

.item-special-issue label.lb-editors{
	text-transform: uppercase;
}

.item-special-issue label.deadline{
	margin-bottom: 50px;
}

.item-special-issue .authors-special-issue li, 
.item-special-issue .authors-special-issue .last-name, 
.item-special-issue .authors-special-issue li a{
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-style: italic;
  	font-weight: 500;
  	letter-spacing: 0;
  	line-height: 18px;
	margin-bottom: 0;
}

.item-special-issue .authors-special-issue .last-name{
	margin-left: 3px;
}

.item-special-issue span{
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 22px;
}

.item-special-issue .num-articles{
	float: left;
	font-size: 12px;
}

.item-special-issue .num-articles-mobile{ 
	display: none; 
	float: right;
	margin-top: 15px;
}

.item-special-issue .btn-more{
	background-color: #fff;
	float: right;
	color: rgba(42,68,105,1) !important;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	padding: 2px 12px;
	text-transform: initial;
}

.item-special-issue .btn-more:hover,
.item-special-issue .btn-more:active,
.item-special-issue .btn-primary:not([disabled]):not(.disabled):active,
.item-special-issue .btn-primary:not([disabled]):not(.disabled).active{
	color: rgba(55,91,137,1) !important;	
	background-color: #DEDEDE;
}

.item-special-issue .btn-more i{
	font-size: 18px;
	letter-spacing: 0.22px;
	line-height: 18px;
}

@media screen and (max-width: 768px){
	.item-special-issue .bg-grid,
	.item-special-issue .content-grid{
		padding-left: 0;
		padding-right: 0;
	}
	.item-special-issue .bg-grid .bg-img{
		height: 180px;
    	border-right: 1px solid #979797;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
    	border-bottom-left-radius: 0;
    	border-bottom-right-radius: 0;
	}

	.item-special-issue .bg-content{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 6px;
    	border-bottom-right-radius: 6px;
	}

	.item-special-issue label{
		font-size: 12px;
		line-height: 20px;
	}

	.item-special-issue .authors-special-issue li{
		display: inline-block;
	}

	.item-special-issue .authors-special-issue li:after{
		content: '; ';
	}

	.item-special-issue .authors-special-issue li:last-child:after{
		content: '';
	}

	.item-special-issue .authors-special-issue li, 
	.item-special-issue .authors-special-issue .last-name, 
	.item-special-issue .authors-special-issue li a{
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 20px;
	}

	.item-special-issue label.deadline{
		display: inline-block;
	}

	.item-special-issue .num-articles-mobile{ 
		display: block;
		font-size: 12px;
	}

	.item-special-issue .footer-item .num-articles{
		display: none;
		font-size: 12px;
	}

	.item-special-issue .btn-more{
		display: block;
	}
}

@media screen and (max-width: 350px){

	.item-special-issue label.deadline{
		margin: 10px 0 0 0;
	}

	.item-special-issue .num-articles-mobile{
		display: inline-block;
		float: none;
		margin: 0 0 10px 0;
	}
}
/*---//ITEM SPECIAL ISSUE ---*/


/*--- POST NEWS ---*/
.title-news,
.title-news a{
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.32px;
	line-height: 26px;
	padding-bottom: 0;
	margin-top: 30px;
	margin-bottom: 25px;
}

.item-news{
	margin-bottom: 20px;
}

.item-news .post-img{
	height: 180px;
	background-image: url('assets/img/defaults/square.jpg');
	background-size: cover;
	background-position: center;
	border: 1px solid #dfdfdf;
}

.item-news .content-news{
	padding: 0;
}

.item-news .categories-post,
.item-news .categories-post a{
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

.item-news .title-post{
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.26px;
	line-height: 20px;
	padding-bottom: 0;
}

.item-news .date-author-post,
.item-news .date-author-post a{
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0;
}

@media screen and (max-width: 768px){
	.item-news .date-author-post,
	.item-news .date-author-post a{
		font-size: 11px;
		line-height: 24px;
	}

	.item-news .categories-post,
	.item-news .categories-post a{
		font-size: 11px;
		line-height: 20px;
	}

	.item-news .title-post{
		font-size: 14px;
		line-height: 20px;
	}
}
/*---//POST NEWS ---*/

/*--- PODCAST ITEM ---*/
.item-podcast{
	border-radius: 1px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.item-podcast .grid-img{
	padding-right: 0;
}

.item-podcast .grid-img img{
	border: 1px solid #dedede;
}

.item-podcast .grid-content{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}

.item-podcast .categories-post,
.item-podcast .categories-post a{
	color: #0071FF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 24px;
}

.item-podcast .title-post{
	color: #000000;
  	font-family: 'epigrafica';
  	font-size: 24px;
  	font-weight: bold;
  	letter-spacing: 0.38px;
  	line-height: 27px;
	padding-bottom: 5px;
}

.item-podcast .summary-post{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0.22px;
  	line-height: 22px;
}

.item-podcast .summary-post p{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0.22px;
  	line-height: 22px;
	margin-bottom: 10px;
}

.item-podcast .date-author-post{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;
  	margin-top: 20px;
}

@media screen and (max-width: 767px){
	.item-podcast{
	    margin-bottom: 10px;
	}

	.item-podcast .grid-img{
		padding-right: 15px;
	}
	
	.item-podcast .grid-content{
		padding-left: 15px;
	}

	.item-podcast .post-img{
		min-height: 120px;
		height: initial;
		border-radius: 0;
	}

	.item-podcast .categories-post a{
		font-size: 12px;
		line-height: 24px;
	}

	.item-podcast .title-post{
		font-size: 16px;
		letter-spacing: -0.09px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.item-podcast .summary-post{
		display: none;
		font-size: 12px;
		line-height: 24px;
	}

	.item-podcast .summary-post p{
		font-size: 12px;
		line-height: 24px;
	}
}
/*---//PODCAST ITEM ---*/

/*--- POST ITEM ---*/
.item-post{
	border-radius: 1px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.item-post .grid-img{
	padding-right: 0;
}

.item-post .grid-content{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}

.item-post .post-img{
	width: 100%;
	height: 100%;
	min-height: 130px;
	display: block;
	background-image: url('assets/img/defaults/post.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
	border-radius: 4px;
}

.item-post .categories-post,
.item-post .categories-post a{
	color: #0071FF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 24px;
}

.item-post .title-post{
	color: #000000;
  	font-family: 'epigrafica';
  	font-size: 20px;
  	font-weight: bold;
  	letter-spacing: 0.32px;
  	line-height: 22px;
	padding-bottom: 5px;
}

.item-post .summary-post{
	color: #4A4A4A;
  	font-family: "Libre Franklin";
  	font-size: 14px;
  	letter-spacing: 0.22px;
  	line-height: 22px;
	margin-bottom: 10px;
}

.item-post .summary-post p{
	color: #4A4A4A;
  	font-family: "Libre Franklin";
  	font-size: 14px;
  	letter-spacing: 0.22px;
  	line-height: 22px;
	margin-bottom: 10px;
}

.item-post .date-author-post,
.item-post .date-author-post a{
	float: right;
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;
  	margin-left: 5px;
	margin-bottom: 5px;
}

.item-post.item-editor{
	padding-right: 30px; 
}

.item-post.item-editor .post-img .img-fluid{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;	
}

.item-post.item-editor .post-img.has-img{
	background-image: none;
	background-color: #ffffff;
}

.item-post.item-editor .editor-position,
.item-post.item-editor .editor-position a{
	color: #003B67;
	font-weight: bold;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

@media screen and (max-width: 767px){

	.item-post .grid-img{
		padding-right: 15px;
	}
	
	.item-post .grid-content{
		padding-left: 15px;
	}

	.item-post .post-img{
		min-height: 120px;
		height: initial;
		border-radius: 0;
	}

	.item-post .categories-post a{
		font-size: 12px;
		line-height: 24px;
	}

	.item-post .title-post{
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		letter-spacing: -0.09px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.item-post .summary-post{
		display: none;
		font-size: 12px;
		line-height: 24px;
	}

	.item-post .summary-post p{
		font-size: 12px;
		line-height: 24px;
	}
	
	.item-post.item-editor{
		padding-right: 0; 
	}

	.item-post.item-editor .grid-img{
		border-radius: 6px;
		padding: 0; 
	}
}
/*---//POST ITEM ---*/


/*--- MESSAGE EDITORS ---*/
#message-editors{
	margin-top: 55px;
	margin-bottom: 35px;
	background-color: #EDEDED;
	padding-top: 50px;
	padding-bottom: 50px;
}

#message-editors .title{
	color: #1E325C;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.29px;
	line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #1E325C;
    padding-bottom: 0;
    margin-bottom: 30px;
}

#message-editors .message-item .grid-img-editor{
	padding-right: 0;
}

#message-editors .message-item .rounded-circle{
	border: 2px solid #03DAC4;
}

#message-editors .message-item .name-editor{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.23px;
	line-height: 19px;
	padding-bottom: 0;
}

#message-editors .message-item .office-editor{
	color: #4A4A4A;	
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;	
	font-style: italic;	
	font-weight: bold;	
	letter-spacing: 0.25px;	
	line-height: 17px;
}

#message-editors .message-item .message-editor{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.19px;
	line-height: 26px;
	margin-top: 15px;
}

#message-editors .message-item .message-editor-mobile{
	display: none;
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.19px;
	line-height: 26px;
	margin-top: 10px;
}

@media screen and (max-width: 767px){
	#message-editors{
		margin: 50px 0;
		padding: 30px 0;
	}

	#message-editors .title{
		font-size: 14px;
		letter-spacing: 0.22px;
		line-height: 19px;
	}

	#message-editors .message-item{
		margin-bottom: 50px;
	}

	#message-editors .message-item:last-child{
		margin-bottom: 0;
	}

	#message-editors .message-item>.row{
		-ms-flex-align: center !important;
    	align-items: center !important;
	}

	#message-editors .message-item .rounded-circle{
		margin: auto;
    	display: block;
	}

	#message-editors .message-item .name-editor{
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.23px;
		line-height: 19px;
	}

	#message-editors .message-item .office-editor{
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.25px;
		line-height: 17px;
		display: block;
	}

	#message-editors .message-item .message-editor{
		display: none;
	}

	#message-editors .message-item .message-editor-mobile{
		display: block;
	}
}
/*---//MESSAGE EDITORS ---*/

/*--- GRID NEWS FACEBOOK TWITTER ---*/
#news-facebook-twitter{
	margin: 30px 0;
}

#news-facebook-twitter .title{
	color: #1E3F6F;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.29px;
  	line-height: 21px;

	text-transform: uppercase;
    border-bottom: 1px solid #1E325C;
    padding-bottom: 0;
    margin-bottom: 30px;
}

#news-facebook-twitter .title a{
	float: right;	
  	font-size: 11px;
  	line-height: 6px;
  	padding: 6px 5px;
}

@media screen and (max-width: 1280px){
	#news-facebook-twitter .title{
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (max-width: 767px){
	#news-facebook-twitter .title{
		font-size: 14px;
		letter-spacing: 0.22px;
		line-height: 19px;
		margin-bottom: 15px;
	}

	#news-facebook-twitter .grid-twitter{
		margin-top: 35px;
	}
}
/*---//GRID NEWS FACEBOOK TWITTER ---*/

/*--- GRID PARTNERS PUBLICATIONS ---*/
#partner-publications{
	padding: 30px 0;
	background-color: #DFE2E8;
  	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

#partner-publications .title{
	color: #1E3F6F;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.29px;
  	line-height: 21px;
  	text-transform: uppercase;
  	border-bottom: 1px solid #1E325C;
  	padding-bottom: 0;
  	margin-bottom: 25px;
}

#partner-publications .item-partner{
	margin-bottom: 20px;
}

#partner-publications .item-partner img{
	float: left;
	width: 110px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	margin-right: 10px;
	margin-bottom: 10px;
}

#partner-publications .item-partner .title-partner{
	padding-bottom: 5px;
	color: #4A4A4A;
	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: 500;
  	letter-spacing: 0;
  	line-height: 17px;
}

@media screen and (max-width: 1280px){
	#partner-publications .title{
		font-size: 16px;
		line-height: 18px;
	}

	#partner-publications .item-partner img{
		width: 80px;
	}
}

@media screen and (max-width: 1199px){
	#partner-publications .item-partner img{
		float: none;
	}
}

@media screen and (max-width: 768px){
	#partner-publications .item-partner img{
		float: left;
	}

	#partner-publications .item-partner.col{
		min-width: 50%;
	}
}

@media screen and (max-width: 425px){
	#partner-publications .row{
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	#partner-publications .item-partner.col{
  		float: none;
	    min-width: 70%;
		display: inline-block;
	}
}
/*---//GRID PARTNERS PUBLICATIONS ---*/

/*--- GRID VIDEOS ---*/
#videos{
	background-color: #DFE2E8;
	padding: 20px 0;
	margin-top: 20px;
}

#videos .title{
	color: #1E3F6F;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.29px;
  	line-height: 21px;
  	text-transform: uppercase;
    border-bottom: 1px solid #1E325C;
    padding-bottom: 0;
    margin-bottom: 20px;
}

#videos .title>a{
	float: right;
	font-size: 11px;
  	line-height: 6px;
  	padding: 6px 5px;
}

#videos .item-video{
	margin-bottom: 10px;
}

#videos .item-video img{
	margin-bottom: 10px;
}

#videos .item-video .title-video{
	color: #000000;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 15px;
  	padding-bottom: 0;
}
/*---//GRID VIDEOS ---*/

/*--- GRID PODCASTS ---*/
#podcasts{
	background-color: #DFE2E8;
	padding: 20px 0;
}

#podcasts .title{
	color: #1E3F6F;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.29px;
  	line-height: 21px;
  	text-transform: uppercase;
    border-bottom: 1px solid #1E325C;
    padding-bottom: 0;
    margin-bottom: 20px;
}

#podcasts .title>a{
	float: right;
  	font-size: 11px;
  	line-height: 6px;
  	padding: 6px 5px;
}

#podcasts .item-podcast img{
	display: block;
	margin: 0 auto 10px auto;
}
/*---//GRID PODCASTS ---*/

/*--- INDEXERS JOURNAL HOME ---*/
#indexers-journal{
	margin-top: 20px;
}

#indexers-journal .title{
	color: #1E325C;
	font-family: 'Open Sans', sans-serif;	
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.29px;
	line-height: 24px;

	text-transform: uppercase;
    border-bottom: 1px solid #1E325C;
    padding-bottom: 0;
    margin-bottom: 30px;
}

#indexers-journal img{
	max-height: 97px;
	max-width: 150px;
}

#indexers-journal .cuiden img{
	max-width: 110px;
}

#indexers-journal .scielo img{
	max-width: 100px;
}

#indexers-journal .bvs-biblioteca-virtual-em-saude img{
    max-width: 100%;
}

#indexers-journal .doaj img{
	max-width: 100%;
}

#indexers-journal .col{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media screen and (max-width: 768px){
	#indexers-journal{
		margin-top: 50px;
	}

	#indexers-journal .title{
		font-size: 14px;
		letter-spacing: 0.22px;
		line-height: 19px;
		margin-bottom: 25px;
	}

	#indexers-journal img{
		max-height: 100%;
		max-width: 100%;
	}

	#indexers-journal .col{
		-ms-flex: 0 0 40%;
	    flex: 0 0 40%;
	    max-width: 40%;
	    margin-bottom: 10px;
	}

	#indexers-journal .doaj,
	#indexers-journal .redalyc,
	#indexers-journal .bvs-biblioteca-virtual-em-saude{
	    max-width: 65%;
    	flex: 0 0 65%;
	}
}
/*---//INDEXERS JOURNAL HOME ---*/

/*--- NEWS ---*/
.secondary-news{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}

.secondary-news .category-news{
	display: block;
	color: #741429;
  	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	font-weight: bold;
  	letter-spacing: 0;
	line-height: 24px;
}

.secondary-news .category-news a{
	color: #741429;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 24px;
}

.secondary-news .title-news,
.secondary-news .title-news a{
	color: #4A4A4A;
  	font-family: 'epigrafica';
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: -0.09px;
  	line-height: 20px;

	padding-bottom: 3px;
	overflow: hidden;
	margin: 0;
}

.secondary-news .date-author-news{
	display: block;
}

.secondary-news .date-author-news,
.secondary-news .date-author-news a{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;
}

.secondary-news .img-news{
	padding: 0;
}

.secondary-news .content-news{
	padding-left: 10px;
	padding-right: 0;
}

.secondary-news .grid-img{
	padding-left: 0;
	padding-right: 10px;
}

.secondary-news .img-post{
	width: 100%;
	min-height: 110px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #dedede;
}

@media screen and (max-width: 1280px){
	.secondary-news .title-news,
	.secondary-news .title-news a{
		font-size: 14px;
	    line-height: 16px;
	}
}

@media screen and (max-width: 767px){

	.secondary-news .category-news,
	.secondary-news .category-news a{
		font-size: 12px;
	    line-height: 24px;
	}

	.secondary-news .date-author-news, 
	.secondary-news .date-author-news a{
		font-size: 12px;
    	line-height: 24px;
	}

	.secondary-news .title-news,
	.secondary-news .title-news a{
		font-size: 12px;
		line-height: 18px;
	}

	.secondary-news .img-post{
		min-height: 90px;
	}
}
/*---//NEWS ---*/

/*--- SLIDER ---*/
#grid-slider{
	background: rgb(0,9,46);
	background: -moz-linear-gradient(0deg, rgba(0,9,46,1) 0%, rgba(0,32,83,1) 50%);
	background: -webkit-linear-gradient(0deg, rgba(0,9,46,1) 0%, rgba(0,32,83,1) 50%);
	background: linear-gradient(0deg, rgba(0,9,46,1) 0%, rgba(0,32,83,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00092e",endColorstr="#002053",GradientType=1);
	border-radius: 0;
}

@media screen and (max-width: 768px){
	#grid-slider{
		background-position: top left;
	}
}

#slider-home .carousel-inner .carousel-item{
	width: 100%;
	height: 265px;
}

#slider-home .carousel-inner .carousel-item .wrap-slider{
	padding: 25px;
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
}

#slider-home .carousel-inner .carousel-item .grid-content{
	width: 57%;
    margin-left: 2%;
    z-index: 1;
}

#slider-home .carousel-inner .carousel-item .grid-img-post{
    width: 30%;
    height: 75%;
    min-height: 220px;
    margin-left: 6%;
    background-position: center;
    background-size: cover;
    box-shadow: 0 6px 11px 0 rgba(0,0,0,0.5);
}

/*#slider-home .carousel-inner .carousel-item .overlay{
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
}*/

#slider-home .carousel-indicators--round li{
    border-radius: 10px;
    height: 13px;	
    width: 13px;
	border: 1px solid #FFFFFF;
	background-color: rgba(255,255,255,0.4);
}
#slider-home .carousel-indicators .active {
	background-color: #FFFFFF;
}

#slider-home .carousel-indicators{
	z-index: 9;
	bottom: 25px;
	margin-left: 180px;
}

#slider-home .carousel-control-next, #slider-home .carousel-control-prev{
	width: 5%;
}

#slider-home .controls-carousel .fas{
	font-size: 36px;
	color: #FFFFFF;
}

#slider-home .parent-category a, #slider-home .child-category a{
	color: #FFFFFF;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
}

#slider-home .title-article{
	font-size: 32px;
	line-height: 16px;
}

#slider-home .title-article a{
	color: #FFFFFF;
    font-family: 'epigrafica';
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;

    margin-bottom: 10px;
    padding-bottom: 0;
    max-height: 144px;
    overflow: hidden;
}

#slider-home .authors-article,
#slider-home .authors-article a{
	color: #FFFFFF;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    max-height: 68px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}

#slider-home .date-article{
	color: #FFFFFF;
	font-family: 'Piazzolla', serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 10px;
}

#slider-home a img:hover{
	opacity: 1;
}

@media screen and (min-width: 1020px) and (max-width: 1199px){
	#slider-home .carousel-inner .carousel-item{
		height: 320px;
	}

	#slider-home .title-article a{
	    font-size: 22px;
        line-height: 32px;
    	max-height: 128px;
	}
}

@media screen and (min-width: 900px) and (max-width: 1019px){
	#slider-home .carousel-inner .carousel-item{
	    height: 300px;
	}

	#slider-home .title-article a{
        font-size: 18px;
		line-height: 26px;
		max-height: 104px;
	}
}

@media screen and (min-width: 769px) and (max-width: 899px){
	#slider-home .carousel-inner .carousel-item{
	    height: 290px;
	}

	#slider-home .carousel-inner .carousel-item .grid-img-post{
	    width: 20%;
    	margin-left: 10%;
    	min-height: 130px;
	}

	#slider-home .title-article a{
        font-size: 18px;
		line-height: 26px;
		max-height: 104px;
	}
}

@media screen and (min-width: 620px) and (max-width: 768px){
	#slider-home .carousel-control-next, #slider-home .carousel-control-prev{
		top: initial;
		bottom: 5px;
	}

	#slider-home .controls-carousel .fas{
		font-size: 25px;
	}

	#slider-home .carousel-inner .carousel-item .grid-content{
		margin: auto;
	}

	#slider-home .title-article a{
        font-size: 18px;
    	line-height: 28px;
    	max-height: 112px;
	}	

	#slider-home .authors-article{
		max-height: 112px;
	}

	#slider-home .carousel-inner .carousel-item .grid-img-post{
		width: 100%;
    	margin-left: 0;
		min-height: 230px;
		margin-bottom: 20px;
	}

	#slider-home .carousel-inner .carousel-item .grid-content{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin: auto;
	}

	#slider-home .carousel-inner .carousel-item{
	    height: 445px;
	}

	#slider-home .carousel-indicators{
		margin-left: 15%;
		bottom: 10px;
	}
}

@media screen and (min-width: 440px) and (max-width: 619px){
	#slider-home .carousel-control-next, #slider-home .carousel-control-prev{
		top: initial;
		bottom: 5px;
	}

	#slider-home .controls-carousel .fas{
		font-size: 25px;
	}

	#slider-home .carousel-inner .carousel-item .grid-content{
		margin: auto;
	}

	#slider-home .title-article a{
	    font-size: 18px;
    	line-height: 28px;
    	max-height: 112px;
	}

	#slider-home .carousel-inner .carousel-item .grid-img-post{
		width: 100%;
    	margin-left: 0;
		min-height: 230px;
		margin-bottom: 10px;
	}

	#slider-home .carousel-inner .carousel-item .grid-content{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin: auto;
	}

	#slider-home .carousel-inner .carousel-item{
	    height: 445px;
	}

	#slider-home .carousel-indicators{
		margin-left: 15%;
		bottom: 10px;
	}
}

@media screen and (max-width: 439px){
	#slider-home .carousel-control-next, #slider-home .carousel-control-prev{
		top: initial;
		bottom: 5px;
		width: 10%;
	}

	#slider-home .controls-carousel .fas{
		font-size: 25px;
	}

	#slider-home .carousel-indicators--round li{
		width: 10px;
		height: 10px;
	}

	#slider-home .title-article a{
	    font-size: 17px;
    	line-height: 27px;
    	max-height: 81px;
	}

	#slider-home .carousel-inner .carousel-item .grid-img-post{
		width: 100%;
    	margin-left: 0;
		margin-bottom: 10px;
		min-height: 230px;
	}

	#slider-home .carousel-inner .carousel-item .grid-content{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin: auto;
	}

	#slider-home .carousel-inner .carousel-item{
	    height: 445px;
	}

	#slider-home .authors-article, #slider-home .authors-article a{
		font-size: 12px;
		line-height: 20px;
		max-height: 40px;
	}

	#slider-home .date-article{
		font-size: 12px;
	}

	#slider-home .carousel-indicators{
		margin-left: 15%;
		bottom: 10px;
	}
}
/*---//SLIDER ---*/

/*--- WIDGETs ---*/

.list-indexers {
	color: #4A4A4A;
	list-style: disc;
    list-style-position: inside;
    text-align: left;
}

.list-indexers li{
	/*display: inline;*/
}

.list-indexers a{
	color: #4A4A4A;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 22px;
}

.list-indexers img{
	width: 49%;
}

.sidebar-site{
	margin-top: 7px;
}

.sidebar-site .widget{
    padding: 15px 10px;
    margin-bottom: 20px;
    clear: both;
}

.sidebar-site .widget-title{
	color: #1E3F6F;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.29px;
  	line-height: 21px;
	text-align: left;
	text-transform: uppercase;

	border-bottom: 1px solid #1E325C;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.sidebar-site .collapse-widget-icon {
    float: right;
}

.tagcloud a{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 0.29px;
	line-height: 30px;
}

#advanced-filters .widget-title{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: normal;
  	letter-spacing: 0;
  	line-height: 24px;
	text-transform: initial;
	letter-spacing: initial;

	border: none;
	margin-bottom: 0;
	padding: 0;
}

.list-kwds a{
	color: #4A4A4A;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 10px;
  	font-weight: normal;
  	letter-spacing: 0;
  	line-height: 13px;
    margin: 8px 8px 0 0;
	background-color: #D8D8D8;
}

.list-kwds a:hover{
	background-color: #c3c3c3;
}

.sidebar-site .widget_search_articles{
	margin-bottom: 0;
}

.widget_search_articles #form-search-articles .form-group,
.widget_search_articles #form-search-articles .form-group input,
.widget_search_articles #form-search-articles .form-group select{
	width: 100%;
}

.widget_search_articles #form-search-articles .form-group .form-check .form-check-input{
	width: initial;
}

.widget_search_articles #form-search-articles .form-group .field{
	width: 100%;
}

.widget_search_articles #form-search-articles .form-group{
	margin-bottom: 20px;
}

.widget_search_articles #form-search-articles button,
.widget_search_articles #form-search-articles .btn{
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: 500;
  	letter-spacing: 0;
  	line-height: 17px;
	text-transform: uppercase;
}

@media screen and (max-width: 1280px){
	.widget_search_articles #form-search-articles button,
	.widget_search_articles #form-search-articles .btn{
		font-size: 12px;
  		line-height: 14px;
	}
}

@media screen and (max-width: 991px){
	.widget_search_articles #form-search-articles button,
	.widget_search_articles #form-search-articles .btn{
	    font-size: 10px;
	    line-height: 14px;
	}
}

#form-search-articles button{
	border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}

#form-search-articles .input-group>.custom-select:not(:last-child),
#form-search-articles .input-group>.form-control:not(:last-child){
	border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.widget_search_articles #form-search-articles .form-control{
	height: 31px;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #4A4A4A;
	border-radius: 50rem;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
	padding: 5px;
}

.widget_search_articles #form-search-articles .btn-full-collection{
	width: 100%;
}

#form-search-articles .input-group{
    margin-bottom: 20px;
}

#form-search-articles .search-terms-grid .input-group-append{
	margin-left: -1px;
}

#form-search-articles .input-group.search-terms-grid .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#form-search-articles .search-terms-grid .btn{
	color: #4A4A4A;	
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #4A4A4A;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#form-search-articles .input-group-append{
    margin-left: 10px;
}

#form-search-articles .search-for{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
}

#form-search-articles .form-check-label{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;
}

.toggle-advanced-filters{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: 500;
  	letter-spacing: 0;
  	line-height: 17px;
	padding: 5px 12px;
	margin-top: 12px;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.btn.toggle-advanced-filters{
	color: #ffffff;
}

.widget_scimagojr_widget img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.widget_article_submission_widget .btn-submission{
    padding: 8px 20px;
    
	text-transform: uppercase;
	color: #600e22;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 13px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 16px;

	border-radius: 50rem;
	margin: 5px 0;
}

#magazine-rating .widget_cover_img_widget .widgettitle{
	float: left;
	color: #000000;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 21px;
  	text-transform: uppercase;
  	margin-top: 10px;
}

#magazine-rating .widget_cover_img_widget{
	min-height: inherit;
}

.widget_cover_button_div {
    display: flex;
  	align-items: end;
  	height: 100%;
	padding-top: 3px;
	padding-left: 3px;
}

.widget_cover_img_widget{
    min-height: 260px;
}

.widget_cover_img_widget label{
	color: #000000;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 16px;
  	letter-spacing: 0;
  	line-height: 28px;
}

.widget_cover_img_widget #btn-pdf-volume{
	float: left;
	clear: both;
	text-transform: uppercase;
    font-weight: normal;
}

#breadcrumb-page #btn-pdf-volume{
    text-transform: uppercase;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

#magazine-rating .widget_cover_img_widget .img-cover-issue{
	max-width: 100px;
}

.widget_cover_img_widget .img-cover-issue{
	margin-right: 10px;
    max-height: 180px;
    float: left;
}

@media screen and (max-width: 1280px){
	.widget_article_submission_widget .btn-submission{
		font-size: 12px;
	}

	.toggle-advanced-filters{
		font-size: 12px;
    	line-height: 14px;
	}

	#magazine-rating .widget_cover_img_widget .widgettitle{
		font-size: 16px;
	}

	.widget_cover_img_widget label{
		font-size: 14px;
	}

	.sidebar-site .widget-title{
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (min-width: 767px) and (max-width: 1199px){
	.widget_article_submission_widget .btn-submission{
		font-size: 95%;
		white-space: normal;
	}
}

@media screen and (max-width: 767px){
	.sidebar-site .widget{
		background-color: transparent;
	}

	.sidebar-site .widget:nth-child(3){
		margin-top: 30px;
	}

	.widget_search_articles{
		display: none;
	}

	.sidebar-site .widget-title{
		font-size: 14px;
		letter-spacing: 0.22px;
		line-height: 19px;
		padding-bottom: 0;
	}

	.sidebar-site .widget{
	    margin-top: 15px;
	    padding-top: 15px;
	}	

	.sidebar-site .toggle-advanced-filters,
	.sidebar-site #advanced-filters .widget{
		display: none;
	}

	.toggle-advanced-filters{
	    font-size: 10px;
	    line-height: 14px;
	}
}

ul.list-categories li a{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0.29px;
  	line-height: 30px;
}

ul.list-categories li a span{
	float: right;
}

ul.list-categories li{
	border-bottom: 1px solid #DEDEDE;
}

.widget_most_viewed_articles_widget_widget ul.wpp-list li{
	margin-bottom: 15px;
}

.widget_most_viewed_articles_widget_widget ul.wpp-list li:last-child{
	margin-bottom: 0;
}

.widget_most_viewed_articles_widget_widget ul.wpp-list li a{
	color: #4A4A4A;
	font-family: 'epigrafica';
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 21px;
}

.widget_most_viewed_articles_widget_widget ul.wpp-list li a .views{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2px;
	line-height: 21px;
}

.most_cited_viewed_articles_widget ul.nav-tabs{
	border-top: 2px solid #1e325c7a;
	border-bottom: 1px solid #1E325C;
}

.most_cited_viewed_articles_widget ul.nav-tabs li a{
	color: #1E3F6F;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 12px;
  	font-weight: 400;
  	letter-spacing: 0.19px;
  	line-height: 16px;
}

.most_cited_viewed_articles_widget ul.nav-tabs li a.active{
	font-weight: 700;
	border: none;	
	border-bottom: 3px solid #741429 !important;
}

.most_cited_viewed_articles_widget .tab-content .tab-pane ul li{
	margin-top: 20px;
}

.most_cited_viewed_articles_widget .tab-content .tab-pane ul li a{
	color: #4A4A4A;
  	font-family: 'epigrafica';
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 21px;
}

.most_cited_viewed_articles_widget .tab-content .tab-pane footer{
	margin-top: 10px;
}

.most_cited_viewed_articles_widget .tab-content .tab-pane footer small{
	float: right;
	margin-top: 10px;
}

.widget_message_editors{
	border-radius: 6px;
  	background-color: #DFE2E8;
}

.widget_message_editors .grid-img-editor{
	padding-right: 0;
}

.widget_message_editors .name-editor{
	color: #000000;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 15px;
	padding-bottom: 0;
}

.widget_message_editors .office-editor{
	color: #000000;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 15px;
}

.widget_message_editors .message-editor{
	color: #000000;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 28px;
	margin-top: 10px;
}

.widget_message_editors .message-editor a{
	text-decoration: underline;
}

.widget_org_members_widget .list-org-members{
	list-style: none;
}

.widget_org_members_widget .list-org-members li{
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.widget_org_members_widget .list-org-members li .grid-img-member{
	padding-right: 0;
}

.widget_org_members_widget .list-org-members li img{
	border-radius: 50%;
}

.widget_org_members_widget .list-org-members li h3{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-weight: normal;
  	font-size: 14px;
  	letter-spacing: 0.29px;
  	line-height: 17px;
  	padding-bottom: 0;
}

.widget_org_members_widget .list-org-members li label{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-weight: bold;
  	font-size: 16px;
  	letter-spacing: 0.29px;
  	line-height: 17px;
}

/* type-editors-widget */
/* width */
.sidebar-site .grid-sub-associated::-webkit-scrollbar {
width: 5px;
}

/* Track */
.sidebar-site .grid-sub-associated::-webkit-scrollbar-track {
background: transparent; 
border-radius: 2px;
}

/* Handle */
.sidebar-site .grid-sub-associated::-webkit-scrollbar-thumb {
background: #717171; 
border-radius: 4px;
}

/* Handle on hover */
.sidebar-site .grid-sub-associated::-webkit-scrollbar-thumb:hover {
background: #555; 
}

.sidebar-site .grid-sub-associated h5,
.sidebar-site .grid-sub-associated h5 a{
	color: #003B67;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.sidebar-site .grid-sub-associated h5:first-child,
.sidebar-site .grid-sub-associated h5 a{
	margin-top: 0;
}

.sidebar-site .grid-sub-associated .item-editor:last-child h5{
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_type_editors_widget .item-editor {
	margin-bottom: 10px;
}

.widget_type_editors_widget .item-editor .title-editor,
.widget_type_editors_widget .item-editor .title-editor a{
	color: #4A4A4A;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding-bottom: 0px;
}

.widget_type_editors_widget .item-editor .afiliation-editor{
	color: #4A4A4A;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	margin-top: 3px;
}

.widget_type_editors_widget .item-editor .last-name{
	display: inline-block;
	white-space: nowrap;
}

.widget_type_editors_widget .item-editor .title-editor:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
	
.sidebar-site .grid-sub-associated{
	max-height: 333px;
	overflow-y: scroll;
	padding: 10px 15px;
	border-radius: 6px;
	background-color: #F6F6F6;
}

.sidebar-site .grid-sub-associated .link-previouseditor{
	color: #763240;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 16px;
}
	

@media screen and (max-width: 1280px){
	
	.most_cited_viewed_articles_widget .tab-content .tab-pane ul li a{
		font-size: 16px;
		line-height: 18px;
	}

	.widget_message_editors .message-editor{
		font-size: 12px;
		line-height: 20px;
	}

	.list-indexers a{
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width: 767px){
	.widget_most_viewed_articles_widget_widget ul.wpp-list li a{
		font-size: 14px;
		line-height: 21px;
	}

	.list-indexers a{
		font-size: 14px;
		line-height: 17px;
	}

	.list-indexers img{
		width: 50%;
	}
}

/*--- adverts ---*/
#adverts-frontpage{
	float: right;
}

#adverts-frontpage .adrotate_widgets .g,
#adverts-frontpage .adrotate_widgets img{
	display: block;
	max-width: 100%;
	margin-top: 20px;
}

.sidebar-site .adrotate_widgets img{
	display: block;
	margin: 0 auto;
}

#adverts-top-header{
	text-align: right;
}

html[lang="en-US"] #adverts-top-header .adrotate_widgets h3{
    margin-right: 180px;	
}

html[lang="pt-BR"] #adverts-top-header .adrotate_widgets h3{
    margin-right: 200px;	
}

#adverts-top-header .adrotate_widgets h3{
	display: block;
    padding-bottom: 0;
    padding-top: 25px;

    color: #1E3F6F;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.29px;
    line-height: 21px;
    text-transform: uppercase;
}
/*--- adverts ---*/

/*---//WIDGETs ---*/

/*--- ALTMETRICs ---*/
.altmetric-embed{
	padding: 10px;
}

.item-article-extended .altmetric-embed{
	text-align: right;
	padding: 0 !important;
    line-height: 10px;
    margin-right: 20px;
}

.item-article-compacted .altmetric-embed{
	float: right;
	width: 75px;
	padding: 5px 0;
	line-height: 10px;
}

.item-article-compacted .altmetric-embed > a > img{
	max-width: 100% !important;
}

@media screen and (max-width: 360px){
	.item-article-extended .altmetric-embed{
		margin-right: 0px;
	}
}
/*---//ALTMETRICs ---*/

/*--- DIMEENSIONS BADGES ---*/
.__dimensions_badge_embed__{
	padding: 10px !important;
}

.item-article-extended .__dimensions_badge_embed__{
	padding: 0 !important;
	margin-right: 20px;
}

.item-article-compacted .__dimensions_badge_embed__{
	float: left;
	line-height: 15px;
	padding: 0 !important;
}

.item-article-compacted .__dimensions_badge_embed__ .__dimensions_Badge_style_small_rectangle .__dimensions_Badge_Image{
	width: 75px;
}

.item-article-compacted .__dimensions_badge_embed__ .__dimensions_Badge_style_small_rectangle .__db_score{
	line-height: 20px;
}

@media screen and (max-width: 360px){
	.item-article-extended .__dimensions_badge_embed__{
		margin-right: 0px;
	}
}
/*--- DIMEENSIONS BADGES ---*/

/*--- SINGLE POST ---*/
.post-detail-page{
	
}

.post-detail-page .date-author-post,
.post-detail-page .date-author-post a{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;
}

.post-detail-page .title-post{
	color: #000000;
  	font-family: 'epigrafica';
  	font-size: 24px;
  	font-weight: bold;
  	letter-spacing: 0.34px;
  	line-height: 33px;
	padding-bottom: 0;
}

.post-detail-page .categories-post a,
.post-detail-page .categories-post{
	color: #0071FF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 24px;
	display: block;
}

.post-detail-page .btn-share .btn{
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.19px;
	line-height: 17px;
}

.post-detail-page .grid-content{	
	margin-top: 15px;
}

.post-detail-page .grid-content p{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0.22px;
  	line-height: 22px;
}

.post-detail-page .grid-content .post-img{
	float: right;
	max-width: 47%;
	margin: 0 0 5% 5%;
}

@media screen and (max-width: 768px){
	.post-detail-page .date-author-post, 
	.post-detail-page .date-author-post a{
		font-size: 12px;
		line-height: 24px;
	}

	.post-detail-page .categories-post a, 
	.post-detail-page .categories-post{
		font-size: 12px;
		line-height: 24px;
	}

	.post-detail-page .title-post{
		font-family: 'Open Sans', sans-serif;
		font-size: 21px;
		letter-spacing: -0.12px;
		line-height: 25px;
	}

	.post-detail-page .grid-content .post-img{
		max-width: 100%;
	}

	.post-detail-page .btn-share .btn{
		font-size: 12px;
	    line-height: 15px;
	}

	.post-detail-page .grid-content p{
		font-size: 12px;
		line-height: 20px;
	}

	.single #content .post{
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 425px){
	.post-detail-page .grid-content .post-img{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
/*---//SINGLE POST ---*/

/*--- EDITOR MESSAGE POST ---*/
.editor-message-detail-page{
	margin-top: 10px;
}

.editor-message-detail-page .date-author-post,
.editor-message-detail-page .date-author-post a{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
}

.editor-message-detail-page .title-post{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.34px;
	line-height: 33px;
	padding-bottom: 0;
}

.editor-message-detail-page .title-post .last-name{
	display: inline;
	white-space: nowrap;
}

.editor-message-detail-page .categories-post a,
.editor-message-detail-page .categories-post{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.editor-message-detail-page .btn-share .btn{
	padding: 3px 10px 3px 10px;
}

.editor-message-detail-page .grid-content{
	margin-top: 20px;
}

.editor-message-detail-page .grid-content .editor-img{
	width: 25%;
	margin: 0 5% 0 0;
	text-align: center;
}

.editor-message-detail-page .editor-img img{
	max-height: 170px;
    margin-right: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.editor-message-detail-page .title-sec{
	color: #4A4A4A;
    font-family: 'Libre Franklin', sans-serif; 
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding: 10px 0;
}

.editor-message-detail-page ul.list-spe-iss li a{
	color: #4A4A4A;
    font-family: 'Libre Franklin', sans-serif; 
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.22px;
	line-height: 22px;
}

.editor-message-detail-page .grid-content .editor-name{
	color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.29px;
    line-height: 21px;
	padding-bottom: 0;
	margin-top: 25px;
}

.editor-message-detail-page .grid-content .editor-position{
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.29px;
    line-height: 17px;
	margin-bottom: 20px;
}

.editor-message-detail-page label{
	display:block;	
}

.editor-message-detail-page .title-post a{
	color: #4A4A4A;	
}

.editor-message-detail-page .parent-category a,
.editor-message-detail-page .child-category a{
	color: #003B67;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 580px){
	.editor-message-detail-page .grid-content .editor-img{
	    width: 100%;
		margin: 0;
	}
}	
/*---//EDITOR MESSAGE POST ---*/

/*--- SINGLE ARTICLE ---*/
.breadcrumb{
	float: none;
	background-color: transparent;
	padding: 0;
	margin-top: 20px;
}

.breadcrumb-item+.breadcrumb-item::before{
	display: none;
	color: #1E3F6F;
	vertical-align: bottom;
	content: "/";
	font-weight: normal;
    padding-right: .2rem;
    padding-left: .3rem;
	/* line-height: 0; */
}

.breadcrumb-item+.breadcrumb-item.active::before{
	color: #1E3F6F;
	vertical-align: middle;
}

#breadcrumb-page{
	margin-bottom: 15px;
	border-bottom: 1px solid #4A4A4A;
}

#breadcrumb-page .breadcrumb .breadcrumb-item,
#breadcrumb-page .breadcrumb .breadcrumb-item a{
	display: none;
	color: #1E3F6F;
  	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.43px;
	line-height: 30px;
}

#breadcrumb-page .breadcrumb .breadcrumb-item.active,
#breadcrumb-page .breadcrumb .breadcrumb-item.active a {
	display: block;
	padding-left: 0;
	

	color: #1E3F6F;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.29px;
  	line-height: 21px;
	text-transform: uppercase;
}

@media screen and (max-width: 410px){
	#breadcrumb-page .breadcrumb .breadcrumb-item,
	#breadcrumb-page .breadcrumb .breadcrumb-item a{
	    font-size: 12px;
	}

	#breadcrumb-page .breadcrumb .breadcrumb-item.active,
	#breadcrumb-page .breadcrumb .breadcrumb-item.active a{
	    font-size: 14px;
	}
}

.previous a, .next a{
	border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.23px;
  	line-height: 17px;
    padding: 8px 15px;
}

@media screen and (max-width: 1280px){
	.previous a, .next a{
	    font-size: 12px;
  		line-height: 14px;
	}
}

@media screen and (max-width: 767px){
	.previous a span, .next a span{
		display: none;
	}
}

.article-detail-page{
	background-color: #FEFFFE;
    border-top: 1px solid #e8e8e8;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	margin-bottom: 30px;
	position: relative;
}

.article-detail-page #img-featured-article{
	position: relative;
	background-image: url('assets/img/defaults/banner.jpg');
	background-size: cover;
	background-position: center;
	height: 243px;
	cursor: pointer;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.article-detail-page #img-featured-article .source-img{
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;

    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 7px;
}

.article-detail-page #img-featured-article .source-img a{
	color: #FFFFFF;
    text-decoration: underline;
}

.article-detail-page .wrap-content{
	padding: 20px;
}

.article-detail-page .wrap-content #grid-graphical-abstract{
	margin-top: 20px;
	margin-bottom: 20px;
}

.article-detail-page .wrap-content #grid-graphical-abstract h3{
	color: #000000;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 19px;
	padding-bottom: 0;
}

.article-detail-page .wrap-content h3,
.article-detail-page .wrap-content .subsec{
	color: #000000;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 19px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.article-detail-page .wrap-content p{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 20px;
}

.article-detail-page .wrap-content .desc-volume{
	float: right;
    color: #4A4A4A;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 5px;

	font-weight: normal;
}

.article-detail-page .wrap-content .desc-volume a{
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-left: 10px;
}

.article-detail-page .wrap-content .title-article{
	color: #4A4A4A;
  	font-family: 'epigrafica';
  	font-size: 24px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 28px;
  	clear: both;

	padding-top: 0px;
	padding-bottom: 5px;
}

.article-detail-page .wrap-content .parent-category a{
	color: #741429;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 18px;
	text-transform: uppercase;
}

.article-detail-page .wrap-content .child-category a{
	color: #0071FF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 18px;
}

.article-detail-page .wrap-content .child-category::before{
	/*content: " | ";
	color: #E85623;*/
}

.article-detail-page .wrap-content .authors-article,
.article-detail-page .wrap-content .authors-article a{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-style: italic;
  	letter-spacing: 0;
  	line-height: 20px;

	margin-bottom: 5px;
}

.article-detail-page .wrap-content .date-article{
	float: right;
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 24px;
	margin-bottom: 5px;
}

.article-detail-page .wrap-content .doi-article{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 24px;

	font-weight: bold;
	margin-bottom: 20px;
}

.article-detail-page .wrap-content .doi-article a{
	color: #4A4A4A;
	font-weight: normal;
}

.article-detail-page .wrap-content .short-editorial-connection{
	font-weight: bold;
}

.article-detail-page .wrap-content .title-abstract{
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0;
}

.article-detail-page .wrap-content #grid-graphical-abstract .img-graphical-abstract{
	display: block;
	/*max-width: 80%;*/
	margin-bottom: 20px;
}

.article-detail-page .wrap-content .grid-buttons{
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.article-detail-page .wrap-content .info-badges{
	padding-left: 15px;
	padding-right: 15px;
}

.article-detail-page .wrap-content .grid-buttons .btn{
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0.23px;
  	line-height: 17px;
    
    padding: 5px 12px;
    margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;	
}

.article-detail-page .wrap-content .grid-buttons .grid-buttom{
	float: left;
	line-height: 84px;
}

@media screen and (max-width: 1280px) {
	.article-detail-page .wrap-content .grid-buttons .btn{
		font-size: 12px;
  		line-height: 14px;		
	}
}

@media screen and (max-width: 1199px) {
	.article-detail-page .wrap-content .grid-buttons .grid-buttom{
		line-height: initial;
	}
}

.article-detail-page .wrap-content .article-keywords,
.article-detail-page .wrap-content .article-keywords a{
	color: #4A4A4A;
  	font-family: 'Ubuntu', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 20px;
}
.article-detail-page .wrap-content #infographic-grid{
	margin-top: 10px;
	margin-bottom: 50px;
}

.article-detail-page .wrap-content #infographic-grid .img-info-grid{
	padding-right: 0;
	margin-bottom: 10px;
}

.article-detail-page .wrap-content #infographic-grid .img-info-grid img{
	border: 2px solid #979797;
}

.article-detail-page .wrap-content #infographic-grid h3{
	color: #4A4A4A;
	font-family: 'epigrafica';
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 10px;
}

.article-detail-page .wrap-content #infographic-grid h4{
	color: #1E325C;
	font-family: 'epigrafica';
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	padding-bottom: 5px;
}

.article-detail-page .wrap-content #infographic-grid .desc-info,
.article-detail-page .wrap-content #infographic-grid .desc-info p{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 0;
}

.article-detail-page .wrap-content #infographic-grid .desc-info-mobile{
	display: none;
}

.article-detail-page .wrap-content #infographic-grid .desc-info-mobile,
.article-detail-page .wrap-content #infographic-grid .desc-info-mobile p{	
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 19px;
}

.article-detail-page .wrap-content hr{
	border-color: #4A4A4A;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
}

.article-detail-page .modal-content{
	border-radius: 6px;
	background-color: #F6F6F6;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
    border: 1px #e2e2e2 solid;
}

.article-detail-page #modal-how-cite .modal-header{
	
}

.article-detail-page #modal-how-cite .modal-title{
	color: #1E325C;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.59px;
  	line-height: 21px;
	padding-bottom: 0;
}

.article-detail-page #modal-how-cite .title-format{
	display: block;
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0.53px;
  	line-height: 19px;
  	margin-bottom: 5px;
}

.article-detail-page #modal-how-cite p{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	letter-spacing: 0.39px;
  	line-height: 20px;
    margin-bottom: 0;
}

.article-detail-page .modal-header .close{
	font-size: 12px;
	line-height: 20px;
	color: #4A4A4A;
}

.article-detail-page .modal-footer{
	padding-top: 0;
}

.article-detail-page .modal-footer{
	border-top: none;
}

.article-detail-page .close:focus, .close:hover{
	background-color: transparent;
	box-shadow: none;
}

.article-detail-page .status-views{
	float: left;
	text-align: center;
 	margin-top: 10px;
	padding: 20px 0px;
    width: 64px;
    height: 64px;
}

.article-detail-page .status-views p{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.46px;
	line-height: 19px;
	margin-bottom: 0;
}

.article-detail-page .status-views label{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.46px;
	line-height: 19px;
}

.article-detail-page .btn-down-dataset{
	color: #02499C;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0.22px;
	line-height: 13px;
	text-align: center;
    float: left;
    padding: 15px 0px;
}

.article-detail-page .btn-down-dataset i,
.article-detail-page .btn-down-dataset span,
.article-detail-page .btn-down-dataset strong{
	display: block;
}

.article-detail-page .btn-down-dataset i{
	font-size: 27px;
}

.article-detail-page .btn-down-dataset span{
	font-size: 9px;
}

.article-detail-page .btn-modal-graphical-abstract{
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px){
	.article-detail-page #img-featured-article{
		height: 150px;
	}

	.article-detail-page .wrap-content .desc-volume{
		font-size: 12px;
	    line-height: 17px;
	}

	.article-detail-page .wrap-content .parent-category a,	
	.article-detail-page .wrap-content .date-article,
	.article-detail-page .wrap-content .title-abstract{
		font-size: 14px;
	    line-height: 24px;
	}
	
	.article-detail-page .wrap-content .authors-article,
	.article-detail-page .wrap-content .authors-article a,
	.article-detail-page .wrap-content .doi-article,
	.article-detail-page .wrap-content .doi-article a{
		font-size: 12px;
	    line-height: 18px;
	}

	.article-detail-page .wrap-content h3,
	.article-detail-page .wrap-content p,
	.article-detail-page .wrap-content .article-keywords, 
	.article-detail-page .wrap-content .article-keywords a{
		font-size: 12px;
	    line-height: 20px;
	}

	.article-detail-page .wrap-content #infographic-grid .desc-info{
		display: none;
	}

	.article-detail-page .wrap-content #infographic-grid .desc-info-mobile{
		display: block;
	}

	.article-detail-page .wrap-content .grid-buttons .btn{
		font-size: 12px;
	    line-height: 15px;
	    padding: 7px 17px 7px 17px;
	}

	.article-detail-page .wrap-content .title-article{
		font-size: 20px;
	    font-weight: bold;
		line-height: 26px;
		padding-top: 0;
	}

	.article-detail-page .wrap-content .img-graphical-abstract{
		max-width: 195px;
	}

	.article-detail-page .modal-article-graphical-abstract .img-graphical-abstract{
		max-width: 100%;
	}

	.article-detail-page .status-views{
		width: 85px;
	    margin-top: 0;
	}

	.article-detail-page .status-views p{
		font-size: 17px;
		line-height: 20px;
	}

	.article-detail-page .status-views label{
		font-size: 15px;
		line-height: 20px;
	}

	.article-detail-page .wrap-content #infographic-grid h4{
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width: 425px){
	.article-detail-page .wrap-content .grid-buttons{
		width: 50%;
		float: left;
		margin: 0;
	}

	.article-detail-page .wrap-content .info-badges{
		width: 50%;
		float: left;
	}

	.article-detail-page .btn-down-dataset{
		padding: 15px;
	}

	.article-detail-page .wrap-content .img-graphical-abstract{
		max-width: 100%;
	}
}

@media screen and (max-width: 360px){
	.article-detail-page .wrap-content .grid-buttons .btn{
		font-size: 12px;
	    line-height: 15px;
	    padding: 7px;
	}
}
/*---//SINGLE ARTICLE ---*/

/*--- SINGLE SPECIAL ISSUE ---*/
.special-issue-page .title-post{
	color: #1E2F37;
    font-family: 'Crimson Pro', serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;    
    padding-bottom: 20px;
}

.special-issue-page .grid-editors .item-editor{
	margin-bottom: 20px;
}

.special-issue-page .grid-editors .editor-img{ 
	float: left;
    width: 80px;
    height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #979797;
}

.special-issue-page .grid-editors .editor-img:hover{
	opacity: 0.8;
}

.special-issue-page .grid-editors .main-editor .editor-img{
	width: 110px;
	height: 150px;
}

.special-issue-page .grid-editors label{
	display: block;
	font-weight: normal;
}

.special-issue-page .grid-editors h2 .complete-name,
.special-issue-page .grid-editors h2.editor-name{
    color: #1E2F37;
    font-family: 'Crimson Pro', serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
  	padding-bottom: 0;
}

.special-issue-page .grid-editors h3 .complete-name,
.special-issue-page .grid-editors h3.editor-name{
	color: #1E2F37;
    font-family: 'Crimson Pro', serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.38px;
    line-height: 28px;
    padding-bottom: 0;
}
.special-issue-page .grid-editors .editor-affiliation{
	color: #4A4A4A;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}
.special-issue-page .grid-editors .editor-website a{
	color: #0071FF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: normal;
  	letter-spacing: 0;
  	line-height: 17px;
}
.special-issue-page .grid-editors .editor-interests{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: normal;
  	letter-spacing: 0;
  	line-height: 17px;
}

.special-issue-page .grid-editors .title-sec{
	color: #1e3f6f;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 28px;
  	padding-bottom: 5px;  	
}

.special-issue-page .grid-content p{
    color: #4A4A4A;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.special-issue-page .grid-content h3{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 28px;
  	padding-bottom: 5px;
}

.special-issue-page .contact-editor{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 20px;
}

.special-issue-page .grid-deadline{
	text-align: left;
}

.special-issue-page .grid-share{
	text-align: right;
}

.special-issue-page .grid-share span{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 20px;
}

.special-issue-page .grid-share a i{
 	color: #4A4A4A;
 	font-size: 22px;
 	margin: 5px;
}

.special-issue-page .sub-deadline{
 	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 28px;
  	margin-top: 40px;
  	margin-bottom: 20px;
}

.special-issue-page .btn-submitting{
	margin-top: 40px;
  	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

.special-issue-page .title-sec-articles{
    font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
	font-weight: bold;
  	letter-spacing: 0;
}

@media screen and (max-width: 768px){
	.special-issue-page .title-post{
		font-size: 28px;
		font-weight: bold;
		letter-spacing: -0.07px;
		line-height: 40px;
	}

	.special-issue-page .grid-share span{
		display: block;
	}

	.special-issue-page .grid-deadline,
	.special-issue-page .grid-share{
		text-align: center;
	}

	.special-issue-page .grid-share{
		margin-top: 20px;
	}

	.special-issue-page .sub-deadline{
		margin-top: 40px;
	}

	.special-issue-page .btn-submitting{
		margin-top: 0;
		display: block;
	}
}
/*---//SINGLE SPECIAL ISSUE ---*/

/*--- COMMENTS ---*/
#comments{
	margin-top: 30px;
}

#comments #respond form{
	margin: 0;
}

#comments h3#reply-title,
#comments h3.comments-title{
  	color: #1E3F6F;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.38px;
  	line-height: 21px;

	padding-bottom: 0;
	text-transform: uppercase;
}

#comments h3#reply-title{
	border-bottom: 1px solid #1E325C;
}

#comments #commentform select, 
#comments #commentform textarea, 
#comments #commentform input[type="text"], 
#comments #commentform input[type="email"], 
#comments #commentform input[type="password"]{
	margin: 0 0 30px;
}

#comments #commentform #submit{
	text-transform: uppercase;

	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0.23px;
  	line-height: 17px;

	border-radius: 4px;
	background-color: #741429;
    border: 1px solid #741429;
	padding: 8px 20px;
}

#comments #commentform #submit:hover{
	background-color: #0751b3;
	border-color: #0751b3;
	color: #FFFFFF;
}

#comments #commentform{
	display: flex;
    flex-direction: column;
}

#comments #commentform #author{
	order: 1;
}

#comments #commentform #email{
	order: 2;
}

#comments #commentform #comment{
	order: 3;
}

#comments #commentform .gglcptch,
#comments #commentform .anr_captcha_field{
	order: 4;
}

#comments #commentform .form-submit{
	text-align: right;
	order: 5;
}

#comments .avatar{
    margin: auto;
    display: block;
}

.comment-list .children {
    margin-left: 17%;
}

.comment .comment-reply-link{
	text-transform: uppercase;
    border-radius: 6px;
	background-color: #741429;
    border: 1px solid #741429;

    color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 0.23px;
  	line-height: 17px;

	padding: 8px 10px 8px 10px;
	float: left;
}

.comment .comment-reply-link:hover{
	background-color: #0751b3;
	border-color: #0751b3;
	color: #FFFFFF !important;
}

.comment .comment-reply-link:before{
	display: none;
}

.comment-content{
    padding: 0;
    background-color: transparent;
    border: none;
}

#respond h3#reply-title #cancel-comment-reply-link{
	font-size: 14px;
}

#respond form input[type="text"], #respond form textarea{
	font-size: 14px;
}

@media screen and (max-width: 767px){

	#comments h3#reply-title,
	#comments h3.comments-title{
		font-size: 14px;
	    letter-spacing: 0.22px;
	    line-height: 19px;
	}

	#comments #commentform #submit{
		font-size: 12px;
	    line-height: 15px;
	    padding: 7px 17px 7px 17px;
	}
}
/*---//COMMENTS ---*/

/*--- ISSUEs TABLE ---*/
.grid-table-issues{
	margin-top: 15px;
}

#table-issues .column-year,
#table-issues .column-volume{
	width: 8%;
}

#table-issues .column-numbers{
	width: 42%;
}

#table-issues .separator-lines{
	padding-left: 0;
	padding-right: 0;
}

#table-issues .separator-lines hr{
	border-bottom: 2px solid #1e325c59;
	margin: 0;	
	height: 1px;
}

#table-issues thead th{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 15px;
	vertical-align: top;
	padding-bottom: 0;
}

.btn-ahead-print{
	font-weight: normal;
}

.btn-ahead-print [class^="icon-"]:before,
.btn-ahead-print [class*=" icon-"]:before{
	font-size: 34px;
}

.btn-ahead-print span{
	position: relative;
	bottom: 5px;
}

#table-issues td,
#table-issues th{
	border: none;
	/*border-bottom: 1px solid #d8d8d8;*/
}

#table-issues .item-year{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 22px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 15px;
}

#table-issues .item-volume{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 22px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 15px;
}

#table-issues .item-volume a{
    color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 22px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 15px;
    text-align: center;
}

#table-issues .total-articles-volume a{
    color: #222222;
	background-color: #e1ced2;
	font-family: 'Libre Franklin', sans-serif;
  	font-size: 13px;
  	font-weight: normal;
  	letter-spacing: 0;
  	line-height: 15px;
    text-align: center;	
	padding: 5px 10px;	
}

#table-issues .title-suppl{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 15px;
	padding-bottom: 0;
}

#table-issues .item-issue{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 13px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 15px;
	text-align: left;
	
	min-height: 27px;
	margin-right: 10px;
	float: left;
}

#table-issues .item-issue a{
	color: #4A4A4A;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 13px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 15px;
	text-align: center;
}

#table-issues .item-issue .btn {
	border: 0px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 13px;
	line-height: 15px;
	margin-top: -5px;
}

#table-issues .item-issue.suppl a{
  	color: #4A4A4A;
}

#table-issues .item-issue a.btn-primary{
	color: #ffffff;
}

#table-issues .item-volume a,
#table-issues .total-articles-volume a,
#table-issues .item-issue a{
	cursor: pointer;
	border-radius: 3px;
}

#table-issues .item-volume a:hover{
	
}

#table-issues .total-articles-volume a:hover{
	color: #ffffff;
	background-color: #741429;
}

#table-issues .item-issue.suppl a:hover{
	
}

#table-issues .item-issue .img-cover{
	width: 80px;
    height: 111px;
    background-position: top;
    background-size: cover;
    border: 1px solid #ccc;
    margin: 5px auto 5px;
    background-image: url('assets/img/defaults/cover.jpg');
}

@media screen and (max-width: 767px){
	#table-issues .item-volume a,
	#table-issues .item-issue a{
		padding: 2px 10px;
	}
}
/*---//ISSUEs TABLE ---*/

/*--- PAGINATION ---*/
.pagination-grid .misha_loadmore{
	color: #FFFFFF;
  	font-family: 'Libre Franklin', sans-serif;
  	font-size: 12px;
  	font-weight: normal;
  	letter-spacing: 0;
  	line-height: 24px;
	text-transform: uppercase;
	padding: 2px 15px;
}

.pagination-grid .misha_loadmore i{
	margin-right: 3px;
}

.pagination-grid .page-numbers{
	border: 1px solid #f8f9fa;
	border-radius: 4px;
	background-color: #f8f9fa;

	color: #9B9B9B;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 40px;
	text-align: center;

	padding: 5px 10px;
	margin: 10px;
}

.pagination-grid .page-numbers.prev,
.pagination-grid .page-numbers.next{
	color: #1E325C;
}

.pagination-grid .page-numbers.current{
	color: #1E325C;
	font-weight: bold;
	border: 1px solid #e2e6ea;
	background-color: #e2e6ea;
}

.pagination-grid .page-numbers:hover{
	color: #1E325C;
	font-weight: bold;
	border: 1px solid #e2e6ea;
	background-color: #e2e6ea;
}

.pagination-grid .page-numbers.dots:hover{
	color: #9B9B9B;
	font-weight: initial;
	border: 1px solid #f8f9fa;
	background-color: #f8f9fa;
}

.pagination-grid .pagination-nav-form{
    margin-top: 20px;
}

.pagination-grid .pagination-nav-form label{
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin-right: 5px;
}

.pagination-grid .pagination-nav-form .form-control{
	width: auto;
	margin: 0;
	padding: 5px 10px;
	line-height: 15px;
	margin-right: 5px;
}

.pagination-grid .pagination-nav-form .btn{
    padding: 5px 6px;
    border-radius: 4px;
}

@media screen and (min-width: 370px) and (max-width: 767px){
	.pagination-grid .page-numbers{
		margin: 5px;
	}
}

@media screen and (max-width: 369px){
	.pagination-grid .page-numbers{
		margin: 2px;
	}
}
/*---//PAGINATION ---*/

/*--- FAQ ---*/
.item-faq {
	margin-bottom: 10px;
}

.item-faq .question{
	padding: 0;
}

.item-faq .answer p{
	margin-bottom: 0;
}
/*---//FAQ ---*/

/*--- CAROUSEL FADE TRANSITION BOOTSTRAP 4---*/
.carousel-fade .carousel-item {
 	opacity: 0;
 	transition-duration: .6s;
 	transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 	opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 	transform: translateX(0);
 	transform: translate3d(0, 0, 0);
}
/*---//CAROUSEL FADE TRANSITION BOOTSTRAP 4---*/

/*--- TOOLTIP ---*/
.tooltip.show{
	opacity: 1 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;

    color: #4A4A4A;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 19px;

    text-align: center;
	background-color: #EFEFEF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    border-radius: .25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #EFEFEF;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #EFEFEF;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #EFEFEF;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #EFEFEF;
}
/*---//TOOLTIP ---*/

#searchArticlesModal .modal-header{
	border-bottom: 1px solid #1E325C;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#searchArticlesModal .modal-title{
	color: #1E325C;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.29px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
}

#searchArticlesModal form button[type="submit"]{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	padding: 8px 23px 8px 23px;
    margin: 0 auto;
    text-transform: uppercase;
}

#searchArticlesModal .modal-dialog .modal-content{
	background-color: #fff;
}

#searchArticlesModal #form-search-articles .form-control{
	height: 35px;
}

#searchArticlesModal .btn-full-collection{
	width: 100%;
    text-transform: uppercase;	
}

#searchArticlesModal .widget_keywords_list{
	margin-top: 30px;
}

#searchArticlesModal .widget_keywords_list .widget-title{
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-transform: initial;
    letter-spacing: initial;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.modal .modal-dialog .modal-content{
	border-radius: 0;
    background-color: #FEFFFE;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
    border: none;
}

.modal .modal-title {
    padding: 0;
}

.modal button.close{
    font-size: 12px;
    line-height: 20px;
    color: #39393A;
}

.modal button.close:hover {
    background: initial;
    box-shadow: none;
}

#detail-img-modal .modal-body{
	padding-bottom: 1rem;
	text-align: center;
}

#detail-img-modal .source-img{
	font-weight: bold;
}

.error-404{
	text-align: left;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item{
	float: left;
}

div.wpcf7 .ajax-loader{
	margin: 5px;
}

.section-title{
	color: #1E325C;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 5px;
}

.section-title a{
	color: #1E325C;
}

.elementor iframe{
	width: 70%;
}

#video-tab a{
	padding: 10px 20px;
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 600;
}

#video-tab a.active{
	color: #1E325C;
}

#video-tab-content{
	padding: 15px;
}

#video-tab-content .categories-post,
#video-tab-content .categories-post a{
	color: #03DAC4;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    display: block;
}

#video-tab-content .title-post{
    color: #1E325C;
    font-family: 'epigrafica';
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    padding-bottom: 10px;
}

/*--- player podcast ---*/
.ssp-player.ssp-player-large .ssp-album-art-container{
	padding: 10px;
}

.podcast_player {
    float: left;
    width: 65%;
}

.podcast_meta{
	float: left;
}

.podcast_meta a[title="Spotify"]{
    background-color: #1db954;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px 6px 35px;
    position: relative;
}

.podcast_meta a[title="Spotify"]:hover{
	background-color: #1aa64b;
}

.podcast_meta a[title="Sound Cloud"]{
	background-color: #ff7f34;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px 6px 40px;
    position: relative;
}

.podcast_meta a[title="Sound Cloud"]:hover{
	background-color: #fe6d35;	
}

.podcast_meta a[title="Spotify"]:before{
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	font-weight: normal;
	content: '\f1bc';
    position: absolute;
    left: 10px;
    top: 4px;
}

.podcast_meta a[title="Sound Cloud"]:before{
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	font-weight: normal;
	content: '\f1be';
	position: absolute;
    left: 10px;
    top: 4px;
}

@media screen and (max-width: 1299px){
	.podcast_player {
	    width: 62%;
	}
}

@media screen and (max-width: 1199px){
	.podcast_player {
	    width: 56%;
	}
}

@media screen and (max-width: 991px){
	.podcast_player {
	    width: 100%;
	}
}

/*-------Template Editorial Board-------*/

.grid-editorial-board h3 a{
	color: #0c93d2;
	font-size: 20px;
    font-weight: bold;
}

.grid-editorial-board h5 a{
	color: #0c93d2;
	font-size: 18px;
    font-weight: bold;
}

/*-------FACEBOOK SMASH FEED-------*/

#cff .cff-author{
	margin: 10px 0 15px 0;
}

#cff .cff-item{
	padding: 15px 10px 0 10px; 
	background-color: #ffffff;
	border-right: 4px;
}

#cff .cff-author img{
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

#cff .cff-posts-wrap {
    overflow-y: scroll;
    max-height: 318px;
    margin-bottom: 20px;
}

#cff .cff-linebreak {
    display: inline-block;
    height: 0;
    width: 5px;
}

.cff-post-text{
	color: #141823;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
}

.cff-author .cff-author-text .cff-page-name{
	color: #404244;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 17px;
}

#cff .cff-author .cff-date{
	color: #9197A3;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 15px;
}

#cff.cff-default-styles .cff-post-links a{
	color: #9197A3;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 15px;
}