*:focus {
    outline: none;
}

a:hover{
	color: #ff0000 !important;
}

body{
	font-size: 21px;
  	font-family: 'Space Grotesk', sans-serif;
  	color: #000;
  	margin: 0;
  	overflow-x: hidden;
}

.imgFondo{
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	z-index: -1;
}

.car{
	position: relative;
}

.car strong{
	position: absolute;
	top: 25px;
	right: 25px;
	width: 25px;
	height: 25px;
	z-index: 5;
	cursor: pointer;
	font-weight: 400;
}

.car strong span{
	display: none;
}

.car strong span.desc{
	display: none;
}


.car strong img{
	width: 25px;
	height: 25px;
}

.conteo{
	display: none;
}

.celular{
	display: none;
}

.infoAbout{
	width: 460px;
	position: fixed;
	left: 0;
	top: 0;
	padding: 30px 45px;
	height: calc(100% - 60px);
	z-index: 20;
	background: #fff;
	overflow: auto;
	left: -550px;
	transition: 0.4s all;
}

.infoAbout.entra{
	overflow: auto;
	left: 0;
}

.infoAbout .cerrar{
	max-width: 70px;
	height: 25px;
	margin-bottom: 50px;
	margin-top: 11px;

}

.infoProyecto{
	position: fixed;
	background: #fff;
	top: 0;
	right: -590px;
	width: 410px;
	padding: 30px 45px;
	height: 100vh;
	z-index: 20;
	transition: all 0.4s;
	margin-left: 100%;
}

.infoProyecto.entra .desc:after{
	content: '';
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: calc(500px - 100vw );

}

.infoProyecto a{
	display: inline-block;
	position: relative;
	z-index: 99;
}

.infoProyecto img{
	max-width: 25px;
	height: auto;
}

.infoProyecto.entra{
	right: 0px;
	transition: all 0.4s;
}

.infoProyecto::after{
	background-image: url('../images/flecha-der.png');
	background-repeat: no-repeat;
	background-position: center;
    background-size: 71px;
    display: inline-block;
    width: 71px; 
    height: 25px;
    content:"";
    margin-top: 50px;

}

.img-responsive{
	width: 100%;
	height: auto;
	display: inline-block;
}

.contenido{
	position: relative;
	float: right;
	top: 35px;
	right: 35px;
	width: 76%;
	overflow: hidden;
	line-height: 0;
	text-align: right;
}

.descripcion{
	position: relative;
	float: right;
	top: 40px;
	right: 36px;
	width: 65%;
	text-align: right;
	
}

.descripcion a,  a:link, a:visited{
	color: #000 ;
}

.descripcion .nombre{
	margin-right: 10px;

}

.descripcion .numero{
	font-size: 18px;

}

.hidden{
	display: none;
}
.menu{
	width: 20%;
	position: relative;
	top: 45px;
	left: 45px;
	height:  calc(100vh - 80px);
	float: left;
	overflow: hidden;
}

.menu a{
	margin-top: 4px;
	display: inline-block;
	color: #000;

}




.slider-conten{
	position: relative;
	display: inline-block;
	transition: all 0.5s;
	max-width: 86%;
	width: 100%;
}

.slider-conten .abajo{
	position: absolute;
	width: calc(100% - 60px);
	height: 15%;
	bottom: 0;
	left: 0;
	z-index: 15;
	cursor: url("../images/cursor/flecha-abajo.png") 25 71, auto;
	color: transparent;
}

.slider-conten .arriba{
	position: absolute;
	width: 70%;
	height: 15%;
	top: 0;
	left: 15%;
	z-index: 15;
	cursor: url("../images/cursor/flecha-arriba.png"), auto;
	
}


.owl-nav{
	position: absolute;
    top: 15%;
    left: 0;
    height: 70%;
    width: 100%;
}

.owl-nav .owl-prev{
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 50%;
	cursor: url("../images/cursor/flecha-iz.png"), auto !important;
}

.owl-nav .owl-next{
	position: absolute;
	height: 100%;
	cursor: pointer;
	right: 0px;
	top: 0px;
	width: 50%;
	cursor: url("../images/cursor/flecha-der.png") 71 25 , auto !important;
}

.owl-item{
	opacity: 1;
}

.owl-item.active{
	opacity: 1;
}

.animate__faster{
	 --animate-duration: 0.25s;
}

@media (max-width: 1800px) {

	.slider-conten{
		max-width: 1240px;
	}
}


@media (max-width: 1600px) {

	.slider-conten{
		max-width: 1000px;
	}
}

@media (max-width: 1400px) {
	.slider-conten{
		max-width: 800px;
	}
}


@media (max-width: 1200px) {


	.slider-conten{
		max-width: 800px;
	}
}



@media (max-width: 800px) {

	.car{
		margin: 90px 25px;
		position: relative;
	}

	.car strong{
		top: auto;
		left: 0px;
		bottom: -52px;
		width: auto;
		right: none !important;
	}

	.car strong span.nombre{
		display: inline-block;
		text-decoration: underline;
	}

	.celular{
		display: block;
	}

	.escritorio{
		display: none;
	}


	.descripcion.pc{
		display: none;
	}

	.infoAbout{
		width: calc(100vw - 60px);
		left: -120%;
		padding: 30px 30px;
		word-wrap: break-word;
	}

	.infoProyecto{
		width: calc(100vw - 60px);
		right: -120%;
		padding: 30px;
	}

	.contenido{
		width: 100%;
		float: none;
		top: 0;
		right: 0;
		text-align: left;
		height: auto !important;
	}

	.conteo{
		display: inline-block;
		position: absolute;
		bottom: -28px;
		right: 5px;
		left: none;
		font-size: 16px;
	}
	.menu{
		height: auto;
		text-align: center;
		width: 100%;
		top: 0;
		left: 0;
		margin: 80px 0;

	}

	.menu .salto{
		display: none;
	}

	.slider-conten .car:first-child{
		margin-top: 0px;
	}

	.slider-conten span{
		display: none;
	}

	.slider-conten .abajo, .slider-conten .arriba{
		color: transparent;
	}

	.owl-nav{
		display: none;
	}

	.polo{
		font-size: 28px;
		margin-bottom: 10px;
		display: inherit;
	}



}