* {margin: 0; padding: 0; box-sizing: border-box;}


@media screen and (max-width: 800px) {


body {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #444242;
    line-height: 24pt;
    text-decoration: none;
}

img {
    width: 100%;
}

p {
    text-align: center;
}

/*contenedor total*/
.cont0 { 
    width: 100%;
    height: 100vh;
    position: relative; 
}
/**/

/*contenedor total*/
.cont0b { 
    width: 100%;
    height: 100vh;
    padding: 5%;
    position: relative; 
}
/**/

/*contenedor imagen app*/
.cont1 { 
    width: 100%;
}
/**/

/*contenedor íconos 01*/
.cont2a {
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    position: relative;
}
/**/

/*contenedor íconos 02*/
.cont2b {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: #FF5A7D;
    font-weight: 700;
    font-size: 20px;
    position: relative;
}
/**/

/*contenedor íconos 03*/
.cont2c {
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    position: relative;
}
/**/

/*contenedor íconos 04*/
.cont2d {
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    padding: 5px 15px;
}
/**/

/*contenedor íconos 05*/
.cont2e {
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    padding: 5px 15px;
}
/**/

/*contenedor íconos 06*/
.cont2f {
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
}
/**/

/*contenedor íconos 02*/
.cont2g {
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    position: relative;
}
/**/


/*botón 01*/
.a1 {
    text-decoration: none;
    float: right;
    color: #5A46FF;
    border: #5A46FF 2px solid;
    border-radius: 5px;
    padding: 10px 40px;
    position: absolute;
    bottom: 25px;
    left: 20px;
}
/**/

/*botón 02*/
.a2 {
    text-decoration: none;
    float: left;
    color: #FFFFFF;
    background-color: #FF5A7D;
    border-radius: 5px;
    padding: 10px 60px;
    position: absolute;
    bottom: 25px;
    right: 20px;
}
/**/

/*botón 03*/
.a3 {
    text-decoration: none;
    float: left;
    color: #FFFFFF;
    border: #FFFFFF 2px solid;
    border-radius: 5px;
    padding: 10px 40px;
    position: absolute;
    bottom: 25px;
    left: 20px;
}
/**/

/*botón 04*/
.a4 {
    text-decoration: none;
    float: right;
    color: #5A46FF;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 60px;
    position: absolute;
    bottom: 25px;
    right: 20px;
}
/**/

/*botón 05*/
.a5 {
    text-decoration: none;
    background-color: #5A46FF;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 130px;
    border-radius: 5px;
    position: absolute;
    bottom: 25px;
}
/**/

/*botón 06*/
.a6 {
    text-decoration: none;
    background-color: #5A46FF;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    padding: 10px 50px;
}
/**/

/*botón 07*/
.a7 {
    display: flex;
    justify-content: center;
    text-decoration: none;
    border: #5A46FF 2px solid;
    border-radius: 5px;
    color: #5A46FF;
    text-align: center;
    width: 100%;
    padding: 10px 50px;
}
/**/

/*botón 08*/
.a11 {
    text-decoration: none;
    float: right;
    background-color: #5A46FF;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 14px 80px;
    position: absolute;
    bottom: 25px;
    right: 20px;
}
/**/

/*botón 09*/
.a10 {
    text-decoration: none;
    float: left;
    color: #5A46FF;
    border: #5A46FF 2px solid;
    border-radius: 5px;
    padding: 10px 20px;
    position: absolute;
    bottom: 25px;
    left: 20px;
}
/**/

/*botón 07*/
.a12 {
    display: flex;
    justify-content: center;
    text-decoration: none;
    background-color: #5A46FF;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    padding: 10px 50px;
}
/**/

.icon {
    float: left;
    width: 30px;
    height: 30px;
    padding: 5px;
}


.input1 {
    text-decoration: none;
    border: #B8B8B8 2px solid;
    border-radius: 5px;
    color: #5A46FF;
    text-align: left;
    width: 100%;
    padding: 15px 15px;
    margin-top: 15px;
    outline: none;
}

.input1:focus {
    border: #5A46FF 2px solid;
    font-weight: 700;
    font-size: 16px;
    color: #5A46FF;
}

.input1::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #B8B8B8;
}

/*botón 08*/
.a8 {
    text-decoration: none;
    background-color: #5A46FF;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    padding: 10px 50px;
    margin-top: 20px;
}
/**/

/*botón 09*/
.a9 {
    text-decoration: none;
    color: #5A46FF;
}
/**/

.nav0 {
    padding: 10px;
    background-color: #5A46FF;
    width: 100%;
    height: 50px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}

.img01 {
    width: 30px;
    height: 30px;
    margin: auto 0;
}

.img02 {
    width: 30px;
    height: 30px;
    margin: auto 0;
}

.posmo {
    margin: auto 0;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
}

.cont2 {
    padding: 5%;
}

.titulo {
    color: #444242;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
}

.reto1 {
    width: 100%;
    height: 200px;
    background-color: #5A46FF;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}

.reto2 {
    width: 100%;
    height: 200px;
    background-color: #ACA2FF;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}

.reto-clase {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
}

.reto-tema {
    position: absolute;
    top: 40px;
    left: 20px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    line-height: 24px;
}

.reto-preguntas {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
}

.reto-fecha {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
}

.reto-img {
    width: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.reto-img2 {
    width: 25px;
    position: absolute;
    top: 20px;
    right: 15px;
}






.menu-desp {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    z-index: 10;
    padding: 3% 7%;
}

.menu-cat {
    display: flex;
    width: 50%;
    padding-top: 7%;
}

.img03 {
    width: 30px;
    height: 30px;
    float: left;
}

.pcat {
    float: right;
    padding-left: 10px;
}












