.info-carta {

    .vce-row-container:last-of-type .vce-col {

        .vce-row-content .vce-col:first-child p {
            font-size: 30px;
            margin-bottom: 10px !important;
            line-height: 1em;
            margin-bottom: 0px;
            font-weight: 400;
            font-family: 'Nayuki', serif;
        }

        .vce-row-content .vce-col:last-child p {
            font-size: 1.2em;
            text-align: right;
            margin-top: 5px;
        }

        .vce-text-block:last-of-type p {
            
            margin-bottom: 40px !important;
        }

    }
   
}

.info-burgers {
    .vce-text-block-wrapper, p {
        position: relative;
        z-index: 2;
    }

    .vce-col-content .vce-text-block:not(:nth-of-type(1)) {
        font-weight: 200;
        font-size: 1.5rem;
    } 
}

p.extras {
    font-size: 1.6rem !important;
}

@media screen and (max-width: 768px) {

    .info-carta {

    .vce-row-container:last-of-type .vce-col {

        .vce-row-content .vce-col:first-child p {
            font-size: 25px;
        }

        .vce-row-content .vce-col:last-child p {
            font-size: 1.2em;
            margin-top: 0px;
        }

        .vce-text-block:last-of-type p {
            
            margin-bottom: 40px !important;
        }

    }
   
}
}


.carta-4 {
    .vce-single-image-inner {
    height: 100%;
    img {
        object-position: bottom center;
    }
    }

    .vce-single-image-figure-inner {
        height: 350px;
        
    }


}

@media screen and (min-width: 2100px) {
.carta-4 {
    .vce-single-image-figure-inner {
        height: 600px;
    }
}


}

