.espaciosUnicos {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	overflow: hidden;
}

.video-warp{
	top: 50% !important;
  	transform: translateY(-50%) !important;
}

.espaciosUnicos img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

@media(max-width:768px) {

	#background-video,
	.videobg,
	.videobg .video-warp {
		max-height: unset !important;
		position: relative !important;
		height: unset !important;
		padding-top: 0px !important;
	}

	.videobg .video-warp {
		height: unset !important;
	}

	.videobg .video-warp img {
		padding-top: 140px !important;
	}

	#background-video {
		display: none
	}
}

.barra-iconos h5 {
	font-size: 16px;
	font-weight: 600;
}

.video-container {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.video-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: calc(120vh - 5px);
	transform: translate(-50%, -50%);
	border: 0;
}

@media (min-aspect-ratio: 16/9) {
	.video-container iframe {
		/* height = 100 * (9 / 16) = 56.25 */
		height: 86.25vw;
	}

	#welcome {
		height: calc(56.25vw - 85px);
	}
}

@media (max-aspect-ratio: 16/9) {
	.video-container iframe {
		/* width = 100 / (9 / 16) = 177.777777 */
		width: 177.78vh;
	}
}

@media(max-width:768px) {

	#background-video,
	.videobg,
	.videobg .video-warp {
		max-height: unset !important;
	}

	.videobg .video-warp {
		max-height: unset !important;
	}

	.videobg .video-warp img {
		padding-top: 120px;
	}

	.videobg .video-warp h1 {
		font-size: 3rem !important;
	}

	#background-video {
		display: none
	}

	.wa__btn_popup_txt {
		display: none !important;
	}

	.video-warp .btn-color1 {
		display: none;
	}
}

.videobg .video-warp {
	overflow-y: auto;
	overflow-x: hidden;
}

#formularioBanner {
	background-color: rgba(33, 37, 41, 0.8);
	border-radius: 15px;
	color: #FFF;
	padding: 20px 50px;
	margin-top: 100px;
}

#formularioBanner h3 {
	color: var(--color-1);
	font-weight: 600;
	font-size: 24px;
}

.wpcf7-form {
	margin-top: 15px;
}

.wpcf7-submit {
	background-color: var(--color-1);
	color: #FFF;
	width: 100%;
	border: 0;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media(max-width:768px) {
	#formularioBanner {
		background-color: rgba(33, 46, 64, 0.8);
		border-radius: 0px;
		color: #FFF;
		text-align: center;
		padding: 20px 20px;
		margin-top: 0px;
	}
}

.texto-espacio-comunes {
	position: absolute;
	bottom: 230px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
}


.area8 circle {
	position: absolute;
	top: 56%;
	left: 14%;
}

#tab02 {
	position: absolute;
	top: 20%;
	left: 29%;
}


.hotmap2 .area7 .circle {
	top: 57% !important;
	left: 13% !important;
}

#tab01 {
	position: absolute;
	top: 47% !important;
	left: 6% !important;
}


#tab03{
	position: absolute ;
    top: 30% !important;
    left: 15% !important;
}

.area10 circle{
	position: absolute;
	top: 40% !important;
	left: 40% !important;
}


.ajustetamañotexto{
	font-size: 12px;
}

@media (max-width: 767px) {
	.tourvirtual {
		height: 400px;
	}
}