            body {
                font-family: mukta-regular, sans-serif;
                margin: 0;
                padding: 0;
            }

            [id^="hola"].storepage .block-0 {
                width: 100%;
                max-width: 1920px;
                margin: 0 auto;
                padding-top: 20px;
            }

            /* Bloque Carousel */
            [id^="hola"].storepage .block-1 {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 60px;
            }

            [id^="hola"].storepage .carousel {
                flex: 1;
                max-width: 50%;
                margin-right: 20px;
            }

            [id^="hola"].storepage .carousel img {
                width: 100%;
                height: auto;
            }

            [id^="hola"].storepage .carousel img:not(:first-child) {
                display: none;
            }

            [id^="hola"].storepage .text-large {
                flex: 1;
                max-width: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 4rem;
                color: #E20026;
                font-weight: 700;
                text-align: center;
            }

            /* Bloque textos */
            [id^="hola"].storepage .block-2 {
                margin-bottom: 60px;
                text-align: center;
            }

            [id^="hola"].storepage .block-2 .text-small  {
                width: 90%;
            }

            [id^="hola"].storepage .text-small {
                text-align: center;
                font-size: 18px;
                line-height: 28px;
                letter-spacing: 0.5px;
                margin-bottom: 10px;
                width: 100%;
                max-width: 1750px;
                margin: 0 auto;
            }

            [id^="hola"].storepage .text-medium {
                font-size: 30px;
                font-weight: 700;
                margin: 50px 0px 30px;
            }

            [id^="hola"].storepage .address {
                font-size: 18px;
                line-height: 28px;
                margin-bottom: 40px;
            }

            [id^="hola"].storepage .btn-directions {
                width: 320px;
                padding: 10px 20px;
                font-size: 1rem;
                background-color: #E20026;
                color: #fff;
                border: none;
                cursor: pointer;
                text-decoration: none;
                display: inline-block;
                text-align: center;
            }

            /* Bloque Mapa */
            [id^="hola"].storepage .block-3 {
                margin-bottom: 70px;
            }

            [id^="hola"].storepage .iframeMap {
                width: 100%;
                height: 400px;
                border: 0;
            }

            /*Bloque Rivoli Paris*/

            [id^="hola"].storepage .block-4 {
                display: flex;
                flex-wrap: wrap;
                flex-direction: row-reverse;
                margin-bottom: 60px;
            }

            [id^="hola"].storepage .block-4 img {
                max-width: 50%;
            }


             [id^="hola"].storepage .block-4 .left-image {
                    max-width: 40%;
                    margin-left: 5%;
                    margin-right: 5%;
             }

             [id^="hola"].storepage .block-4 .text-small {
                text-align: left;
             }

            @media (max-width: 768px) {
                [id^="hola"].storepage .block-1 {
                    flex-direction: column-reverse;
                    margin-bottom: 40px;
                }

                [id^="hola"].storepage .carousel, .text-large {
                    max-width: 100%;
                    margin: 0;
                }
                [id^="hola"].storepage .block-2 {
                    margin: 0px 20px 50px;
                    text-align: center;
                }
                [id^="hola"].storepage .text-large {
                    margin-bottom: 20px;
                    font-size: 30px;
                    text-align: center;
                    max-width: 100%;
                }
                [id^="hola"].storepage .text-small{
                    text-align: center;
                    font-size: 15px;
                    line-height: 25px;
                    letter-spacing: 0.5px;
                    margin-bottom: 10px;
                    max-width: 375px;
                }
                [id^="hola"].storepage .btn-directions {
                    width: 33%;
                    font-size: 18px;
                }
                [id^="hola"].storepage .text-medium {
                    font-size: 25px;
                    margin: 30px 0px 20px;
                }
                [id^="hola"].storepage .address {
                    text-align: center;
                    font-size: 15px;
                    line-height: 25px;
                    letter-spacing: 0.5px;
                    margin: 0px auto 30px;
                    max-width: 375px;
                }

                /*Bloque 4 Rivoli*/

                [id^="hola"].storepage .block-4 {
                    flex-direction: column-reverse;
                    margin-bottom: 0;
                }

                [id^="hola"].storepage .block-4 img {
                    max-width: 100%;
                }

                [id^="hola"].storepage .block-4 .left-image {
                    max-width: 90%;
                    margin-left: 5%;
                    margin-right: 5%;
                }

                [id^="hola"].storepage .block-4 .text-medium {
                    font-size: 25px;
                    text-align: center;
                    margin-top: 35px;
                    margin-bottom: 20px;
                }

                [id^="hola"].storepage .block-4 .text-small {
                    text-align: center;
                    margin-bottom: 35px;
                }

                [id^="hola"].storepage .block-3 {
                    margin-bottom: 0;
                }

                #map-mobile {
                    margin-bottom: 70px;
                }
            }
            @media (max-width: 600px) {
                [id^="hola"].storepage .btn-directions {
                    width: 75%;
                    font-size: 18px;
                }
            }