/*** PRIMARIA 
yellow #365769
blue #003F61
red #C23C33
gray #A5ACAF
***/

/*** SECUNDARIA
Nevada #5E6A71
Pumice #D1D4D3
Prussian blue #C23C33
Cloud #A5ACAF
***/

@font-face {
   font-family: "Bodoni 72 Oldstyle";
   src: url("/assets/fonts/bodoni-72-oldstyle-book.ttf") format("truetype");
   font-style: normal;
   font-weight: 400;
}

@font-face {
   font-family: "Gill Sans Light";
   src: url("/assets/fonts/Gill-Sans-Light.otf") format("opentype");
   font-style: normal;
   font-weight: 200;
}

.bodoni {
    font-family: "Bodoni 72 Oldstyle", serif;
}

body {
   font-family: "Gill Sans Light", sans-serif;
   font-size: 1.2rem;
}
h {
   font-family: "Bodoni 72 Oldstyle", serif; 
}
h1,
h2{
   font-family: "Bodoni 72 Oldstyle", serif;
   font-size: 2rem;
}

h3 {
   font-family: "Bodoni 72 Oldstyle", serif;
   font-size: 2rem;
}

h5 {
   font-family: "Bodoni 72 Oldstyle", serif;
   font-size: 2rem;
}

p {
   font-family: "Gill Sans Light", sans-serif;
   font-size: 1.2rem;
   color: #221f1f;
}


.top-menu p {
    font-size: 1.2rem;
}
.img-logo-menu {
    width: 40%;
    height: auto;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: "Gill Sans Light", sans-serif;
    color: #221f1f;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}


.bg-1 {
    background-color: #c7c7c5;
}
.bg-2 {
background-color: #221f1f;
}


.bg-parkhouse {
    background-color: #c7c7c5;
}

.about h2 {
    font-weight: 400 !important;
    font-style: normal;
}

#lotes p {
    font-size: 1.2rem;
    line-height: normal;
}

.img-icon {
    width: 50%;
    height: auto;
}

.img-lotes {
    width: 25%;
    height: auto;
}

.img-plaza {
    width: 55%;
    height: auto;
}

.chico {
    font-size: 10px;
}

.img-ralfo {
    width: 50%;
    height: auto;
}

.logo-inmobilia {
    width: 70%;
    height: auto;
}


#lotes small {
    font-family: "Gill Sans Light", sans-serif;
    font-size: .8rem;
}
    .precio {
        font-size: 1.4rem;
    }
    .contado {
        font-size: 1rem!important;
    }
    .amenidades h3 {
        font-size: 1.6rem;
    }

.bg-ubicacion {
    background: #32483d;
    background: linear-gradient(90deg, rgba(60, 36, 21, 1) 0%, rgba(98, 59, 34, 1) 62%, rgba(155, 93, 54, 1) 100%);
}
.icon-kanha {
   max-width: 50%;
   height: auto;
}
.text-icon{
    font-size: 1rem;
    color: #221f1f;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .img-lotes {
        width: 70%;
    }

    .img-plaza {
        width: 60%;
    }

    .img-icon {
        width: 90%;
    }

    .img-ralfo {
        width: 40%;
    }

    .logo-inmobilia {
        width: 50%;
    }
       .icon-kanha {
      max-width: 60%;
   }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .img-lotes {
        width: 50%;
    }

    .img-plaza {
        width: 60%;
    }

    .img-icon {
        width: 50%;
    }

    .img-ralfo {
        width: 30%;
    }

    .logo-inmobilia {
        width: 40%;
        padding-bottom: 1rem;
    }
       .icon-kanha {
      max-width:80%;
   }
   .text-icon {
      font-size: 1rem;
   }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .about h3 {
        font-size: 2rem;
    }

    #invierte h3 {
        font-size: 1.8rem;
    }

    .img-lotes {
        width: 40%;
    }

    .img-plaza {
        width: 60%;
    }

    .img-icon {
        width: 60%;
    }

    .img-ralfo {
        width: 60%;
    }

    .logo-inmobilia {
        width: 60%;
    }
   .icon-kanha {
      max-width: 100%;
   }
   .text-icon {
      font-size: .8rem;
   }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    p {
        font-size: 1.4rem;
    }

    .img-lotes {
        width: 25%;
    }

    .img-plaza {
        width: 60%;
    }

    .img-icon {
        width: 50%;
    }

    .img-ralfo {
        width: 50%;
    }

    .logo-inmobilia {
        width: 80%;
    }
    .ubicacion h2 {
        font-size: 2.4rem;
    }
   .text-icon {
      font-size: 1rem;
   }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #about h3 {
        font-size: 2.4rem !important;
    }

    .about p {
        font-size: 14px;
    }

    .img-icon {
        width: 90%;
    }

    .img-ralfo {
        width: 50%;
    }

    .logo-inmobilia {
        width: 50%;
    }
    .amenidades h3 {
        font-size: 2rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .about h2 {
        font-size: 2.6rem;
    }

    p {
        font-size: 1.4rem;
    }
    #lotes p {
        font-size: 1.4rem;
    }

    .img-lotes {
        width: 25%;
    }
    #lotes small {
    font-size: 1.6rem;
}
    .precio {
        font-size: 3rem;
    }
    .img-plaza {
        width: 60%;
    }

    .img-icon {
        width: 60%;
    }

    .img-ralfo {
        width: 45%;
    }

    .logo-inmobilia {
        width: 50%;
    }
    .amenidades h3 {
        font-size: 2rem;
    }
   .icon-kanha {
      max-width: 60%;
   }
      .text-icon {
      font-size: 1rem;
   }
}