.logo_aurora{
    max-width: 70%;   
    margin:auto;
    display:inline;
}

.logo_aurora_layaut{
    max-width: 50%;
    margin: auto;
    display: block;
    left: 15px;
    position: absolute;
    top: 10px;
    height: 45px;
    width: 50px;

    
}

.chartdiv_report {
    width: 100%;
    max-height: 600px;
    height: 100vh;
  }

  
.chartdiv_dashboard {
    width: 100%;
    max-height: 600px;
    height: 100vh;
    /*pointer-events:none;*/
  }

  
.chartdiv_top {
  width: 100%;
  max-height: 600px;
  height: 100vh;
}


.chartdiv_Top_Menos_unidades {
  width: 100%;
  max-height: 600px;
  height: 100vh;
}

.chartdiv_top_unidades {
  width: 100%;
  max-height: 600px;
  height: 100vh;
}

.chartdiv_Top_Mayor_Util {
  width: 100%;
  max-height: 600px;
  height: 100vh;
}
.chartdiv_Top_Menor_Util {
  width: 100%;
  max-height: 600px;
  height: 100vh;
}

.center-img{
  display: flex;
  min-height: 10rem;
  justify-content: space-around;
  
}


.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.form-switch-pedido {
  position: relative !important;
  padding-left: 60% !important; 
  padding-bottom: 12px !important;
}


.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #E91E63; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}