* {
    margin: 0 auto;
    padding: 0;

}

@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;

}

#container {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 1024px;
    /* margin-left: 3.47%; */
    /* background: #0B0D17; */

}

body {
    background-image: url(../destination/background-destination-desktop.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* ENCABEZADO */
header {

    width: 100%;
    height: 96px;
    left: 55px;
    top: 40px;
    display: grid;
    grid-template-columns: 40% 60%;
    padding-top: 40px;

}



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%;


}

header .logo img {
    width: 48px;
    padding-top: 24px;
    margin-left: 3.47%;
}

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


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

}

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

}

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

#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:nth-child(2) a {
    border-bottom: solid #FFFFFF;
}

#menu li a:hover {

    border-bottom: solid #FFFFFF;

}

#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 {
    margin: 37px 0;
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 115px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.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: 50% 50%;
}

#img {
    margin-top: 76px;
    margin-left: 167px;
}

#img h3 {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height */

    letter-spacing: 4.725px;
    text-transform: uppercase;

    color: #FFFFFF;
}

#img h3 b {
    mix-blend-mode: normal;
    opacity: 0.25;
}

#img img {
    margin-top: 97px;
    margin-left: 39px;
    width: 445px;
    height: 445px;
}

#info {
    width: 445px;
    height: 472px;
    margin-top: 174px;
    margin-left: 67px;
}

#hamburguesa,
#close {
    display: none;
    cursor: pointer;

}

#menu2 {
    list-style: none;
    display: block;
    width: 100%;
    height: 34px;
    margin-left: 0;
}

#menu2 li {
    display: inline-block;
    height: 100%;
    margin-right: 34px;


}

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


}

#menu2 li a:hover {
    border-bottom: solid #FFFFFF;
}



#informacion {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #D0D6F9;
    width: 100%;
}

#linea {
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 54px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.25;
}

#datos {
    margin-top: 28px;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.dato {
    width: 100%;
}

.dato h3 {
    margin: 0;
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    /* identical to box height */

    text-transform: uppercase;

    color: #FFFFFF;
}

.dato p {
    margin: 0;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    letter-spacing: 2.3625px;
    text-transform: uppercase;

    color: #D0D6F9;
}

/* @media (min-width: 810px) {
    #menu{
        display: block   ;
    }
    #hamburguesa{
        display: none ;
    }
    } */

/* FIN CONTENT */

/* RESPONSIVE  TABLET*/

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

    hr {
        display: none;
    }

    body {
        background-image: url(../destination/background-destination-tablet.jpg);
        background-size: 100% 100%;
        background-color: #0B0D17;
        background-attachment: fixed;

        ;

    }

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

    }

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

    }

    #menu {
        display: inline-block;
        width: 100%;
        padding-left: 17px;

    }

    #hamburguesa {
        display: none;
    }

    #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;

    }




    #img {
        margin: 0 auto;
        width: 100%;

    }

    #img h3 {
        width: 100%;

        margin-top: 40px;
        font-size: 20px;
        margin-left: 38px;
    }

    #img img {
        display: block;
        margin: 0 auto;
        margin-top: 60px;
    }

    #info {
        width: 100%;
        margin: 0 auto;

    }

    #menu2 {
        text-align: center;
        margin-top: 52px;

    }

    #menu2 li:first-child {
        margin-left: 32px;
    }

    #info .spa {
        text-align: center;
        font-size: 80px;
        margin-top: 32px;
    }

    #info #informacion {
        width: 573px;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        margin-top: 8px;
    }


    #datos,
    #linea {
        width: 74%;
        text-align: center;
    }

    #datos .dato h3 {
        margin-top: 12px;
    }

}

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


    }

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

    }

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

    header {
        padding-top: 0;
    }

    #hamburguesa,
    #close {
        display: block;
        position: absolute;
        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;
    }

    #linea {
        margin-top: 32px;
    }

    #img {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    #img h3 {
        margin: 0 auto;
        margin-top: 24px;
        font-size: 16px;
    }

    #img img {
        margin-top: 32px;
        margin-left: 0;
        width: 170px;
        height: 170px;
    }

    #menu2 {
        margin: 0 18.54%;
        margin-top: 26px;

        width: 63.2%;

    }

    #menu2 li {
        margin-right: 26px;

    }

    #menu2 li a {
        font-size: 14px;
    }

    #info {

        margin: 0 auto;
    }

    #info .spa {
        margin-top: 20px !important;
        font-size: 52px;
        line-height: normal;
        margin: 0 auto;
        width: 40.8%;
        margin: 20px 29.6% 0 20.6%;
        text-align: center;
    }

    #info #informacion {
        font-size: 15px;
        line-height: 25px;
        width: 327px;
        height: 125px;
        width: 74.2%;
        margin: 0 6.4%;
        text-align: center;
    }

    #datos {
        width: 57.6%;
        display: block;
        text-align: center;
        margin: 0 15.2%;
    }

    #datos .dato:first-child {
        margin: 20px 0;
    }

    .dato p {
        font-size: 14px;
    }

    #datos .dato h3 {
        font-size: 28px;
    }

}

/* FIN MOBILE RESPONSIVE */