@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: 15%;
    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: 18px;
    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: 650px;
    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 {
    z-index: 1;
    display: flex;
    color: white;
    position: absolute;
    flex-direction: row;
    top: 35%;
    left: 51%;
    transform: translate(-50%, -50%);
}

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


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


.reservaciones {
    position: relative;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin-left: 20%;
    margin-bottom: 5%;
}

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

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

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

.form-contacto {
    color: white;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 170px;
}

.form-contacto input {
    width: 420px;
    height: 50px;
    background-color: #121A1D;
    border: none;
    color: white;
    padding-left: 3px;
}

.form-contacto input[type=text] {
    color: white;
    font-family: 'Roboto';
    font-size: clamp(15px, 8vw, 17px);
}

.form-contacto textarea[type=text] {
    color: white;
    font-family: 'Roboto';
    font-size: clamp(15px, 8vw, 17px);
}

.form-contacto textarea {
    padding-left: 3px;
    padding-top: 3px;
}

::placeholder {
    background-color: #2f383b;
    color: white;
    font-family: 'Roboto';
    font-size: clamp(15px, 8vw, 17px);
    width: 70px;
    margin-left: 5%;
    position: absolute;
}

#Personas {
    width: 420px;
    height: 50px;
    font-size: clamp(15px, 8vw, 17px);
    padding-left: 15px;
}

#date {
    color: white;
}

#horarios {
    font-size: clamp(15px, 8vw, 17px);
    width: 420px;
    height: 50px;
    padding-left: 15px;
}

textarea {
    background-color: #121A1D;
    border: none;
    height: 100px;
    width: 100%;
    margin: 20px;
}

textarea::placeholder {
    position: absolute;
    margin-top: 17px;
    margin-left: 1.5%;
}


input, select {
    margin: 13px;
}

form select {
    height: 57px;
    background-color: #121A1D;
    color: white;
    border: none;
}

.form-contacto input[type=submit] {
    border: none;
    font-family: 'Italiana';
    text-transform: uppercase;
    padding: 25px;
    padding-left: 35px;
    padding-right: 35px;
    color: white;
    cursor: pointer;
    background-color: #D68240;
    font-size: clamp(15px, 8vw, 17px);
    margin-top: 4%;
    width: 130px;
    height: 65px;
}

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


.contacto {
    position: relative;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin-left: 20%;
    margin-bottom: 5%;
}

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

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

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

.destacado-contacto {
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    color: white;
    margin-top: 2%;
    margin-bottom: 10%;
}

.img-box {
    width: 25%;
    margin-bottom: 7%;
}

.box h2 {
    font-family: 'Italiana';
    font-weight: 100;
    font-size: 29px;
    width: 85%;
    line-height: 65px;
    letter-spacing: 1px;
    margin-left: 8%;
}

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

.suscripcion {
    width: auto;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-image: url('img/moza1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.titulo-suscripcion {
    font-family: 'Roboto';
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 3%;
    margin-right: 84%;
    margin-top: -0.5%;
    color: white;
}

.subtitulo-suscripcion {
    font-family: 'Italiana';
    font-weight: 200;
    font-size: clamp(35px, 9vw, 65px);
    width: 70%;
    line-height: 65px;
    letter-spacing: 1px;
    margin-right: 63%;
    text-align: left;
    color: white;
    margin-bottom: 7%;
}

.email,
.btn-submit {
    position: relative;
    z-index: 1;
}

.email {
    width: 500px;
    background-color: #121A1D;
    padding: 10px;
    font-size: clamp(15px, 8vw, 17px);
    height: 48px;
    border: none
}

::placeholder {
    color: #D3CFC6;
    width: 400px;
}

.titulo-suscripcion,
.subtitulo-suscripcion,
.botones-suscripcion {
    position: relative;
    z-index: 1;
}

.botones-suscripcion {
    margin-right: 53%;
    display: flex;
}

.botones-suscripcion button {
    width: 197px;
    border: none;
    font-family: 'Italiana';
    height: 67px;
    color: white;
    cursor: pointer;
    background-color: #D68240;
    font-size: clamp(13px, 2vw, 16px);
    margin-top: 13px;
} 

.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;
    }

    .logo-1 {
        width: 20%;
    }

    .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 {
        margin-top: 25%;
    }

    .contacto {
        margin-top: 20%;
    }

    .titulo-suscripcion {
        margin-left: 2%;
    }

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

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

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

    .logo-1 {
        width: 20%;
    }

    .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-reservacion {
        margin-left: 35%;
    }

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

    .suscripcion {
        margin-top: 17%;
    }

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

    .titulo-suscripcion {
        margin-left: 5%;
    }

}

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

    .logo-1 {
        width: 30%;
        margin-top: -5% ;
    }

    .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;
    }

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

    .titulo-suscripcion {
        left: 3%
    }

    ::placeholder {
        width: 100%;
    }

    .botones-suscripcion .button-suscripcion {
        padding: 20px;
    }
    .copyright button {
        margin-top: -7%;
    }
}

@media screen and (max-width:600px) {
    .logo-1 {
        width: 40%;
        margin-top: -5% ;
    }

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

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

    .divider-reservacion {
        margin-left: 32%;
    }

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

    .titulo-reservacion p {
        margin-bottom: 17%;
    }

    .divider-contacto {
        margin-left: 31%;
        margin-bottom: 5%;
    }

    .box p {
        margin-bottom: 20%;
    }

    .suscripcion {
        margin-top: 25%;
    }

    .titulo-suscripcion {
        margin-left: 10%;
    }

    .divider-footer {
        margin-top: 27%;
    }

    .copyright {
        justify-content: center;
    }

    .copyright p {
        text-align: center;
    }

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


}


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

    .banner {
        height: 300px;
    }

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

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

    .reservaciones {
        margin-top: 70%;
    }

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

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

    .email {
        width: 160px;
    }

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

}