
html, body {
	font-family: "Open Sans",sans-serif;
}
a {
    text-decoration: none;
    color: rgba( 40,  41,  48, 1);
}
p, ul, li {
	font-size: 14px;
}

.allcaps {
	text-transform: uppercase;
}

#header {
	position: absolute;
	/*background-color: #232a30;*/
	color: #aaafb3;
	overflow: visible;
}

#header.section, #header .column {
	overflow: visible;
}

#backHeader {
	position: absolute;
	background-color: #232a30;
	height: 48px;
	width: 100%;
	border-bottom: 3px solid #fff;
}

#logo-slhi {
	width: 68px;
	height: 68px;
	margin-left: 70px;
	background-image: url("../../img/logo2.png");
	z-index: 500;
}

#logo-ric {
	width: 68px;
	height: 68px;
	margin-left: 28px;
	background-image: url("../../img/logo_ric2.png");
	z-index: 500;
}

#logo-slhi a, #logo-ric a {
	display: block;
	width: 100%;
	height: 100%;
}

.titulo1 {
	font-family: "Noto Serif",serif;
	font-size: 24px;
	color: rgba( 40,  41,  48, 1);
}

.titulo2 {
	font-family: "Noto Serif",serif;
	font-size: 18px;
	color: rgba(96,   93,  92, 1);
}

.titulo21 {
	font-family: "Noto Serif",serif;
	font-size: 18px;
	color: rgba( 40,  41,  48, 1);
}

.titulo21.no-select a {
	color: rgba(123, 121, 120, 1);
}

.titulo3 {
	font-family: "Noto Serif",serif;
	font-size: 18px;
	color: rgba(96,   93,  92, 1);
}


/* SEARCH */
#searchButton_container {
	margin: 12px 0 0 24px;
	/*border-radius: 14px;*/
}

#searchButton {
	background: url("../../img/searchIcon_n.png") no-repeat center center;
	opacity: 0.7;
	height: 24px;
	width: 24px;
	/*margin: 0 0 0 12px;*/
	/*padding: 4px;*/
	/*border-radius: 14px;*/
}

#searchButton:hover {
	filter: invert(100%);
}

@media (max-width: 40em) {
	#search {
		display: none;
	}

	.showMobileSearch #search {
		position: fixed;
		display: block;
		top: 100px;
		padding: 0;
		margin: 0;
		z-index: 200;
	}

	#search input[type="text"] {
		width: 194px;
		font-size: 12px;
		padding: 3px 3px 3px 23px;
		background: url("../../img/searchIcon.png") no-repeat left center #fff;
		border: 0px;
		border-radius: 3px;
	}
}

@media (max-width: 60em) {
	#search {
		height: 48px;
		line-height: 48px;
		margin-right: 70px;
		position: absolute;
		width: 100%;
		text-align: center;
		padding: 0 54px 0 138px;
	}

	#search input[type="text"] {
		width: 194px;
		font-size: 12px;
		padding: 3px 3px 3px 23px;
		background: url("../../img/searchIcon.png") no-repeat left center #fff;
		border: 0px;
		border-radius: 3px;
	}
}


@media (min-width: 60em) {
	#search {
		height: 48px;
		line-height: 48px;
		margin-right: 70px;
		float: right;
	}

	#search input[type="text"] {
		width: 194px;
		font-size: 12px;
		padding: 3px 3px 3px 23px;
		background: url("../../img/searchIcon.png") no-repeat left center #fff;
		border: 0px;
		border-radius: 3px;
	}
}


/*NAV*/
@media (max-width: 60em) {
	nav {
		position: fixed;
		display: block;
		top: 51px;
		bottom: 0;
		right: 100%;
		width: 0;
		z-index: 100;
		padding: 0 20px;

	}

	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: inline;
	}

	nav a {
		color: #aaafb3;
		text-decoration: none;
		display: block;
		height: 100%;
		padding: 0 0.7em 0 0.7em;
		font-family: 'Open Sans', sans-serif;
	}

	nav ul li {
		text-transform: uppercase;
		line-height: 24px;
		font-size: 11px;
		vertical-align: top;
		margin: 12px 12px 0 20px;
		min-height: 24px;
	}

	.showMobileMenu {
		overflow: hidden;
	}

	#header .showMobileMenu {
		z-index: 100;
	}

	.showMobileMenu #header, .showMobileMenu #header .column {
		overflow: auto;
	}

	.showMobileMenu nav {
		position: fixed;
		right: 0;
		width: auto;
		background-color: #232A30;
		overflow: auto;
	}

	.showMobileSearch .menuMobileOverlay, .showMobileMenu .menuMobileOverlay {
		position: fixed;
		display: block;
		top: 51px;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(6, 0, 0, 0.5);
		z-index: 90;
	}

	#lang {
		/*float: left !important;*/
		padding: 0px 1em;
	}
}

@media (min-width: 60em) {
	nav {
		width: 45rem;
	}

	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: block;
		width: 100%;
	}

	nav a {
		color: #aaafb3;
		text-decoration: none;
		display: block;
		height: 100%;
		padding: 0 0.7em 0 0.7em;
		font-family: 'Open Sans', sans-serif;
	}

	nav ul li {
		display: inline-block;
		text-transform: uppercase;
		line-height: 24px;
		font-size: 11px;
		vertical-align: top;
		margin: 12px 0;
		min-height: 24px;
	}

	nav ul li:hover {
		background-color: #fff;
	}

	.menuEntry .sub-menu {
		position: absolute;
		z-index: 9999;
		background-color: #232A30;
		display: none;
		/*border-top: 3px solid #fff;*/
		max-width: 180px;
		padding: 12px 0 0 0;
	}

	.menuEntry .sub-menu .sub-menu-border-top {
		position: relative;
		display: block;
		width: 100%;
		height: 3px;
		background-color: #fff;
		min-height: 3px;
		line-height: 0;
		margin: 0;
		padding: 0;
	}

	.sub-menu li {
		display: inline-block;
		width: 100%;
		line-height: 24px;
		margin: 6px 0;
	}

	.menuEntry:hover .sub-menu {
		display: block;
	}

	#lang {
		position: absolute;
		right: 44px;
		margin: 0;
	}

	#searchButton_container {
		position: absolute;
		right: 0px;
	}
}

#lang {
	margin: 12px 0px 0px 24px;
}

#lang ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}


#lang a {
	font-size: 11px;
	text-transform: uppercase;
	color: #aaafb3;
	text-decoration: none;
	padding: 0 2px 0 2px;
	font-family: 'Open Sans', sans-serif;
}

#lang > li:first-child a {
	border-right: 1px solid #aaafb3;
}

#lang li {
	margin: 0;
	float: left;
}

#lang li a {
	padding: 0 4px;
}

#lang:hover {
	background-color: transparent;
}

#lang li a:hover {
	background-color: #fff;
}

#lang li a.selected {
	background-color: #aaafb3;
	color: #232A30;
}

#breadcrumbs {
	font-family: "Open Sans",sans-serif;
	/*padding: 0px 0px 0px 258px;*/
	font-size: 11px;
	text-align: center;
	background: transparent;
}

#main {
	padding-top: 65px;
}

.blue-mate {
	background-color: #e9e9eb;
}

.dgreen-tint {
	background-color: #bad5b2;
}

.boxIndice {
	position: absolute;
	bottom: 0;
	top: 0;
	padding: 1em;
}

.butaoAbrirRevista {
	font-family: "Open Sans",sans-serif;
	display: inline-block;
	background-color: rgba(96,   93,  92, 1);
	color: #fff;
	text-decoration: none;
	padding: 0.3em 0.6em;
}

.grey-box {
	background-color: #ecedee;
}

.white-box {
	background-color: #ffffff;
}

.soft-grey {
	background-color: #f7f7f7;
}

.right-border {
	border-width: 0 6px 0 0;
	border-style: solid;
	border-color: rgba(123, 121, 120, 1)}

.soft-text {
	color: #777779;
}

.buffered {
	padding: 2em 4em;
}

.bufferedM {
	margin-top: 2em;
	margin-bottom: 2em;
}

.greyText {
	font-weight: 700;
}


h2 {
	font-family: 'Noto serif', serif;
	font-size: 20px;
	font-weight: 400;
}

.logo_revista {
	margin: 2em 0 0 0;
}

.logo-right-bottom-margin {
	text-align: right;
	border-style: dotted;
	border-width: 0 0 2px 0;
	padding: 0 0 1em 0;
	border-color: rgba(123, 121, 120, 1);
}

#revistaRotator {
	text-align: center;
}

.revistaRotator_left, .revistaRotator_right {
	margin-top: 100px;
	display: inline-block;
	vertical-align: middle;
}

.rotatorElem {
	display: inline-block;
	vertical-align: top;
}

.rotatorElem_first, .rotatorElem_last {
	min-width: 22px;
}

.rotatorElem_cover {
	position: relative;
	display: inline-block;
	min-height: 120px;
	min-width: 110px;
	background-color: #ccc;
	margin-bottom: 13px;
	line-height: 0;
	box-shadow: 0px 8px 20px -4px rgba(79,79,79,1);
	overflow: hidden;
}

.rotatorElem_cover img{
	height: 205px;
}

.rotatorElem_title {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	font-weight: 700;
	width: 160px;
	margin: 0 auto;
	color: rgba( 40,  41,  48, 1)}

.rotatorElem_blurb {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: rgba(96,   93,  92, 1);
	width: 160px;
	margin: 0 auto;
}

.roundSpot {
	width: 140px;
	height: 140px;
	border-radius: 70px;
	background-color: #074a73;
	overflow: hidden;
}

.roundSpot img {
	width: 100%;
}

.roundSpot-int {
	background-size: cover;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	border-radius: 70px;
}

#movimentos-int {
	background-image: url("../../img/destaques_movimentos.png");

}

#programas-int {
	background-image: url("../../img/destaques_programas.png");
}

#polemicas-int {
	background-image: url("../../img/destaques_polemicas.png");
}

#dest_atlantida_video {
	background-image: url('../../img/rev_0000000014/destaques/destaque1.png');
	opacity: 1;
}

#dest_atlantida_caminho {
	background-image: url('../../img/rev_0000000014/destaques/destaque2.png');
	opacity: 1;
}

#dest_atlantida_numeros {
	background-image: url('../../img/rev_0000000014/destaques/destaque3.png');
	opacity: 1;
}

.serif {
	font-family: 'Noto Serif', serif;
}

.subHeader {
	font-size: 18px;
	color: rgba( 40,  41,  48, 1);
	font-family: 'Noto Serif', serif;
}

.subHeader_extras {
	color: rgba( 40,  41,  48, 1);
	font-family: 'Open Sans', serif;
	font-weight: 700;
}

.subHeader_atlantida {
	font-size: 24px;
	color: rgba( 40,  41,  48, 1);
	font-family: 'Noto Serif', serif;
}

.first-page-submenu {
}

.first-page-submenu .subHeader {
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: rgba( 40,  41,  48, 1);
	margin-bottom: 0;
}

.first-page-submenu p.serif.soft-text {
	font-family: 'Noto Serif', serif;
	font-size: 12px;
	color: rgba(96,   93,  92, 1);
	margin-top: 0;
}

#footer {
	border-top: 7px solid #868a8d;
	background-color: #232a30;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	opacity: 0.5;
	z-index: 9999;
	text-align: center;
	overflow: hidden;
}

#overlay:hover {
	width: 100%;
	height: auto;
}

#overlay img {
	position: relative;
	margin: 0 auto;
}

#searchButton-mobile, #menuButton-mobile {
	margin: 12px 0;
	padding: 0 16px;
	padding-top: 4px;
	cursor: pointer;
}

.burger-menu-line {
    border: none;
    border-bottom: 3px #AAAFB3 solid;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    width: 22px;
}

.logoFooter {
	margin: 12px 30px 12px 30px;
	vertical-align: middle;
}

.section-revista-img {
	background-image: url("../../img/rev_0000000014/topo_back.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	margin: -13px 0 -13px 0;
	background-color: #dbe5da;
	background-size: cover;
	background-attachment: fixed;
}

.section-revista {
	background-color: rgba(194, 193, 193, 1);
}

.future {
	position: absolute;
	font-family: "Open Sans",sans-serif;
	color: #074B7C;
	background-color: #fff;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right: 15px;
	border-radius: 25px;
	transform: rotate(315deg);
	border: 1px solid #074B7C;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}

.future_int {
	width: 42px;
	height: 42px;
	border-radius: 21px;
	margin: 3px;
	border: 1px solid #074B7C;
	line-height: 42px;
}

.extraContainer {
	display: inline-block;
}

.pecaContainer {
	position: relative;
	display: inline-block;
	min-width: 205px;
	vertical-align: top;
	/*margin: 1em;*/
	text-align: center;
}

.thumbPeca {
	min-width: 136px;
	padding: 0.2em 1em;
}

.thumbPeca img {
	max-height: 205px;
	box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 1em;
}

.thumbPeca img.noShadow {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.extraDefaultThumb {
	height: 205px;
	width: 150px;
	background-color: #ccc;
	margin: 0 auto;
}

.pecaContainer .subHeader {
	font-family: "Noto Serif",serif;
	font-size: 16px;
	max-width: 160px;
	margin: 0 auto;
	color: rgba( 40,  41,  48, 1);
}

.pecaContainer .subHeader .autor {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: rgba( 40,  41,  48, 1);
}

.pecaContainer .blurb {
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	color: rgba( 40,  41,  48, 1);
	width: 160px;
	margin: 0px auto;
}

.paperExtras {
	background-color: #fff;
	text-align: left;
}

.paperExtras .extraContainer, .paperExtras .pecaContainer {
	display: block;
	text-align: left;
	clear: both;
}

.paperExtras .extraDefaultThumb {
	margin: 0 11px;
	width: 120px;
	height: 180px;
}

.paperExtras .pecaContainer {
	display: flex;
	border-bottom: 1px solid #D2D8C9;
	padding: 1em 0;
}

.subHeader-sec {
	display: block;
	border-bottom: 1px solid #D2D8C9;
	border-top: 1px solid #D2D8C9;
	color: rgba(96,   93,  92, 1);
}

.dottme {
	border-style: none dotted none none;
	border-color: #fff;
	border-width: 2px;
}


.paperExtras .thumbPeca img {
	width: 120px;
	height: auto;
	max-height: none;
	box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.3);
}

.paperExtras .subHeader, .paperExtras .blurb {
	width: auto;
	max-width: none;
	text-align: left;
}

.blurb-extra {
	align-self: flex-end;
}

.blurb-extra.withTextoIntegral {
	margin-top: 90px;
}

.alfabeto {
	padding: 0.5em;
	display: inline-block;
	width: 100%;
}

.linkLetra {
	font-family: "Open Sans",sans-serif;
	font-weight: 500;
    padding: 0.4em;
    font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: rgba( 40,  41,  48, 1);
	margin: 0.2em;
	width: 0.8em;
	height: 0.8em;
	line-height: 1em;
	display: inline-table;
}

.linkLetra.selecionada {
	background-color: rgba(123, 121, 120, 1);
}

.linkLetra.zero {
	background-color: rgba( 40,  41,  48, 1);
	color: rgba(123, 121, 120, 1);
}

.indiceLinkContainer {
	position: relative;
	margin-top: -1px;
	line-height: 1em;
	padding: 2em;
	border-top: solid #23375b 1px;
	border-bottom: solid #23375b 1px;
}

.indiceLinkContainer img {
	width: 20px;
}

.indiceLinkContainer a {
	font-family: "Noto Serif",serif;
	font-size: 1em;
	text-decoration: none;
	line-height: 1em;
}

.indiceLinkContainer a:hover, .indiceLinkContainer a:visited {
	color: #074B7C;
}

.indiceLinkContainer span {
	display: inline-block;
	margin-left: 1em;
	position: relative;
	top: -3px;
}

.linkAutorS {

}

.tabs {

}

.tabContainer {
	padding: 0.7em;
	width: 12.5rem;
}

.tab {
	background-color: rgba(123, 121, 120, 1);
	color: #fff;
	cursor: pointer;
	text-align: left;
	font-size: 12px;
}

.tab.selected {
	background-color: rgba(96,   93,  92, 1);
}

.nomeTab {
	padding: 0.4em;
	display: inline-block;
}

.countTab {
	background-color: rgba(150, 148, 148, 1);
	color: #036;
	padding: 0.4em 0.6em;
	margin-left: 0.7em;
	float: right;
	font-weight: 700;
	color: #000;
}

.verde4 {
	color: rgba(96,   93,  92, 1);
}

.cinza4 {
	color: rgba( 40,  41,  48, 1);
}

.lower_dotted {
    border-style: dotted;
    border-width: 0px 0px 2px;
    border-color: #868A8D;
}

.info_numero_container {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
}

.numero_top {
    font-family: 'Noto serif', serif;
    font-size: 14px;
}

.cover_numero {
    margin-left: 2rem;
}

.numero_artigo {
    border-bottom: 1px solid rgba(194, 193, 193, 1);
}

.elemento_indice {
    font-size: 14px;
    border-bottom: 1px solid rgba(194, 193, 193, 1);
}

.numero_artigo .paginacao {
    font-family: 'Noto serif', serif;
    font-size: 14px;
    font-weight: 700;
}

.numero_artigo .artigo {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.numero_artigo .column {
    height: 100%;
    vertical-align: top;
}

.tituloArtigo {
    text-decoration: none !important;
    font-weight: 700;
    color: #282930;
}

.semShadow {
	box-shadow: none !important;
}

.extra-sec-sec {
	float: left;
	position: absolute;
	left: 0px;
	bottom: 1em;
	color: rgba(96,   93,  92, 1)}

input[type="submit"].pesquisa_simples {
	background-color: rgba( 40,  41,  48, 1);
	height: 24px;
	width: 24px;
}

input[type="text"].pesquisa_simples {
	vertical-align: top;
    height: 20px;
    border: 0;
    margin: 0;
    padding: 5px;
    border: 1px solid rgba(150, 148, 148, 1);
    font-size: 13px;
}

form[name="pesquisa_avancada"] input[type="text"].pesquisa_simples {
	vertical-align: middle;
}

input[type="submit"].pesquisa_simples {
    background-color: rgba( 40,  41,  48, 1);
    height: 32px;
    width: 32px;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: url("../../img/searchIcon_n.png");
    background-position: center;
    background-repeat: no-repeat;
    font-size: 13px;
}
.hr_atlantida {
    color: rgba(96,   93,  92, 1);
    margin: 1em 0px;
}


.textoIntegral {
    width: 75px;
    height: 50px;
    top: 20px;
    right: 10px;
    position: absolute;
    background-image: url("../../img/extras/rev_0000000014/textoIntegral.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contador_pesquisa {
	background-color: rgba(150, 148, 148, 1);
	color: rgba( 40,  41,  48, 1);
    padding: 0 1em;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.botao_pesquisa_resultado {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../../img/botao_seta.png");
    background-size: cover;
    margin-left: 0.5em;
}

.container_field_qa {
    text-align: left;
}

.container_field_qa select,
.container_field_qa input
 {
    margin: 1em;
    padding: 5px;
    border: 1px solid rgba(191, 199, 187, 1);
}

.container_field_qa input {
    width: 20em;
}

input[type="submit"].pesquisa_avancada{
    background-color: rgba( 40,  41,  48, 1);
    width: 128px;
    border: 0;
    margin: 0;
    background-image: url("../../img/searchIcon_n.png");
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 13px;
    color: #fff;
    text-align: left;
    border: 8px rgba(40, 41, 48, 1) solid;
}
.hr_atlantida {
	border: 0;
    border-bottom: 1px solid rgba(123, 121, 120, 1);
    margin: 1em 0px;
}

.container-link-mov {

}

.container-link-mov.border {
	border-bottom: 1px solid rgba(171, 175, 179, 1);
}

.container-link-mov .botao_pesquisa_resultado {
	float: right;	
}

.trans-half {
	opacity: 0.5;
}

.result_pag {
	text-align: right;
}

.result_pag_top {
	border-bottom: 1px solid rgba(194, 193, 193, 1);
	padding-bottom: 0.6rem;
	margin: 0 0 1rem 0;
}

.result_pag_bottom {
	margin: 1rem 0 0 0;
}

.button_pag {
	display:inline-block;
	width: 1rem;
	height: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 1rem;
	vertical-align: middle;
	font-size: 0.8rem;
	color: rgba( 40,  41,  48, 1);
	text-align: center;
	margin: 0.2rem;
}

.button_pag.selected {
	font-weight: 700;
	color: rgba( 40,  41,  48, 1);
}


.button_pag_first {
	background-image: url("../../img/p_first.png");
}

.button_pag_previous {
	background-image: url("../../img/p_previous.png");	
}

.button_pag_next {
	background-image: url("../../img/p_next.png");
}

.button_pag_last {
	background-image: url("../../img/p_last.png");
}

.dados_edit {
    color: rgba(123, 121, 120, 1);
}