/*** PRIMARIA 
bg: #1e1c1c
primario: #565452
***/

@font-face {
    font-family: "Humanist Light", sans-serif;
    src: url("/assets/fonts/Humanist-521-Light-Regular.otf") format("opentype");
    font-style: normal;
}


@font-face {
    font-family: "Humanist Light Italic", sans-serif;
    src: url("/assets/fonts/Humanist-521-Light-Italic.otf") format("opentype");
    font-style: normal;
    font-weight: 200;
}

body {
    font-family: "Humanist Light Italic", sans-serif;
    font-size: 1.2rem;
}

h {
    font-family: "Humanist Light", sans-serif;
}

h1,
h2 {
    font-family: "Humanist Light", sans-serif;
    font-size: 2rem;
}

h3 {
    font-family: "Humanist Light", sans-serif;
    font-size: 2rem;
}

h5 {
    font-family: "Humanist Light", sans-serif;
    font-size: 2rem;
}

p {
    font-family: "Humanist Light Italic", sans-serif;
    font-size: 1.2rem;
    color: #565452;
}


.top-menu p {
    font-size: 1.2rem;
}

.img-logo-menu {
    width: 70%;
    height: auto;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: "Humanist Light", sans-serif;
    color: #565452;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}


.bg-1 {
    background-color: #1e1c1c;
}

.bg-2 {
    background-color: #e7e7e7;
}

.img-icon {
    width: 50%;
    height: auto;
}

.img-precio {
    width: 80%;
    height: auto;
}

.img-leed {
    width: 70%;
    height: auto;
}

.img-ralfo {
    width: 50%;
    height: auto;
}

.logo-inmobilia {
    width: 70%;
    height: auto;
}

.card-text {
    font-size: 1.3rem;
}

.img-edge {
    width: 60%;
    height: auto;
}

.precio p {
    font-size: 1rem;
}

.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 45px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    transition: transform .3s;
    z-index: 2147483647 !important;
    pointer-events: auto !important;
}

.whatsapp-float img {
    width: 60%;
    height: 60%;
}

.whatsapp-float:hover {
    transform: scale(1.12);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    h2,
    h3 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1.1rem
    }

    .img-ralfo {
        width: 40%;
    }

    .logo-inmobilia {
        width: 50%;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    h2,
    h3 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.1rem
    }

    .img-icon {
        width: 50%;
    }

    .img-precio {
        width: 60%;
    }

    .img-leed {
        width: 50%;
    }

    .img-ralfo {
        width: 30%;
    }

    .logo-inmobilia {
        width: 40%;
        padding-bottom: 1rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    h2,
    h3 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.1rem
    }

    .img-logo-menu {
        width: 40%;
        height: auto;
    }

    .img-precio {
        width: 45%;
    }

    .img-leed {
        width: 40%;
    }

    .img-ralfo {
        width: 60%;
    }

    .logo-inmobilia {
        width: 60%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    h2,
    h3 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.6rem
    }

    p {
        font-size: 1.4rem;
    }

    .img-logo-menu {
        width: 30%;
        height: auto;
    }

    .img-precio {
        width: 30%;
    }

    .img-leed {
        width: 40%;
    }

    .img-ralfo {
        width: 50%;
    }

    .logo-inmobilia {
        width: 80%;
    }

}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

    h2,
    h3 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.6rem
    }

    .img-precio {
        width: 30%;
    }

    .img-leed {
        width: 40%;
    }

    .img-ralfo {
        width: 50%;
    }

    .logo-inmobilia {
        width: 50%;
    }

    .amenidades h3 {
        font-size: 2rem;
    }

    .precio {
        font-size: 3rem !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    h2,
    h3 {
        font-size: 2rem;
    }

    h5 {
        font-size: 1.6rem
    }

    p {
        font-size: 1.4rem;
    }

    .img-icon {
        width: 60%;
    }

    .img-precio {
        width: 30%;
    }

    .img-leed {
        width: 40%;
    }

    .img-ralfo {
        width: 45%;
    }

    .logo-inmobilia {
        width: 50%;
    }

    .amenidades h3 {
        font-size: 2rem;
    }

    .precio {
        font-size: 3rem !important;
    }
}