/*-- THEME COLORS --*/
:root {
	/* Colors */
	--blue: #1590d3;
	--yellow: #faba14;
	--red: #e63136;
	--green: #32ba46;
	--gray-1: #b7b7b7;

	/* Shadows */
	--shadow-1: 0 1px 3px 1px rgb(66 66 66 / 20%),
		0 2px 8px 4px rgb(66 66 66 / 10%);
}

/* @font-face {
	font-family: "Ubuntu-regular";
	src: url("/fonts/ubuntu/Ubuntu-Regular.woff2") format("woff2"),
		url("/fonts/ubuntu/Ubuntu-Regular.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
} */

/*-- END THEME COLORS --*/

/*-- BASE --*/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
	margin: 0px;
	font-family: "Ubuntu-regular";
}

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #d3d3d3;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

input,
textarea,
select {
	outline: none;
}

#s-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#s-banner img {
	width: 100%;
}
main {
	margin-top: 90px;
}

/* ---------------------------------Header--------------------------------------- */

header {
	width: 100%;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.7);
	/* background-color: #8cc63e; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0px;
	z-index: 999;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
header a {
	height: 60px;
}
header a > img {
	height: 60px;
}

#content-nav {
	display: none;
}
#content-nav.active {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	top: 70px;
	gap: 15px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#content-nav.active #content-redes-res {
	display: flex;
}

#content-nav a,
#content-nav > span {
	height: 40px;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease all 0.6s;
	cursor: pointer;
}

#content-nav a:hover {
	color: #df7d00;
}

#btn-menu {
	width: 50px;
	height: 50px;
	display: flex;
}

#btn-menu svg {
	fill: #fff;
}

.btn-plan-gobierno {
	position: relative;
}

.btn-plan-gobierno:hover .content-sub-nav {
	display: block;
	position: absolute;
	top: 90px;
	left: 0px;
	background-color: #fff;
	color: #575756;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.content-sub-nav {
	display: none;
}

.content-sub-nav a {
	height: auto !important;
	padding: 10px 20px;
}

.btn-plan-gobierno span {
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-redes {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 30%;
	right: 10px;
	gap: 20px;
	z-index: 999;
}

#content-redes-res {
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}

#content-redes a {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	transition: ease all 0.6s;
	background-color: #8cc63e;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-redes a svg {
	fill: #fff;
	padding: 10px;
}

#content-redes a:hover {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	transform: scale(1.08);
}

#content-redes-res a {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	transition: ease all 0.6s;
}

#content-redes-res a svg {
	width: 90%;
	height: auto !important;
	fill: #fff;
}

#content-redes-res a:hover {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	transform: scale(1.08);
}

#btn-ws {
	width: 70px;
	height: 70px;
	padding: 5px;
	border-radius: 10px;
	background-color: #df7d00;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 10px;
	right: 10px;

	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#btn-ws > svg {
	width: 50px;
	fill: #fff;
}

#content-redes a img {
	width: 100%;
}

footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 20px;
	background-color: #8cc63e;
}

#content-img-logo {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-img-logo > img {
	width: 50%;
}

#content-redes-f {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#content-redes-f a {
	width: 40px;
	height: 40px;
	background-color: #df7d00;
	padding: 5px;
	border-radius: 50%;
}

#content-redes-f a svg {
	fill: #fff;
}

#content-location-f {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}

#content-location-f a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: #fff;
}

#content-location-f a svg {
	width: 25px;
	fill: #fff;
}

@media screen and (min-width: 992px) {
	header {
		height: 90px;
		padding: 0px 40px;
	}
	#btn-menu {
		display: none;
	}

	#content-nav {
		width: auto;
		height: 90px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 40px;
	}

	#content-nav > span,
	#content-nav a {
		height: 90px;
	}
}

@media screen and (max-width: 992px) {
	.parallax {
		margin-top: 0px;
	}
	#content-redes {
		display: none;
	}

	footer {
		flex-direction: column;
		gap: 20px;
	}

	#content-img-logo {
		width: 100%;
	}

	#content-redes-f {
		width: 100%;
	}

	#content-location-f {
		width: 100%;
	}
	#content-img-logo a {
		width: 50%;
	}
	#content-img-logo a img {
		width: 100%;
	}

	main {
		margin-top: 70px;
	}

	#s-quien-es-lilia {
		flex-direction: column;
	}

	#btn-ws {
		width: 50px;
		height: 50px;
	}

	header {
		padding: 0px 10px;
	}

	header a {
		height: 50px;
	}

	header a > img {
		height: 50px;
	}
}
