@font-face {
    font-family: 'mia';
    src: url('FFF_Tusj-webfont.eot');
    src: url('FFF_Tusj-webfont.eot?#iefix') format('embedded-opentype'),
         url('FFF_Tusj-webfont.woff') format('woff'),
         url('FFF_Tusj-webfont.ttf') format('truetype'),
         url('FFF_Tusj-webfont.svg#fff_tusjbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* SCROLL BAR */

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.6) rgba(255,255,255,.1);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: rgba(255,255,255,.1);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,.1);
  border-radius: 150px;
  border: 3px solid rgba(255,255,255,.6);
}
html{
	scroll-padding-top: 1600px;
}

body {
	font-family: "Noto Sans", Helvetica;
	text-align: center;
	color:white;
	height: 100%;	
	background-color: black;
	/*background-image: url(../img/index.jpg);
	background-position: 0 -120px;
	background-repeat: no-repeat;
    background-size: cover;*/
	overflow: hidden;
	transition: all .1s;
	margin: 0px;
}

/* Encabezado  */

header, #pie {
	font-family: "Julius Sans One","Oswald", Helvetica;
	font-weight: 300;
	width: 300px;
	text-align: left;
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 30px;
	text-shadow: 1px 1px 3px black;
	z-index: 10;
	opacity: .85;
	transition: all .4s ease-in-out;
}
header:hover {
	scale: 1.04;
	opacity: 1;
	transition: all .4s ease-in-out;
}
#logo {
	width: 65px;
	cursor:pointer;
	cursor: hand;
	float: left;
	margin-right: 10px;
}
/*#logo:hover {
	scale: 1.05;
	opacity: 1;
	transition: all .5s ease-in-out;
}*/
#logo2 {
	width: 220px;
	font-size: 69px;
	font-weight: 700;
	text-shadow: rgba(200,200,200,1) 2px 2px 2px;
	display: ;
	margin: 0;
	position: absolute;
}
.nombre{
    font-size: 170%;
    margin: 8px 0 2px;
}
.profesion{
	font-size: 95%;
	letter-spacing: 9px;
	margin: 0;
	color: yellow;
	position: relative;
	left: 5px;
}

/* Menú  */

/*.ac {
	color: rgba(255,255,255,1);
	margin: 0 -1px;
	padding: 0;
	width: 15em!important;
    height: 100%;
	display: block;  
    transition: all 1s;
    float: left;
    cursor:pointer;
	cursor: hand;
	overflow: hidden;
	position: relative;
}
.noac {
	color: rgba(255,255,255,1);
	margin: 0 -1px;
	padding: 0;
	width: 2em!important;
    height: 100%;
	display: block;  
    transition: all 1s;
    float: left;
    cursor:pointer;
	cursor: hand;
	overflow: hidden;
	position: relative;
}*/

nav {
	position: absolute;
	right: 11px;
	top: 0;
	width: calc(100vw - 311px);
	z-index: 9;
}
#menu {
	width: 100%;
    margin: 0;
    padding: 40px 0;
    text-align: right;
}
#menu li {
	color: rgba(255,255,255,1);
	margin: 0;
	padding: 0 3.5vw;
	width: auto;
	display: inline-block;  
    transition: all 1s;
	cursor: hand;
	position: relative;
	text-align: center;
}
#menu li a {
	font-family: "Julius Sans One","Oswald", Helvetica;
	font-size: 97%;
	font-weight: 800;
	letter-spacing: 3.5px;
	text-align: center;
	text-decoration: none;
    display: inline-block;
    width: auto;
    height: auto;
	left: 0;
	top: 26%;
	padding: 0 0 0 0;
	text-shadow: 1px 1px 4px black;
	transition: all .1s;
}
a{
	position: relative;
	color: rgba(255,255,255,.8);
}
a:not(.portf_cat .portf a):hover{
	/*color:yellow!important;*/
	color:rgba(255,255,255,1)!important;
}
#contacto .contenido .subtiita{
	width: 100%;
	display: inline-block;
	font-weight: 700;
}
a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: yellow;
    transform-origin: right top;
    transform: scale3d(0, 1, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
a:not(#presentacion a, .portf a, header a):hover::before {
    transform-origin: left top;
    transform: scale3d(1, 1, 1);
}

/* Filtro para oscurecer las imágenes de fondo  */

.filtro{
	width: 100vw;
	height: 100vh;
	position: absolute;
	top:0;
	right: 0;
	z-index: 0;
	background-color: rgba(0,0,0,.1);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/* Seccción de Contenidos  */

article {
	display: none;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	z-index: 7;
	padding: 60px 40px 0;
	background-color: black;
	color: ;
	text-shadow: ;
	font-size: 1.1rem;
	font-size: 102%;
	font-weight: 400;
	text-align: right;
	transition: all 1s;
	overflow: hidden;
}
.contenido{
	overflow: hidden auto;
    height: calc(100vh - 60px);
    width: calc(100vw + 40px);
    opacity: 0;
    transition: opacity .3s ease-out;
}
.texto{
	width: auto;
	position: relative;
	float: right;
    display: inline-block;
    height: fit-content;
    position: relative;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.8;
    top: 20vh;
}
.subti{
    font-family: "Julius Sans One","Oswald", Helvetica;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    font-size: 460%;
    left:-80px;
    opacity: .2;
}
.subtiita{
    font-family: "Noto Sans", Helvetica;
    font-weight: 300;
    color:yellow;
}
.subti2{
	font-family: "Julius Sans One","Oswald", Helvetica;
	font-weight: 400;
	text-transform: uppercase;
}
.italic{
	font-style: italic;
}
article p{
	position: relative;
	/*right:50px;*/
	text-align: left;
	margin:10px 0;
}
.negro{
	color: black;
}
.blanco{
	color: white;
}

/* PRESENTACION */


#presentacion{
	display: block;
	background: none;
	overflow: hidden scroll;
}
#presentacion .subti{
	margin: 50px 0 10px;
}
.img_fondo{
	width: 100vw;
    height: 100vh;
    position: relative;
    top: -60px;
    left: 40px;
    z-index: -1;
    background-image: url(../img/index.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}
#presentacion .portf{
	position: relative;
    width: 53vw;
    height: fit-content;
    float: none;
    right: unset;
    top: unset;
    left:40px;
    padding: 0;
    margin: 0 auto 100px;
    text-align: center;
    overflow: hidden;
    opacity: 1;
	transition: unset;
}
#presentacion .grid__item-img{
	opacity: .8;
}
#presentacion .grid__item-year::before{
	display: none;
}
#presentacion .grid__item-year{
	transform: none;
	font-size: 100%;
	font-family: "Julius Sans One", Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2.5px;
	top:unset;
	bottom:0;
	padding: 0 0 0 0.5rem;
}
#presentacion .grid__item.negro{
	color: black;
}
#presentacion .grid__item.negro:hover{
	color: rgba(120,120,0,1)!important;
}

#presentacion .grid__item-year.bold{
	font-weight: 800;
	font-weight: bolder;
}
#pie{
	position: relative;
	display: block;
	width: calc(100vw - 140px);
	height: 300px;
	padding: 50px 70px;
	background: rgba(255,255,255,.05);
	left: 40px;
	opacity: .7;
}
#pie #logo {
	width: 48px;
	top: -3px;
}
#pie #nombre {
	font-size: 150%;
}
#pie #profesion {
	font-size: 75%;
}
.linea{
	height: 25px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	margin-bottom: 25px;
	text-align: right;
}
.linea i{
	font-size: 30px;
    top: -30px;
    position: relative;
    margin-left: 7px;
}
#pie p{
	font-family: "Noto Sans","Oswald", Helvetica;
	font-weight: 300;
	font-size: 90%;
	text-align: left;
	letter-spacing: 2.5px;
	display: block;
	position: relative;
	left: unset;
	top: unset;
	margin: 10px auto;
}
 #pie .subtiita a{
 	font-weight: 350;
 }
 #pie .subtiita a:hover{
 	color:yellow!important;
 }

 .ondiseno-footer {
 	font-family: "Noto Sans","Oswald", Helvetica;
 	text-align: center;
    font-size: 16px;
    background-color: rgba(0,0,0,1);
    width: 100vw;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    padding: 30px 15px 35px;
    overflow: hidden;
    transition:all 1.2s ease-out;
}
 .ondiseno-footer:hover {
    font-size: 18px;
    transition:all 1.2s ease-out;
}
.ondiseno-footer .trama{
	width: 100vw;
	height: auto;
	position: absolute;
	top:-37px;
	left:auto;
	right: auto;
	opacity: 1;
	transition:all 1.2s ease-out;
}
.ondiseno-footer:hover .trama{
	scale: 1.08;
	rotate: -2deg;
	opacity: 0;
	transition:all 1.2s ease-out;
}
.ondiseno-footer .trama[src="img/trama_punto_amarillo.svg"]{
	opacity:0;
	transition:all 1.2s ease-out;
}
.ondiseno-footer:hover .trama[src="img/trama_punto_amarillo.svg"]{
	opacity:1;
	transition:all 1.2s ease-out;
}
.ondiseno-footer img[src="img/logoOnDisenoBlanco.svg"]{
    width: 35px;
    padding: 0 5px;
    margin-bottom: -3px;
    transition:all 1.2s ease-out;
}
.ondiseno-footer:hover img[src="img/logoOnDisenoBlanco.svg"]{
	scale: 1.2;
	transition:all 1.2s ease-out;
}

/* BIO */

#soy{
	background-image: url(../img/bio_3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100vh;
	transition: opacity .1s;
}
#soy .gi{
	width: 310px;
    position: relative;
    left: -420px;
    float: left;
    top: 3px;
    text-align: left;
    display: inline-block;
}
#soy .texto{
	float: left;
    display: inline-block;
    height: auto;
    width: 410px;
    position: relative;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.8;
    top: unset;
    text-align: left;
    left: 335px;
}
#soy p{
	margin:0 0 10px;
	text-align: left;
}
#soy .subti{
	display: block;
    position: relative;
    left: 60px;
    opacity: .2;
    margin-top: 17vh;
}
#soy .subti2{
    font-size: 150%;
    font-weight: 700;
}
#soy .vector{
	position: absolute;
	top:0;
	right: 0;
	height: 100vh;
}
#soy .vector.v1, #soy .vector.v2{
	width: 30vw;
	min-width: 1400px;
    left: -180px;
	height: 1000px;
	min-height: 100vh;
	transition: all .01s;
}
#soy .vector.v1{
}
.v3, .v4{
	left: 0;
	width: 100vw;
	height: 100vh;
	rotate: 1 1 3 80deg;
	transform: scale(10);
	transition: all 1.4s ease-in-out;
}
#soy .vector.v4{
	left: 0;
	width: 100vw;
	height: 100vh;
	rotate: 2 2 4 -60deg;
	transform: scale(10);
	transition: all 1.4s ease-in-out;
}

/* CONTACTO */

#contacto{
	background-image: url(../img/contacto.jpg);
	background-repeat: no-repeat;
	background-position: right +27vw top;
	background-size: auto 100vh;
	transition: all .1s;
}
#contacto .texto{
    display: block;
    height: fit-content;
    width: 350px;
    min-width: 250px;
    max-width: 350px;
    position: relative;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.6;
    top: unset;
    right: 40px;
    float: right;
}
#contacto .subti{
	display: block;
    position: relative;
    opacity: .2;
    float: none;
    top: unset;
    left: unset;
    right: 40px;
    text-align: right;
    margin: 25vh 0 0;
}
#contacto .subti2{
    font-size: 150%;
    font-weight: 700;
}
#contacto p{
	text-align: center;
	right: 40px;
}
#contacto i{
	font-size: 30px;
	padding:10px 8px;
}
#contacto .vector{
	position: absolute;
	top:0;
	right: 0;
	min-width: 30vw;
	height: 100vh;
}
#contacto .vector.v1, #contacto .vector.v2{
	position: absolute;
	top:0;
	right: -220px;
	width: 30vw;
	min-width: 900px;
	height: 900px;
	min-height: 100vh;
	transform: scaleX(-1);
}
#contacto .vector.v2{

}
#contacto .vector.v3, #contacto .vector.v4{
	left: 0;
	width: 100vw;
	height: 100vh;
	rotate: 1 1 3 80deg;
	transform: scale(10);
	transition: all 1.4s ease-in-out;
}
#contacto .vector.v4{
	left: 0;
	width: 100vw;
	height: 100vh;
	rotate: 2 2 4 -60deg;
	transform: scale(10);
	transition: all 1.4s ease-in-out;
}

/* PORTFOLIO */


#portfolio{
	background-image: url(../img/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/*background-position: right -20vw top;    para anchos menores*/
	background-size: auto 100vh;
	transition: all .1s;
}
#portfolio .texto{
	float: left;
    display: inline-block;
    height: fit-content;
    width: 22vw;
    min-width: 250px;
    max-width: 350px;
    position: relative;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.8;
    left: 100px;
    top: 20vh;
}
#portfolio .subti{
	display: block;
    position: relative;
    opacity: .2;
    margin-top: 19vh;
    left: 80px;
}
#portfolio .subti2{
    font-size: 150%;
    font-weight: 700;
}
#portfolio .vector{
	position: absolute;
	top:0;
	right: 0;
	/*min-width: 30vw;*/
	height: 100vh;
}
#portfolio .vector.v1, #portfolio .vector.v2{
	width: 30vw;
	min-width: 1400px;
    left: -180px;
	height: 1000px;
	min-height: 100vh;
	transition: all .01s;
}
#portfolio .vector.v1{

}
.v3, .v4{
	left: 0;
	width: 100vw;
	rotate: 1 1 3 80deg;
	transform: scale(10);
	transition: all 1.4s ease-in-out;
}
#portfolio .vector.v4{
	left: 0;
	width: 100vw;
	height: 100vh;
	rotate: 2 2 4 -60deg;
	transform: scale(10);
	transition: all 1.4s ease-in-out;
}
.menu_portfolio{
	display: grid;
	grid-row: 1 / span 2;
    grid-column: 1;
    position: relative;
    left: 90px;
	width: fit-content;
	margin: 0;
	padding: 30px 0 0;
    text-align: left;
    letter-spacing: 3px;
    list-style-type: none;
    z-index: 10000;
}
.menu_portfolio li{
	padding: 0 0 40px 60px;
}


/* CATEGORIA (Portfolio) */


.menu_portfolio.menu_2{
    margin: 0;
    left: 45px;
    top: 36vh;
    text-align: left;
}
.menu_interno{
	position: fixed;
    display: grid;
    right: 50px;
    top: 36vh;
    font-family: "Julius Sans One";
    font-size: 86%;
    letter-spacing: 1.7px;
    font-variant:normal;
    color: white;
    text-align: left;
    border-left: 1px solid white;
    padding-left: 15px;
    z-index: 10000000;
}
h4.subti.subti_cat{
	display: none;
}
h4.titulo_me_int{
	display:none;
}
.menu_interno a{
	margin: 15px 0;
	opacity: .5;
	width: fit-content;
}
.menu_interno a:first-of-type{
	padding-top: 0;
}
.menu_interno a:last-of-type{
	padding-bottom: 0;
}
.portf{
	display: block;
    width: 53vw;
    height: calc(100vh - 240px);
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin: 150px 0 0 40vw;
    padding: 45px 12vw 45px 10vw;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: all .1s ease-in-out;
	opacity: 0;
	transition: opacity .3s ease-out;
}
.portf_cat{
	padding-right: 0;
	opacity: 0;
	transition: opacity .3s ease-out;
}
.grupo_cat_menu2{
    width: 35vw;
    min-width: 30vw;
    height: 1100px;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    /*background-image: url(http://localhost:8848/../img/portfolio_inv.jpg);*/
    background-repeat: no-repeat;
    background-position: left -0px;
    background-size: auto 100vh;
    transition: all .1s;
}
.portf_cat .vector{
	right: 0;
	min-width: 1400px;
	position: absolute;
    top: 0;
    width: 100px;
    /* min-width: 1000px; */
    left: -180px;
    height: 1000px;
    min-height: 100vh;
    left: -610px;
    transform: scaleY(-1);
}
.portf_cat .vector.v{
transform: scale(-1) rotate(-65deg);
    left: -200px;
    top: -350px;
}

.categoria{
	display: block;
    position: absolute;
    float: left;
    left: 75px;
    top: 19vh;
    width: 20vw;
    text-align: left;
}
.categoria .subti{
	font-size: 360%;
	    opacity: .1;
}
.subti.subti_cat{
	    font-size: 260%;
	    text-align: left;
	    opacity: .2;
}
.portf_cat .desc{
	text-align: right;
	top:unset;
}
.portf_cat .sub_categoria .desc{
	text-align: left;
}
.sub_categoria{
	display: grid;
	position: relative;
	text-align: left;
	width: 40vw;
	min-width: 120px;
}



/*Ímágenes 360º embebidas*/



._360{
	text-align: left;
}
._360 .grid__item{
	width: fit-content;
	display: inline-block;
	vertical-align: top;
}
._360 .grid__item-wrap{
	text-align: left;
}
._360 .grid__item-title{
	margin-bottom: 30px;
}
._360madero{
	width: 50vw!important;
	max-width: 50vw!important;
	height: 40vh!important;
	overflow: auto!important;
}
._360mayo{
	width: 25vw!important;
	max-width: 25vw!important;
	height: 35vh!important;
	overflow: auto!important;
}
._360chasco{
	width: 25vw!important;
	max-width: 22vw!important;
	height: 27vh!important;
	overflow: auto!important;
}

/*Portfolio indexado*/



.content--photography {
	grid-area: content-photography;
}

.js .content--photography {
	grid-area: content;
}

.grid {
	position: relative;
	--gap: 1vw;
	display: grid;
	grid-gap: var(--gap);

	width: 63vw;
	grid-auto-rows: calc((1700px / 20) - var(--gap));
	grid-auto-columns: calc((53vw / 15) - var(--gap));

	overflow: hidden;
	}

.grid__item:nth-child(1) {
	grid-area: 1 / 1 / 4 / 10;
}

.grid__item:nth-child(2) {
	grid-area: 1 / 10 / 4 / 16;
}

.grid__item:nth-child(3) {
	grid-area: 4 / 1 / 7 / 10;
}

.grid__item:nth-child(4) {
	grid-area: 4 / 10 / 8 / 16;
}

.grid__item:nth-child(5) {
	grid-area: 7 / 1 / 11 / 8;
}

.grid__item:nth-child(6) {
	grid-area: 8 / 8 / 13 / 16;
}

.grid__item:nth-child(7) {
	grid-area: 11 / 1 / 16 / 8;
}

.grid__item:nth-child(8) {
	grid-area: 13 / 8 / 17 / 16;
}

.grid__item:nth-child(9) {
	grid-area: 16 / 8 / 18 / 1;
}

.grid__item:nth-child(10) {
	grid-area: 19 / 16 / 17 / 8;
}

.grid__item:nth-child(11) {
	grid-area: 18 / 8 / 21 / 1;
}

.grid__item:nth-child(12) {
	grid-area: 16 / 8 / 18 / 2;
}

.grid__item {
	position: relative;
	display: flex;
	flex-direction: column;
}

.grid__item-wrap {
	flex: 1;
	position: relative;
	overflow: hidden;
}

.js .grid__item-wrap {
	opacity: 1;
}

.grid__item-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	transition: transform 1s cubic-bezier(0.2,1,0.8,1);
}

.grid__item-wrap:hover .grid__item-img {
	transform: scale3d(1.1,1.1,1);
}

.grid__item-year {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 2rem;
	transform: rotate3d(0,0,1,-90deg) translateX(-100%);
	transform-origin: 0 0;
	margin: 0.75rem 0.5rem;
	z-index: 999;
	color:white;
}

.js .grid__item-year {
	opacity: 1;
}

.grid__item-year::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 1.6rem;
	background: #000;
	left: 0;
	top: 45%;
	background: white;
}
.grid__item-year.blanco::before{
	background: white;
}

.grid__item-title {
	margin: 0;
	padding: 0.5rem 0 0 0;
	font-size: 1rem;
	color: #aaa;
	font-weight: 400;
	z-index: 999;
}

.js .grid__item-title {
	opacity: 1;
}

.grid__item-title strong {
	color: #000;
	color: #aaa;
}

.backbutton {
	border: 0;
	padding: 0;
	margin: 0 0 2rem -0.15rem;
	background: none;
}

.backbutton:focus {
	outline: none;
}

.backbutton:hover {
	color: var(--color-textlink);
}

.category {
	position: relative;
}

.js .category {
	opacity: 1;
}

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

.category__list-item {
	display: inline-block;
	text-transform: uppercase;
	margin: 0.5rem 0.5rem 0 0;
	color: var(--color-textlink);
	cursor: default;
}

.category__list-item--current {
	font-weight: bold;
	color: var(--color-text);
}

.category__years {
	margin: 1rem 0;
	font-size: 0.75rem;
	display: block;
	color: var(--color-alt);
}

@media screen and (min-width: 45em) {
	
	.grid__item:nth-child(1) {
		grid-area: 1 / 1 / 5 / 9;
	}
	#aereas_jujuy .grid__item:nth-child(1) {
		grid-area: 1 / 1 / 5 / 9;
	}

	.grid__item:nth-child(2) {
		grid-area: 2 / 9 / 5 / 15;
	}
	#aereas_jujuy .grid__item:nth-child(2) {
		grid-area: 2 / 9 / 5 / 15;
	}

	.grid__item:nth-child(3) {
		grid-area: 5 / 1 / 8 / 6;
	}

	.grid__item:nth-child(4) {
		grid-area: 5 / 6 / 9 / 14;
	}

	.grid__item:nth-child(5) {
		grid-area: 8 / 2 / 10 / 6;
	}
	/*#presentacion .grid__item:nth-child(5) {
        grid-area: 5 / 19 / 3 / 15;
    }*/

	.grid__item:nth-child(6) {
		grid-area: 9 / 6 / 14 / 16;
	}
	#presentacion .grid__item:nth-child(6) {
		grid-area: 9 / 6 / 12 / 16;
	}

	.grid__item:nth-child(7) {
		grid-area: 10 / 1 / 16 / 6;
	}

	.grid__item:nth-child(8) {
		grid-area: 14 / 6 / 19 / 15;
	}
	.grid__item:nth-child(9) {
	grid-area: 16 / 6 / 20 / 2;
    }
    .grid__item:nth-child(10) {
	grid-area: 20 / 8 / 24 / 1;
    }
    .grid__item:nth-child(11) {
	grid-area: 23 / 16 / 19 / 8;
    }
    .grid__item:nth-child(12) {
	grid-area: 26 / 8 / 23 / 15;
    }
}

@media screen and (min-width: 60em) {
	
	.content--photography {
		display: grid;
		grid-template-columns: 20vw 70vw;
	}
	.category__list-item {
		display: block;
		margin: 0.5rem 0;
	}
	.category__years {
		margin-top: 5rem;
	}
	
}

/*POP-UP fotos*/



/* --------------------------------------------------------------
RESPONSIVE STYLES
-------------------------------------------------------------- */
@media screen and (min-width: 1100px) and (max-width: 1700px) {
	#portfolio{background-position: right top;}
	#portfolio .vector.v1, #portfolio .vector.v2 {left: -420px;}
	.menu_interno {right: 20px;}
	.menu_portfolio.menu_2 {left: 45px;top: 26vh;}
	.categoria .subti {position: relative; font-size: 340%;left: -40px;}
	.menu_portfolio li {padding: 0 0 40px 0;}
}
@media screen and (aspect-ratio >= 2) and (max-width: 1100px) {
	#portfolio{background-position: right top;}
	#portfolio .vector.v1, #portfolio .vector.v2 {left: -420px;}

}
@media screen and (max-width: 1100px) and (aspect-ratio <= 2) {

	/*index*/

	body{ background-position:center top 320px; background-size: cover calc(100vh - 400px); }
	header{ scale: .9; width: 100vw; text-align: center; display:block; left:-50px; top:-3px; position: fixed; background: black; padding: 30px 50px 0; opacity: 1;}

	header #logo{ float:none; margin:0 auto 5px auto; }
	header .nombre{ float:none; margin:0 auto; }
	header .profesion{ float:none; margin:0 auto; }
	nav{ display:block; float:none; position:fixed; width:100vw; right: 0px; top:120px; background:black; }
	#menu { width: fit-content; margin: 50px auto 12px; text-align: center; padding: 0; }
	#menu li, .menu_portfolio.menu_2 li{ line-height:2; display: inline; width: auto; padding: 0 4vw; font-size: 80%;}
	#portfolio .vector.v1{ left: -740px; display: block;}
	.menu_portfolio li {padding: 0 0 30px 5px; font-size:.85rem; }
	#menu li a, .menu_portfolio.menu_2 li a { width: auto; }

	/* secciones */

	.vector{ display:none; }
	article{ margin-top:200px; height:calc(100vh - 260px); overflow: hidden auto; word-break: break-word; text-shadow: 1px 1px 8px black; }
	#soy .filtro, #portfolio .filtro{ height: calc(100vh + 350px);}
	.contenido{ overflow:hidden; min-height: fit-content; height: auto;}
	#soy .subti, #contacto .subti, #portfolio .subti{ display: none!important; margin: 0; font-size: clamp(24px, 8vw, 75px); display:block; top: 0; opacity:.5; float: none; position: relative; left: 55px; width: fit-content; max-width: calc(100vw - 50px); }
    #soy .texto, #contacto .texto{ top: 0; left: 60px; display: block; margin: 0; width: calc(100vw - 60px); min-width: unset; max-width: 420px; float: none; position: relative; }

    /* Presentación */

    /*.img_fondo{background-size: auto calc(100vh - 200px);}*/
    #presentacion .portf{ width: 90vw;}
    .grid {width: calc(100vw - 50px); grid-auto-rows: calc((1700px / 20) - var(--gap)); grid-auto-columns: calc((calc(100vw - 50px) / 15) - var(--gap));}
    #pie{ height: auto; }
    #pie p{ }
    .ondiseno-footer{ position: relative; bottom: 0; margin-top: 40px; margin-left: -69px; }

    .linea{ height: 18px; margin-bottom: 18px;}
    .linea i{ font-size: 30px; }
	
	/* Bio */

	#soy .vector.v1{ display: none; rotate: 90deg; height: 100vw; min-height: unset; top: -40px; left: 30px; width: 10vh; min-width: 300px; position: fixed; z-index: 2;}
	#soy .vector.v2{ display: none; rotate: 90deg; height: 100vw; min-height: unset; top: -90px; left: 10px; width: 10vh; min-width: 336px; position: fixed; z-index: 1;}
	#soy {background-image: none; text-shadow:none; }
	#soy .contenido{  }
	#soy .filtro{display: none;}
	#soy .gi{  left:100px; top:60px; position: absolute;}
	#soy .texto{ left:400px; width: calc(100vw - 400px);font-size: 15px; font-weight: 400; letter-spacing: .1px; max-width: none;}

    /* Contacto */

    #contacto{background-position: center bottom; background-size: auto calc(100vh - 200px); overflow: hidden;}
     #contacto p{ right:0; }

     /* Portfolio */

    #portfolio{background-position: right top; background-size: auto calc(100vh - 200px); padding-top: 20px; height: calc(100vh - 220px); overflow: hidden;}
    #portfolio > div.contenido{ overflow:hidden auto; height:calc(100vh - 240px); min-height: unset;}
    .menu_portfolio {left: 60px; top: 0;}

    /* Categoria (Portfolio) */

       .portf_cat{ padding: 0; margin-top: 250px; height: calc(100vh - 300px); }
       .portf{ width:calc(100vw - 50px); top:0; position:relative; padding: 0 25px 25px; height: auto; margin-top: 0; overflow: hidden;}
       .grupo_cat_menu2{ width: 100vw; top: 30px; position: relative; height: auto; display: block; min-height: min-content; }
       .categoria{ width: calc(100vw - 50px); top: 0; left: 25px; position: relative; float: none; text-align: center;}
       .categoria .subti{ display: none; font-size: 200%; text-align: left; position: relative; top:0px; left:0;}
       .menu_portfolio.menu_2{ display:none; width:100vw; top:0; position: relative; padding: 0; left:0; text-align: center; opacity: .8;}
       .menu_portfolio.menu_2 li{ font-size: 70%;}
       .sub_categoria { width: calc(100vw - 50px); min-width: unset; }
       h4.subti.subti_cat, h3.subti.subti_cat:not(.pres){ bottom:unset; text-align: left; width: 100%; left: 0px; margin: 0; background: black; opacity:1; font-size: clamp(16px, 13vw, 27px); color: rgba(255, 234, 0, .7); }
       h3.subti.subti_cat:not(.pres){ display:none; position: fixed; top: 10px; z-index:1000;}
       h4.subti.subti_cat{display:block; position: fixed; top: 200px; z-index:1000; padding: 10px 23px 15px; }
       h4.titulo_me_int{ display:none; margin:0 0 5px; color: rgba(255, 234, 0, .7);}
       .menu_interno{ display: inline-block; width: 100vw; text-align: center; position: fixed; top: unset; bottom:0; right: unset; border-left: none; padding: 15px 0; left: 0; line-height: 1.8; background: black;}
       .menu_interno a{ display: inline; padding: 0 1.5vw; opacity: .7;}
        ._360madero, ._360mayo, ._360chasco{ width: calc(100vw - 50px)!important; max-width: calc(100vw - 50px)!important; height: 40vh!important;}
        ._360 .grid__item{ margin: 0!important; }
        ._360 .grid__item-title{margin-bottom: 40px;}

        .pp_content {min-width: 40px; width: 90vw!important; height: auto!important;}
        div.pp_pic_holder {width: 90vw!important;}




  @media screen and (max-width: 750px){
  	/*.img_fondo{ background-position: left -40vw top; }*/
      	#soy{ height: calc(100vh - 200px);}
       	#soy .texto{ left:60px; width: calc(100vw - 60px);}
       		#soy p{ text-align:center; }
    	#soy .gi{ display: block; top: 0; width: 100vw; max-width: 300px; float:none; left:unset; margin: 30px auto 170px; position: relative; } 
    	#pie *:not(.ondiseno-footer, .trama){ scale:.9; }
    	#pie{ padding: 50px 0; width: 100vw;}
    	#pie .nombre, #pie .profesion{ margin-left: -400px; }
    	#pie .ondiseno-footer{ margin-left:-10px; }
     }
  @media screen and (max-width: 500px){
      #portfolio{background-position: right -20vh top;}
      #presentacion .grid__item:nth-child(1) {grid-area: 1 / 1 / 4 / 20;}
      #presentacion .grid__item:nth-child(2) {grid-area: 4 / 1 / 7 / 17;}
      #presentacion .grid__item:nth-child(3) {grid-area: 10 / 1 / 7 / 17;}
      #presentacion .grid__item:nth-child(4) {grid-area: 10 / 1 / 13 / 17;}
      #presentacion .grid__item:nth-child(5) {grid-area: 16 / 1 / 13 / 17;}
      #presentacion .grid__item:nth-child(6) {grid-area: 16 / 1 / 19 / 17;}
}
  @media screen and (max-width: 440px){
    	#portfolio .vector.v1{ left: -740px; display: block;}
    	.img_fondo {height: calc(100% + 100px); background-position:-52vw center; background-size: auto calc(100vh - 200px);}
    	#pie .logopie{ width: 252px; margin: 0 auto;}
    	#pie .nombre, #pie .profesion{ margin-left: -200px; }
    	#pie .linea{ height: 55px; text-align:center; }
    	#pie p{ text-align:center; }
    	#pie i{ top:8px; }


    	@media screen and (max-height: 695px){
    		.img_fondo {background-position:center;}
    	}
     }
  @media screen and (max-width: 323px){
     	.portf_cat{ margin-top: 225px; }
     }   


}



.visible{
	opacity: 1;
	transition: opacity .3s ease-out;
}