            body {
                font-family: mukta-regular, sans-serif;
                margin: 0;
                padding: 0;
            }

            #holaburdeos .block-0 {
                width: 100%;
                max-width: 1920px;
                margin: 0 auto;
                padding-top: 20px;
            }

            /* Bloque Carousel */
            #holaburdeos .block-1 {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 90px;
            }

            #holaburdeos .carousel {
                flex: 1;
                max-width: 50%;
                margin-right: 20px;
            }

            #holaburdeos .carousel img {
                width: 100%;
                height: auto;
            }

            #holaburdeos .carousel img:not(:first-child) {
                display: none;
            }

            #holaburdeos .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 */
            #holaburdeos .block-2 {
                margin-bottom: 90px;
                text-align: center;
            }

            #holaburdeos .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;
            }

            #holaburdeos .text-medium {
                font-size: 30px;
                font-weight: 700;
                margin: 50px 0px 30px;
            }

            #holaburdeos .address {
                font-size: 18px;
                line-height: 28px;
                margin-bottom: 50px;
            }

            #holaburdeos .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 */
            #holaburdeos .block-3 {
                margin-bottom: 40px;
            }

            #holaburdeos .iframeMap {
                width: 100%;
                height: 400px;
                border: 0;
            }

            @media (max-width: 768px) {
                #holaburdeos .block-1 {
                    flex-direction: column-reverse;
                    margin-bottom: 40px;
                }

                #holaburdeos .carousel, .text-large {
                    max-width: 100%;
                    margin: 0;
                }
                #holaburdeos .block-2 {
                    margin: 0px 20px 50px;
                    text-align: center;
                }
                #holaburdeos .text-large {
                    margin-bottom: 20px;
                    font-size: 30px;
                }
                #holaburdeos .text-small{
                    text-align: center;
                    font-size: 15px;
                    line-height: 25px;
                    letter-spacing: 0.5px;
                    margin-bottom: 10px;
                    max-width: 375px;
                }
                #holaburdeos .btn-directions {
                    width: 33%;
                    font-size: 18px;
                }
                #holaburdeos .text-medium {
                    font-size: 25px;
                }
                #holaburdeos .address{
                    text-align: center;
                    font-size: 15px;
                    line-height: 25px;
                    letter-spacing: 0.5px;
                    margin: 0px auto 50px;
                    max-width: 375px;
                }
            }
            @media (max-width: 600px) {
                #holaburdeos .btn-directions {
                    width: 75%;
                    font-size: 18px;
                }
            }