    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0%;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    body {
        margin: 0 auto;
    }

    .navbar {
        background-color: rgba(0, 0, 0, 0.62);
    }

    .navbar-info {
        height: 120px;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1300px;
        margin: 0 auto;

        & img {
            width: 152px;
            height: auto;
            object-fit: contain;
            cursor: pointer;
        }

        & a {
            align-content: center;
            cursor: auto;
        }
    }

    .reserva {
        position: relative;
        display: flex;
        align-items: center;
        gap: 15px;

        & h2 {
            color: #fff;
        }

        & button {
            background-color: #a1dbcc;
            width: auto;
            height: auto;
            padding: 15px 30px;
        }
    }

    h1 {
        text-align: center;
    }

    form {
        text-align: center;
        margin: 10px auto;
    }

    .reservacion {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: auto;
        max-width: 1300px;
        margin: 50px auto;
    }

    .imagen-reservacion {
        width: 50%;
        height: auto;
        margin: 0 auto;
        z-index: -1;

        & img {
            width: 100%;
            max-width: 700px;
        }
    }

    input {
        width: 90%;
        height: 50px;
        display: block;
        margin: 10px auto;
        padding: 5px;
        background-color: rgb(236, 236, 236);
        border: none;
    }

    button {
        width: 200px;
        height: 50px;
        border-radius: 10px;
        border: none;
        background-color: #e6a235;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 500;
    }

    .info-reservacion {
        width: 45%;

        & p {
            max-width: 80%;
            margin: auto;
            font-size: 0.6rem;
        }
    }

    footer {
        height: 1080px;
        background-image: url("https://motelcies.com.mx/wp-content/uploads/2024/11/CIES-PAREJA-2.webp");
    }

    .footer-color-contain {
        height: 90%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .footer-contain {
        max-width: 1300px;
        margin: 50px auto;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .footer-logo {
        width: 48%;
        align-items: center;
        justify-content: center;

        & img {
            height: 154px;
            width: auto;
            display: block;
            margin: 0 auto 20px;
        }
    }

    .footer-info {
        width: 48%;
    }

    .card {
        width: 100%;
        padding: 120px;
        height: auto;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        text-align: center;
        margin: 0 auto;
        gap: 20px;

        & img {
            max-width: 90px;
            height: auto;
            margin: 0 auto;
        }
    }

    .redes img {
        max-width: 40px;
        height: auto;
    }

    .footer-copy {
        max-width: 1300px;
        text-align: center;
        color: #fff;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;

        & a {
            color: #e6a235;
            max-width: 200px;
            text-decoration: none;
        }
    }

    input[type="date"] {
        cursor: pointer;
        padding: 5px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 16px;
        background-color: #fff;
    }




























@media (max-width: 990px) {
    /*body{background-color: #e6a235;}*/
    .navbar-info {
        height: 250px;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1300px;
        margin: 0 auto;
        padding: 25px;

        & img {
            width: 250px;
            height: auto;
            object-fit: contain;
            cursor: pointer;
        }

        & a {
            align-content: center;
            cursor: auto;
        }
    }

    .info-reservacion {
        width: 100%;
        align-items: center;
    }
    .reservacion {
        display: flex;
        flex-direction: column;
    }
    input {
        width: 80%;
    }

    .imagen-reservacion {
        width: 100%;
        text-align: center;
        margin: 0 auto 50px;
        & img{
            min-width: 90%;
            height: auto;
        }
    }
    label{
        font-size: 1.5rem;
        font-weight: 600;
    }
    button {
        width: 250px;
        height: 100px;
        font-size: 2rem;
        margin: 50px auto;
    }
    footer {
        height: auto;
    }

    .footer-color-contain {
        height: 90%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .footer-contain {
        max-width: 1300px;
        margin: 50px auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-logo {
        width: 100%;
        align-items: center;
        justify-content: center;

        & img {
            height: 154px;
            width: auto;
            display: block;
            margin: 0 auto 20px;
        }
    }

    .footer-info {
        width: 100%;
    }

    .card {
        width: 100vw;
        padding: 120px;
        height: auto;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        text-align: center;
        margin: 0 auto;
        gap: 20px;

        & img {
            max-width: 90px;
            height: auto;
            margin: 0 auto;
        }
    }
    .footer-copy {
        max-width: 1300px;
        text-align: center;
        color: #fff;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;

        & a {
            font-size: 1.5rem;
            color: #e6a235;
            max-width: 100%;
            text-decoration: none;
        }
        & span{
            font-size: 1.5rem;
        }
    }
}