:root {
  --spacet-white: #FFF;
  --spacet-green: #00a443;
  --spacet-green-1: #007F33;
  --spacet-forest: #00402A;
  --spacet-brown: #3A3735;
  --spacet-brown-light: #615D5A;
  --spacet-sand-1: #FFFEFF;
  --spacet-black: #00100B;
  --spacet-border: #D8CFC7;
  --spacet-border-light: #B0A9A3;
}

#spacet {
    width: 100%;
    max-width: 980px;
    padding: 33px 16px;
    margin: 20px auto;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid var(--spacet-border);
    background: var(--spacet-white);
}

#spacet * {
    font-family: "IberPangea" !important;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#spacet strong {
    font-family: 'IberPangeaText Bold' !important;
    font-weight: bold !important;
}

#spacet em {
    font-style: italic !important;
}

#spacet h2,
#spacet h3,
#spacet h4 {
    margin-top: 0 !important;
}

#spacet ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#spacet ul li:before {
    content: none !important;
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#spacet img,
#spacet svg,
#spacet video {
    display: block;
    width: 100%;
}

#spacet .swiper-autoheight,
#spacet .swiper-autoheight .swiper-slide {
    height: auto;
}

#spacet .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

#spacet .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

#spacet .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

#spacet .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

#spacet .swiper-fade .swiper-slide-active,
#spacet .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

#spacet .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

#spacet .swiper-android .swiper-slide,
#spacet .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

#spacet .swiper-pointer-events {
    touch-action: pan-y;
}

#spacet .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}

#spacet .swiper-slide-invisible-blank {
    visibility: hidden;
}

#spacet .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#spacet .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

#spacet .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

#spacet .swiper-button-lock {
    display: none;
}

#spacet .swiper-slide {
    overflow: hidden;
}

#spacet .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 16px auto 0;
}

#spacet .swiper-button-prev,
#spacet .swiper-button-next {
    width: 32px;
    height: 32px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#spacet .swiper-button-prev {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/ico-prev.svg");
}

#spacet .swiper-button-next {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/ico-next.svg");
}

#spacet .swiper-button-prev.swiper-button-disabled,
#spacet .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

#spacet .spacet_swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
}

#spacet .spacet_title {
    color: var(--spacet-green-1) !important;
    font-size: 32px;
    line-height: 1.125;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-wrap: balance;
    margin-right: auto;
    margin-bottom: 24px;
}

#spacet .spacet_description {
    color: var(--spacet-brown) !important;
    font-size: 18px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 19px;
}

#spacet .spacet_media {
    width: 100%;
    position: relative;
    overflow: visible;
    z-index: 3;
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
}

#spacet .spacet_media:after {
    content: '';
    display: block;
    width: 12px;
    height: 60px; 
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/point.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 12px auto;
    position: absolute;
    top: 190px;
    left: 11%;
    z-index: 1;
    transform: translateX(-50%);
    transition: all 1s;
}
@media (max-width: 768px) {
    #spacet .spacet_media:after {
        height: 130px;
        top: 100px;
    }
}

#spacet[data-position="1"] .spacet_media:after {
    top: 55px;
    left: 50%;
    height: 167px;
}

#spacet[data-position="2"] .spacet_media:after {
    top: 55px;
    left: 95%;
    height: 167px;
}

#spacet .spacet_media_title {
    border-radius: 15px;
    border: 1px solid var(--spacet-sand-1);
    background: var(--spacet-green-1);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--spacet-sand-1) !important;
    font-size: 14px;
    line-height: 1.42;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin-bottom: -21px;
    position: relative;
    z-index: 2;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#spacet .spacet_media_title:after {
    content: '';
    display: block;
    width: 6px;
    height: 19px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/dot.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#spacet .spacet_media_content {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/bg-space.svg'), url('/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/limit.svg');
    background-position: center top, center 37px;
    background-size: cover, 761px auto;
    background-repeat: no-repeat, no-repeat;
    border-radius: 15px;
    background-color: var(--spacet-black);
    height: 184px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#spacet .spacet_media_tag {
    width: 681px;
    position: absolute;
    top: 77px;
    left: 50%;
    margin-left: -340px;
    transform: rotate(0deg);
    transition: all 1s;
}

#spacet[data-position="1"] .spacet_media_tag {
    transform: rotate(50deg);
}

#spacet[data-position="2"] .spacet_media_tag {
    transform: rotate(97deg);
}

#spacet .spacet_item {
    position: relative;
    background-color: var(--spacet-white);
}

#spacet .spacet_item_title {
    border-radius: 15px 15px 0 0;
    border: 1px solid var(--spacet-green-1);
    background: var(--spacet-green-1);
    color: var(--spacet-sand-1) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 10px 16px;
}

#spacet .spacet_item_text {
    border: 1px solid var(--spacet-green-1);
    border-radius: 0 0 15px 15px;
    background: var(--spacet-white);
    padding: 16px;
    color: var(--spacet-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

#spacet .spacet_accordion {
    border-radius: 15px;
    border: 1px solid var(--spacet-green-1);
    background: var(--spacet-white);
    overflow: hidden;
    margin-bottom: 16px;
}

#spacet .spacet_accordion_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 50px;
    text-decoration: none;
    position: relative;
}

#spacet .spacet_accordion.active .spacet_accordion_header {
    background-color: var(--spacet-green-1);
}

#spacet .spacet_accordion_header:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/ico-mas.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

#spacet .spacet_accordion.active .spacet_accordion_header:after {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/ico-cerrar.svg');
}

#spacet .spacet_accordion_header_icon {
    max-width: 70px;
    margin-right: 4px;
}

#spacet .spacet_accordion.active .spacet_accordion_header_icon {
    filter: brightness(0) invert(1);
}

#spacet .spacet_accordion_header_title {
    color: var(--spacet-brown) !important;
    font-size: 16px;
    line-height: 1.37;
    font-style: normal;
    font-weight: 500;
    text-align: left;
}

#spacet .spacet_accordion.active .spacet_accordion_header_title {
    color: var(--spacet-white) !important;
}

#spacet .spacet_accordion_content {
    max-height: 0;
    transition: max-height 0s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
}
  
#spacet .spacet_accordion.active .spacet_accordion_content {
    max-height: 1200px;
    transition: max-height 0s ease-in-out;
}

#spacet .spacet_accordion_content dl {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#spacet .spacet_accordion_content dt {
    width: calc(46% - 6px);
    border-radius: 15px;
    border: 1px solid var(--spacet-green-1);
    background: var(--spacet-sand-1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9px 11px;
    color: var(--spacet-green-1) !important;
    font-size: 14px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

#spacet .spacet_accordion_content dd {
    width: calc(54% - 6px);
    border-radius: 15px;
    border: 1px solid var(--spacet-border-light);
    background: var(--spacet-sand-1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9px 11px;
    color: var(--spacet-brown) !important;
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

#spacet .spacet_illustration {
    display: block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 24px;
}

#spacet .spacet_illustration picture,
#spacet .spacet_illustration img {
    display: block;
    width: 100%;
}

#spacet .spacet_note {
    color: var(--spacet-light) !important;
    font-size: 14px;
    line-height: 1.28;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

#spacet .spacet_note span {
    color: var(--spacet-brown) !important;
    font-style: italic;
}

@media (min-width: 700px) {

    #spacet {
        padding: 40px 32px;
    }

    #spacet .swiper-button-prev:hover {
        background-image: url("/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/ico-prev-hover.svg");
    }

    #spacet .swiper-button-next:hover {
        background-image: url("/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/ico-next-hover.svg");
    }

    #spacet .swiper-pagination {
        display: flex;
    }

    #spacet .spacet_item_number {
        top: 24px;
    }

    #spacet .swiper-controls {
        align-items: center;
    }

    #spacet .spacet_media_content {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/bg-space-d.svg'), url('/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/limit.svg');
    }

    #spacet .spacet_accordion_header:hover:after {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/turismo-espacial/images/ico-mas-hover.svg');
    }

    #spacet .spacet_accordion_content dt {
        width: calc(29% - 6px);
        font-size: 16px;
        text-align: left;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #spacet .spacet_accordion_content dd {
        width: calc(71% - 6px);
        font-size: 16px;
    }

}
