@font-face{
  font-family: 'Averta';
  src: url('/assets/fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
html, body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
header {
  margin: 0;
  padding: 0;
}

body, p, a, li, span, h1, h2, h3, h4, h5, h6, .title, .logo, .footer-links, .subtitle {
  font-family: 'Averta', 'Segoe UI', Arial, sans-serif;
}

body {
font-family: 'Averta','Segoe UI',Arial,sans-serif;
margin: 0;
padding: 0;
}

.index-page{
	position: relative;
	background-color: #e2d9c5;
	overflow-x: hidden;
}
.index-page::before{
	content: "";
	position: fixed;
	top: 0;
  	left: 0;
 	width: 100%;
  	height: 100%;
	background-image: url('../assets/TEXTURA.png');
	background-position: center top;
	background-size: cover;
	background-repeat: repeat;
	opacity: 0.6;
	z-index: -1;
	pointer-events: none;
	background-attachment: fixed;
}
.topheaderbar {
	background-color: #fffdf9;
	color: #FFF;
	height: 62px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.lowheaderbar {
	background-color: #BCA986;
	color: #FFF;
	height: 32px;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* Logo */
.header-logo {
  max-height: 52px;	
  display: block;
}

/* Contenedor de los iconos dentro del header */
.header-icons {
	display: flex;
	justify-content: flex-start; /* los manda a la derecha */
	align-items: center; /* los centra verticalmente */
	gap: 10px; /* separación entre ellos */
	height: 100%; /* para centrar con el logo */
}
/* Círculo de cada icono */
.social-circle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1.5px solid #691C32;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s ease;
}
/* Icono SVG dentro del círculo */
.icon-img {
	width: 18px;
	height: 18px;
	filter: brightness(0) saturate(100%) invert(13%) sepia(83%) 
			saturate(2000%) hue-rotate(330deg) brightness(90%) contrast(90%);
	transition: filter 0.3s ease;
}
/* Efecto al pasar el mouse */
.social-circle:hover {
	background-color: #BCA986;
	border-color: #BCA986;
	transform: scale(1.08);
}
.social-circle:hover .icon-img {
	filter: brightness(0) invert(1);
}
p {
	text-align: justify;
	font-size: 1.1rem;
}
.footer-campeche {
  background-color: #ECECEC;
  padding: 40px 5%;
  font-family: 'Segoe UI', sans-serif;
}

.footer-link {
  color: #691C32;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #BCA986;
  text-decoration: underline;
}

.footer-data {
  color: #666;
  font-size: 0.9rem;
}

.footer-text {
  color: #111;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.footer-title {
  color: #111;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 2px solid #BCA986;
  display: inline-block;
  padding-bottom: 4px;
}

.footer-links a {
  color: #691C32;
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-block;
  margin-bottom: 6px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #BCA986;
  text-decoration: underline;
}

/* GIZ*/
.logo-giz {
  max-height: 200px;
}
/* Espaciado para el bloque de Responsable */
.footer-responsable {
  margin-top: 20px;
}
.secretaria-link {
  display: block;
  margin-top: 5px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .footer-campeche {
    text-align: center;
    padding: 30px 20px;
  }
  .footer-title {
    border: none;
  }
}
.footer-bar {
  background-color: #BDBDBD;
  width: 100%;
  padding: 4px 0;
}

.footer-bar-text {
  color: #333;
  font-size: 0.9rem;
  font-family: 'Averta';
  letter-spacing: 0.3px;
}
/* Style the dropdown button */
	.dropbtn {
	background-color: #666;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	}
	
	/* The container <div> - needed to position the dropdown content */
	.dropdown {
	display: inline-block;
	margin: 0 auto;
	}
	
	/* Dropdown content (hidden by default) */
	.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	}
	
	/* Links inside the dropdown */
	.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {
	background-color: #f1f1f1;
	}
	
	/* Show the dropdown menu on hover */
	.dropdown:hover .dropdown-content {
	display: block;
	}
	
	/* Change the background color of the dropdown button when the dropdown content is shown */
	.dropdown:hover .dropbtn {
	background-color: #666;
	}

    /* Full-viewport indicators page styles */
    /* Full-viewport indicators page styles */
.indicators-full {
  position: relative;
  width: 85vw;                 
  max-width: 1200px;               /* límite visual */
  aspect-ratio: 24 / 18;            /* mantener proporción tipo presentación*/
  margin: 40px auto;               /* centrado con margen arriba/abajo */
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.indicators-full iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 12px;
}

.indicators-container,
.indicators-card {
  width: 100%;
  height: 100%;
}