body{
  background-color: #f6f6f6;
}

h2 {
  color: black;
  font-family: 'Roboto', sans-serif;
  color: #006d59;
}

h6 {
  font-family: 'Roboto', sans-serif;
  color: #006d59;
  position: relative;
  z-index: 5;
  text-align: left;
  margin-top: 3% !important;
}

h6 span {
  margin-left: 10%;
  background: linear-gradient(to left, white, #D7E6DB);
  padding: 6px;
  opacity: 0.5;
  border-radius: 10px;
}

label {
  display: inline-flex;
  text-align: right;
}

.main-container {
  margin: 0 auto;
  width: 99%;
}

.login-header-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-content: flex-start;
  margin-top: 10%;
}

.h-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.min-margin {
  margin: 5px;
}

.first-elem {
  margin-left: 20px;
}

.dashboard-filter {
  margin-bottom: 10px;
  background-color: white;
}

.other-container {
  display: flex;
  flex-direction: row-reverse;
}

.modal-btn {
  margin-left: 10px;
  margin-bottom: 10px;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10 !important;
  background-color: #B8D2BF !important;
}

.module-header {
  margin-top: 0%;
  margin-bottom: 2%;
  padding: 1px;
}

.title {
}

#logos-container-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#logos-container-login img {
  max-width: 60%;
  max-height: 60%;
  padding: 2%;
}

#logos-container-dashboard {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* margin-top: 2%; */
  margin-bottom: 10px;
  margin-right: 10px;
  justify-content: flex-end;
  padding: 8px;
}

/* #logos-container-dashboard img {
  max-width: 10%;
  max-height: 10%;
  margin-left: 5px;
  margin-right: 5px;
} */

#logos-container-dashboard img {
  height: auto;
  width: auto;
  max-height: 80px; /* o el valor que prefieras */
  max-width: 200px;  /* ajustalo según el diseño */
  object-fit: contain; /* asegura proporciones sin recortes */
  margin-right: 1em;
}

#dashboard-container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
}

#login-container {
  display: grid;
  padding-top: 15%;
  padding-left: 2%;
  grid-template-columns: 1fr 1fr;
}

#dashboard-header {
  background-color: #D7E6DB;
  margin-bottom: 5px;
}

#chart {
  margin-right: 5px;
  background-color: #f6f6f6;
  position: relative;
}

#map {
  margin-right: 0px;
  margin-left: auto;
  height: 100%;
  width: 99%;
  position: relative;
}

#cba {
  align-self: center;
  height: 100%;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1
}
