html{
		scroll-behavior: smooth;
	}
	
	html{
		scroll-behavior: smooth;
	}
.loader{
	position: fixed;
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 10000;
	background: #23196d;
	transition: all 1.5s;
	}
.loading{
	width:200px;
	animation: loader 1.5s infinite ease-in-out;
	}
header{
	width:100%;
	height: 100vh;
	background-color: #ffffff;
	transition: all .5s;
}

#barra {
	width: 100%;
	height: 60px;
	background-color: #23196d;
	font-family: "CodecPRONEws";
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	font-size:12px;
	top:0px;
}

#marquee{
	width: 100%;
	}
nav{
	background: #ffffff;	
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index:100;
	transition: 0.5s;
	top:60px;
	position: fixed;
}
nav.sticky{
	position: fixed;
	height: 60px;
	width: 100%;
	z-index:500;
	background-color: #ffffff;	
	top:0px;
	transition: 0.5s;
}
.logo{
	width: 100px;
	margin-left: 50px;
	margin-top:10px;
	transition: 0.5s;
}
nav.sticky .logo{
	width: 90px;
	margin-top:10px;
	margin-left: 20px;
}
.bar-btn{
	margin-top: 10px;
	font-size: 40px;
	color:#23196d;
	margin-right: 50px;
	cursor: pointer;
	z-index:100;
	transition: 0.5s;
}
nav.sticky .bar-btn{
	margin-top: 5px;
	font-size: 30px;
	margin-right: 20px;
	cursor: pointer;
	z-index:100;
}
.nav-menu{
	position: absolute;
	width: 100%;
	height: 0vh;
	top: 79px;
	background: rgba(243, 243, 243, 1);
	text-align: center;
	transition: all .3s;
	z-index:100;
}
nav.sticky .nav-menu{
	position: absolute;
	width: 100%;
	height: 0vh;
	top: 60px;
	text-align: center;
	transition: all .3s;
	z-index:100;
}

.nav-menu li{
	align-content: center;
	line-height: 50px;
	display: none;
	margin: 50px 0;
	transition: all .9s;
	font-family: "CodecPRONEws";
	z-index:100;
}

.nav-menu li a{
	color: #23196d;
	font-family: "CodecPRONEws";
	letter-spacing: 3px;
	font-size: 18px;
	z-index:100;
}

.nav-menu li a.active, .nav-menu li a:hover{
	font-family: "CodecPRONegra";
	transition: .9s;
	text-align: center;
	font-weight: 900;
	z-index:100;
}

#check{
	display:none;
}

#check:checked ~ .nav-menu{
	height: 100vh;
}

#check:checked ~ .nav-menu li{
	display: block;
}

.redes{
	position: relative;
	bottom: 0px;
	display:flex;
	left: 0px;
	z-index: 1;
	align-items: center;
	justify-content: center;
	width:100%;
	height: 120px;
}

.red img{
	display: flex;
	margin-top: 0px;
	width: 60px;
	padding: 2px;
}

.red img:hover{
	transform: scale(1.1);
	transition: all .3s;
}

.buttons-container {
	position: fixed;
	bottom: 1%;
	right: 10px;
	display:flex;
	flex-direction: column;
	align-items: flex-end;
	z-index:1;
}
	
.button {
	padding: 0.8rem;
	display: flex;
	transition: all .3s;
}

.button:hover {
	transform: scale(1.2);
	transition: .3s;
}

#mapa-main{
	width: 100%;
	height: 470px;
	background-color: #23196d;
}

#mapa-container1{
	width: 100%;
	height: 200px;
	display: block;
	justify-content: center;
}
#mc1-1{
	height: 80px;
	width: 100%;
	font-family: "CodecPRONEws";
	font-size:10px;
	color: #ffffff;
	text-align: center;
	justify-content: center;
	align-items:center;
	margin-right: 50px;
	display: flex;
}
#mc1-2{
	height: 120px;
	width: 100%;
	justify-content: center;
	text-align: center;
	align-items: center;
	align-content: center;
	line-height:120px;
	border-top: dashed;
	border-bottom: dashed;
	border-left:none;
	border-right: none;
	border-color: #ffffff;
	border-width: 1px;
}
#mc1-2 img{
	vertical-align:middle;
	transform: scale(0.7);
}
#mc1-3{
	height: 80px;
	width: 100%;
	font-family: "CodecPRONEws";
	font-size:10px;
	color: #ffffff;
	text-align: center;
	justify-content: center;
	align-items:center;
	margin-right: 50px;
	display: flex;
}
#mc1-3 a{
	color:#ffffff;
}
#mapa-container2{
	margin-top: 80px;
	position: absolute;
	width: 100%;
	height: 200px;
	border-top: dashed;
	border-color: #ffffff;
	border-width: 1px;
	display: flex;
	justify-content: center;
}

#mc2-1{
	height: 200px;
	width: 150px;
	color: #fff;
}

.Text-Black{
	margin-top: 30px;
	font-family: "CodecPRONegra";
	font-size: 12px;
	letter-spacing: 2px;
}

.Text-News{
	font-family: "CodecPRONews";
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
}
.Text-News a {
	color:#ffffff;	
	}
.Text-Black a {
	color:#ffffff;	
	}
#mc2-2{
	height: 200px;
	width: 100px;
	color: #fff;
}

#footer{
	position: absolute;
	height: 90px;
	background-color: #e0e0e0;
	width: 100%;
	display: flex;
}
#logofooter{
	height:60px;
	position: absolute;
	width: 100%;
	max-width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
#derechos{
	bottom:0px;
	position: absolute;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: "CodecPRONEws";
	font-size: 10px;
	color: #23196d;
	width: 100%;
	max-width: 100%;
	border-top: dashed;
	border-color: #ffffff;
	border-width: 1px;
}
#derechos a{
	color:#23196d;	
	}
#derechos a:hover{
	color:#fe6f27;	
	}

@media screen and (min-width: 768px){	
	html{
		scroll-behavior: smooth;
	}
	
	html{
		scroll-behavior: smooth;
	}
	body::-webkit-scrollbar{
	 	width: 10px;
		background: #23196d;
}
	body::-webkit-scrollbar-thumb{
	 	width: 15px;
		background: rgba(54, 61, 145, .9);
		border-radius: 10px;
		border-right: 2px solid #23196d;
}
	body::-webkit-scrollbar-thumb:hover{
		background: rgba(66, 75, 178, .8);
}
.loader{
	position: fixed;
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 10000;
	background: #23196d;
	transition: all 1.5s;
	}
.loading{
	width:600px;
	animation: loader 1.5s infinite ease-in-out;
	}
#barra {
	width: 100%;
	height: 80px;
	background-color: #23196d;
	font-family: "CodecPRONEws";
	color: #ffffff;
	text-align: center;
	line-height: 70px;
	font-size:18px;
}
#marquee{
	width: 75%;
	}
nav{
	position: fixed;
	height: 140px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index:100;
	transition: 0.5s;
}
nav.sticky{
	height: 80px;
	width: 100%;
	z-index:500;
	background-color: #ffffff;
	transition: 0.5s;
	position: fixed;
}
.logo{
	width: 180px;
	margin-left: 100px;
	margin-top:10px;
	z-index:2;
	transition: 0.5s;
}
nav.sticky .logo{
	width: 120px;
	margin-top:10px;
	margin-left: 100px;
	transition: 0.5s;
}
.bar-btn{
	display: none;
}	
.nav-menu {
		height: 100px;
		width: 100%;
		margin-top: -40px;
		background: none;
		transition: 0.5s;
		text-align: center;
		position: absolute;
	}
nav.sticky .nav-menu{
	position: absolute;
	width: 100%;
	height: 0vh;
	top: 50px;
	text-align: center;
	transition: all .3s;
	z-index:100;
	}
.nav-menu li{
		display: inline-block;
		line-height: 60px;
		margin: 0 20px;	
		transition: 0.5s;
	}
	
.nav-menu li a{
		font-size: 14px;
		transition: 0.5s;
	}


.redes{
	position: relative;
	display:flex;
	z-index: 1;
	height: 200px;
}

.red img{
	display: flex;
	margin-left: 15px;
	width: 50px;
	margin-top: 0px;
}

.red img:hover{
	transform: scale(1.1);
	transition: all .3s;
}
	
.buttons-container {
	position: fixed;
	bottom: 4%;
	right: 10px;
	display:flex;
	flex-direction: column;
	align-items: flex-end;
	z-index:1;
}
	
.button {
	padding: 0.8rem;
	display: flex;
	transition: all .3s;
}

.button:hover {
	transform: scale(1.2);
	transition: .3s;
}

#mapa-main{
	width: 100%;
	height: 400px;
	background-color: #23196d;
}

#mapa-container1{
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
}
#mc1-1{
	margin-top:60px;
	width: 100%;
	max-width: 400px;
	font-family: "CodecPRONEws";
	font-size:14px;
	color: #ffffff;
	text-align: center;
	justify-content: center;
	align-items:center;
	margin-right: 50px;
	display: flex;
}
#mc1-2{
	height: 200px;
	width: 100%;
	max-width: 400px;
	justify-content: center;
	text-align: center;
	align-items: center;
	line-height:200px;
	border-left: dashed;
	border-right: dashed;
	border-top: none;
	border-bottom: none;
	border-color: #ffffff;
	border-width: 1px;
}
#mc1-2 img{
	vertical-align:middle;
	transform: scale(1);
}
#mc1-3{
	margin-top:60px;
	width: 100%;
	max-width: 400px;
	font-family: "CodecPRONEws";
	font-size:14px;
	color: #ffffff;
	text-align: center;
	justify-content: center;
	align-items:center;
	align-content: center;
	margin-right: 50px;
	display: flex;
}
#mc1-3 a{
	color:#ffffff;
}

#mapa-container2{
	margin-top: 0px;
	width: 100%;
	height: 200px;
	border-top: dashed;
	border-color: #ffffff;
	border-width: 1px;
	display: flex;
	justify-content: center;
}
#mc2-1{
	height: 200px;
	width: 250px;
	color: #fff;
}

.Text-Black{
	margin-top: 30px;
	font-family: "CodecPRONegra";
	font-size: 14px;
	letter-spacing: 2px;
}

.Text-News{
	font-family: "CodecPRONews";
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 1px;
}
.Text-News a {
	color:#ffffff;	
	}
.Text-Black a {
	color:#ffffff;	
	}
#mc2-2{
	height: 200px;
	width: 150px;
	color: #fff;
}


#footer{
	position: absolute;
	height: 80px;
	background-color: #e0e0e0;
	width: 100%;
	display: flex;
}
#logofooter{
	height:40px;
	position: absolute;
	width: 150px;
	max-width: 150px;
	align-items: center;
	display: flex;
	justify-content: flex-end;
	right:500px;
	top:20px;
	background-color: #e0e0e0;
}
#derechos{
	bottom:0px;
	right: 0px;
	position: absolute;
	height: 80px;
	text-align: center;
	font-family: "CodecPRONEws";
	font-size: 14px;
	line-height: 80px;
	color: #23196d;
	width: 400px;
	max-width: 400px;
	border-left: dashed;
	border-width: 1px;
	margin-top: 0px;
	border-top: none;
}
#derechos a{
	color:#23196d;	
	}
#derechos a:hover{
	color:#fe6f27;	
	}
}
@keyframes loader{
	0%,
	80%,
	100%{
		opacity: 1;
	}
	40%{
		opacity: .7;
	}
}