.section-p1 {
  padding: 20px 40px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.2;
  background-color: #000000;
}

footer .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

footer h4 {
  font-size: 14px;
  padding-bottom: 10px;
  color: #ffffff;
}

footer p,
footer a {
  font-size: 13px;
  color: #fffefeab;
  margin: 5px 0;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .follow .icon {
  display: flex; /* Asegura que los iconos estén en línea */
  gap: 20px; /* Aumenta el espacio entre los iconos */
  color: #fff;
  cursor: pointer;
}

footer .logo {
  margin-bottom: 15px;
}

#pie {
  text-align: center;
}

.copyrigth {
  color: #000000ab;
  background-color: #eee9ed;
}

.copyrigth p {
  color: #000000ab;
  font-size: 10px;
  margin: 0;
}
footer .modal-body h1, h2 {
  color: #000000;
  font-size: small;
  font-weight: bold;
}

footer .modal-header h5 {
  color: #000000;
  font-size:medium;
  align-content: center;
  font-weight: bold;
}
footer .modal-body p {
  text-align: justify;
  color: #000000;
  font-size: small;
}

footer .modal-body ul {
  margin-left: 20px;
  color: #000000;
  font-size: small;
}
.modal-content {
  width: 500px;  /* Ancho fijo */
  height: 400px; /* Alto fijo */
}

/* Hacer que el contenido interno del modal tenga scroll si es muy grande */
.modal-body {
  max-height: 300px; /* Ajusta el alto del contenido */
  overflow-y: auto;  /* Activa el scroll vertical si es necesario */
}