/* Tipo grafo */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Syne:wght@400;500;600;700;800&display=swap');


html, body {
	 height: 100%;
}
body {
	padding: 0;
	margin: 0;
	overflow:hidden;
	font-family: 'Inter', sans-serif;
	background: rgb(250,250,250);
	position: relative;
	cursor: url('assets/cursor_1.png'), center;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Syne', sans-serif;
}
h1{
/* 	position: absolute; */
	display: inline-block;
	width: auto;
	left: 0;
	top: 48%;
	font-size: 24px;
	text-align: left;
	color: rgb(100,100,255);
	font-weight: 100;
	line-height: 1.1;
	margin: 0;
/*
	  mix-blend-mode: exclusion;
  text-shadow: 0 0 20px #eee;

*/
}
h1 a{
	color: #141414;
	transition: all .2s ease-in-out;
	display: block;
	background: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 13px 20px;
	font-weight: 500;
}
h1 a small{
	color: #141414;
	font-size: 40%;
	transition: all .2s ease-in-out;
	opacity: 1;
}
@media only screen and (max-width: 600px) {
  h1 a small{
    opacity: 1;
  }
	.ti_news{
		font-size: 3rem !important;
	}

}
h1 a:hover{
	padding: 18px 25px !important;
	color: #eee;
	background: #141414;
}
h1 a:hover small{
	color: #eee;
	font-size: 60%;
	opacity: 1;
}


h2{
/* 	text-transform: uppercase; */
	font-size: 2.7rem;
	line-height: 1.1;
	margin: 6rem 0 4rem;
	font-weight: 700;
	text-transform: uppercase;
}
h6{
	font-size: 16px;
}
p{
	line-height: 1.6;
	text-align: justify;
	font-size: 15px;
}


#fondart{
	mix-blend-mode: multiply;
	max-width: 300px;
}
#creditos{
	font-size: 11px;
	transform: rotate(90deg);
	transform-origin: 50% 50%;
	position: fixed;
	bottom: 50%;
	text-align: right;
	right: -150px;
	z-index: 999;
	color: #6969ae;
}
#bar{
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
	font-family:Inter;
}
#bar p{
color: #141414;
text-align: center;
text-transform: uppercase;
}
#bar p span{
	float: right;
	display: flex;
}
#bar p span svg{
	padding: 0 1rem 0 .3rem;
}
.p5_loading{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
}
.lowercase{
	text-transform: lowercase;
}
.text-right{
	text-align: right;
}
.derivatxt_1{
  position: absolute;
  color: rgb(100,100,255);
	font-size: 68px;
	mix-blend-mode: multiply;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Syne', sans-serif;
}
.modal-window {
	 position: fixed;
	 background:#eee;
	 background-size: cover;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 999;
	 visibility: hidden;
	 opacity: 0;
	 pointer-events: none;
	 transition: all 0.3s;
	 overflow-y: auto;
}
.modal-window p{
	line-height: 1.6;
	text-align: justify;
	font-size: 1.7rem;
}
.modal-window h2, .modal-window h3,.modal-window h5, .modal-window h6, .modal-window p, .modal-window #fondart{
	padding: 0 4%;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

 .modal-window:target {
	 visibility: visible;
	 opacity: 1;
	 pointer-events: auto;
}
 .modal-window > div {
	 width: 100%;
	 position: absolute;
 	 left: 0;
 	 top: 0px;
/*  	 padding: 0 3%; */
/*
	 transform: translate(-50%, -50%);
*/
/* 	 padding: 3em; */
/* 	 background: #eee; */
}
 .modal-window header {
	 font-weight: bold;
}
 .modal-window h1 {
	 margin: 0 0 15px;
}
 .modal-close {
	 color: #141414;
	 line-height: 50px;
	 font-family: 'Syne', sans-serif;
	 font-size: 1rem;
	 font-weight: bolder;
	 position: absolute;
	 right: 0;
	 text-align: center;
	 top: 0;
	 text-decoration: none;
	 border: 1px solid #141414;
	 border-top: 0;
	 line-height: 1;
	 padding: 13px 20px;
	 border-color: #141414;
	 border-right: none;
	 border-top: none;
	 background:#fff;

}
 .modal-close:hover, .modal-close:focus{
	 color:#eee;
	 border-color: #141414;
	 background: #141414;
}
a {
	 color: #141414;
	 text-decoration: none;
}
a:hover, a:focus{
	color: #141414;
}
 .container {
 	position: absolute;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
 .modal-window > div {
	 border-radius: 1rem;
/* 	 border: 1px solid rgb(100,100,255); */
text-align: left;
}
 .modal-window div:not(:last-of-type) {
	 margin-bottom: 15px;
}
 small {
	 color: #aaa;
}



#menu-autorxs{
		margin: 0 0 3rem 0;
		padding: 0;
}

#menu-autorxs li{
  list-style-type: none;
	min-width: 100%;
}

#menu-autorxs li:first-child a{
	border-top: 1px solid #141414;
}

#menu-autorxs li a{
	padding: 2rem 4%;
	background: #fff;
	color: #141414;
	border-bottom: 1px solid #141414;
	display: block;
	font-size: 1.7rem;
	transition: all .2s ease-in-out;
	font-family: 'Syne', 'Inter', sans-serif;
	font-weight: 500;
}

#menu-autorxs li a:focus, #menu-autorxs li a:hover{
	padding-left: 6%;
	background: #141414;
	color: #eee;
	border-bottom: 1px solid #eee;
}

#menu-autorxs li:first-child a:focus, #menu-autorxs li:first-child a:hover{
	border-top: 1px solid #eee;
}


@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

.codigo{
	font-size: 0.8rem !important;
	margin: 2rem 0;
}

#titulo-deriva{
	position: absolute;
	text-align: right;
	width: auto;
	bottom: 15px;
	right: 15px;
	color: #141414;
	font-family: 'Syne', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .2s ease-in-out;
	padding: 13px 20px;
	background: #fff;

}
#titulo-deriva:focus, #titulo-deriva:hover{
	color: #eee;
background: #141414;
padding: 18px 25px;
}




.TickerNews{
	width: 100%;
	height: 105px;
	line-height: 105px;
	position: absolute;
	top:43%;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 105px;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
	font-family: 'Syne', 'Inter', 'IBM Plex Sans', sans-serif;
	color: white;
	font-size: 100px;
	font-weight: bold;
	font-weight: 700;
	display: block;
	margin-right: 10px;
	color: #fff;
}
.ti_news:focus, .ti_news:hover{
	color: #141414;
}
 section .group .row span {
	 font-family: 'Syne', 'Inter', 'IBM Plex Sans', sans-serif;
	 color: white;
	 font-size: 100px;
	 font-weight: bold;
	 font-weight: 700;
}

#marco-libro{
	width: 100vw;
	height: 100vh;
	box-shadow: inset 0 0 0 15px #fff;
	position: absolute;
}

#vertical-libro{
	width: 1px;
	height: 100vh;
	background: #141414;
	position: absolute;
	left: 50%;
}

@media screen and (min-width: 1200px) {
	#foo {
	  transition: all 1s ease;
	}
	.inactive {
	  opacity: 0;
		transition: all 1s ease;
	}
}
