@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.5em; /* Tamaño de fuente más grande */
  font-weight: bold;
  color: #2c3e50; /* Color del título */
}
.description {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1em; /* Tamaño de fuente de la descripción */
  color: #34495e; /* Color de la descripción */
}
.logos {
  text-align: center;
  margin-bottom: 40px; /* Espacio entre los logos y el formulario */
}
.logos img {
  height: 100px; /* Ajustar según el tamaño de los logos */
  margin: 0 20px;
}
.form-container {
  width: 100%;
  max-width: 1200px;
  margin: 15px 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ffffff;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  margin-bottom: 5px;
}
input[type="text"],
input[type="number"],
select {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
}
input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.checkboxes label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
}
.checkboxes label span {
  vertical-align: middle;
}
.section-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #2c3e50;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
button {
  grid-column: span 5;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  cursor: pointer;
}
button:hover {
  background-color: #45a049;
}
#result {
  margin-top: 20px;
  font-size: 1.2em;
  grid-column: span 5;
}
body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}
.navbar {
  margin-bottom: 20px;
}
.navbar-brand {
  margin-left: 4px;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff !important;
}
.navbar-nav .nav-item .nav-link {
  margin-right: 4px;
  font-size: 1.2em;
  color: #ffffff !important;
}

.navbar-nav .nav-item.active .nav-link {
  font-weight: bold;
  color: #4e9df1 !important;
}

.container {
  padding: 20px;
}
h1,
h2,
p {
  margin-left: 10px;
  margin-right: 50 px;
  text-align: center;
  color: #2c3e50;
}
.logos-container {
  text-align: center;
}
.logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.form-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.form-group {
  margin-bottom: 15px;
}
label {
  font-weight: bold;
  font-size: 0.9em;
  color: #34495e;
}
.checkbox-group {
  display: flex;
  align-items: center;
}
.checkbox-group label {
  margin-left: 5px;
}
.section-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #2c3e50;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
button {
  padding: 10px 20px;
  font-size: 1em;
}
#result {
  margin-top: 20px;
  font-size: 1.2em;
}
.authors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.author-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  text-align: center;
  width: 250px;
}
.author-photo {
  border-radius: 50%;
  height: 100px;
  margin-bottom: 15px;
  width: 100px;
}
.publication {
  text-align: justify;
  text-justify: inter-word;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  margin: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
div.buttonBlock {text-align: center}
div.buttonBlock button {
  background-color: #2c3e50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  vertical-align: middle;}
.publicationhead{
  text-align: center;
}