.page-pag006 .field--name-field-hotspots-groups {
    margin-inline-start: -7.81%;
    display: block;
    box-shadow: unset;
    clip-path: unset;
    background-color: transparent;
    counter-reset: hotspots;
    padding: 0;
}

.page-pag006 .paragraph--type--hotspot {
    padding-top: 150px !important;
}

.page-pag006 .paragraph--type--grupo-hotspot .hotspot-group__header {
    display: none;
}

.page-pag006 .hotspot-list__container {
    display: flex;
    gap: 50px;
}

.page-pag006 .hotspot-list__colour {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    visibility: visible !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-pag006 .hotspot-list__colour::after {
    counter-increment: hotspots;
    content: counter(hotspots);
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.page-pag006 .hotspot-group_items {
    margin: 0;
}

.page-pag006 .hotspot-list__info_container {
    width: calc(100% - 64px);
}

.page-pag006 .hotspot-list-title__wrapper {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--grey);
}

.page-pag006 .hotspot-list__title {
    font-size: 30px !important;
    font-weight: bold !important;
}

.page-pag006 .hotspot-list__subtitle {
    font-size: 30px !important;
    color: var(--grey) !important;
}

.page-pag006 .hotspot-group_items>.paragraph--type--hotspot:hover>div,
.page-pag006 .hotspot-group_items>.paragraph--type--hotspot.active>div {
    text-decoration: none;
}

.page-pag006 .paragraph--type--hotspots-wrapper {
    display: block !important;
}

@media screen and (max-width: 991px) {
    .page-pag006 .field--name-field-hotspots-groups {
        margin-inline-start: 0 !important;
    }

    .page-pag006 .paragraph--type--hotspots-wrapper .field--name-field-image-hotspot {
        display: none;
    }

    .page-pag006 .paragraph--type--hotspots-wrapper .hotspot-list__colour {
        display: none;
    }

    .page-pag006 .paragraph--type--hotspots-wrapper .hotspot-list__container {
        gap: 0;
    }

    .page-pag006 .paragraph--type--hotspots-wrapper .hotspot-list__info_container {
        width: 100%;
    }

    .page-pag006 .paragraph--type--hotspots-wrapper .hotspot-list__info_container img {
        width: 100%;
    }

    .page-pag006 .paragraph--type--hotspot {
        padding-top: var(--margin-xl) !important;
    }
}