.logo{
  position: absolute;
  justify-content: center;
  top: 20px;
  left: 230px;
  width: 60px;
  height: auto;
}
.logo_CPCE{
  position: absolute;
  justify-content: center;
  bottom: 135px;
  right: 165px;
  width: 185px;
  height: auto;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
.caja {
  position: relative;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 3.5rem;
  max-width: 400px;
  width: 90%;
  text-align: center;
}
.caja-link {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #043f7b;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}
.caja-link-wsp{
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #075E54;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
h2 {
  margin-bottom: 1.5rem;
}
.btn {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  padding: 1rem;
  font-size: 1rem;
  background-color: #043f7b;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #004080;
}
.btn-volver {
  background-color: #ccc;
  color: #333;
  background-color: #ccc;
  color: #333;
  padding: 1rem 1.5rem; 
  font-size: 1rem;
  width: auto;
  display: inline-block;
}
.btn-volver:hover {
  background-color: #bbb;
}
p{
  font-size: 1.2rem;
  margin: 1rem 0;
  line-height: 1.5;
  color: #222222;
}

.info {
  position: absolute;
  padding: 1rem 2.5rem;
  background-color: #043f7b;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  max-width: 8px;
  transition: background-color 0.3s ease;
  bottom: 120px;
  left: 220px;
}