body *{
    font-family: "Outfit", sans-serif;
}
a.yacimiento-download-btn{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-right: 50px;
}
a.yacimiento-download-btn::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: solid 1px #000;
    border-radius: 50%;
    background-color: transparent;
    transition: all .3s ease-in-out;
}
a.yacimiento-download-btn::after{
    content: '';
    display: block;
    background-image: url(../img/btn-arrow.png);
    position: absolute;
    top: 50%;
    right: 7px;
    width: 29px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    transition: all .3s .1s ease-in-out;
}
a.yacimiento-download-btn:hover::before{
    width: 30px;
    height: 30px;
}
.mim-home-hero{
    position: relative;
    min-height: 500px;
    height: 100dvh;
    overflow: hidden;
}
.mim-home-hero .mim-home-hero-video{
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-color: #ffffff;
}
.mim-home-hero .mim-home-hero-video video{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mim-home-hero .home-hero-overlay{
    background-image: url(../img/hero-bg.png);
    background-position: left bottom;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    bottom: -1px;
    z-index: 3;
    left: -5px;
    width: calc(100% + 10px);
}

@media only screen and (max-width: 1600px) { 
	#vr-background-section {
		min-height: 850px;
	}
}

@media only screen and (max-width: 1300px) { 
	#vr-background-section {
		min-height: 750px;
	}
}

@media only screen and (max-width: 1130px) { 
	#vr-background-section {
		min-height: 650px;
	}
}

@media only screen and (max-width: 1024px) { 
	#vr-background-section {
		min-height: 550px;
	}
}

@media only screen and (max-width: 767px) { 
	#vr-background-section {
		min-height: 370px;
	}
	.mim-home-hero .home-hero-overlay {
		bottom: -140px;
	}
	.mim-hero-history .elementor-element .mim-hero-img::after {
	display: none !important;
}
		.mim-hero-history::after {
	display: none !important;
}
}


/* ESTILOS CABECERA STICKY */
header .mim-yac-home-header .mim-yac-home-header-logo > div > a > img {
	display: none;
}
header .mim-yac-home-header.scroll-sticky-active .mim-yac-home-header-logo > div > a > img {
	display: block;
}
header .mim-yac-home-header.scroll-sticky-active {
	background-color: #ffffff !important;
	border-bottom: solid 1px #e5e5e5;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.mim-hero-history::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100dvh;
    background: #DDCC9F;
    z-index: -1;
}

.mim-hero-history .elementor-element .mim-hero-img{
	background-color: #ffffff;
}
.btn-ticket-header a .elementor-button-text {
	font-family: "Outfit", sans-serif !important;
}

/*MENU APP STYLE MOBILE*/

.elementor-location-popup .popup-bottom-row .elementor-button-text {
	font-size: 13px !important;
}
	
.elementor-location-popup .popup-bottom-row .elementor-button-content-wrapper {
	flex-direction: column !important;
	flex-wrap: no-wrap;
	align-items: center;
}

@media only screen and (min-width: 767px) { 
#elementor-popup-modal-588 .dialog-widget-content {
	box-shadow: none !important;
}
}