*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contenedor{
    
    border: 2px solid rgb(0, 183, 255);
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
}
.contenedor-2{
    width: 100%;
    margin-top:10px;
    height: auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     
    gap:20px;
    text-transform: capitalize;
    border-radius: 20px;
    border: 2px solid rgb(0, 183, 255);
}
.comentario{
    
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 10px;
    border-radius: 20px;
    color: rgb(255, 255, 255);
}
ul{
    margin-bottom: 50px;
    margin-bottom: 50px;
}
.contenedor-agg-com{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.imagen-usuario{
    width: 50px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.i{
    width: 50px;
    margin-left: 10px;
}
.input-com{
    width: 100%;
    height: 100px;
    background-color: none;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    gap: 5px;
}
#nuevoComentario{
    outline: none;
    border: 0;
    width: 80%;
    height: 50px;
    padding: 0 10px 0 10px;
    font-size: 15px;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition-duration: 200ms;

}
#nuevoComentario::placeholder{
    color: rgb(255, 255, 255);
}

#nuevoComentario:focus{
    border-bottom: 2px solid rgb(0, 255, 221);
}
.btn-agg{
    height: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 5px 0 0;

}

.btn{
     padding: 10px;
    border-radius:20px;
    border: 0;
    outline: none;
    font-size: 15px;
    cursor: pointer;
     margin-top: 15px;
    background-color: rgb(0, 247, 255);
}

.close{
    font-size: 12px;
    position: absolute;
    right: 150px;
    z-index: 20;
    transition-duration: 200ms;
    display: block;
    cursor: pointer;
    color: red;
}







.contenedorp{
    margin: 0;
    width: 90%;
    margin:auto;
}
.imagenexamen{
    width: 100%;
}
.imagenexamen img{
    width:100%;     
}
.examen{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid red;
    border-top: 1px solid red;

}
h1{
   
    color: white;
    text-align: center;
    
}
h3{
    color: white;
    text-align: center;
    margin-top: 10px;
    color: red;
}
a{
    color: white;
    text-decoration: none;
}
button{
    
    padding: 3px;
    width: 80px;
    border-radius: 5px;
    background-color: rgb(26, 26, 26);
    border: 2px solid rgb(0, 204, 255);
    color: white;
}
.fotosexamen{
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    
    
}
.foto{
    width: 500px;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid white;
    margin-bottom: 20px;
    
    
}
.foto .img{
    width: 100%;
}
.foto p{
    color:white;
    text-align: justify ;
    margin: 10px;
    
    font-size: 25px;
    
}


/*beneficio en los niños*/

.primero{
    margin-top: 20px;
    width: 100%;
    border: 1px solid red;
    padding: 15px;
   
}

.rojo{
    color: red;
    font-size: 20px;
    font-family: sans-serif;

}

.parrafoniños{
    margin: 10px;
    color:white;
    text-align: justify;
    
}


/*SENSEI*/

.fotosexamen{
    width: 100%;
    margin: auto;
    margin-top: 40px;

}
.sensei{
    width: 80%;
    display: flex;
    
    justify-content: center;
    flex-wrap: wrap;
}

.fotosensei{
    
    width: 400px;
}
.imagensensei{
    width: 100%;
}

.parrafosensei{
    margin-top: 30px;
}

/*TORNEOS*/
.carrucel{
    width: 100%;
}




