body{
  font-family: "Lato", sans-serif;  
}
main{ 
  width: 100%;
  background-image: url('../images/banner_maestria1.png');
  min-height: 100%;  
  position: relative;  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}
main img{ 
  width: 100%;  
  height: auto;
}
.nombre_maestria{
  width: 100%;
  font-size: 20px;
  text-align: center;
}
/*/////////////////////////////////////////// INFO ///////////////////////////////////////////////*/
.maestria_section{
  background: #f9f9f9;
  padding: 60px 20px;  
  color: var(--color-textonegro);
  font-family: "Lato", sans-serif;
}
.maestria_container{
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.maestria_titulo{
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
  color: var(--color-principal);
  text-align: center;
}
.maestria_subtitulo{
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: var(--color-principal);
}
.maestria_lista{
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.maestria_lista li{
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}
.maestria_lista li::before{
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-secundario);
  font-size: 1.2rem;
}
/*/////////////////////////////////////////// BANNERS ///////////////////////////////////////////////*/
.banner{ 
  width: 100%;  
  min-height: 100%;  
  position: relative;  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}
.ban1{
  background-image: url('../images/banner_maestria_1.png');
}
.ban2{
  background-image: url('../images/banner_maestria_2.png');
}
.ban3{   
  background-image: url('../images/banner_maestria_3.png');   
}
.ban4{   
  background-image: url('../images/banner_maestria_4.png');   
}
.ban5{   
  background-image: url('../images/banner_maestria_5.png');   
}
/*///////////////////////////////////////// PERFILES ///////////////////////////////////////////////*/
.perfil_section{
  background: #f4f8fc;
  padding: 60px 20px;   
  color: #333;
  font-family: "Lato", sans-serif;
}
.perfil_container{
  width: 100%;  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.perfil_titulo{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: var(--color-principal);
}
.accordion{
  width: 80%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.accordion_toggle{
  width: 100%;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  background: var(--color-principal);
  color: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s ease;
}
.accordion_toggle:hover{
  background: var(--color-secundario);
}
.accordion_content{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}
.accordion_content.activo{
  padding: 20px;
}
.accordion_content ul{
  padding-left: 20px;
  margin-top: 10px;
}
.accordion_content li{
  margin-bottom: 10px;
  line-height: 1.5;
}
.perfil_container{
  border: none;
}
@keyframes fadeIn{
  from { opacity: 0; }
  to { opacity: 1; }
}
/*///////////////////////////////////////// PLAN DE ESTUDIOS ///////////////////////////////////////////////*/
.cuatrimestres_section{
  background: #f4f8fc;
  padding: 60px 20px;  
  color: var(--color-textonegro);
  font-family: "Lato", sans-serif;
}
.cuatrimestres_container{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.cuatrimestres_titulo{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-principal);
}
.cuatrimestres_info{
  font-size: 1rem;
  margin-bottom: 40px;
  color: #555;
}
.cuatrimestre_grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.cuatrimestre_card{
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: left;
  transition: transform 0.3s ease;
  max-width: 300px;
  flex: 1 1 280px;
}
.cuatrimestre_card:hover{
  transform: translateY(-5px);
}
.cuatrimestre_num{
  width: 50px;
  height: 50px;
  background: var(--color-principal);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.cuatrimestre_card ul{
  padding-left: 20px;
  list-style-position: initial;
}
.cuatrimestre_card li{  
  line-height: 1.5;
}
/*///////////////////////////////////////// TITULACION ///////////////////////////////////////////////*/
.requisitos_grado_section{
  background: #f9f9f9;
  padding: 60px 20px;  
  color: var(--color-textonegro);
  font-family: "Lato", sans-serif;
}
.requisitos_container{
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.requisitos_titulo{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-principal);
}
.requisitos_lista{
  list-style: none;
  padding-left: 0;
  font-size: 18px;
}
.requisitos_lista li{
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
}
.requisitos_lista li::before{
  content: "✔";
  position: absolute;
  left: 0;
  color: #006699;
  font-weight: bold;
}
/*/////////////////////////////////////////// REQUISITOS ///////////////////////////////////////////////*/
.documentos-section{
  width: 90%;
  /*max-width: 1000px;*/
  width: 100%;
  /*margin: 3rem auto;*/
  text-align: center;
  background-color: #f9f9f9;
  padding: 10px;
  font-family: "Lato", sans-serif;
}
.documentos-section h2{
  font-size: 2rem;
  color: #AF0000;
  margin-bottom: 2rem;
}
.documentos-grid{
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;*/
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.documento-card{
  background-color: #fff;
  border: 2px solid #FFD700;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  width: 200px;
  height: 250px;
}
.documento-card:hover{
  transform: translateY(-5px);
}
.documento-card i{
  font-size: 2rem;
  color: #AF0000;
  margin-bottom: 1rem;
}
.documento-card p{
  font-size: 1rem;
  color: #333;
  margin: 0;
}
.documento-card span{
  font-size: 0.9rem;
  color: #666;
}
.documentos-nota{
  margin-top: 2rem;
  font-weight: bold;
  color: var(--color-principal);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.documento_icon{
  width: 70px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.documento_icon img{
  width: 100%;
  height: auto;
}