/* Reset básico */
*{
box-sizing:border-box;
margin:0;
padding:0;
}

/* cuerpo */
body{
    font-family:'Inter',sans-serif;
    background:#fefefe;
    margin:0;
    color:#2d3436;
	text-align:justify;
	-webkit-user-select: none; /* Chrome, Safari */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* Edge antiguo */
	user-select: none; 
}

.page{
	width:100%;
	max-width:1200px;
	margin:auto;
	padding:0 20px;
}

.header{
    text-align:center;
    margin-bottom:40px;
}

.header h1{
    font-size:36px;
    color:#0b6fa4;
    margin-bottom:10px;
}

.subtitle{
    color:#636e72;
}

.layout{
	display:grid;
	grid-template-columns:minmax(0,2.5fr) minmax(0,1fr);
	gap:40px;
}

.content{
    background:white;
    padding:5px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.content h2{
    color:#0a4d74;
    margin-top:30px;
}

.content p{
    line-height:1.7;
}

ul{
    line-height:1.7;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bloque{
    margin-bottom:35px;
}

.ejemplo{
    background:#eef6ff;
    border-left:4px solid #0b6fa4;
    padding:20px;
    border-radius:6px;
}

.examen{
    background:#eef6ff;
    border-left:4px solid #4DB961;
    padding:20px;
    border-radius:6px;
}

.sidebar{
    position:sticky;
    top:100px;
    height:fit-content;
}

.card{
    background:white;
    padding:20px;
    border-radius:10px;
    margin-bottom:20px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.card h3{
    margin-top:0;
	margin-bottom:15px;
}

.card ul{
    padding-left:18px;
}

.card li{
    margin-bottom:8px;
}

.footer{
    text-align:center;
    margin-top:50px;
    padding:20px;
    color:#636e72;
}

@media (max-width:900px){

.layout{
    grid-template-columns:1fr;
}

.sidebar{
    position:static;
}

.bloque{
    overflow:hidden;
}

.bloque iframe{
    width:80% !important;
    max-width:80% !important;
}

}

section{
scroll-margin-top:100px;
}

/* Tablas (si existen) */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0rem 0;
}

th, td {
  padding: 0.75rem 1rem;
  border: 0px solid #dee2e6;
}

th {
  background: #e9ecef;
  font-weight: 600;
}

/* Tablas Responsividad */
@media (max-width: 768px) {
	
	.section .field {
		flex: 1 1 100%;
	}
	
	body {
		padding: 10px;
	}
	
	.tablaresponsive, thead, tbody, .thresponsive, .tdresponsive, .trresponsive { 
		display: block; 
	}

	thead .trresponsive { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive { border: 0.5px solid #ccc; }
		
	.tdresponsive { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive:nth-of-type(1):before { content: "Enfoque:"; }
	.tdresponsive:nth-of-type(2):before { content: "Descripción:"; }
	.tdresponsive:nth-of-type(3):before { content: "Ejemplo:"; }
	
	.tablaresponsive1, thead, tbody, .thresponsive1, .tdresponsive1, .trresponsive1 { 
		display: block; 
	}

	thead .trresponsive1 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive1 { border: 0.5px solid #ccc; }
		
	.tdresponsive1 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive1:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive1:nth-of-type(1):before { content: "Paso:"; }
	.tdresponsive1:nth-of-type(2):before { content: "Acción clave:"; }
	.tdresponsive1:nth-of-type(3):before { content: "Condición:"; }
  
	.tablaresponsive2, thead, tbody, .thresponsive2, .tdresponsive2, .trresponsive2 { 
		display: block; 
	}

	thead .trresponsive2 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive2 { border: 0.5px solid #ccc; }
		
	.tdresponsive2 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive2:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive2:nth-of-type(1):before { content: "Elemento:"; }
	.tdresponsive2:nth-of-type(2):before { content: "Descripción:"; }
	
	.tablaresponsive3, thead, tbody, .thresponsive3, .tdresponsive3, .trresponsive3 { 
		display: block; 
	}

	thead .trresponsive3 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive3 { border: 0.5px solid #ccc; }
		
	.tdresponsive3 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive3:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive3:nth-of-type(1):before { content: "Herramienta:"; }
	.tdresponsive3:nth-of-type(2):before { content: "Activación:"; }
	
	.tablaresponsive4, thead, tbody, .thresponsive4, .tdresponsive4, .trresponsive4 { 
		display: block; 
	}

	thead .trresponsive4 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive4 { border: 0.5px solid #ccc; }
		
	.tdresponsive4 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive4:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive4:nth-of-type(1):before { content: "Junior:"; }
	.tdresponsive4:nth-of-type(2):before { content: "Intermedio:"; }
	.tdresponsive4:nth-of-type(3):before { content: "Senior:"; }
	
	.tablaresponsive5, thead, tbody, .thresponsive5, .tdresponsive5, .trresponsive5 { 
		display: block; 
	}

	thead .trresponsive5 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive5 { border: 0.5px solid #ccc; }
		
	.tdresponsive5 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive5:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive5:nth-of-type(1):before { content: "Elemento:"; }
	.tdresponsive5:nth-of-type(2):before { content: "Relación:"; }
	.tdresponsive5:nth-of-type(3):before { content: "Elemento:"; }
	.tdresponsive5:nth-of-type(4):before { content: "Factor de éxito:"; }
	
	.tablaresponsive6, thead, tbody, .thresponsive6, .tdresponsive6, .trresponsive6 { 
		display: block; 
	}

	thead .trresponsive6 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive6 { border: 0.5px solid #ccc; }
		
	.tdresponsive6 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive6:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive6:nth-of-type(1):before { content: "Categoría:"; }
	.tdresponsive6:nth-of-type(2):before { content: "Descripción:"; }
	
	.tablaresponsive7, thead, tbody, .thresponsive7, .tdresponsive7, .trresponsive7 { 
		display: block; 
	}

	thead .trresponsive7 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive7 { border: 0.5px solid #ccc; }
		
	.tdresponsive7 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive7:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive7:nth-of-type(1):before { content: "Herramienta:"; }
	.tdresponsive7:nth-of-type(2):before { content: "Descripción:"; }
	
	.tablaresponsive8, thead, tbody, .thresponsive8, .tdresponsive8, .trresponsive8 { 
		display: block; 
	}

	thead .trresponsive8 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive8 { border: 0.5px solid #ccc; }
		
	.tdresponsive8 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive8:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive8:nth-of-type(1):before { content: "Alternativa:"; }
	.tdresponsive8:nth-of-type(2):before { content: "Acción clave:"; }
	
	.tablaresponsive9, thead, tbody, .thresponsive9, .tdresponsive9, .trresponsive9 { 
		display: block; 
	}

	thead .trresponsive9 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive9 { border: 0.5px solid #ccc; }
		
	.tdresponsive9 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive9:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive9:nth-of-type(1):before { content: "Entrada:"; }
	.tdresponsive9:nth-of-type(2):before { content: "Acción clave:"; }
	
	.tablaresponsive10, thead, tbody, .thresponsive10, .tdresponsive10, .trresponsive10 { 
		display: block; 
	}

	thead .trresponsive10 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive10 { border: 0.5px solid #ccc; }
		
	.tdresponsive10 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive10:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive10:nth-of-type(1):before { content: "Herramienta:"; }
	.tdresponsive10:nth-of-type(2):before { content: "Acción clave:"; }
	
	.tablaresponsive11, thead, tbody, .thresponsive11, .tdresponsive11, .trresponsive11 { 
		display: block; 
	}

	thead .trresponsive11 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive11 { border: 0.5px solid #ccc; }
		
	.tdresponsive11 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive11:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive11:nth-of-type(1):before { content: "Salida:"; }
	.tdresponsive11:nth-of-type(2):before { content: "Acción clave:"; }
	
	.tablaresponsive12, thead, tbody, .thresponsive12, .tdresponsive12, .trresponsive12 { 
		display: block; 
	}

	thead .trresponsive12 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive12 { border: 0.5px solid #ccc; }
		
	.tdresponsive12 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive12:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive12:nth-of-type(1):before { content: "Paso:"; }
	.tdresponsive12:nth-of-type(2):before { content: "Acción clave:"; }
	.tdresponsive12:nth-of-type(3):before { content: "Entrada clave:"; }
	.tdresponsive12:nth-of-type(4):before { content: "Salida clave:"; }
	.tdresponsive12:nth-of-type(5):before { content: "Condición:"; }
	
	.tablaresponsive13, thead, tbody, .thresponsive13, .tdresponsive13, .trresponsive13 { 
		display: block; 
	}

	thead .trresponsive13 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive13 { border: 0.5px solid #ccc; }
		
	.tdresponsive13 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%;
	}
		
	.tdresponsive13:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive13:nth-of-type(1):before { content: "Entradas"; }
	.tdresponsive13:nth-of-type(2):before { content: "Herramientas"; }
	.tdresponsive13:nth-of-type(3):before { content: "Salidas"; }
	
	.tablaresponsive14, thead, tbody, .thresponsive14, .tdresponsive14, .trresponsive14 { 
		display: block; 
	}

	thead .trresponsive14 { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	.trresponsive14 { border: 0.5px solid #ccc; }
		
	.tdresponsive14 { 
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
		
	.tdresponsive14:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.tdresponsive14:nth-of-type(1):before { content: "Puesto o Rol:"; }
	.tdresponsive14:nth-of-type(2):before { content: "Acción clave:"; }
	.tdresponsive14:nth-of-type(3):before { content: "Salario promedio:"; }
}

/* Miga de pan */

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 8px 16px;
  margin: 10px 0;
  background: #f5f7fa;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb-item {
  color: #0b6fa4;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  margin: 0 8px;
  color: #9aa5b1;
  font-weight: bold;
}

.breadcrumb-item:hover {
  text-decoration: underline;
  color: #084c74;
}

.breadcrumb-item.active {
  color: #6b7280;
  pointer-events: none;
  font-weight: 600;
}

/* Pie de página */

footer{
  background:linear-gradient(90deg,#0d47a1,#1976d2,#42a5f5);
  color:#fff;
  padding:20px 10px;
}

.footer-container{
  max-width:1000px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* Links arriba en móvil */
.footer-links{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
  justify-content:flex-start;
}

/* Redes debajo en móvil */
.footer-social{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
  justify-content:flex-start;
}

.footer-links a,
.footer-social a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  transition:opacity .3s ease;
}

.footer-links a:hover,
.footer-social a:hover{
  opacity:0.8;
}

.footer-social a{
  font-size:18px;
}

.footer-copy{
  font-size:12px;
  margin-top:5px;
}

/* Escritorio */

@media (min-width:600px){

.footer-container{
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
}

.footer-social{
  justify-content:flex-end;
}

}

@media (min-width: 600px) {

  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
 
  .footer-links, .footer-social {
    margin: 0;
  }

  .footer-copy {
    margin-top: 0;
  }
}

.scrollable-content {
  width: 100%;
  height: 100%; 
  overflow: auto; 
  padding: 0px;
}

.mapa-aislado {
  position: relative;
  z-index: 0;
}

.mapa-aislado img {
  pointer-events: auto !important;
}

.mapa-aislado area {
  pointer-events: auto;
} 

/* Imagen */

img {
	width: 100%;
	height: auto;
	filter: saturate(180%);
	pointer-events: auto;
}

/* Paginador */

.pagination {
  display: inline-table;
  padding: 0px 0px 0px 0px;
  background-color: #0d47a1;
}

.pagination a {
  color: white;
  float: left;
  padding: 8px 6px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  font-size: 16px;
  list-style:none;
}

.pagination a.active {
  background-color: #0d47a1;
  color: white;
  border: 1px solid black;
  list-style:none;
}

/* Ventana modal login */

.login-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.login-box{
    background:white;
    padding:40px;
    border-radius:10px;
    text-align:center;
    width:320px;
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

.login-box h2{
    margin-bottom:10px;
}

.login-box button{
    margin-top:15px;
    background:#0b6fa4;
    color:white;
    border:none;
    padding:10px 20px;
    border-radius:6px;
    cursor:pointer;
}

.login-box button:hover{
    background:#084c74;
}

/* Hipervinculos */

a {
    color: #0b6fa4;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 4px;
    transition: all 0.25s ease;
}

a:hover {
    background: rgba(11,111,164,0.08);
    color: #084e73;
}