@media screen and (max-width: 1629px) {
    .germans-roca p {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .row2 {
        width: 1000px;
    }
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 2%;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .row2 {
        width: 750px;
    }
}

@media screen and (max-width: 800px) {
    #sb_instagram.sbi_tab_col_4 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .is-mobile {
        visibility: visible;
    }

    body {
        --wp--preset--font-size--x-large: 35px;
    }

    #page>.wp-block-columns.is-not-stacked-on-mobile,
    #page>.post-content>.wp-block-columns.is-not-stacked-on-mobile {
        padding: 0 5px;
    }

    #page>.wp-block-columns,
    #page>.post-content>.wp-block-columns {
        padding: 0 15px;
    }

    h1 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    h1.has-x-large-font-size {
        margin-bottom: 0;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    .post-content ol>li,
    .post-content ul>li {
        font-size: 14px;
        line-height: 20px;
        margin-left: 20px;
    }

    p.has-large-font-size {
        font-size: 24px !important;
        line-height: 42px;
        padding: 0 50px;
    }

    .wp-block-spacer.responsive,
    .wp-block-spacer.espaiador-carta {
        height: 60px !important;
    }

    .wp-block-spacer.responsive:last-of-type,
    .wp-block-spacer.espaiador-carta:last-of-type {
        height: 40px !important;
    }

    .sticky-wrapper:not(.is-sticky) .top-hdr .top-main .top-mid .logo-lnk.logo-lnk-show {
        display: none;
    }

    .germans-roca p {
        font-size: 14px;
        line-height: 20px;
    }

    .normals-para p {
        font-size: 24px !important;
        line-height: 30px;
        padding: 0 50px;
    }

    .block-imagen-responsive img {
        height: 420px !important;
        object-fit: cover;
    }

    .row2 {
        width: 100%;
        padding: 0px 12px;
    }

    .post-content .form-post-password h1 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    /* PARA QUE NO SE CORTE MENU EN FRANCES E INGLES EN LA PAGINA DE CARTA (PLANTILLA PREDETERMINADA) */
    .a-la-carte-menu-columns {
        padding: 0;
        column-gap: 6px;
    }

    .a-la-carte-menu-columns>.wp-block-column:nth-child(2) {
        flex-basis: 20% !important;
    }
}

@media screen and (max-width: 600px) {
    .block-imagen img.desk_img {
        display: none;
    }

    .block-imagen img.resp_img {
        display: block !important;
        height: auto !important;
    }
}

@media screen and (max-width: 639px) {
    body {
        --wp--preset--font-size--x-large: 25px;
    }

    h1 {
        font-size: 24px !important;
        line-height: 34px;
        margin-bottom: 15px;
    }

    p.has-large-font-size {
        font-size: 16px !important;
        line-height: 30px;
        padding: 0 28px;
        margin-bottom: 5px;
    }

    .wp-block-spacer {
        height: 10px !important;
    }

    .wp-block-spacer.responsive,
    .wp-block-spacer.espaiador-carta {
        height: 60px !important;
    }

    .wp-block-spacer.responsive:last-of-type,
    .wp-block-spacer.espaiador-carta:last-of-type {
        height: 40px !important;
    }

    .block-imagen.anchura-responsive .block-imagen-cont {
        width: 45% !important;
    }

    .block-imagen.anchura-responsive-60 .block-imagen-cont {
        width: 60% !important;
        margin-top: 20px;
    }

    .normals-para p {
        font-size: 16px !important;
        line-height: 22px;
        padding: 0px 40px;
    }

    .wp-block-column.margin-bottom-minus-28 {
        margin-bottom: -28px !important;
    }

    .wp-block-column.margin-bottom-minus-28 {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 359px) {
    body {
        --wp--preset--font-size--x-large: 25px;
    }

    p.has-large-font-size {
        padding: 0 25px;
    }

    .post-password .password-cont {
        width: 200px;
    }

    .post-password .password-cont button[type=submit] {
        right: 0;
    }

    .normals-para p.has-large-font-size {
        padding: 0px 40px;
    }

    .post-content .form-post-password h1 {
        font-size: 24px !important;
        line-height: 34px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:479px) {
    .top-hdr .top-main .top-lft ul li {
        margin-right: 12px;
    }
}

@media screen and (max-width:350px) {
    .top-hdr .top-main .top-lft ul li {
        margin-right: 8px;
    }
}