@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Italiana&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: none;
    text-decoration: none;
    list-style-type: none;
}

body, html {
    background-color: #0A1316;
}

.logo-1 {
    z-index: 1000;
    display: flex;
    position: absolute;
    width: 200px;
    margin-top: -3%;
}

.menu {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    margin-left: 10%;
}

.navbar {
    display: flex;
}


.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: clamp(15px, 8vw, 17px);
    padding: 20px;
    color: white;
    display: block;
    font-family: 'Roboto';
    font-weight: 600;
}

.menu .navbar ul li a:hover {
    color:#D68240;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.boton-reservacion {
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.btn-reservacion {
    border: none;
    font-family: 'Italiana';
    padding: 20px;
    margin-left: 200%;
    color: white;
    cursor: pointer;
    background-color: #D68240;
}

.banner {
    height: 400px;
    justify-content: center;
    text-align: center;
}

.banner::before {
    content: '';
    background-image: url('img/granoscafe.webp');
    width: 100%;
    height: 470px;
    opacity: 0.5;
    background-size: cover;
    background-position: center;
    display: flex;
    position: absolute;
}

.titulos {
    width: 70%;
    z-index: 1;
    display: flex;
    color: white;
    position: absolute;
    flex-direction: row;
    top: 40%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.titulo {
    font-family: 'Italiana';
    font-size: clamp(50px, 8vw, 660px);
    font-weight: 400;
    letter-spacing: 5px;
}

.carta-menu {
    margin-top: 17%;
}

.divider-menues {
    border: 3px solid #D68240;
    width: 33px;
    border-radius: 5px;
    align-items: center;
    margin-top: -7%;
    margin-left: 35.5%;
    margin-bottom: 1.5%;
}

.txt-menues {
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin-left: 20%;
}

.txt-menues h1 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 900;
    margin-right: 25%;
}

.txt-menues h2 {
    font-family: 'Italiana';
    font-weight: 200;
    font-size: clamp(37px, 7vw, 60px);
    width: 75%;
    margin-top: 2%;
    line-height: 65px;
}

.txt-menues p {
    font-family: 'Roboto';
    font-size: clamp(15px, 8vw, 17px);
    color: #D3CFC6;
    width: 75%;
    line-height: 30px;
    margin-top: 5%;
    margin-bottom: 10%;
}

.cartas {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.bebidas {
    background-color: #121A1D;
    text-align: left;
    display: block;
    width: 600px;
    margin: 10px;
    height: 175px;
}

.flex-bebida {
    display: flex;
}

.txt-bebida {
    display: flex;
    padding: 10px;
    position: relative;
    justify-content: space-around;
}

.txt-bebida h1 {
    font-size: clamp(12px, 5vw, 30px);
    color: white;
    font-family: 'Italiana';
    font-weight: 500;
}

.txt-bebida .precio-1 {
    margin-left: 230%;
}

.txt-bebida .precio-2 {
    margin-left: 145%;
}

.txt-bebida .precio-3 {
    margin-left: 153%;
}

.txt-bebida .precio-6 {
    margin-left: 170%;
}

.txt-bebida .precio-7 {
    margin-left: 145%;
}

.txt-bebida .precio-8 {
    margin-left: 150%;
}

.txt-bebida .precio-9 {
    margin-left: 193%;
}

.txt-bebida .precio-10 {
    margin-left: 240%;
}
.divider-puntos {
    margin-left: 17%;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 300px;
    margin-top: 5%;
    border-bottom: 3px dotted #1B2326;
}

.divider-puntito {
    margin-left: 27%;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 240px;
    margin-top: 5%;
    border-bottom: 3px dotted #1B2326;
}


.oracion-bebida {
    color: #898986;
    font-family: 'Roboto';
    font-size: clamp(15px, 8vw, 17px);
    width: 60%;
    margin-left: 27%;
    margin-top: -14%;
}


.txt-bebida P {
    color: white;
    font-family: 'Roboto';
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 500;
    margin-left: 130%;
}


.imagen-txt img {
    width: 150px;
    height: 175px;
}


.divider-reservacion {
    position: absolute;
    border: 3px solid #D68240;
    width: 33px;
    display: flex;
    border-radius: 5px;
    margin-top: 4%;
    align-items: center;
    display: flex;
}

.reservacion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 10%;
}

.titulo-reservacion {
    width: 500px;
    height: 453px;
    font-size: 13px;
    color: white;
    text-align: left;
    line-height: 22px;
    margin: 50px;
}


.titulo-reservacion h1 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: clamp(5px, 3vw, 13px);
    letter-spacing: 2px;
    font-weight: 900;
    margin-top: 10%;
    margin-left: 10%;
}

.titulo-reservacion h2 {
    font-family: 'Italiana';
    font-weight: 200;
    font-size: clamp(15px, 7vw, 60px);
    margin-top: 2%;
    line-height: 65px;
}

.titulo-reservacion p {
    font-family: 'Roboto';
    font-size: clamp(15px, 8vw, 17px);
    color: #D3CFC6;
    line-height: 30px;
}

.btn-res {
    border: none;
    font-family: 'Italiana';
    padding: 25px;
    padding-left: 35px;
    padding-right: 35px;
    color: white;
    cursor: pointer;
    background-color: #D68240;
    margin-top: 7%;
    font-size: 16px;
}

.titulo-reservacion .img-reservacion {
    width: 100%;
    margin-top: 7%;
}

.divider-cierre {
    position: relative;
    margin-top: 5%;
    align-items: center;
    justify-content: center;
    margin-left: 1%;
    width: 98%;
    border-bottom: 5px dotted #1B2326;
    margin-bottom: 5%;
}

.divider-destacado {
    border: 3px solid #D68240;
    width: 33px;
    border-radius: 5px;
    align-items: center;
    margin-top: -7%;
    margin-left: 36%;
    margin-bottom: 1.5%;
}

.destacados {
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin-left: 18%;
    margin-bottom: 5%;
    margin-top: 20%;
}

.titulo-destacado h1 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 900;
    margin-right: 24%;
}

.titulo-destacado h2 {
    font-family: 'Italiana';
    font-weight: 200;
    font-size: clamp(37px, 7vw, 60px);
    width: 75%;
    margin-top: 2%;
    line-height: 65px;
    margin-left: 1%;
}

.titulo-destacado p {
    font-family: 'Roboto';
    font-size: clamp(15px, 8vw, 17px);
    color: #D3CFC6;
    width: 75%;
    line-height: 30px;
    margin-top: 5%;
    margin-left: 1.5%;
}

.packes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.pack-destacados {
    background-color: #121A1D;
    text-align: center;
    display: block;
    width: 380px;
    margin: 16px;
    border: 2px solid transparent;
}

.imagen-destacado img {
    position: relative;
    width: 100%;
    height: 240px;
}

.txt-destacado {
    text-align: left;
    width: 81%;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: 4%;
    padding: 23px;
    position: relative;
    margin-top: -1%;
}

.txt-destacado h1 {
    font-size: clamp(28px, 5vw, 32px);
    color: white;
    font-family: 'Italiana';
    font-weight: 500;
    margin-top: 2%;
    margin-bottom: 5%;
}

.txt-destacado p {
    font-size: clamp(15px, 8vw, 17px);
    width: 100%;
    color:#898986;
    font-family: 'Roboto';
    line-height: 30px;
    margin-bottom: 10%;
}

.txt-destacado .costo-destacados {
    font-size: clamp(20px, 2vw, 23px);
    font-weight: 900;
    color: white;
}

.divider-footer {
    margin-top: 5%;
    align-items: center;
    justify-content: center;
    margin-left: 1%;
    width: 98%;
    border-bottom: 5px dotted #1B2326;
    margin-bottom: 5%;
}

.footer-sesion {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.sesion {
    text-align: left;
    display: block;
    width: 380px;
    margin: 5px;
    margin-bottom: 10%;
}

.sesion h1 {
    font-size: clamp(28px, 5vw, 32px);
    color: white;
    font-family: 'Italiana';
    font-weight: 500;
    margin-top: 2%;
    margin-bottom: 5%;
}

.sesion p {
    font-size: clamp(15px, 8vw, 17px);
    width: 100%;
    color:#898986;
    font-family: 'Roboto';
    line-height: 30px;
}

.img-footer {
    display: flex;
}

.img-footer img {
    width: 100px;
    margin: 13px;
    height: 98px;
    border-radius: 5px;
}

.sesion button {
    color:#D68240;
    background-color: transparent;
    border: none;
    font-family: 'Italiana';
    cursor: pointer;
    margin-top: 10%;
    letter-spacing: 1px;
    font-size: 15px;
}

.divider-final {
    align-items: center;
    justify-content: center;
    margin-top: -5%;
    margin-left: 2%;
    width: 96%;
    border-bottom: 5px dotted #1B2326;
    margin-bottom: 5%;
}

.copyright {
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-wrap: wrap-reverse;
}

.descripcion {
    width: 70%;
}

.descripcion p {
    font-size: clamp(15px, 8vw, 17px);
    width: 100%;
    color:#898986;
    font-family: 'Roboto';
    line-height: 30px;
    margin-left: 1%;
    margin-bottom: 3%;
}

.copyright button {
    letter-spacing: 1px;
    font-size: 15px;
    color:#D68240;
    background-color: transparent;
    border: none;
    font-family: 'Italiana';
    cursor: pointer;
    margin-left: 2%;
}


/* R E S P O N S I V E */

/* TABLET */

@media screen and (max-width: 1300px) {
    .menu {
        padding: 20px;
        justify-content: space-between;
    }



    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        background-color: #D68240;
    }

    .menu-icono {
        width: 4%;
        position: absolute;
        margin-left: 90%;
    }

    .menu .nabvar ul li {
        width: 70%;
    }


    #menu:checked ~ .navbar {
        display: initial;
        margin-top: 1%;
        margin-left: 80%;
        width: 150px;
    }

    .boton-reservacion {
        display: none;
    }

    .titulo-sesion {
        text-align: center;
    }
}

@media screen and (max-width:1150px) {

    .menu {
        padding: 20px;
        justify-content: space-between;
    }



    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        background-color: #D68240;
    }

    .menu-icono {
        width: 4%;
        position: absolute;
    }

    .menu .nabvar ul li {
        width: 70%;
    }


    #menu:checked ~ .navbar {
        display: initial;
        margin-top: 1%;
        margin-left: 73%;
    }

    .boton-reservacion {
        display: none;
    }

    .divider-menues {
        margin-left: 35%;
    }

    .divider-reservacion {
        left: 48%;
    }

    .reservacion {
        justify-content: center;
        align-items: center;
    }

    .titulo-reservacion {
        text-align: center;
    }

    .titulo-reservacion h1 {
        margin-right: 10%;
    }

    .btn-res {
        margin-right: 0%;
    }

    .divider-cierre {
        margin-top: 15%;
    }

    .carta-menu {
        margin-top: 27%;
    }

    .divider-menues {
        margin-left: 34.5%;
    }

    .divider-reservacion {
        left: 47.5%;
    }

    .divider-destacado {
        margin-left: 35%;
    }
}

@media screen and (max-width:991px) {
    .menu {
        padding: 20px;
        justify-content: space-between;
    }



    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        background-color: #D68240;
    }

    .menu-icono {
        width: 3%;
        position: absolute;
        margin-left: 85%;
    }

    .menu .nabvar ul li {
        width: 70%;
    }

    #menu:checked ~ .navbar {
        display: initial;
        margin-top: 1%;
        margin-left: 65%;
    }

    .boton-reservacion {
        display: none;
    }

    .titulo {
        margin-right: 40%;
        margin-top: 20%;
    }


    .carta-menu {
        margin-top: 30%;
    }

    .txt-menues p {
        margin-bottom: 20%;
    }

    .divider-menues {
        margin-left: 33.5%;
    }

    .divider-reservacion {
        left: 47%;
    }

    .divider-destacado {
        margin-left: 34%;
    }

    .titulo-destacado p {
        margin-bottom: 20%;
    }

    .txt-bebida .precio-1 {
        margin-left: 220%;
    }

    .oracion-bebida {
        margin-left: 28%;
    }

    .txt-bebida .precio-2 {
        margin-left: 135%;
    }

    .txt-bebida .precio-3 {
        margin-left: 143%;
    }

    .txt-bebida .precio-4 {
        margin-left: 120%;
    }

    .copyright button {
        margin-top: -7%;
    }

}

@media screen and (max-width:600px) {



    #menu:checked ~ .navbar {
        margin-left: 54%;
    }

    .menu-icono {
        width: 4%;
        margin-top: 1%;
        margin-left: 83%;
    }

    .divider-menues {
        margin-left: 32%;
        margin-top: 30%;
        margin-bottom: 4%;
    }

    .txt-bebida .precio-1 {
        margin-left: 140%;
    }

    .oracion-bebida {
        margin-left: 38%;
        margin-top: -17%;
    }

    .txt-bebida .precio-2 {
        margin-left: 81%;
    }

    .txt-bebida .precio-3 {
        margin-left: 87%;
    }

    .txt-bebida .precio-4 {
        margin-left: 70%;
    }

    .txt-bebida .precio-5 {
        margin-left: 72%;
    }

    .txt-bebida .precio-6 {
        margin-left: 110%;
    }

    .txt-bebida .precio-7 {
        margin-left: 83%;
    }

    .txt-bebida .precio-8 {
        margin-left: 86%;
    }

    .txt-bebida .precio-9 {
        margin-left: 117%;
    }

    .txt-bebida .precio-10 {
        margin-left: 153%;
    }

    .titulo {
        margin-right: 40%;
        margin-top: 20%;
    }

    .divider-reservacion {
        left: 45%;
    }

    .divider-destacado {
        margin-left: 32.5%;
        margin-bottom: 4%;
    }

    footer {
        margin-top: 30%;
    }

    .copyright {
        justify-content: center;
    }

    .copyright p {
        text-align: center;
    }

    .copyright button {
        margin-bottom: 15%;
    }


}


@media screen and (max-width:400px) {

    #menu:checked ~ .navbar {
        margin-left: 47%;
    }

    .menu-icono {
        margin-left: 83%;
    }

    .carta-menu {
        margin-top: 40%;
    }

    .divider-menues {
        margin-bottom: 7%;
    }

    .txt-bebida .precio-1 {
        margin-left: 120%;
        margin-top: 5%;
    }

    .oracion-bebida {
        width: 50%;
        margin-left: 42%;
    }

    .txt-bebida .precio-2 {
        margin-left: 67%;
        margin-top: 4%;
    }

    .txt-bebida .precio-3 {
        margin-left: 70%;
        margin-top: 4%;
    }

    .txt-bebida .precio-4 {
        margin-left: 55%;
        margin-top: 4%;
    }

    .txt-bebida .precio-5 {
        margin-left: 55%;
        margin-top: 4%;
    }

    .txt-bebida .precio-6 {
        margin-left: 93%;
        margin-top: 4%;
    }

    .txt-bebida .precio-7 {
        margin-left: 67%;
        margin-top: 4%;
    }

    .txt-bebida .precio-8 {
        margin-left: 70%;
        margin-top: 4%;
    }

    .txt-bebida .precio-9 {
        margin-left: 96%;
        margin-top: 4%;
    }

    .txt-bebida .precio-10 {
        margin-left: 125%;
        margin-top: 4%;
    }


    .titulo-reservacion h1{
        margin-top: 13%;
    }

    .titulo-sesion p {
        width: 80%;
        margin-left: 10%;
    }


}

