/* Minification failed. Returning unminified contents.
(45,21): run-time error CSS1039: Token not allowed after unary operator: '-orange-secondary'
(99,28): run-time error CSS1039: Token not allowed after unary operator: '-orange-secondary'
(249,32): run-time error CSS1039: Token not allowed after unary operator: '-orange-secondary'
(268,21): run-time error CSS1039: Token not allowed after unary operator: '-orange-secondary-2'
(288,32): run-time error CSS1039: Token not allowed after unary operator: '-orange-secondary-2'
(306,21): run-time error CSS1039: Token not allowed after unary operator: '-orange-secondary'
(324,25): run-time error CSS1039: Token not allowed after unary operator: '-blue-secondary-2'
(331,32): run-time error CSS1039: Token not allowed after unary operator: '-blue-secondary-2'
(356,28): run-time error CSS1039: Token not allowed after unary operator: '-orange-secondary-2'
 */
.footer {
    background-color: transparent;
    padding: 20px 0px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    font-family: 'Barlow-Medium';
    background: linear-gradient(to bottom, #0b6aa900 0%, #011018 50%);
}

.footer--legals {
    /* width: 67%; */
    max-width: 700px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-inline: 5px;
}

    .footer--legals span {
        font-weight: 900;
        font-size: 15px;
    }

.footer-container-socials {
    display: flex;
    gap: 10px;
}

.footer-container-links {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .footer-container-links a {
        color: var(--orange-secondary);
        text-transform: uppercase;
    }

        .footer-container-links a:hover {
            color: white;
        }

.contenido-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.footer-logos {
    display: flex;
    justify-content: center; /* width: 30%; */
}

    .footer-logos img {
        max-width: 120px;
    }

@media(min-width: 900px) {
    .footer-container-links {
        flex-direction: row;
        gap: 30px;
    }

    .contenido-footer {
        flex-direction: row;
    }
}

.main-container {
    padding: 0;
}

.container-index {
    position: relative;
    overflow: hidden;
}

/*----- SECTION 1 -----*/
.section1 {
    padding-top: 7rem;
    display: flex;
    justify-content: center;
}

.section1-banner {
    padding: 25px 25px;
    max-width: 1400px;
    background-color: var(--orange-secondary);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

    .section1-banner h1 {
        color: #FFF;
        text-shadow: 0px 0px 10px #CE152D;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #141B36;
        font-family: 'Barlow-Black';
        font-size: 55px;
        text-transform: uppercase;
        font-size: 25px;
    }

    .section1-banner p {
        color: white;
        font-size: 15px;
        text-align: center;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        text-transform: uppercase;
        font-family: 'Barlow-Black';
    }
/*----- FIN SECTION 1 -----*/
/*----- SECTION 2 -----*/
.section2 {
    margin-top: 50px;
    padding-bottom: 5rem;
}

.section2-selector--dt {
    display: none;
}

.swiper_container-tutorial {
    overflow: hidden;
    position: relative;
    width: 98%;
    max-width: 500px;
}

.swiper-wrapper {
    /* position: relative; */
}

.flecha-slider {
    position: absolute;
    top: 50%;
    transform: translate(-3%, -50%);
    z-index: 1;
    cursor: pointer;
}

.flecha-left {
    left: 3%;
}

.flecha-right {
    right: 3%;
}

.carousel-item-img {
    display: flex;
    justify-content: center;
}

    .carousel-item-img img {
        width: 100%;
        /* max-width: 390px; */
    }

.slider-container {
    display: flex;
    justify-content: center;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-item-txt {
    padding: 40px 35px;
    border-radius: 20px;
    margin-top: -15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 425px;
    max-height: 440px;
}

.txt-revancha-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

    .txt-revancha-img img {
    }

.revancha-img--zucaritas {
    width: 100%;
    max-width: 100px;
}

.revancha-img--vs {
    width: 100%;
    max-width: 50px;
}

.revancha-img--choc {
    width: 100%;
    max-width: 100px;
}

.banner-txt--revancha {
    justify-content: center;
    background-color: #0E1B45;
    filter: drop-shadow(0px -20px 24px rgba(0, 0, 0, 0.50));
}

    .banner-txt--revancha h4 {
        color: white;
        text-align: center;
        font-size: 30px;
        font-family: 'Barlow-Black';
        text-shadow: -3px -3px 0 #FF831D, 0px -3px 0 #FF831D, 3px -3px 0 #FF831D, -3px 0px 0 #FF831D, 3px 0px 0 #FF831D, -3px 3px 0 #FF831D, 0px 3px 0 #FF831D, 3px 3px 0 #FF831D;
        text-transform: uppercase;
    }

    .banner-txt--revancha p {
        margin-top: 15px;
        text-align: center;
        color: white;
        font-family: 'Barlow-Black';
        text-transform: uppercase;
        font-size: 20px;
    }

    .banner-txt--revancha a {
        display: block;
        margin-top: 40px;
        background-color: var(--orange-secondary);
        color: white;
        font-family: 'Barlow-Black';
        text-transform: uppercase;
        font-size: 23px;
        padding: 15px 20px;
        text-align: center;
        min-width: 280px;
        text-decoration: none;
        border-radius: 10px;
    }

.banner-txt--partido {
    background-color: #0E77AA;
    filter: drop-shadow(0px -20px 24px rgba(0, 0, 0, 0.50));
    justify-content: center;
}

    .banner-txt--partido h4 {
        color: var(--orange-secondary-2);
        text-align: center;
        font-size: 30px;
        font-family: 'Barlow-Black';
        text-shadow: -3px -3px 0 #FFF, 0px -3px 0 #FFF, 3px -3px 0 #FFF, -3px 0px 0 #FFF, 3px 0px 0 #FFF, -3px 3px 0 #FFF, 0px 3px 0 #FFF, 3px 3px 0 #FFF;
        text-transform: uppercase;
    }

    .banner-txt--partido p {
        margin-top: 30px;
        text-align: center;
        color: white;
        font-family: 'Barlow-Black';
        text-transform: uppercase;
        font-size: 20px;
    }

    .banner-txt--partido a {
        display: block;
        margin-top: 30px;
        background-color: var(--orange-secondary-2);
        color: white;
        font-family: 'Barlow-Black';
        text-transform: uppercase;
        font-size: 23px;
        padding: 15px 20px;
        text-align: center;
        min-width: 280px;
        text-decoration: none;
        border-radius: 10px;
    }

.banner-txt--torneo {
    justify-content: center;
    background-color: #1C5094;
}

    .banner-txt--torneo h4 {
        color: var(--orange-secondary);
        text-align: center;
        font-size: 30px;
        font-family: 'Barlow-Black';
        text-shadow: -3px -3px 0 #FFF, 0px -3px 0 #FFF, 3px -3px 0 #FFF, -3px 0px 0 #FFF, 3px 0px 0 #FFF, -3px 3px 0 #FFF, 0px 3px 0 #FFF, 3px 3px 0 #FFF;
        text-transform: uppercase;
    }

    .banner-txt--torneo p {
        margin-top: 30px;
        text-align: center;
        color: white;
        font-family: 'Barlow-Black';
        text-transform: uppercase;
        font-size: 20px;
    }

        .banner-txt--torneo p > span {
            color: var(--blue-secondary-2);
            font-style: italic;
        }

    .banner-txt--torneo a {
        display: block;
        margin-top: 35px;
        background-color: var(--blue-secondary-2);
        color: white;
        font-family: 'Barlow-Black';
        text-transform: uppercase;
        font-size: 23px;
        padding: 15px 20px;
        text-align: center;
        min-width: 280px;
        text-decoration: none;
        border-radius: 10px;
    }

.swiper-pagination {
    transform: translate(-50%, -65%);
    left: 50% !important;
    top: 65% !important;
}

.swiper-pagination-bullet {
    background-color: white;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: var(--orange-secondary-2);
}

/* Cards solo para desktop */
.section2-selector--dt {
    position: relative;
}

.cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 1rem; */
    /*z-index: 10;*/
    /*position: relative;*/
    max-width: 1200px;
    background-image: url(/Content/assetsv2/index/bg_slides_dt_revancha.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*
.card.card-activa {
    position: relative;
    right: 0;
    top: 0;
    min-width: 400px;
    z-index: 15;
}
*/
/*-------------*/
.card-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.33%;
}

/*.card-bgimg {
    display: none;
    width: 60%;
}

    .card-bgimg img {
        width: 100%;
    }

.card-activa {
    justify-content: flex-end;*/ /* O lo que necesites */
/*}

.expand-card .carousel-item-txt {
    width: 40%;
    margin-left: -20px;
    border-radius: 40px 0px 0px 40px;
}

.expand-card .card-bgimg {
    width: 60%;
}

    .expand-card .card-bgimg img {
    }

.card-item.expand-card {
    width: 100% !important;
    justify-content: flex-start;
    position: relative;*/
/*gap: 2rem;*/
/*}

*/
.item-txt--img-title {
    display: flex;
    justify-content: center;
}

    .item-txt--img-title img {
        width: 70%;
        max-width: 300px;
    }


/*.card-item {*/
/*opacity: 0.2;*/
/*transition: opacity 0.3s ease;
    pointer-events: none;
}

    .card-item.card-visible {
        opacity: 1;
        pointer-events: auto;
    }*/
/*----- FIN SECTION 2 -----*/
@media(min-width: 1000px) {
    .section1 {
    }

    .section1-banner {
        flex-direction: row;
        align-items: center;
        border-radius: 100px;
        padding-inline: 50px;
    }

        .section1-banner h1 {
            width: 40%;
            font-size: 35px;
            text-align: center;
        }

        .section1-banner p {
            width: 60%;
            font-size: 20px;
        }

    .section2-selector--dt {
        display: flex;
        justify-content: center;
    }

    .carousel-item-txt {
        border-radius: 0px;
        margin: 0;
        /* width: 40%; */
        /* margin-left: -20px; */
    }

    .section2-selector--mo {
        display: none;
    }

    .banner-txt--torneo h4 {
        display: none;
    }

    .banner-txt--partido h4 {
        display: none;
    }

    .banner-txt--revancha {
        /* justify-content: space-around; */
    }

    .banner-txt--torneo p {
        /* margin: 0; */
    }

    .expand-card .banner-txt--partido h4 {
        display: block;
    }

    .expand-card .banner-txt--torneo h4 {
        display: block;
    }

    .expand-card .banner-txt--partido .item-txt--img-title {
        display: none;
    }

    .expand-card .banner-txt--torneo .item-txt--img-title {
        display: none;
    }
}

@media(min-width: 1200px) {
    .carousel-item-txt {
        justify-content: center;
    }
}

