* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	scroll-behavior: smooth;
}

body {
	text-decoration: none;
	background: linear-gradient(45deg, #000000, #62BCBF);
}

header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 8%;
	transition: ease .40s;
	background-color: rgba(0, 0, 0, 0.6);
}

.logo {
	width: 100px;
}

.navbar {
	display: flex;
	list-style: none;
}

.navbar li {
	margin-left: 5px;
}

.navbar a {
	color: #FFFFFF;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 10px 22px;
	border-radius: 4px;
	transition: ease .40s;
}

.navbar a:hover {
	background: #C9EDBB;
	color: #000000;
	box-shadow: 5px 10px 30px rgb(85 85 85 / 20%);
	border-radius: 4px;
}

#menu {
	display: none;
}

.menu-icono {
	width: 30px;
	margin-top: 8px;
}

.lab {
	cursor: pointer;
	display: none;
}

#btn-mas {
	display: none;
}

.social {
	position: fixed;
	z-index: 4;
	bottom: 20px;
	right: 20px;
}

.redes a, .icon-plus {
	display: block;
	text-decoration: none;
	background: #8EBC7D;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
	transition: all 500ms ease;
}

.redes a:hover {
	background-color: #fff;
	color: #8EBC7D;
}

.redes a {
	margin-bottom: -15px;
	opacity: 0;
	visibility: hidden; 
}

#btn-mas:checked ~ .redes a {
	margin-bottom: 10px;
	opacity: 1;
	visibility: visible;
}

.icon-plus {
	cursor: pointer;
	background-color: #428E25;
	font-size: 18px;
}

#btn-mas:checked ~ .btn-mas .icon-plus {
	transform: rotate(137deg);
}

.btn-open-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #D90C43;
	display: block;
	background: #FFFFFF;
	padding: 20px 50px;
	border-radius: 50px;
}

.title {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	padding: 10%;
	margin-top: 120px;
}

.title .i1 {
	width: 30%;
}

.txt {
	flex-direction: column;
	width: 70%;
	text-align: center;
	align-items: center;
}

.txt p {
	margin-bottom: -10px;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	margin-top: 50px;
}

.txt h1 {
	font-family: 'Paytone One', sans-serif;
	font-size: 70px;
	letter-spacing: 4px;
}

.txt .i2 {
	width: 70%;
	margin-top: -40px;
}

.container-all {
	width: 100%;
	height: 100%;
	margin-top: -420px;
	position: fixed;
	padding: 40px;
	visibility: hidden;
	opacity: 0;
	transition: all 600ms; 
	z-index: 5;
}

.container-all:target {
	background: rgba(0, 0, 0, 0.8);
	visibility: visible;
	opacity: 1;
}

.popup {
	width: 100%;
	max-width: 950px;
	height: 450px;
	position: relative;
	display: flex;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
}

.more {
	color: #008F39;

}

.img1 {
	width: 40%;
	background-image: url("../img13/d1.jpg");
	background-size: cover;
	background-position: center;
}

.img2 {
	width: 40%;
	background-image: url("../img13/d2.jpg");
	background-size: cover;
	background-position: center;
}

.img3 {
	width: 40%;
	background-image: url("../img13/d3.jpg");
	background-size: cover;
	background-position: center;
}

.img4 {
	width: 40%;
	background-image: url("../img13/d4.jpg");
	background-size: cover;
	background-position: center;
}

.img5 {
	width: 40%;
	background-image: url("../img13/d5.jpg");
	background-size: cover;
	background-position: center;
}

.img6 {
	width: 40%;
	background-image: url("../img13/d6.jpg");
	background-size: cover;
	background-position: top;
}

.img7 {
	width: 40%;
	background-image: url("../img13/d7.jpg");
	background-size: cover;
	background-position: center;
}

.img8 {
	width: 40%;
	background-image: url("../img13/d8.jpg");
	background-size: cover;
	background-position: center;
}

.img9 {
	width: 40%;
	background-image: url("../img13/d9.jpg");
	background-size: cover;
	background-position: center;
}

.img10 {
	width: 40%;
	background-image: url("../img13/d10.jpg");
	background-size: cover;
	background-position: center;
}

.img11 {
	width: 40%;
	background-image: url("../img13/d11.jpg");
	background-size: cover;
	background-position: center;
}

.img12 {
	width: 40%;
	background-image: url("../img13/d12.jpg");
	background-size: cover;
	background-position: center;
}

.img13 {
	width: 40%;
	background-image: url("../img13/d13.jpg");
	background-size: cover;
	background-position: center;
}

.img14 {
	width: 40%;
	background-image: url("../img13/d14.jpg");
	background-size: cover;
	background-position: center;
}

.img15 {
	width: 40%;
	background-image: url("../img13/d15.jpg");
	background-size: cover;
	background-position: center;
}

.img16 {
	width: 40%;
	background-image: url("../img13/d16.jpg");
	background-size: cover;
	background-position: center;
}

.img17 {
	width: 40%;
	background-image: url("../img13/d17.jpg");
	background-size: cover;
	background-position: center;
}

.img18 {
	width: 40%;
	background-image: url("../img13/d18.jpg");
	background-size: cover;
	background-position: center;
}

.img19 {
	width: 40%;
	background-image: url("../img13/d19.jpg");
	background-size: cover;
	background-position: center;
}

.img20 {
	width: 40%;
	background-image: url("../img13/d20.jpg");
	background-size: cover;
	background-position: center;
}

.img21 {
	width: 40%;
	background-image: url("../img13/d21.jpg");
	background-size: cover;
	background-position: center;
}

.img22 {
	width: 40%;
	background-image: url("../img13/d22.jpg");
	background-size: cover;
	background-position: center;
}

.imgb1 {
	width: 40%;
	background-image: url("../img13/b1.jpg");
	background-size: cover;
	background-position: center;
}

.imgb2 {
	width: 40%;
	background-image: url("../img13/b2.jpg");
	background-size: cover;
	background-position: center;
}

.imgb3 {
	width: 40%;
	background-image: url("../img13/b3.jpg");
	background-size: cover;
	background-position: center;
}

.imgb4 {
	width: 40%;
	background-image: url("../img13/b4.jpg");
	background-size: cover;
	background-position: center;
}

.imgb5 {
	width: 40%;
	background-image: url("../img13/b5.jpg");
	background-size: cover;
	background-position: center;
}

.imgh1 {
	width: 40%;
	background-image: url("../img13/h1.jpg");
	background-size: cover;
	background-position: center;
}

.imgh2 {
	width: 40%;
	background-image: url("../img13/h2.jpg");
	background-size: cover;
	background-position: center;
}

.imgh3 {
	width: 40%;
	background-image: url("../img13/h3.jpg");
	background-size: cover;
	background-position: center;
}

.imgh4 {
	width: 40%;
	background-image: url("../img13/h4.jpg");
	background-size: cover;
	background-position: center;
}

.imgh5 {
	width: 40%;
	background-image: url("../img13/h5.jpg");
	background-size: cover;
	background-position: center;
}

.imgp1 {
	width: 40%;
	background-image: url("../img13/p1.jpg");
	background-size: cover;
	background-position: center;
}

.imgp2 {
	width: 40%;
	background-image: url("../img13/p2.jpg");
	background-size: cover;
	background-position: center;
}

.imgp3 {
	width: 40%;
	background-image: url("../img13/p3.jpg");
	background-size: cover;
	background-position: center;
}

.imgp4 {
	width: 40%;
	background-image: url("../img13/p4.jpg");
	background-size: cover;
	background-position: center;
}

.imgp5 {
	width: 40%;
	background-image: url("../img13/p5.jpg");
	background-size: cover;
	background-position: center;
}

.imgq1 {
	width: 40%;
	background-image: url("../img13/q1.jpg");
	background-size: cover;
	background-position: center;
}

.imgq2 {
	width: 40%;
	background-image: url("../img13/q2.jpg");
	background-size: cover;
	background-position: center;
}

.imgq3 {
	width: 40%;
	background-image: url("../img13/q3.jpg");
	background-size: cover;
	background-position: center;
}

.imgr1 {
	width: 40%;
	background-image: url("../img13/r1.jpg");
	background-size: cover;
	background-position: center;
}

.imgr2 {
	width: 40%;
	background-image: url("../img13/r2.jpg");
	background-size: cover;
	background-position: center;
}

.imgr3 {
	width: 40%;
	background-image: url("../img13/r3.jpg");
	background-size: cover;
	background-position: center;
}

.imgr4 {
	width: 40%;
	background-image: url("../img13/r4.jpg");
	background-size: cover;
	background-position: center;
}

.imgr5 {
	width: 40%;
	background-image: url("../img13/r5.jpg");
	background-size: cover;
	background-position: center;
}

.imgsm1 {
	width: 40%;
	background-image: url("../img13/sm1.jpg");
	background-size: cover;
	background-position: center;
}

.imgsm2 {
	width: 40%;
	background-image: url("../img13/sm2.jpg");
	background-size: cover;
	background-position: center;
}

.imgsm3 {
	width: 40%;
	background-image: url("../img13/sm3.jpg");
	background-size: cover;
	background-position: center;
}

.imgsm4 {
	width: 40%;
	background-image: url("../img13/sm4.jpg");
	background-size: cover;
	background-position: center;
}

.imgsm5 {
	width: 40%;
	background-image: url("../img13/sm5.jpg");
	background-size: cover;
	background-position: center;
}

.imgav1 {
	width: 40%;
	background-image: url("../img13/av1.jpg");
	background-size: cover;
	background-position: center;
}

.imgav2 {
	width: 40%;
	background-image: url("../img13/av2.jpg");
	background-size: cover;
	background-position: center;
}

.imgav3 {
	width: 40%;
	background-image: url("../img13/av3.jpg");
	background-size: cover;
	background-position: center;
}

.imgav4 {
	width: 40%;
	background-image: url("../img13/av4.jpg");
	background-size: cover;
	background-position: center;
}

.imgav5 {
	width: 40%;
	background-image: url("../img13/av5.jpg");
	background-size: cover;
	background-position: center;
}

.imgch1 {
	width: 40%;
	background-image: url("../img13/ch1.jpg");
	background-size: cover;
	background-position: center;
}

.imgch2 {
	width: 40%;
	background-image: url("../img13/ch2.jpg");
	background-size: cover;
	background-position: center;
}

.imgch3 {
	width: 40%;
	background-image: url("../img13/ch3.jpg");
	background-size: cover;
	background-position: center;
}

.imgch4 {
	width: 40%;
	background-image: url("../img13/ch4.jpg");
	background-size: cover;
	background-position: center;
}

.imge1 {
	width: 40%;
	background-image: url("../img13/e1.jpg");
	background-size: cover;
	background-position: center;
}

.imge2 {
	width: 40%;
	background-image: url("../img13/e2.jpg");
	background-size: cover;
	background-position: center;
}

.imge3 {
	width: 40%;
	background-image: url("../img13/e3.jpg");
	background-size: cover;
	background-position: center;
}

.imge4 {
	width: 40%;
	background-image: url("../img13/e4.jpg");
	background-size: cover;
	background-position: center;
}

.imge5 {
	width: 40%;
	background-image: url("../img13/e5.jpg");
	background-size: cover;
	background-position: center;
}

.imgg1 {
	width: 40%;
	background-image: url("../img13/g1.jpg");
	background-size: cover;
	background-position: center;
}

.imgg2 {
	width: 40%;
	background-image: url("../img13/g2.jpg");
	background-size: cover;
	background-position: center;
}

.imgg3 {
	width: 40%;
	background-image: url("../img13/g3.jpg");
	background-size: cover;
	background-position: center;
}

.imgg4 {
	width: 40%;
	background-image: url("../img13/g4.jpg");
	background-size: cover;
	background-position: center;
}

.imgsu1 {
	width: 40%;
	background-image: url("../img13/su1.jpg");
	background-size: cover;
	background-position: center;
}

.imgsu2 {
	width: 40%;
	background-image: url("../img13/su2.jpg");
	background-size: cover;
	background-position: center;
}

.imgsu3 {
	width: 40%;
	background-image: url("../img13/su3.jpg");
	background-size: cover;
	background-position: center;
}

.imgsu4 {
	width: 40%;
	background-image: url("../img13/su4.jpg");
	background-size: cover;
	background-position: center;
}

.imgsu5 {
	width: 40%;
	background-image: url("../img13/su5.jpg");
	background-size: cover;
	background-position: center;
}

.imgsa1 {
	width: 40%;
	background-image: url("../img13/sa1.jpg");
	background-size: cover;
	background-position: center;
}

.imgsa2 {
	width: 40%;
	background-image: url("../img13/sa2.jpg");
	background-size: cover;
	background-position: center;
}

.imgsa3 {
	width: 40%;
	background-image: url("../img13/sa3.jpg");
	background-size: cover;
	background-position: center;
}

.imgsa4 {
	width: 40%;
	background-image: url("../img13/sa4.jpg");
	background-size: cover;
	background-position: center;
}

.imgso1 {
	width: 40%;
	background-image: url("../img13/so1.jpg");
	background-size: cover;
	background-position: center;
}

.imgso2 {
	width: 40%;
	background-image: url("../img13/so2.jpg");
	background-size: cover;
	background-position: center;
}

.imgso3 {
	width: 40%;
	background-image: url("../img13/so3.jpg");
	background-size: cover;
	background-position: center;
}

.imgso4 {
	width: 40%;
	background-image: url("../img13/so4.jpg");
	background-size: cover;
	background-position: center;
}

.imgso5 {
	width: 40%;
	background-image: url("../img13/so5.jpg");
	background-size: cover;
	background-position: center;
}

.imgto1 {
	width: 40%;
	background-image: url("../img13/to1.jpg");
	background-size: cover;
	background-position: center;
}

.imgto2 {
	width: 40%;
	background-image: url("../img13/to2.jpg");
	background-size: cover;
	background-position: center;
}

.imgto3 {
	width: 40%;
	background-image: url("../img13/to3.jpg");
	background-size: cover;
	background-position: center;
}

.imgto4 {
	width: 40%;
	background-image: url("../img13/to4.jpg");
	background-size: cover;
	background-position: center;
}

.imgpr1 {
	width: 40%;
	background-image: url("../img13/pr1.jpg");
	background-size: cover;
	background-position: center;
}

.imgpr2 {
	width: 40%;
	background-image: url("../img13/pr2.jpg");
	background-size: cover;
	background-position: center;
}

.imgpr3 {
	width: 40%;
	background-image: url("../img13/pr3.jpg");
	background-size: cover;
	background-position: center;
}

.imgpr4 {
	width: 40%;
	background-image: url("../img13/pr4.jpg");
	background-size: cover;
	background-position: center;
}

.imgsr1 {
	width: 40%;
	background-image: url("../img13/sr1.jpg");
	background-size: cover;
	background-position: center;
}

.imgsr2 {
	width: 40%;
	background-image: url("../img13/sr2.jpg");
	background-size: cover;
	background-position: center;
}

.imgsr3 {
	width: 40%;
	background-image: url("../img13/sr3.jpg");
	background-size: cover;
	background-position: center;
}

.imgsr4 {
	width: 40%;
	background-image: url("../img13/sr4.jpg");
	background-size: cover;
	background-position: center;
}

.imgsr5 {
	width: 40%;
	background-image: url("../img13/sr5.jpg");
	background-size: cover;
	background-position: center;
}

.imgi1 {
	width: 40%;
	background-image: url("../img13/i1.jpg");
	background-size: cover;
	background-position: center;
}

.imgi2 {
	width: 40%;
	background-image: url("../img13/i2.jpg");
	background-size: cover;
	background-position: center;
}

.imgi3 {
	width: 40%;
	background-image: url("../img13/i3.jpg");
	background-size: cover;
	background-position: center;
}

.imgi4 {
	width: 40%;
	background-image: url("../img13/i4.jpg");
	background-size: cover;
	background-position: center;
}

.imgi5 {
	width: 40%;
	background-image: url("../img13/i5.jpg");
	background-size: cover;
	background-position: center;
}

.imgcq1 {
	width: 40%;
	background-image: url("../img13/cq1.jpg");
	background-size: cover;
	background-position: center;
}

.imgcq2 {
	width: 40%;
	background-image: url("../img13/cq2.jpg");
	background-size: cover;
	background-position: center;
}

.imgcq3 {
	width: 40%;
	background-image: url("../img13/cq3.jpg");
	background-size: cover;
	background-position: center;
}

.imgcq4 {
	width: 40%;
	background-image: url("../img13/cq4.jpg");
	background-size: cover;
	background-position: center;
}

.imgcq5 {
	width: 40%;
	background-image: url("../img13/cq5.jpg");
	background-size: cover;
	background-position: center;
}

.imgja1 {
	width: 40%;
	background-image: url("../img13/ja1.jpg");
	background-size: cover;
	background-position: center;
}

.imgja2 {
	width: 40%;
	background-image: url("../img13/ja2.jpg");
	background-size: cover;
	background-position: center;
}

.imgja3 {
	width: 40%;
	background-image: url("../img13/ja3.jpg");
	background-size: cover;
	background-position: center;
}

.imgja4 {
	width: 40%;
	background-image: url("../img13/ja4.jpg");
	background-size: cover;
	background-position: center;
}

.imgja5 {
	width: 40%;
	background-image: url("../img13/ja5.jpg");
	background-size: cover;
	background-position: center;
}

.imgju1 {
	width: 40%;
	background-image: url("../img13/ju1.jpg");
	background-size: cover;
	background-position: center;
}

.imgju2 {
	width: 40%;
	background-image: url("../img13/ju2.jpg");
	background-size: cover;
	background-position: center;
}

.imgju3 {
	width: 40%;
	background-image: url("../img13/ju3.jpg");
	background-size: cover;
	background-position: center;
}

.imgju4 {
	width: 40%;
	background-image: url("../img13/ju4.jpg");
	background-size: cover;
	background-position: center;
}

.imgju5 {
	width: 40%;
	background-image: url("../img13/ju5.jpg");
	background-size: cover;
	background-position: center;
}

.imgza1 {
	width: 40%;
	background-image: url("../img13/za1.jpg");
	background-size: cover;
	background-position: center;
}

.imgza2 {
	width: 40%;
	background-image: url("../img13/za2.jpg");
	background-size: cover;
	background-position: center;
}

.imgza3 {
	width: 40%;
	background-image: url("../img13/za3.jpg");
	background-size: cover;
	background-position: center;
}

.imgza4 {
	width: 40%;
	background-image: url("../img13/za4.jpg");
	background-size: cover;
	background-position: center;
}

.imgza5 {
	width: 40%;
	background-image: url("../img13/za5.jpg");
	background-size: cover;
	background-position: center;
}

.imgqu1 {
	width: 40%;
	background-image: url("../img13/qu1.jpg");
	background-size: cover;
	background-position: center;
}

.imgqu2 {
	width: 40%;
	background-image: url("../img13/qu2.jpg");
	background-size: cover;
	background-position: center;
}

.imgqu3 {
	width: 40%;
	background-image: url("../img13/qu3.jpg");
	background-size: cover;
	background-position: center;
}

.imgqu4 {
	width: 40%;
	background-image: url("../img13/qu4.jpg");
	background-size: cover;
	background-position: center;
}

.imgqu5 {
	width: 40%;
	background-image: url("../img13/qu5.jpg");
	background-size: cover;
	background-position: center;
}

.container-text {
	width: 60%;
	padding: 50px;
	overflow-y: auto;
}

.container-text h1 {
	font-family: 'Paytone One', sans-serif;
	font-size: 28px;
}

.container-text h2 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px; 
}

.container-text p {
	margin-top: 20px;
	font-size: 15px;
}

.places {
	list-style-type: circle;
	margin-left: 40px;
	line-height: 40px;
}

.icon-cancel {
	position: absolute;
	top: -15px;
	right: -15px;
	padding: 10px;
	background: #000000;
	color: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
}

.gt {
	width: 90%;
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}

path {
	stroke: #FFFFFF;
	stroke-width: 2px;
}

.baja {
	fill: #8EBC7D;
}

.huehue {
	fill: #3A5311;
}

.peten {
	fill: #466D1D;
}

.quetz {
	fill: #98BF64;
}

.reu {
	fill: #028A0F;
}

.san {
	fill: #AEF359;
}

.alta {
	fill: #74B72E;
}

.chimal {
	fill: #234F1E;
}

.esc {
	fill: #8EBC7D;
}

.gua {
	fill: #3A5311;
}

.suchi {
	fill: #466D1D;
}

.saca {
	fill: #98BF64;
}

.sol {
	fill: #028A0F;
}

.toto {
	fill: #AEF359;
}

.pro {
	fill: #74B72E;
}

.rosa {
	fill: #234F1E;
}

.iza {
	fill: #8EBC7D;
}

.chiqui {
	fill: #3A5311;
}

.jal {
	fill: #466D1D;
}

.jut {
	fill: #98BF64;
}

.zac {
	fill: #028A0F;
}

.qui {
	fill: #AEF359;
}

.baja:hover {
	opacity: 0.9;
}

.huehue:hover {
	opacity: 0.9;
}

.peten:hover {
	opacity: 0.9;
}

.quetz:hover {
	opacity: 0.9;
}

.reu:hover {
	opacity: 0.9;
}

.san:hover {
	opacity: 0.9;
}

.alta:hover {
	opacity: 0.9;
}

.chimal:hover {
	opacity: 0.9;
}

.esc:hover {
	opacity: 0.9;
}

.gua:hover {
	opacity: 0.9;
}

.suchi:hover {
	opacity: 0.9;
}

.saca:hover {
	opacity: 0.9;
}

.sol:hover {
	opacity: 0.9;
}

.toto:hover {
	opacity: 0.9;
}

.pro:hover {
	opacity: 0.9;
}

.rosa:hover {
	opacity: 0.9;
}

.iza:hover {
	opacity: 0.9;
}

.chiqui:hover {
	opacity: 0.9;
}

.jal:hover {
	opacity: 0.9;
}

.jut:hover {
	opacity: 0.9;
}

.zac:hover {
	opacity: 0.9;
}

.qui:hover {
	opacity: 0.9;
}

/* Footer Styling */
footer {
    text-align: center; /* Centra todo el contenido */
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1); /* Color de fondo (ajustable) */
    font-family: 'Poppins', sans-serif; /* Fuente general */
}

/* Logo */
.foot {
    width: 150px; /* Ajusta el tamaño del logo */
    margin-bottom: 15px; /* Espaciado inferior */
}

/* Social Media Icons */
.footer-icons {
    display: flex; /* Coloca los íconos en línea */
    justify-content: center; /* Centra los íconos horizontalmente */
    gap: 15px; /* Espacio entre los íconos */
    margin-bottom: 15px; /* Espaciado inferior */
}

.footer-icons a {
    display: flex; /* Para centrar el contenido dentro del círculo */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    width: 40px; /* Tamaño del círculo */
    height: 40px; /* Tamaño del círculo */
    background-color: #8EBC7D; /* Fondo verde */
    color: white; /* Color del ícono blanco */
    border-radius: 50%; /* Hace el fondo circular */
    text-decoration: none; /* Elimina el subrayado */
    font-size: 20px; /* Tamaño del ícono */
    transition: background-color 0.3s ease; /* Transición suave para hover */
}

.footer-icons a:hover {
    background-color: #fff;
	color: #8EBC7D;
}

/* Copyright Text */
.footer-copyright {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px; /* Espaciado inferior */
}

/* Privacy and Terms Links */
.footer-links {
    font-size: 14px;
    color: #fff;
}

.footer-links a {
    text-decoration: none;
    color: #E1E1E1; /* Color del enlace */
    margin: 0 5px; /* Espacio entre enlaces */
}

.footer-links a:hover {
    text-decoration: underline;
}


/* General Modal Styling */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  overflow: hidden; /* Evitar overflow del contenido general */
  align-items: center; /* Centrar el modal verticalmente */
  justify-content: center; /* Centrar el modal horizontalmente */
  text-align: justify;
  font-family: 'Poppins', sans-serif;
}

.modal h2 {
	text-align: center;
	font-family: 'Paytone One', sans-serif !important;
}

/* Modal Content */
.modal-content {
  background-color: white;
  width: 80%;
  max-width: 600px; /* Ancho máximo */
  height: 80%; /* Alto fijo */
  overflow-y: auto; /* Activar scroll solo en el contenido */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 700px) {
	.title {
		margin-top: 80px;
		height: 200px;
		gap: 20px;
		padding: 10px;
		align-items: center;
	}

	.txt p {
		font-size: 18px;
	}

	.txt h1 {
		font-size: 30px;
		letter-spacing: 1px; 
	}

	.txt .i2 {
		margin-top: -20px;
	}

	.gt {
		margin-top: 30px;
	}

	.container-all{
		margin-top: -280px;
	}
}

@media screen and (max-width: 991px){
	
	header {
		position: absolute;
	}

	.lab {
		display: initial;
	}

	.navbar {
        position: absolute;
        top: 100%;
        left: 10px;
        right: 10px;
        margin-top: 10px;
        backdrop-filter: blur(70px);
        -webkit-backdrop-filter: blur(70px); /* Compatibilidad con Safari */
        background-color: rgba(255, 255, 255, 0.3); /* Fallback si no soporta blur */
        display: none;
        border-radius: 5px;
        min-height: 490px;
        flex-direction: column;
        z-index: 1001;
    }

	.navbar li {
		width: 100%;
		padding: 35px 0;
		text-align: center;
	}

	.navbar a {
		color: #FFFFFF;
	}

	.navbar a:hover {
		color: #000000;
	}

	#menu:checked ~ .navbar {
		display: initial;
		z-index: 3;
	}

	.popup {
		flex-direction: column;
		height: 100%;
		max-height: 800px;
	}

	.img1 {
		width: 100%;
		height: 40%;
	}

	.img2 {
		width: 100%;
		height: 40%;
	}

	.img3 {
		width: 100%;
		height: 40%;
	}

	.img4 {
		width: 100%;
		height: 40%;
	}

	.img5 {
		width: 100%;
		height: 40%;
	}

	.img6 {
		width: 100%;
		height: 40%;
	}

	.img7 {
		width: 100%;
		height: 40%;
	}

	.img8 {
		width: 100%;
		height: 40%;
	}

	.img9 {
		width: 100%;
		height: 40%;
	}

	.img10 {
		width: 100%;
		height: 40%;
	}

	.img11 {
		width: 100%;
		height: 40%;
	}

	.img12 {
		width: 100%;
		height: 40%;
	}

	.img13 {
		width: 100%;
		height: 40%;
	}

	.img14 {
		width: 100%;
		height: 40%;
	}

	.img15 {
		width: 100%;
		height: 40%;
	}

	.img16 {
		width: 100%;
		height: 40%;
	}

	.img17 {
		width: 100%;
		height: 40%;
	}

	.img18 {
		width: 100%;
		height: 40%;
	}

	.img19 {
		width: 100%;
		height: 40%;
	}

	.img20 {
		width: 100%;
		height: 40%;
	}

	.img21 {
		width: 100%;
		height: 40%;
	}

	.img22 {
		width: 100%;
		height: 40%;
	}

	.imgb1 {
		width: 100%;
		height: 40%;
		background-position: top;
	}

	.imgb2 {
		width: 100%;
		height: 40%;
	}

	.imgb3 {
		width: 100%;
		height: 40%;
	}

	.imgb4 {
		width: 100%;
		height: 40%;
	}

	.imgb5 {
		width: 100%;
		height: 40%;
	}

	.imgh1 {
		width: 100%;
		height: 40%;
	}

	.imgh2 {
		width: 100%;
		height: 40%;
	}

	.imgh3 {
		width: 100%;
		height: 40%;
	}

	.imgh4 {
		width: 100%;
		height: 40%;
	}

	.imgh5 {
		width: 100%;
		height: 40%;
	}

	.imgp1 {
		width: 100%;
		height: 40%;
	}

	.imgp2 {
		width: 100%;
		height: 40%;
	}

	.imgp3 {
		width: 100%;
		height: 40%;
	}

	.imgp4 {
		width: 100%;
		height: 40%;
	}

	.imgp5 {
		width: 100%;
		height: 40%;
		background-position: bottom;
	}

	.imgq1 {
		width: 100%;
		height: 40%;
	}

	.imgq2 {
		width: 100%;
		height: 40%;
	}

	.imgq3 {
		width: 100%;
		height: 40%;
	}

	.imgr1 {
		width: 100%;
		height: 40%;
	}

	.imgr2 {
		width: 100%;
		height: 40%;
	}

	.imgr3 {
		width: 100%;
		height: 40%;
	}

	.imgr4 {
		width: 100%;
		height: 40%;
	}

	.imgr5 {
		width: 100%;
		height: 40%;
	}

	.imgsm1 {
		width: 100%;
		height: 40%;
		background-position: top;
	}

	.imgsm2 {
		width: 100%;
		height: 40%;
	}

	.imgsm3 {
		width: 100%;
		height: 40%;
	}

	.imgsm4 {
		width: 100%;
		height: 40%;
	}

	.imgsm5 {
		width: 100%;
		height: 40%;
	}

	.imgav1 {
		width: 100%;
		height: 40%;
	}

	.imgav2 {
		width: 100%;
		height: 40%;
	}

	.imgav3 {
		width: 100%;
		height: 40%;
	}

	.imgav4 {
		width: 100%;
		height: 40%;
	}

	.imgav5 {
		width: 100%;
		height: 40%;
	}

	.imgch1 {
		width: 100%;
		height: 40%;
	}

	.imgch2 {
		width: 100%;
		height: 40%;
	}

	.imgch3 {
		width: 100%;
		height: 40%;
	}

	.imgch4 {
		width: 100%;
		height: 40%;
	}

	.imge1 {
		width: 100%;
		height: 40%;
	}

	.imge2 {
		width: 100%;
		height: 40%;
	}

	.imge3 {
		width: 100%;
		height: 40%;
	}

	.imge4 {
		width: 100%;
		height: 40%;
	}

	.imge5 {
		width: 100%;
		height: 40%;
	}

	.imgg1 {
		width: 100%;
		height: 40%;
	}

	.imgg2 {
		width: 100%;
		height: 40%;
	}

	.imgg3 {
		width: 100%;
		height: 40%;
	}

	.imgg4 {
		width: 100%;
		height: 40%;
	}

	.imgsu1 {
		width: 100%;
		height: 40%;
	}

	.imgsu2 {
		width: 100%;
		height: 40%;
	}

	.imgsu3 {
		width: 100%;
		height: 40%;
	}

	.imgsu4 {
		width: 100%;
		height: 40%;
	}

	.imgsu5 {
		width: 100%;
		height: 40%;
	}

	.imgsa1 {
		width: 100%;
		height: 40%;
	}

	.imgsa2 {
		width: 100%;
		height: 40%;
	}

	.imgsa3 {
		width: 100%;
		height: 40%;
	}

	.imgsa4 {
		width: 100%;
		height: 40%;
	}

	.imgso1 {
		width: 100%;
		height: 40%;
	}

	.imgso2 {
		width: 100%;
		height: 40%;
	}

	.imgso3 {
		width: 100%;
		height: 40%;
	}

	.imgso4 {
		width: 100%;
		height: 40%;
	}

	.imgso5 {
		width: 100%;
		height: 40%;
	}

	.imgto1 {
		width: 100%;
		height: 40%;
	}

	.imgto2 {
		width: 100%;
		height: 40%;
	}

	.imgto3 {
		width: 100%;
		height: 40%;
	}

	.imgto4 {
		width: 100%;
		height: 40%;
	}

	.imgpr1 {
		width: 100%;
		height: 40%;
	}

	.imgpr2 {
		width: 100%;
		height: 40%;
	}

	.imgpr3 {
		width: 100%;
		height: 40%;
	}

	.imgpr4 {
		width: 100%;
		height: 40%;
	}

	.imgsr1 {
		width: 100%;
		height: 40%;
	}

	.imgsr2 {
		width: 100%;
		height: 40%;
	}

	.imgsr3 {
		width: 100%;
		height: 40%;
	}

	.imgsr4 {
		width: 100%;
		height: 40%;
	}

	.imgsr5 {
		width: 100%;
		height: 40%;
	}

	.imgi1 {
		width: 100%;
		height: 40%;
	}

	.imgi2 {
		width: 100%;
		height: 40%;
	}

	.imgi3 {
		width: 100%;
		height: 40%;
	}

	.imgi4 {
		width: 100%;
		height: 40%;
	}

	.imgi5 {
		width: 100%;
		height: 40%;
	}

	.imgcq1 {
		width: 100%;
		height: 40%;
	}

	.imgcq2 {
		width: 100%;
		height: 40%;
	}

	.imgcq3 {
		width: 100%;
		height: 40%;
	}

	.imgcq4 {
		width: 100%;
		height: 40%;
	}

	.imgcq5 {
		width: 100%;
		height: 40%;
	}

	.imgja1 {
		width: 100%;
		height: 40%;
	}

	.imgja2 {
		width: 100%;
		height: 40%;
	}

	.imgja3 {
		width: 100%;
		height: 40%;
	}

	.imgja4 {
		width: 100%;
		height: 40%;
	}

	.imgja5 {
		width: 100%;
		height: 40%;
	}

	.imgju1 {
		width: 100%;
		height: 40%;
	}

	.imgju2 {
		width: 100%;
		height: 40%;
	}

	.imgju3 {
		width: 100%;
		height: 40%;
	}

	.imgju4 {
		width: 100%;
		height: 40%;
	}

	.imgju5 {
		width: 100%;
		height: 40%;
	}

	.imgza1 {
		width: 100%;
		height: 40%;
	}

	.imgza2 {
		width: 100%;
		height: 40%;
	}

	.imgza3 {
		width: 100%;
		height: 40%;
	}

	.imgza4 {
		width: 100%;
		height: 40%;
	}

	.imgza5 {
		width: 100%;
		height: 40%;
	}

	.imgqu1 {
		width: 100%;
		height: 40%;
	}

	.imgqu2 {
		width: 100%;
		height: 40%;
	}

	.imgqu3 {
		width: 100%;
		height: 40%;
	}

	.imgqu4 {
		width: 100%;
		height: 40%;
	}

	.imgqu5 {
		width: 100%;
		height: 40%;
	}

	.container-text {
		width: 100%;
		height: 60%;
		padding: 50px;
	}

}