*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

body {
	min-height: 100vh;
	box-sizing: border-box;
}

.header {
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	/* padding: 0px 20%; */
	display: flex;
	align-items: center;
	justify-content: space-around;
	z-index: 1000;
	width: 100%;
	margin: auto;
}

.logo {
	font-size: 25px;
	text-transform: uppercase;
	color: white;
	font-weight: 700;
}

.logoTaxco img {
	height: 10vh;
	margin: 5px;
}

p.logoTaxco {
	margin: 0;
}

.navigation ul {
	list-style: none;
}

.header .navigation ul li {
	float: left;
	position: relative;
}

.header .navigation ul li a {
	font-size: 14px;
	color: rgb(1, 1, 1);
	text-decoration: none;
	padding: 20px;
	display: block;
	transition: all .2s ease;
	text-transform: uppercase;
}

.header .navigation ul li ul li a {
	color: white;
	text-decoration: none;
	padding: 20px;
	display: block;
	transition: all .2s ease;

	font-size: 14px;
	text-transform: uppercase;

}

.header .navigation ul li a:hover {
	background-color: #6a1b32;
	color: white;
}

.header .navigation ul li ul li a:hover {
	background-color: #bc9459;
	color: white;
}

.header .navigation ul li ul {
	position: absolute;
	right: 0;
	width: 300px;
	/* background-color: rgba(255, 255, 255, 0.8); */
	background-color: #6a1b32;
	display: none;
}

.header .navigation ul li ul li {
	width: 100%;
}

.header .navigation ul li:hover>ul {
	display: initial;
}

#toogle,
.header label {
	display: none;
	cursor: pointer; 
}

.menu {
	width: 45px;
	height: 35px;
}

/* Menu de transparencia */

.navigation-transparencia ul {
	list-style: none;
}

#toogle-transparencia,
.header-transparencia label {
	display: none;
	cursor: pointer;
}

.header-transparencia {
    position: absolute;
    top: 230px;
    background-color: rgba(188, 148, 89, 1);
    /* padding: 0px 20%; */
    /* display: flex; */
    align-items: center;
    justify-content: space-around;
    z-index: 1000;
    /* width: 1170px; */
    /* padding-left: 11%; */
    margin: auto;
}

.header-transparencia .navigation-transparencia ul li {
	float: left;
	position: relative;
}

.header-transparencia .navigation-transparencia ul li a {
	font-size: 14px;
	color: rgb(1, 1, 1);
	text-decoration: none;
	padding: 20px;
	display: block;
	transition: all .2s ease;
	text-transform: uppercase;
}

.header-transparencia .navigation-transparencia ul li ul li a {
	color: white;
	text-decoration: none;
	padding: 20px;
	display: block;
	transition: all .2s ease;
	font-size: 14px;
	text-transform: uppercase;
}

.header-transparencia .navigation-transparencia ul li a:hover {
	background-color: #6a1b32;
	color: white;
	border-radius: 5px;
}

.header-transparencia .navigation-transparencia ul li ul li a:hover {
	background-color: #bc9459;
	color: white;
}

.header-transparencia .navigation-transparencia ul li ul {
	position: absolute;
	right: 0;
	width: 300px;
	/* background-color: rgba(255, 255, 255, 0.8); */
	background-color: #6a1b32;
	border-radius: 5px;
	display: none;
}

.header-transparencia .navigation-transparencia ul li ul li {
	width: 100%;
}

.header-transparencia .navigation-transparencia ul li:hover>ul {
	display: initial;
}

/* Fin header-transparencia */


/* Contacto Redes */
/* Icons */
.contact {
	text-align: center;
	margin-top: 150px;
	position: relative;
}


ul.icons {
	position: relative;
	border-radius: 4em;
	display: inline-block;
	padding: 0.35em 0.75em 0.35em 0.75em;
	font-size: 1.25em;
	cursor: default;
	list-style: none;
	color: white;
	background-color:rgba(106, 27, 49, 1
						 );
}

ul.icons li {
	display: inline-block;
	padding-left: 0;
}

ul.icons li a {
	display: inline-block;
	background: none;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border-radius: 100%;
	border: 0;
	color: inherit;
}

ul.icons li a:hover {
	color: #bc9459;
	/* color: #6a1b32; */
	/* color: #858486; */
}

.icons-footer li a {
    transition: transform 0.3s ease; /* Suaviza la animación */
    display: inline-block; /* Necesario para aplicar transform correctamente */
}

.icons-footer li a:hover {
    transform: scale(1.5); /* Aumenta el tamaño a 130% al hacer hover */
}
/* Icons */

.icon {
	text-decoration: none;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon:before {
	line-height: inherit;
	font-size: 1.25em;
}

.icon>.label {
	display: none;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

.icon.circled {
	position: relative;
	display: inline-block;
	background: #2b252c;
	color: #fff;
	border-radius: 100%;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	font-size: 1.25em;
}

header .icon.circled {
	margin: 0 0 2em 0;
}

/* Fin Contacto Redes */

@media(max-width:950px) {

	.header {
		position: relative;
		top: 0;
		/* left: 0;
    	right: 0; */
		background-color: white;
		padding: 0px 10%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 1000;
		width: 100%;
	}

	.header label {
		display: initial;
	}

	.header {
		padding: 0px 10%;
	}

	.header .navigation {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: rgba(106, 27, 49, 0.7);
		display: none;
	}

	.header .navigation ul li {
		width: 100%;
	}

	.header .navigation ul li a {
		padding: 20px;
		color: #fff;
	}

	.header .navigation ul li ul {
		position: relative;
		width: 100%;
		left: 0;
	}

	.header .navigation ul li ul li {
		background-color: rgba(1, 1, 1, 0.7);
	}

	.header .navigation ul li ul li a {
		padding-left: 120px;
	}

	.header .navigation ul li a:hover {
		background-color: #bc9459;
	}

	#toogle:checked~.navigation {
		display: block;
	}

	.contact {
		margin-top: 30px;
		position: relative;
	}

	ul.icons li a {
		display: inline-block;
		background: none;
		width: 1.5em;
		height: 2.5em;
		line-height: 2.5em;
		text-align: center;
		border-radius: 100%;
		border: 0;
		color: inherit;
	}

	ul.icons {
		position: relative;
		background: rgba(128, 128, 128, 0.05);
		border-radius: 4em;
		display: inline-block;
		padding: 0.35em 0.75em 0.35em 0.75em;
		font-size: 17px;
		cursor: default;
		list-style: none;
	}


	/* Menu Transparencia */
	.header-transparencia {
		position: relative;
		top: 0;
		/* left: 0;
    	right: 0; */
		background-color: white;
		padding: 0px 10%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 1000;
		width: 100%;
	}

	.header-transparencia label {
		display: initial;
	}

	.header-transparencia {
		padding: 0px 10%;
	}

	.header-transparencia .navigation-transparencia {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: rgba(106, 27, 49, 0.7);
		display: none;
	}

	.header-transparencia .navigation-transparencia ul li {
		width: 100%;
	}

	.header-transparencia .navigation-transparencia ul li a {
		padding: 20px;
		color: #fff;
	}

	.header-transparencia .navigation-transparencia ul li ul {
		position: relative;
		width: 100%;
		left: 0;
	}

	.header-transparencia .navigation-transparencia ul li ul li {
		background-color: rgba(1, 1, 1, 0.7);
	}

	.header-transparencia .navigation-transparencia ul li ul li a {
		padding-left: 120px;
	}

	.header-transparencia .navigation-transparencia ul li a:hover {
		background-color: #bc9459;
	}

	#toogle-transparencia:checked~.navigation-transparencia {
		display: block;
	}

	/* Fin menu Transparencia */


}