@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Open+Sans:wght@700&family=Roboto+Slab&family=Roboto:wght@100;400&display=swap');

/*
font-family: 'Noto Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
*/

body {
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #f0f0f0 85%, #3d3737 85%, #3d3737 100%);
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#f0f0f0 85%,#3d3737 85%,#3d3737 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%,#f0f0f0 85%,#3d3737 85%,#3d3737 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%,#f0f0f0 85%,#3d3737 85%,#3d3737 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%,#f0f0f0 85%,#3d3737 85%,#3d3737 100%);
}

.no-js body {
	overflow: auto;
	background: #f0f0f0;
}

.js .gr-gallery {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gr-room {
	position: absolute;
	top: 0;
	width: 100%;
	height: 85%;
	text-align: center;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.gr-wall-main,
.gr-wall-other {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: url(../images/wall-white.jpg) repeat;
}

.gr-wall-main {
	left: 0;
}

.gr-floor {
	position: absolute;
	top: 100%;
	left: 0;
	height: 30%;
	width: 100%;
	background: #8196A3 url(../images/floor-white.jpg) repeat-x 0px 0px;
}

.gr-gallery figure {
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

.no-js .gr-gallery figure {
	display: inline-block;
	position: relative;
	margin: 20px;
}

.gr-gallery figure::before {
	content: '';
	position: absolute;
	width: 180%;
	height: 150%;
	top: -45%;
	left: -40%;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	pointer-events: none;
	opacity: 0.5;
}

.gr-gallery figure div,
.gr-gallery figure img,
.gr-gallery figcaption {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.gr-gallery figure div {
	position: relative;
	border: 10px solid #666;
	box-shadow: 0 10px 7px -5px rgba(0,0,0,0.3);
}

.gr-gallery figure img {
	display: block;
	margin: 0 auto;
	border: 20px solid #fff;
}

.gr-gallery .cartel {
	border: 0px;
}

.gr-gallery figcaption {
	width: 120px;
	display: block;
	font-size: 5px;
	background: #fff;
	color: #444;
	padding: 5px;
	margin-top: 20px;
	position: relative;
	text-align: left;
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.info p{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#43505A;
}

.gr-gallery figcaption h2 {
	width: 30px; height: 30px;
	display: inline-block;
	margin: 0; padding: 3px;
	background: #D13A3F;
	font-size: 28px; color: #FFF; text-align: center;
	font-family: 'Roboto Slab', serif;
}

.gr-gallery figcaption .titulo {
	margin-left: 5px;
	font-size: 24px; 
	color: #333F57; 
	text-align: left;
	font-family: 'Amatic SC', cursive;
	font-weight: 100;
}

.gr-gallery figcaption div {
	display: none;
}

.gr-gallery nav {
	position: absolute;
	width: 300px;
	height: 38px;
	bottom: 3%;
	left: 50%;
	margin-left: -150px;
	z-index: 0;
	cursor: pointer;
}

.gr-gallery nav span {
	width: 90px;
	height: 100%;
	background: url(../images/steps.png);
	float: left;
	text-indent: -100%;
	overflow: hidden;
	opacity: 0.6;
}

.gr-gallery nav span:hover {
	opacity: 1;
}

.gr-gallery nav span.gr-next {
	background-position: top right;
	float: right;
}

.gr-caption {
	position: absolute;
	width: 80%;
	height: 460px;
	padding: 40px 5% 10px 5%;
	left: 50%;
	margin-left: -40%;
	bottom: 0px;
	z-index: 3;
	background: #fff;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.3);
	-webkit-transform: translateY(460px);
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transform: translateY(460px);
	-moz-transition: -moz-transform .5s ease;
	-o-transform: translateY(460px);
	-o-transition: -o-transform .5s ease;
	-ms-transform: translateY(460px);
	-ms-transition: -ms-transform .5s ease;
	transform: translateY(460px);
	transition: transform .5s ease;
}

.gr-caption-close {
	position: absolute;
	top: 40px;
	right: 10px;
	background: url(../images/close.png) no-repeat;
	color: #999;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 0 6px -1px rgba(0,0,0,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.gr-caption-close:hover {
	color: #555;
	top: 45px;
	box-shadow: 0 0 8px -1px rgba(0,0,0,0.6);
}

.gr-caption h2 {
	padding: 0 0 10px 0;
	position: absolute;
	top: 40px; left: 0px;
	margin: 0;
	width: 48px; height: 37px;
	padding: 7px 0px 0px 0px;
	background: #D13A3F;
	font-size: 32px; color: #FFF; text-align: right;
	font-family: 'Roboto Slab', serif;
}

.gr-caption .titulo { display: none;}

.gr-caption > div {
	overflow: hidden;
	overflow-y: auto;
	height: 410px;
}

.gr-caption > div .titulo-obra {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px; color: #777777;
	margin-bottom: 15px; 
	margin-left: 10px;
	line-height:26px;
}

.gr-caption > div .autor {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px; color: #666666;
	margin-bottom: 10px; 
	margin-left: 10px;
	line-height:26px;
}

.gr-caption > div .autor span {
	font-style: italic;
}

.gr-caption > div .tecnica {
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px; color: #666666;
	margin-bottom: 15px; 
	margin-left: 10px;
	line-height:26px;
}

.gr-caption > div .resena {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px; 
	color: #555555;
	margin-bottom: 15px;
	width: 100%;
}

.volver { list-style: none; }

.icon-left { width: 80px; height: 80px; position: absolute; top:0; left:0; z-index: 2;}

.close i{
    position: absolute;
	top: 20px;
	left: 15px; 
	width: 44px;
	height: 45px;
	background: url(../images/close.png) no-repeat;
	transform: rotate(90deg);
}

.close:hover i { left: 10px; }

.close span { display:none; }

.compartir { list-style: none; }

.icon-right { width: 80px; height: 80px; position: absolute; top:0; right:0; z-index: 2;}

.sharing i{
    position: absolute;
	top: 20px;
	right: 15px; 
	width: 44px;
	height: 45px;
	background: url(../images/share-red.png) no-repeat;
}

.sharing:hover i { right: 10px; }

.credits {
  color: #555555;
  font-size: 0.5em;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 100;
  position: absolute; bottom:10px; left: 25px; z-index: 2;
}