/*SISTEMA DE RESERVES */

.cover {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 110px 40px 90px;

    box-sizing: border-box;

    background: #fff;
}

.cover > .row1 {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
    margin-top: 50px;
    padding-top: 60px;

    display: grid;
    grid-template-columns: 500px minmax(0, 1fr);
    column-gap: 70px;

    align-items: start;

    box-sizing: border-box;
}


.cover .reserves-calendar {
    width: 100%;
    max-width: 500px;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
}



.cover #restaurante-esperitroca {
    display: block;

    width: 100% !important;
    max-width: 500px !important;

    margin: -34px  !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent;

    box-sizing: border-box;
}

.cover .reserves-text {
    width: 100%;
    max-width: 610px;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
}


/* Paràgrafs */
.cover .reserves-text p {
    margin: 0 0 27px;
    padding: 0;

    font-family: 'sourcesanspro-regular';
    font-size: 20px;
    line-height: 1.3;

    color: #181818;

    letter-spacing: 0;

    text-align: left;
}


/* Últim paràgraf sense marge inferior */
.cover .reserves-text p:last-child {
    margin-bottom: 0;
}


/* Email */
.cover .reserves-text a {
    color: inherit;

    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;

    text-decoration: none;
}

.cover .reserves-text a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 1100px) {

    .cover {
        padding: 80px 30px;
    }

    .cover > .row1 {
        max-width: 950px;

        grid-template-columns: 440px minmax(0, 1fr);
        column-gap: 45px;
    }

    .cover .reserves-calendar {
        max-width: 440px;
    }

    .cover #restaurante-esperitroca {
        max-width: 440px !important;
    }

    .cover .reserves-text p {
        font-size: 18px;
        line-height: 1.35;

        margin-bottom: 24px;
    }
}

@media screen and (max-width: 800px) {

    .cover {
        padding: 50px 20px 60px;
    }

    .cover > .row1 {
        display: flex;
        flex-direction: column;

        width: 100%;
        max-width: 600px;

        margin: 0 auto;
        padding-top: 20px;

        gap: 50px;

        align-items: center;
    }

    .cover .reserves-calendar {
        width: 100%;
        max-width: 500px;

        margin: 0 auto;
        padding: 0;

        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .cover #restaurante-esperitroca {
        display: block;

        width: 100% !important;
        max-width: 500px !important;

        margin: 0 auto !important;

        padding: 0 !important;
        border: 0 !important;
    }

    .cover .reserves-text {
        width: 100%;
        max-width: 600px;

        margin: 0 auto;
    }

    .cover .reserves-text p {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 480px) {

    .cover {
        padding: 40px 15px 50px;
    }

    .cover > .row1 {
        width: 100%;
        gap: 40px;

        align-items: center;
    }

    .cover .reserves-calendar {
        width: 100%;
        max-width: 500px;

        margin-left: auto;
        margin-right: auto;

        display: flex;
        justify-content: center;
    }

    .cover #restaurante-esperitroca {
        width: 100% !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }

    .cover .reserves-text p {
        font-size: 16px;
        line-height: 1.4;
    }
}
