@charset "utf-8";

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

body{
    font-family: "Poppins", Poppins, sans-serif;
    background-color: #000000;
}

h1 {
    font-size: 52px;  
    margin-top: 1em; 
    margin-bottom: 1em;
    text-align: center;
}

h2 {
    font-size: 36px;  
    text-align: center;
    margin-top: 1em; 
    margin-bottom: 1em;
}

p {
    font-size: 18px;
}

li a:hover{
    color: yellow;
}

a{
    text-decoration: none;
}

.nav-Bar{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style-type: none;
    justify-content: space-around;
}

.nav-Bar li{
    padding-left: 3%;
    padding-right: 3%;
}

.principal{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.titulo-Principal{
    padding-left: 1em;
    padding-right: 1em;
    max-width: 800px;
    margin-bottom: 50px;
}

.titulo-Principal p{
    text-align: center;
}

.perfil-Img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.listado-Materias{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}

.materias-Card{
    margin: 0 15px 15px 15px;
    background-color: #2b2b2a;
    border-radius: 15px;
    width: 100%;
}

.materias-Card h3{
    font-size: 32px;  
    text-align: center;
    padding-top: 1em; 
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0.5em;
}

.materias-List{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
    justify-content: space-around;
    list-style-type: none;    
}

.materias-List li{
    font-size: 16px;
    padding-top: 1em;
    text-align: center;
}

.frame-Boceto{
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 600px;
}

.botones{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}

.abrir-Archivo{
    background-color: yellow;
    padding: 10px;
    width: 90%;
    text-align: center;
    margin-bottom: 20px;
}

.abrir-Archivo a{
    color: black;
}

.abrir-Archivo a:hover{
    color: white;
}

.listado-Card{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.card-Alumnos{
    width: 80%;
    max-width: 350px;
    padding: 15px 15px 15px 15px;
    margin-bottom: 35px;
    background-color: #fff;
    border-radius: 15px;
}

.card-Alumnos:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.card-Alumnos p{
    color: #6c757d;
    text-align: center;
}

.card-Alumnos .card-Img{
    display: flex;
    justify-content: space-around;
}

.card-Alumnos .card-Img img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.card-Info h5{
    font-size: 24px;
    margin: 7px 0;
    margin-top: 10px;
    text-align: center;
}

.card-Info h5 a{
    color: #222;
}

.card-Alumnos .card-Info .card-Titulo a:hover{
    color: yellow;
}

.card-Moron{
    width: 80%;
    max-width: 350px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 35px;
}

.card-Moron p{
    color: #6c757d;
    padding: 15px 15px 15px 15px;
    text-align: center;
    font-size: 16px;
}

.card-Moron p strong{
    color: black;
    text-align: center;
    font-size: 18px;
}

.card-Moron img{
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-Moron .card-Info .card-Titulo a:hover{
    color: yellow;
}

footer p{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (min-width: 800px) {
    .nav-Bar{
        justify-content: flex-end;
    }
    
    .perfil-Img{
        width: 35%;
    }
    
    .perfil-Img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .titulo-Principal{
        max-width: 500px;
    }
    
    .titulo-Principal h1{
        text-align: left;
    }
    
    .titulo-Principal p{
        text-align: left;
    }
    
    .listado-Materias{
         width: 80%;
    }
    
    .materias-Card{
        width: 45%;
    }    
    
    .listado-Card{
         width: 80%;
    }
    
    .card-Moron{
        max-width: 2000px;
        display: flex;
        background-color: #fff;
        border-radius: 15px;
        margin-bottom: 35px;
    }
    
    .card-Moron img{
        height: 240px;
        width: auto;
        max-width: 500px;
        border-top-left-radius: 15px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 15px;
    }
    
    .card-Moron p{
        text-align: left;
        max-width: 700px;
    }

    .card-Moron h5{
        text-align: left;
        padding-left: 15px;
    }
    
    .card-Moron p strong{
        text-align: left;
    }
}
