
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: Arial, sans-serif;
  background-color: #f5f1e6;
  color: #2b2b2b; 
  line-height: 1.6;
}


header .logo img {
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
}

header nav {
  margin-top: 20px;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 0;
  padding: 0;
}

nav a {
  color: #f5f1e6;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

nav a:hover {
  color: #a8323e; 
}


.titulo-sitio {
  text-align: center;
  margin-top: 30px;
}

.titulo-sitio .logo-metraje {
  max-width: 300px; 
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.titulo-sitio .subtitulo {
  color: #6d1a24;
  font-size: 1.1rem;
  font-weight: bold;
}

.subtitulo {
  font-size: 1.2rem;
  color: #f5f1e6;
}

.titulo-sitio .logo-metraje {
  max-width: 300px; 
  height: auto;
  margin: 0 auto 20px;
  display: block;
  animation: aparecerZoom 1.5s ease-in-out;
}


@keyframes aparecerZoom {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.titulo-sitio .subtitulo {
  display: inline-block;
  background-color: #6d1a24; 
  color: #f5f1e6; 
  padding: 8px 20px;
  border-radius: 6px;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


main {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}

.seccion-principal {
  margin-bottom: 30px;
}

.seccion-principal h2 {
  color: #6d1a24;
  margin-bottom: 10px;
}

.seccion-principal p {
  text-align: left;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

header .logo img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  filter: invert(100%) brightness(1.8) contrast(100%);
}

.foto-poster {
  margin: 30px 0;
  text-align: center;
}


.seccion-vm13 {
  margin: 30px 0;
  text-align: center;
}

.seccion-vm13 h3 {
  color: #a8323e;
  margin-bottom: 15px;
}


.miembros {
  display: flex;
  justify-content: center; 
  align-items: center;      
  flex-wrap: wrap;
  gap: 30px; 
  list-style: none;
  padding: 15px 25px;
  margin: 0 auto;
  
  background-color: #ffffffc0; 
  border: 2px solid #a8323e;   
  border-radius: 12px;         
  text-align: center;          
}

.miembros li {
  margin: 0;
  text-align: center;          
}

.miembros a {
  display: inline-block;       
  color: #6d1a24;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.3s, color 0.3s;
  text-align: center;
}

.miembros a:hover {
  background-color: #a8323e;
  color: #f5f1e6;
}


.academicos h2 {
  color: #6d1a24;
  margin-bottom: 15px;
}

.academicos article {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 4px solid #a8323e;
  background-color: #ffffffc0;
}

.academicos h3 {
  margin-bottom: 8px;
  color: #a8323e;
}

.academicos h4 {
  margin-bottom: 5px;
  font-weight: normal;
  color: #6d1a24;
}

.academicos ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.academicos li {
  margin-bottom: 5px;
}

.academicos li strong {
  background-color: #a8323e; 
  color: #f5f1e6; 
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
}

footer {
  background-color: #2b2b2b;
  color: #f5f1e6;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  margin-top: 40px;
}

/* PLAN INDEX.HTML */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: Arial, sans-serif;
  background-color: #f5f1e6;
  color: #2b2b2b;
  line-height: 1.6;
}


header {
  background-color: #6d1a24;
  color: #f5f1e6;
  padding: 15px 20px 5px 20px;
  text-align: center;
}


nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

nav a {
  color: #f5f1e6;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

nav a:hover {
  color: #a8323e;
}

main {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}

section {
  margin-bottom: 40px;
}

.comitente h2,
.tema h3
.prototipos h3
.mapa h2 {
  font-size: 1.6rem;
  color: #a8323e;
  margin-bottom: 12px;
  font-weight: bold;
}

.comitente p,
.tema p {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 20px;
}

.mvp-persona {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.mvp, .persona {
  flex: 1 1 400px;
  text-align: center;
}

.mvp h4, .persona h5 {
  color: #6d1a24;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.propuesta-estetica {
  margin-top: 50px;
  text-align: center;
}

.propuesta-estetica::before {
  content: "Propuesta estética";
  display: block;
  font-size: 2rem;
  color: #6d1a24;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  margin-bottom: 25px;
}

.propuesta-estetica p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a8323e;
  margin: 20px 0 10px;
}

.propuesta-estetica img {
  margin-bottom: 25px;
}

.mapa {
  text-align: center;
  margin-bottom: 30px;
}

.mapa img {
  margin-top: 20px;
  border: 2px solid #a8323e;
  border-radius: 8px;
  width: 100%;        
  max-width: 1200px;  
  height: auto;       
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.prototipos {
  text-align: left;      
  margin-bottom: 20px;
}

.prototipos h3 {
  font-size: 1.2rem;    
  color: #2b2b2b;
  margin-bottom: 12px;
  font-weight: bold;
}

.prototipos p {
  font-size: 1rem;       
  text-align: left;
  margin-bottom: 20px;
}

.prototipos a {
  color: #6d1a24;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}

.prototipos a:hover {
  color: #a8323e;
  text-decoration: underline;
}


footer {
  background-color: #2b2b2b;
  color: #f5f1e6;
  text-align: center;
  padding: 25px 15px;
  font-size: 0.9rem;
  margin-top: 50px;
}

footer p {
  margin-bottom: 12px;
}

