@charset "UTF-8";

#gallery .main_section_title{
	position: absolute;
	z-index: 11;
	width: 100%;
	top: 13vh;
}

/* Gallery */
#gallery-top {
	z-index: 10;
	pointer-events: none;
	padding-top: 120px;
	position: absolute;
}

#gallery-top #section_logo {
	max-width: 240px;
	margin: 0 auto 15px;
	position: absolute;
	right: 15rem;
	top: 2rem;
	width: 10vw;
}

#gallery-navs {
	position: absolute;
	left: 0;
	bottom: 5.5vh;
	width: 100%;
	text-align: center;
}

#gallery-navs nav {
    /* display: none !important; */
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    left: 0;
}
.nav-tabs{
	justify-content: center;
}
.carousel-indicators {
    bottom: 6vh;
}

#gallery-navs .nav-tabs .nav-link {
	padding: 0;
	color: #fff !important;
	background: transparent !important;
	text-transform: uppercase;
	border: 0;
	margin: 0 15px 0 0;
	font-size: 20px;
	line-height: 22px;
	text-decoration: none;
	opacity: 1;
}

#gallery-navs .nav-tabs .nav-link.active {
	border-bottom: 2px solid #FFBB5C;
	opacity: 1;
}

#gallery-body{
	position: relative;
	left: 0;
	top: 0;
	width: 100vw;
	max-width: 100%;
	height: 100dvh;
}

#gallery-body .carousel.slide {
	padding: 0;
}

#gallery-body #carousel-Video.carousel.slide {
	padding: 29vh 0 0;
}



/*
#gallery-body .carousel-control-next,
#gallery-body .carousel-control-prev {
	opacity: 1;
	padding: 0;
	background: rgba(255,255,255,0);
	width: 60px;
	height: 60px;
	margin: auto 50px;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart * /
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart * /
}
#gallery-body .carousel-control-next:hover,
#gallery-body .carousel-control-prev:hover {
	background: #EAE2DA;
	border: 2px solid #C98C37;
}
*/

.carousel-control-next-icon {
    background-image: url("../img/arrow_right.svg");
    filter: brightness(3);
}
.carousel-control-prev-icon {
     background-image: url("../img/arrow_left.svg");
    filter: brightness(3);
}


#gallery-body .carousel-control-next .carousel-control-next-icon {
	margin-left: 4px;
}

#gallery-body .carousel-control-prev .carousel-control-prev-icon {
	margin-right: 4px;
}

#gallery-body .carousel-control-next:hover .carousel-control-next-icon {
	filter: brightness(1);
}

#gallery-body .carousel-control-prev:hover .carousel-control-prev-icon {
	filter: brightness(1);
}

#gallery-body .carousel-indicators li {
	opacity: 0.7;
	width: 90px;
    height: 62px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
    display: inline-block;
    background-color: transparent;
	text-indent: 0;
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart */
}
#gallery-body .carousel-indicators li img{
    width: 100%;
    height: auto;
}
#gallery-body .carousel-indicators li.active,
#gallery-body .carousel-indicators li:hover{
	opacity: 1;
	transform: scale(1.05);
}

#gallery-body .mk_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*
	mask-image: url(images/mask.png);
	-webkit-mask-image: url(images/mask.png);
	mask-size: contain;
	-webkit-mask-size: contain;
	*/
}

#gallery-body .img-element {
	opacity: 0;
	pointer-events: none;
}

#gallery-body .active.mk_embed {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*background-color: #000;*/
}

.gallery_hidden_elements {
	opacity: 0;
	pointer-events: none;
}

#gallery-body #carousel-Video .video-text,
#gallery-body #carousel-Entrevista .video-text {
	display: flex;
	margin-top: 1rem;
	position: absolute;
	top: 100%;
	justify-content: center;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
}
#nav-Foto .carousel-inner {
	-webkit-mask-image: url(../img/gallery_mask.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}
#carousel-Video{
	width: 100vw;
    max-width: 100%;
    height: 100dvh;
}

#nav-Video .carousel-inner, #nav-Entrevista .carousel-inner {
	display: flex;
	align-items: flex-start;
	height: max(calc(25vw + 16rem), calc(100vh - 5rem));
	min-height: calc(25vw + 10rem);
}

#nav-Video .carousel-item, #nav-Entrevista .carousel-item {
	width: 45vw;
	transform: translateX(61%);
	position: absolute;
	height: 25vw;
}


@media(min-width:250px) {

	#gallery {
		display: grid;
		grid-template-rows: 5rem 1fr;
		z-index: 0;
		width: 100vw;
		height: 100dvh;
	}

	#nav-Foto .carousel-inner {
		display: flex;
		align-items: center;
		justify-content: center;
/*
		height: max(calc(25vw + 10rem), calc(100vh - 5rem));
		min-height: calc(25vw + 10rem);
*/		
		height: 100dvh;
	}

	#nav-Foto .mk_image {
		position: absolute;
		background-size: cover !important;
		
/*
		margin: auto;
		width: 45vw;
		height: 25vw;
*/
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	
}

@media(max-height:900px) {
	
#gallery-body #carousel-Video .video-text, #gallery-body #carousel-Entrevista .video-text{
	display: none;
}
#nav-Video .carousel-item, #nav-Entrevista .carousel-item {
    width: 35vw;
    transform: translateX(92%);
    position: absolute;
    height: 25vw;
}
/*
	#gallery-navs {
		margin: 0 44px;
	}

	#gallery-body .carousel-control-next,
	#gallery-body .carousel-control-prev {
		margin: auto 44px;
	}
*/
}


/*
@media (max-width: 970px) {
	#gallery-top #section_logo {
		display: none !important;
	}
}
*/

@media(max-width:50px) {
	#gallery {
		min-height: inherit !important;
	}

	#gallery-top {
		margin-top: 25px;
		position: relative !important;
	}

	#gallery-top #section_logo {
		/*max-width: 200px;*/
		width: 49%;
		max-width: none;
		display: inline-block !important;
		vertical-align: middle;
		margin: 0;
		text-align: center;
		position: relative;
		right: inherit;
		top: inherit;
	}

	#gallery-top #section_logo img {
		max-width: 200px;
	}

	#gallery-top #gpage_title {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}

	#gallery-top .section_title h1 {
		font-size: 50px;
		font-size: 6vw;
	}

	#gallery-navs nav {
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 20px 0 0;
	}

	#gallery-navs .nav-tabs .nav-link {
		margin: 0 10px;
	}

	#gallery-body {
		padding: 20px 0 140px;
	}

	#gallery-body .carousel-item {
		height: auto !important;
	}

	#gallery-body .mk_image {
		background-image: none !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#gallery-body .mk_image .img-element {
		opacity: 1;
		pointer-events: all;
	}

	#gallery-body .carousel-control-next,
	#gallery-body .carousel-control-prev {
		width: 40px;
		height: 40px;
		margin: auto 20px;
		/*top: calc(100% - 120px);
		bottom: inherit;*/
		top: inherit;
		bottom: -50px;
	}

	#gallery-body .carousel-control-prev .carousel-control-prev-icon,
	#gallery-body .carousel-control-next .carousel-control-next-icon {
		width: 16px;
		height: 16px;
	}

	#gallery-body .carousel-indicators {
		display: none;
		pointer-events: none;
	}

	.gallery_hidden_elements {
		opacity: 1;
		pointer-events: auto;
	}
}

@media(max-height:800px) {
/*
	#nav-Foto .mk_image {
		max-width: 900px;
	}
*/
}

@media(max-width:767px) {
	/*
	#gpage_title{
		    position: relative;
			top: -50px;
	}
*/

	#nav-Video .carousel-item, #nav-Entrevista .carousel-item {
	   width: 100vw;
	   transform: translateX(0%);
	   position: absolute;
    	height: 48vw;
    }
    #gallery-body #carousel-Video.carousel.slide {
    	padding: 0vh 0 0;
	}
   #gallery .main_section_title{
	   top:12vh;
   }
   #carousel-Video .carousel-indicators {
    	bottom: 10vh;
	}
	#nav-Video .carousel-inner, #nav-Entrevista .carousel-inner {
    	align-items: center;
    }
}
@media(max-width:600px){
	#gallery-body .carousel-control-next, #gallery-body .carousel-control-prev{
		display: none;
	}
	.carousel-indicators{
		margin-right: 10%;
		margin-left: 10%;
	}
	#gallery-body .carousel-indicators li {
    	height: 35px;
    }
    #gallery-top {
	    margin-top: 80px;
    }
    
    
}

@media(max-width:570px) {
	#gallery-top #section_logo {
		width: 100%;
		margin: 0 0 20px;
	}

	#gallery-top #gpage_title {
		width: 100%;
	}

	#gallery-top .section_title h1 {
		font-size: 28px;
		line-height: 28px;
	}

	#gallery-navs nav {
		margin: 20px 0 0;
	}

	#gallery-navs .nav-tabs .nav-link {
		font-size: 18px;
		line-height: 20px;
	}

	#gallery-body .carousel-control-next,
	#gallery-body .carousel-control-prev {
		margin: auto 35%;
		bottom: -70px;
	}

	#nav-Foto .carousel-inner {
		padding-bottom: 0;
	}

	#gallery-body .active.mk_embed {
		padding: 0 15px;
	}
}