
/*Menu*/
.header-top .main-navigation {
	width: 70%;
}

.header-top .site-top-content {
	width: 100% !important;
	display: flex;
	align-items: center;
}

header.site-header {
	margin-bottom: 40px;
}

/*Pagina animaciones virtuales*/

/*Ocultar imagen del header*/
.page-id-20370 .custom-header, .page-id-20640 .custom-header, .page-id-20654 .custom-header, .page-id-20663 .custom-header, .page-id-20671 .custom-header, .page-id-20678 .custom-header {
	display: none !important;
}

#post-20370 .entry-header, #post-20640 .entry-header, #post-20654 .entry-header, #post-20663 .entry-header, #post-20671 .entry-header, #post-20678 .entry-header {
	display: none !important;
}

.page-id-20370 .entry-header h1, .page-id-20640 .entry-header h1, .page-id-20654 .entry-header h1, .page-id-20663 .entry-header h1, .page-id-20671 .entry-header h1, .page-id-20678 .entry-header h1 {
	display: none !important;
}

/*****************************/
.page-id-20370 .entry-content {
	margin-top: -10px !important;
}

.subtitle-virtual-animation {
	margin: 1.5em 37% 1.5em !important;
}

@media only screen and (max-width: 768px) {
	.uagb-block-c25ab55c {
		margin-top: -130px !important;
	}
	
	.subtitle-virtual-animation {
		margin: 1em 7% 1em !important;
	}
}

.site-content {
	padding: 0 !important;
}

.site-main {
	margin-top: 0px !important;
}

/**************************************************************************************************************************************/

/* Contenedor de la sección */
.custom_serv_video-section {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: black;
	text-align: center;
}

@media (max-width: 768px) {
	.custom_serv_video-section {
		margin-top: -30%;
	}
}

/* Video de fondo */
.custom_serv_video-background {
	position: absolute;
	max-width: none !important;
	width: 1519.2px;
	height: 854.55px;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

@media (max-width: 768px) {
	.custom_serv_video-background {
		width: 1325.51px;
		height: 745.6px;
	}
}

/* Overlay blanco */
.custom_serv_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	z-index: -1;
}

/* Contenido de la sección */
.custom_serv_content {
	z-index: 1;
	padding: 20px;
}

/* Título */
.custom_serv_content h1 {
	font-size: 42px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	color: black !important;
}

/* Subtítulo */
.custom_serv_content p {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 22%;
}

@media (max-width: 768px) {
	.custom_serv_content p {
		margin: 30px 5%;
	}
}

/* Botón */
.custom_serv_content .wp-block-button__link {
	display: inline-block;
	padding: 15px 30px;
	color: white;
	background-color: #d0734f !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	transition: background-color .3s;
	border-radius: 5px;
}

/* Hover del botón */
.custom_serv_content a.custom_serv_button:hover {
	background-color: #29292a !important;
}
