@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(9, 9, 29);
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(9, 9, 29);
    overflow-x: hidden;
}

body::-webkit-scrollbar{
    width: 6px;
}

body::-webkit-scrollbar-thumb{
    background: rgb(66, 66, 66);
    border-radius: 10px;
}

body::-webkit-scrollbar-track{
    background: rgb(31, 29, 29);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: rgb(218, 218, 218);
  -webkit-box-shadow: 0 0 0px 1000px rgb(9, 9, 29) inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*
Inicio encabezado
*/

/*
Final encabezado
*/

p {
    font-family:"League Spartan", sans serif;
    color: white;
}

.titulo{
    font-size: 55px;
    font-weight: 800;
    text-align: center;
}

.sub_titulo{
    margin-top: 15px;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    color: #D9D9D9;
}

#segundo{
    color: blueviolet;
}

#primer_texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 80px;
}

#en_vivo{
    color: red;
}

#planes{
    color: blueviolet;
}

#primer_parrafo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.2s;
    z-index: 0;
}


#videoreal{
    border: 5px rgb(0, 0, 0);
    border-style: solid;
    border-radius: 10px;
}

#imagenes{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

#imagenes figure{
    margin: 50px 10px;
}

#imagenes figure figcaption{
    color: white;
    font-family:"League Spartan", sans serif;
    font-weight: 700;
}

#capultimaimagen{
    color: white;
    margin-bottom: 300px;
}

.container .lineas{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container .lineas svg{
    margin-top: 100px;
    margin-bottom: 100px;
}

.planes_container{
    display:flex;
    justify-content: center;
    margin-top: 50px;
}

.planes_container ul{
    width: 800px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    background: none;
    list-style: none;
}

.planes_container ul li{
    padding: 0px 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: rgb(101, 111, 209);
}

.planes_container ul button{
    width: 100%;
    border-radius: 5px;
    border-style: none;
    font-family:"League Spartan", sans serif;
    font-size: 18px;
    font-weight: 800;
    color:white;
    padding: 13px 10px;
    transition: 0.3s
}

.planes_container ul button:hover{
    font-size: 18.5px;
    cursor: pointer;
}

.plan{
    height: 100px;
    color: white;
    font-family:"League Spartan", sans serif;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    align-content: center;
}

.encabezado_plan_1, .encabezado_plan_2{
    font-family:"League Spartan", sans serif;
    font-size: 40px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top-style: solid;
    border-top-width: 2px;
    border-color: rgb(101, 111, 209);
}

.encabezado_plan_1{
    color: rgb(255, 145, 77);
}

.encabezado_plan_2{
    color: #0CC0DF;
}

.boton_morado{
    margin: 6px 0px;
    background-color: #0CC0DF;
}

.boton_naranja{
    margin: 6px 0px;
    background-color: rgb(255, 145, 77);
}

#columna_gold{
    background-color: rgba(166, 166, 166, 0.25);
}

#columna_gold figure, #columna_gold figure img{
    background: none;
}


#imagenes_gratis{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#gratis_uno, #gratis_dos{
    display: flex;
    flex-direction: column;
    padding: 40px 40px;
    text-align: center;
    margin: 0px 45px;
}

#pie_de_foto_1, #pie_de_foto_2{
    margin-top: 10px;
    font-size: 25px;
    font-weight: 800;
}

.gratuito{
    color: rgb(126, 217, 87);
}

@keyframes show{
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

@keyframes desplazo{
    from{
        opacity: 0.2; transform: translateX(15%);
    }

    to{
        opacity: 1; transform: translateX(0%);
    }
}

@keyframes eleva{
    from{
        opacity: 0.2; transform: translateY(50%);
    }

    to{
        opacity: 1; transform: translateY(0%);
    }
}

.planes_container{

    view-timeline-name: --reveal;

    animation-name: desplazo;
    animation-fill-mode: both;
    animation-timeline: --reveal;

    animation-range: entry 10% cover 60%;

}

#disfruta_clases, #imagenes{

    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;

    animation-range: entry 15% cover 60%;
}

#primer_parrafo{

    animation-delay: 0.2s;
    animation-name: show;
    animation-fill-mode: both;
    animation-duration: 1s;

}

#gratis_uno figure, #gratis_dos figure{

    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;

    animation-range: entry 15% cover 60%;
}

#paquetes_premium, #paquetes_gold{

    view-timeline-name: --reveal;

    animation-name: eleva;
    animation-fill-mode: both;
    animation-timeline: --reveal;

    animation-range: entry 5% cover 80%;

}


#paquetes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 60px;
}

#paquetes_premium{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 5px 2px;
    width: 375px;
}

#paquete_gold, #paquete_premium{
    font-family:"League Spartan", sans serif;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

#paquete_gold_desc{
    display: flex;
    flex-direction: row;
}

#paquetes_gold{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 10px;
    width: 375px;
}

#descripcion_paquete{
    margin: 30px 0px;
}


#paquete_premium_desc{
    display: flex;
    flex-direction: row;
}

#linea_paquetes{
    margin-left: 35px;
}

.fig_plan{
    text-align: center;
    font-family:"League Spartan", sans serif;
    font-size: 15px;
    color: white;
    font-weight: 800;
}

.precio_paquete{
    margin-top: 20px;
    text-align: end;
    font-family:"League Spartan", sans serif;
    font-weight: 800;
    font-size: 25px;
}


@media (max-width: 640px){

    .planes_container{

        view-timeline-name: --reveal;
    
        animation-name: show;
        animation-fill-mode: both;
        animation-timeline: --reveal;
    
        animation-range: entry 10% cover 60%;
    
    }


    #linea_paquetes{
        display: none;
        margin-left: 35px;
    }

    #container{
        display: flex;
        flex-direction: column;
        background-color: rgb(9, 9, 29);
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .titulo{
        font-size: 35px;
        font-weight: 800;
        text-align: center;
    }
    
    .sub_titulo{
        margin-top: 15px;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        color: #D9D9D9;
    }

    #videoreal{
        border: 5px rgb(0, 0, 0);
        border-style: solid;
        border-radius: 10px;
        width: 320px;
    }
    
    #imagenes{
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    
    #imagenes img{
        width: 250px;
    }

    #imagenes figure{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 200px;
        margin: 10px 10px;
    }
    
    #imagenes figure figcaption{
        color: white;
        font-family:"League Spartan", sans serif;
        font-weight: 700;
    }

    #imagenes_gratis{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    #gratis_uno figure img, #gratis_dos figure img{
        width:175px
    }

    #pie_de_foto_1, #pie_de_foto_2{
        font-size: 20px;
        font-weight: 800;
    }

    .planes_container{
        display:flex;
        justify-content: center;
        margin-top: 50px;
    }

    .planes_container ul{
        width: 300px;
        display: grid;
        justify-content: center;
        grid-template-columns: 1.2fr 1fr 1fr;
        background: none;
        list-style: none;
    }

    .planes_container ul li{
        padding: 0px 10px;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-color: rgb(101, 111, 209);
    }

    .planes_container ul button{
        width: 100%;
        border-radius: 5px;
        border-style: none;
        font-family:"League Spartan", sans serif;
        font-size: 15px;
        font-weight: 800;
        color:white;
        padding: 13px 10px;
        transition: 0.3s
    }

    .planes_container ul button:hover{
        font-size: 18.5px;
        cursor: pointer;
    }

    .plan{
        height: 110px;
        color: white;
        font-family:"League Spartan", sans serif;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        align-content: center;
    }

    .encabezado_plan_1, .encabezado_plan_2{
        font-family:"League Spartan", sans serif;
        font-size: 28px;
        font-weight: 800;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-top-style: solid;
        border-top-width: 2px;
        border-color: rgb(101, 111, 209);
    }
    .encabezado_plan_1{
        color: rgb(255, 145, 77);
    }

    .encabezado_plan_2{
        color: #0CC0DF;
    }



    .boton_morado{
        margin: 6px 0px;
        background-color: #0CC0DF;
    }

    .boton_naranja{
        margin: 6px 0px;
        background-color: rgb(255, 145, 77);
    }

    #columna_gold{
        background-color: rgba(166, 166, 166, 0.25);
    }

    #columna_gold figure, #columna_gold figure img{
        background: none;
    }

}