/* estructura css 

selector{
    propiedad: valor;
}

*/

.logo {
    display: block;
     max-width: 110%;
    height: auto;
    background-color: #fff;
}
   header {
  display: flex;                  /* activa flexbox */
  justify-content: space-between; /* separa logo y menú */
  align-items: center;            /* centra verticalmente */
  padding: 0.5rem 1rem;
  background: linear-gradient(#48025a, #480475);
  box-shadow: 0 4px 6px rgba(93, 80, 102, 0.479);
  margin: 0 auto;
  max-width: 900px;
  margin-bottom: 20px;
  margin-block: 1.5rem;
}

header section {
  margin: 0; /* quita márgenes que puedan desalinear */
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;          /* los links en fila */
  gap: 1rem;              /* espacio entre los links */
  justify-content: center;
  align-items: center;
}
    
 h1 {
     font-family: 'Cinzel', serif;
      color: #e4e3d2;
      margin-bottom: 20px;
      font-size: 2.5rem;
      text-shadow: 1px 1px 3px #ffffff00;
      text-align: center;
    }
h3{
    font-family: 'Times New Roman', Times, serif;
      color: #fffeffec;
      margin-bottom: 30px;
      font-size: 1.5rem;
      text-shadow: 1px 1px 3px #0e0d0d00;
      text-align: center; 
            
      display: flex;                  /* activa flexbox */
  justify-content: space-between; /* separa logo y menú */
  align-items: center;            /* centra verticalmente */
  padding: 0.5rem 1rem;
  background: linear-gradient(#48025a, #480475);
  box-shadow: 0 4px 6px rgba(93, 80, 102, 0.479);
  margin: 0 auto;
  max-width: 900px;
  margin-bottom: 20px;
  margin-block: 1.5rem;

}

   /* Botones */
header nav ul li a{
 background: #640c7a;
  border-radius: 20px;
  padding: 8px 40px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: serif;
  color: #e9ccecbb;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav ul li a:hover{
  background: #a96e9c;
  color: #050505;
  box-shadow: 0 0 10px #ffffff, 0 0 20px #a96e9c;
}

 p {
      font-size: 1.2rem;
      line-height: 1.6;
      margin-bottom: 1.5rem;
      text-align: justify;
      margin: 0 auto;
      padding: 2rem;
      font-family: 'Times New Roman', Times, serif;
      color: #ffffff;
      font-size: 1.2rem;
      text-align: center;
    }
 nav ul div li  a {
    text-decoration: none;
    color: #a02aa4;
    font-weight: bold;
    text-shadow: 1px 1px 3px #fff;
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 2rem;
        display: block;
        padding: 10px 20px;
        background-color: #f9c4d2;
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        transition: all 0.2s ease-in-out;
}

ul.sin-puntos {
    list-style: none; 
    padding-left: 0;   
    margin: 0;     
  padding: 10px;
  border-radius: 15px;
  width: 400px;       /* ajustá el ancho */
  margin: 10px auto;  /* centrado */
  text-align: center; /* centra el texto adentro */
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

section ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #fffcff;
    text-align: center;
}

 footer {
      text-align: center;
      font-size: 0.9rem;
      padding: 2rem;
      background:rgba(133, 10, 163, 0.329);
      
    }
    img {
  display: block;
  margin: 20px auto; /* auto en izquierda y derecha centra */
  max-width: 100%;
  height: auto;
}

body {
  background-color: #b990bb; 
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
}
.contenedora_personal {
    display: flex;
    flex-direction: column;    
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 0px;
}
* {
    box-sizing: border-box;
}


.perfil-caja {
  display: flex;
  flex-direction: column;      /* Todo en columna: nombre arriba, imagen, luego párrafo */
  align-items: center;         /* Centra todo horizontalmente */
  border: 2px solid #3d065783;   /* Borde violeta */
  background-color: #be81d1da;
  border-radius: 0;         /* Bordes redondeados */
   padding: 0.5rem 1rem;
  margin: 0 auto;
  max-width: 900px;
  margin-bottom: 20px;
  margin-block: 1.5rem;
}
 
.perfil-caja h1 {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 2.5rem;
      text-shadow: 1px 1px 3px #ffffff00;
  color: #f5f2f2e0;              /* Color del texto */
  margin-bottom: 15px;         /* Separación debajo del nombre */
  text-align: center;          /* Centrar el texto */
}
.perfil-caja img {
  width: 150px;
  height: 150px;   
 border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  margin-top: 15px;
  border: 2px solid #3d065783;
  object-fit: cover;          /* Recorta la imagen si no es cuadrada */
  margin-bottom: 15px;        /* Separación entre imagen y párrafo */
  object-fit: cover;  /* recorta bien la foto */
  display: block;
}




