:root {

    /* Houm */
    --houm-50: #a7b2a0;
    --houm-100: #b2b2b2;
    --houm-150: #dddcdd;
    --houm-200: #dfeb82;
    --houm-250: #e2e8a3;
    --houm-300: #cbd4b1;
    --houm-350: #bcbc94;


    /* Terra */
    --terra-50: #816d5c;
    --terra-100: #d9d7c9;
    --terra-150: #b5ac9c;
    --terra-200: #a39686;
    --terra-300: #d6d5cc;
    --terra-400: #7c6c5c;
    --terra-500: #ada493;
    --terra-600: #9e9283;
    --terra-700: #afa49c;
    --terra-800: #ac9c8f;
    --terra-850: #8b7e6d;
    --terra-900: #887c64;
    --terra-950: #958c75;

    /* Sa Plaça */
    --plaça-50: #865341;
    --plaça-100: #efe8e6;
    --plaça-150: #cab1a9;
    --plaça-200: #d9c7c0;
    --plaça-300: #8e5945;
    --plaça-400: #f1eae7;
    --plaça-500: #b9998d;
    --plaça-600: #ad877a;
    --plaça-700: #dccccc;
    --plaça-800: #a17767;
    --plaça-850: #ddd4cc;
    --plaça-900: #c4a494;

    /* Secondary */
    --secondary-50: #f6f4e7;
    --secondary-100: #b6c46b;
    --secondary-150: #816c5c;
    --secondary-200: #236473;
    --secondary-300: #084b2f;
    --secondary-400: #457132;
    --secondary-500: #fec523;
    --secondary-600: #686965;


    --fontFamily: 'Poppins', sans-serif;
    --white: #FFFFFF;
    --black: #000000;
}

/**estilos globales **/

html {
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    color: #000000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 80px !important;
    line-height: 2.6rem;
    text-align: left;

    @media (min-width:992px) {
        font-size: 2rem;

    }
}

main {
    flex: 1;
}

footer {
    padding: 3rem 0;
}

section {
    padding: 4rem 0;
}

@media (min-width:992px) {
    section {
        padding: 7rem 0;
    }

    footer {
        padding: 5rem 0;
    }
}

h1 {
    font-size: 4.5rem !important;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    letter-spacing: 0.25rem;
}

@media (min-width: 992px) {
    h1 {
        font-size: 8rem !important;
    }
}

h3 {
    font-size: 2.8rem !important;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}


h2 {
    font-size: 4.2rem;
    font-family: "Lato", serif;
    font-weight: 500;
    margin: 0 0 6rem 0 !important;
    position: relative;
    color: #4c5a4f;
    text-align: left;
}

h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    margin-top: 1.6rem;
    position: absolute;
    left: 0;
    background-color: #a7b2a0;
    margin-bottom: 2rem;
}

h1,
h2,
h3 {
    letter-spacing: 1px;
}

p {
    margin: 0 0 1.6rem 0;
    letter-spacing: 0.5px;
}

input,
select {
    padding: 0.5rem 1rem;
    background-color: transparent;
}

img {
    max-width: 100%;
    max-height: 100%;
}

input[type="submit"],
.btn-default {
    border: none;
    border-radius: 1rem;
    background-color: #a7b2a0;
    font-size: 2rem;
    transition: opacity 0.3s ease-in-out;
    height: 50px;
    align-self: center;
    font-weight: 400;
    color: #f9f7f2;
    width: 100%;
    font-family: "Lato", sans-serif;

}

h2 {
    font-size: 3.5rem;
    font-family: "Lato", serif;
    font-weight: 600;
    margin: 0 0 6rem 0 !important;
    position: relative;
}

@media (min-width: 992px) {

    input[type="submit"],
    .btn-default {
        width: 15rem;
        max-width: 15rem;

    }

    h2 {
        font-size: 6rem;
        font-family: "Lato", serif;
        font-weight: 500;
        margin: 0 0 6rem 0 !important;
        position: relative;
    }
}


input[type="submit"]:hover,
.btn-default:hover {
    opacity: 0.8;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

p>b,
p>i {
    display: inline;
}

/** yedai adjustment **/
.yedai-chat {
    z-index: 1032 !important;
}

#widget-title.twy-text-lg {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
}

#widget-message p {
    font-size: 1.6rem;
}

.btn-size--md[data-v-2296360f] {
    font-size: 1.8rem !important;
    font-weight: 500 !important;

    &.twy-pb-0 {
        padding-bottom: 1rem !important;
    }
}

.yed-legal[data-v-7cfeab13] {
    padding: 2rem !important;
}

/** global backgrounds **/
.yellow-bg {
    background-color: #f9f7f2;
}

.green-bg {
    background-color: #a7b2a0;
}

.gris-bg {
    background-color: #efefefef;
}

/** transition **/

.transition-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a7b2a0;
    color: #4c5a4f;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease-in-out;
    z-index: 999999;
    visibility: hidden;

    & .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }

    & .transition-wrap {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    & img {
        animation: rotateAndFloat 3s linear infinite;
    }

    & h3 {
        margin-top: 2rem;
    }

}

.breadcrumb {
    gap: 0.5rem;
}

.transition-screen.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

@keyframes rotateAndFloat {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*  home new */

.btn-outline-primary {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    border: none;

    &:hover {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.5);
        border: none;
    }
}

.home-page {
    padding: 0 !important;

    & .navbar {
        background-color: transparent;
    }

    & .header-houm {
        box-shadow: none;
    }
}

.whatsapp-wrapper {
    position: fixed;
    right: 25px;
    bottom: 25px;
    box-shadow: none;
    cursor: pointer;
    z-index: 99;

    & .whatsapp-houm {

        width: 60px;
        height: 60px;
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.8));

        @media (width>=768px) {
            width: 80px;
            height: 80px;
        }
    }
}

.web-amenities {
    background-color: #a7b2a0;
}