@font-face{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@font-face{
	font-family: Archivo;
	src: url(../fuentes/archivo/Archivo-Medium.ttf),
		 url(../fuentes/webfontkit-20250613-144109/archivo-regular-webfont.woff),
		 url(../fuentes/webfontkit-20250613-144109/archivo-regular-webfont.woff2);
}
body{
	background-color: #FFDEAF !important;
}
h1{
	font-family: Archivo !important;
	font-size: 4rem !important;
	color: #FFDEAF !important;
	padding: 0.5em;
	background-color: #322C2B;
}
#navindex{
	display:flex;
	padding:1em;
	background-color: #803D3B;
}
#navindex ol{
	margin: auto 0;
}
#navindex ol li {
	font-family: Archivo;
	color:#FFDEAF;
	font-size:1.3rem;
}
#navindex ol li a{
	color:white;
	font-weight:bold;
}
#carouselExampleAutoplaying{
	margin-top: 1em;
}
footer{
	background-color: #322C2B;
	color: #FFDEAF;
	font-family: Archivo !important;
}
.offcanvas-header{
	background-color: #803D3B;
	color: #FFDEAF;
}
.offcanvas-body{
	background-color:#FFDEAF;
}
#carrusel{
	background-color:#D48866;
}
.card{
	font-family: Montserrat;
}
.tabsdesc{
	background-color: #322C2B;
	color: #FFDEAF;
}