@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

/* --- RESET --- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* --- FONDOS POR PÁGINA --- */
body.central{
    background-image: url("img-central/foondo-8.jpg");
}

body.meta{
    background-image: url("img-meta/museum.jpg");
}

body.espacial-pagina{
    background-image: url("img-espacial/espacio-fondo-2.jpg");
    background-size: contain;
}

body.pensamientos{
    background-image: url("img-pensamientos/fondo-6.jpg");
}
body.datos-narracion-yo{
    background-image: url("img-pensamientos/fondo-6.jpg");
}
/* --- BODY GENERAL --- */
body {
    margin: 0;
    padding: 0;
    font-family: lucida grande, verdana, arial, helvetica;
    font-size: 12px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* --- IMÁGENES --- */
img {
	max-width: 30%;
}

/* --- LAYOUT PRINCIPAL SIN SIDEBAR --- */
.outer {
	width: 1000px;
	margin: auto;
	position: relative;
}

/* Encabezado */
.header {
	background: rgba(251, 253, 253, 0.877);
	width: 100%;
	height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Contenedor blanco */
.white {
	background: #ffffffda;
	padding: 24px;
	min-height: 100vh;
	box-sizing: border-box;
	margin-bottom: 2rem;
}

/* BARRA DE NAVEGACIÓN */
.nav-item {
	background: #dd9a4c;
	display: inline-block;
	padding: 12px 24px;
	position: relative;
	bottom: -1px;
}

.nav-item.active {
	border-bottom: 1px solid #000000;
}

.nav a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}

/* --- CONTENT FULL WIDTH --- */
.content {
	width: 100%;
	padding-bottom: 1rem;
	float: none;
}

/* BREADCRUMBS */
.breadcrumbs {
	background: #ffffff;
	display: inline-block;
	padding: 3px 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #666;
}

.breadcrumbs a {
	text-decoration: none;
	color: #0000008e;
	font-weight: bold;
}

/* TITULOS */
h1 {
	background:#dd9a4c;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 6px;
}

h4 {
	background: #f14848;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 6px;
}

h2 {
	font-size: 1em;
	border-bottom: 1px dotted #000;
	margin-top: 2rem;
}

.border {
	border: 1px solid #000;
}

h2 a {
	text-decoration: none;
	color: #000;
}

/* SITE TITLE */
.site-title {
	color: #000000e1;
	margin-top: 40px;
	margin-left: 70px;
}

.site-title a {
	color: #000000e1;
	text-decoration: none;
	font-family: 'Nanum Pen Script', cursive;
	font-size: 50px;
}

.subtitle {
  font-size: 15px;
  color: #000;
}

/* ACTUALIZACIONES */
.update {
	display: inline;
	margin-right: 24px;
}

.updates {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 3px;
}

/* IMÁGENES DECORATIVAS */
.yasu, .ratica, .possom, .tortuga-2 {
	position: absolute;
    width: 200px;
    right: 50px;
}

.yasu { top: -90px; }
.ratica { top: 0px; }
.possom { top: -40px; }
.tortuga-2 { top: -40px; }

/* IMÁGENES EN POSTS */
.post-content img {
	max-width: 90%;
}

.muted {
	opacity: 0.3;
}

.recent-image img {
	width: 50px;
	border: 1px solid;
}

/* HR */
hr {
	border: 0;
	border-bottom: 1px dotted black;
	margin: 2rem 0;
}

/* TABLAS */
table {
	border-collapse: collapse;
}

th, td {
	padding: 6px 12px;
	border: 1px solid #000;
    vertical-align: top;
}

th {
	background: #ffffff;
	color: black;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

/* MÚSICA */
.music-player {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.music-player h3 {
  font-family: 'Nanum Pen Script', cursive;
  font-size: 28px;
  color: #000;
  margin-bottom: 12px;
}

/* CONTACTO */
.contact-form {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  width: 90%;
  max-width: 500px;
  margin: 20px auto;
}

.contact-form label {
  font-weight: bold;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.contact-form button {
  background-color: #968bcf;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #7a6cc0;
}

/* MOSAICO */
.mosaico {
  text-align: center;
  margin: 2rem auto;
  width: 100%;
}

.mosaico h2 {
  font-family: 'Nanum Pen Script', cursive;
  font-size: 40px;
  color: #000;
  margin-bottom: 1.5rem;
  text-transform: none;
  border: none;
}

.mosaico-fila {
  display: flex;
  justify-content: center;
  gap: 1px;
  flex-wrap: wrap;
  padding: 0 1px;
}

.mosaico-item img {
  width: 300px;
  height: 210px;
  object-fit: contain;
  background-color: #00000000;
  border: 1px solid #00000000;
  border-radius: 1px;
  transition: transform 0.3s ease;
}

.mosaico-fila img:hover {
  transform: scale(1.05);
}

.mosaico-item {
  text-align: center;
  color: #000;
  font-size: 13px;
}

.mosaico-item img:hover {
  transform: scale(1.05);
}
