: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;
	max-width: 1600px;
	margin: 0 auto;
	font-style: normal;
/*	min-height: 100lvh;*/
}

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

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

p {
	max-width: 65ch;
}

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

.btnRGPD {
	display: flex;
	list-style: none;
	gap: 1em;
	margin: 0 auto;
}

.botonRGPD,
.botonRGPD__cancel  {
	position: relative;
	cursor: pointer;
	border: none;
	padding: .3em;
}

.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 ul{color: #303030;width:200px;padding:10px;border:1px solid #000;background-color:#ccc;text-align:center;position:relative;top:10px;justify-content: center;}
.cajacookies button:hover{background-color:#c2c2c2;cursor:pointer;}

.botonRGPD:hover,
.botonRGPD__cancel:hover {
	color: #30303090;
}

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

.hero {
	width: 100%;
/*	height: auto;*/
/*	height: 20dvh;*/
	min-height: 500px;
/*	max-height: 40lvh;*/
	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% 89%,100% 100%, 50% 77%, 0 80%);*/
	z-index: -1;
/*	border: 1px solid red;*/
/*	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.3em;
	font-weight:500;
	align-items: center;
	letter-spacing: .02rem;
	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;
	font-weight: 700;
	color: #fff;
	filter: drop-shadow(1px 1px #0000118c);
}

/*.cta {
	display: inline-block;
	background-color: #2091f9;
	justify-self: center;
	color: #fff;
	text-decoration: none;
	padding: 13px 30px;
	border-radius: 32px;
}*/

.content {
	/*display: block;
	position: ;*/
	width: auto;
	height: auto;
/*	top: 80%;*/
	/*place-content: center;
	place-items: center;*/
/*	background-color: #87ceeb;*/
/*	background-image: url();*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	padding: .6em;
	margin-top: 40px;
	border-top: 2px solid #303030;
}

#backgroundIMG {
	display: block;
	transition: all .5s ease-in-out;
	background-image: url("../img/resize/aboutcollage.webp");
	background-position: center;
	background-size: 100% 100%;
}

.first__content {
	width: auto;
/*	height: 50dvh;*/
/*	min-height: 600px;*/
/*	max-height: 40lvh;*/
	position: relative;
/*	display: grid;*/
/*	grid-template-rows: 100px 20%;*/
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #808080;
	border-radius: 20px;
	background: #3030308c;
	backdrop-filter: blur(5px);
	text-align: justify;
	padding: 10%;
	margin: 10%;
}

/*.first__content:before {
	content: "";
	width: 50%;
	height: 30vh;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #808080;
	border-radius: 20px;
	background: transparent;
	backdrop-filter: blur(10px);
	margin: 0 auto ;
}*/

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

.foot__socialicon div {
	display: flex;
	gap: 1.5em;
}

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

.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;
	position: relative;
	width: 100%;
	overflow-x: scroll;
	/*place-content: center;*/
	scrollbar-width: none;
	margin: 0 auto;
	div {
		margin: 0 auto;
	}
}

.inst__cont {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em;
	position: relative;
	justify-content: space-around;
}

/*[name="insta-blocks"] iframe{
	margin: 1em;
}
*/
.inst__cont [name="insta-blocks"] div {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	justify-content: space-around;
	white-space: pre;
	gap: 1em;
}

.btnMore {
	border: none;
	margin: .3em 1em;
	padding: .4em;
	border-radius: 5px;
	background-image: linear-gradient(95deg, #4F97008c 0%, #00af008c 100%);
/*	background-color: #0080008c;*/
/*	border: 1px solid black;*/
}

.btnMore a {
	color: #008000;
/*	margin:.3em;*/
/*	background-image: linear-gradient(180deg, #4F97008c 0%, #0080008c 100%);*/
	text-decoration: none;
	font-size: .7rem;
	font-weight: 900;
}

.btnMore:hover {	
	background-color: #0080006c;	
	transition: all .3s ease-in-out;
	transform: translatex(10px);
}

.btnMore:hover a {
	color: #008000aa;
	margin: .5em;
}

.btnMore:not(:hover) {
	transition: all .3s ease-in-out;
}

#dog {
	display: flex;
	/*border: 1px solid;*/
	position: relative;
	justify-content: center;
}


#dog picture{
	width: 300px;
	height: 150px;
	
	img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: top;
border-radius: 20px;

	}
}

#joke {
	margin-top: 40px;
	article {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		/*justify-content: center;*/
		max-width: 400px;
	}
}

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

	.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 .4s 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;
	}
}