.vertical-menu {
	display: block !important;
	padding: 0 2em;
}

.vertical-menu ul li .nav-link {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase !important;
}

.vertical-menu ul li .nav-link:hover {
	color: #ddd;
}

.vertical-menu .nav-item {
	text-align: center;
}

.topnav {
	padding: 0 !important;
}

.serv-marq .box .item span img {
	width: 50px;
	margin-top: -26px;
}

.header-freelancer .bg-img {
	background-image: none !important;
}



.header-freelancer {
      position: relative;
      overflow: hidden;
      width: 100vw;
      height: 100vh;
    }

    .header-freelancer #video-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

.header-freelancer iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	top: 0;
	left: 0;
}

#player {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	min-width: 100% !important;
	transform: scale(1.4) !important;
}



.load-text span.load-text{
	padding: 0 5px;
}

.testim-crv2 .wow .img.circle-60 {
	display: none;
}
.testim-crv2 .wow .ml-30 {
	margin-left: 0px !important;
}




/*  */
.contenedor-video {
	position: relative;
	width: 100%;
	height: 100vh; /* Esto asegura que el div tenga el 100% de la altura de la ventana */
	overflow: hidden;
 }
 
 #video-fondo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Esto ajusta el video para que cubra todo el div manteniendo la proporción */
 }

 

.sub-footer .col-lg-8 {
	display: flex;
	justify-content: end;
	align-items: center;
}

	.sub-footer .logo img {
	width: 100px;
}

.pt-80 .tit.mb-20.center {
	text-align: center;
}

.call-action-img .sec-bg-img {
	background-image: url(/assets/imgs/555.png) !important;
}

.horizontal  .rest {
	padding-top: 0em !important;
}

/* .proj-header1 .bg-img {
	background-image: url("assets/imgs/6666.jpg") !important;
} */



footer .col-lg-3 .tit h3{
	color: #967024 !important;
}

footer .center-item
{
	text-align: center;
}

#header-big-logo{
	display: none;
}

@media all and (max-width: 576px) {
	.topnav .menu-icon {
	margin-right: 2em;
}

.serv-marq .box .item span img {
	width: 40px;
}

#player {
	transform: scale(2.4) !important;
}

.caption {
	padding-top: 12em;
}

.caption::after {
	content: "";
	position: absolute;
	top: 90px;
	right: 0;
	width: 100%;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.load-text span.load-text{
	padding: 0 2px;
}

.sub-footer .logo img {
	width: 60px;
}

.horizontal  .rest {
	padding-top: 30em !important;
}
}

.about .text-reval .text {
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
  }
.text-reval .text {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #7d7d7d));
background: -webkit-linear-gradient(left, #fff 50%, #7d7d7d 50%);
background: -o-linear-gradient(left, #fff 50%, #7d7d7d 50%);
background: linear-gradient(to right, #fff 50%, #7d7d7d 50%);
background-size: 200% 100%;
background-position-x: 100%;
color: transparent;
background-clip: text;
-webkit-background-clip: text;
-webkit-transition: background-position-x .8s !important;
-o-transition: background-position-x .8s !important;
transition: background-position-x .8s !important;
}
	

.row.md-marg .col-lg-4 img{
	height: 500px;
}

#text-animated-home{
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	text-align: var(--bs-body-text-align);
}


@media (max-width: 576px){
	#text-theclub{
		padding-top: 0px !important;
	}
	.mt-xsss-50{
		margin-top: 50px;
	}
	.padding-xss-left-right{
		padding-left: 20px;
    	padding-right: 20px;
	}
	.team-crev .swiper-slide .img{
		height: 100vw !important;
	}
	.team-crev .swiper-slide .img img{
		height: 100vw !important;
	}
	#reserva-btn{
		position: absolute;
		top: 75vh;
		right: auto !important;
		width: 100vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
    #the-club-text{
        padding-top: 0px !important;
    }
      .numbers .justify-content-around {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
    
}

@media screen and (min-width: 1000px) and (max-width: 1450px) {
  .work-carsouel .work-crus .img img{
      height: 900px;
    }
}