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



@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');

:root{
    --Blue: hsl(246, 80%, 60%);

    --Orange: hsl(15, 100%, 70%);
    --Soft-blue: hsl(195, 74%, 62%);
    --Light-red: hsl(348, 100%, 68%);
    --Lime-green: hsl(145, 58%, 55%);
    --Violet: hsl(264, 64%, 52%);
    --Soft-orange: hsl(43, 84%, 65%);
    
    
    --Very-dark-blue: hsl(226, 43%, 10%);
    --Dark-blue: hsl(235, 46%, 20%);
    --Desaturated-blue: hsl(235, 45%, 61%);
    --Pale-Blue: hsl(236, 100%, 87%);
    
}

body{
    background-color: var(--Very-dark-blue);
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    color:var(--Pale-Blue);
}

.Contenedor-Principal{
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height:100vh;
    
}

.nombreUser{
    color:white;
    font-size: 2rem;
    text-align: center;
   
}


.Card-Principal {
    display: flex;
    flex-direction: column;
    margin:15px;
    justify-content:space-between;
    width: 300px;
    height: 515px;
    background-color:var(--Blue);
    border-radius: 10px;
     

}

.Contenido-Card-Principal{
    
    display:flex;
    flex-direction:column;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    height: 400px;
    
}

.Card-Principal-Fechas{
    background-color: var(--Dark-blue);
    height: 200px;
    display:flex;
    align-items: center;
    justify-content: space-around;
    color:rgba(255, 255, 255, 0.635);
    border-radius: 5px;
    font-size: 1.2rem;
    
}

.container-Cards {
    width: 1200px;
    
}

.Cards{
    
    border-radius:10px;
    display: grid;
    gap:15px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
    justify-items: end;
    
    
}

h1{
    font-size: 2rem;
    margin:20px;
}

.Card {
    width: 300px;
    height: 250px;
    display:flex;
    flex-direction: column;
    border-radius:5px;
    background-color: var(--Dark-blue);
    overflow: hidden;
}

.Card:hover {
    background-color: var(--Pale-blue);
}

.tituloDia{
    text-align: center;
    cursor: pointer;
    width: 80px;
    height: auto;
    border-radius:5px;
    padding:5px;
    border: 1.8px solid white;
}

.tituloMes{
    text-align: center;
    cursor: pointer;
    width: 80px;
    height: auto;
    border-radius:5px;
    padding:5px;
    border: 1.8px solid white;
}

.tituloAnio{
    text-align: center;
    cursor: pointer;
    width: 80px;
    height: auto;
    border-radius:5px;
    padding:5px;
    border: 1.8px solid white;
}

.tituloDia:hover{
    background-color:var(--Blue);
}
.tituloMes:hover{
    background-color:var(--Blue);
}
.tituloAnio:hover{
    background-color:var(--Blue);
}




.card-background-trabajo{
    background-color: var(--Orange);
    border-radius:10px;
    height: 90px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:-15px;
    
}



.card-background-Ejercicio{
    background-color: var(--Lime-green);
    border-radius:10px;
    height: 90px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:-15px;
}

.card-background-Juegos{
    background-color: var(--Soft-blue);
    border-radius:10px;
    height: 90px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:-15px;
}

.card-background-Social{
    background-color: var(--Violet);
    border-radius:10px;
    height: 90px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:-15px;
}

.card-background-Estudio{
    background-color: var(--Light-red);
    border-radius:10px;
    height: 90px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:-15px;
}

.card-background-Salud{
    background-color: var(--Soft-orange);
    border-radius:10px;
    height: 90px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:-15px;
}


.card-actividad{
    width:200px;
    display: flex;
    justify-content:space-around;
    align-items: center;
    align-content: center;
    
   
    
}

.Tipo-Actividad{
    color:white;
}

.card-horas{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    height:50px;
    
}

.card-detalles{
    display:flex;
    flex-direction:column;
    justify-content: space-around;
    align-content: center;
    height: 150px;
}

.card-hora{
    color:white;
    font-size: 2rem;
}

.horas-previas{
    
    text-align: center;
}

.imagen-jeremy{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.imagen-puntos{
    width: 1rem;
    height: 0.5rem;
}

.Tipo-Actividad{
    color:white;
    font-size: 1.8rem;
}




@media handheld,
screen and (min-width: 600px) and (max-width: 1023px) {

    body{
        margin:20px;
    }

    h1{
       overflow: hidden;
    }

    .Contenedor-Principal{
       width: 100%;
       height: auto;
    }

    .Cards{
        width:100%;
        border-radius:10px;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(150px, auto);
        
        
    }
	
    .Card-Principal {
        width: 100%;
        height: auto;
         
    
    }




}

@media handheld,
screen and (max-width:599px) {
	body{
        margin:20px;
    }

    h1{
        font-size: 2rem;
    }

    .Contenedor-Principal{
       width: 100%;
       height: auto;
       flex-direction: column;
    }

    .Cards{
        display: flex;
        flex-direction: column;
       
    }
	
    .Card-Principal {
        width: 300px;
        height: 350px;
         
    
    }
    
}