@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
  /*background-color: #b8e0f0; /* tu color de fondo general */
}
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.cimientos{
    background-image: url("img-cimientos/fondo-1.jpg");
}

body {
	margin: 0;
	padding: 0;
	font-family: lucida grande,verdana,arial,helvetica;
	font-size: 12px;
}

img {
	max-width: 50%;
}

.outer {
	width: 1000px;
	margin: auto;
	position: relative;
}

.header {
	background: rgba(251, 253, 253, 0.25);
	width: 100%;
	height: 110px;
	/*border: 1px solid black;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.white {
	background: #ffffff6e;
	/*border: 1px solid black;*/
	padding: 24px;
	min-height: calc(100vh - 280px);
    min-height:100vh;
    box-sizing: border-box;
	margin-bottom: 2rem;
}

.nav-item {
	background: #b6d2e6;
	display: inline-block;
	/*border: 1px solid #000;*/
	position: relative;
	padding: 12px 24px;
	bottom: -1px;
}

.nav-item.active {
	border-bottom: 1px solid #000000;
}

.content {
	width: 680px;
	float: left;
	padding-bottom: 1rem;
}

.side {
	width: 250px;
	height: 100%;
	float: right;
}

.clear {
	clear: both;
}

.side-box {
	background: #b6d2e6;
	padding: 12px;
	min-height: 200px;
}

textarea.code {
	background: #000;
	color: #FFF;
	font-family: monospace;
	padding: 12px;
	width: 100%;
}

.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;
}

.nav a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	background: #b6d2e6;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 6px;
}

h4 {
	background: #f14848;
	color: #000000;
	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;
}

.nav-item.nav-top {
	border: none;
}

.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: rgb(0, 0, 0);
  /*margin-top: 20px;
  margin-left: 70px;*/
}

.update {
	display: inline;
	margin-right: 24px;
}

.updates {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 3px;
}

.yasu {
	position: absolute;
    width: 250px;
    top: -90px;
    right: 50px;

}

.ratica {
	position: absolute;
    width: 200px;
    top:0px;
    right: 50px;

}

.possom {
	position: absolute;
    width: 200px;
    top:-40px;
    right: 50px;

}
.tortuga-2 {
	position: absolute;
    width: 200px;
    top:-40px;
    right: 50px;

}

.otros{
    position: absolute;
    width: 200px;
    top:-40px;
    right: 50px;
}
.post-content img {
	max-width: 90%;
}

.muted {
	opacity: 0.3;
}

.recent-image img {
	width: 50px;
	border: 1px solid;
}

.sidebar {
	border: 0;
	width: 100%;
	height: 750px;
}

hr {
	border: 0;
	border-bottom: 1px dotted black;
	margin: 2rem 0;
}

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;
}

.border-0 {
    border: none;
}

table img {
	max-width: 100%;
}

.music-player {
  background-color: rgba(255, 255, 255, 0.7); /* fondo translúcido */
  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;
}

.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 {
  text-align: center;
  margin: 2rem auto;
  width: 100%;
}

.mosaico h2 {
  font-family: 'Nanum Pen Script', cursive;
  font-size: 40px;
  color: #000; /* Puedes usar #fff si el fondo es oscuro */
  margin-bottom: 1.5rem;
  text-transform: none;
  border: none; /* evita el borde punteado de otros h2 */
}

.mosaico-fila {
  display: flex;
  justify-content: center; /* centra las imágenes horizontalmente */
  gap: 1px; /* espacio entre imágenes */
  flex-wrap: wrap; /* si la pantalla es pequeña, baja las imágenes */
  padding: 0 1px;
}

.mosaico-item img {
  width: 300px; /* ancho de cada imagen */
  height: 210px; /* alto de cada imagen */
  object-fit: contain;
  background-color: #00000000;
  border: 1px solid #00000000; /* o #fff según tu fondo */
  border-radius: 1px;
  transition: transform 0.3s ease;
}

.mosaico-fila img:hover {
  transform: scale(1.05);
}

.mosaico-item {
  text-align: center;
  color: #000; /* puedes cambiarlo al color de tu sitio */
  font-size: 13px;
}

.mosaico-item img:hover {
  transform: scale(1.05);
}