html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height:100%;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:0;
	margin:0;
	font-size:16px;
	line-height: 28px;
	color: #ffffff; 
	background: #000000a3;
	overflow-x:hidden;
	position: relative;
} 
body {
	flex-direction: column;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%; background: #0000;
	overflow: hidden;
  }
  #header {
	  background: url('../gamlp/superobras/images/tablero_mapa.png') no-repeat center center;
	  background-size: cover;
	  width: 100%;
	  height: 100px; /* Adjust the height as needed */
	  position: relative;
  }
  .combo {
	  display: flex;
  }
  .combo-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	
	margin-top: 20px;
	width: 100%;
  }
  .combo-container > div {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  .combo-container label {
	margin-bottom: 5px;
  }
  .combo-container select {
	padding: 4px;
	width: calc(100% / 1 - 20px); /* Ajusta el ancho de cada select */
  }
  #proyecto {
	flex: 0 0 50%;
  }
  #responsable {
	flex: 0 0 15%;
  }
  #macrodistrito {
	flex: 0 0 15%;
  }
  #estado {
	flex: 0 0 20%;
  }
  #containermap {
	  position: relative;
	  width: 100%;
	  height: 100%;
		  flex-direction: column;
		  justify-content: center;
		  align-items: center;
	background: linear-gradient(150deg, #97bebe, #B32962), url('../gamlp/superobras/images/38449-O6JDPS.jpg');
	background-size: cover;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.1);
	background-attachment: fixed;
  }
  #map {
	  position: relative;
   
	  padding-left: 25px;
	  padding-right: 25px;
	  width: 100%;
	  height: 100%;
	  justify-content: center;
	  align-items: center;
  }
  .diviframeContainer {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border: none;
  }
  #iframeContainer {
	  width: 100%;
	  height: 100%;
  }
  #toggleButton {
	  position: fixed;
	  top: 35px;
	  left: 10px;
	  padding: 5px 8px;
	  background-color: #B32962;
	  font-size: 14px;
	  color: white;
	  border: 1 white;
	  border-radius: 5px;
	  cursor: pointer;
	  z-index: 1000;
  }
  .blink {
	animation: blinker 2s ease-out infinite;
  }

  @keyframes blinker {
	50% { opacity: 0; }
  }
  #imprimirBtn {
	  position: fixed;
	  bottom: 90px;
	  right: 10px;
	  padding: 10px;
	  background-color: transparent;
	  color: #ffffff;
	  font-weight: bold;
	  border: none;
	  cursor: pointer;
	  border: 5px solid;
  }
  #leyenda-colores {
	
	display: flex;
	justify-content: space-between;
   
  }
  .leyenda-colores .col-md-4 {
	flex: 1;
	
  }
  .color-circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 5px;
  }
  .leyenda-container {
	padding: 2px;
	bottom: 0;
	width: 100%;
	font-size:14px;
	margin-bottom: -5px;
	padding-bottom: -5px;
	color: #02454e;
	background-color: rgba(202, 200, 200, 0.4);
  }
  .select2 {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #099aad;
	background-color: #fff;
	background-image: none;
	border: 1px solid #099aad;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .select2-container .select2-selection--single {
	height: 32px; /* Ajusta la altura para que coincida con .form-control3 */
	border: 1px solid #099aad; /* Coincide con .form-control3 */
	border-radius: 4px; /* Coincide con .form-control3 */
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px; /* Centra el texto verticalmente */
	color: #099aad; /* Coincide con .form-control3 */
	justify-content: space-around;
	align-items: center;
	margin-top: -6px;
	margin-right: -10px;
	margin-left: -10px;
	background-color: transparent;
	border: transparent;
	/*max-width: 50%;*/
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;  /*Ajusta la altura para que coincida con .form-control3 */
	
  }
  .select2-container .select2-dropdown {
	color: #099aad;
	background-color: #099aad;
	font-size: 12px;
	border: 1px solid #099aad;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .select2-container .select2-results__option {
	background-color: #fff;
	color: #099aad;
	font-size: 12px;
  }
  .select2-container .select2-results__option {
	background-color: #fff;
	color: #099aad;
	font-size: 12px;
  }
  .select2-container--default .select2-selection--single {
	display: block;
	max-width: 150%;
	min-width: 100%;
	height: 32px;
	color: #099aad;
	background-color: #fff;
	border: 1px solid #099aad;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .popup-content {
	font-size: 14px;
	line-height: 1.5;
	color: #099aad;
  }
  .popup-content .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
  }
  .popup-content .project {
	
	font-size: 14px;
	margin-bottom: 6px;
  }