   @font-face {
       font-family: "Averta Light";
       src: url("/lotes/assets/fonts/Averta-Light.woff");
   }

   html {
       font-size: 62.5%;
   }

   body {
       font-size: 1.6rem;
   }

   .averta-light {
       font-family: "Averta Light";
       font-size: 2rem;
   }

   .disponible {
       fill: #08ff08;
   }

   .apartado {
       fill: yellow;
   }

   .vendido {
       fill: red;
   }

   .popover-estilizado {
       background: rgba(255, 255, 255, 0.95);
       border: 2px solid rgba(188, 158, 100, 0.50);
       border-radius: 12px;
       max-width: 250px;
       box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
   }

   .popover-estilizado .popover-header {
       background: rgba(188, 158, 100, 0.50);
       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;
   }

   #contacto {
       padding-top: 120px;
       padding-bottom: 120px;
       background: #F7F7F7;
   }


   #contacto h2 {
       font-style: normal;
       font-weight: 300;
       font-size: 4rem;
       line-height: 52px;
       text-transform: uppercase;
       color: #BC9E64;
       margin-top: 0;
       margin-bottom: 30px
   }

   #contacto p {
       font-style: normal;
       font-weight: 300;
       font-size: 17px;
       line-height: 25px;
       letter-spacing: 0.05em;
       color: #000000;
       margin-right: -30px
   }

   #contacto p a,
   #contacto p a:hover,
   #contacto p a:focus {
       color: #000000;
       text-decoration: none
   }

   #contacto h3 {
       font-style: normal;
       font-weight: bold;
       font-size: 24px;
       line-height: 25px;
       letter-spacing: 0.05em;
       color: #4F3F3A;
       margin-top: 0;
       margin-bottom: 20px
   }

   /* 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;
       }
                         #contacto h2 {
       font-size: 3.2rem;

   }
   }

   /* 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;
       }
                  #contacto h2 {
       font-size: 3.2rem;

   }
   }

   /* 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;
       }
           #contacto h2 {
       font-size: 3.6rem;

   }
   }

   /* 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;
       }
           #contacto h2 {
       font-size: 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;
       }
    #contacto h2 {
       font-size: 4rem;

   }
   }