* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('./fonts/barlow/BarlowCondensed-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('./fonts/Barlow2/Barlow-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;

}

@font-face {
    font-family: 'Bellefair';
    src: url('./fonts/Bellefair/Bellefair-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;

}

body {
    background-image: url(../home/background-home-desktop.jpg);

    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    max-height: 1024px;

}

#container {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;





}

/* ENCABEZADO */
header {
    margin: 0 auto;
    left: 55px;
    top: 40px;
    display: grid;
    grid-template-columns: 40% 60%;
    padding-top: 40px;

    width: 100%;
    height: 137px;

}

#menu {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(40.7742px);
    line-height: 96px;




    /* position: absolute;
width: 542px; */

}

hr {
    position: absolute;
    width: 473px;
    height: 1px;
    left: 167px;
    top: 88px;

    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.25;
    z-index: 10;

}

header .logo {
    width: 100%;
    height: 100%;
    margin-left: 3.47%;

}

header .logo img {
    width: 48px;
    padding-top: 24px;
}

#menu li {
    display: inline-block;
    padding-right: 23px;
    height: 100%;

}

#menu li:first-child {
    margin-left: 173px;

}

#menu li:first-child a {

    border-bottom: solid #FFFFFF;
}


#menu li a {
    display: block;
    text-decoration: none;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2.7px;
    color: #FFFFFF;

}

#menu li a:hover {

    border-bottom: solid #FFFFFF;

}

#hamburguesa,
#close {
    display: none;
}

#title {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 4.725px;
    color: #D0D6F9;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.spa {
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 172px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.descripcion {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */


    color: #D0D6F9;
}

/* FIN ENCABEZADO */
/* CONTENT */
#content {
    width: 100%;
    height: 764px;
    display: grid;
    grid-template-columns: 40% 60%;
}

#info {
    width: 425px;
    height: 382px;
    margin-top: 251px;
    margin-left: 165px;
}

#explore {
    background-color: #FFFFFF;
    width: 274px;
    height: 274px;
    border-radius: 100%;
    text-align: center;
    line-height: 274px;
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 359px;
    margin-left: 411px;
    /* identical to box height */

    letter-spacing: 2px;

    color: #0B0D17;
}

@media (min-width: 810px) {
    #menu {
        display: block !important;
    }

    #hamburguesa {
        display: none !important;
    }
}

/* FIN CONTENT */

/* RESPONSIVE  TABLET*/

@media (min-width: 732px) and (max-width: 1228px) {

    hr {
        display: none;
    }

    body {
        background-image: url(../home/background-home-tablet.jpg);
        background-attachment: fixed;
        background-size: 100% 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #container {
        width: 100%;
        height: 100%;

    }

    header {
        width: 93%;
        display: grid;
        margin: 0 auto;
        padding-top: 0;
        grid-template-columns: 36.29% 64.71%;

    }


    #menu {
        display: block !important;
        width: 100%;
        padding-left: 17px;
    }

    #hamburguesa {
        display: none !important;
    }

    #menu li {
        height: 100%;
        line-height: 96px;
    }

    #menu li:first-child {
        margin-left: 24px;
    }

    #menu li a {
        display: block;
        font-family: 'Barlow Condensed';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;

        letter-spacing: 2.3625px;

        color: #FFFFFF;
    }

    #content {
        display: block;
        height: 821px;

    }


    #explore {
        width: 242px;
        height: 242px;
        margin: 0 auto;
        line-height: 242px;
        margin-top: 156px;
    }

    #info {
        margin-top: 106px;

    }

}


/* FIN RESPONSIVE TABLET */
/* INICIO RESPONSIVE MOBILE */
@media (min-width: 320px) and (max-width: 731px) {
    body {
        background-image: url(../home/background-home-mobile.jpg);

        background-size: 100% 100%;
        background-position: fixed;
    }

    #container {
        width: 100%;
        height: 850px;

    }

    #content {
        display: block;
        height: 754px;
    }

    header {
        padding-top: 0;
    }

    #hamburguesa,
    #close {
        display: block;
        position: absolute;
        cursor: pointer;
        top: 33px;
        right: 5%;
    }

    #close {
        display: none;
        z-index: 10;
    }

    #menu {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 52.91%;
        height: 100%;
        padding-left: 32px;
        z-index: 5;
    }

    .logo {
        padding-left: 5%;
    }

    #menu li {
        display: block;
        height: 19px;
        width: 100%;
        line-height: 19px;
        margin-top: 32px;
    }

    #menu li:first-child {
        margin-top: 118px;
        margin-left: 0px;
    }


    hr {
        display: none;
    }

    #info {
        /* margin-left: 0 !important; */

        margin: 0 auto !important;
        width: 327px;
        height: 386px;
        margin-top: 251px;
        margin-left: 165px;
    }

    #info #title {

        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    #info .spa {
        font-size: 80px;
        text-align: center;
        width: 100%;
    }

    #info .descripcion {
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

    #explore {
        position: relative;
        margin: auto;
        width: 100%;
        background-color: transparent;
        margin-top: 82px;
    }

    #explore .text {
        display: block;
        width: 150px;
        height: 150px;
        background-color: white;
        border-radius: 100%;
        font-size: 20px;
        line-height: 150px;
    }
}

/* FIN RESPONSIVE MOBILE */