*{
 margin:0;
 padding:0; 
}
.main_productos
{
 margin: 0 auto;
 width:100%;
 height:100vh;
 box-sizing: border-box;
 overflow: hidden;
 background: #f2f2f2;
}
.btn_wsp
{
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 30px;
  right: 30px;
  background: #0df053;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
}
.btn_wsp:hover
{
  text-decoration: none;
  color:#0df053;
  background: white;

}
.main_cuenta
{
 display: block;
 float: left;   
 width:100vw;
 height:100vh;
 overflow-x: hidden;
 background: #F8F8FF;
}

.main_cuenta a#btn_bus_vol
{
 margin-right: 5%;
 margin-top: 6%;
 width: 90%;
 height: auto;
 font-size: 12px;
 text-align: right !important;
 justify-content: right;
} 
.cuerpo
{
 display: block;
 float: left;
 margin-left: 5%;
 margin-top: 0.5%; 
 width: 25%;
 height: 60%;
 border-radius: 5px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 background: white;
}
.cuerpo p#titulouser
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 0.58%;
 padding-left: 5px;
 width: 60%;
 height: 20px;
 font-weight: 600;
 font-size: 12px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 text-align: left;
 color:black;
}
.cuerpo .formulario-grupo 
{
  margin-bottom: 15px; /* Espacio entre cada par de label/input */
  display: block;
  width: 90%;
  padding-left: 15px;
  padding-top: 20px;
}
.cuerpo .formulario-grupo label 
{
  display: block; /* Hace que la etiqueta ocupe todo el ancho y pase a la línea siguiente */
  margin-bottom: 5px; /* Espacio entre la etiqueta y el input */
  margin-top: 5%;
  font-weight: 600; /* Opcional: hace la etiqueta más visible */
  font-family: "Montserrat", sans-serif;
  font-size: 9pt;
  color: black;
}
.cuerpo .formulario-grupo input 
{
  width: 100%; /* Asegura que el input ocupe todo el ancho disponible */
  padding: 8px; /* Espacio interno en el input */
  box-sizing: border-box; /* Incluye padding y border en el ancho total */
  font-size: 9pt;
}
.comprobantes
{
 display: block;
 float: left;
 margin-left: 1%;
 margin-top: 0.5%; 
 width: 30%;
 height: 60%;
 border-radius: 5px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 background: white;
}
.comprobantes p#titulocomp
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 0.58%;
 padding-left: 5px;
 width: 60%;
 height: 20px;
 font-weight: 600;
 font-size: 12px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 text-align: left;
 color:black;
}
.contenido
{
 display: grid;
 float: left;
 margin-left: 0.5%;
 margin-top: 0.5%; 
 width: 99%;
 height: 90%;
 grid-template-columns: repeat(1, 1fr);
 grid-auto-rows: auto;
 grid-gap: 5px;
 grid-auto-rows: minmax(40px, auto);
 background: transparent;
 overflow-y: scroll;
}
.contenido > div 
{
 border: solid #CACACA 1px;
 border-radius: 3px;
 padding: 5px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 background-color: white;
}
.burbuja img#item
{
 display: block;
 float: left;
 margin-left: 3%;
 margin-top: 5px;
 width: 20px;
 height: 20px;   
 background: transparent;
 cursor: pointer;
}
.burbuja:hover
{
 background: #FF8C00;
} 
.burbuja img#estado
{
 display: block;
 float: left;
 margin-left: 6%;
 margin-top: 5px;
 width: 20px;
 height: 20px;   
 background: transparent;
}
.fecha
{
 display: block;
 float: left; 
 width: 16%; 
 height: auto;
 margin-left: 2px;
 margin-top: 1.5%;
 border:0;  
 resize: none;
 font-size: 12px;
 text-align: right;
 padding-right: 5px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 color:black;
}
.cteco
{
 display: block;
 float: left; 
 width: 35%; 
 height: auto;
 margin-left: 2px;
 margin-top: 1.5%;
 border:0;  
 resize: none;
 font-size: 12px;
 text-align: center;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 color:black;
}
.total
{
 display: block;
 float: left;
 width: 25%; 
 height: auto;
 margin-left: 2px;
 margin-top: 1.5%;
 border:0;  
 resize: none;
 font-size: 12px;
 font-weight: 600;
 text-align: right;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 color:black;
}
.estadisticas
{
 display: block;
 float: left;
 margin-left: 1%;
 margin-top: 0.5%; 
 width: 30%;
 height: 60%;
 border-radius: 5px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 background: white;
}
.estadisticas p#tituloesta
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 0.58%;
 padding-left: 5px;
 width: 60%;
 height: 20px;
 font-weight: 600;
 font-size: 12px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 text-align: left;
 color:black;
}
.conteTopRub
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 0.5%; 
 width: 99%;
 height: 90%;
 background: white;
}
.productos
{
 display: block;
 float: left;
 margin-left: 5%;
 margin-top: 1%; 
 width: 30%;
 height: 60%;
 border-radius: 5px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 background: white;
}
.productos p#titulopro
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 0.58%;
 padding-left: 5px;
 width: 60%;
 height: 20px;
 font-weight: 600;
 font-size: 12px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 text-align: left;
 color:black;
}
.conteTopPro
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 0.5%; 
 width: 99%;
 height: 90%;
 background: white;
}
.consumos
{
 display: block;
 float: left;
 margin-left: 1%;
 margin-top: 1%; 
 width: 56%;
 height: 60%;
 border-radius: 5px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 background: white;
}
.consumos p#titulocon
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 0.58%;
 padding-left: 5px;
 width: 60%;
 height: 20px;
 font-weight: 600;
 font-size: 12px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 text-align: left;
 color:black;
}
.conteTopCon
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 0.5%; 
 width: 99%;
 height: 90%;
 background: white;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
 .btn_wsp
 {
  bottom: 20px;
  right: 10px;
 }
 .main_cuenta a#btn_bus_vol
 {
  margin-right: 0.5%;
  margin-top: 23%;
  width: 99%;
 } 
 .cuerpo
 {
  margin-left: 0.5%;
  margin-top: 1%; 
  width: 99%;
  height: 12%;
 }
 .comprobantes
 {
  margin-left: 0.5%;
  margin-top: 1%; 
  width: 99%;
  height: 40%;
 }
 .estadisticas
 {
  margin-left: 0.5%;
  margin-top: 1%; 
  width: 99%;
  height: 40%;
 }
 .estadisticas p#tituloesta
 {
  width: 90%;
 }
 .productos
 {
  margin-left: 0.5%;
  margin-top: 1%; 
  width: 99%;
  height: 40%;
 }
 .estadisticas p#titulopro
 {
  width: 90%;
 }
 .consumos
 {
  margin-left: 0.5%;
  margin-top: 1%; 
  width: 99%;
  height: 40%;
 }
 .estadisticas p#titulocon
 {
  width: 90%;
 }
}