#reser_deli {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    min-height: 100vh;
}

#container_reserva {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 110px;
}

.text-content-reserva {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-left: 50px;
}

.btn-reserva {
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
    padding-right: 300px;
}

.text-content-reserva h1 {
    font-family: "Aboreto", serif;
    font-size: 3.4rem;
    font-weight: 400;
    color: #DD1111;
    margin-bottom: 20px;
}

.text-content-reserva p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

#reserva_btn {
    text-align: center;
    align-items: right;
    align-content: right;
    border: none;
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #C50B0B;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: backgound-color .3s ease;
}

#container_delivery{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.text-content-delivery{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-left: 50px;
}

.text-content-delivery h1 {
    font-family: "Aboreto", serif;
    font-size: 3.4rem;
    font-weight: 400;
    color: #DD1111;
    margin-bottom: 20px;
}

.text-content-delivery p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000000;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

.btn-delivery{
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
    padding-right: 300px;
}

#delivery_btn {
    text-align: center;
    align-items: right;
    align-content: right;
    border: none;
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #C50B0B;
    border-radius: 30px;
    padding: 15px 85px;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: backgound-color .3s ease;
}

@media screen and (max-width: 1170px) {
    #container_reserva {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .text-content-reserva {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }

    .btn-reserva {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 80px;
        padding-right: 80px;
    }

    .text-content-reserva h1 {
        font-size: 3rem;
        text-align: center;
    }

    .text-content-reserva p {
        text-align: justify;
        display: flex;
        flex-direction: column;
    }

    #reserva_btn {
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    padding: 2px 100px;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: backgound-color .3s ease;
    }

    #container_delivery {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .text-content-delivery {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }

    .text-content-delivery h1 {
        font-size: 3rem;
        text-align: center;
    }

    .text-content-delivery p {
        text-align: justify;
        display: flex;
        flex-direction: column;
    }

    .btn-delivery {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 80px;
        padding-right: 80px;
    }

    #reserva_btn {
        align-items: center;
        align-content: center;
        display: flex;
        flex-direction: column;
        border-radius: 30px;
        padding: 2px 80px;
        font-weight: bold;
        font-size: 1rem;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: backgound-color .3s ease;
    }

}

@media screen and (max-width: 600px) {
    #container_reserva {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .text-content-reserva {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }

    .btn-reserva {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-content-reserva h1 {
        font-size: 3rem;
        text-align: center;
    }

    .text-content-reserva p {
        text-align: justify;
        display: flex;
        flex-direction: column;
    }

    #reserva_btn {
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    padding: 2px 100px;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: backgound-color .3s ease;
    }

    #container_delivery {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .text-content-delivery {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }

    .text-content-delivery h1 {
        font-size: 3rem;
        text-align: center;
    }

    .text-content-delivery p {
        text-align: justify;
        display: flex;
        flex-direction: column;
    }

    .btn-delivery {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 60px;
        padding-right: 60px;
    }

    #reserva_btn {
        align-items: center;
        align-content: center;
        display: flex;
        flex-direction: column;
        border-radius: 30px;
        padding: 2px 80px;
        font-weight: bold;
        font-size: 1rem;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: backgound-color .3s ease;
    }

}

@media screen and (max-width: 850px) {
    #container_reserva {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .text-content-reserva {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }

    .btn-reserva {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-content-reserva h1 {
        font-size: 3rem;
        text-align: center;
    }

    .text-content-reserva p {
        text-align: justify;
        display: flex;
        flex-direction: column;
    }

    #reserva_btn {
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    padding: 2px 100px;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: backgound-color .3s ease;
    }

    #container_delivery {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .text-content-delivery {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }

    .text-content-delivery h1 {
        font-size: 3rem;
        text-align: center;
    }

    .text-content-delivery p {
        text-align: justify;
        display: flex;
        flex-direction: column;
    }

    .btn-delivery {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 60px;
        padding-right: 60px;
    }

    #reserva_btn {
        align-items: center;
        align-content: center;
        display: flex;
        flex-direction: column;
        border-radius: 30px;
        padding: 2px 80px;
        font-weight: bold;
        font-size: 1rem;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: backgound-color .3s ease;
    }

}

@media screen and (max-width: 1024px) {
    #container_reserva {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .text-content-reserva {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }

    .btn-reserva {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-content-reserva h1 {
        font-size: 3rem;
        text-align: center;
    }

    .text-content-reserva p {
        text-align: justify;
        display: flex;
        flex-direction: column;
    }

    #reserva_btn {
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    padding: 2px 100px;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: backgound-color .3s ease;
    }

    #container_delivery {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .text-content-delivery {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }

    .text-content-delivery h1 {
        font-size: 3rem;
        text-align: center;
    }

    .text-content-delivery p {
        text-align: justify;
        display: flex;
        flex-direction: column;
    }

    .btn-delivery {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 60px;
        padding-right: 60px;
    }

    #reserva_btn {
        align-items: center;
        align-content: center;
        display: flex;
        flex-direction: column;
        border-radius: 30px;
        padding: 2px 80px;
        font-weight: bold;
        font-size: 1rem;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: backgound-color .3s ease;
    }

}

