   html {
       font-size: 62.5%;
   }

   body {
       font-size: 1.6rem;
   }

   .disponible {
       fill: #08ff08;
   }

   .apartado {
       fill: yellow;
   }

   .vendido {
       fill: red;
   }

   .popover-estilizado {
       background: rgba(255, 255, 255, 0.95);
       border: 2px solid rgba(56, 75, 63, 0.70);
       border-radius: 12px;
       max-width: 250px;
       box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
   }

   .popover-estilizado .popover-header {
       background: rgba(56, 75, 63, 0.70);
       color: #fff;
       font-weight: bold;
       font-size: 1.8rem;
       text-align: center;
   }

   .popover-estilizado .popover-body {
       color: #333;
       font-size: 1.4rem;
       padding: 10px 16px;
   }

   .img-lote {
       width: 100%;
       height: auto;
       padding-bottom: .5rem;
   }

   /* Extra small devices (phones, 600px and down) */
   @media only screen and (max-width: 600px) {
   .popover-estilizado .popover-header {
       font-size: 1.4rem;
   }
   .popover-estilizado .popover-body {
       font-size: 1rem;
   }
   }

   /* Small devices (portrait tablets and large phones, 600px and up) */
   @media only screen and (min-width: 600px) {
   .popover-estilizado .popover-header {
       font-size: 1.4rem;
   }
   .popover-estilizado .popover-body {
       font-size: 1rem;
   }
   }

   /* Medium devices (landscape tablets, 768px and up) */
   @media only screen and (min-width: 768px) {
   .popover-estilizado .popover-header {
       font-size: 1.6rem;
   }
   .popover-estilizado .popover-body {
       font-size: 1.2rem;
   }
   }

   /* Large devices (laptops/desktops, 992px and up) */
   @media only screen and (min-width: 992px) {
   .popover-estilizado .popover-header {
       font-size: 1.8rem;
   }
   .popover-estilizado .popover-body {
       font-size: 1.4rem;
   }
   }

   /* Extra large devices (large laptops and desktops, 1200px and up) */
   @media only screen and (min-width: 1200px) {
   .popover-estilizado .popover-header {
       font-size: 1.8rem;
   }
   .popover-estilizado .popover-body {
       font-size: 1.4rem;
   }
   }