html, body {
    margin: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

text {
    pointer-events: none;
}

@keyframes pulse {
    from {
        opacity: .3;
    }
    50% {
        opacity: .7;
    }
    to {
        opacity: .3;
    }
}

@media all and (min-width: 769px) {
    .pop_up.show {
        height: auto;
        bottom: auto;
        max-height: 90%;
    }
}
@media all and (max-height: 520px) and (min-width: 769px) {
    .pop_up.show {
        height: auto;
        bottom: auto;
        max-height: 80%;
    }
}


b {
    font-family: 'gothambold';
}
#inner_bg svg {
    transform: scale(1.1);
}
.fake_scroll_bar {
    position: absolute;
    right: 5px;
    top: 20px;
    bottom: 20px;
    width: 12px;
}

.fake_scroll_bar .back {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    width: 1px;
    background: #000;
}

.fake_scroll_bar .dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #000;
    position: absolute;
    transform: translateY(0);
    top: 0;
    left: 0;
    cursor: pointer;
}

.pulse {

    animation: pulse 1s ease infinite;

}

@media all and (min-width: 500px) {
    .st9.pulse {
        animation: none;
    }
}

.swiper-outer {
    position: relative;
    margin-bottom: 20px;
    padding: 0 50px;
}

.main_bg {
    position: absolute;
    bottom: 70px;
    top: 47px;
    left: 0;
    right: 0;
}

.read_more:active, .read_more:visited, .read_more:focus {
    color: #E3132C;
}

.read_more {
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 12px;
}

#red_plus {
    cursor: pointer;
    display: none;
}

.main_bg .stadio {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/img/stadio_base.jpg");
}

.main_bg .filtro {
    position: absolute;
    width: 100%;
    height: 100%;
}

#red_x5F_plus_x5F_spot {
    pointer-events: all;
}

.swiper-button-next, .swiper-button-prev {
    height: 34px;
    background-size: contain;
}

.main_bg svg {
    transition: .5s ease;
}

svg, .main_bg img.stadio {

}

*:focus {
    outline: none;
}

#blu, #purple, #green, #orange, #orange_x5F_overlay, #blu_x5F_overlay, #eye_x5F_overlay, #perimeter_x5F_overlay, #intelligence_x5F_overlay {
    display: none;
}

.pop_up.show {
    display: block;
}

.pop_up ul {
    padding-left: 1.2em;
}

#eye_x5F_overlay.show {
    display: block !important;
}

.pop_up_inner {
    margin-right: -15px;
    max-height: 100%;
    overflow-y: scroll;
    padding-right: 35px;
}

.swiper-slide img {
    max-width: 100%;
}

.pop_up {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 30px;
    background: #fff;
    box-shadow: 2px 2px 5px 0 #3a3a3a;
    /* 500 */
    width: 360px;
    padding: 20px;
    padding-right: 0;
}

.subtitle {
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0;
    color: #212121;
    font-size: 16px !important;
}

.pop_up_wrapper .current-filter.filter {
    position: relative;
    padding: 0 !important;
    margin-bottom: 20px;
}

.pop_up_img {
    display: block;
    max-height: 180px;
    margin: 0 auto 20px auto;
}

.pop_up * {
    font-size: 14px;
}

.pop_up .title {
    text-transform: uppercase;
    font-size: 18px;
}

.color-white {
    color: white;
}

.color-red {
    color: #E3132C;
}

.bg-white {
    background: #fff;
}

.bg-red {
    background: #E3132C;
}

.color-black {
    color: #333;
}

.eye {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E3132C;
    cursor: pointer;
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border: solid 1px #E3132C;
    border-radius: 20px;
    transform: translateY(50%);
}

.top-bar {
    z-index: 9;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 10px 10px 100px;
    box-shadow: 0 2px 8px 0 #848484;
}

.red-title {
    font-size: 18px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.red-band {
    text-align: left;
    font-size: 20px;
    padding: 10px 10px 10px 50px;
    line-height: 1;
    z-index: 9;
    position: relative;
}

#blu image, #purple image, #green image, #orange image {
    cursor: pointer;
    transition: .3s ease;
}

image.origin {
    /*transform: translate(378.72px, 556.56px) scale(0.24) rotateZ(45deg);*/
}

.current-filter.filter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 15px;
    background: #fff;
}

.filters {
    /*margin-bottom: -15px;*/
    padding: 6px 6px 6px 50px;
}

.filter span {
    white-space: normal;
}

.inner-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (min-width: 1024px) {
    /*.filters {
        margin-bottom: -15px;
    }*/
}

@media all and (max-width: 1024px) {
    #inner_bg svg {
        left: 0 !important;
        top: 0 !important;
    }
}

.img_filtro {
    display: none;
    width: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.filters.show {
    transform: translateY(0);
}

.img-eye {
    width: 90%;
}

.pop_up .close_pp {
    display: none;
    width: 40px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.eye.active {
    background: white;
}

.eye svg {
    width: 30px;
}

.eye.active .inner-eye {
    stroke: #E3132C;
}

.fullscreen {
    position: absolute;
    right: 20px;
    height: 20px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

@media all and (max-width: 500px) {

    .pop_up .close_pp {
        display: block;
    }

    .fake_scroll_bar {
        display: none!important;
    }

    .fullscreen {
        display: none;
    }

    .pop_up {
        padding-top: 100px;
    }
}

@media all and (max-width: 768px) {

    .filter {
        margin-right: 40px !important;
        font-size: 16px !important;
    }

    .pop_up {
        left: 0;
        right: 0;
        width: auto;
        bottom: 0;
        position: fixed;
        top: 45%;
        z-index: 999999;
        transition: .3s ease-out;
        transform: translateY(100%);
        display: block;
    }

    .pop_up.show {
        transition: .3s ease-out;
        transform: translateY(0);
    }

}

.zoom {
    display: none;
}

@keyframes bounce {
    from {
        transform: translate(-50%, -50%) scale(1);
    }
    40% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    60% {
        transform: translate(-50%, -50%) scale(1);
    }
    80% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    to {
        transform: translate(-50%, -50%) scale(1);
    }
}

@media all and (min-width: 769px) and (max-width: 1024px) {

    .pop_up {
        /* 450 */
        width: 360px;
    }

}

@media all and (min-width: 500px) and (max-width: 768px) {
    .filters {
        margin-bottom: 0;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 25px !important;
    }

    .swiper-outer {
        max-width: 500px;
        margin: 0 auto 20px auto;
    }

    .footer {
        z-index: 9999999;
    }

    .red-band {
        padding-left: 25px !important;
    }

    .pop_up {
        margin-bottom: 117px;
    }
}

/* 500 */
@media all and (max-width: 500px) {
    .pop_up {
        top: 0;
    }

    .pop_up_img {
        max-height: initial;
        width: 100%;
    }

    .pop_up.show {
        transition: .3s ease-out;
        transform: translateY(0);
    }

    .zoom {
        display: block;
        position: fixed;
        width: 90px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        animation: bounce 1s ease-in-out infinite;
    }

    .fullscreen {
        top: auto;
        bottom: 15px;
        transform: translateY(0);
    }

    .img_filtro {
        display: block;
    }

    .filters {
        margin-bottom: 0;
    }

    .main_bg {
        top: 47px;
        bottom: 130px;
    }

    .red-band {
        padding-left: 15px;
    }

    .top-bar {
        padding-left: 70px;
    }

    .eye {
        left: 20px;
    }

    .filters {
        transform: translateY(100%);
        position: absolute;
        z-index: 9;
        bottom: 0;
        transition: .3s ease-out;
        width: 100%;
        padding: 30px 15px;
    }

    .inner-filters {
        white-space: normal;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .filters .inner-filters > * {
        display: block !important;
        margin-bottom: 20px;
    }

    .red-band > span {
        display: block;
    }

    .red-band {
        width: 100%;
        padding-top: 30px;
        height: 100%;
        line-height: 1.2;
        position: relative;
        z-index: 9999999;
        transition: .3s ease-out;
    }

    .footer {
        height: 130px;
    }

    .pop_up .close_pp {
        width: 25px;
        top: 20px;
        right: 20px;
    }

    .pop_up {
        padding-top: 60px;
    }

    .swiper-button-prev, .swiper-button-next {
        height: 30px;
    }

}

@media all and (max-width: 335px) {
    .red-title {
        font-size: 15px;
    }
}

.inner-filters {
    white-space: nowrap;
    width: auto;
}

@media all and (min-width: 1025px) {
    .filters .filter:hover {
        color: #212121;
    }

    .filter:hover .filter-circle:after {
        opacity: 1;
    }
}

.filter.active .filter-circle:after {
    opacity: 1;
}

.filter > *, .filters .inner-filters > * {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

.filter {

    color: #9A9A9A;
    font-size: 14px;
    cursor: pointer;
    margin-right: 70px;

}

.top-for-orange {
    transition: .5s ease;
    top: 0 !important;
}

.filter-circle.orange {
    background: #C18F00;
}

.filter-circle.green {
    background: #5C8646;
}

.filter-circle.blu {
    background: #0069A3;
}

.filter-circle.purple {
    background: #8783D2;
}

.filter.active {
    color: #212121 !important;
}

.filter-circle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #212121;
    opacity: 0;
}

.filter-circle {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin-right: 5px;
}

.filtro_verde {
    display: none;
}

@media all and (max-width: 973px) {
    svg {

    }
}











