/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   ==========================================================================
   DESidades Custom Styles
   ==========================================================================
   ========================================================================== */

   
/* ==========================================================================
   General
   ========================================================================== */

html {
	margin-top: 0 !important;
}   
body {
	margin: 0;
}
input {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #414042;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;	
}
.site-content {
    clear: both;
    float: left;
    position: relative;
}

/*
 * Buttons
 */
 
button,
input[type="submit"] {
	display: inline-block;
	border: 1px solid #df8934;
	background-color: #fdaa56;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #464646;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	height: 32px;
	line-height: 32px;
}
 
/*
 * Fonts (Typekit - edit 2022)
 */


/*
 * Headings
 */

h2 {
	display:block;
	text-transform: uppercase;
	font-size: 26px;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
h3 {
	display: block;
	font-size: 20px;
	font-family: merriweather, serif;
	font-weight: 400;
	font-style: normal;
}


/*
 * Text
 */

p {
	font-size: 15px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
a:link, a:visited {
	color: #E75A25;
}

a:hover, a:focus {
	color: #F48221;
}


/*
 * Lists
 */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
 * Tables
 */

table.post {
	font-family: 'libre_baskervilleregular';
	font-size:70%;
	margin-bottom:30px;
}
table.post tr.top {
	font-weight:bold;
}
table.post td {
	border:1px solid #bbb;
	padding:5px;
	text-align:center;
}

/*
 * Post Images
 */

figure img.post {
	display: block;
	margin-left: auto;
    margin-right: auto;
	width:60%;
	height:auto;
	border:1px solid #ccc;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
} 

figcaption.post {
text-align:center;
font-family: 'libre_baskervilleregular';
font-size:80%;
font-weight:bold;
}
 
   
/* ==========================================================================
   Header
   ========================================================================== */
   
.site-header {
	display: inline-block;
	width: 100%;
	max-height: 186px;
}

.top-navbar-wrapper {
	display: inline-block;
	width: 100%;
	height: 47px;
	background-color: #EDF1F1;
}

.top-navbar-content-wrapper,
.header-content-wrapper {
	width: 950px;
	margin: 0 auto;
}

.navbar {
	width: 590px;
	display: inline-block;
}

.navbar .toggle-nav {
    display: none !important;
}

.navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar ul.nav-menu > li  {
	display: inline-block;
	line-height: 47px;
	border-left: 1px solid #EDF1F1;
	border-right: 1px solid #EDF1F1;
	position: relative;
	float: left;
	cursor: default;
}

.navbar ul.nav-menu > li:focus,
.navbar ul.nav-menu > li:hover,
.navbar ul.nav-menu > li:active {
	background: #EDF1F1;
	border-left: 1px solid #D8D7D7;
	border-right: 1px solid #D8D7D7;	
}

.navbar ul.nav-menu > li:hover > ul.sub-menu {
	display: block;
}

.navbar ul.nav-menu > li > a {
	display: inline-block;
	line-height: 47px;	
	color: #414042;
	/*font-family: 'open_sansregular';*/
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 14px;
	float: left;	
}

.navbar ul.nav-menu > li > ul.sub-menu {
	display: none;
	width: 245px;
	background-color: #EDF1F1;
	border: 1px solid #D8D7D7;
	border-top: 2px solid #D8D7D7;
    padding-bottom: 7px;
    padding-top: 6px;
	position: absolute;
	left: -1px;
	top: 47px;
	z-index: 70;
}

.navbar ul.nav-menu > li > ul.sub-menu > li {
	display: block;
	line-height: normal;
    padding-bottom: 12px;
    padding-top: 11px;
	border-top: 1px solid #D8D7D7;
	margin-left: 9px;
	margin-right: 9px;
}

.navbar ul.nav-menu > li > ul.sub-menu > li:first-child {
	border-top: 0;
}

.navbar ul.nav-menu > li > ul.sub-menu > li > a {
	color: #5c5b5c;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
    line-height: 17px;	
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: -4px;
}

.navbar ul.nav-menu > li > ul.sub-menu > li > a:focus,
.navbar ul.nav-menu > li > ul.sub-menu > li > a:hover,
.navbar ul.nav-menu > li > ul.sub-menu > li > a:active {
	color: #2e2d2f;
}

.navbar ul.nav-menu > li.menu-item-231,
.navbar ul.nav-menu > li.menu-item-232 {
	background: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.navbar ul.nav-menu > li.menu-item-231 a,
.navbar ul.nav-menu > li.menu-item-232 a {
	color: #848485;
	cursor: default;
}

.site-header .social-media {
	display: inline;
	width: 170px;
	position: absolute;
	margin-top: 5px;
	padding: 10px 0;
}

.site-header .social-media a:link,
.site-header .social-media a:visited,
.site-header a.toggle-search:link,
.site-header a.toggle-search:visited {
	color:#414042;
	text-decoration: none;
}

.site-header .social-media a:hover,
.site-header .social-media a:focus,
.site-header .social-media a:active,
.site-header a.toggle-search:hover,
.site-header a.toggle-search:focus,
.site-header a.toggle-search:active {
	color:#848485;
	text-decoration: none;
}

.site-header .social-media i {
	font-size: 18px;
	padding-right: 15px;
}

.site-header .tools {
	float: right;
	width: 120px;
}

.site-header .tools i {
	font-size: 18px;
}

.site-header .tools a.toggle-search {
	margin-top:15px;
	position: absolute;
}

.top-navbar-content-wrapper #lang_sel_list li:before {
	display: none !important;
}

.top-navbar-content-wrapper .tools > .lang_sel_list_horizontal {
	display: inline-block !important;
	line-height: 31px !important;
	height: 31px !important;	
	vertical-align: top !important;
	position: static !important;
	font-family: inherit !important;
	text-transform: uppercase;	
	width: 85px;
	padding: 7px 0 7px 7px !important;
	float: right;
}

.top-navbar-content-wrapper .tools > .lang_sel_list_horizontal > ul > li > a {
	display: inline-block !important;
	color: #414042 !important;
	font-family: open-sans, sans-serif !important;
	font-weight: 600 !important;
	font-style: normal !important;
	font-size: 13px !important;
	text-decoration: underline !important;
	background: none !important;
	padding: 0 !important;
}

	/*#lang_sel_list{padding: 15px 0 0 0 !important;}*/
	#lang_sel_list li {float: right !important;}
.top-navbar-content-wrapper .tools > #lang_sel_list a,
.top-navbar-content-wrapper .tools > #lang_sel_list a:visited {
	text-decoration: underline !important;
}

.top-navbar-content-wrapper .tools > #lang_sel_list a:focus,
.top-navbar-content-wrapper .tools > #lang_sel_list a:hover,
.top-navbar-content-wrapper .tools > #lang_sel_list a:active {
	text-decoration: none !important;
}

.top-navbar-content-wrapper .tools > .lang_sel_list_horizontal > ul > li > a.lang_sel_sel {
	display: none !important;
}

.site-header #box-search {
	display: none;
}

.site-header #box-search form {
	position: absolute;
	top:47px;
	width: 220px;
	margin-left: -200px;
}

.site-header form label {
	display: none;
}

.site-header form div {
	display: inline-block;
	width: 220px;
	margin-top: 0;
}

.site-header form .search-field {
	width: 160px;
	height: 47px;
	background-color: #EDF1F1;
	padding-left: 16px;
	padding-right: 47px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius:5px;
	border: 0;
	float: left;
	font-size: 13px;
	color: #414042;
	outline: 0 none;
}

.site-header form .search-field::-webkit-input-placeholder {
   font-size: 12px;
   color: #818181;
}

.site-header form .search-field:-moz-placeholder { /* Firefox 18- */
   font-size: 12px;
   color: #818181;
}

.site-header form .search-field::-moz-placeholder {  /* Firefox 19+ */
   font-size: 12px;
   color: #818181;   
}

.site-header form .search-field:-ms-input-placeholder {  
   font-size: 12px;
   color: #818181;   
}

.site-header form .search-submit {
	background: none;
	width: 24px;
	height: 31px;
	border:	0;
	text-indent: -999px;
	cursor: pointer;
	float: right;
	margin-top: -31px;
	margin-right: 5px;
	outline: 0 none;
	-webkit-box-shadow: none;
	box-shadow:  none;
}

.site-header form .search-submit:focus,
.site-header form .search-submit:hover,
.site-header form .search-submit:active {
	background-position: center -45px;
}

.site-title {
	display: inline-block;
	background: url(images/logo.png) no-repeat top left;
	width: 220px;
	height: 50px;
	margin-top: 27px;
	float: left;
	margin-bottom: 0;
}

.site-description {
	display: inline-block;
	font-size: 14px;
	color: #565656 !important;
	text-transform: uppercase;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	float: left;
	margin-top: 56px;
	margin-left: 16px;
	margin-bottom: 0;	
}

html[lang="es-ES"] .site-description {
	letter-spacing: -0.02em;
	margin-left: 13px;
}

.issn {
	display: inline-block;
	float: right;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	color: #656565;
	margin-top: 60px;
}


/*
 * Sign-up
 */

.sign-up {
	position: absolute;
	top: 45px;
	display: none;
	width: 420px;
	height: 102px;
	padding: 25px 20px;
	padding-bottom: 22px;
	background-color: #EDF1F1;
	border: 1px solid #D8D7D7;
	border-top: 2px solid #D8D7D7;
	z-index: 600;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	margin-left: 200px;
}

.sign-up:before {
    border-bottom: 7px solid rgba(216, 215, 215, 1.0);
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 197px;
    position: absolute;
    top: -8px;
}

.sign-up.active {
	display: block;
}

.sign-up > span {
	display: inline-block;
	width: 100%;
	color: #5C6063;
	font-size: 18px;
	font-family: open-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #D8D7D7;
	margin-bottom: 15px;
}

.sign-up p {
	display: inline-block;
	width: auto;
	color: #5C6063;
	font-size: 15px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	vertical-align: top;
}

.sign-up input[type="email"] {
	height: 32px !important;
	width: 204px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	margin-top: 0 !important;
    background-color: #FFFFFF;
    border: 1px solid #D8D7D7;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #414042;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
}

.sign-up form {
	margin-left: 0 !important;
	width: 100% !important;
    display: inline-block;
    height: 36px !important;
    line-height: 36px !important;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

.sign-up input[type="submit"] {
	background-color: #f5f5f5;
	color: #5C6063;
	font-size: 15px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 1px !important;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #c4c8c8;
	width: 68px !important;
	outline: 0 none;	
	display: block;
}

.sign-up input[type="submit"]:active {
	box-shadow: none;
	outline: 0 none;
}

.sign-up div.wpcf7 .wpcf7-not-valid-tip {
    width: 204px !important;
	display: inline-block;
	background-color: #fcedef;
    border: 1px solid #dc7586;
	height: 30px;
    line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
    color: #c93951;	
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    margin-left: 60px;
    margin-top: -11px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;	
}

.sign-up div.wpcf7 .wpcf7-response-output {
    display: none;
	position: absolute;
	z-index: 700;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    height: 31px;
	line-height: 31px;
    top: -5px;
	left: -7px;
    width: 363px;	
	padding-left: 8px;
	padding-right: 8px;
}

.sign-up div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}

.sign-up div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	display: inline-block !important;
	background-color: #e3ffc1;
	border: 1px solid #7ab337;
	color: #608250;
}


/* ==========================================================================
   Left Sidebar
   ========================================================================== */
  
.sidebar-wrapper {
	position: absolute;
	width: 100%;
}

.sidebar-wrapper .fixed-content.fixed,
.sidebar-wrapper .fixed-content-2.fixed {
    position: fixed;
    top: 0;
    width: 150px;
	z-index: 500;
}

.sidebar-wrapper .fixed-content.fixed.bottom,
.sidebar-wrapper .fixed-content-2.fixed.bottom {
    bottom: 0;
	top: auto;
	position: absolute;
}

.sidebar-content-wrapper {
    height: 610px;
    margin: auto;
    width: 950px;
	margin-top:20px;
}

.sidebar-wrapper .toggle-nav {
    display: none !important;
}

.sidebar-content {
	display: block;
	width: 150px;
	height: 100%;	
}

.sidebar-content,
.sidebar-wrapper .sidebar-content .fixed-content.fixed,
.sidebar-wrapper .sidebar-content .fixed-content.fixed.bottom,
.sidebar-wrapper .sidebar-content .fixed-content-2.fixed,
.sidebar-wrapper .sidebar-content .fixed-content-2.fixed.bottom {
	background-color: #FF9523;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

.sidebar-content > .fixed-content > span,
.sidebar-content > .fixed-content-2 > span {
	margin-left: 14px;
}

.sidebar-content .edition-number {
	display: block;
	font-size: 60px;
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #472a09;
	padding-top: 7px;
	text-decoration: none;
	margin-left: 14px;
	position: relative;
	z-index: 1;
}

.sidebar-content .edition-date {
	display: block;
	font-size: 18px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #56330d;
	margin-top: -3px;
	margin-bottom: 16px;
}

.sidebar-content .magazine-year {
	display: block;
	font-size: 15px;
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #4d2d0b;
	text-transform: uppercase;
	margin-top: 1px;
	margin-bottom: 16px;
}

.magazine-nav h2 {
	display: none !important;
}

.magazine-nav > ul > li {
	display: inline-block;
	line-height: 79px;
	width: 100%;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 50;
	cursor: default;
}

.magazine-nav > ul > li > span,
.magazine-nav > ul > li > div {
	display: inline-block;
	width: 100%;
	line-height: 79px;
    border-top: 1px solid #DB8120;
}

.magazine-nav > ul > li > span {
	cursor: default;
}

.magazine-nav > ul > li:first-child > span,
.magazine-nav > ul > li:first-child > div {
	border-top: 5px solid #DB8120
}

.magazine-nav ul > li > span > a,
.magazine-nav ul > li > div > span {
	display: inline-block;
	font-size: 14px;
	font-family: open-sans, sans-serif;
	font-style: normal;
	color: #56330d;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
	vertical-align: middle;
	margin-top: -4px;
	padding: 5px;
	position: relative;
	z-index: 60;
}

.magazine-nav ul > li > span > a:focus,
.magazine-nav ul > li > span > a:hover,
.magazine-nav ul > li > span > a:active,
.magazine-nav ul > li > div > span:focus,
.magazine-nav ul > li > div > span:hover,
.magazine-nav ul > li > div > span:active {
	color: #2e1b07;
}

.magazine-nav ul > li > ul {
	display: none;
	width: 256px;
	background-color: #fe9c35;
	border: 1px solid #cb771d;
	border-left: 5px solid #cb771d;
	margin-left: 140px;
	position: absolute;
	top: -1px;
	z-index: 500;
	padding-bottom: 7px;
	padding-top: 6px;
}

.magazine-nav ul > li > ul:before {
    border-right: 7px solid #cb771d;
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    position: absolute;
    left: -11px;
    top: 31px;	
}

.magazine-nav > ul > li.cat-item-9:hover > ul,
.magazine-nav > ul > li.cat-item-11:hover > ul,
.magazine-nav > ul > li.cat-item-16:hover > ul,
.magazine-nav > ul > li.cat-item-18:hover > ul,
.magazine-nav > ul > li.cat-item-9 > span:hover + ul,
.magazine-nav > ul > li.cat-item-11 > span:hover + ul,
.magazine-nav > ul > li.cat-item-16 > span:hover + ul,
.magazine-nav > ul > li.cat-item-18 > span:hover + ul,
.magazine-nav > ul > li > ul:hover {
	display: block;
}

.magazine-nav > ul > li.cat-item-9:hover > ul > span,
.magazine-nav > ul > li.cat-item-11:hover > ul > span,
.magazine-nav > ul > li.cat-item-9 > span:hover,
.magazine-nav > ul > li.cat-item-11 > span:hover {
	color: #2e1b07;
}

.magazine-nav ul > li > ul > li {
	line-height: normal;
	margin-left: 14px;
	margin-right: 14px;
	border-top: 1px solid #eb9030;
	padding-top: 11px;
	padding-bottom: 11px;
}

.magazine-nav ul > li > ul > li:first-child {
	border-top: 0;
}

.magazine-nav ul > li > ul > li > span > a {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #543311;
	font-size: 13px;
	text-transform: none;
	line-height: 17px;
}

.sidebar-content > .fixed-content a.btn-download,
.sidebar-content > .fixed-content-2 a.btn-download {
	display: block;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #3a2209;
	font-size: 14px;
	text-decoration: none;
	padding-left: 5px;
	margin-bottom: 24px;
	margin-left: 10px;
    margin-right: 10px;
	border-top: 5px solid #db8120;
	position: relative;
	z-index: 70;
}

.sidebar-content > .fixed-content a.btn-download:hover  > i,
.sidebar-content > .fixed-content-2 a.btn-download:hover  > i {
	background-position: bottom left;	
}

.sidebar-content > .fixed-content a.btn-download > i,
.sidebar-content > .fixed-content-2 a.btn-download > i {
	display: block;
	font-size: 40px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.sidebar-content > .fixed-content a.btn-download > span,
.sidebar-content > .fixed-content-2 a.btn-download > span {
	display: inline-block;
	line-height: 19px;
	width: 100px;
}

	
/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
	clear: both;
	width: 100%;
	display: block;
}

/*
 * Logos
 */
 .logos-list img {
	 vertical-align: top;
	 padding-bottom:10px;
}

.footer-logos-wrapper {
	display: block;
}

.footer-logos {
	width: 950px;
	margin: 0 auto; 
}

.footer-logos > div {
	display: inline-block;
	vertical-align: top;
}

.footer-logos > div > span {
	display: inline-block;
	font-size: 17px;
	color: #6a6a6a;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 24px;
}

.footer-logos > div > ul {
	padding-top: 12px;
	padding-bottom: 0;
	border-top: 3px solid #d4d4d4;
	margin-top: 6px;
}

.footer-logos > div > ul > li {
	display: inline-block;
	width: 140px;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
	text-align: center;
}

.footer-logos > div > ul > li:first-child {
	margin-left: 0;
}

.footer-logos > div.execution-logos-wrapper > ul {
	width: 345px;
	margin-right: 50px;
}

.footer-logos > div.support-logos-wrapper > ul {
	width: 550px;
}

.footer-logos > div.partners-logos-wrapper > ul {
	width: 950px;
	padding-bottom: 26px;
}

.footer-logos > div.execution-logos-wrapper > ul > li,
.footer-logos > div.support-logos-wrapper > ul > li {
	height: 71px;
	line-height: 71px;
}

.footer-logos > div.partners-logos-wrapper {
	/*margin-top: -2px;*/
	margin-top: 28px;
}
 
 /*
 * Links
 */
 
.site-footer .footer-links-wrapper {
	width: 100%;
	background-color: #E5E9EC;
	display: block;
}

.site-footer .footer-links-wrapper .footer-links {
	width: 950px;
	margin: 0 auto;
}

.footer-links .footer-navbar {
	width: 930px;
	display: inline-block;
}

.footer-links .footer-navbar ul.menu {
	display: inline-block;
	margin-top: 29px;
	padding-bottom: 33px;
}

.footer-links .footer-navbar ul.menu > li  {
	display: inline-block;
	padding-left: 21px;
	vertical-align: top;
}

.footer-links .footer-navbar ul.menu > li:first-child {
	padding-left: 0;
}

.footer-links .footer-navbar ul.menu a {
	color: #414042;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
}

.footer-links .footer-navbar ul.menu a:focus,
.footer-links .footer-navbar ul.menu a:hover,
.footer-links .footer-navbar ul.menu a:active {
	color: #101010;
}

.footer-links .footer-navbar ul.sub-menu {
	border-top: 1px solid #bab9b9;
	padding-right: 3px;
	padding-top: 10px;
	margin-top: 6px;
}

.footer-links .footer-navbar ul.sub-menu > li {
	line-height: 26px;
}

.footer-links .footer-navbar ul.sub-menu > li > a {
	font-size: 12px;
	text-transform: uppercase;
}

.footer-links .footer-navbar ul.menu > li:first-child > a,
.footer-links .footer-navbar ul.menu > li:first-child + li > a {
	cursor: default;
}

.footer-links .footer-navbar ul.menu > li:first-child > a:focus,
.footer-links .footer-navbar ul.menu > li:first-child + li > a:focus,
.footer-links .footer-navbar ul.menu > li:first-child > a:hover,
.footer-links .footer-navbar ul.menu > li:first-child  + li > a:hover,
.footer-links .footer-navbar ul.menu > li:first-child + li > a:active,
.footer-links .footer-navbar ul.menu > li:first-child > a:active {
	color: #414042;
}

.footer-links .site-info {
	display: inline-block;
	float: right;
	margin-top: 40px;
}

.site-footer .adress-wrapper {
	background-color: #CACACA;
	padding-top: 14px;
	padding-bottom: 16px;
}

.site-footer .adress-wrapper span {
	display: block;
    margin: 0 auto;
    width: 950px;
    color: #414042;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 13px;	
}

.site-footer .adress-wrapper span em {
    display: inline-block;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-right: 6px;
	font-style: normal;
}

.site-footer .adress,
.site-footer .tels {
	border-top: 1px solid #aaaaaa;
	margin-top: 7px !important;
	padding-top: 7px;
}
   
   
/* ==========================================================================
   Home / Cover Post
   ========================================================================== */

.home .latest-news-wrapper {
	background-color: #FFF;
	width: 100%;
	margin-top:40px;
	height: 620px;
}

.home .latest-news-content {
	width: 950px;
	margin: 0 auto;
}

.home .site-content .latest-news-content p {
	display: inline;
	width: 100%;
	font-size: 13px;
}

.home .site-content .latest-news-content h3 {
	display: block;
	width: 100%;
	color: #565656;
	margin-bottom: 10px;
	font-size: 24px;
}

.home .site-content .latest-news-content a:link,
.home .site-content .latest-news-content a:visited,
.home .site-content .latest-news-content a:hover {
	font-size: 13px;
	font-weight: 700;
}

.home .latest-news-content .highlight  {
	width: 48%;
	color: #FFFFFF;
	display: inline;
	float: left;
}

.home .latest-news-content .highlight figure {
	position: relative;
	width: 100%;
}

.home .latest-news-content .highlight figure img  {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	width: 100%;
}

.home .latest-news-content .highlight .text-box  {
	padding: 20px 30px;
	background-color: #414042;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.home .latest-news-content .highlight h3  {
	color: #FFFFFF;
}

.home .site-content .highlight a:link,
.home .site-content .highlight a:visited,
.home .site-content .highlight a:hover {
	font-weight: 600;
}

.home .latest-news-content .latest-news  {
	width: 48%;
	float: right;
	display: block;
}

.home .latest-news-content .latest-news ul li  {
	border-bottom: 1px solid #DDE3E3;
	padding: 25px 0 30px 0;
}

.home .latest-news-content .latest-news ul li:first-child  {
	padding-top: 20px;
}

.home .latest-news-content .latest-news ul li:last-child  {
	border-bottom: none;
}

.home .latest-news-wrapper .button {
	margin: auto;
	width: 150px;
}

.home .latest-news-wrapper .button-news {
	width: 150px;
	height: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #E75A25;
	border: none;
	margin-top: 30px;
}

.home .latest-news-wrapper .button-news a:link,
.home .latest-news-wrapper .button-news a:visited,
.home .latest-news-wrapper .button-news a:hover {
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.home .latest-news-wrapper .button-news:hover {
	background-color: #FF9523;
}

.home .latest-news-wrapper .cta {
	background-color: #F8F9FA;
	padding: 20px;
	margin: 30px auto;
	display: block;
}

.home .latest-news-wrapper .cta .cta-txt {
	width: 50%;
	margin: auto;
	text-align: center;
	line-height: 14px;
	color: #656565;
}


body.single-cover .editorial-wrapper,
body.single-cover .featured-topics-wrapper,
body.single-cover .open-space-wrapper,
body.single-cover .bibliographic-info-wrapper,
body.single-edicao .editorial-wrapper,
body.single-edicao .featured-topics-wrapper,
body.single-edicao .open-space-wrapper,
body.single-edicao .bibliographic-info-wrapper,
.home .editorial-wrapper,
.home .featured-topics-wrapper,
.home .open-space-wrapper,
.home .bibliographic-info-wrapper {
	width: 100%;
	float: left;
	padding-bottom: 53px;
}

body.single-cover .editorial-wrapper .editorial,
body.single-cover .featured-topics-wrapper .featured-topics,
body.single-cover .open-space-wrapper .open-space,
body.single-cover .bibliographic-info-wrapper .bibliographic-info,
body.single-edicao .editorial-wrapper .editorial,
body.single-edicao .featured-topics-wrapper .featured-topics,
body.single-edicao .open-space-wrapper .open-space,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info,
.home .editorial-wrapper .editorial,
.home .featured-topics-wrapper .featured-topics,
.home .open-space-wrapper .open-space,
.home .bibliographic-info-wrapper .bibliographic-info {
	width: 950px;
	margin: 0 auto;
	padding-left: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	position: relative;
}

body.single-cover .site-content h2,
body.single-cover .site-content h3,
body.single-cover .site-content h3 + span,
body.single-cover .site-content p,
body.single-edicao .site-content h2,
body.single-edicao .site-content h3,
body.single-edicao .site-content h3 + span,
body.single-edicao .site-content p,
body.single-edicao .site-content .lista-autor,
body.single-artigo .site-content .lista-autor,
.home .site-content h2,
.home .site-content h3,
.home .site-content h3 + span,
.home .site-content p,
.home .site-content .lista-autor  {
	width: 510px;
	display: block;
}

body.single-cover .site-content h2,
body.single-edicao .site-content h2,
.home .site-content h2 {
	padding-top: 28px;
	margin-top: 0;
	margin-bottom: 19px;
}

body.single-cover .site-content h2.subcategoria,
body.single-edicao .site-content h2.subcategoria,
.home .site-content h2.subcategoria {
	font-size: 22px;
	margin-bottom: 30px;
	color:#FF9523;
}

body.single-cover .site-content h2.subcategoria span,
body.single-edicao .site-content h2.subcategoria span,
.home .site-content h2.subcategoria span {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
}

body.single-edicao .site-content .lista-editores,
.home .site-content .lista-editores {
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: italic;
	padding-bottom: 30px;
	width: 510px;
}

body.single-edicao .site-content .lista-editores span,
.home .site-content .lista-editores span {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}

body.single-cover .site-content .editorial h2,
body.single-edicao .site-content .editorial h2,
.home .site-content .editorial h2 {
	margin-bottom: 19px;
}

body.single-cover .site-content h3,
body.single-edicao .site-content h3,
.home .site-content h3 {
	margin-top: 0;
	margin-bottom: 0;
}

body.single-cover .site-content h3 + p,
body.single-edicao .site-content h3 + p,
.home .site-content h3 + p {
	margin-top: 13px;
}

body.single-cover .site-content h3 + span,
body.single-edicao .site-content h3 + span,
.home .site-content h3 + span {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	margin-top: 6px;
	margin-bottom: 23px;
}

body.single-cover .site-content p,
.home .site-content p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 28px;
}

body.single-cover .editorial-wrapper,
body.single-edicao .editorial-wrapper,
.home .editorial-wrapper {
	background-color: #fff;
}

body.single-cover .editorial-wrapper .editorial h2,
body.single-edicao .editorial-wrapper .editorial h2,
.home .editorial-wrapper .editorial h2 {
	color:#414042;
}

body.single-cover .editorial-wrapper .editorial p,
body.single-cover .editorial-wrapper .editorial figure span,
body.single-edicao .editorial-wrapper .editorial p,
body.single-edicao .editorial-wrapper .editorial figure span,
.home .editorial-wrapper .editorial p,
.home .editorial-wrapper .editorial figure span {
	/*color: #4a4d50;*/
	color:#000;
}

body.single-cover .featured-topics-wrapper,
body.single-edicao .featured-topics-wrapper,
.home .featured-topics-wrapper {
	background-color: #F8F9FA;
}

body.single-cover .featured-topics-wrapper .featured-topics h3,
body.single-cover .editorial-wrapper h3,
body.single-cover .featured-topics-wrapper .featured-topics p,
body.single-cover .featured-topics-wrapper .featured-topics figure span,
body.single-edicao .featured-topics-wrapper .featured-topics h3,
body.single-edicao .editorial-wrapper h3,
body.single-edicao .featured-topics-wrapper .featured-topics p,
body.single-edicao .featured-topics-wrapper .featured-topics .lista-autor,
body.single-edicao .featured-topics-wrapper .featured-topics figure span,
.home .featured-topics-wrapper .featured-topics h3,
.home .editorial-wrapper h3,
.home .featured-topics-wrapper .featured-topics p,
.home .featured-topics-wrapper .featured-topics .lista-autor,
.home .featured-topics-wrapper .featured-topics figure span {
	/*color: #464a4c;*/
	color:#414042;
}

body.single-cover .featured-topics-wrapper .featured-topics ul li,
body.single-edicao .open-space-wrapper .open-space ul li,
body.single-edicao .featured-topics-wrapper .featured-topics ul li,
.home .featured-topics-wrapper .featured-topics ul li,
.home .open-space-wrapper .open-space ul li {
    border-top: 1px solid #D8D7D7;
    margin-top: 37px;
    padding-top: 27px;
    position: relative;
}

body.single-edicao .featured-topics-wrapper .featured-topics ul li .lista-autor,
body.single-edicao .open-space-wrapper .open-space ul li .lista-autor,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info ul li .lista-autor,
.home .featured-topics-wrapper .featured-topics ul li .lista-autor,
.home .open-space-wrapper .open-space ul li .lista-autor,
.home .bibliographic-info-wrapper .bibliographic-info ul li .lista-autor {
    margin: 20px 0 30px 0;
	line-height: 130%;
	font-style: italic;
	font-size: 120%;
	font-family: open-sans, sans-serif;
}

body.single-edicao .featured-topics-wrapper .featured-topics ul li .lista-autor ul li,
body.single-edicao .open-space-wrapper .open-space ul li .lista-autor ul li,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info ul li .lista-autor ul li,
body.single-artigo .lista-autor ul li,
.home .featured-topics-wrapper .featured-topics ul li .lista-autor ul li,
.home .open-space-wrapper .open-space ul li .lista-autor ul li,
.home .bibliographic-info-wrapper .bibliographic-info ul li .lista-autor ul li {
    border-top: none;
    display: inline;
}

body.single-edicao .featured-topics-wrapper .featured-topics ul li .lista-autor ul li::after,
body.single-edicao .open-space-wrapper .open-space ul li .lista-autor ul li::after,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info ul li .lista-autor ul li::after,
body.single-artigo .lista-autor ul li::after,
.home .featured-topics-wrapper .featured-topics ul li .lista-autor ul li::after,
.home .open-space-wrapper .open-space ul li .lista-autor ul li::after,
.home .bibliographic-info-wrapper .bibliographic-info ul li .lista-autor ul li::after {
	content: ", ";
}

body.single-edicao .featured-topics-wrapper .featured-topics ul li .lista-autor ul li:last-child::after,
body.single-edicao .open-space-wrapper .open-space ul li .lista-autor ul li:last-child::after,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info ul li .lista-autor ul li:last-child::after,
body.single-artigo .lista-autor ul li:last-child::after,
.home .featured-topics-wrapper .featured-topics ul li .lista-autor ul li:last-child::after,
.home .open-space-wrapper .open-space ul li .lista-autor ul li:last-child::after,
.home .bibliographic-info-wrapper .bibliographic-info ul li .lista-autor ul li:last-child::after {
	content: none;
}

body.single-cover .featured-topics-wrapper .featured-topics ul li:first-child,
body.single-edicao .featured-topics-wrapper .featured-topics ul li:first-child,
body.single-edicao .open-space-wrapper .open-space ul li:first-child,
.home .featured-topics-wrapper .featured-topics ul li:first-child,
.home .open-space-wrapper .open-space ul li:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

body.single-cover .open-space-wrapper,
body.single-edicao .open-space-wrapper,
.home .open-space-wrapper {
	background-color: #fff;
}

body.single-cover .open-space-wrapper .open-space h2,
body.single-edicao .open-space-wrapper .open-space h2,
.home .open-space-wrapper .open-space h2 {
	color: #414042;
}

body.single-cover .open-space-wrapper .open-space h3,
body.single-cover .open-space-wrapper .open-space p,
body.single-edicao .open-space-wrapper .open-space h3,
body.single-edicao .open-space-wrapper .open-space p,
body.single-edicao .open-space-wrapper .open-space .lista-autor,
.home .open-space-wrapper .open-space h3,
.home .open-space-wrapper .open-space p,
.home .open-space-wrapper .open-space .lista-autor {
	color: #414042;
}

body.single-cover .open-space-wrapper .open-space h3 + span,
body.single-cover .open-space-wrapper .open-space figure span,
body.single-edicao .open-space-wrapper .open-space h3 + span,
body.single-edicao .open-space-wrapper .open-space figure span,
.home .open-space-wrapper .open-space h3 + span,
.home .open-space-wrapper .open-space figure span {
	color: #414042;
}

body.single-cover .bibliographic-info-wrapper,
body.single-edicao .bibliographic-info-wrapper,
.home .bibliographic-info-wrapper {
	background-color: #F8F9FA;
}

body.single-cover .bibliographic-info-wrapper .bibliographic-info h2,
body.single-cover .bibliographic-info-wrapper .bibliographic-info h3,
body.single-cover .bibliographic-info-wrapper .bibliographic-info p,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info h2,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info h3,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info p,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info .lista-autor,
.home .bibliographic-info-wrapper .bibliographic-info h2,
.home .bibliographic-info-wrapper .bibliographic-info h3,
.home .bibliographic-info-wrapper .bibliographic-info p,
.home .bibliographic-info-wrapper .bibliographic-info .lista-autor {
	color: #414042;
}

body.single-cover .bibliographic-info-wrapper .bibliographic-info h3 + span,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info h3 + span,
.home .bibliographic-info-wrapper .bibliographic-info h3 + span {
	color: #414042;
}

body.single-cover .bibliographic-info-wrapper .bibliographic-info h3 + p,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info h3 + p,
.home .bibliographic-info-wrapper .bibliographic-info h3 + p {
	margin-top: 18px;
}

body.single-cover .bibliographic-info-wrapper .bibliographic-info ul li:first-child,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info ul li:first-child,
.home .bibliographic-info-wrapper .bibliographic-info ul li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;	
}

body.single-cover .bibliographic-info-wrapper .bibliographic-info ul li,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info ul li,
.home .bibliographic-info-wrapper .bibliographic-info ul li {
	border-top: 1px solid #D8D7D7;
	margin-top: 37px;
	padding-top: 27px;
	position: relative;
}

body.single-cover .site-content figure,
body.single-edicao .site-content figure,
.home .site-content figure {
	display: inline-block;
	margin: 0;
	position: absolute;
	right: 0;
}

body.single-edicao .site-content .editorial-wrapper figure,
.home .site-content .editorial-wrapper figure {
	display: none;	
}

body.single-cover .site-content figure img,
body.single-edicao .site-content figure img,
.home .site-content figure img {
	-webkit-border-radius: 100px;
    border-radius: 100px;	
}

body.single-cover .site-content .bibliographic-info figure img,
body.single-edicao .site-content .bibliographic-info figure img,
.home .site-content .bibliographic-info figure img {
	-webkit-border-radius: 0;
    border-radius: 0;	
}

body.single-cover .site-content figure span,
body.single-edicao .site-content figure span,
.home .site-content figure span {
    display: block;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

body.single-cover .site-content figure legend,
body.single-edicao .site-content figure legend,
.home .site-content figure legend {
	display: none;
}

body.single-cover .site-content .editorial > a,
body.single-cover .site-content .featured-topics > ul > li > a,
body.single-cover .site-content .open-space > a,
body.single-cover .site-content .open-space > ul > li > a,
body.single-cover .site-content .bibliographic-info > ul > li > a,
body.single-edicao .site-content .editorial > a,
body.single-edicao .site-content .featured-topics > ul > li > a,
body.single-edicao .site-content .open-space > ul > li > a,
body.single-edicao .site-content .bibliographic-info > ul > li > a,
.home .site-content .editorial > a,
.home .site-content .featured-topics > ul > li > a,
.home .site-content .open-space > a,
.home .site-content .open-space > ul > li > a,
.home .site-content .bibliographic-info > ul > li > a {
	text-decoration: none;
}

body.single-cover .site-content .editorial > a:hover,
body.single-cover .site-content .featured-topics > ul > li > a:hover,
body.single-cover .site-content .open-space > a:hover,
body.single-cover .site-content .open-space > ul > li > a:hover,
body.single-cover .site-content .bibliographic-info > ul > li > a:hover,
body.single-edicao .site-content .editorial > a:hover,
body.single-edicao .site-content .featured-topics > ul > li > a:hover,
body.single-edicao .site-content .open-space > ul > li > a:hover,
body.single-edicao .site-content .bibliographic-info > ul > li > a:hover,
.home .site-content .editorial > a:hover,
.home .site-content .featured-topics > ul > li > a:hover,
.home .site-content .open-space > a:hover,
.home .site-content .open-space > ul > li > a:hover,
.home .site-content .bibliographic-info > ul > li > a:hover {
	color: #FF9523;
}

body.single-cover .site-content .editorial a:hover figure:before,
body.single-cover .site-content .featured-topics a:hover figure:before,
body.single-cover .site-content .open-space a:hover figure:before,
body.single-edicao .site-content .editorial a:hover figure:before,
body.single-edicao .site-content .featured-topics a:hover figure:before,
body.single-edicao .site-content .open-space a:hover figure:before,
.home .site-content .editorial a:hover figure:before,
.home .site-content .featured-topics a:hover figure:before,
.home .site-content .open-space a:hover figure:before {
    content: "";
    width: 197px;
	height: 197px;
	display: inline-block;
    position: absolute;
	background: url(images/img-hover.png) no-repeat transparent center center;
	-webkit-border-radius: 100px;
    border-radius: 100px;
	opacity: 0.25;	
}

body.single-cover .site-content .bibliographic-info a:hover figure:before,
body.single-edicao .site-content .bibliographic-info a:hover figure:before,
.home .site-content .bibliographic-info a:hover figure:before {
    content: "";
    width: 197px;
	height: 197px;
	display: inline-block;
    position: absolute;
	background: url(images/img-hover.png) no-repeat transparent center center;
	-webkit-border-radius: 0;
    border-radius: 0;
	opacity: 0.25;	
}

html.ie8 body.single-cover .site-content .editorial a:hover figure:before,
html.ie8 body.single-cover .site-content .featured-topics a:hover figure:before,
html.ie8 body.single-cover .site-content .open-space a:hover figure:before,
html.ie8 body.single-cover .site-content .bibliographic-info a:hover figure:before,
html.ie8 body.single-edicao .site-content .editorial a:hover figure:before,
html.ie8 body.single-edicao .site-content .featured-topics a:hover figure:before,
html.ie8 body.single-edicao .site-content .open-space a:hover figure:before,
html.ie8 body.single-edicao .site-content .bibliographic-info a:hover figure:before,
html.ie8 .home .site-content .editorial a:hover figure:before,
html.ie8 .home .site-content .featured-topics a:hover figure:before,
html.ie8 .home .site-content .open-space a:hover figure:before,
html.ie8 .home .site-content .bibliographic-info a:hover figure:before {
	background: none !important;
	display: none !important;
}

body.single-cover .editorial-wrapper .editorial figure,
body.single-edicao .editorial-wrapper .edi
.home .editorial-wrapper .editorial figure {
	top: 83px;
}

body.single-cover .featured-topics-wrapper .featured-topics .topics-list li figure,
body.single-edicao .featured-topics-wrapper .featured-topics .topics-list li figure,
.home .featured-topics-wrapper .featured-topics .topics-list li figure {
	top: 39px;
	bottom: auto;
}

body.single-cover .featured-topics-wrapper .featured-topics .topics-list li:first-child figure,
body.single-edicao .featured-topics-wrapper .featured-topics .topics-list li:first-child figure,
.home .featured-topics-wrapper .featured-topics .topics-list li:first-child figure {
	top: 12px;
}

body.single-cover .open-space-wrapper .open-space figure,
body.single-edicao .open-space-wrapper .open-space figure,
.home .open-space-wrapper .open-space figure {
	top: 98px;
}

body.single-cover .bibliographic-info figure,
body.single-edicao .bibliographic-info figure,
.home .bibliographic-info figure {
	top: 13px;
}

body.single-cover .bibliographic-info .reviews-list li:first-child figure,
body.single-edicao .bibliographic-info .reviews-list li:first-child figure,
.home .bibliographic-info .reviews-list li:first-child figure {
	top: -13px;
}

body.single-cover .bibliographic-info figure img,
body.single-edicao .bibliographic-info figure img,
.home .bibliographic-info figure img {
	width: 145px;
	margin-right: 25px;
}

body.single-cover .site-content .bibliographic-info a:hover figure:before,
body.single-edicao .site-content .bibliographic-info a:hover figure:before,
.home .site-content .bibliographic-info a:hover figure:before {
	width: 145px;
	height: 145px;
}

body.single-cover .editorial-wrapper h2,
body.single-cover .featured-topics-wrapper h2,
body.single-cover .open-space-wrapper h2,
body.single-cover .bibliographic-info-wrapper h2,
body.single-edicao .editorial-wrapper h2,
body.single-edicao .featured-topics-wrapper h2,
body.single-edicao .open-space-wrapper h2,
body.single-edicao .bibliographic-info-wrapper h2 {
	text-transform: uppercase !important;
	font-size: 26px !important;
	font-family: open-sans, sans-serif !important;
	font-weight: 600 !important;
	font-style: normal !important;
}


body.single-edicao .featured-topics-wrapper h2.subcategoria {
	font-size: 22px !important;
}


/* ==========================================================================
   Posts
   ========================================================================== */
   
body.single .site-content {
	width: 100%;
	background-color: #F8F9FA;
	display: inline-block;
	margin-top: 10px;
}

body.single .post-wrapper {
	width: 950px;
	margin: 0 auto;
	float: none;
}

body.single .entry-header,
body.single .entry-content {
	width: 710px;
	display: block;
	padding-left: 150px;
	position: relative;
	z-index: 20;
}

body.single .entry-content {
	width: 680px;
}

body.single .entry-header,
body.single .entry-content h2:first-child {
    display: block;
    width: 510px;
}

body.single .site-content p {
	line-height: 25px;
}

body.single .entry-content p img {
	display: block;
	margin:20px auto;
	margin-bottom: 0;
	width:100%;
	height:auto;
	border:1px solid #ccc;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

body.single .site-content p:first-child span {
	padding-right: 5px;
}

body.single .entry-header .categories-links a {
	display: block;
	padding-top: 37px;
	margin-bottom: 19px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
    font-size: 26px;
}

body.single .entry-header h1 {
	display: block;
	font-family: merriweather, serif;
	font-weight: 400;
	font-style: normal;
    font-size: 28px;
	padding-bottom: 18px;
	border-bottom: none;	
}

body.single .site-content h2 {
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
    font-size: 24px;
	text-transform: none;
}

body.single .page-links {
    display: inline-block;
    float: left;
}

body.single .page-links .page-links-title {
	display: none;
}

body.single .page-links > a,
body.single .page-links > span {
    display: inline-block;
/*	background-color: #FBB972;
    color: #543311;
	border: 1px solid #e18623;  Orange  */ 
	background-color: #F5F5F5;
	border: 1px solid #b6b9b9;
	color: #5C6063;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 15px;
    margin-bottom: 39px;
    margin-top: 29px;
    outline: 0 none;
	padding: 5px 10px;
	text-decoration: none;
	float: left;
	margin-right: 8px;
}

body.single .page-links a:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.single .page-links > span {
	background-color: #FBB972;
    color: #543311;
	border: 1px solid #e18623;
}

body.single .addtoany_share_save_container {
    display: inline-block;
    float: right;
    margin-bottom: 34px;
    margin-right: -70px;
    margin-top: 30px;
}

body.single .addtoany_share_save_container span {
	-webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

body.single .post-navigation {
	display: none !important;
}

body.single .author-block-wrapper {
	clear: both;
	width: 950px;
	margin: 0 auto;
	margin-top: 1px;
	float: none;
}

body.single .author-block {
	border-top: 1px solid #D8D7D7;
	width: 750px;
	display: block;
	margin-left: 150px;
	padding-top: 38px;
	position: relative;
	z-index: 20;	
}

body.single .author-block:first-child {
	border-top: 2px solid #D8D7D7;
}

body.single .author-block .general-data,
body.single .author-block .description {
    display: block;
    width: 510px;
}

body.single .author-block span {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 17px;	
	display: block;
}

body.single .author-block span:first-child {
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 21px;	
	display: block;
	margin-bottom: 5px;
}

body.single .author-block figure {
	display: inline-block;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: -5px;
}

body.single .author-block figure img {
	-webkit-border-radius: 100px;
    border-radius: 100px;	
}

body.single .post-image-wrapper {
	width: 950px;
	margin: 0 auto;
	float: none;
	position: relative;
}

body.single .post-image-wrapper figure {
	display: inline-block;
	margin: 0;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 300;
}

body.single .post-image-wrapper figure img {
	-webkit-border-radius: 100px;
    border-radius: 100px;
}

body.single-news .post-image-wrapper figure .box img {
	-webkit-border-radius: 0;
    border-radius: 0;
	max-width: none;
	height: 100%;
	left: -50%;
	position: relative;
}

body.single-news .post-image figure .box  {
	overflow: hidden;
	width: 200px;
  	height: 200px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin-left: 20px;
}

body.single .post-image-wrapper figure span {
    display: block;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

body.single a[rel="category tag"] {
	cursor: default;
	outline: 0 none;
}

body.single div.footnotes {
	border-top: 1px solid #D8D7D7;
	border-bottom: 1px solid #D8D7D7;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
}

body.single div.footnotes,
body.single div.footnotes p {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #606568 !important;
	line-height: normal;
}

body.single .entry-content a { 
	color: #606568;
}

body.single .quote {
	margin-right: 0;
	margin-left: 78px;
}

body.single .quote,
body.single .quote p {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 13px;
	color: #606568;
	line-height: 22px;
}

/* Artigos */

body.single-artigo .entry-header .categories-links a {
	color: #6E7478;
}

body.single-artigo .entry-content {
	margin: 40px 0;
}

body.single-artigo .entry-header h1 {
	border-bottom: none;
	padding-bottom: 5px;
}

body.single-artigo .entry-header span.doi,
body.single-artigo .entry-header .lista-autor2 {
    font-size: 80%;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 22px;
}

body.single-artigo .entry-header .lista-autor2 {
    margin-top: 30px;
}

body.single-artigo .entry-header .lista-autor2 .funcao {
    margin-bottom: 20px;
	font-style: italic;
}

body.single-artigo .entry-header .lista-autor2 ul li {
    margin-bottom: 10px;
}

body.single-artigo .entry-content h4 {
	text-transform: uppercase;
	color: #414042;
	margin-top: 40px;
}

body.single-artigo .entry-content .acf-tags {
	margin-top: 20px;	
}

body.single-artigo .entry-content .acf-tags ul li {
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 10px;
	color:#E75A25;
	font-weight: bold;
	text-decoration: underline;
}

body.single-artigo .entry-content .datas-da-publicacao {
	margin-top: 40px;
}

body.single-artigo .entry-content .datas-da-publicacao .separador {
	border-top: 1px solid #E75A25;
	width: 60px;
}

body.single-artigo .entry-content .datas-da-publicacao p {
	font-size: 80%;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 10px;
}

body.single-artigo .referencia-completa {
	font-size: 80%;
	margin: 30px 0 40px 0;
	width: 70%;
	border-left: 5px solid #E75A25;
	padding-left: 10px;
}

body.single-artigo .entry-content a:link.btn-download {
	display: inline-block;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	background-color: #E75A25;
	font-size: 14px;
	text-decoration: none;
	margin: 40px 0 ;
    padding: 15px;
	width: auto;
	position: relative;
	border-radius: 3px;
}

body.single-artigo .entry-content a:hover.btn-download {
	background-color: #FF9523;
}	

body.single-artigo .entry-content a.btn-download > i {
	font-size:40px;
}

body.single-artigo .entry-content a.btn-download > span {
	display: inline;
	line-height: 19px;
	float: right;
	margin-left: 15px;
}

body.single-artigo .entry-content a.btn-voltar {
	float: right;
	color: #E75A25;
	text-decoration: none;
	margin-top:85px;
}

body.single-artigo .entry-content a.btn-voltar > i {
	font-size:20px;
	margin-right:10px;
}

body.single-artigo .entry-content a.btn-voltar > span {
	font-weight: bold;
}

body.single-artigo .author-block {
	padding: 10px 0;
}

body.single-artigo .author-block li {
	border-top: 1px solid #ccc;
	padding: 25px 0;
}

body.single-artigo .author-block li:first-child {
	border-top: none;
	padding-top: none;
}

body.single-artigo .author-block li .general-data,
body.single-artigo .author-block li .description,
body.single-artigo .author-block li .icones {
	display: inline-block;
    width: 510px;
}

body.single-artigo .author-block a {
	text-decoration: none;
}

body.single-artigo .author-block span {
	color: #767e82;
}

body.single-artigo .author-block span:first-child,
body.single-artigo .author-block p {
	color: #606568;

}

body.single-artigo .author-block p {
	font-size: 14px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

body.single-artigo .author-block .icones i {
	font-size: 26px;
	margin-right: 10px;
}

body.single-artigo .author-block .icones i a:link,
body.single-artigo .author-block .icones i a:visited {
	color: #E75A25;
}

body.single-artigo .author-block .icones i a:hover,
body.single-artigo .author-block .icones i a:focus {
	color: #FF9523;
}

body.single-artigo .author-block figure {
	display: inline-block;
	margin-top: 0;
	position: relative;
	float: right;
}

body.single-artigo .author-block figure img {
	-webkit-border-radius: 100px;
    border-radius: 100px;
	width: 80%;	
}

body.single-artigo .lista-autor {
	margin: 20px 0 30px 0;
	line-height: 150%;
	font-style: italic;
	font-size: 90%;
}

body.single-artigo .lista-autor ul li {
    border-top: none;
    display: inline;
}

body.single-artigo .lista-autor ul li::after {
	content: ", ";
}

body.single-artigo .lista-autor ul li:last-child::after {
	content: none;
}

body.single-artigo .category-editorial .entry-title,
body.single-artigo .category-editorial-es .entry-title,
body.single-artigo .category-levantamento-bibliografico .entry-title,
body.single-artigo .category-relevamiento-bibliografico .entry-title {
	display: none !important;
}

body.single-artigo .category-editorial .entry-header .categories-links a,
body.single-artigo .category-editorial-es .entry-header .categories-links a,
body.single-artigo .category-levantamento-bibliografico .entry-header .categories-links a,
body.single-artigo .category-relevamiento-bibliografico .entry-header .categories-links a {
	color: #84888A;
	border-bottom: 5px solid #D1D5D5;
	padding-bottom: 19px;
	margin-bottom: 22px;
}

body.single-artigo .category-levantamento-bibliografico .entry-content .reference,
body.single-artigo .category-relevamiento-bibliografico .entry-content .reference {
	margin-top: 40px;
}

body.single-artigo .category-levantamento-bibliografico .entry-content .reference p,
body.single-artigo .category-relevamiento-bibliografico .entry-content .reference p {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	padding-bottom: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

body.single-artigo .addtoany_share_save_container {
    margin-top: 80px;
}


/* News */

body.single-news .entry-header,
body.single-news .entry-content {
	padding-left: 0;
}

body.single-news .entry-header .categories-links a {
	color: #6E7478;
}

body.single-news .entry-header .tags-links a {
	text-decoration: none;
	text-transform: lowercase;
	color: #FF9523;
}

body.single-news .entry-header .tags-links  {
	color: #ccc;
	font-size: 80%;
}


/* Editorial */

body.single-editorial .entry-title {
	display: none !important;
}

body.single-editorial .site-content {
	background-color: #F8F9FA;
}

body.single-editorial .entry-header .categories-links a {
	color: #6E7478;
	border-bottom: 5px solid #D1D5D5;
	padding-bottom: 19px;
	margin-bottom: 22px;
}

body.single-editorial .site-content p {
	/*color: #4a4d50;*/
	color:#000;
}

body.single-editorial .post-image-wrapper figure {
	position: static;
	float: right;
	margin-top: 17px;
}

body.single-editorial .post-image-wrapper figure span {
	color: #878b8d;
	padding-bottom: 15px;
}

/* Featured Topics */

body.single-featured_topic .site-content {
	background-color: #F8F9FA;
}

body.single-featured_topic .entry-header .categories-links a {
	color: #6E7478;
}

body.single-featured_topic .entry-header h1,
body.single-featured_topic .site-content h2,
body.single-featured_topic .site-content p,
body.single-featured_topic .post-image-wrapper figure span {
	/*color: #464a4c;*/
	color:#000;
}

body.single-featured_topic .site-content .entry-content h2 + p,
body.single-featured_topic .site-content .entry-content p:first-child {
	width: 553px;
}

body.single-featured_topic .author-block span {
	color: #767e82;
}

body.single-featured_topic .author-block span:first-child,
body.single-featured_topic .author-block p {
	color: #606568;
}

body.single-featured_topic .author-block p {
	font-size: 14px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 25px;
	margin-top: 21px;
	margin-bottom: 51px;
}

/* Open Space */

body.single-open_space .site-content {
	background-color: #F8F9FA;
}

body.single-open_space .site-content div.video,
body.single-artigo .site-content div.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 30px 0;
}

body.single-open_space .site-content div.video iframe,
body.single-artigo .site-content div.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.single-open_space .entry-header .categories-links a {
	color: #6E7478;
}

body.single-open_space .entry-header h1,
body.single-open_space .site-content h2,
body.single-open_space .site-content p {
	color: #414042;
}

body.single-open_space .site-content div.question {
	border-top: 1px solid #D8D7D7;
	border-bottom: 1px solid #D8D7D7;
	margin-top: 5px;
	margin-bottom: 5px;
}

body.single-open_space .site-content div.question,
body.single-open_space .site-content div.question p {
    display: block;
    font-size: 14px;
}

body.single-open_space .site-content b,
body.single-open_space .site-content strong {
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}

body.single-open_space .participants-block-wrapper {
	clear: both;
	width: 950px;
	margin: 0 auto;
	margin-top: 1px;
	float: none;
}

body.single-open_space .participants-block {
	border-top: 2px solid #D8D7D7;
	width: 750px;
	display: block;
	margin-left: 200px;
	padding-top: 5px;
	position: relative;
	z-index: 20;	
}

body.single-open_space .interviewed,
body.single-open_space .interviewer {
    display: block;
    width: 750px;
	border-top: 1px solid #D8D7D7;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

body.single-open_space .participants-block div:first-child {
	border-top: 0;
}

body.single-open_space .txts-wrapper {
	width: 510px;
	display: inline-block;
	vertical-align: middle;
}

body.single-open_space .interviewed span,
body.single-open_space .interviewer span {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 14px;	
	display: block;
	color: #414042;
}

body.single-open_space .interviewed span:first-child,
body.single-open_space .interviewer span:first-child {
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 21px;	
	display: block;
	margin-bottom: 5px;
	color: #414042;
}

body.single-open_space .interviewed em,
body.single-open_space .interviewer em {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 18px;
    font-style: normal;
    margin-left: 8px;
}

body.single-open_space .interviewer {
	margin-bottom: 41px;
}

body.single-open_space .interviewer figure,
body.single-open_space .interviewed figure {
	display: inline-block;
	margin-left: 120px;
}

body.single-open_space .interviewer figure img,
body.single-open_space .interviewed figure img {
	-webkit-border-radius: 100px;
    border-radius: 100px;	
}

body.single-open_space .page-links > a {
	border: 1px solid #D8D7D7;
}

body.single-open_space .page-links > span {
	border: 1px solid #FBB972;
}

body.single-open_space .post-image-wrapper figure span {
	color: #E3E7EB;
}

/* Bibliographic Information */

body.single-bibliographic_info .site-content {
	background-color: #F8F9FA;
}

body.single-bibliographic_info .entry-header .categories-links a {
	color: #6E7478;
}

body.single-bibliographic_info .entry-header h1,
body.single-bibliographic_info .site-content h2,
body.single-bibliographic_info .site-content p {
	color: #000;
}

body.single-bibliographic_info .entry-header h1 {
	border-bottom: 5px solid #D8D7D7 !important;
	padding-bottom: 18px !important;
}

body.single-bibliographic_info .post-wrapper.review .entry-header h1 {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

body.single-bibliographic_info .post-wrapper.review .entry-content p:first-child {
    display: inline-block;
	width: 510px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 6px;
	border-bottom: 5px solid #D8D7D7;
	padding-bottom: 20px;	
}

body.single-bibliographic_info .post-image figure img {
	-webkit-border-radius: 0;
    border-radius: 0;	
}

body.single-bibliographic_info .review-author-block-wrapper {
	clear: both;
	width: 950px;
	margin: 0 auto;
	margin-top: 1px;
	float: none;
}

body.single-bibliographic_info .review-author-block {
	border-top: 2px solid #D8D7D7;
	width: 750px;
	display: block;
	margin-left: 200px;
	padding-top: 5px;
	position: relative;
	z-index: 20;	
}

body.single-bibliographic_info .author {
    display: block;
    width: 750px;
	padding-top: 26px;
	margin-bottom: 51px;
	position: relative;
}

body.single-bibliographic_info .author span {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 17px;	
	display: block;
	color: #414042;
	
    
}

body.single-bibliographic_info .author span:first-child {
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 21px;	
	display: block;
	margin-bottom: 5px;
	color: #414042;
}

body.single-bibliographic_info.postid-103 .post-image-wrapper .post-image .img1 {
	display: none;
}

body.single-bibliographic_info.postid-101 .post-image-wrapper .post-image .img2 {
	display: none;
}

body.single-bibliographic_info.postid-107 .post-image-wrapper,
body.single-bibliographic_info.postid-107 .review-author-block-wrapper {
	display: none;
}

body.single-bibliographic_info.postid-107 .post-wrapper ul li {
	font-family: merriweather, serif;
    font-size: 14px;
	line-height: 25px;
	color: #414042;
	padding-bottom: 15px;
    padding-top: 15px;
	border-top: 1px solid #D8D7D7;
}

body.single-bibliographic_info.postid-107 .post-wrapper ul li:first-child {
	border-top: 0;
}

body.single-bibliographic_info.postid-107 .entry-header,
body.single-bibliographic_info.postid-107 .entry-content h2:first-child {
    width: 750px;
}

body.single-bibliographic_info .entry-content .reference {
	margin-top: 24px;
}

body.single-bibliographic_info .entry-content .reference p {
	border-top: 1px solid #D8D7D7;
	padding-top: 12px;
	padding-bottom: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

body.single-bibliographic_info .entry-content .reference p b {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;	
}

body.single-bibliographic_info .entry-content .reference p b:first-child {
	font-size: 17px;
	color: #414042;
}


/* ==========================================================================
   Search Page
   ========================================================================== */
   
body.search .content-area {
	width: 100%;
	background-color: #edf1f1;
	display: inline-block;
}

body.search .site-content {
	width: 950px;
	margin: 0 auto;
	float: none;
	padding-bottom: 59px;
}

body.search .site-content  .entry-header,
body.search .site-content  .entry-summary {
	width: 680px;
}

body.search .site-content  .entry-header {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 2px solid #d1d5d5;
}

body.search .site-content  .page-header + article .entry-header {
	margin-top: 5px;
	padding-top: 0;
	border-top: 0;
}

body.search .site-content .entry-summary {
	margin-top: -21px;	
}

body.search .site-content h1 {
	color: #84888A;
	font-size: 26px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 21px;
	padding-bottom: 18px;
	border-bottom: 5px solid #d1d5d5;
}

body.search .site-content h1.page-title {
	margin-top: 32px;
}

body.search .site-content .entry-meta a {
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #84888A;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 21px;
	padding-bottom: 0;
	text-decoration: none;
}

body.search .site-content .entry-meta .tags-links {
	display: none;
}	

body.search .site-content .entry-title {
	border-bottom: 0;
}

body.search .site-content .entry-title a {
    color: #414042;
	font-size: 28px;
    font-family: merriweather, serif;
    font-weight: 300;
    font-style: normal;
	text-transform: none;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

body.search .site-content .entry-title a:hover {
    color: #6a6d6f;
}

body.search .site-content p {
    color: #5C6063;
	font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
	line-height: 25px;
	margin-top: 0;
} 

body.search .paging-navigation h1 {
	display: none;
}

body.search .paging-navigation .nav-links a {
	display: inline-block;
	background-color: #f5f5f5;
	color: #5C6063;
	font-size: 16px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #c4c8c8;
	height: 25px;
	line-height: 25px;
	padding: 5px 16px;
	outline: 0 none;
	text-decoration: none;
	margin-top: 20px;
}

body.search .paging-navigation .nav-links a:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 none;
}

body.search article.page .entry-header {
	padding-top: 10px;
}
 
   
/* ==========================================================================
   Internal Pages
   ========================================================================== */
 
body.page .content-area {
	width: 100%;
	background-color: #F8F9FA; 
	display: inline-block;
	margin-top: 10px;
}

body.page .site-content {
	width: 950px;
	margin: 0 auto;
	float: none;
	padding-bottom: 59px;
} 

body.page .site-content h1 {
	color: #6E7478;
	font-size: 26px;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 21px;
	padding-bottom: 18px;
	border-bottom: 5px solid #D8D7D7;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}

body.page .site-content h2 {
    color: #414042;
	font-family: merriweather, serif;
	font-weight: 400;
	font-style: normal;
    font-size: 28px;
	text-transform: none;
	padding-bottom: 14px;
	border-bottom: 1px solid #D8D7D7;
	margin-bottom: 23px;
	margin-top: 38px;	
}

body.page .site-content p,
body.page .site-content ul li {
    /*color: #4a4d50;*/
	color:#000;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
	line-height: 25px;
}

body.page .site-content input[type="text"],
body.page .site-content input[type="tel"],
body.page .site-content input[type="email"],
body.page .site-content textarea,
body.page .site-content select {
    background-color: #FFFFFF;
    border: 1px solid #d1d5d5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding-left: 8px;
	padding-right: 8px;
    color: #414042;	
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;	
}

body.page .site-content select {
	font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
    padding-top: 8px;
	width: 45%;
	margin-top: 7px;	
}

body.page .site-content input[type="text"],
body.page .site-content input[type="tel"],
body.page .site-content input[type="email"] {
    height: 32px;
    line-height: 32px;
}

body.page .site-content input[type="file"] {
    height: 32px;
}

body.page .site-content textarea {
    height: 100px;
    padding: 8px;
    width: 97%;
	margin-top: 7px;
}

body.page .site-content .wpcf7-form p {
    /*color: #4a4d50;*/
	color:#000;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 15px;
	display: block;
	width: 710px;
    margin-bottom: 0;
    margin-top: 20px;
	line-height: 21px;
}

body.page .site-content .wpcf7-form p > span > input {
	display: block;
	margin-top: 7px;
	width: 97%;
}

body.page .site-content .wpcf7-not-valid-tip {
    position: relative;
    float: left;
    width: 97%;
	display: inline-block;
	background-color: #fcedef;
    border: 1px solid #dc7586;
	height: 30px;
    line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
    color: #c93951;	
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
	left: 0;
	top: 0;
	margin-top: -36px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;	
}

body.page .site-content div.wpcf7 img.ajax-loader {
	margin-left: 10px;
}

body.page .site-content div.wpcf7 input[type="submit"] {
	background-color: #f5f5f5;
	/*color: #4a4d50;*/
	color:#000;
	font-size: 16px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 40px;
	margin-bottom: 59px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #c4c8c8;
	height: 50px;
	width: 45%;
	outline: 0 none;	
}

body.page .site-content div.wpcf7 input[type="submit"]:active {
	box-shadow: none;
	outline: 0 none;
}

body.page .site-content div.wpcf7 .wpcf7-response-output {
    position: relative;
	z-index: 200;
	display: inline-block;
    float: left;
    height: 42px;
    margin-left: 340px;
    margin-top: -111px;
    width: 344px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
	padding-top: 6px;	
	padding-left: 8px;
	padding-right: 8px;
}

body.page .site-content div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid #eae375;
    border-top: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    left: -11px;
    position: absolute;
    top: 18px;
}

body.page .site-content div.wpcf7 .wpcf7-response-output { /*overwrite plugin - border red*/
	border:none;
}

body.page .site-content div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
	background-color: #fef9a7;
	border: 1px solid #eae375;
	border-left: 5px solid #eae375;
	color: #827f50;
}

body.page .site-content div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid #7ab337;
    border-top: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    left: -11px;
    position: absolute;
    top: 18px;
}

body.page .site-content div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #e3ffc1;
	border: 1px solid #7ab337;
	border-left: 5px solid #7ab337;
	color: #608250;
}

/* ==========================================================================
   Presentation
   ========================================================================== */

.page-id-145 .site-content,
.page-id-23 .site-content {
	padding-bottom: 45px !important;
}

.page-id-145   .site-content .page .entry-content,
.page-id-23   .site-content .page .entry-content {
	width: 710px;
}

.page-id-145  .site-content .page .entry-content p:first-child,
.page-id-23   .site-content .page .entry-content p:first-child {
	margin-top: 26px;
}

.page-id-145  .site-content  .page .entry-content strong,
.page-id-23 .site-content .page .entry-content strong {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}


/* ==========================================================================
   Publication Standards
   ========================================================================== */  

.page-id-159 .site-content,
.page-id-29 .site-content {
	padding-bottom: 63px !important;
}

.page-id-159 .entry-content p,
.page-id-159 .entry-content ul,
.page-id-29 .entry-content p,
.page-id-29 .entry-content ul {
	width: 700px;
}

.page-id-159 .entry-content h2,
.page-id-29 .entry-content h2 {
	width: 710px;
}

.page-id-159 .entry-content ul li,
.page-id-29 .entry-content ul li {	
	padding-left: 10px;
	padding-right: 10px;
}

.page-id-159 .entry-content ul > li > ul,
.page-id-29 .entry-content ul > li > ul {	
	padding-left: 12px;
	width: 678px;
}

.page-id-159 .entry-content ul > li > ul > li,
.page-id-29 .entry-content ul > li > ul > li {	
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.page-id-159 .entry-content ul > li > ul > li > strong,
.page-id-29 .entry-content ul > li > ul > li > strong {
	font-size: 16px;
}

.page-id-159 .entry-content ul > li > ul > li > ul,
.page-id-29 .entry-content ul > li > ul > li > ul {	
	padding-left: 12px;
	width: 656px;
}

.page-id-159 .entry-content ul > li > ul > li > ul > li,
.page-id-29 .entry-content ul > li > ul > li > ul > li {	
	font-size: 12px;
}

.page-id-159 .entry-content ul > li > ul > li > ul > li > strong,
.page-id-29 .entry-content ul > li > ul > li > ul > li > strong {	
	font-size: 14px;
}

.page-id-159 .entry-content strong,
.page-id-29 .entry-content strong {
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 17px;
    padding-right: 3px;
}

.page-id-159 .site-content .page h2:first-child,
.page-id-29 .site-content .page h2:first-child {
	margin-top: 28px !important;
	margin-bottom: 0;
}

.page-id-159 .site-content .page h2,
.page-id-29 .site-content .page h2 {
	margin-top: 19px !important;
	margin-bottom: 0;
}

.page-id-159 .site-content .page h2 + ul,
.page-id-29 .site-content .page h2 + ul {
	margin-top: 6px;
}

.page-id-159 .site-content .page h2 + p,
.page-id-29 .site-content .page h2 + p {
	margin-top: 18px;
}

.page-id-159 .site-content .page p,
.page-id-29 .site-content .page p {
	margin-bottom: 0;
}

.page-id-159 .site-content .page p + p,
.page-id-29 .site-content .page p + p {
	margin-top: 14px;
}

.page-id-159 .site-content .page p + ul,
.page-id-29 .site-content .page p + ul {
	margin-top: 10px;
}

.page-id-159 .page ul li,
.page-id-29 .page ul li {
	border-top: 1px solid #D1D5D5;
	padding-bottom: 12px;
    padding-top: 12px;
}

.page-id-159 .page ul li:first-child,
.page-id-29 .page ul li:first-child {
	border-top: 0;
}   
   
   
/* ==========================================================================
   Editorial Team
   ========================================================================== */

.page-id-25 .site-content {
	padding-bottom: 38px !important;
}

.page-id-25 .site-content .page  h2 {
	margin-top: 28px !important;
	margin-bottom: 15px !important;
}

.page-id-25 .site-content .page  h2:first-child + ul {
	margin-bottom: -8px;
}

.page-id-25 .page ul li {
	border-top: 1px solid #D1D5D5;
	padding-bottom: 12px;
    padding-top: 12px;
}

.page-id-25 .page ul li:first-child {
	border-top: 0;
}


/* ==========================================================================
   Scientific Council
   ========================================================================== */

.page-id-150 .site-content,
.page-id-148 .site-content,
.page-id-27 .site-content,
.page-id-130 .site-content {
	padding-bottom: 38px !important;
}

.page-id-150 .page ul,
.page-id-148 .page ul,
.page-id-130 .page ul,
.page-id-27 .page ul {
	margin-top: -7px;
}

.page-id-150 .page ul li,
.page-id-148 .page ul li,
.page-id-130 .page ul li,
.page-id-27 .page ul li {
	border-top: 1px solid #D1D5D5;
	padding-bottom: 12px;
    padding-top: 12px;
}

.page-id-150 .page ul li:first-child,
.page-id-148 .page ul li:first-child,
.page-id-130 .page ul li:first-child,
.page-id-27 .page ul li:first-child {
	border-top: 0;
}


/* ==========================================================================
   Article Submission
   ========================================================================== */

.page-id-234 .site-content,
.page-id-31 .site-content {
	padding-bottom: 70px !important;
}

.page-id-234 .post-234 .entry-content > p,
.page-id-31 .post-31 .entry-content > p {
    display: block;
    width: 710px;
	color: #5C6063;
	line-height: 25px;
	margin-bottom: 0;
}

.page-id-234 .post-234 .entry-content > p > a {
	color: #5C6063 !important;
}

.page-id-234 .post-234 .entry-content > p > a:focus,
.page-id-234 .post-234 .entry-content > p > a:hover,
.page-id-234 .post-234 .entry-content > p > a:active {
	color: #404346 !important;
	text-decoration: none;
}

.page-id-234 .site-content h2 + p,
.page-id-31 .site-content h2 + p {
    display: inline-block !important;
    float: right;
    margin: -63px 0 0 !important;
    padding-right: 5px;
    text-align: right;
    width: 100% !important;
}

.page-id-234 .your-telephone input,
.page-id-234 .your-cep input,
.page-id-234 .your-neighborhood input,
.page-id-234 .your-city input,
.page-id-234 .your-birthdate input,
.page-id-234 .your-state input,
.page-id-234 .submission-section select,
.page-id-234 .your-country input,
.page-id-234 .your-telephone .wpcf7-not-valid-tip,
.page-id-234 .your-cep .wpcf7-not-valid-tip,
.page-id-234 .your-neighborhood .wpcf7-not-valid-tip,
.page-id-234 .your-city .wpcf7-not-valid-tip,
.page-id-234 .your-birthdate .wpcf7-not-valid-tip,
.page-id-234 .your-state .wpcf7-not-valid-tip,
.page-id-234 .submission-section .wpcf7-not-valid-tip,
.page-id-234 .your-country .wpcf7-not-valid-tip,
.page-id-31 .your-telephone input,
.page-id-31 .your-cep input,
.page-id-31 .your-neighborhood input,
.page-id-31 .your-city input,
.page-id-31 .your-birthdate input,
.page-id-31 .your-state input,
.page-id-31 .submission-section select,
.page-id-31 .your-telephone .wpcf7-not-valid-tip,
.page-id-31 .your-cep .wpcf7-not-valid-tip,
.page-id-31 .your-neighborhood .wpcf7-not-valid-tip,
.page-id-31 .your-city .wpcf7-not-valid-tip,
.page-id-31 .your-birthdate .wpcf7-not-valid-tip,
.page-id-31 .your-state .wpcf7-not-valid-tip,
.page-id-31 .submission-section .wpcf7-not-valid-tip {
	width: 45% !important;
}

.page-id-234 .your-state select,
.page-id-31 .your-state select {
	width: 15% !important;
}

/* ==========================================================================
   Previous Editions
   ========================================================================== */

.page-id-279 .site-content .prev-editions,
.page-id-33 .site-content .prev-editions {
	width: 100%;
	margin-top: -40px;
}

.page-id-279 .site-content .prev-editions li,
.page-id-33 .site-content .prev-editions li {
	width: 197px;
	display: inline-block;
	padding-left: 58px;
	padding-right: 58px;
	padding-top: 60px;
}

.page-id-279 .site-content .prev-editions li a:hover figure:before,
.page-id-33 .site-content .prev-editions li a:hover figure:before {
    content: "";
    width: 197px;
	height: 197px;
	display: inline-block;
    position: absolute;
	background: url(images/img-hover.png) no-repeat transparent center center;
	-webkit-border-radius: 100px;
    border-radius: 100px;
	opacity: 0.25;	
}

html.ie8 .page-id-279  .site-content .prev-editions li a:hover figure:before,
html.ie8 .page-id-33 .site-content .prev-editions li a:hover figure:before {
	background: none !important;
	display: none !important;
}

.page-id-279 .site-content .prev-editions li figure img,
.page-id-33 .site-content .prev-editions li figure img {
    border-radius: 100px;
}

.page-id-279 .site-content .prev-editions li span,
.page-id-33 .site-content .prev-editions li span {
    display: inline-block;
	width: 100%;
	text-align: center;
    border-bottom: 1px solid #D1D5D5;
    border-top: 1px solid #D1D5D5;
    color: #606364;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 18px;
	margin-top: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.page-id-279 .site-content .prev-editions li span em,
.page-id-33 .site-content .prev-editions li span em {
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 19px;
    font-style: normal;
    margin-right: 4px;
}
   
/* ==========================================================================
   Contact
   ========================================================================== */

.page-id-242 .site-content,
.page-id-35 .site-content {
	padding-bottom: 0 !important;
}

.page-id-242 .site-content h1,
.page-id-35 .site-content h1 {
	margin-bottom: 24px !important; 
}

.page-id-242 textarea,
.page-id-35 textarea {
    height: 200px !important;
}

.page-id-242 .site-content input[type="submit"],
.page-id-35 .site-content input[type="submit"] {
    margin-top: 20px !important;
}

/* ==========================================================================
   List of news
   ========================================================================== */

.page-id-2265 .site-content .item-news,
.page-id-2267 .site-content .item-news {
	border-bottom: 1px solid #D8D7D7;
	width: 680px;
	padding: 10px 0;
}
   
.page-id-2265 .entry-content  a,
.page-id-2267 .entry-content  a {
	text-transform:none;
	font-size:28px;
	text-decoration:none;
	color:#414042;
	font-family: merriweather, serif;
	font-weight: 400;
	font-style: normal;
}  

.page-id-2265 .entry-content  a:hover,
.page-id-2267 .entry-content  a:hover {
	color: #E75A25; 
}

.page-id-2265 .site-content  .summary p,
.page-id-2267 .site-content  .summary p {
	color:#5C6063;
}   

.page-id-2265 .site-content  .title,
.page-id-2267 .site-content  .title {
	margin-top:10px;

}  
   

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.post-404 .entry-content,
.post-407 .entry-content {
	text-align: center;
}

.post-404 img,
.post-407 img {
	margin: 30px;
	width: 15%;
	height: auto;
}

#top-button {
	display: none;
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */


@media only screen and (max-width: 768px) {

/* ==========================================================================
   Header
   ========================================================================== */


.top-navbar-content-wrapper,
.header-content-wrapper {
	width: 100%;
	margin: 0;
}

.navbar {
	width: 10%;
	float: left;
	margin-left: 0;
}

.navbar .toggle-nav {
    padding: 0;
    margin: 10px 20px;
    display: inline-block !important;
    color: #414042;
    text-decoration: none;
    font-size: 21px;
}

.navbar .toggle-nav:hover, .navbar .toggle-nav:active, .navbar .toggle-nav:visited {
    text-decoration: none;
    color: #414042;
} 

.navbar .nav-menu {
    display: inline-block;
    position: relative;
}

.navbar ul.nav-menu {
    display: none;
	position: absolute;
    top: 47px;
    left: 0;
    padding: 15px;
    background: #EDF1F1;
    z-index: 999;
}

.navbar ul.nav-menu > li {
    display: block;
    float: none;
    margin-top:20px;
    border: none;
}

.navbar ul.nav-menu > li:first-child {
    margin-top:0;
    padding-top: 0;
}	

.navbar ul.nav-menu > li:focus,
.navbar ul.nav-menu > li:hover,
.navbar ul.nav-menu > li:active {
	background: none;
	border: none;
}

.navbar ul.nav-menu li > a {
    border-bottom: 1px solid #D8D7D7;
    width: 90%;
    margin-top:15px;
    padding: 0 15px;
}	

.navbar ul.nav-menu li:first-child > a {
    margin-top:0px;
}	

.navbar ul.nav-menu > li > ul.sub-menu {
	display: block;
	width: 100%;
	background: none;
	border: none;
	position: relative;
	padding: 0;
	left: 0;
	top: 20px;
	bottom: 50px;
}

.navbar ul.nav-menu > li > ul.sub-menu > li {
	border: none;
	margin: 0 15px;
}

.navbar ul.nav-menu > li > ul.sub-menu > li > a {
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	padding:0;
	margin:0;
}

.site-header .social-media {
	width: 55%;
	padding: 0;
	margin: 15px 20px;
	float: right;
}

.site-header .social-media i {
	padding-right: 0;
	padding-left: 30px;
	float: right;
}

.site-header .tools {
	width: 25%;
	float: right;
	margin: 15px 20px 0 20px;
}

.site-header .tools a.toggle-search {
    position: relative;
	margin: 0 20px 0 40px;
}

.top-navbar-content-wrapper .tools > .lang_sel_list_horizontal {
	padding-top: 5px;
	margin-top:-15px;
	display: inline;
}

.site-header #box-search form {
	margin-left:-150px;
}

.site-header form div {
	display: inline;
	width: auto;
	
}

.site-title {
	display: block;
	margin: 5px 20px;
	margin-top: 15px;
	width: 300px;
}

.site-description {
	display: inline-block;
	margin: 5px 20px;
}

html[lang="es-ES"] .site-description {
	margin-left: 20px;
}

.issn {
	margin-top: 9px;
	margin-right: 20px;
}


/*
 * Sign-up
 */

.sign-up {
	position: absolute;
	width: 60%;
	top: 45px;
	border-top: 1px solid #D8D7D7;
	z-index: 9999;
	margin-left: 20%;
}

.sign-up:before {
    content: none; 
}

.sign-up div.wpcf7 .wpcf7-not-valid-tip {
	display: block;
	margin-bottom: 20px;
	margin:0;
	margin-left:60px;

	}

/* ==========================================================================
   Left Sidebar
   ========================================================================== */
  
.sidebar-content-wrapper {
   width: 100%;
}


/* ==========================================================================
   Footer
   ========================================================================== */

/*
 * Logos
 */

.footer-logos {
	width: 100%;
	margin:0;
}

.footer-logos > div > ul > li {
	width: 100%;
	margin-right: 15px;
}

.footer-logos > div.execution-logos-wrapper {
	margin-left: 20px;
}

.footer-logos > div.execution-logos-wrapper > ul {
	width: 100%;
	margin-right: 50px;
}

.footer-logos > div.execution-logos-wrapper > ul li,
.footer-logos > div.support-logos-wrapper > ul li  {
	width: 33%;
}

.footer-logos > div.support-logos-wrapper > ul {
	width: 100%;
	margin-right: 50px;
}

.footer-logos > div.support-logos-wrapper {
	margin-left: 20px;
}

.footer-logos > div.partners-logos-wrapper > ul {
	width: 100%;
	padding-bottom: 26px;
	margin-right:50px;
}

.footer-logos > div.partners-logos-wrapper > ul > li {
	margin-right:5px;
	width: 15%;
}

.footer-logos > div.partners-logos-wrapper  {
	margin: 50px 20px 0 20px;
}

/*
 * Links
 */

.site-footer .footer-links-wrapper .footer-links {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer-links .footer-navbar {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.footer-links .footer-navbar ul.menu {
	margin-top: 29px;
	padding-bottom: 33px;
	text-align: center;
	width: 100%
}

.footer-links .footer-navbar ul.menu a {
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 17px;
	width: 100%
}

.footer-links .footer-navbar ul.menu > li {
	display: block;
	padding: 20px 0;
	width: 100%
}

.footer-links .footer-navbar ul.sub-menu > li {
	line-height: 20px;
	padding: 15px 0;
}

.footer-links .footer-navbar ul.sub-menu > li > a {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-links .site-info {
	display: inline-block;
	float: right;
	margin-top: 40px;
	margin-right:20px;
}

.site-footer .adress-wrapper {
	padding: 14px 20px 16px 20px;
}

.site-footer .adress-wrapper span {
    margin:0;
    width: 100%;
}


/* ==========================================================================
   Home / Cover Post
   ========================================================================== */

.home .latest-news-wrapper {
	margin-top: 20px;
}

.home .latest-news-content {
	width: 94%;
	margin: 0;
	padding: 0 20px;
}

.home .latest-news-content .highlight figure {
	margin: 0;
	display: inline-block;
}

.home .latest-news-content .highlight h3,
.home .latest-news-content .latest-news h3 {
	font-size: 24px;
}

.home .latest-news-content .highlight .text-box {
	display: inline-block;
}

.home .latest-news-content .latest-news ul li {
	padding: 20px 0 22px 0;
}

.home .latest-news-content .latest-news ul li:first-child {
	padding-top: 15px;
}

.home .latest-news-wrapper .button-news {
	margin-top: 25px;
}

.home .latest-news-wrapper .cta .cta-txt {
	line-height: 20px;
}

body.single-cover .editorial-wrapper .editorial,
body.single-cover .featured-topics-wrapper .featured-topics,
body.single-cover .open-space-wrapper .open-space,
body.single-cover .bibliographic-info-wrapper .bibliographic-info,
body.single-edicao .editorial-wrapper .editorial,
body.single-edicao .featured-topics-wrapper .featured-topics,
body.single-edicao .open-space-wrapper .open-space,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info,
.home .editorial-wrapper .editorial,
.home .featured-topics-wrapper .featured-topics,
.home .open-space-wrapper .open-space,
.home .bibliographic-info-wrapper .bibliographic-info {
	width: 100%;
	padding: 0 30px 0 180px;
}

body.single-cover .site-content h2,
body.single-cover .site-content h3,
body.single-cover .site-content h3 + span,
body.single-cover .site-content p,
body.single-edicao .site-content h2,
body.single-edicao .site-content h3,
body.single-edicao .site-content h3 + span,
body.single-edicao .site-content p,
body.single-edicao .site-content .lista-autor,
body.single-edicao .site-content .lista-editores,
body.single-artigo .site-content .lista-autor,
.home .site-content h2,
.home .site-content h3,
.home .site-content h3 + span,
.home .site-content p,
.home .site-content .lista-autor,
.home .site-content .lista-editores {
	width: 100%;
}

body.single-cover .site-content figure,
body.single-edicao .site-content figure,
.home .site-content figure {
	position: relative;
	margin: 0 10px 10px 10px;
	float: right;
}

body.single-cover .editorial-wrapper .editorial figure,
body.single-edicao .editorial-wrapper .editorial figure,
.home .editorial-wrapper .editorial figure {
	top: 0;
}

body.single-cover .featured-topics-wrapper .featured-topics .topics-list li figure,
body.single-edicao .featured-topics-wrapper .featured-topics .topics-list li figure,
.home .featured-topics-wrapper .featured-topics .topics-list li figure {
	top: 0;
	bottom: auto;
}

body.single-cover .featured-topics-wrapper .featured-topics .topics-list li:first-child figure,
body.single-edicao .featured-topics-wrapper .featured-topics .topics-list li:first-child figure,
.home .featured-topics-wrapper .featured-topics .topics-list li:first-child figure {
	top: 0;
}

body.single-cover .open-space-wrapper .open-space figure,
body.single-edicao .open-space-wrapper .open-space figure,
.home .open-space-wrapper .open-space figure {
	top: 0;
}

body.single-cover .bibliographic-info figure,
body.single-edicao .bibliographic-info figure,
.home .bibliographic-info figure,
body.single-cover .bibliographic-info .reviews-list li:first-child figure,
body.single-edicao .bibliographic-info .reviews-list li:first-child figure,
.home .bibliographic-info .reviews-list li:first-child figure {
	top: 15px;
	margin-bottom: 30px;
}

/* ==========================================================================
   Posts
   ========================================================================== */


body.single .post-wrapper {
	width: 100%;
}

body.single .post-image-wrapper {
	width: 100%;
	position: relative;
}

body.single .post-image-wrapper figure {
	display: inline-block;
	margin: 20px;
	position: relative;
	right: 0;
	top: 25px;
	z-index: 300;
	float: right;
}

body.single .entry-content p img{
	width: 60%;
}

body.single .entry-header,
body.single .entry-content {
	width: 70%;
	padding-left: 100px;
}

body.single .entry-header {
    width: 50%; 
}

body.single .entry-content h2:first-child {
    width: 90%; 
}

body.single .addtoany_share_save_container {
    margin-right: 0;
}

body.single .author-block-wrapper {
	width: 100%;
}

body.single .author-block {
	width: 70%;
	margin-left: 100px;	
}

body.single .author-block .general-data,
body.single .author-block .description {
    display: inline-block;
    width: 60%;
}

body.single .author-block figure {
	display: inline-block;
	margin: 0;
	position: absolute;
	width: 30%;
	top: 40px;
	float: right;
}

body.single .author-block figure img {
	width: 90%;
	-webkit-border-radius: 100px;
    border-radius: 100px;	
}

body.single .quote {
	margin-left: 10%;
	padding: 10px 0;
	
}

/* News */

body.single-news .entry-header,
body.single-news .entry-content {
	width: 70%;
	padding-left: 20px;
}


/* Editorial */

body.single-editorial .entry-header .categories-links a {
	width: 60%;
}

/* Featured Topics */

body.single-featured_topic .site-content .entry-content h2 + p,
body.single-featured_topic .site-content .entry-content p:first-child {
	width: 100%;
}

/* Open Space */

body.single-open_space .participants-block-wrapper {
	width: 100%;
}

body.single-open_space .participants-block {
	width: 70%;
	margin-left: 180px;	
}

body.single-open_space .interviewed,
body.single-open_space .interviewer {
    width: 100%;
}

body.single-open_space .txts-wrapper {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}

body.single-open_space .interviewed span,
body.single-open_space .interviewer span {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;	
	display: block;
	color: #e4eaee;
}

body.single-open_space .interviewer figure,
body.single-open_space .interviewed figure {
	display: inline-block;
	margin:10px;
	float: right;
}

/* Bibliographic Information */

body.single-bibliographic_info .post-image-wrapper figure img {
	width: 90%;
	float: right;
	margin-right: 10px;
}

body.single-bibliographic_info .post-wrapper.review .entry-content p:first-child {
    width: 100%;	
}

body.single-bibliographic_info .review-author-block-wrapper {
	width: 100%;
}

body.single-bibliographic_info .review-author-block {
	width: 70%;
	margin-left: 180px;
}

body.single-bibliographic_info .author {
    width: 100%;
}

body.single-bibliographic_info .author span {
    font-size: 15px;	
}

body.single-artigo .author-block figure {
	position: relative;
	top:8px;
	margin-right: 0;
}

body.single-artigo .author-block li .general-data, 
body.single-artigo .author-block li .description, 
body.single-artigo .author-block li .icones {
	width: 65%;
}


/* ==========================================================================
   Search Page
   ========================================================================== */

body.search .site-content {
	width: 95%;
	margin: 0 20px;
}

body.search .site-content  .entry-header,
body.search .site-content  .entry-summary {
	width: 90%;
}

/* ==========================================================================
   List of news
   ========================================================================== */

.page-id-2265 .site-content .site-content,
.page-id-2267 .site-content .site-content {
	width: 95%;
	margin: 0 20px;
}
   
.page-id-2265 .site-content .item-news,
.page-id-2267 .site-content .item-news {
	width: 90%;
}

/* ==========================================================================
   Internal Pages
   ========================================================================== */

body.page .site-content {
	width: 95%;
	margin: 0 20px;
} 

body.page .site-content .wpcf7-form p {
	width: 80%;
}

body.page .site-content .wpcf7-form p > span > input,
body.page .site-content textarea,
body.page .site-content .wpcf7-not-valid-tip {
	width: 100%;
}


body.page .site-content div.wpcf7 .wpcf7-response-output {
    width: 45%;
}

/* ==========================================================================
   Presentation
   ========================================================================== */


.page-id-145 .site-content .page .entry-content,
.page-id-23 .site-content .page .entry-content {
	width: 90%;
}

/* ==========================================================================
   Publication Standards
   ========================================================================== */ 

.page-id-159 .entry-content p,
.page-id-159 .entry-content ul,
.page-id-29 .entry-content p,
.page-id-29 .entry-content ul {
	width: 90%;
}
.page-id-159 .entry-content h2,
.page-id-29 .entry-content h2 {
	width: 90%;
}

.page-id-159 .entry-content ul > li > ul,
.page-id-29 .entry-content ul > li > ul {	
	width: 90%;
}

.page-id-159 .entry-content ul > li > ul > li > ul,
.page-id-29 .entry-content ul > li > ul > li > ul {	
	width: 90%;
}

/* ==========================================================================
   Article Submission
   ========================================================================== */

.page-id-234 .post-234 .entry-content > p,
.page-id-31 .post-31 .entry-content > p {
    width: 90%;
}


/* ==========================================================================
   Previous Editions
   ========================================================================== */


.page-id-279 .site-content .prev-editions li,
.page-id-33 .site-content .prev-editions li {
	width: 35%;
	padding-left: 10%;
	padding-right: 0;
}

.page-id-279 .site-content .prev-editions li figure,
.page-id-33 .site-content .prev-editions li figure {
    text-align: center;
}

#top-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height:50px;
	background-color: #3E3D3D;
	visibility: hidden;
	text-align: center;
	border:none;
	color: #FFF;
	font-size: 12px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	display: block;
}

#top-button i {
  display: block;
  margin-top:6px;
}

#top-button.show {
  opacity: 0.5;
  visibility: visible;
}

/* ==========================================================================
   Indexadores
   ========================================================================== */

.post-404 img, 
.post-407 img {
	margin: 20px;
	width: 25%;
}	

}


@media only screen and (max-width: 710px) {

.site-header {
	max-height: 220px;
}

.header-content-wrapper {
	text-align: center;
}

.header-content-wrapper a {
	text-decoration: none;
}

.site-title {
	background-position: center;
	width: 80%;
	margin: 10px 10%;
}

.site-description {
	width: 80%;
	margin: 0;
	float: none;
}

.issn {
	display: block;
	margin: 10px 20px;
	margin-bottom: 15px;
	float: none;
}

.top-navbar-content-wrapper .tools > .lang_sel_list_horizontal {
    margin-top: -40px;
}

.home .latest-news-wrapper {
	margin-top: 10px;
	height: 650px;
}

.home .latest-news-wrapper .button-news {
	margin-top: 5px;
}

.home .latest-news-wrapper .cta {
	padding-top: 8px;
}

.footer-logos > div.partners-logos-wrapper > ul > li {
	margin-right:0;
}

.sidebar-wrapper .fixed-content.fixed, 
.sidebar-wrapper .fixed-content-2.fixed {
	position: relative;
}

body.single .entry-header {
	padding-left: 50px;
	width: 70%;
}

body.single .entry-content {
	padding-left: 50px;
	width: 85%;
	margin-top: 40px;
}

body.single-artigo .entry-content {
	margin-top: none;
}

body.single .author-block {
	margin-left: 50px;
	width: 85%;
}

}

@media only screen and (max-width: 650px) {

.top-navbar-content-wrapper .tools > .lang_sel_list_horizontal {
	margin-top: -37px;
}

.home .latest-news-wrapper {
	margin-top: 20px;
	display: contents;
}

.home .latest-news-content {
	width: 93%;
	padding: 0 20px;
}

.home .site-content .latest-news-content p,
.home .site-content .latest-news-content a:link, 
.home .site-content .latest-news-content a:visited, 
.home .site-content .latest-news-content a:hover {
	font-size: 15px;
}

.home .latest-news-content .highlight,
.home .latest-news-content .latest-news  {
	width: 100%;
	display: block;
}

.home .latest-news-content .latest-news ul  {
	padding: 0 20px;
}

.home .latest-news-content .latest-news ul li {
	padding: 25px 0 30px 0;
}

.home .latest-news-content .latest-news ul li:first-child {
	padding-top: 35px;
}

.home .latest-news-wrapper .cta .cta-txt{
	width: 90%;
	padding: 20px 0 15px 0;
}



.footer-logos > div.execution-logos-wrapper {
	width: 90%;
	display: block;
}

.footer-logos > div.support-logos-wrapper  {
	width: 90%;
	display: block;
	margin-top: 50px;
}

.footer-logos > div.partners-logos-wrapper {
	margin-top: 0;
	width: 90%;
}

.footer-logos > div.partners-logos-wrapper > ul {
	margin-right: 0;
}

.footer-logos > div.partners-logos-wrapper > ul > li {
	margin-right: 50px;
	margin-bottom: 25px;
	margin-left: 0;
}

.footer-logos > div.execution-logos-wrapper > ul > li,
.footer-logos > div.support-logos-wrapper > ul > li,
.footer-logos > div.partners-logos-wrapper > ul > li {
	width: 30%;
}

.footer-links .site-info {
	display: block;
	float: none;
	padding-bottom: 30px;
	margin: 0;
}

}

@media only screen and (max-width: 567px) {


/* ==========================================================================
   Header
   ========================================================================== */

.navbar .toggle-nav {
    padding: 0;
    margin: 10px 15px;
    font-size: 20px;
}

.site-header .social-media {
	width: 50%;
	margin: auto;
	padding-top: 15px;
}

.site-header .social-media i {
	padding-left: 20px;
	padding-right: 20px;
}

.site-header .tools {
	width: 30%;
}

.top-navbar-content-wrapper .tools > .lang_sel_list_horizontal > ul > li > a {
	font-size: 12px !important;
	text-decoration: underline !important;
}

.site-header form div {
	width: 100%;
}

.site-header form .search-field {
	width: 70%;
}


/*
 * Sign-up
 */

.sign-up {
	position: absolute;
	top: 30%;
	border-top: 1px solid #D8D7D7;
	z-index: 9999;
	margin: 0;
	padding: 20px;
	width: 100%;
	height: 200px;
}

.sign-up:before {
    display: none;
    left: 0;
}

.sign-up.active {
	display: block;
	width: 85%;
	margin: 0;
}

.sign-up input[type="email"] {
	width: 65% !important;
	margin-bottom: 10px;
}

.sign-up input[type="submit"] {
	width: 100% !important;
	display: block;
	margin-top: 20px;	
}

.sign-up div.wpcf7 .wpcf7-not-valid-tip {
    width: 70% !important;
    margin: 10px 0;
    margin-left: 60px;
}

.sign-up div.wpcf7 .wpcf7-response-output {
    width: 100%;	
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px 35px 10px 5px;
	font-size: 13px;
}


/* ==========================================================================
   Home / Cover Post
   ========================================================================== */
  
body.single-cover .editorial-wrapper .editorial,
body.single-cover .featured-topics-wrapper .featured-topics,
body.single-cover .open-space-wrapper .open-space,
body.single-cover .bibliographic-info-wrapper .bibliographic-info,
body.single-edicao .editorial-wrapper .editorial,
body.single-edicao .featured-topics-wrapper .featured-topics,
body.single-edicao .open-space-wrapper .open-space,
body.single-edicao .bibliographic-info-wrapper .bibliographic-info,
.home .editorial-wrapper .editorial,
.home .featured-topics-wrapper .featured-topics,
.home .open-space-wrapper .open-space,
.home .bibliographic-info-wrapper .bibliographic-info {
	padding: 0 30px;
}

body.single-cover .site-content figure,
body.single-edicao .site-content figure,
.home .site-content figure {
	display: block;
	float: none;
	text-align: center;
	margin: 10px 0;
}

body.single-edicao .site-content .editorial-wrapper figure,
.home .site-content .editorial-wrapper figure {
	display: block;	
}

/* ==========================================================================
   Posts
   ========================================================================== */


body.single .post-image-wrapper figure {
	display: block;
	float: none;
	text-align: center;
	margin:0;
	margin-bottom: 10px;
}

body.single-news .post-image figure .box  {
	margin: 10px auto;
}

body.single-news .entry-header h1 {
	padding-bottom: 0;

}

body.single-news .entry-content {
	margin-top: 20px;

}

body.single .entry-header,
body.single .entry-content {
	width: 85%;
	padding-left: 30px;
}

body.single .entry-content p img{
	width: 100%;
	height: auto;
}

body.single .author-block {
	width: 85%;
	margin-left: 30px;	
}

body.single-open_space .participants-block {
	width: 85%;
	margin-left: 30px;	
}

body.single-open_space .txts-wrapper {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

body.single-open_space .interviewer figure,
body.single-open_space .interviewed figure {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0;
	display: inline;
	float: right;
}

body.single-bibliographic_info .post-image-wrapper figure img {
	width: 70%;
	float: none;
	margin: 10px;
}

body.single-bibliographic_info .review-author-block {
	width: 85%;
	margin-left: 30px;
}

/* ==========================================================================
   Search Page
   ========================================================================== */

body.search .site-content {
	width: 85%;
	margin: 0 30px;
}

body.search .site-content  .entry-header,
body.search .site-content  .entry-summary {
	width: 100%;
}


/* ==========================================================================
   Internal Pages
   ========================================================================== */

body.page .site-content {
	width: 85%;
	margin: 0 30px;
} 

body.page .site-content .wpcf7-form p {
	width: 95%;
}

body.page .site-content div.wpcf7 input[type="submit"] {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

body.page .site-content .wpcf7-not-valid-tip {
    display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

body.page .site-content div.wpcf7 .wpcf7-response-output {
    display: block;
    margin-left: 0;
    margin-top: 0;
    width: 95%;
}

body.page .site-content div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors:before {
   content: none;
   top: 0;
}

body.page .site-content div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
	border-left: 1px solid #eae375;
	margin-bottom:40px;
}

body.page .site-content div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:before {
    content: none;
    display: block; 
}

body.page .site-content div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	border-left: 1px solid #7ab337;
	margin-bottom: 40px;
}


/* ==========================================================================
   Presentation
   ========================================================================== */


.page-id-145   .site-content .page .entry-content,
.page-id-23   .site-content .page .entry-content {
	width: 100%;
}

/* ==========================================================================
   Publication Standards
   ========================================================================== */ 

.page-id-159 .entry-content p,
.page-id-159 .entry-content ul,
.page-id-29 .entry-content p,
.page-id-29 .entry-content ul,
.page-id-159 .entry-content h2,
.page-id-29 .entry-content h2  {
	width: 100%;
}

/* ==========================================================================
   Article Submission
   ========================================================================== */

.page-id-234 .post-234 .entry-content > p,
.page-id-31 .post-31 .entry-content > p {
    width: 100%;
}

/* ==========================================================================
   Previous Editions
   ========================================================================== */


.page-id-279 .site-content .prev-editions li,
.page-id-33 .site-content .prev-editions li {
	width: 100%;
	padding-left: 0;
}


/* ==========================================================================
   Left Sidebar
   ========================================================================== */
  
.sidebar-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
}

.sidebar-wrapper .sidebar-content {
	position: fixed;
	height: 0;
   
}

.sidebar-wrapper .fixed-content-2 {
	display: none;
}

.sidebar-wrapper .fixed-content.fixed,
.sidebar-wrapper .fixed-content-2.fixed {
    position: absolute;
	bottom: 0;
    width: 100%;
    background-color: #FF9523;
	margin: 0;
	padding: 10px 0 5px 0;
}

.sidebar-wrapper .fixed-content.fixed.bottom,
.sidebar-wrapper .fixed-content-2.fixed.bottom {
    bottom: auto;
	top: 0;
	position: fixed;
	padding: 10px 0 5px 0;	
}

.sidebar-content-wrapper {
    height: 100%;
    margin: 0;
    width: 100%;
}

.sidebar-content, 
.sidebar-wrapper .sidebar-content .fixed-content.fixed, 
.sidebar-wrapper .sidebar-content .fixed-content.fixed.bottom, 
.sidebar-wrapper .sidebar-content .fixed-content-2.fixed, 
.sidebar-wrapper .sidebar-content .fixed-content-2.fixed.bottom {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sidebar-content .edition-number {
	display: none;
}

.sidebar-content .edition-date {
	display: none;
}

.sidebar-content .magazine-nav {
	display: none;
}

.sidebar-content > .fixed-content a.btn-download,
.sidebar-content > .fixed-content-2 a.btn-download {
	border: none;
	width: 100%;
	margin: auto;
	text-align: center;
}

.sidebar-content > .fixed-content a.btn-download > i,
.sidebar-content > .fixed-content-2 a.btn-download > i {
	margin: 10px 0;
}

.sidebar-content > .fixed-content a.btn-download > span,
.sidebar-content > .fixed-content-2 a.btn-download > span {
	display: inline;
	text-align: center;
	line-height: 19px;
	width: 20%;
	margin-bottom: 30px;
}

/* ==========================================================================
   Indexadores
   ========================================================================== */

.post-404 img, 
.post-407 img {
	margin: 20px;
	width: 40%;
}	

}
@media only screen and (max-width: 480px) {

.site-header .social-media {
	width: 60%;
}

.site-header .tools {
	margin: 15px 10px 0 10px;
}

body.single .author-block {
	width: 90%;
}

body.single .author-block .description {
    display: inline-block;
    width: 100%;
}

body.single-artigo .author-block li .description, 
body.single-artigo .author-block li .icones {
	width: 80%;
}

body.single-artigo .author-block li .general-data {
	width: 50%;
}

body.single-artigo .author-block figure {
	top: 0;  
	width: 20%;
}

body.single .author-block figure {
	width: 20%;
}

/* ==========================================================================
   Indexadores
   ========================================================================== */

.post-404 img, 
.post-407 img {
	width: 60%;
}	
   
}

@media only screen and (max-width: 390px) {

.site-header .social-media i {
	padding-left: 0px;
	padding-right: 30px;
}

.site-header .tools a.toggle-search {
	margin: 0 20px;
}

body.single-artigo .author-block li .general-data {
	width: 70%;
}

body.single-artigo .author-block li .description, 
body.single-artigo .author-block li .icones {
	width: 100%;
}

}	

@media only screen and (max-width: 360px) {

	body.single-artigo .author-block figure {
		margin-top: -305px;
	}
	
	body.single-artigo .author-block li:first-child figure {
		margin-top: -280px;  
	}
	
	body.single-artigo .author-block li:last-child figure {
		margin-top: -255px;  
	}

}