.menu{
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 15px;
    margin: 0;
}

.boton_menu{
    text-decoration: none;
    padding: 12px 22px;
    border: 2px solid #7a6cff;
    border-radius: 15px;
    color: #555;
    background: white;
    font-size: 18px;
}

nav{
    display: flex;
    justify-content: center;
}

nav {
    width: 90%;
    max-width: 700px;
    margin: 20px auto;
}

.contenedor-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(188, 199, 194);
    margin: 30px auto;
    padding: 3px;
    border-radius: 35px;
    width: 90%;
    max-width: 700px;
}

.logo-dgpc{
     width: 120px;
     max-height: 50px;
     width: 80px;
     margin-top: 20px;
}

body{
    margin:0;
    color: rgb(0, 0, 0);
    line-height: 1.6;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: rgb(37 151 94 / 82%) 
} 

#seccion-principal{
    background: rgb(188, 199, 194);
    border-radius: 35px;
    margin: 30px auto;
    padding: 20px;
    width: 90%;
    max-width: 700px;
}

figure{
    margin: 0;
}

.avatarBri{
    width: 180px;
    height: 180px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

#seccion-principal p{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    padding: 20px;
}

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

img {
    overflow-clip-margin: content-box;
    overflow: clip;
    text-align: right;
}
div {
    display: block;
    unicode-bidi: isolate;
}

li {
    unicode-bidi: isolate;
    list-style-position: inside;
}
   
.info{
    margin-top:30px;
}

.info h1{
    text-align:center;
    font-size:40px;
    margin-bottom:10px;
    letter-spacing:2px;
}

.seccion-principal{
    color:#021301;
    margin-bottom:30px;
    font-size:18px;
    line-height:1.7;
    color:rgb(235, 240, 238);
    text-align: center;
}

.Materias ul{
    text-align: left;
    display: inline-block;
    text-align: left;
}

.Materias li{
    text-align: left;
    color: black;
    margin-bottom: 10px;
}

.Materias h2{
    color: rgb(0, 0, 0);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-align: center;
}

.Materias{
    background: rgb(188, 199, 194);
    border-radius: 35px;
    padding: 20px;
    width: 90%;
    max-width: 700px;
    margin: 30px auto;
    text-align: center;
}

h1, h2, h3 {
     font-family: 'Poppins', sans-serif;
     font-weight: 800;
     color: var(--color-textos);
     text-align: center;
}

.equipo {
    background: rgb(188, 199, 194);
    width: 700px;
    max-width: 90%;
    margin: 30px auto;
    padding: 30px;
    border-radius: 35px;
    text-align: center;
}
    
.compañera{
    display: inline-block;
    padding: 12px 18px;
    border: 2px solid rgb(2, 1, 5);
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.equipo ul {
    text-align: left;
    margin-left: 5px;
    width: fit-content;
    margin: 0 auto 0 30px;
}

.equipo li {
    text-align: left;
    margin-bottom: 20px;
}

.Datos {
    background: rgb(188, 199, 194);
    width: 700px;
    max-width: 90%;
    margin: 30px auto;
    padding: 30px;
    border-radius: 35px;
    text-align: center;
}

.datos h2,.datos h3 {
    text-align: center;
}

.datos ul {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

.datos h3{
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 40px;
}

.datos ul{
    text-align: left;
}

.prototipo{
    background: rgb(188, 199, 194);
    margin: 40px auto;
    border-radius: 35px;
    text-align: center;
    width: 90%;
    max-width: 700px;
    min-width: 300px;
    padding: 15px 45px;
}
    
.contenedor-prototipos figure{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 900px){
    .contenedor-prototipos figure{
        flex-direction: column;
        align-items: center;
    }
}

.contenedor-prototipos img{
    width: 140px;
    height: auto;
}

.contenedor-prototipos h5{
    font-size: 2.2rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

footer{
    background: rgb(188, 199, 194);
    color: black;
    width: 700px;
    max-width: 90%;
    margin: 30px auto;
    padding: 25px;
    border-radius: 25px;
    text-align: center;
}