/* estructura css 
selector {
    propiedad: valor;


/* === Sección principal === */
.contenedor-seccion-principal {
  max-width: 100vw;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 2rem;         
  gap: 2rem;        
  border-radius: 1rem;
}

/* === Header === */
header {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.5rem;
      background: linear-gradient(#83d3e6, #bdcae4);
  box-shadow: 0 4px 6px rgba(93, 80, 102, 0.479);
  margin: 0 auto 0 0;
  height: 140px; 
  
}

header img {
  display: block;
  unicode-bidi: isolate;
  max-width: 180px;
  height: 100px;
  margin: auto;
}
 

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

header nav ul li a {
    background: #8f5c9c;
  padding: 15px 50px;
  display: inline-block;
  font-size: 2.5rem;
  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 li a:hover {
  background: #a96e9c;
  color: rgb(216, 212, 212);
  box-shadow: 0 0 10px #ffffff, 0 0 20px #a96e9c;
  font-size: 1.5rem;
}

/* === Títulos === */
h1 {
  font-family: 'Cinzel', serif;
  color: #320347;
  background-color:violet;
  margin-bottom: 0px;
  font-size: 4rem;
  text-shadow: 1px 1px 3px #ffffff00;
  text-align: center;
}

.descripcion h1 + p {
  margin-top: 20px;
  clear: both;
  display: block;
}

section h1 + h3 {
  margin-top: 30px;
  display: block;
  clear: both;
}

h3 {
  font-family: 'Times New Roman', Times, serif;
  color: #400250ec;
  margin-bottom: 30px;
  font-size: 2.5rem;
  text-shadow: 1px 1px 3px #0e0d0d00;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: 0 auto 20px;
  max-width: 900px;
  margin-block: 1.5rem;
}

/* === Párrafos === */
p {
  font-size: 10px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 0;             
  font-family: 'Times New Roman', Times, serif;
  color: #ffffff;
  text-align: center;
}

/* === Navegación secundaria === */
nav ul div li a {
  text-decoration: none;
  color: #a02aa4;
  font-weight: bold;
  text-shadow: 1px 1px 3px #ffffff;
  font-size: 2rem;         
  text-align: center;
  margin-bottom: 2rem;
  display: block;
  padding: 10px 20px;
  background-color: #f9c4d2;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}

/* === Listas === */
ul.sin-puntos {
  list-style: none;
  padding-left: 0;
  margin: 10px auto 1.5rem;
  padding: 10px;
  border-radius: 15px;
  width: 400px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}

section ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-bottom: 10px;
  font-size:2rem;
  color: #000000;
}

/* === Footer === */
footer {
     background-color: #7d6a7f;
  font: 10px sans-serif;
  color: white;
  padding: 2rem 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-size: cover;
  display: block;
  unicode-bidi: isolate;
}

.footer-text {
  padding: 0.5rem;
}

/* === Body === */
body {
  background-color: #c4b6c5;
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
}

/* === Cajas personalizadas === */
.Universidad-caja,
.facultad-caja,
.catedra-caja {
 display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: 1px solid #3d065783;
    padding: 1rem;
    margin: 0rem auto;
    
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    gap: 0.5rem;
    align-items: flex-end;
    background-color: #fffffff8;
}
.favs-caja .fav {
      display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-evenly;
}

.favs-caja .fav-item {
  text-align: center;
}

.favs-caja .fav-item img {
  width: 400px;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5rem;
}

/* === Bordes inferiores en la lista de materias === */
.desempeno ul li {
  border-bottom: 1px solid rgba(46, 11, 49, 0.7);
  padding-bottom: 0.5rem; 
  margin-bottom: 0.5rem;
}
.favs-caja {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: linear-gradient(to right, #be81d1da, #8e44ad50);
  
}
.favs-caja img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  width: auto;       
  height: auto;
      padding:1rem;
  border-radius: 1rem;


}
.favs-caja h7 {
  font-family: 'Cinzel', serif;
  color: #320347;
  background-color:violet;
  margin-bottom: 0px;
  font-size: 2.5rem;
  text-shadow: 1px 1px 3px #ffffff00;
  text-align: center;
      display: block;
    margin-block-start: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.mis-proyectos h2 {
  font-family: 'Cinzel', serif;
    color: #320347;
    background-color: violet;
    margin-bottom: 0px;
    font-size: 4rem;
    text-shadow: 1px 1px 3px #ffffff00;
    }

    .mis-proyectos{

  text-align: center;
  margin: 40px auto;
  max-width: 800px; 
}

.titulo-proyectos {
  font-size: 3.5rem;
  font-weight: bold;
  color: #7a2c91; 
  margin-bottom: 20px;
}

.proyecto {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  overflow: hidden;
  padding-bottom: 15px;
  transition: transform 0.2s ease-in-out;
}
.mis-proyectos .proyecto h2 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}

.proyecto:hover {
  transform: scale(1.03); 
}

.proyecto img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #ddd;
}

.proyecto h3 {
  font-size: 3.5rem;
  margin: 10px 0 5px;
  color: #333;
}

.proyecto p {
  font-size: 14px;
  color: #666;
  margin: 0 10px;
}

.Universidad-caja,
.facultad-caja,
.catedra-caja {
  display: flex
  
}
.prototipo-caja img {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  }

/* === Perfil === */
.perfil-caja {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to right, #be81d1da, #8e44ad50);
  border: 2px solid #3d065783;
  border-radius: 15px;
  padding: 2rem;
  margin: 20px auto;	
  max-width: 900px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  gap: 2rem;
}

.perfil-caja img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #3d065783;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.perfil-caja .descripcion {
  flex: 1;
}

.perfil-caja h6{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: space-around;
  font-family: 'Cinzel', serif;
  font-size: 4.5rem;
  color: #f5f2f2e0;
  margin-bottom: 1em;
  padding: 0.5rem 1rem;
      margin-block-start: 1rem;
    margin-block-end: 1rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
  
}

.perfil-caja p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.desempeno {
  max-width: 800px;
  margin: 1.5rem auto;
  padding: 1rem;
  background: #ffffffdd;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.desempeno h4 {
      text-align: center;
    margin-bottom: auto;
    font-size: 3rem;
    color: #48025a;
}

.desempeno ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.desempeno li {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.desempeno ul li {
  border-bottom: 1px solid rgba(46, 11, 49, 0.7);
  }


.perfil-card {
     display: flex;
    background-color: #ebe4ebb1;
    padding: 20px;
    max-width: 900px;
    margin: 20px auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.perfil-info img {
  width: 250px;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
 
}

.perfil-info {
  margin-left: 20px;
}

.perfil-info .equipo {
 display: flex;
    font-size: 3.5rem;
    color: #2e2a72;
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
}

.perfil-info .nombre {
 
  font-size: 3rem;
  font-weight: normal;
  color: #2e2a72;
  margin: 5px 0;
}

img {
  max-width: 100%;   
  height: auto;      
  margin: 0 auto;    
} 
h5{
  font-size: 3rem;
  font-weight: normal;
  color: #000000;
  margin: 5px 0;
  text-align: center;
  } 

