@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: center;
	background-repeat: no-repeat;
	object-fit: fill;
/*	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 77%, 0 80%);*/
	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;
/*	text-transform: uppercase;*/
}

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

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

/*GALLLERY*/
.primary__gallery, 
.primary__galleryB, 
.primary__galleryC, 
.primary__galleryD {
    position: relative;
    width: 100%;
    max-width: 2200px;
    height: auto;
    /* align-items: center; */
    margin: 1em auto;
    /* object-position: center; */
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.primary__gallery--content, 
.primary__gallery--contentB,
.primary__gallery--contentC,
.primary__gallery--contentD {
	display: flex;
/*	border: 1px solid black;*/
	width: 100%;
	height: 450px;
	margin: 2em .4em;
/*	max-height: 500px;*/
/*	margin: 0 auto;*/
	padding: 10px 30px;
		overflow: hidden;
/*		scrollbar-width: thin;*/
		align-items: center;
		justify-content: space-between;
		gap: 1.5em;
}


.gallery__content--titulo,
.gallery__content--tituloB,
.gallery__content--tituloC,
.gallery__content--tituloD {
	display: flex;
	flex-direction: column;
	max-width: 250px;
	max-height: 370px;
/*	margin-top: 10px;*/
/*	margin-bottom: 50px;*/
	gap: 1.1em;
	cursor: default;
/*	border: 1px solid black;*/
/*	justify-content: center;*/
	overflow-y: scroll;
	scrollbar-width: none;
	scrollbar-gutter: auto;
/*	align-items: center;*/
}

/*.gallery__content--titulo {
	display: block;
*//*	text-align: center;*/
/*	margin: 0 auto;*/
/*}*/

.gallery__content--titulo .content__primary, 
.gallery__content--tituloB .content__primary,
.gallery__content--tituloC .content__primary,
.gallery__content--tituloD .content__primary {
/*	display: none;*/
	position: relative;
	font-size: clamp(10px, 4vw, 20px);
	font-weight: 700;
	text-transform: uppercase;
	color: #771100;
	text-align: center;
}

/*.primary__gallery--title,
.primary__gallery--titleB,
.primary__gallery--titleC,
.primary__gallery--titleD {
	position: relative;
	font-size: clamp(20px, 5vw, 40px);
	font-weight: 700;
	text-transform: uppercase;
	color: #771100;
	text-align: center;
}*/

.gallery__content--titulo .content__secondary,
.gallery__content--tituloB .content__secondary,
.gallery__content--tituloC .content__secondary,
.gallery__content--tituloD .content__secondary {
	font-size: clamp(8px, 2.5vw, 14px);
	font-weight: 500;
/*		color: #d6d6e0;*/
	color: #303030;
/*	text-align: left;*/
	width: 100%;
	text-align: justify;
	margin: 0 auto;

}

.primary__gallery--wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	cursor: default;
	/*	gap: 0.1em;*/
/*	place-content: center;*/
	justify-content: center;
/*	align-content: center;*/
	/* align-items: center; */
	/*	border: 1px solid black;*/
	width: 100%;
	/*min-width: 470px;*/
	height: 100%;
	/* justify-content: center; */
	/* border: 1px solid green; */
	margin: 0 auto;
	/*	scroll-snap-type: x mandatory;*/
	/*background: linear-gradient(to bottom rgba(0, 0, 0,0.2)10%, rgba(0, 0, 0, 0.8)100%);
	z-index: 4000;*/
	place-content: center;
}

.button__sliders,
.button__slidersB,
.button__slidersC,
.button__slidersD {
	display: flex;
	position: relative;
/*	font-weight: 900;*/
	top: 0;
/*	border: 1px solid darkred;*/
	width: 100%;
	height: fit-content;
	z-index: 4000;
	margin: .6em;
	justify-content: center;
	gap: 0.7em;
}

.slide, .slideA, .slideB, 
.slideC, .slideD, .slideE,
.slideF, .slideG, .slideH, 
.slideI {
/*	display: flex;*/
	position: relative;
/*	bottom: 0;*/
/*	border: none;*/
	background: none;
	width: 50px;
	height: auto;
/*	padding: 4em;*/
	border: 3px solid #2b2b2b;
	cursor: pointer;
}

.slide:hover, .slideA:hover, .slideB:hover,
.slideC:hover, .slideD:hover, .slideE:hover,
.slideF:hover, .slideG:hover, .slideH:hover,
.slideI:hover {
	filter: drop-shadow(1px 1px 10px #2b2b2b);
/*	border: 1px solid black;*/
}

.gallery__item, 
.gallery__itemB,
.gallery__itemC,
.gallery__itemD {
	position: relative;
	isolation: isolate;
	display: flex;
	/*	 flex: 0 0 200px; */
	width: 100%;
	/*min-width: 470px;*/
	height: 100%;
/*	background: linear-gradient(336deg, rgb(90 200 90 / 0.7) 0%, rgba(0, 0, 0, 0.0)100%);*/
	padding: .5em;
	opacity: 1;
	overflow: hidden;
	transition: opacity 0.25s;
	margin-bottom: 20px;
	justify-content: center; 
	border-radius: .4em;
	/*aspect-ratio: 16/9;*/
/*	border: 1px solid black;*/
	margin: 0 auto;
}

.gallery__item:hover,
.gallery__itemB:hover,
.gallery__itemC:hover,
.gallery__itemD:hover {
	opacity: 1;
	transition: opacity 0.3s;
/*	flex: 3;*/
/*	transition: flex 0.6s, opacity 0.3s;*/
}

.gallery__item:not(:hover), 
.gallery__itemB:not(:hover),
.gallery__itemC:not(:hover),
.gallery__itemD:not(:hover)    {
	opacity: 0.95;
	transition: opacity 0.30s;
/*	transition: flex 0.4s, opacity 0.30s;*/
}

.item__image {
	display: block;
	position: absolute;
	/*top: 0;*/
	/*right: 0;*/
/*	opacity: 0;*/
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: .4em;
	padding: .2em;
/*	margin: 0 auto;*/
/*	animation: move-izq-der;*/
	animation: opacity 3s 1;
/*	animation-fill-mode: forwards;*/
	filter: drop-shadow(2px 2px 7px #303030);
}

@keyframes opacity {
	from {
		opacity: 0.1;
	}
	to {
		opacity: 0.95;
	}
	/*from {
		transform: translateX(-400px);
	}
	to {
		transform: translateX(10px);
	}*/
}

.prev,
.prevB,
.prevC,
.prevD {
	display: block;
	position: absolute;
	border: none;
	background: none;
	left: 20%;
	top: 50%;
	margin: 1em;
	padding: .9em .3em;
	color: #30303000;
	z-index: 5000;
	background-color: #1c1c1c00;
/*	opacity: 0;*/
}

.prev:hover,
.prevB:hover,
.prevC:hover,
.prevD:hover {
	filter: drop-shadow(4px 6px 5px #ececec8c);
	cursor: pointer;
	opacity: 1;
/*	transition: all .3s ease-in-out;*/
}

.next,
.nextB,
.nextC,
.nextD {
	display: block;
	position: absolute;
	border: none;
	background: none;
	right: 20%;
	top: 50%;
	margin: 1em;
	padding: .9em .3em;
	color: #30303000;
	z-index: 5000;
	background-color: #1c1c1c00;
/*	opacity: 0;*/
}

.next:hover,
.nextB:hover,
.nextC:hover,
.nextD:hover {
	filter: drop-shadow(4px 6px 5px #ececec8c);
	cursor: pointer;
	opacity: 1;
/*	transition: all .3s ease-in-out;*/

}

/*.prev:hover, .next:hover {
	filter: drop-shadow(4px 6px 5px #ececec8c);
}*/

.item__description {
	align-self: flex-end;
	color: #fff;
	margin: 0 auto;
/*	gap: .5em;*/
}

.item__name {
/*	font-size: 37px;*/
	font-size: 1.5rem;
	background: linear-gradient(90deg,#303030,#0001);
/*	padding-inline: 5px;*/
/*	transform: translateY(0);*/
/*	text-align: left;*/
	padding: 0.2em 15px;
/*	margin-bottom: .3em;*/
}

.item__role {
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
	background: linear-gradient(90deg,#303030,#0003);
/*	padding: 10px;*/
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
/*	transform: translateY(0);*/
/*	padding-inline: 3px;*/
/*	text-align: left;*/
	gap: .2em;
	padding: 0 15px;
/*	justify-content: center;*/
}

.item__name,
.item__role {
	opacity: 1;
	transition: opacity 0.25s, transform 0.3s;
	transition-delay: .35s;
}

.content__secondary .ale {
	font-weight: 900;
	color: #008000;
}

/*.gallery__item:hover .item__name,
.gallery__item:hover .item__role {
	opacity: 1;
	transform: translateY(0);
}

.gallery__item:not(:hover) .item__name,
.gallery__item:not(:hover) .item__role {
	transition-delay: .2s;
}*/

/*.gallery__contain {
	display: block;
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 0;
	justify-content: center;
	place-content: center;
	margin: 0 auto;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#gal {
	gap: 1em;
	margin: 0 auto;
}*/

/*.gallery__contain a {*/
	/*display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	cursor: pointer;
	gap: 0.4em;
	width:100%;
	height: auto;
	text-decoration: none;
	color: #2b2b2b;
	object-position: center;
	justify-content: center;
	place-content: center;
	margin: 0 auto;*/
	/*gap: 2em;
}*/

/*.gallery__contain--img {
	display: flex;
	position: relative; 
	width: 100%;
	height: auto;
	margin: 0.6em auto;
	overflow-x: scroll;
	scrollbar-width: thin;
	scroll-snap-type: x mandatory;
	gap: 0.1em;
	cursor: pointer;
	justify-content: center;
}*/

/*.gallery__contain--img {
	display: grid;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.1em;
	place-content: center;
	margin: 0 auto;
}

.gallery__wrapper {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 55rem;
	justify-items: stretch;
	overflow-x: scroll;
	scrollbar-width: thin;
	scroll-snap-type: x mandatory;
	scroll-snap-align: center;
	gap: .5em;
	width: 100%;
}*/

/*@keyframes scroll {
	to {
		translate: calc(-3 * 45rem);
	}
}*/

/*.gallery__contain--img h3 {
	display: flex;
	position: absolute;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: clamp(22px, 5vw, 40px);
	width: 100%;
	height: 100px;
	font-weight: 900;
	padding: .4em;
	margin: 0 auto;
	z-index: 2000;
	color: #0b0b0b90;
	background-color: #FFFFFF4e;
}*/

/*.gallery {
	 display: flex; 
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0.2em;
	scroll-snap-align: center;
}

.gallery img {
	display: block;
	isolation: isolation;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: fill;
	z-index: -1;
}

.item__description--gal {
	display: flex;
	flex-direction: column;
	flex: 1 0 100%;
	bottom:5%;
	position: -webkit-sticky;
	position: absolute;
	backdrop-filter: blur(10px);
	color: #000111;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100px;
	padding: .2em;
	z-index: 2000;
}

.item__name--gal {
	font-weight: 900;
	font-size: 1.4rem;
	color: #000111;
}*/

/*.item__name--gal,
.item__role--gal {
	display: block;
	position: sticky;

}*/

/*.tiktok-embed {
	margin: 18px 0;
	padding: 0;
}*/

/*.comment__button {
	color: #c3c3c3;
	border: none;
	width: fit-content;
	padding: .4em;
}

.comment__button:hover {
	color: #2c2c2c;
}

#mail, 
#comments {
	border-color: #c4c4c4;
}

#mail::placeholder, 
#comments::placeholder {
	position: absolute;
	bottom: 0;
	right: 0;
	place-content: bottom;
}*/

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

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


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

.card-body {
	display: flex;
	position: relative;
	flex-direction: column;
/*	border: 1px solid black;*/
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 3em;
	justify-content: center;
}
.form__main {
	display: flex;
	position: relative;
	justify-content: center;
/*		max-width: 600px;*/
	width: auto;
	margin: 0 auto;
	height: auto;
}
.form__main .form-group {
	display: flex;
	position: relative;
	justify-content: left;
/*	max-width: 600px;*/
	width: auto;
	height: auto;
}
.comment__button {
	width: auto;
}

.form-control {
	display: flex;
	position: relative;
	justify-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 .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;
	}

	.ads-vertical {
		display: flex;
		position: relative;
		margin: 0 auto;
		flex-grow: 1;
		/*border: 1px solid black;*/
		justify-content: center;
	}

	.primary__gallery {
		display: block;
	}

	.primary__gallery--content, 
	.primary__gallery--contentB, 
	.primary__gallery--contentC, 
	.primary__gallery--contentD {
		display: block;
		/*flex-direction: column;*/
		height: fit-content;
	}

	.gallery__content--titulo, 
	.gallery__content--tituloB, 
	.gallery__content--tituloC, 
	.gallery__content--tituloD {
		max-width: 100%;
		overflow-y: hidden;
/*	scrollbar-width: thin;*/
	}

	.button__sliders,
	.button__slidersB,
	.button__slidersC,
	.button__slidersD {
		gap: 1em;
		justify-content: center;
	}
	.slide, .slideA, .slideB, 
	.slideC, .slideD, .slideE,
	.slideF, .slideG, .slideH, 
	.slideI {
		max-width: 5px;
		border-radius: 50%;
		padding: 0;
	}
	.card {
/*		border: 1px solid black;*/
		max-width: 900px;
		height: auto;
		margin: 0 auto;
		padding: .3em;
	}

	.card-body .form__main {
		display: flex;
		position: relative;
		justify-content: center;
		max-width: 600px;
		height: auto;
	}
	.form__main div{
		display: flex;
		position: relative;
		justify-content: center;
		max-width: 600px;
		height: auto;
	}

	.prev,
	.prevB,
	.prevC,
	.prevD {
/*		display: block;*/
		color: #303030;
		background-color: #1c1c1c8c;
		padding: .5em 0;
		left: 0;
	}

	.next,
	.nextB,
	.nextC,
	.nextD {
		color: #303030;
		background-color: #1c1c1c8c;
		padding: .5em 0;
		right: 0;
	}

	.gallery__item, 
	.gallery__itemB,
	.gallery__itemC,
	.gallery__itemD {
		width: 100%;
		height: 500px;
		min-width: auto;
	}
	.primary__gallery--wrapper {
		width: 100%;

/*		grid-auto-columns: 25rem;*/
	}

	/*.gallery {
		margin: 1em 0;
	}

	.gallery img {
		object-fit: fill;
	}*/

}