.mensaje-rector{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
  background-color: #f9f9f9;
  text-align: center;
}
.contenedor-imagen{
  margin-top: 50px;
  max-width: 400px; 
  margin-bottom: 2rem;
}
.contenedor-imagen img{
  width: 100%;
  height: auto;
}
.imagen-rector{
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.frase-destacada{
  font-family: 'Georgia', serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #1e3a5f;
  margin: 2rem 0;
  max-width: 800px;
}
.contenedor-texto{
  max-width: 800px;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
.contenedor-texto h1{
  text-align: center;
}
.firma-rector{
  margin-top: 2rem;
  font-size: 1rem;
  color: #555;
  text-align: center;
}
/*////////////////////////////////////////// RESPONSIVE ////////////////////////////////////////////*/
@media screen and (max-width: 850px){
  .contenedor-imagen {
    margin-top: 0px;    
  }
}