@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);

body {
  color: #333333;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background-color: #f8f9fa;
  font-size: 12px;
  line-height: 1.42857;
  padding-bottom: 70px; /* Añadido para evitar que el contenido se superponga con el footer */
}

/* header {
  background-color: #337ab7;
  max-height: 75px;
}

header, section.main-body {
  flex: 1 0 auto;
  min-width: 350px;
} */

.titleApp {
  color: #f8f9fa;
  font-size: 14pt;  
}

.card {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.card-header {
  background-color: #007bff;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.section-container::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #DAE1F3 url('../imgb.jpeg');
  opacity: 0.6;
  width: 100%;
  height: 100%;
  /* z-index: 1; */
  background-repeat: no-repeat;
  background-size: cover;
}

.input-label {
  font-weight: bold;
}