/* Estilo para el banner */
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.img-ban {
  display: flex;
  justify-content: center;
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  box-sizing: border-box;
}

.img-ban img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .img-ban {
    padding: 0;
  }
}

/* Estilo para el encabezado */
.div-header {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
  height: 220px;
}

.img-logo {
  max-width: 300px;
  height: auto;
}

/* Estilo para el formulario */
.container {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Estilo para link */
a {
  color: #ff9800;
}

/* Estilo para el botón de registro */
.btn-primary {
  background-color: #ff9800;
  border: none;
}

.btn-primary:hover {
  background-color: #e68a00;
}

/* Estilo para los logos del pie de página */
.logos-fo {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.logos-fo img {
  max-width: 100px;
  height: auto;
}

@media (max-width: 576px) {
  .logos-fo {
    flex-direction: column;
    align-items: center;
  }

  .logos-fo img {
    margin-bottom: 10px;
  }
}

/* Estilo para el footer */
.div-footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.let-foo {
  margin: 0;
  font-size: 14px;
}

.btn-reg {
  display: flex;
  justify-content: center;
  margin: 15px;
}
#tit-1 {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.img-ban-2 {
  display: flex;
  justify-content: center;
  max-width: 400px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#reg-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #25d366;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #1ebe50;
}

.whatsapp-button .fa-whatsapp {
  margin-right: 10px;
}
#facebook-pro {
  border-radius: 30px;
}
