@import url('https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Avenir Light', sans-serif;
    src: url('/assets/fonts/Avenir_Light.ttf') format('truetype'),
        url('/assets/fonts/avenir-light.woff') format('woff'),
    ;
    font-style: normal;
}


.halant-light {
    font-family: "Halant", serif;
    font-weight: 300;
    font-style: normal;
}

.halant-regular {
    font-family: "Halant", serif;
    font-weight: 400;
    font-style: normal;
}

.halant-medium {
    font-family: "Halant", serif;
    font-weight: 500;
    font-style: normal;
}

.halant-semibold {
    font-family: "Halant", serif;
    font-weight: 600;
    font-style: normal;
}

.halant-bold {
    font-family: "Halant", serif;
    font-weight: 700;
    font-style: normal;
}

html {
    /* 10px */
    font-size: 62.5%;
}

body {
    /* 16px */
    font-family: "Halant", serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h4,
h5,
h6,
.nav-item {
    font-family: "Halant", serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-family: "Halant", serif;
    font-weight: 400;
    font-style: normal;
}

.text-color-1 {
    color: #064265;
}

.text-color-2 {
    color: #002739;
}

.bg-color-1 {
    background-color: #1d4151;
}

.bg-color-2 {
    background-color: #c8c3bf;
}


.bg-back {
    background-image: url("/assets/images/head-harmonia-1600.webp");
    background-color: #cccccc;
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-logo {
    width: 35%;
    padding-top: 2vh;
    height: auto;
}

.bg-back h3 {
    font-size: .8rem;
}

.cinco h2 {
    font-size: 1.8rem;
    padding: 0rem 1rem 0rem !important;
}

.superpuesto {
    margin-top: -12vh;
    position: relative;
    z-index: 10;
}

.cinco h4 {
    font-size: .7rem;
    padding: 0rem 7% 0 15%;
}

.img-precio {
    width: 50%;
    height: auto;
}

.contacto p {
    font-weight: 100;
    font-size: 1rem;
    padding: 2rem 2rem 0rem;
}

.form-group label {
    font-size: 1rem;
}

.form-group input {
    font-size: 1rem;
}

.form-select {
    font-size: 1rem;
}

.btn {
    font-size: 1rem;
    font-weight: lighter;
}

.img-ralfo {
    width: 60%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.img-inmobilia {
    width: 70%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.direccion {
    padding-top: .8rem;
}

.direccion a {
    font-size: .7rem;
    line-height: none;
    text-decoration: none;
}
  .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);
}
@media (min-width: 370px) {
    .bg-back {
        height: 45vh;
        background-size: cover;
    }

    .img-logo {
        width: 45%;
        padding-top: 4vh;
    }

    .bg-back h3 {
        font-size: 1.4rem;
        padding: 4rem 4rem 1rem;
    }

    .superpuesto {
        margin-top: -11vh;
    }

    .cinco h2 {
        font-size: 2.2rem;
        padding: 0rem 2rem 0rem !important;
    }

    .cinco h4 {
        font-size: 1rem;
        padding: 0rem 8% 0 12%;
    }

    .img-precio {
        width: 55%;
        height: auto;
    }

    .contacto p {
        font-size: 1.2rem;
        padding: 2rem 4rem 0rem;
    }

    .form-group label {
        font-size: 1rem;
    }

    .form-group input {
        font-size: 1rem;
    }

    .form-select {
        font-size: 1rem;
    }

    .btn {
        font-size: 1rem;
        font-weight: bold;
    }

    .direccion {
        padding-top: 1.2rem;
    }

    .direccion a {
        font-size: .8rem;
        line-height: 1.2em !important;
        text-decoration: none;
    }
}

@media (min-width: 576px) {
    .bg-back {
        height: 170vh;
        background-size: cover;
    }

    .img-logo {
        width: 40%;
        padding-top: 10vh;
    }

    .bg-back h3 {
        font-size: 2rem;
        padding: 4rem 4rem 1rem;
    }

    .superpuesto {
        margin-top: -30vh;
    }

    .cinco h2 {
        font-size: 2.8rem;
        padding: 0rem 1rem 1.2rem;
    }

    .cinco h4 {
        font-size: 1.55rem;
        padding: 0rem 8% 0 13%;
    }

    .img-precio {
        width: 55%;
        height: auto;
    }

    .contacto p {
        font-size: 1.6rem;
        padding: 2rem 8rem;
    }

    .form-group label {
        font-size: 1.6rem;
    }

    .form-group input {
        font-size: 1.6rem;
    }

    .form-select {
        font-size: 1.6rem;
    }

    .btn {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .direccion {
        padding-top: 1.2rem;
    }

    .direccion a {
        font-size: 1.2rem;
        line-height: 1.2em !important;
        text-decoration: none;
    }
}


@media (min-width: 768px) {
    .bg-back {
        height: 78vh;
        background-size: cover;
    }

    .img-logo {
        width: 70%;
        padding-top: 7vh;
    }

    .bg-back h3 {
        font-size: 2rem;
        padding: 3rem 4rem 1rem;
    }

    .superpuesto {
        margin-top: -15vh;
    }

    .cinco h2 {
        font-size: 3rem;
        padding: 0rem 4rem 0rem !important;
    }

    .cinco h4 {
        font-size: 1.6rem;
        padding: 0rem 8% 0 15%;
    }

    .img-precio {
        width: 55%;
        height: auto;
    }

    .contacto p {
        font-size: 1.8rem;
        padding: 2rem 6rem;
    }

    .form-group label {
        font-size: 1.6rem;
    }

    .form-group input {
        font-size: 1.6rem;
    }

    .form-select {
        font-size: 1.6rem;
    }

    .btn {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .direccion {
        padding-top: 1.2rem;
    }

    .direccion a {
        font-size: 1.4rem;
        line-height: 1.2em !important;
        text-decoration: none;
    }
}


@media (min-width: 992px) {
    .bg-back {
        height: 70vh;
        background-size: cover;
    }

    .img-logo {
        width: 65%;
        padding-top: 8vh;
    }

    .bg-back h3 {
        font-size: 2.4rem;
        padding: 3rem 4rem 1rem;
    }

    .superpuesto {
        margin-top: -18vh;
    }

    .cinco h2 {
        font-size: 4rem;
        padding: 0rem 4rem 1rem !important;
    }

    .cinco h4 {
        font-size: 2.2rem;
        padding: 0rem 8% 0 15%;
    }

    .img-precio {
        width: 55%;
        height: auto;
    }

    .contacto p {
        font-size: 2rem;
        padding: 2rem 14rem;
    }

    .form-group label {
        font-size: 1.6rem;
    }

    .form-group input {
        font-size: 1.6rem;
    }

    .form-select {
        font-size: 1.6rem;
    }

    .btn {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .direccion {
        padding-top: 1.2rem;
    }

    .direccion a {
        font-size: 1.6rem;
        line-height: 1.2em !important;
        text-decoration: none;
    }
}

@media (min-width: 1280px) {
    .bg-back {
        height: 180vh;
        background-size: cover;
    }

    .img-logo {
        width: 66%;
        padding-top: 12vh;
    }

    .bg-back h3 {
        font-size: 3.2rem;
    }

    .superpuesto {
        margin-top: -40vh;
    }

    .cinco h2 {
        font-size: 5rem;
        padding: 0rem 5rem 1rem !important;
    }

    .cinco h4 {
        font-size: 3.5rem;
        padding: 0rem 10% 0 12%;
    }

    .img-precio {
        width: 60%;
        height: auto;
    }

    .contacto p {
        font-size: 3rem;
        padding: 2rem 14rem;
    }

    .form-group label {
        font-size: 2rem;
    }

    .form-group input {
        font-size: 2rem;
    }

    .form-select {
        font-size: 2rem;
    }

    .btn {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .direccion {
        padding-top: 1.2rem;
    }

    .direccion a {
        font-size: 2rem;
        line-height: 1.2em !important;
        text-decoration: none;
    }
}

@media (min-width: 1500px) {
    .bg-back {
        height: 180vh;
        background-size: cover;
    }

    .img-logo {
        width: 66%;
        padding-top: 12vh;
    }

    .bg-back h3 {
        font-size: 4.6rem;
    }

    .superpuesto {
        margin-top: -28vh;
    }

    .cinco h2 {
        font-size: 6rem;
        padding: 0rem 6rem 0rem !important;
    }

    .cinco h4 {
        font-size: 3.2rem;
        padding: 0rem 10% 0 12%;
    }

    .img-precio {
        width: 60%;
        height: auto;
    }

    .contacto p {
        font-size: 3rem;
        padding: 2rem 22rem;
    }

    .form-group label {
        font-size: 2rem;
    }

    .form-group input {
        font-size: 2rem;
    }

    .form-select {
        font-size: 2rem;
    }

    .btn {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .direccion {
        padding-top: 1.2rem;
    }

    .direccion a {
        font-size: 2.4rem;
        line-height: 1.2em !important;
        text-decoration: none;
    }
}