@media (max-width: 991px){
    .foto-esquerda{
        background-color: #63d9db;
        padding: 2rem 1rem 2rem 1rem;
        width: 70%;
        border-bottom-right-radius: 25px;
        left: 15%;
        position: relative;
        top: -5%;
        color: #11605e; 
    }
    .foto-direita{
        background-color: #63d9db;
        padding: 2rem 1rem 2rem 1rem;
        width: 70%;
        border-top-right-radius: 25px;
        left: 15%;
        position: relative;
        z-index: 1;
        color: #11605e; 
    }
    #carouselPratos .owl-prev
    {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        left: -5% !important;
    }
    #carouselPratos .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        right: -5% !important;
    }
    #carouselDrinks .owl-prev
    {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        left: -5% !important;
    }
    #carouselDrinks .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        right: -5% !important;
    }
}
@media (min-width: 992px) and (max-width: 1399px){
    .foto-esquerda{
        background-color: #63d9db;
        padding: 2rem 1rem 2rem 1rem;
        width: 70%;
        border-top-right-radius: 25px;
        left: 15%;
        position: relative;
        top: -5%;
        color: #11605e; 
    }
    .foto-direita{
        background-color: #63d9db;
        padding: 2rem 1rem 2rem 1rem;
        width: 70%;
        border-top-right-radius: 25px;
        left: 15%;
        position: relative;
        z-index: 1;
        color: #11605e; 
    }
    #carouselPratos .owl-prev
    {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        left: 0 !important;
    }
    #carouselPratos .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        right: 0 !important;
    }
    #carouselDrinks .owl-prev
    {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        left: 0 !important;
    }
    #carouselDrinks .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        right: 0 !important;
    }
}
@media (min-width: 1400px) and (max-width: 2001px){
    .foto-esquerda{
        background-color: #63d9db;
        padding: 2rem 1rem 2rem 1rem;
        width: 70%;
        border-top-right-radius: 25px;
        left: 15%;
        position: relative;
        top: -5%;
        color: #11605e; 
    }
    .foto-direita{
        background-color: #63d9db;
        padding: 2rem 1rem 2rem 1rem;
        width: 70%;
        border-top-right-radius: 25px;
        left: 15%;
        position: relative;
        z-index: 1;
        color: #11605e; 
    }
    #carouselPratos .owl-prev
    {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        left: -10% !important;
    }
    #carouselPratos .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        right: -10% !important;
    }
    #carouselDrinks .owl-prev
    {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        left: -10% !important;
    }
    #carouselDrinks .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        right: -10% !important;
    }
}