
.caja_arriba{
    display: flex;
    justify-content: space-between;

}

.logo-icono{
    display:flex;
    padding: 1em;
    gap: 1em;
}

.logo-icono img{
    height: 40px;
}


.sidebar{
    display: flex;
}

.caja-sidebar{
    width: 200px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.elemento-sidebar{
    display:flex;
    background-color: transparent;
    flex-direction: row;
    align-items: center;
    gap: 1.5em;
    padding: 6px;
    border-radius: 10px;

    
}

.elemento-sidebar:hover {
    background-color: rgb(226, 226, 226);
    transition: 0.7s ease;
}

.elemento-sidebar img {
    width: 24px;
    height: auto;
    border-radius: 100%;

}
.elemento-sidebar-icono {
    width: 24px;
    height: auto;
}

.elemento-sidebar-flecha {
    height: 24px;
    height: auto;
    border-radius: 100%;

}

.caja_principal {
    min-height: 100vh;
}

.caja_botones{
    width: 100%;
    display: flex;
}

.caja_botones button{
    height: 30px;
    margin: 0.3em;
}


.secciones_videos{
    width: 100%;
    display: flex;
    gap: 0.2em;
    margin-top: 2em;
}

.video_principal{
    width: 480px;
    margin: 10px;
}

.img_videos{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.texto_videos{
    display:flex;
    background-color: transparent;
    flex-direction: row;
    align-items: center;
    gap: 1.5em;
    padding: 6px;
    border-radius: 10px;
}

.texto_videos img{
    border-radius: 100%;
    width: 80%;
}

button{
    background-color: rgb(229, 229, 229);
    border: none;
    border-radius: 20px;
   
}

body{
    background-color: white;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    }

hr{
    border:0.4px solid rgb(201, 201, 201);
}

/* TEXTO */

p{
  color:rgb(0, 0, 0);
    font-size: 0.9em;
    font-weight: 300;
    line-height: 0.5em;
  }

.caja-sidebar p{
    font-size: 0.8em;
    font-weight: 400;
    line-height: 0.2em;
}

.caja-sidebar h2{
    font-size: 1em;
    font-weight: 420;
}
