@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	--padding-container: 40px 0;
	--color-title: #001A49;
/*	--show: block;*/
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
/*	border: 1px solid black;*/
}

html, body {
	 font-family: "Open Sans", sans-serif;
	width: 100%;
	font-style: normal;
/*	min-height: 100lvh;*/
}

header {
	min-height: 70lvh;
	min-height: 70dvh;
/*	border: 1px solid black;*/
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: center;
}


.container {
	width: 100%;
	max-width: 2800px;
	margin: 0 auto;
	overflow: hidden;
/*	padding: var(--padding-container);*/
}

.hero {
	width: 100%;
/*	max-height: 700px;*/
	min-height: 500px;
	max-height: 70lvh;
	position: relative;
	display: grid;
	grid-template-rows: 100px 1fr;
	align-items: center;
/*	border: 1px solid black;*/

}

.hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #8F97798c 0%, #ffffff8c 100%), url('../../favicons/resize/banner.webp');
	background-size: 100% 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	object-fit: fill;
/*	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 77%, 0 80%);*/
	z-index: -1;
/*	align-items: center;*/
/*	filter: blur(10px);*/
/*	z-index: -1;*/
}

.nav {
/*	--padding-container: 0;*/
	padding: 0 5%;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	background-color: #fff;
	overflow: hidden;
}

.nav__logo {
/*	display: block;*/
	background-image: url('../../favicons/logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
/*	padding: .9em;*/
/*	aspect-ratio: 3/2;*/
	width: 300px;
	height: 100%;
/*	border:1px solid black;*/
	mix-blend-mode: darken;
/*	border-radius: 30em 10em 30em 10em;*/
}

/*.nav__logo img {
	aspect-ratio: 3/2;
	background-size: contain;
	mix-blend-mode: darken;
	width: 100%;
	height: 100%;
}*/

/*.nav__title {
	font-size: .6rem;
	font-weight: 300;
	color: #111;
}*/

.nav__link {
	display: grid;
	margin-left: auto;
	padding: 0;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	gap: 1.5em;
	font-weight:500;	
	align-items: center;
	letter-spacing: .05rem;
	color: #2b2b2b;
}

.nav__items {
	list-style: none;
	font-size: 0.7rem;
	border-bottom:2px solid #30303000;
}

.nav__link .active {
  padding: 0.3em;
  border-bottom: 2px solid #1c1c1c;
  opacity: 0.7;
}

.nav__items:hover:not(.active) {
  top: 100%;  
  transition: all 0.5s ease-in-out;
  border-bottom: 2px solid #30303080;
}

.nav__links {
	color: #1b1b1b;
	text-decoration: none;
}

.nav__menu {
/*	display: block;*/
/*	border: 1px solid black;*/
	margin-left: auto;
	cursor: pointer;
	display: none;
}

.nav__img {
	display: block;
	width: 30px;
}

.nav__close {
	display: var(--show, none);
}


/*Hero Container*/

.hero__container {
	max-width: 800px;
	display: grid;
/*	position: absolute;*/
	--padding-container: 0;
	grid-auto-rows: max-content;
/*	border: 1px solid black;*/
	align-content: center;
	gap: 1em;
	/*	padding-bottom: 50px;*/
	padding: 0 2em 0.4em;
	height: fit-content;
	bottom: 30%;
	margin: 0 auto;
	text-align: left;
	justify-content: center;
}

.hero__title {
	display: flex;
	flex-direction: column;
	font-size: 3rem;
	color: #fff;
	filter: drop-shadow(1px 1px #0000118c);
}

.hero__paragraph, 
.hero__paragraph a {
	text-decoration: none;
	margin-bottom: 20px;
	color: #fff;
	filter: drop-shadow(1px 1px #0000118c);
}

/*FOOTER*/
.foot {
	background-color: rgb(90 200 90 / 0.7);
	width: 100%;
	height: 50px;
}

.foot__socialicon {
	display: flex;
	gap: 1.5em;
	margin: 1.5em;
	padding: .5em;
	justify-content: space-between;
}
.bi-tiktok {
	font-size: 1.4rem;
  	color: #111111;
  	padding: .1em;
  	filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}

.bi-tiktok::after {
	filter: drop-shadow(5px 5px 0 #F70250) contrast(150%) brightness(110%);
  	z-index: -1;
}

.bi-instagram {
	font-size: 1.4rem;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  	-webkit-background-clip: text;
	background-clip: text;
  	-webkit-text-fill-color: transparent;
  	padding: .1em;
 }

.bi-facebook {
 	font-size: 1.4rem;
/* 	color: #1b1b1b;*/
 }

 .bi-instagram:hover, 
 .bi-tiktok:hover, 
 .bi-facebook:hover {
/* 	display: flex;*/
/* 	position: relative;*/
 	padding: .4em;
 	scale: 1.2;
 	transition: all .5s ease-in-out;
 }

 .email__content {
 	display: flex;
 	position: relative;
 	align-items: end;
 }

.email__content a{
	display: flex;
	position: relative;
	font-size: .7rem;
	text-decoration: none;
	color: #303030;
/*	letter-spacing: .1em;*/
	align-items: center;
	gap: .1em;
}

.email__content a:hover{
	color: #f9f9f98c;
	scale: 1.1;
	transition: all .6s ease-in-out;
}

.email__content a:not(:hover){
	transition: all .6s ease-in-out;
}

#email-icon {
/*	color: #fff;*/
	width: 15px;
	height: 15px;
}


.copyright {
	font-size: .6rem;
	text-align: center;
}

.form__main {
	display: flex;
	position: relative;
	flex-direction: column;
}
/* .bi-youtube {
	color: #c4302b;
}*/

/*.bi-facebook {
	color: #3b5998;
}*/
/*#inst {
	display:block; 
	height:50px; 
	margin:0 auto 12px; 
	width:50px;
	background-image: url('../img/inst.svg');
}*/
.ads {
	display: grid;
	overflow: hidden;
	place-content: center;
}

.ads-vertical {
	position: absolute;
	right: 0;
	overflow-y: scroll;
	/*border: 1px solid black;*/
}


/*CODE DESARROLLOHELPDESK.SITE*/


.items--buildpage {
	width: auto;
	height: auto;
}

.contenido__buildpage {
	display: grid;
	position: relative;
	border-bottom: 1px solid #2b2b2b;
	width: 100%;
	height: 700px;
/*	margin: 0;*/
	text-align: center;
/*	place-content: center;*/
	place-items: center;
/*	border:1px solid black;*/
	padding: .5em;
	margin: 4em 0;
}

.gallery-wrapper--buildpage {
	display: flex;
	position: relative;
	flex-direction: row;
	width: 100%;
	min-height: 400px;
	align-items: baseline;
	margin: 0 auto;
/*	border: 1px solid black;*/
}

.gal-built {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: space-evenly;
	gap: 1em;
	place-items: center;
	width: 100%;
	min-height:400px;
/*	border: 1px solid green;*/
	object-position: center;
}

.gal-built a:hover, .thumbnail picture img:hover {
 filter: drop-shadow(7px 10px 7px black);
 transition: all .5s ease-in-out;
}

.gal-built img {
/*	position: absolute;*/
	width: 150px;
	height: 150px;
	background-size: contain;
	object-fit: contain;
	border-radius: 10px;
}

.gal-built figcaption p {

/*	display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
*//*	width: 90%;*/
	cursor: default;
	margin: 0 auto;
	margin-block: 1lh;
	/*line-height: 1.5;*/
	/*letter-spacing: .2ch;*/
	max-width: 50ch;
	text-align: left;
	
	padding: 10px;
/*	line-clamp: 5;*/
/*	transition: line-clamp 3s ease-in;*/
/*	transform: all 3s ease-in;*/
}

/*.gal-built figcaption:hover p {
	-webkit-line-clamp: none;
	transition: line-clamp 3s ease-in;
}
*/
.title__buildpage {
	position: relative;
	
/*	bottom: 20%;*/
	border-bottom: 2px solid #808080;
/*	border: 1px solid green;*/
	width: auto;
	margin: 0 auto;
	cursor: default;
}

.carousel-control-prev {
	display: none;
	position: absolute;
	top: 75%;
	left: 5%;
	cursor: pointer;
	border: none;
}

.carousel-control-next {
	display: none;
	position: absolute;
	top: 75%;
	right: 5%;
	cursor: pointer;
	border: none;
}

.thumbnail {
	display: flex;
	position: relative;
	justify-content: space-around;

	width: 100%;
	height: 50px;
	margin: .4em .1em;
}

.thumbnail {
	display: none;
/*	position: relative;*/
/*	justify-content: space-around;*/
}

.b {
	display: flex;
}

/*CODE DESARROLLOHELPDESK.SITE*/

@media screen and (max-width: 768px) {

	.hero:before {
		background-size: 100% 100%;
		background-position: center;
		object-fit: fill;
	}

	.hero__title {
		font-size: 2rem;
	}

	.gallery__contain--img {
		width: 100%;
		margin: 0;
		place-content: start;
	}

	.nav__collapse {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
/*		flex-direction: column;*/
/*		border: 1px solid black;*/
/*		align-items: center;*/
	}

	.nav__menu {
		display: block;
		position: relative;
/*		color: #111;*/
/*		border: 1px solid black;*/
		/*width: 100%;
		height: auto;*/
		border: none;
		background: none;
	}

	.nav__img {
/*		color: #111;*/
		background-color: #30303040;
	}

	.nav__link {
		display: flex;
		place-content: center;
		flex-direction: column;
		position: fixed;
		width: 100%;
		height: calc(100dvh - 100px);
		left: 0;
		bottom: 0;
		overflow: hidden;
		/*inset: 0;*/
		background-color: #ffffffea;
		z-index: 6000;
		transition: all .6s ease-in-out;
	}

	.nav__link--menu {
		/*display: none;*/
		background-color: #ffffff00;
		height: 0;

	}

	.nav__close {
		display: block;
		position: absolute;
		background: none;
		border: none;
		top: 0;
		right: 0;
		margin: 2em;
	}

	.gal-built {
		position: absolute;
	}


	.b {
		display: none;
	}

	.carousel-control-prev, .carousel-control-next {
		display: block;
	}


	.thumbnail {
		display: flex;
	}

	.thumbnail img {
		display: block;
		position: relative;
		width: 40px;
		height: 50px;
		cursor: pointer;
		transition: .3s ease-in;
	}

	.thumbnail > img:hover {
	/*	backdrop-filter: blur(10px);*/
		scale: 1.1;
		box-shadow: 4px 6px 6px #303030c9;
	}

}