body {
    font-family: 'Mulish', sans-serif;
    background-color: #E6D8C1;
    color: #3D2B1F;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.6;
}
h1 {
    margin-top: 70px;
    font-family: 'Gamja Flower', cursive;
    font-size: 60px;
    color: #3D2B1F;
    letter-spacing: 0.5px;
}
h2 {
    font-family: 'Gamja Flower', cursive;
    font-size: 24px;
    color: #3D2B1F;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
table {
    margin: 0 auto 60px auto;
    border-collapse: separate;
    border-spacing: 8px;
}
td {
    width: 120px;
    height: 120px;
    border: 2px solid #3D2B1F;
    border-radius: 16px;
    position: relative;
    padding: 0;
    overflow: hidden; 
    background-color: #E6D8C1;
}
th {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    color: #3D2B1F;
    border-bottom: 2px solid #3D2B1F;
}
.day-number {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #3D2B1F;
    background-color: rgba(230, 216, 193, 0.85); 
    padding: 2px 6px;
    border-radius: 6px;
    z-index: 2;
}
td a {
    display: block;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
}
td img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    padding: 0;
    display: block;
}
.entrada {
    max-width: 800px;
    margin: 80px auto;
    padding: 0 20px;
}
.franja-titulo {
    background-color: #d8b0ad;
    padding: 60px 20px;
    text-align: center;
}
.titulo-entrada {
    font-family: 'Gamja Flower', cursive;
    font-size: 40px;
    color: #3D2B1F;
    margin: 0;
    line-height: 1.2;
}
.contenido-entrada {
    background-color: #E6D8C1;
    padding: 60px 20px 80px;
    max-width: 800px;
    margin: 0 auto;
}
.imagen-principal {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 40px;
}
.texto-entrada {
    font-family: 'Mulish', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #3D2B1F;
}
.texto-entrada p {
    margin-bottom: 22px;
}
.franja-volver {
    background-color: #7F8F6A;
    padding: 30px 20px;
    text-align: center;
}

.franja-volver a {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #E6D8C1;
    text-decoration: none;
    font-weight: 500;
}
.franja-volver a:hover {
    text-decoration: underline;
}
.contenido-index {
    background-color: #E6D8C1;
    padding: 60px 20px;
}

.franja-footer {
    background-color: #7F8F6A;
    padding: 30px;
    text-align: center;
}

.franja-footer a {
    color: #E6D8C1;
    margin: 0 15px;
    text-decoration: none;
    font-family: 'Mulish', sans-serif;
}

.franja-footer a:hover {
    text-decoration: underline;
}
.comentarios {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: left; /* 👈 clave */
}
.form-comentarios {
    display: flex;
    flex-direction: column; /* 👈 los pone en columna */
    gap: 12px;
    margin-top: 20px;
}
.form-comentarios input,
.form-comentarios textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #C7B8A0;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    background-color: #F8F3EA;
}
.form-comentarios button {
    align-self: flex-start; 
    background-color: #7F8F6A;
    color: #E6D8C1;
    border: none;
    border-radius: 18px;
    padding: 8px 18px;
    font-size: 14px;
    cursor: pointer;
}
.form-comentarios button:hover {
    opacity: 0.9;
}
.comentario {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px 15px;
    margin-top: 15px;
}

.comentario strong {
    color: #7F8F6A;
}
.comentario p {
    margin: 5px 0 0;
}
.comentarios h3 {
    font-family: 'Gamja Flower', cursive;
    margin-bottom: 10px;
}
.form-comentarios input,
.form-comentarios textarea,
.form-comentarios button {
    display: block; /* 👈 ESTO es lo que te falta */
}
.form-comentarios {
    display: flex;
    flex-direction: column;
    align-items: stretch; /* 👈 importante */
}
.comentarios * {
    text-align: left;
}
.carrusel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.contenedor-calendarios {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
}

.calendario-item {
    display: none;
}

.calendario-item.activo {
    display: block;
}

button {
    background-color: #7F8F6A;
    color: #E6D8C1;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.copyright {
    font-size: 12px;
    color: #E6D8C1;
    opacity: 0.7;
    display: block;
    margin-top: 20px;
}
.sobre-mi {
    max-width: 800px;
    margin: auto;
    text-align: left;
    line-height: 1.6;
}
.foto-perfil {
    width: 360px;   /* antes 180px */
    height: 360px;
    border-radius: 50%;
    float: right;
    margin: 0 0 15px 25px;
    object-fit: cover;
}
.foto-perfil {
    margin: 0 0 20px 30px;
}
.texto-entrada p {
    text-align: justify;
    
}
