/* Head */

.mydiv-head {
	overflow: hidden;
	padding-top: 150px;
}

.mydiv-head .item-head {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 100px;
	position: relative;
	text-align: center;
	padding: 20px 10px;
	line-height: 24px;
	min-width: 100px;
	font-size: 30px;
	transition: 0.1s;
	color: white;
}

.mydot {
	display: none;
	transform: translateX(-50%);
	transition: 0.5s;
	border-radius: 100%;
	position: absolute;
	background: green;
	bottom: 5%;
	height: 10px;
	content: '';
	opacity: 0.2;
	width: 10px;
	left: 50%;
	z-index: 2;
}

.mydiv-head .item-head:hover {
	font-weight: bold;
	transform: scale(1.2);
}

.mydiv-head .item-head:hover .mydot {
	opacity: 1;
	display: block;
}

/* END HEAD */

.div-container {
	width: 100%;
	margin: auto;
}

/* GRID */

.mygrid-container-3 {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 30px;
	padding: 20px;
	width: 100%;
	align-items: center;
	margin: 0 auto 0 auto;
}

.mygrid-container-2 {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 10px;
	padding: 20px;
	width: 100%;
	align-items: center;
	margin: 0 auto 0 auto;
}

.mygrid-item {
	border: 1px solid black;
	border-radius: 20px;
	position: relative;
	margin: auto;
	overflow: hidden;
	height: 200px;
	width: 380px;
}

.mygrid-item .img {
	max-width: 100%;
	transition: all 0.3s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}

.mygrid-item .tittle {
	background-image: linear-gradient(to top, rgba(66, 221, 87, 0.52), rgba(117, 19, 93, 0.034));
	z-index: 3;
	width: 100%;
	height: 60px;
	background-size: cover;
	bottom: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	color: white;
}

.mygrid-item .tittle::before {
	display: block;
	float: right;
	margin-top: 35px;
	/* half the line-height */
	border-top: 2px solid silver;
	width: 50%;
	margin-right: 10px;
	content: "";
}

.mygrid-item .text-body h2 {
	z-index: 3;
	width: 100%;
	height: 60px;
	background-size: cover;
	bottom: -20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	left: 50%;
	position: absolute;
	color: white;
	font-size:25px;
	font-weight:500;
}

.mygrid-item .text-body p {
	z-index: 3;
	width: 100%;
	height: 60px;
	background-size: cover;
	bottom: -30px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	left: 65%;
	position: absolute;
	color: white;
	font-size:15px;
	font-weight:500;
}

.mygrid-item:hover .tittle {
	background-image: linear-gradient(to top, rgba(66, 221, 87, 0.678), rgba(117, 19, 93, 0.034));
	z-index: 3;
}

.mygrid-item .tittle p {
	margin-left: 20px;
	font-size:15px;
	font-weight:500;
}

.mygrid-item-gallery {
	border-radius: 20px;
	position: relative;
	margin: auto;
	overflow: hidden;
	width: 500px;
}

.mygrid-item-gallery .img {
	transition: all 0.3s;
	display: block;
	height: auto;
	transform: scale(1);
	border-radius: 20px;
	position: relative;
	margin: auto;
	overflow: hidden;
	width: 100%;
}

/* END GRID */

.mygrid-item:hover .img {
	transform: scale(1.1);
}

.mygrid-item-gallery:hover .img {
	transform: scale(1.1);
}

.myfloating-btn {
	position: fixed;
	width: 250px;
	height: 50px;
	bottom: 100px;
	right: 40px;
	background-color: #5D8870;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 6;
	padding: 6px;
}

.myfloating-btn b {
	font-size: 20px;
}

.myfloating-btn:hover {
	position: fixed;
	width: 250px;
	height: 50px;
	bottom: 100px;
	right: 40px;
	background-color: #5FAF7F;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 6;
}

.myunderline {
	border-bottom: 2px solid black;
	align-items: center;
}

.myunderline-white {
	padding-top: 10px;
	border-bottom: 2px solid white;
	width: 400px;
	align-items: center;
}

.head-gallery {
	margin-top: 100px;
	z-index: 2;
}

.div-container-1 {
	z-index: 6;
	margin: 15% 52%;
	background: transparent;
	color: white;
	padding: 10px 10px;
}

.div-container-1 p {
	font-size: 32px;
}

.div-container-1 span {
	font-size: 24px;
}

.div-container-2 {
	z-index: 6;
	margin: -22% 0 auto 5%;
	padding: 10px 10px;
}

.div-container-2 p {
	font-size: 32px;
}

.div-container-2 span {
	font-size: 24px;
}

.div-container-3 {
	z-index: 6;
	margin: -8.5% auto auto 73.5%;
	padding: 10px 10px;
}

.div-container-3 p {
	font-size: 32px;
}

.div-container-3 span {
	font-size: 24px;
}

.div-container-4 {
	z-index: 6;
	margin: -0.3% 0 auto 82.5%;
	padding: 10px 10px;
}

.div-container-4 p {
	font-size: 32px;
}

.div-container-4 span {
	font-size: 24px;
}

.div-container-5 {
	z-index: 6;
	margin: -10% 0 auto 19%;
	padding: 10px 10px;
}

.div-container-5 p {
	font-size: 32px;
}

.div-container-5 span {
	font-size: 24px;
}

@media (max-width: 1199px) {
	.mygrid-container-3 {
		display: grid;
		grid-template-columns: auto auto auto;
		grid-gap: 10px;
		padding: 20px;
		width: 100%;
		align-items: center;
		margin: 0 auto 0 auto;
	}

	.mygrid-container-2 {
		display: grid;
		grid-template-columns: auto auto;
		grid-gap: 10px;
		padding: 20px;
		width: 100%;
		align-items: center;
		margin: 0 auto 0 auto;
	}

	.mygrid-item {
		border: 1px solid black;
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
		height: 120px;
		width: 220px;
	}

	.mygrid-item .img {
		max-width: 100%;
		transition: all 0.3s;
		display: block;
		width: 100%;
		height: auto;
		transform: scale(1);
	}

	.mygrid-item .tittle {
		background-image: linear-gradient(to top, rgba(66, 221, 87, 0.52), rgba(117, 19, 93, 0.034));
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -10px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		font-size: 12px;
		position: absolute;
		color: white;
	}

	.mygrid-item .tittle::before {
		display: block;
		float: right;
		margin-top: 35px;
		/* half the line-height */
		border-top: 2px solid silver;
		width: 50%;
		margin-right: 10px;
		content: "";
	}

	.mygrid-item .text-body h2 {
		font-size: 20px;
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -40px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		left: 50%;
		position: absolute;
		color: white;
		font-size:25px;
	    font-weight:500;
	}

	.mygrid-item .text-body p {
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -50px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		left: 65%;
		position: absolute;
		color: white;
		font-size:12px;
	   	 font-weight:500;
	}

	.mygrid-item-gallery {
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
	}

	.mygrid-item-gallery .img {
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
		width: 50%;
	}

	.myfloating-btn {
		position: fixed;
		width: 250px;
		height: 50px;
		bottom: 100px;
		right: 40px;
		background-color: #5D8870;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
		z-index: 6;
		padding: 10px;
	}

	.myfloating-btn b {
		font-size: 18px;
	}

	.myfloating-btn:hover {
		position: fixed;
		width: 250px;
		height: 50px;
		bottom: 100px;
		right: 40px;
		background-color: #5FAF7F;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
		z-index: 6;

	}

	.myunderline-white {
		padding-top: 10px;
		border-bottom: 2px solid white;
		width: 300px;
		align-items: center;
	}

	.div-container-1 {
		z-index: 10;
		margin: 15.5% 52%;
		background: transparent;
		color: white;
		padding: 10px 10px;
	}

	.div-container-1 p {
		font-size: 24px;
	}

	.div-container-1 span {
		font-size: 16px;
	}

	.div-container-2 {
		z-index: 6;
		margin: -23.5% 0 auto 4.5%;
		padding: 10px 10px;
	}

	.div-container-2 p {
		font-size: 24px;
	}

	.div-container-2 span {
		font-size: 16px;
	}

	.div-container-3 {
		z-index: 6;
		margin: -9% auto auto 73.5%;
		padding: 10px 10px;
	}

	.div-container-3 p {
		font-size: 24px;
	}

	.div-container-3 span {
		font-size: 16px;
	}

	.div-container-4 {
		z-index: 6;
		margin: -1% 0 auto 82.5%;
		padding: 10px 10px;
	}

	.div-container-4 p {
		font-size: 24px;
	}

	.div-container-4 span {
		font-size: 16px;
	}

	.div-container-5 {
		z-index: 6;
		margin: -10% 0 auto 18.5%;
		padding: 10px 10px;
	}

	.div-container-5 p {
		font-size: 24px;
	}

	.div-container-5 span {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.mygrid-container-3 {
		display: grid;
		grid-template-columns: auto auto auto;
		grid-gap: 10px;
		padding: 20px;
		width: 100%;
		align-items: center;
		margin: 0 auto 0 auto;
	}

	.mygrid-container-2 {
		display: grid;
		grid-template-columns: auto auto;
		grid-gap: 10px;
		padding: 20px;
		width: 100%;
		align-items: center;
		margin: 0 auto 0 auto;
	}

	.mygrid-item {
		border: 1px solid black;
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
		height: 120px;
		width: 220px;
	}

	.mygrid-item .img {
		max-width: 100%;
		transition: all 0.3s;
		display: block;
		width: 100%;
		height: auto;
		transform: scale(1);
	}

	.mygrid-item .tittle {
		background-image: linear-gradient(to top, rgba(66, 221, 87, 0.52), rgba(117, 19, 93, 0.034));
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -10px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		font-size: 12px;
		position: absolute;
		color: white;
	}

	.mygrid-item .tittle::before {
		display: block;
		float: right;
		margin-top: 35px;
		/* half the line-height */
		border-top: 2px solid silver;
		width: 50%;
		margin-right: 10px;
		content: "";
	}

	.mygrid-item .text-body h2 {
		font-size: 20px;
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -40px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		left: 50%;
		position: absolute;
		color: white;
		font-size:25px;
	    font-weight:500;
	}

	.mygrid-item .text-body p {
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -50px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		left: 65%;
		position: absolute;
		color: white;
		font-size:12px;
	    font-weight:500;
	}

	.mygrid-item-gallery {
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
	}

	.mygrid-item-gallery .img {
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
		width: 50%;
	}

	.myfloating-btn {
		position: fixed;
		width: 40%;
		height: 70px;
		bottom: 50px;
		right: 40px;
		background-color: #5D8870;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
		z-index: 6;
		padding: 10px;
	}

	.myfloating-btn b {
		font-size: 18px;
	}

	.myfloating-btn:hover {
		position: fixed;
		width: 40%;
		height: 70px;
		bottom: 50px;
		right: 40px;
		background-color: #5FAF7F;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
		z-index: 6;
	}

	.myunderline-white {
		padding-top: 10px;
		border-bottom: 2px solid white;
		width: 250px;
		align-items: center;
	}

	.div-container-1 {
		z-index: 10;
		margin: 13.5% 51.5%;
		background: transparent;
		color: white;
		padding: 10px 10px;
	}

	.div-container-1 p {
		font-size: 20px;
	}

	.div-container-1 span {
		font-size: 14px;
	}

	.div-container-2 {
		z-index: 6;
		margin: -22.5% 0 auto 4.5%;
		padding: 10px 10px;
	}

	.div-container-2 p {
		font-size: 20px;
	}

	.div-container-2 span {
		font-size: 14px;
	}

	.div-container-3 {
		z-index: 6;
		margin: -11% auto auto 73.5%;
		;
		padding: 10px 10px;
	}

	.div-container-3 p {
		font-size: 20px;
	}

	.div-container-3 span {
		font-size: 14px;
	}

	.div-container-4 {
		z-index: 6;
		margin: -3% 0 auto 82.5%;
		padding: 10px 10px;
	}

	.div-container-4 p {
		font-size: 20px;
	}

	.div-container-4 span {
		font-size: 14px;
	}

	.div-container-5 {
		z-index: 6;
		margin: -12% 0 auto 18.5%;
		padding: 10px 10px;
	}

	.div-container-5 p {
		font-size: 20px;
	}

	.div-container-5 span {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.mygrid-container-3 {
		display: grid;
		grid-template-columns: auto;
		grid-gap: 40px;
		padding: 20px;
		width: 100%;
		align-items: center;
		margin: 0 auto 0 auto;
	}

	.mygrid-container-2 {
		display: grid;
		grid-template-columns: auto;
		grid-gap: 40px;
		padding: 20px;
		width: 100%;
		align-items: center;
		margin: 0 auto 0 auto;
	}

	.mygrid-item {
		border: 1px solid black;
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
		height: 190px;
		width: 350px;
	}

	.mygrid-item .img {
		max-width: 100%;
		transition: all 0.3s;
		display: block;
		width: 100%;
		height: auto;
		transform: scale(1);
	}

	.mygrid-item .tittle {
		background-image: linear-gradient(to top, rgba(66, 221, 87, 0.52), rgba(117, 19, 93, 0.034));
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: 0px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		font-size: 18px;
		position: absolute;
		color: white;
	}

	.mygrid-item .tittle::before {
		display: block;
		float: right;
		margin-top: 35px;
		/* half the line-height */
		border-top: 2px solid silver;
		width: 50%;
		margin-right: 10px;
		content: "";
	}

	.mygrid-item .text-body h2 {
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -30px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		left: 50%;
		position: absolute;
		color: white;
		font-size:25px;
	    font-weight:500;
	}

	.mygrid-item .text-body p {
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -35px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		left: 65%;
		position: absolute;
		color: white;
		font-size:15px;
	    font-weight:500;
	}

	.mygrid-item:hover .tittle {
		background-image: linear-gradient(to top, rgba(66, 221, 87, 0.678), rgba(117, 19, 93, 0.034));
		z-index: 3;
	}

	.mygrid-item .tittle p {
		margin-left: 20px;
		font-size:15px;
	}

	.mygrid-item:hover .img {
		transform: scale(1.1);
	}

	.mydiv-head .item-head {
		display: inline-block;
		vertical-align: top;
		padding-bottom: 100px;
		position: relative;
		text-align: center;
		padding: 20px 10px;
		line-height: 24px;
		min-width: 100px;
		font-size: 20px;
		transition: 0.1s;
		color: white;
	}

	.mygrid-item-gallery {
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
	}

	.mygrid-item-gallery .img {
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
		width: 100%;
	}

	.myfloating-btn {
		position: fixed;
		width: 50%;
		height: 60px;
		bottom: 50px;
		right: 40px;
		background-color: #5D8870;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
		z-index: 6;
	}

	.myfloating-btn b {
		display: 12px;
	}

	.myfloating-btn:hover {
		position: fixed;
		width: 50%;
		height: 60px;
		bottom: 50px;
		right: 40px;
		background-color: #5FAF7F;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
		z-index: 6;
	}

	.div-container-1 {
		z-index: 10;
		margin: 13% 0 auto 51%;
		background: transparent;
		color: white;
		padding: 10px 10px;
	}

	.div-container-1 p {
		font-size: 16px;
	}

	.div-container-1 span {
		font-size: 10px;
	}

	.div-container-2 {
		z-index: 6;
		margin: -12% 0 auto 4.5%;
		padding: 10px 10px;
	}

	.div-container-2 p {
		font-size: 16px;
	}

	.div-container-2 span {
		font-size: 10px;
	}

	.div-container-3 {
		z-index: 6;
		margin: -14.5% 0 auto 72.5%;
		;
		padding: 10px 10px;
	}

	.div-container-3 p {
		font-size: 16px;
	}

	.div-container-3 span {
		font-size: 10px;
	}

	.div-container-4 {
		z-index: 6;
		margin: -6% 0 auto 81.5%;
		padding: 10px 10px;
	}

	.div-container-4 p {
		font-size: 16px;
	}

	.div-container-4 span {
		font-size: 10px;
	}

	.div-container-5 {
		z-index: 6;
		margin: -16% 0 auto 18.5%;
		padding: 10px 10px;
	}

	.div-container-5 p {
		font-size: 16px;
	}

	.div-container-5 span {
		font-size: 10px;
	}
}

@media (max-width: 575px) {
	.mygrid-container-3 {
		display: grid;
		grid-template-columns: auto;
		grid-gap: 40px;
		padding: 20px;
		width: 100%;
		align-items: center;
		margin: 0 auto 0 auto;
	}

	.mygrid-container-2 {
		display: grid;
		grid-template-columns: auto;
		grid-gap: 40px;
		padding: 20px;
		width: 100%;
		align-items: center;
		margin: 0 auto 0 auto;
	}

	.mygrid-item {
		border: 1px solid black;
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
		height: 120px;
		width: 230px;
	}

	.mygrid-item .img {
		max-width: 100%;
		transition: all 0.3s;
		display: block;
		width: 100%;
		height: auto;
		transform: scale(1);
	}

	.mygrid-item .tittle {
		background-image: linear-gradient(to top, rgba(66, 221, 87, 0.52), rgba(117, 19, 93, 0.034));
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -10px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		font-size: 12px;
		position: absolute;
		color: white;
	}

	.mygrid-item .tittle::before {
		display: block;
		float: right;
		margin-top: 35px;
		/* half the line-height */
		border-top: 2px solid silver;
		width: 50%;
		margin-right: 10px;
		content: "";
	}

	.mygrid-item .text-body h2 {
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -40px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		left: 50%;
		position: absolute;
		color: white;
	}

	.mygrid-item .text-body p {
		z-index: 3;
		width: 100%;
		height: 60px;
		background-size: cover;
		bottom: -45px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		left: 65%;
		position: absolute;
		color: white;
		font-size:13px;
	    font-weight:500;
	}

	.mygrid-item:hover .tittle {
		background-image: linear-gradient(to top, rgba(66, 221, 87, 0.678), rgba(117, 19, 93, 0.034));
		z-index: 3;
	}

	.mygrid-item .tittle p {
		margin-left: 20px;
		font-size:15px;
		font-weight:500;
	}

	.mygrid-item:hover .img {
		transform: scale(1.1);
	}

	.mydiv-head .item-head {
		display: inline-block;
		vertical-align: top;
		padding-bottom: 100px;
		position: relative;
		text-align: center;
		padding: 20px 10px;
		line-height: 24px;
		min-width: 100px;
		font-size: 20px;
		transition: 0.1s;
		color: white;
	}

	.mygrid-item-gallery {
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
	}

	.mygrid-item-gallery .img {
		border-radius: 20px;
		position: relative;
		margin: auto;
		overflow: hidden;
		width: 100%;
	}

	.myfloating-btn {
		position: fixed;
		width: 50%;
		height: 50px;
		bottom: 50px;
		right: 40px;
		background-color: #5D8870;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
		z-index: 62;
	}

	.myfloating-btn b {
		font-size: 12px;
	}

	.myfloating-btn:hover {}

	.div-container-1 {
		z-index: 10;
		margin: 13.5% 0 auto 51%;
		background: transparent;
		color: white;
		padding: 10px 10px;
	}

	.div-container-1 p {
		font-size: 10px;
		line-height: 1em;
	}

	.div-container-1 span {
		font-size: 4px;
	}

	.div-container-2 {
		z-index: 6;
		margin: -18% 0 auto 4.5%;
		padding: 10px 10px;
	}

	.div-container-2 p {
		font-size: 10px;
		line-height: 1em;
	}

	.div-container-2 span {
		font-size: 4px;
	}

	.div-container-3 {
		z-index: 6;
		margin: -20% 0 auto 73.5%;
		;
		padding: 10px 10px;
	}

	.div-container-3 p {
		font-size: 10px;
		line-height: 1em;
	}

	.div-container-3 span {
		font-size: 4px;
	}

	.div-container-4 {
		z-index: 6;
		margin: -11.5% 0 auto 82%;
		padding: 10px 10px;
	}

	.div-container-4 p {
		font-size: 10px;
		line-height: 1em;
	}

	.div-container-4 span {
		font-size: 4px;
	}

	.div-container-5 {
		z-index: 6;
		margin: -21% 0 auto 18.5%;
		padding: 10px 10px;
	}

	.div-container-5 p {
		font-size: 10px;
		line-height: 1em;
	}

	.div-container-5 span {
		font-size: 4px;
		/* display: none; */
	}
}

/* produk modal style */

.nav-link.thumb {
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border: 1px black;
	border-style: ridge;
	margin: 5px auto;
}

.tuhmbview {
	max-height: 400px;
	overflow: scroll;
}

.tuhmbview::-webkit-scrollbar {
	display: none;
}

.preview {
	position: absolute;
	height: 100%;
	width: 100%;
}

.preview .imejis {
	background-image: none;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.preview img {
	position: relative;
	max-width: 100px;
}

.nav-link.thumb img {
	margin: -40% 0 0 0px;
	width: 100%;
}

@media (min-width: 360px) {
	.preview {
		max-height: 300px;
	}

	.emptyspace {
		min-height: 300px;
	}
}

@media (min-width: 768px) {
	.modal-xl {
		width: 90%;
		max-width: 1200px;
	}

	.preview {
		max-height: 100%;
	}
}
