/*Custom Font*/
@font-face {
    font-family: "Arial Black";
    font-style: normal;
    font-weight: normal;
    src: url('ArialBlack.woff') format("woff");
}

/*Default Size*/
body {
    font-family: "Arial Black", Arial, sans-serif;
    background-color: #00b38b;
    color: white;
    margin: 0;
}

span {
    margin-top: 5px;
    margin-left: 10px;
    position: fixed;
    font-size: 40px;
    cursor: pointer;
}

h1 {
    margin-top: 0;
    font-size: 32px;
}

h2 {
    margin-top: 0;
    font-size: 24px;
}

.h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
}

.br {
    margin-top: 80px;
}

.index-body {
    font-family: "Arial Black", Arial, sans-serif;
    background-color: #00b38b;
    color: white;
    margin: auto;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/* Banner container */
.banner {
    width: 100%;
    height: auto;
    padding: 2px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: 9999;
    position: fixed;
    background-color: white;
}

/* Scrolling wrapper */
.banner-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    align-items: center;
}

.banner-msg {
    flex-shrink: 0;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    font-size: 24px !important;
    -webkit-text-size-adjust: none; /* Prevent Safari from resizing text */
    text-size-adjust: none;
    color: #00b38b;
}

.block {
    width: 600px;
    height: auto;
    padding: 20px;
    border-radius: 48px;
    margin: auto auto 10px;
    box-shadow: 0 0 10px white;
}

.text-block {
    width: 600px;
    height: auto;
    padding: 0;
    border-radius: 0;
    margin: auto;
    background-color: #00b38b;
}

.block-language {
    display: inline-table; /*allows blocks to be horizontally aligned*/
    width: 300px; /*overwrites block width*/
    background-color: #cc8a6a;
    border: 8px solid #fabb85;
    color: #5e3930;
    text-decoration: none;
    margin: 25px;
}

.block-language:hover {
    background-color: #96624c;
    border: 8px solid #cc8a6a;
    color: White;
}

.block-menu {
    display: inline-table; /*allows blocks to be horizontally aligned*/
    background-color: #cc8a6a;
    border: 8px solid #fabb85;
    color: #5e3930;
    text-decoration: none;
    margin: 10px;
}

.block-menu a {
    color: #5e3930;
    text-decoration: none;
}

.block-menu a:hover {
    color: white;
    font-size: 106%;
}

.block-options {
    display: inline-table; /*allows blocks to be horizontally aligned*/
    width: 600px; /*overwrites block width*/
    background-color: #cc8a6a;
    border: 8px solid #fabb85;
    color: #5e3930;
    text-decoration: none;
    margin: 10px;
}

.text-block-options {
    display: inline-table; /*allows blocks to be horizontally aligned*/
    width: 300px; /*overwrites block width*/
    height: auto;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background-color: #cc8a6a;
}

.sidenav {
    font-family: "Arial Black", Arial, sans-serif;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #96624c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25); /* Semi-transparent background */
    display: none; /* Initially hidden */
    z-index: 1; /* Lower than the side nav */
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 24px;
    color: #00b38b;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: white;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
}

.img-logo {
    width: 256px;
    height: 256px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-pandeelote {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-pandecoco {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-bundtcake {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-cheesecake {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-galletas {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-gelatinas {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-cajeta {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-pastisetas {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-mermelada {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-default {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

/*Screen Sizes*/

/*Mobile First*/
/* xxs */
@media (min-width: 320px) {
    body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: 0;
    }

    span {
        margin-top: 5px;
        margin-left: 10px;
        position: fixed;
        font-size: 30px;
        cursor: pointer;
    }

    h1 {
        margin-top: 0;
        font-size: 24px;
    }

    h2 {
        margin-top: 0;
        font-size: 16px;
    }

    .h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
    }

    .br {
        margin-top: 40px;
    }

    .index-body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: auto;
    }

    .left {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    /* Banner container */
    .banner {
        width: 100%;
        height: auto;
        padding: 1px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        z-index: 9999;
        position: fixed;
        background-color: white;
    }

    /* Scrolling wrapper */
    .banner-track {
        display: flex;
        white-space: nowrap;
        will-change: transform;
        align-items: center;
    }

    .banner-msg {
        flex-shrink: 0;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        font-size: 16px !important;
        -webkit-text-size-adjust: none; /* Prevent Safari from resizing text */
        text-size-adjust: none;
        color: #00b38b;
    }

    .block {
        width: 300px;
        height: auto;
        padding: 10px;
        border-radius: 24px;
        margin: auto auto 5px;
        box-shadow: 0 0 5px white;
    }

    .text-block {
        width: 300px;
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: auto;
        background-color: #00b38b;
    }

    .block-language {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 180px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 4px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 12.5px;
    }

    .block-language:hover {
        background-color: #96624c;
        border: 4px solid #cc8a6a;
        color: White;
    }

    .block-menu {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        background-color: #cc8a6a;
        border: 4px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 5px;
    }

    .block-menu a {
        color: #5e3930;
        text-decoration: none;
    }

    .block-menu a:hover {
        color: white;
        font-size: 106%;
    }

    .block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 300px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 4px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 5px;
    }

    .text-block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 150px; /*overwrites block width*/
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background-color: #cc8a6a;
    }

    .sidenav {
        font-family: "Arial Black", Arial, sans-serif;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #96624c;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); /* Semi-transparent background */
        display: none; /* Initially hidden */
        z-index: 1; /* Lower than the side nav */
    }

    .sidenav a {
        padding: 4px 4px 4px 16px;
        text-decoration: none;
        font-size: 16px;
        color: #00b38b;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: white;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 24px;
    }

    .img-logo {
        width: 128px;
        height: 128px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandeelote {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandecoco {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-bundtcake {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cheesecake {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-galletas {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-gelatinas {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cajeta {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pastisetas {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-mermelada {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-default {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* xs */
@media (min-width: 375px) {
    body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: 0;
    }

    span {
        margin-top: 5px;
        margin-left: 10px;
        position: fixed;
        font-size: 30px;
        cursor: pointer;
    }

    h1 {
        margin-top: 0;
        font-size: 24px;
    }

    h2 {
        margin-top: 0;
        font-size: 16px;
    }

    .h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
    }

    .br {
        margin-top: 40px;
    }

    .index-body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: auto;
    }

    .left {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    /* Banner container */
    .banner {
        width: 100%;
        height: auto;
        padding: 1px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        z-index: 9999;
        position: fixed;
        background-color: white;
    }

    /* Scrolling wrapper */
    .banner-track {
        display: flex;
        white-space: nowrap;
        will-change: transform;
        align-items: center;
    }

    .banner-msg {
        flex-shrink: 0;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        font-size: 16px !important;
        -webkit-text-size-adjust: none; /* Prevent Safari from resizing text */
        text-size-adjust: none;
        color: #00b38b;
    }

    .block {
        width: 300px;
        height: auto;
        padding: 10px;
        border-radius: 24px;
        margin: auto auto 5px;
        box-shadow: 0 0 5px white;
    }

    .text-block {
        width: 300px;
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: auto;
        background-color: #00b38b;
    }

    .block-language {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 180px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 4px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 12.5px;
    }

    .block-language:hover {
        background-color: #96624c;
        border: 4px solid #cc8a6a;
        color: White;
    }

    .block-menu {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        background-color: #cc8a6a;
        border: 4px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 5px;
    }

    .block-menu a {
        color: #5e3930;
        text-decoration: none;
    }

    .block-menu a:hover {
        color: white;
        font-size: 106%;
    }

    .block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 300px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 4px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 5px;
    }

    .text-block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 150px; /*overwrites block width*/
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background-color: #cc8a6a;
    }

    .sidenav {
        font-family: "Arial Black", Arial, sans-serif;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #96624c;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); /* Semi-transparent background */
        display: none; /* Initially hidden */
        z-index: 1; /* Lower than the side nav */
    }

    .sidenav a {
        padding: 4px 4px 4px 16px;
        text-decoration: none;
        font-size: 16px;
        color: #00b38b;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: white;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 24px;
    }

    .img-logo {
        width: 128px;
        height: 128px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandeelote {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandecoco {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-bundtcake {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cheesecake {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-galletas {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-gelatinas {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cajeta {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pastisetas {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-mermelada {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-default {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* sm */
@media (min-width: 425px) {
    body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: 0;
    }

    span {
        margin-top: 5px;
        margin-left: 10px;
        position: fixed;
        font-size: 30px;
        cursor: pointer;
    }

    h1 {
        margin-top: 0;
        font-size: 24px;
    }

    h2 {
        margin-top: 0;
        font-size: 16px;
    }

    .h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
    }

    .br {
        margin-top: 40px;
    }

    .index-body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: auto;
    }

    .left {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    /* Banner container */
    .banner {
        width: 100%;
        height: auto;
        padding: 1px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        z-index: 9999;
        position: fixed;
        background-color: white;
    }

    /* Scrolling wrapper */
    .banner-track {
        display: flex;
        white-space: nowrap;
        will-change: transform;
        align-items: center;
    }

    .banner-msg {
        flex-shrink: 0;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        font-size: 16px !important;
        -webkit-text-size-adjust: none; /* Prevent Safari from resizing text */
        text-size-adjust: none;
        color: #00b38b;
    }

    .block {
        width: 300px;
        height: auto;
        padding: 10px;
        border-radius: 24px;
        margin: auto auto 5px;
        box-shadow: 0 0 5px white;
    }

    .text-block {
        width: 300px;
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: auto;
        background-color: #00b38b;
    }

    .block-language {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 180px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 4px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 12.5px;
    }

    .block-language:hover {
        background-color: #96624c;
        border: 4px solid #cc8a6a;
        color: White;
    }

    .block-menu {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        background-color: #cc8a6a;
        border: 4px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 5px;
    }

    .block-menu a {
        color: #5e3930;
        text-decoration: none;
    }

    .block-menu a:hover {
        color: white;
        font-size: 106%;
    }

    .block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 300px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 4px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 5px;
    }

    .text-block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 150px; /*overwrites block width*/
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background-color: #cc8a6a;
    }

    .sidenav {
        font-family: "Arial Black", Arial, sans-serif;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #96624c;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); /* Semi-transparent background */
        display: none; /* Initially hidden */
        z-index: 1; /* Lower than the side nav */
    }

    .sidenav a {
        padding: 4px 4px 4px 16px;
        text-decoration: none;
        font-size: 16px;
        color: #00b38b;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: white;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 24px;
    }

    .img-logo {
        width: 128px;
        height: 128px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandeelote {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandecoco {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-bundtcake {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cheesecake {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-galletas {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-gelatinas {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cajeta {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pastisetas {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-mermelada {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-default {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* md */
@media (min-width: 768px) {
    body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: 0;
    }

    span {
        margin-top: 5px;
        margin-left: 10px;
        position: fixed;
        font-size: 40px;
        cursor: pointer;
    }

    h1 {
        margin-top: 0;
        font-size: 32px;
    }

    h2 {
        margin-top: 0;
        font-size: 24px;
    }

    .h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
    }

    .br {
        margin-top: 80px;
    }

    .index-body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: auto;
    }

    .left {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    /* Banner container */
    .banner {
        width: 100%;
        height: auto;
        padding: 2px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        z-index: 9999;
        position: fixed;
        background-color: white;
    }

    /* Scrolling wrapper */
    .banner-track {
        display: flex;
        white-space: nowrap;
        will-change: transform;
        align-items: center;
    }

    .banner-msg {
        flex-shrink: 0;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        font-size: 24px !important;
        -webkit-text-size-adjust: none; /* Prevent Safari from resizing text */
        text-size-adjust: none;
        color: #00b38b;
    }

    .block {
        width: 600px;
        height: auto;
        padding: 20px;
        border-radius: 48px;
        margin: auto auto 10px;
        box-shadow: 0 0 10px white;
    }

    .text-block {
        width: 600px;
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: auto;
        background-color: #00b38b;
    }

    .block-language {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 300px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 8px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 25px;
    }

    .block-language:hover {
        background-color: #96624c;
        border: 8px solid #cc8a6a;
        color: White;
    }

    .block-menu {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        background-color: #cc8a6a;
        border: 8px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 10px;
    }

    .block-menu a {
        color: #5e3930;
        text-decoration: none;
    }

    .block-menu a:hover {
        color: white;
        font-size: 106%;
    }

    .block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 600px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 8px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 10px;
    }

    .text-block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 300px; /*overwrites block width*/
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background-color: #cc8a6a;
    }

    .sidenav {
        font-family: "Arial Black", Arial, sans-serif;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #96624c;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); /* Semi-transparent background */
        display: none; /* Initially hidden */
        z-index: 1; /* Lower than the side nav */
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 24px;
        color: #00b38b;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: white;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 32px;
    }

    .img-logo {
        width: 256px;
        height: 256px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandeelote {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandecoco {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-bundtcake {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cheesecake {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-galletas {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-gelatinas {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cajeta {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pastisetas {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-mermelada {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-default {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* lg */
@media (min-width: 1024px) {
    body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: 0;
    }

    span {
        margin-top: 5px;
        margin-left: 10px;
        position: fixed;
        font-size: 40px;
        cursor: pointer;
    }

    h1 {
        margin-top: 0;
        font-size: 32px;
    }

    h2 {
        margin-top: 0;
        font-size: 24px;
    }

    .h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
    }

    .br {
        margin-top: 80px;
    }

    .index-body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: auto;
    }

    .left {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    /* Banner container */
    .banner {
        width: 100%;
        height: auto;
        padding: 2px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        z-index: 9999;
        position: fixed;
        background-color: white;
    }

    /* Scrolling wrapper */
    .banner-track {
        display: flex;
        white-space: nowrap;
        will-change: transform;
        align-items: center;
    }

    .banner-msg {
        flex-shrink: 0;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        font-size: 24px !important;
        -webkit-text-size-adjust: none; /* Prevent Safari from resizing text */
        text-size-adjust: none;
        color: #00b38b;
    }

    .block {
        width: 600px;
        height: auto;
        padding: 20px;
        border-radius: 48px;
        margin: auto auto 10px;
        box-shadow: 0 0 10px white;
    }

    .text-block {
        width: 600px;
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: auto;
        background-color: #00b38b;
    }

    .block-language {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 300px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 8px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 25px;
    }

    .block-language:hover {
        background-color: #96624c;
        border: 8px solid #cc8a6a;
        color: White;
    }

    .block-menu {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        background-color: #cc8a6a;
        border: 8px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 10px;
    }

    .block-menu a {
        color: #5e3930;
        text-decoration: none;
    }

    .block-menu a:hover {
        color: white;
        font-size: 106%;
    }

    .block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 600px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 8px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 10px;
    }

    .text-block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 300px; /*overwrites block width*/
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background-color: #cc8a6a;
    }

    .sidenav {
        font-family: "Arial Black", Arial, sans-serif;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #96624c;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); /* Semi-transparent background */
        display: none; /* Initially hidden */
        z-index: 1; /* Lower than the side nav */
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 24px;
        color: #00b38b;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: white;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 32px;
    }

    .img-logo {
        width: 256px;
        height: 256px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandeelote {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandecoco {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-bundtcake {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cheesecake {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-galletas {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-gelatinas {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cajeta {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pastisetas {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-mermelada {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-default {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* xl */
@media (min-width: 1440px) {
    body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: 0;
    }

    span {
        margin-top: 5px;
        margin-left: 10px;
        position: fixed;
        font-size: 40px;
        cursor: pointer;
    }

    h1 {
        margin-top: 0;
        font-size: 32px;
    }

    h2 {
        margin-top: 0;
        font-size: 24px;
    }

    .h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
    }

    .br {
        margin-top: 80px;
    }

    .index-body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: auto;
    }

    .left {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    /* Banner container */
    .banner {
        width: 100%;
        height: auto;
        padding: 2px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        z-index: 9999;
        position: fixed;
        background-color: white;
    }

    /* Scrolling wrapper */
    .banner-track {
        display: flex;
        white-space: nowrap;
        will-change: transform;
        align-items: center;
    }

    .banner-msg {
        flex-shrink: 0;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        font-size: 24px !important;
        -webkit-text-size-adjust: none; /* Prevent Safari from resizing text */
        text-size-adjust: none;
        color: #00b38b;
    }

    .block {
        width: 600px;
        height: auto;
        padding: 20px;
        border-radius: 48px;
        margin: auto auto 10px;
        box-shadow: 0 0 10px white;
    }

    .text-block {
        width: 600px;
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: auto;
        background-color: #00b38b;
    }

    .block-language {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 300px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 8px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 25px;
    }

    .block-language:hover {
        background-color: #96624c;
        border: 8px solid #cc8a6a;
        color: White;
    }

    .block-menu {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        background-color: #cc8a6a;
        border: 8px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 10px;
    }

    .block-menu a {
        color: #5e3930;
        text-decoration: none;
    }

    .block-menu a:hover {
        color: white;
        font-size: 106%;
    }

    .block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 600px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 8px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 10px;
    }

    .text-block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 300px; /*overwrites block width*/
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background-color: #cc8a6a;
    }

    .sidenav {
        font-family: "Arial Black", Arial, sans-serif;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #96624c;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); /* Semi-transparent background */
        display: none; /* Initially hidden */
        z-index: 1; /* Lower than the side nav */
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 24px;
        color: #00b38b;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: white;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 32px;
    }

    .img-logo {
        width: 256px;
        height: 256px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandeelote {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandecoco {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-bundtcake {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cheesecake {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-galletas {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-gelatinas {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cajeta {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pastisetas {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-mermelada {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-default {
        width: 300px;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* 2xl */
@media (min-width: 2560px) {
    body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: 0;
    }

    span {
        margin-top: 10px;
        margin-left: 20px;
        position: fixed;
        font-size: 80px;
        cursor: pointer;
    }

    h1 {
        margin-top: 0;
        font-size: 64px;
    }

    h2 {
        margin-top: 0;
        font-size: 48px;
    }

    .h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 48px;
    }

    .br {
        margin-top: 160px;
    }

    .index-body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: auto;
    }

    .left {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    /* Banner container */
    .banner {
        width: 100%;
        height: auto;
        padding: 4px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        z-index: 9999;
        position: fixed;
        background-color: white;
    }

    /* Scrolling wrapper */
    .banner-track {
        display: flex;
        white-space: nowrap;
        will-change: transform;
        align-items: center;
    }

    .banner-msg {
        flex-shrink: 0;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        font-size: 48px !important;
        -webkit-text-size-adjust: none; /* Prevent Safari from resizing text */
        text-size-adjust: none;
        color: #00b38b;
    }

    .block {
        width: 1200px;
        height: auto;
        padding: 40px;
        border-radius: 96px;
        margin: auto auto 20px;
        box-shadow: 0 0 20px white;
    }

    .text-block {
        width: 1200px;
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: auto;
        background-color: #00b38b;
    }

    .block-language {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 600px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 16px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 50px;
    }

    .block-language:hover {
        background-color: #96624c;
        border: 16px solid #cc8a6a;
        color: White;
    }

    .block-menu {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        background-color: #cc8a6a;
        border: 16px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 20px;
    }

    .block-menu a {
        color: #5e3930;
        text-decoration: none;
    }

    .block-menu a:hover {
        color: white;
        font-size: 106%;
    }

    .block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 1200px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 16px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 20px;
    }

    .text-block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 600px; /*overwrites block width*/
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background-color: #cc8a6a;
    }

    .sidenav {
        font-family: "Arial Black", Arial, sans-serif;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #96624c;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 120px;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); /* Semi-transparent background */
        display: none; /* Initially hidden */
        z-index: 1; /* Lower than the side nav */
    }

    .sidenav a {
        padding: 16px 16px 16px 64px;
        text-decoration: none;
        font-size: 48px;
        color: #00b38b;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: white;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 64px;
    }

    .img-logo {
        width: 512px;
        height: 512px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandeelote {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandecoco {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-bundtcake {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cheesecake {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-galletas {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-gelatinas {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cajeta {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pastisetas {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-mermelada {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-default {
        width: 600px;
        height: 600px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* 3xl */
@media (min-width: 5120px) {
    body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: 0;
    }

    span {
        margin-top: 20px;
        margin-left: 40px;
        position: fixed;
        font-size: 160px;
        cursor: pointer;
    }

    h1 {
        margin-top: 0;
        font-size: 128px;
    }

    h2 {
        margin-top: 0;
        font-size: 96px;
    }

    .h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 96px;
    }

    .br {
        margin-top: 320px;
    }

    .index-body {
        font-family: "Arial Black", Arial, sans-serif;
        background-color: #00b38b;
        color: white;
        margin: auto;
    }

    .left {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    /* Banner container */
    .banner {
        width: 100%;
        height: auto;
        padding: 8px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        z-index: 9999;
        position: fixed;
        background-color: white;
    }

    /* Scrolling wrapper */
    .banner-track {
        display: flex;
        white-space: nowrap;
        will-change: transform;
        align-items: center;
    }

    .banner-msg {
        flex-shrink: 0;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        font-size: 96px !important;
        -webkit-text-size-adjust: none; /* Prevent Safari from resizing text */
        text-size-adjust: none;
        color: #00b38b;
    }

    .block {
        width: 2400px;
        height: auto;
        padding: 80px;
        border-radius: 192px;
        margin: auto auto 40px;
        box-shadow: 0 0 40px white;
    }

    .text-block {
        width: 2400px;
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: auto;
        background-color: #00b38b;
    }

    .block-language {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 1200px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 32px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 100px;
    }

    .block-language:hover {
        background-color: #96624c;
        border: 32px solid #cc8a6a;
        color: White;
    }

    .block-menu {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        background-color: #cc8a6a;
        border: 32px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 40px;
    }

    .block-menu a {
        color: #5e3930;
        text-decoration: none;
    }

    .block-menu a:hover {
        color: white;
        font-size: 106%;
    }

    .block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 2400px; /*overwrites block width*/
        background-color: #cc8a6a;
        border: 32px solid #fabb85;
        color: #5e3930;
        text-decoration: none;
        margin: 40px;
    }

    .text-block-options {
        display: inline-table; /*allows blocks to be horizontally aligned*/
        width: 1200px; /*overwrites block width*/
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background-color: #cc8a6a;
    }

    .sidenav {
        font-family: "Arial Black", Arial, sans-serif;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #96624c;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 240px;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); /* Semi-transparent background */
        display: none; /* Initially hidden */
        z-index: 1; /* Lower than the side nav */
    }

    .sidenav a {
        padding: 32px 32px 32px 128px;
        text-decoration: none;
        font-size: 96px;
        color: #00b38b;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: white;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 128px;
    }

    .img-logo {
        width: 1024px;
        height: 1024px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandeelote {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pandecoco {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-bundtcake {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cheesecake {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-galletas {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-gelatinas {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-cajeta {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-pastisetas {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-mermelada {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-default {
        width: 1200px;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
    }
}