/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(87,17): run-time error CSS1039: Token not allowed after unary operator: '-blue-cyan-primary'
(99,21): run-time error CSS1039: Token not allowed after unary operator: '-yellow-primary'
(128,21): run-time error CSS1039: Token not allowed after unary operator: '-orange-primary'
(158,21): run-time error CSS1039: Token not allowed after unary operator: '-blue-cyan-primary'
(208,17): run-time error CSS1039: Token not allowed after unary operator: '-blue-cyan-primary'
(286,21): run-time error CSS1039: Token not allowed after unary operator: '-blue-primary'
(319,21): run-time error CSS1039: Token not allowed after unary operator: '-blue-primary'
(354,21): run-time error CSS1039: Token not allowed after unary operator: '-orange-primary'
 */
:root {
    --blue-cyan-primary: #9DDDF8;
    --yellow-primary: #FABF05;
    --orange-primary: #FE7A1E;
    --blue-primary: #01257B;
}

body {
}

.home-background {
    background-image: url(/Content/assets/homeligatelmex/bg_mo_home_3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container-home {
   
}

.contenido-home {
}

.btn-orange-home {
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 0 7px #E33207;
    border-radius: 10px;
    border: 3px solid #FFAE00;
    background: linear-gradient(180deg, #FFCA05 0%, #E83E00 100%);
    box-shadow: 0px 0px 19px 0px #FC4E24 inset, 0px 0px 19px 3px #FD5831;
    backdrop-filter: blur(2px);
    padding: 20px;
    text-align: center;
    width: 95%;
    max-width: 350px;
}

/*---- SECTION 1 ----*/
.section1-container {
    background-image: url(/Content/assets/homeligatelmex/bg_mo_home_section_1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section1-contenido {
    min-height: 100vh;
    padding-top: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.section1-contenido-text {
    padding-inline: 30px;
}

.section1-contenido-img {
    display: flex;
    align-items: end;
}

    .section1-contenido-img img {
        width: 100%;
    }

.section1-contenido h1 {
    text-transform: uppercase;
    color: white;
    font-family: 'AmsiProNarw-Ultra';
    font-size: 35px;
}

.section1-subtitle {
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: 0 4px 8px #083679, 0 -2px 6px #082578;
    color: var(--blue-cyan-primary);
    font-weight: bold;
    font-family: 'Montserrat';
}

.section1-text {
    margin-top: 25px;
    color: white;
    font-family: 'Montserrat';
}

    .section1-text > span {
        color: var(--yellow-primary);
        font-weight: bold;
    }

.section1-cta {
    /* position: absolute; */
    /* bottom: 8%; */
    width: 100%;
    display: flex;
    justify-content: center;
}

    .section1-cta a {
        position: absolute;
        bottom: 7%;
    }
/*---- FIN SECTION 1 ----*/
/*---- SECTION 2 ----*/
.section2-container {
}

.section2-contenido {
    padding-top: 4rem;
}

    .section2-contenido h2 {
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        color: var(--orange-primary);
        font-weight: bold;
        text-shadow: 0 4px 8px #083679, 0 -2px 6px #082578;
        font-family: 'AmsiProCond-Black';
        padding-inline: 10px;
    }

    .section2-contenido h5 {
        margin-top: 30px;
        text-align: center;
        color: white;
        font-family: 'AmsiProCond-Black';
        font-size: 24px;
        text-transform: uppercase;
        padding-inline: 10px;
    }

    .section2-contenido > p {
        margin-top: 30px;
        text-align: center;
        color: white;
        font-family: 'AmsiProCond-Black';
        text-transform: uppercase;
        padding-inline: 10px;
        font-size: 18px;
    }

    .section2-contenido > span {
        display: block;
        text-align: center;
        color: var(--blue-cyan-primary);
        margin-top: 30px;
        font-family: 'AmsiProCond-Black';
        font-size: 18px;
        padding-inline: 10px;
        text-transform: uppercase;
    }

.section2-disciplinas {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 40px;
}

.section2-disciplinas-card {
    width: 95%;
    max-width: 350px;
    padding: 90px 0px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section2-disciplinas-card--img {
}

    .section2-disciplinas-card--img img {
        width: 100%;
        max-width: 150px;
    }

.section2-disciplinas-card h6 {
    margin-top: 30px;
    text-align: center;
    color: white;
    font-family: 'AmsiProCond-Black';
    font-size: 30px;
    text-transform: uppercase;
    padding-inline: 10px;
}

.section2-disciplinas-card p {
    text-align: center;
    color: var(--blue-cyan-primary);
    margin-top: 20px;
    font-family: 'AmsiProCond-Black';
    font-size: 18px;
    padding-inline: 10px;
    text-transform: uppercase;
}

.section2-disciplinas-card a {
    margin-top: 25px;
    max-width: 300px;
    font-size: 17px;
}

.section2-disciplinas-card-futbol {
    background-image: url(/Content/assets/homeligatelmex/bg_home_asset_card_disciplinas_fut.webp);
}

.section2-disciplinas-card-basket {
    background-image: url(/Content/assets/homeligatelmex/bg_home_asset_card_disciplinas_basket.webp);
}

.section2-disciplinas-card-beisbol {
    background-image: url(/Content/assets/homeligatelmex/bg_home_asset_card_disciplinas_beisbol.webp);
}
/*---- FIN SECTION 2 ----*/
/*---- SECTION 3 ----*/
.section3-container {
}

.section3-contenido {
    padding-top: 4rem;
    display: flex;
    justify-content: center;
}

.section3-contenido-box--bg {
    margin-top: 20px;
    border-radius: 23px;
    border: 3px solid #9DDDF8;
    background: rgba(0, 183, 255, 0.70);
    box-shadow: 0 0 10px 3px #05B8FF;
    backdrop-filter: blur(2px);
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.section3-contenido-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    max-width: 800px;
}

    .section3-contenido-box h3 {
        text-align: center;
        font-size: 35px;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        text-shadow: 0 4px 8px #083679, 0 -2px 6px #082578;
        font-family: 'AmsiProCond-Black';
        padding: 15px 10px;
        border-radius: 20px;
        border: 3px solid #05B8FF;
        background: #01257B;
        box-shadow: 0 0 19px 0 #9DDDF8 inset, 0 0 19px 3px #05B8FF;
        backdrop-filter: blur(2px);
        width: 95%;
        max-width: 320px;
    }

    .section3-contenido-box h2 {
        text-align: center;
        color: var(--blue-primary);
        font-family: 'AmsiProCond-Black';
        text-transform: uppercase;
        font-size: 35px;
        max-width: 200px;
    }

    .section3-contenido-box span {
        display: block;
        margin-top: 30px;
        text-align: center;
        color: white;
        font-family: 'AmsiProCond-Black';
        text-transform: uppercase;
        font-size: 25px;
    }

    .section3-contenido-box p {
        margin-top: 60px;
        text-align: center;
        color: white;
        max-width: 250px;
        line-height: 20px;
    }

    .section3-contenido-box h6 {
        margin-top: 35px;
        margin-top: 30px;
        text-align: center;
        color: white;
        font-family: 'AmsiProCond-Black';
        text-transform: uppercase;
        font-size: 25px;
        color: var(--blue-primary);
    }

.section3-contenido-box-video {
    margin-top: 40px;
}

    .section3-contenido-box-video video {
        width: 100%;
        max-width: 500px;
    }
/*---- FIN SECTION 3 ----*/
/*---- SECTION 4 ----*/
.section4-container {
    display: flex;
    justify-content: center;
    background-image: url(/Content/assets/homeligatelmex/bg_mo_home_section_4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section4-contenido {
    padding-top: 4rem;
    padding-bottom: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .section4-contenido h2 {
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        color: var(--orange-primary);
        font-weight: bold;
        text-shadow: 0 4px 8px #083679, 0 -2px 6px #082578;
        font-family: 'AmsiProCond-Black';
        padding-inline: 10px;
    }

    .section4-contenido > p {
        margin-top: 30px;
        text-align: center;
        color: white;
        font-family: 'AmsiProCond-Black';
        font-size: 24px;
        text-transform: uppercase;
        padding-inline: 10px;
        text-shadow: 0 4px 8px #083679, 0 -2px 6px #082578;
    }

    .section4-contenido > a {
        margin-top: 40px;
        max-width: 300px;
        font-size: 16px;
    }

.section4-tips {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 95%;
    /* max-width: 500px; */
}

    .section4-tips > a {
    }

        .section4-tips > a img {
            width: 100%;
            max-width: 150px;
        }

.section4-contenido-garra {
    width: 100%;
    max-width: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.section4-contenido-tigretony {
    position: absolute;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    left: 10%;
    transform: translateX(-20%);
    display: none;
}
/*---- FIN SECTION 4 ----*/
@media(min-width: 900px) {
    .container-home {
    }

    .contenido-home {
    }

    .section1-container {
        background-image: url(/Content/assets/homeligatelmex/bg_dt_home_section_1.webp);
        display: flex;
        justify-content: center;
    }

    .section1-contenido {
        padding-top: 12rem;
        /* padding-bottom: 5rem; */
        flex-direction: row;
        min-height: initial;
        max-width: 1500px;
    }

        .section1-contenido h1 {
            font-size: 40px;
        }


    .section1-contenido-text {
        padding-left: 10%;
        width: 60%;
    }

    .section1-contenido-img {
        width: 40%;
    }

        .section1-contenido-img img {
        }

    .section1-subtitle {
        font-size: 20px;
    }

    .section1-text {
        font-size: 18px;
    }

        .section1-text > span {
        }

    .section1-cta {
        margin-top: 30px;
        justify-content: start;
    }

        .section1-cta a {
            position: initial;
        }

    .section2-container {
        display: flex;
        justify-content: center;
        padding-bottom: 5rem;
    }

    .section2-contenido {
    }

        .section2-contenido h2 {
            font-size: 50px;
        }

        .section2-contenido h5 {
            font-size: 30px;
        }

        .section2-contenido > p {
            margin-top: 10px;
            font-size: 20px;
        }

        .section2-contenido > span {
            margin-top: 50px;
            font-size: 20px;
        }

    .section3-container {
    }

    .section3-contenido {
    }

    .section3-contenido-box--bg {
        border-radius: 0;
        border: none;
        background: none;
        box-shadow: none;
        backdrop-filter: none;
        padding: 0;
    }

    .section3-contenido-box {
        border-radius: 23px;
        border: 3px solid #9DDDF8;
        background: rgba(0, 183, 255, 0.70);
        box-shadow: 0 0 10px 3px #05B8FF;
        backdrop-filter: blur(2px);
        padding: 80px 20px 50px;
        position: relative;
    }

        .section3-contenido-box h3 {
            position: absolute;
            top: -50px;
            max-width: 400px;
            padding: 25px 10px;
        }

        .section3-contenido-box h2 {
            max-width: initial;
        }

        .section3-contenido-box span {
        }

        .section3-contenido-box p {
            max-width: 600px;
            margin-top: 30px;
        }

        .section3-contenido-box h6 {
        }

    .section3-contenido-box-video {
    }

        .section3-contenido-box-video video {
        }

    .section4-container {
        background-image: url(/Content/assets/homeligatelmex/bg_dt_home_section_4.webp);
    }

    .section4-contenido {
        width: 100%;
        max-width: 1600px;
    }

        .section4-contenido h2 {
            font-size: 50px;
        }

        .section4-contenido p {
            font-size: 25px;
            max-width: 800px;
        }

        .section4-contenido > a {
        }

    .section4-contenido-tigretony {
        display: block;
    }
}


@media(min-width: 1000px) {
}

@media(min-width: 1200px) {
    .home-background {
        background-image: url(/Content/assets/homeligatelmex/bg_dt_home_3.webp);
        background-position: top;
    }

    .section2-disciplinas {
        flex-direction: row;
        justify-content: center;
    }
}

@media(min-width: 1300px) {
}

@media(min-width: 1400px) {
}

