@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%;
	/*	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;
}

/*p {
	font-size: 1.2rem;
}*/

/*.cajacookies {
	display: none;
	background-color:#000;
	color:#fff;
	position:fixed;
	bottom:50px;
	bottom:0px;
	width:100%;
	padding:10px 20px;
	font-size:18px;
	opacity:0.9;
	z-index: 6000;
}*/

/*.botonRGPD {
	display: none;
	position: relative;
	cursor: pointer;
}

.cajacookies a{color:#fff;}
.cajacookies a:hover{color:#ccc;}
.cajacookies p, 
.cajacookies div{display:inline-block; font-size: 0.6rem;}
.cajacookies p{width:85%;}
.cajacookies div{color: #303030;width:auto;padding:10px;border:1px solid #000;background-color:#ccc;text-align:center;position:absolute;top:10px;}
.cajacookies div:hover{background-color:#c2c2c2;cursor:pointer;}

.botonRGPD:hover {
	color: #30303090;
}*/

.container {
/*	width: 100%;*/
	width: auto;
	margin: 0 20px;
	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: center;
	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 {
	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;
	width: 30px;
	height: 30px;
}

.nav__img {
	display: block;
	width: 100%;
	height: 100%;
}

.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);
}

/*MAIN*/
.tips__text {
	display: flex;
	width: auto;
	height: auto;
	justify-content: center;
/*	align-items: center;*/
/*	font-size: 1.2rem;*/
	gap: 1em;
	margin-bottom: 2em;
}

.tips__text > article {
/*	line-height: 1em;*/
	max-width: 500px;
	height: auto;
	text-align: left;

}

.tips__text .content__text {
	display: flex;
	position: relative;
	flex-direction: column;
	/*text-align:justify;*/
	margin-block: 1lh;
/*	justify-content: space-between;*/
/*	border: 1px solid black;*/
	width: auto;
	max-height: 350px;
	margin-bottom: 50px;
	/*overflow-x: scroll;*/
	/*scrollbar-width: none;*/
}

.content__items {
	display: grid;
	position: relative;
	grid-template-columns: auto auto auto;
/*	grid-template-rows: auto auto;*/
	gap: .15em;
	min-width: 600px;
/*	border: 1px solid black;*/
}

#advice {
	display: flex;
	flex-direction: column;
	max-width: 1080px;
	/*text-align: justify;*/
	justify-content: center;
/*	font-size: 1.2rem;*/
}

.A {
	max-width: 300px;
	height: 300px;
	margin: auto;
} 

.B {
	max-width: 300px;
	height: 300px;
	margin: auto;
}

.C {
	max-width: 300px;
	height: 300px;
	margin: auto;
}

/*.A:hover,.B:hover,.C:hover {
	flex: 3;
}*/

/*.item {
	flex:1;
	position: relative;
	display: flex;
}*/


.item img {
/*	flex: 1;*/
	display: block;
	width: 100%;
	height: 100%;
/*	object-fit: fill;*/
	border-radius: 5px;
}

.item:hover img {
	flex:3;
	scale: 1.2;
	transition: all .8s ease-in-out;
}

.item:not(:hover) img {
	transition: all .4s ease-in-out;
}

/*
.item img:hover {
	flex: 3;
	cursor: pointer;
}
*/
/*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 {
	display: flex;
	flex-wrap: wrap;
	font-size: .6rem;
	text-align: center;
	background-color: #222222;
	color: #ffff;
	gap: 1em;
	justify-content: center;
/*	margin: 0 auto;*/
}

.copyright a {
	color: #ffff;
}

.copyright a:hover::after {
	color: #303030;
}


/*
.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;
}

.card {
	border: 1px solid black;
	width: auto;
	height: auto;
	margin: 0;
	padding: .3em;
}

.card-body {
	display: flex;
	position: relative;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 3em;
	justify-content: center;
}
.form__main {
	display: flex;
	position: relative;
	justify-content: center;
	width: auto;
	margin: 0 auto;
	height: auto;
}
.form__main .form-group {
	display: flex;
	position: relative;
	justify-content: left;
	width: auto;
	height: auto;
}
.comment__button {
	width: auto;
}

.form-control {
	display: flex;
	position: relative;
	justify-content: center;
}
*/

.ads {
	display: grid;
	overflow: hidden;
	place-content: center;
}

@media screen and (max-width: 768px) {
	.hero {
		width: 100%;
/*		min-height: 50lvh;*/
		max-height: 80lvh;
	}
	.hero__title {
		font-size: 2rem;
	}
	/*.hero:before {
		background-size: 100% 100%;
		background-position: center;
		object-fit: fill;
	}*/

	.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;
		cursor: pointer;
	}

	.tips__text {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		justify-content: center;
		place-content: center;
/*		gap: 2em;*/
	}

	.tips__text .content__text{
		width: 100%;
		margin: 20px auto;
	}

	#advice {
		max-width: 500px;
		margin: 20px auto;
	}

	.A,.B,.C{
		max-width: 100%;
	}

	.content__items {
		/*position: relative;
		width: 45rem;
		height: 25rem;*/	
		display: flex;
		position: relative;
		min-width: 400px;
		/*width: 100%;*/
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		/*scroll-snap-type-x: mandatory;*/
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
		/*padding: 0 10em;*/
		/*margin-top: 2em;*/
		/*margin: 2em auto;*/
		/*border: 1px solid darkred;*/
		/*min-width: auto;*/
	}

	 .item {
	 	/*position: sticky;*/
		/*flex:0 0 100%;*/
		/*height: 100%;*/
		/*width: 45rem;*/
		/*height: 25rem;*/
		/*min-width: 540px;*/
		width: 100%;
		/*height: 400px;*/
		/*border: 1px solid black;*/
		/*object-fit: cover;*/
		scroll-snap-align: center;
		object-fit: contain;
		object-position: center;
		/*border-radius: 10%;*/
		/*border: 1px solid green;*/
	}

	.item img{
		/*flex:0 0 100%;*/
		/*display: block;*/
		/*position: relative;*/
		/*height: 100%;*/
		width: 400px;
		/*position: absolute;*/
		/*left: 0;*/
		/*scroll-snap-align: center;*/
		/*width: 100%;*/
		object-position: center;
		/*min-width: 400px;*/
		/*object-fit: fill;*/
		border-radius: 10px;
		/*border: 1px solid red;*/
	}
}