

/* ======== CONTENIDO ======== */

.content {
  max-width: 800px;
  width: 90%; 
  margin: 0 auto; 
  padding: 120px 20px;
  text-align: center;
  background-color: #f5f5f5; 
  border-radius: 10px;
  box-sizing: border-box;
}

.content .ref h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #222;
}

.content .ref-imagen {
  margin-bottom: 20px;
}

.content .ref-imagen img {
  width: 100%; 
  height: auto;
  max-width: 600px;  
  border-radius: 10px;
}

.content .info p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

.content .btn {
}

.content .btn:hover {
 
}


