
p 
{
  color: rgb(40, 40, 40);
}

header 
{
  background-color: #61a5c2;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  align-items: center;
}

.container {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

h3, h4 {
  font-family: 'Merriweather', serif;
  color: #222;
  margin-bottom: 15px;
}

h8 {
  font-family: 'Merriweather', serif;
  font-size: 4rem;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  align-items: center;
}

h3 {
  font-size: 2rem;
  text-align: center;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

h4 {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #444;
  border-left: 4px solid #61a5c2;
  padding-left: 10px;
}

.academic-data {
  margin-top: 20px;
  padding: 20px;
  background: #f4f4ff;
  border-left: 4px solid #61a5c2;
  border-radius: 8px;
}

.academic-data p {
  margin: 5px 0;
  font-size: 0.95rem;
}

.hero {
  width: 100%;
  margin: 0;
  padding: 0;
}
.hero img {
  width: 100%;
  height: auto;
  display: block; 
}

header {
  background-color: #61a5c2;
  font-family: 'Times New Roman', Times, serif;
  display: flex;              
  flex-direction: column;    
  padding: 20px 20px;    
 text-align: center;
  align-items: center;
}

header img {
  display: block;
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;  
}

header ul {
  display: flex;
  gap: 20px;            
  list-style: none;
  margin: 0;
  padding: 0;
}

header ul li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 15px;       
  font-weight: bold;
  transition: color 0.3s ease; 
}

header ul li a:hover {
  color: #a9d6e5;  
}

.hero {
  position: relative; 
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

.hero .credit {
  position: absolute;
  bottom: 15px;      
  right: 20px;       
  color: white;      
  font-size: 15px;   
  font-weight: bold;
  text-decoration: none;
  background-color: rgba(129, 126, 126, 0.4); 
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.hero .credit:hover {
  color: #a9d6e5;             
}

body {
  margin: 0;
  font-family: 'Times New Roman', Times, serif;
  color: rgb(0, 0, 0);
}

.contenido {
  background-color: #ffffff; 
  padding: 20px;

.franja-perfiles 
{
  background-image: url("franja.jpg"); 
  background-size: cover;    
  background-position: center;
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 50px 0;
  width: 100%;
}
}

.equipo {
  display: flex;              
  justify-content: center;    
  gap: 80px;                  
  margin: 40px 0;
}

.equipo .persona p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: black;               
  background: rgba(255,255,255,0.7); 
  padding: 5px 10px;
  border-radius: 8px;         
}

.equipo {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin: 40px 0;
}

.equipo .persona {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #444;            
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;       
  cursor: pointer;
}

.equipo .persona:hover {
  background: #a9d6e5;         
  transform: scale(1.05);
}

footer {
  background-color: #61a5c2; 
  padding: 20px;             
  text-align: center;        
  font-size: 10px;           
  line-height: 1.5;          
  font-family: "Georgia", serif; 
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px #61a5c2;
  margin-top: 40px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}






