* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
/*	font-display: optional;*/
	font-family:'Poppins', sans-serif;
	width: 100%;
	min-height: 100lvh;
	/*max-width: 75ch;
	letter-spacing: .05ch;
	line-height: 20px;*/
}

/*p {
	max-width: 75ch;
	letter-spacing: .05ch;
	line-height: 20px;
	font-weight:100;*/
/*	max-width: 75ch;*/
/*	letter-spacing: .05ch;*/
/*	line-height: 20px;*/
/*}*/


/*NIEVE*/
/*small {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	box-shadow: inset 0 -1px 1px rgb(114 114 114 / 1.0);
	top: -10px;

	animation: nieve linear infinite;
}

@keyframes nieve{
	0% {
		top: -10px;
	}
	100% {
		top: calc(250lvh + 50px);
	}
}*/
/*NIEVE*/


.publicidadIB {
	display: flex;
	flex-direction: row;
	position: fixed;
	background-image: url('../img/webp/venta-terreno-puerto-armuelles.webp');
	/*image-rendering: optimizeSpeed;*/
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2000;
	object-fit: fill;
	text-align: center;
	cursor: pointer;
	width: 300px;
	height: 600px;
	padding: 5px;
	top: 10%;
	margin: 0;
	object-position: center;
}

.terreno_invisible {
	right: 0;
}


.publicidadIB span {
	color: white;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	background-color: rgba(0, 0, 0, 0.4);
	width: auto;
	height: 30px;
	padding: 4px;
/*	margin: 0;*/
	font-size: 0.7rem;
}

.closeP {
	display: none;
	position: fixed;
	flex-direction: row-reverse;
	color: #2B2B2B;
	background-color: rgba(250, 250, 250, 1.0);
	height: fit-content;
	cursor: context-menu;
	right: 0;
	top: 10%;
	padding: 2px;
	transform: rotateZ(45deg);
	font-size: 0.5rem;
	z-index: 2000;
}

.head-row {
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
	align-content: space-between;
}

.logo {
  height: 170px;
	width: 400px;	
	margin-left: 20px;
	object-fit: fill;
	/*filter: contrast(110%);*/
	background-image: url("../img/logo.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 3/2;
	mix-blend-mode: color-dodge;
/*	image-rendering: optimizeQuality;*/
	cursor: default;
}

/*NAVBAR*/

.navbar {
	display: flex;
	position: relative;
	flex-direction: row;
	width: 100%;
	height: auto;
	margin: 5px;
	justify-content: flex-end;
	padding: 5px;
	align-items: center;
}

.navbar-toggler {
	color: dimgrey;
	background: none;
	border: none;
	font-size: 30px;
	padding: 0;
	line-height: 60px;
	cursor: pointer;
	display: none;
	position: relative;
	margin: 0;
	justify-self: flex-end;
	height: auto;
	width: auto;
}

.navbar-toggler i:hover {
	color: #1b2c1b;
}

.navbar-nav {
	/*display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: auto;
	justify-content: flex-end;
	gap: 20px;
	margin: 0 10px;*/
	display: grid;
	position: relative;
	margin-left: auto;
	padding: 0;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	gap: 1em;
	align-items: center;
}

.navbar-nav .nav-link.active {
  padding: 0.3em;
  border-bottom: 2px solid #1c1c1c;
  opacity: 0.8;
}

.nav-item {
	display: flex;
	flex-direction: row;
	position: relative;
	list-style: none;
	margin: 0;
	padding-left: 0;
	min-width: 100px;
	height: auto;
	justify-content: center;
}


.nav-link {
	display: flex;
	/*position: relative;*/
	/*position: relative;*/
	gap: .4em;
	text-decoration: none;
	color: #1c2b1d;
	font-size: 0.8rem;
	/*background: transparent;*/
}

.nav-link:not(.active) {
	background: transparent;
	/*border-bottom: 2px solid #30303000;*/
}

.nav-link:not(.active)::after {
	content: "";
    position: absolute;
    height: 2px;
    width: 0;
    /*background-color: #dead1c;*/
    /*background-color: #f7e71d;*/
    /*background-color: #d79f1f;*/
    background-color: #2b2b2bb4;
    bottom: 0;
    left: 0;
    /*z-index: 4000;*/
    transition: width 0.3s ease-in-out;
}

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


.navbar-icon__house {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/svg/house.svg) center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
}

.navbar-icon__people {
	display: block;
  width: 16px;
  height: 16px;
  background: url(../img/svg/people.svg) center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
}

.navbar-icon__envelope {
	display: block;
  width: 16px;
  height: 16px;
  background: url(../img/svg/envelope.svg) center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
}

.navbar-icon__images {
	display: block;
  width: 16px;
  height: 16px;
  background: url(../img/svg/images.svg) center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
}

#mv {
	/*display: block;*/
	/*flex-direction: column;*/
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
}

/*#mv a {*/
	/*text-decoration: none;*/
/*	position: static;*/
/*}*/

#mv:hover .mv-link {
	display: block;
	position: absolute;
	flex-direction: row;
	width: auto;
	height: auto;
	text-decoration: none;
	color: #1c1b1b;
}

.mv-link {
	display: none;
	/*position: relative;*/

	top: 20px;
	left: 0;
	font-size: 0.8rem;
	text-decoration: none;
	color: #1c1b1b;
	z-index: 2000;
	min-width: 120px;
	height: auto;
	padding: 10px;
	margin: 0;
	background-color: rgba(250, 250, 250, 1);
/*	opacity: 0;*/
/*	text-align: left;*/
	list-style: none;
/*	list-style-type: none;*/
/*	margin-left: 0;*/
	text-align: center;
	transition: all .5s ease-in-out;
}

.mv-link ol {
	display: flex;
	position: relative;
	flex-direction: column;
	position: relative;
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	min-width: 100px;
	height: auto;
	padding-left: 0;
/*	list-style-position: inside;*/
}

.mv-link:hover {
	text-decoration: none;
	/*border-bottom: 2px solid black;*/
}

.mv-link li {
	width: 100%;
	position: relative;
	height: auto;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	color: #303030;
}

.mv-link li:hover {
	background-color: rgba(80, 80, 80, 0.1);
/*	color: #f1f1f1;*/
}
/*NAVBAR*/
.imagen {
	/*font-family: Poppins;*/
	
	display: block;
	position: relative;
	text-align: center;
	color: #e8a541;
	height: 366px;
	width: 100%;
	overflow: hidden;
	align-items: center;
	place-content: center;

	h1 {
		font-weight: 500;
		font-size: 26px;
		letter-spacing: -.02ch;
		line-height: 1.1;
			span {
				display: block;
				color: #f0f0f0;
				font-size: medium;
				font-weight: 100;
				letter-spacing: initial;

			}
		}
	}

.imagen::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	/*height: 366px;
	width: 100%;*/
	/*background-image: url("../img/16x9/bannerdef.webp");*/
	background:url("../img/avif/brisas-del-golf-arraijanB.avif");
	filter: blur(4px);
	/*backdrop-filter: blur(5px);*/
	background-size: 100% 100%;
	background-position: center;
	/*display: flex;*/
	flex-direction: row;
	flex-wrap: wrap;
	/*object-fit: cover;*/
	background-repeat: no-repeat;
	color: white;
	z-index: -1;
/*	justify-content: space-between;*/
	margin: 0;
	/*position: relative;*/
/*	background-image: linear-gradient(180deg, #0000008c 0%, #ffffff7c 100%), url('../img/bannerdef.png');*/
}

.linea {
	background: dimgray;
	height: 3px;
	max-width: none;
	display: block;
	margin: 10px 0 0 0;
}


#closed span {
	font-size: clamp(20px, 3vw, 26px);
	font-weight: 700;
	text-transform: uppercase;
/*	color: #303030;*/
	text-indent: 15px;
	color: #771100;
	margin: 20px;
	cursor: default;
/*	text-align: center;*/
}

.primary-gallery {	
	position: relative;
	width: 100%;
	align-items: center;
	margin: 0;
}

.primary-gallery {
	display: none;
}

.new-content {
	width: 100%;
	height: auto;
	padding: 20px 15px;
}

.gallery-wrapper {
	display: flex;
	cursor: pointer;
	gap: 0.1em;
	/*background: linear-gradient(to bottom rgba(0, 0, 0,0.2)10%, rgba(0, 0, 0, 0.8)100%);
	z-index: 4000;*/
}

.gallery-item {
	position: relative;
	isolation: isolate;
	display: flex;
	flex: 1;
	height: 500px;
/*	background: linear-gradient(336deg, rgba(0, 0, 0, .6)0%, rgba(0, 0, 0, 0.0)100%);*/
	padding: 25px;
	opacity: 1;
	overflow: hidden;
	transition: flex 0.5, opacity 0.25s;
	margin-bottom: 20px;
}

.gallery-item:hover {
	opacity: 1;
	flex: 3;
	transition: flex 0.6s, opacity 0.3s;
}

.gallery-item:not(:hover) {
	opacity: 0.95;
	transition: flex 0.4s, opacity 0.30s;
}

.item-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-description {
	align-self: flex-end;
/*	text-transform: uppercase;*/
	color: #fff;
}

.name {
	font-size: 37px;
	background: linear-gradient(90deg,#303030,#0003);
	padding-inline: 10px;
	transform: translateY(-10px);
	text-align: center;
}

.role {
	display: inline-block;
	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(10px);
}

.name,
.role {
	opacity: 0;
	transition: opacity 0.25s, transform 0.3s;
	transition-delay: .35s;
/*	background-color: none;*/
}

.gallery-item:hover .name,
.gallery-item:hover .role {
	opacity: 1;
	transform: translateY(0);
}

.gallery-item:not(:hover) .name,
.gallery-item:not(:hover) .role {
	transition-delay: .2s;
}

.titulo {
	margin-top: 20px;
	margin-bottom: 50px;
}

.titulo span {
	display: block;
}

.titulo .primary {
	font-size: clamp(20px, 3vw, 26px);
	font-weight: 700;
	text-transform: uppercase;
	color: #771100;
	text-align: center;
}

.titulo .secondary {
	font-size: clamp(16px, 2.5vw, 20px);
	/*font-weight: 100;*/
	line-height: 26px;
	letter-spacing:0.05ch;
		/*	color: #d6d6e0;*/
	color: #303030;
/*	text-align: justify;*/
	margin: 0 auto;
	max-width: 60ch;
	margin-block: 1lh;
	writing-mode: horizontal-tb;

}

#titulo1:hover,
#titulo2:hover,
#titulo3:hover {
	border: 1px solid transparent;
	cursor: default;
	box-shadow: 2px 2px 2px 1.5px rgba(0, 0, 0, 0.4);
	padding: 1rem;
	width: fit-content;
	margin: 0 auto;
	border-radius: 1%;
	transition: box-shadow 2s, padding .4s;
}

.new-content {
	width: 100%;
	height: auto;
	padding: 20px 15px;
}

.galeria  {
	margin: 0;
	width: 100%;
	height: 100%;
}

.light {
	display: none;
}

.light-box {
/*	display: none;*/
	position: fixed;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: transform 0.3s ease-in-out;
	width: 100%;
	height: 90vh;
	z-index: 2000;
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
/*	transform: scale(0);*/
/*	backface-visibility: hidden;*/
}

/*.closePhoto,*/

.closePhoto2  {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: #fff url('../img/svg/close.svg') no-repeat center;
	background-size: contain;
	/*position: relative;*/
	/*flex-direction: column;*/
	text-decoration: none;
	color: white;
	cursor: pointer;
	transition: all .3s ease-in-out;
	/*justify-content: flex-start;*/
	/*width: auto;*/
	/*margin-right: 20px;*/
	/*bottom: 35%;*/
}

/*.closePhoto:hover,*/
.closePhoto2:hover{
	color: #fff;
	background-color: #2B2B2B;
}

/*.light-box img {
	width: 75vw;
	max-height: 70vh;
	background: center;
	object-fit: fill;
}*/

.imagenX {
	display: block;
	flex-grow: 1;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

/*	background-image: url('');*/
	background-size: contain;
	background-position: center;
/*	background: center;*/
	object-fit: fill;
	background-repeat: no-repeat;
	width: 75vw;
	height: 70vh;	
	/*margin: auto;*/
}

.back {
	display: block;
	position: absolute;
	left: 10%;
	top: 60%;
	/*color: #ffff;*/
	height: 30px;
	width: 30px;
	line-height: 50px;
	text-decoration: none;
	background: #fff url('../img/svg/arrow-left.svg') no-repeat center;
	text-align: center;
	background-position: center;
	cursor: pointer;
	border-radius: 10px;
	opacity:0;
	transition: all .5s ease-in-out;

}

.next {
	display: block;
	position: absolute;
	/*color: #ffffff;*/
	opacity:0;
	height: 30px;
	width: 30px;
	right: 10%;
	top: 60%;
	line-height: 50px;
	text-decoration: none;
	background: #fff url('../img/svg/arrow-right.svg') no-repeat center;
	text-align: center;
	background-position: center;
	cursor: pointer;
	border-radius: 10px;
	transition: all .5s ease-in-out;
}


.light-box:hover .back, 
.light-box:hover .next  {
		/*display: block;*/

		opacity:.8;
	}


#imagen2 {
	display: flex;
	position: relative;
	background-image: url('../img/avif/pisosymallas.avif');
	background-size: 100% 100%;
	background-position: center;
	object-fit: fill;
	width: auto;
	height: 230px;
	margin: 0 0 0.2em 0;
	padding: 0;
	border-radius: 2px;
}

.social {
	background-color: rgba(0, 0, 0, 0.8);
	/*background-size: cover;
	background-position: center;*/
	border-radius: 2px;
/*	margin: 0 auto;*/
/*	margin-bottom: 0;*/
	padding: 3px;
	width: 100%;
	height: auto;
}

.social i {
	color: white;
	margin: 2px;
/*	font-size: 1.2rem;*/
/*	font-size: large;*/
}

.contacto {
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: space-between;
	width: auto;
	height: fit-content;
}

.contacto article  {
	display: flex;
	position: relative;
	flex-direction: column;
	width: auto;
	height: auto;
	margin: 0;
	gap: 5px;
}

.contacto h3 {
	color: white;
}

.mail a, 
.num a {
	display: flex;
	color: white;
	text-decoration: none;
	font-size: 0.8rem;
	gap: .5em;
}

.mail a:hover,
.num a:hover {
	border-radius: 1px;
	box-sizing: content-box;
	box-shadow: 1px 2px 5px 1px dimgrey;
	padding: 5px;
	text-decoration: none;
	transition: all .4s;
/*	transition: 0.2s;*/
}

.footer-icon__envelope-fill {
	display: block;
	color: #fff;
  width: 16px;
  height: 16px;
  background: url('../img/svg/envelope-fill.svg') center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
}

.footer-icon__whatsapp {
	display: block;
	color: #fff;
  width: 16px;
  height: 16px;
  background: url('../img/whatsapp.svg');
  background-position: center;
	background-repeat: no-repeat;
	background-color: #25D366;
	border-radius: 20%;
	width: 25px;
	height: 25px;
}

.num {
	display: flex;
	position: relative;
	align-items: center;
	gap: 1em;
}

.redes {
	display: flex;
/*	position: relative;*/
/*	object-position: right;*/
/*	align-content: flex-end;*/
/*	justify-content: flex-end;*/
}

.bibi {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
/*	right: 0;*/
/*	align-content: flex-end;*/
	width: auto;
	height: 100%;
/*	border: 1px solid yellow;*/
}

.footer-icon__instagram {
	display: block;
    background: url('../img/svg/instagram.svg') center no-repeat;
    width:27px;
    height: 27px;
/*    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;*/
    transition: all .5s ease-in-out;
}

  .footer-icon__facebook {
    display: block;
    background: url('../img/svg/facebook.svg') center no-repeat;
    width: 27px;
    height: 27px;
    color: #3b5998;
    transition: all .5s ease-in-out;
}

.footer-icon__x {
	display: block;
    background: url('../img/svg/x.svg') center no-repeat;
    width: 27px;
    height: 27px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.footer-icon__instagram:hover {
	/*cursor: pointer;*/
	filter: drop-shadow(1mm 1mm 2px #dc143c);
	/*filter: blur(2px);*/
}

.footer-icon__facebook:hover {
	cursor: pointer;
	filter: drop-shadow(1mm 1mm 2px #3b5998);
}

.footer-icon__x:hover {
	/*cursor: pointer;*/
	/*color: #111;*/
	filter: drop-shadow(1mm 1mm 2px #fff);
	/*background-color: #ffffff50;*/
	/*filter: blur(2px);*/
}

/*.social--line .whatsapp:hover {
	cursor: pointer;
	filter: drop-shadow(0 -7mm 4px #008000);
}
*/
/*#insta:hover .footer-icon__instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
*/          /* Also define standard property for compatibility */
  /*background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*filter: blur(2px);*/
  
  /*cursor: pointer;
}*/

.pieDos {
	background-color: white;
	padding: 0;
	margin: 0;
}

.footLogo {
	display: flex;
	flex-direction: row;
	position: relative;
	background-size: contain;
	margin: 0;
	width: 100%;
	height: fit-content;
	justify-content: flex-end;
	object-position: top;
}

.logoPie {
	display: flex;
	flex-direction: row;
	position: relative;
	background-image: url('../img/webp/logo2.webp');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	object-fit: fill;
	margin: 0;
	padding: 0;
	object-position: right;
	width: 300px;
	height: 220px;
}

.polt {
	display: flex;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	align-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.polt p {
	display: block;
	position: relative;
	color: #1B1C1E;
	font-size: 0.5rem;
	margin-bottom: 0;
}

.pp {
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	cursor: default;
	align-items: flex-end;
	justify-content: space-between;
	align-content: flex-end;

}

.pp span {
	cursor: pointer;
	color: #113aff;
	text-decoration: underline;
}

.terminos {
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-content: flex-end;
	justify-items: end;
	text-align: right;
	margin: 2px;
	font-size: 0.6rem;
	color: #1B1C1E;
	cursor: default;
}

.terminos span {
	text-decoration: underline;
	cursor: pointer;
	color: #113aff;
}

.cookies {
	display: none;
	position: fixed;
	background-color: #30303090;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 6000;
	justify-content: space-between;
	line-height: 20px;
	padding: 10px;
	gap: 10px;
	color: #ffff;
	font-size: 0.6rem;
}

.btn-cookies {
	display: flex;
	position: relative;
	width: auto;
	height: auto;
	font-size: .7rem;
	padding: 5px;
}


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

	.head-row {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: flex-end;
/*		flex-direction: column;*/
/*	align-items: flex-end;*/
	}

	.navbar {
		/*display: flex;
		position: relative;*/
/*		flex-direction: row;*/
		width: auto;
		height: 100%;
		justify-content: flex-end;
		align-items: flex-end;
/*		align-content: flex-end;*/
	}


	.collapse {
		width: auto;
		height: 100%;
	}

	.primary-gallery {
		display: block;
	}

	.primary-gallery2 {
		display: none;
	}

	.navbar-toggler {
		display: flex;
		position: relative;
		width: auto;
		height: 100%;
		margin: 0;
		padding: 0;
		justify-content: flex-end;
		align-content: flex-end;
		align-items: flex-end;
		justify-self: flex-end;
		align-self: flex-end;
	}

	.navbar-nav {
		display: none;
		position: fixed;
		flex-direction: column;
		/*inset: 0;*/
/*		flex-direction: column;*/
		background-color: white;		
		z-index: 2000;		
		padding: 20px;
		margin: auto;
		justify-content: center;
/*		padding-left: 0;*/
		/*text-align: right;*/
/*		align-items: center;*/
/*		justify-content: flex-end;*/
		bottom: 0;
		left: 0;
		width: 100%;
		height: calc(100vh - 170px);
	}

	.navbar-nav_visible {
		display: flex;
	}

	.navbar-icon__list {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/svg/list.svg) center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
  }

	.nav-item {
		margin: 20px;
	}

	.logo {
		background-size: contain;
/*		border: 1px solid green;*/
		width: 300px;
	}

	.publicidadIB {
		display: flex;
		width: 200px;
		height: 300px;
		background-size: cover;
/*		margin-top: 0;*/
		padding-top: 0;
		object-fit: contain;
		top: 10%;
	}

	.publicidadIB figcaption {
		display: flex;
		font-weight: 700;
		font-size: x-small;
		align-items: center;
		padding: auto;
		margin: 0;
	}

	/*.terreno_invisible {
		top: 80px;
	}*/

	/*.closeP {
		top: 80px;
	}*/

	.logoPie {
		margin: 0;
		padding: 0;
		background-size: contain;
		object-fit: contain;
		width: 70%;
		height: 110px;
	}

	.gallery-wrapper {
		flex-direction: row;
	}

	.gallery-item {
		max-height: 1900px;
		margin: 0;
/*		object-fit: cover;*/
	}

/*	.gallery-item:hover {*/
/*		object-fit: fill;*/
/*		transition: all .8s ease-in-out;*/
/*	}*/

	.item-image {
		max-height: 1900px;
	}

	.item-image:hover {
		object-fit: fill;
		padding: 5px;
/*		animation: mover-izq-der 3s 1;*/
		transition: all .5s ease-in-out;
	}

	.item-image:not(:hover) {
		object-fit: cover;
		transition: all .5s ease-in-out;
	}

	/*.item-image {
		transform: translateY(10px);
	}*/

	.name {
		font-size: 1.1rem;
	}

	.role {
		font-size: .8rem;
	}

}