/*** PRIMARIA 
bg: #3d5b6a
primario: #3d5b6a
secundario: #c4d5db
***/

@font-face {
    font-family: "Didot Bold";
    src: url("/assets/fonts/Didot_Bold.otf") format("opentype");
    font-style: normal;
}


@font-face {
   font-family: "Avenir Book";
   src: url("/assets/fonts/AvenirLTStd-Book.otf") format("opentype");
   font-style: normal;
}

body {
   font-family: "Avenir Book", sans-serif;
   font-size: 1.2rem;
}

h1,
h2{
   font-family: "Didot Bold", serif;
   font-size: 2rem;
}

h3 {
   font-family: "Didot Bold", serif;
   font-size: 2rem;
}

h5 {
   font-family: "Didot Bold", serif;
   font-size: 2rem;
}

p {
   font-family: "Avenir Book", sans-serif;
   font-size: 1rem;
   color: #3d5b6a;
}


.top-menu p {
    font-size: 1.2rem;
}
.img-logo-menu {
    width: 70%;
    height: auto;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: "Didot Bold", serif;
    font-size: 1.2rem;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}


.bg-1 {
    background-color: #3d5b6a;
}
.bg-2 {
background-color: #c4d5db;
}

.img-icon {
    width: 50%;
    height: auto;
}

.img-logo-indico {
    width: 50%;
    height: auto;
}

.img-ralfo {
    width: 50%;
    height: auto;
}

.logo-inmobilia {
    width: 70%;
    height: auto;
}
.img-leed {
    width: 47%;
    height: auto;
}
.card-text {
    font-size: 1.3rem;
}
.img-edge {
    width: 60%;
    height: auto;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    h2, h3 {
        font-size: 1.4rem;
    } 
    
    h5 {
        font-size: 1.4rem
    }
    p {
   font-size: 1rem;
}
.card-text {
    font-size: 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.4rem
    }
       p {
   font-size: 1rem;
}
.card-text {
    font-size: 1rem;
}
    .img-icon {
        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
    }
    p {
   font-size: 1.2rem;
}
.card-text {
    font-size: 1.2rem;
}
.img-logo-menu {
    width: 40%;
    height: auto;
}
    .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: 60%;
    height: auto;
}

    .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-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) {
    h2, h3 {
        font-size: 2rem;
    } 
    
    h5 {
        font-size: 2rem
    }

    p {
        font-size: 1.4rem;
    }
    .img-icon {
        width: 60%;
    }

    .img-ralfo {
        width: 45%;
    }

    .logo-inmobilia {
        width: 50%;
    }
    .amenidades h3 {
        font-size: 2rem;
    }
}