            body {
                margin: 0;
                padding: 0;
            }

            #sevilla .block-0 {
                width: 100%;
                max-width: 1920px;
                margin: 0 auto;
                padding-top: 20px;
            }

            /* Bloque Carousel */
            #sevilla .block-1 {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 90px;
            }

            #sevilla .carousel {
                flex: 1;
                max-width: 50%;
                margin-right: 20px;
            }

            #sevilla .carousel img {
                
                height: auto;
            }
            #sevilla .banner-mov{
                display: none;
            }

            #sevilla .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 */
            #sevilla .block-2 {
                margin-bottom: 90px;
                text-align: center;
            }

            #sevilla .text-small {
                text-align: center;
                font-size: 25px;
                line-height: 35px;
                letter-spacing: 0.5px;
                margin-bottom: 10px;
                width: 100%;
                max-width: 1750px;
                margin: 0 auto;
            }

            #sevilla .text-medium {
                font-size: 30px;
                font-weight: 700;
                margin: 50px 0px 30px;
            }

            #sevilla .address {
                font-size: 25px;
                line-height: 35px;
                margin-bottom: 45px;
            }

            #sevilla .btn-directions {
                width: 320px;
                padding: 10px 20px;
                font-size: 1rem;
                background-color: #000;
                color: #fff;
                border: none;
                cursor: pointer;
                text-decoration: none;
                display: inline-block;
                text-align: center;
            }

            /* Bloque Mapa */
            #sevilla .block-3 {
                margin-bottom: 40px;
                

            }

            #sevilla .iframeMap {
                width: 1850px;
                height: 923px;
                top: 1448px;
                gap: 0px;

            }

            @media (max-width: 768px) {
                #sevilla .block-1 {
                    flex-direction: column-reverse;
                    margin-bottom: 40px;
                }
                #sevilla .banner-mov{
                    display:block;

                }
                #sevilla .carousel img:first-child{
                    display: none
                    ;

                }

                #sevilla .carousel, .text-large {
                    max-width: 100%;
                    margin: 0;
                }
                #sevilla .block-2 {
                    margin: 0px 20px 50px;
                    text-align: center;
                }
                #sevilla .text-large {
                    margin-bottom: 20px;
                    font-size: 30px;
                }
                #sevilla .text-small{
                    text-align: center;
                    font-size: 15px;
                    line-height: 25px;
                    letter-spacing: 0.5px;
                    margin-bottom: 10px;
                    max-width: 375px;
                }
                #sevilla .btn-directions {
                    width: 33%;
                    font-size: 18px;
                }
                #sevilla .text-medium {
                    font-size: 25px;
                }
                #sevilla .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) {
                #sevilla .btn-directions {
                    width: 75%;
                    font-size: 18px;
                }
            }